/*.cl-nav-tabs,*/
.cl_tabs .cl-nav-tabs{
    display: block;
    text-align: center !important;
    width: 100% !important;
}

.cl_tabs.style-simple .cl-nav-tabs li a{
    font-size: 18px;
    line-height: 1.3;
}


.cl_contact_form7.style-simple input:not([type="submit"]), 
.cl_contact_form7.style-simple textarea, 
.cl_contact_form7.style-simple select{
    background-color: #fff;
}

.cl_contact_form7.style-simple textarea{
    height: 120px;
}

.cl_contact_form7.style-simple input:not([type="submit"]), 
.cl_contact_form7.style-simple select{
    height: 46px;
}

body .cl_contact_form7.style-simple label{
    color: inherit !important;
    text-transform: uppercase;
}

.wpcf7-form .wpcf7-form-control-wrap{
    margin: 5px 0 0;
}

.cl_contact_form7.style-simple p{
    text-transform: none;
    line-height: 1.4;
}

.cl_contact_form7.style-simple .cl-btn.wpcf7-submit{
    width: 100%;
    left: 0;
    margin-left: 0;
    font-size: 20px;
}

.wpcf7-spinner{
    display: none;
}

.header_container.cl-transparent{
    position: relative;
    background-color: #007d97;
}

.admin-bar .header_container.cl-transparent, .admin-bar .header_container.cl-header-sticky-ready{
    top: 0;
}

.cl_gallery.with-lightbox .gallery-item .overlay{
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.header-row .header-row-inner .c-middle{
    justify-content: flex-end;
}


/*.header_container.cl-header-sticky-active .header-row nav ul li a{
    color: #007d97;
}*/

.header_container.cl-header-sticky-ready{
    background-color: #007d97 !important;
}

.header_container.cl-header-sticky-active .header-row nav ul li a,
.header_container.cl-header-light .header-row nav ul li a {
    color: rgba(255,255,255,0.85);
}

.header_container.cl-header-sticky-active .header-row nav ul li a:hover,
.header_container.cl-header-light .header-row nav ul li a:hover {
    color: rgba(255,255,255,1);
}

@media (min-width: 992px){
    body .header_container.header-top > .main, 
    body .header_container.header-bottom > .main {
        height: 80px;
        line-height: 80px;
    }

    /* .header-row .header-row-inner .c-right{
        display: none;
    } */

}

@media (max-width: 767px){
    .cl_contact_form7.style-simple {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cl_tabs .cl-nav-tabs li {
        display: inline-block;
        width: initial;
    }

    .header_container.cl-transparent{
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    #wrapper{
        padding-top: 90px;
    }

    .col-content h2:not(.custom_font), 
    .col-content .h2{
        font-size: 32px;
        line-height: 1.3;
    }
}

@media (min-width: 767px){
    
}

.gallery-item .inner-wrapper{
    padding-bottom: 44%;
}

.gallery-item .inner-wrapper > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}