/*!
Theme Name: ordoline
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ordoline
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ordoline is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

span.wpcf7-not-valid-tip {
    display: none;
}

.contacts--form .input input.wpcf7-not-valid {
    border-color: #FF0000;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    color: #FF0000;
    font-size: 14px;
}

.contact-send-btn input {
    background: none;
    border: none;
    display: inline-block;
    font-size: 18px;
    padding: 0;

    /*font-family: 'DM Sans';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*font-size: 14px;*/
    /*line-height: 100%;*/
    /*padding: 15px 60px 15px 0;*/
    /*z-index: 5;*/
    /*cursor: pointer;*/
    /*position: relative;*/
}

.contact-send-btn span.ajax-loader {
    display: none;
}

.about .table--top .description {
    display: flex;
    justify-content: center;
}

.about .table--top .description .description-text {
    display: flex;
    align-items: center;
    text-align: left;
    margin-left: 16px;
}


.about--video .video {
    /*position: relative;*/
    /*padding-bottom: 56.25%;*/
    /*width: 100%;*/
}


.image-about img {
    border-radius: 30px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.about--video .video {
    position: relative;
}

.about--video .video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((164 / 321) * 100%);
}

.about--video .video-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 30px;
    overflow: hidden;
}

.video-holder iframe {
    width: 100%;
    height: 100%;
}

.hidden {
    display: none !important;
}




.about.bg-blue .about-ordoline--table-top {
    background-color: #F1F5F9;
}

.about.bg-dark-blue .about-ordoline--table-top {
    background-color: #CEDDED;
}

.row-reverse {
    flex-direction: row-reverse;
}

.selectize-control.city-select{
    position: relative;

}

.clinics-inner .select .selectize-input input,
.clinics-inner .select .selectize-input .item {
    width: 100% !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 18px 0;
    outline: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 100%;
}

.selectize-dropdown.city-select{
    position: absolute;
    background: #F1F5F9;
    border-radius: 15px;
    z-index: 999;
}

.select .selectize-input  .item + input{
    display: none;
    height: 0;
    padding: 0;
    margin: 0;
}

.select .selectize-dropdown-content div{
    padding: 14px 32px;
    font-size: 14px;
    line-height: 130%;
}

.select .selectize-dropdown-content div:hover,
.select .selectize-dropdown-content div.active{
    background: rgba(206, 221, 237, 0.3);
    cursor: pointer;
}

.contacts--form .button.button--circle {
    cursor: initial;
}

.contacts--form .button.button--circle label,
.contacts--form .button.button--circle .icon-wrapper{
    cursor: pointer;
}

.how-works .works .row {
    overflow: visible;
}

.loader{
    position: fixed;
    background: #B5CEE9;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index:999000;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.loader.close{
    opacity: 0;
}

.loader--wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-logo{
    margin-bottom: 40px;
}

.loader-content{
    text-align: center;
}

.loader-loader svg{
    animation: spin  1s 0s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}


.contacts--info .wpcf7 form .wpcf7-response-output{
    margin: 28px 0 28px 0;
    opacity: 0;
    transition-delay: 100ms;
    transition: opacity 240ms ease-in-out;
}

.contacts--info .wpcf7 form.sent .wpcf7-response-output{
    /* padding: 10px 60px 10px 70px;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    opacity: 1; */
}

.contacts--info .wpcf7 form.sent .wpcf7-response-output:before {
    left: 14px;
}


.contacts--info .wpcf7-form.submitting {

}

.contacts--info .wpcf7-form.submitting div.contact-send-btn{
    display: none;
}

.contacts--info .form-loader{
    align-items: center;
    display: none;
}
.contacts--info .form-loader p{
    margin-right: 10px;
}

.contacts--info .wpcf7-form.submitting .form-loader{
    display: flex;
}

.contacts--info .form-loader img {
    animation-name: spinLoader;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.contacts--info .wpcf7 form.init .wpcf7-response-output{
    display: block;
}

.contacts--info .wpcf7 form.invalid .wpcf7-response-output{
    opacity: 1;
}


@keyframes spinLoader{
    0%{
        transform: rotate(0deg)
    }
    100%{
        transform: rotate(360deg)
    }
}
