/**
 * Theme name: relevel
 * Description: Change this description please.
 * Author: Sofokus
 * Author URI: https://www.sofokus.com
 * Text Domain: relevel
 * Domain Path: /languages
 */

.footer-linkedin-banner {
    margin-bottom: 10px;
}

.news-item {
    height: 550px;
}

.popup {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    left: 0;
    display: none;
  }
  .popup__wrapper {
    position: absolute;
    height: fit-content;
    max-width: 855px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background-color: #fff;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  @media (min-width: 768px) {
    .popup__wrapper {
      justify-content: flex-start;
    }
  }
  .popup__inner {
    padding: 3rem 2rem;
  }
  @media (min-width: 1200px) {
    .popup__inner {
      padding: 4rem 3rem;
    }
  }
  .popup__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    font-weight: 400;
  }
  .popup__title strong {
    font-weight: 700;
  }
  @media (min-width: 1200px) {
    .popup__title {
      font-size: 3.4rem;
    }
  }
  .popup__text {
    font-size: 1.8rem;
    margin: 0;
    margin-bottom: 2rem;
    line-height: 1.41em;
  }
  @media (min-width: 1200px) {
    .popup__text {
      font-size: 2.4rem;
      margin-bottom: 2.5rem;
    }
  }
  .popup__tel {
    font-size: 2.8rem;
    font-weight: 700;
    transition: all 0.35s ease-in;
    line-height: 1em;
  }
  .popup__tel:hover {
    color: #53c0d7;
  }
  @media (min-width: 1200px) {
    .popup__tel {
      font-size: 3.2rem;
    }
  }
  .popup input {
    border: 1px solid #cccccc;
    font-size: 1.5rem;
    padding: 6px 1.5rem;
    border-radius: 10px;
    width: 100%;
    transition: all 0.35s ease-in;
  }
  .popup input:focus {
    outline: none;
    border-color: #53c0d7;
  }
  .popup input.wpcf7-not-valid {
    border-color: #dc3232 !important;
  }
  .popup__buttons {
    display: flex;
    justify-content: space-between;
  }
  .popup__button {
    padding: 1.4rem 1.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    background-color: #93be20;
    border: none;
    color: #fff;
    border-radius: 10px;
    transition: all 0.35s ease-in;
  }
  .popup__button:hover {
    background-color: #53c0d7;
  }
  .popup__button:first-of-type {
    color: #9c9c9c;
    background-color: #eaeaea;
  }
  .popup__button:first-of-type:hover {
    color: #000;
  }
  .popup__button:focus {
    outline: none;
  }
  @media (min-width: 992px) {
    .popup__button {
      padding: 1.4rem 2.1rem;
      font-size: 1.5rem;
    }
  }
  .popup__form p {
    margin: 0;
  }
  .popup__form .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.4rem;
    margin-top: 0.8rem !important;
  }
  .popup__form.failed .wpcf7-response-output, .popup__form.invalid .wpcf7-response-output {
    color: #dc3232;
  }
  .popup__form.sent .wpcf7-response-output {
    color: #93be20;
    font-weight: 600;
  }
  .popup__form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
  }
  .popup__form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
  }
  .popup__close {
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 999px;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    background: transparent;
    display: block;
    cursor: pointer;
    transition: all 0.35s ease-in;
    outline: none;
  }
  .popup__close::before, .popup__close::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1.8rem;
    background-color: #000;
  }
  .popup__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .popup__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .popup__close:hover {
    transform: rotate(360deg);
  }
  .popup__img {
    display: none;
  }
  @media (min-width: 768px) {
    .popup__img {
      display: block;
    }
    
    #nav-cta {
        display: none!important;
    }
  }

h2.my-class-h2 {
  font-size: 24px;
}