@charset "UTF-8";

/*
Theme Name: Sky
Version: 1.0.1
*/
.customize-support {
    margin-top: -32px !important;
}

#wpadminbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.contact__form {
    position: relative;
}

.tel .form-code .wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-spinner {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
}

.wpcf7 form .wpcf7-response-output {
    margin-bottom: 0;
}

.wpcf7-form-control-wrap {
    position: static !important;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.loading.open {
    opacity: 1;
    visibility: visible;
}

.popup .row__explore-text {
    font-size: 1.2em;
}

.contact__item-wrapper span {
    white-space: nowrap;
}

body:not(.lang-en) .covid {
    height: 95px;
}

@media (min-width: 768px){
    body:not(.lang-en) .covid {
        height: 160px;
    }
}

@media (min-width: 1280px) {
    .popup .row__explore-text {
        font-size: 1.4em;
    }
}

@media (min-width: 1900px){
    body:not(.lang-en) .covid {
        height: 240px;
    }
}