html{
    overflow-x:hidden;
}
body{
    overflow-x: hidden;
    width: 100vw;
    font-size: 22px;
    font-weight: 400;
}
h1{
    font-size: 46px!important;
    color:#f1755d;
}
header .header-inner{
    max-width: 1440px;
}
header .header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
    content: "";
    border: 0px;
    background: transparent;
}
header .header-inner .toggle-text{
    display: none;
}
.dflex{
    display: flex;
    align-items: center;
}
.mobile{
    display: none;
}
.desktop{
    display: block;
}
header#site-header {
    background: #f1755d;
    position: relative;
}
.site-logo{
    width: 85%;
    max-width: 337px;
    margin-left: 0px;
}
.site-logo img{
    max-width: 100%;
    width: 279px!important;
    height: 110px!important;
    max-height: 110px!important;
    height: auto!important;
}
main#site-content{
    opacity: 1;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
}
main#site-content.out{
    opacity:0;
}
.container {
    max-width: 1920px!important;
    margin: auto;
    padding-left: 0px!important;
    padding-right: 0px!important;
    color: #333333;
}
.container .content{
    max-width:1920px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0px;
}
.header-toggles{
    display: none!important;
}
.toggle.search-toggle.mobile-search-toggle{
    display:none!important;
}
#site-header .toggle.nav-toggle.mobile-nav-toggle{
    color:white!important;
}

.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
    text-decoration: none;
    transition: all ease 0.5s;
}
.modal-menu > li > a:hover, .modal-menu > li > .ancestor-wrapper > a:hover {
    color:#f47093!important;
}
.grecaptcha-badge{display: none;}

/************ FOOTER ************/

footer#site-footer{
    background: #26285e;
    color: #fff;
    padding-bottom: 22px;
    padding-top: 50px;
    margin-top: 40px;

}
footer#site-footer .footer-top{
    display: block!important;
    max-width: 960px;
    margin: auto;
    border: 0;
    margin-bottom: 100px;
}
footer#site-footer .footer-top div{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
footer#site-footer .footer-top div.top{
    margin-bottom: 70px;
}
footer#site-footer .footer-top div.top-2{
    gap: 70px;
}
footer#site-footer .footer-top div.bottom{
    margin-bottom: 34px;
}
footer#site-footer .footer-contact{
    width: 80%;
    /*max-width: 1280px;*/
    max-width: 560px;
    display: flex;
    align-items: start;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 22px;
}
footer#site-footer .footer-contact label{
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 26px;
}
footer#site-footer .footer-contact p{
    font-size: 18px;
    margin-bottom: 20px;
}

footer#site-footer .footer-contact .contact-us{
    max-width: 245px;
}
footer#site-footer .footer-contact .follow-us .social-media{
    display: flex;
    gap: 19px;
}
footer#site-footer .footer-contact .follow-us .social-media img{
    cursor: pointer;
}
footer#site-footer .footer-contact .follow-us .social-media .social-media-item{
    transition: all ease 0.5s;
    background: white;
    border-radius: 20px;
    padding: 5px;
    cursor: pointer;
}
footer#site-footer .footer-contact .follow-us .social-media .social-media-item:hover{
    opacity: 0.8;
}
footer#site-footer .footer-contact .join-us input{
    position: absolute;
    width: 366px;
}
footer#site-footer .footer-contact .join-us button{
    font-size: 18px;
    font-weight: 400;
    padding: 10px 39px;
    border-radius: 19px;
    text-align: center;    
    background: #f1755d;
    color: #fff;
    text-transform: capitalize;
    margin-top: 70px;
    text-decoration: none;
    transition: all 0.5s ease;
}
footer#site-footer .footer-contact .join-us button:hover{
    background: #fff;
    color: #f1755d;
}
footer#site-footer .footer-credits {
    display: none;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #7B7F7F;
    padding-top: 15px;
}
footer#site-footer .footer-credits .footer-copyright{
    font-weight: 200;
}
footer .tel{
    color:white;
}
footer .supportedby{
    font-size: 21px; 
    font-weight:bold;
    margin-bottom: 25px;
}


/*********** END-FOOTER ***********/


.about h2{
    font-size: 46px;
    color:#f1755d;
}
.about .content{
    max-width: 1080px;
    color: #151D1D;
}

.homepage h1{text-align: center;}

/******** BLOG-DIRECTORY *********/

#post.blog #site-content{
    margin: auto;
    width: 50%;
    min-width: 847px;
    max-width: 940px!important;
}
#post.blog #site-content h1,
#page.blog #site-content h1,
#page.directory #site-content h1{
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}
#post.blog #site-content ul{
    list-style: '-';
    margin-left: 0px;
}
#post.blog #site-content ul li{
    margin-left: 8px;
}
#post.blog #site-content .content{
    font-size: 18px;
    color: #000000;
    padding-bottom: 32px;
    border-bottom: 1px solid #707070;
}
#post.blog #site-content .content-image{
    margin-bottom: 36px;
}
#post.blog #site-content .content-image .caption{
    margin-top: 5px;
}
#post.blog #site-content .share {
    display: flex;
    align-items: center;
    padding-top: 24px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
}
#post.blog #site-content .share .share-label{
    color: #f1755d; 
    font-size: 32px;
    font-weight: 700;
    margin-right: 50px;
    margin-top: -2px;
}
#post.blog #site-content .share .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{
    background: #26285e!important;
    border-radius: 20px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    transition: all 0.5s ease;
}
#post.blog #site-content .share .a2a_svg svg {
    top: 3px;
    height: 30px;
    width: 30px;
}
#page.blog .sub-header{
    max-width: 800px;
    margin: auto;
    width: calc(100% - 6rem);
    text-align: center;
    margin-top: -40px;
    margin-bottom: 80px;
}

.card{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    max-width: 1520px;
    width: calc(100% - 6rem);
    margin: auto;
    gap: 30px;    
    position: relative;
    margin-bottom: 120px;
}
.card-item{
    max-width: 536px;
    border-radius: 20px;    
    border: 1px solid rgb(21 29 29 / 50%);
    overflow: hidden;
    background: white;
    max-height: 620px;
}
.card-item-content{
    width: 100%;
    overflow:hidden;
    margin-top: -2px;
}
.card-item-content__image{
    width: 100%;
    height: 352px;
}
.card-item-content__text{
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
}
.card-item-content__text h3{
    margin-top: 40px;
}
.card-item-content__text h3,
.card-item-content__text h3 a{
    color: #f1755d;
    font-size: 26px;
    text-decoration: none;
    transition: all ease 0.5s;
}
.card-item-content__text h3,
.card-item-content__text h3 a:hover{
    color: #ee9a89;
}

.directory .card{
    max-width: 1300px;
    gap: 60px;
    position: relative;
    margin-bottom: 120px;
}
.directory .card .card-item {
    max-width: 390px;
}
.directory .card .card-item-content__image {
    height: 267px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.directory .card .card-item-content__text {
    padding-right: 36px;
    padding-left: 36px;
}
.directory .card .card-item-content__text h3{
    margin-top: 15px;
    margin-bottom: 15px;
}
.directory .card .card-item-content__text h3 a{
    color: #f1755d;
}
.directory .card .card-item-content__text .thin,
#map .card-item-content__text .thin{
    font-size: 16px;
}
.directory .card .card-item-content__text .thin div,
#map .card-item-content__text .thin div{
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}
.directory .card .card-item-content__text .thin div.address::before,
#map .card-item-content__text .thin div.address::before{
    content: url('/wp-content/themes/twentytwenty-child/assets/images/address.svg');
    position: absolute;
    left: 2px;
}
.directory .card .card-item-content__text .thin div.phone-number::before,
#map .card-item-content__text .thin div.phone-number::before{
    content: url('/wp-content/themes/twentytwenty-child/assets/images/phone.svg');
    position: absolute;
    left: 2px;
}
.directory .card .card-item-content__text .thin div.website::before,
#map .card-item-content__text .thin div.website::before{
    content: url('/wp-content/themes/twentytwenty-child/assets/images/website.svg');
    position: absolute;
    left: -2px;
}
.load-more-post{
    position: absolute;
    bottom: -115px;
    max-width: 245px;
    text-align: center;
    cursor: pointer;
    background: #f1755d;
    color: white;
    width: 20%;
    padding: 10px;
    border-radius: 20px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all ease 0.5s;
    border: 1px solid #f1755d;
}
.load-more-post:hover{
    background: white;
    color: #f1755d;
}

.read-more{
    text-decoration: none;
    color:#26285e;
    font-weight: 600;
    transition: all 0.5s ease;
}
.read-more:hover{
    color:#6367c1;
}

.filters{
    max-width: 1150px;
    width: calc(100% - 6rem);
    margin: auto;
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}
.filters .dflex{
    justify-content: space-between;
    margin-top: 12px;
}
.filters .alphabets a{
    color: #151D1D;
    font-size: 16px;
    text-decoration: none;
    transition: all ease 0.5s;
}
.filters .alphabets a:hover{
    color: #f1755d;
}
.filters .alphabets .current_alpha{
    font-weight: bold;
    color: #f1755d;
}


.filters input, .filters select{
    height: 60px;
    border-color: #151D1D;
    outline: none;
}
.filters .select-wrapper{
    width: 40%;
    border: 1px solid;
    border-radius: 40px;
    overflow: hidden;
    background: white;
    position: relative;
}
.filters select{
    width: 93%;
    margin-left: 20px;
    border: 0px;
    appearance: none;
    background: transparent;
    color: black;
}
.filters .select-wrapper:after {
    background-image: url(/wp-content/themes/twentytwenty-child/assets/images/arrowdown.png);
    background-repeat: no-repeat;
    background-size: 11px;
    width: 11px;
    content: '';
    display: block;
    height: 11px;
    position: absolute;
    right: 33px;
    top: 27px;
}


#post.directory .content-bottom{
    display: flex;
    justify-content: space-between;
}
#post.directory .content-description{
    width: 70%;
    padding-right: 40px;
}
#post.directory .content-footnote{
    font-style: italic;
    font-size: 13px;
    margin-top: 40px;
}
#post.directory .content-footnote ol{
    margin: 0;
}
#post.directory .content-footnote-line{
    border-top: 1px solid #333333;
    width: 100%;
    max-width: 300px;
}
#post.directory .content-photo{
    height: 100%;
    max-width: 490px
}
#post.directory .content-video {
    margin-top: 80px;
    margin-bottom: 20px;
}
#post.directory .content-video iframe{
    max-width: 1280px;    
    max-height: 720px;
    margin: auto;
}

#map .gm-style-iw{
    padding: 0px!important;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    transition: all 0.5s ease-out;
    max-height: initial!important;
    
    animation-name: scale-up;
    animation-duration: 300ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
#map .gm-style-iw > div{
    overflow: hidden!important;
    max-height: initial!important;
}   
#map .gm-style-iw button{
    display: none!important;
}     
#map .card-item {
    min-width: 300px;  
    max-width: 300px;  
    border: 0px;
}
#map .card-item-content__image {
    height: 267px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#map .card-item-content__text {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
#map .card-item-content__text h3{
    margin-top: 15px;
    margin-bottom: 15px;
}

@keyframes scale-up {
    from {
        margin-top: 10px;
        opacity: 0;
    }
    to {
        margin-top: 0px;
        opacity: 1;
    }
}
/******* END-BLOG-DIRECTORY ********/


.contact-form{
    width: 80%;
    margin: auto;
    margin-bottom: 60px;
}
.contact-form .contact-top{
    display: flex;
    gap: 15px;
}
.contact-header{
    text-align: center;
}
.contact-subheader{
    width: 40%;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 30px;
}
.contact-subheader ol{ margin-left: 0; }
.contact-subheader li {margin-bottom: 15px;}
.wpcf7 textarea, .wpcf7 select {
    width: 100%
}
.contact .contact-form input, .contact .contact-form textarea, .contact .contact-form select {
    border-radius: 20px;
}
.contact .contact-form select {
    padding: 1.5rem;    
    font-size: 1.6rem;    
    margin-top: 10px;
    margin-bottom: 20px;
    color: #757575;
    border: 1px solid #dbdbdb;
    background: transparent!important;
}
.contact-submit{
    text-align: center;
    margin-top: 25px;
}
.contact-submit input{
    border-radius: 50px!important;
    background:#FF8C00!important;
    text-transform: capitalize!important;
    padding: 15px 75px!important;
    font-weight: 600!important;
    font-size: 16px!important;    
    border: 1px solid #FF8C00!important;
    transition: all ease 0.5s!important;
    text-decoration: none!important;
    margin: auto!important;
    width: 200px;
    display: block!important;
    padding: 14px 0px !important;
}
.contact-submit input:hover{
    background:#FFF!important;
    color:#FF8C00!important;
}

#site-header .header-navigation-wrapper{
    margin-left: auto;
    margin-right: 73px;
}
#site-header nav li{
    border: 3px solid transparent;
    border-radius: 20px;
    text-align: center;
    min-width: 130px;
    transition: all 0.3s ease-out;
}
#site-header nav li:hover{
    border: 3px solid #fff;
}
#site-header nav li a{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    border: 3px solid transparent;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0px;
}
#site-header nav li.current-menu-item a{
    font-weight: 600;
    opacity: 1;
    pointer-events: none;
}

.nav-toggle .toggle-icon, .nav-toggle svg {
    height: auto;
}
.nav-toggle .toggle-inner {
    padding-top: 0px;
}
button.close-nav-toggle {
    padding-right: 10px;
}

.menu-wrapper .mobile-menu .menu-item{
    border:0px;
}
.menu-wrapper .mobile-menu .menu-item a{
    color: #333333;
    text-decoration: none;
    opacity: 0.6;
    font-size: 28px;
    padding: 22px 10px;
}
.menu-wrapper .mobile-menu .menu-item.current-menu-item a{
    font-weight: 600;
    opacity: 1;
    text-decoration: none;
    pointer-events: none;
}

/************ HOME ************/
#home-title{
    font-size: 120px;
    margin-bottom: 22px;
    text-align: center;
    font-size: 6.5vw;
    margin-bottom: 15px;
}
#home-subtitle{
    font-size: 24px;
    text-transform: uppercase;
    color:#8E7F56;
    text-align: center;
    letter-spacing: 4px;    
    font-size: 1.3vw;
}
#home-left { 
    width: 51%;
    margin-right: 4%;
    font-size: 36px;
    line-height: 56px;
    font-size: 2.2vw;
    line-height: 3.3vw;
}
#home-right{
    width: 45%;
    font-size: 20px;
    line-height: 30px;    
    font-size: 1vw;
    line-height: 1.7vw;
}
.home-bottom-texts{
    display: flex; 
    margin-top: 5%;
}


.widget-area p {
    font-size: 1vw;
    line-height: 1.7vw;
}
.recruitment .widget-area h3{
    width: 60%;
    font-size: 26px;
    line-height: 36px;
}

.snack{
    background: white;
    color: black;
    padding: 12px 10px;
    position: absolute;
    padding-left: 0;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    opacity: 0;
}
.snack.show{
    opacity: 1;
}
.social-media-link{
    color: #333333;
}
.social-media-link:hover{
    color: #333333;
    opacity: 0.5;
}

@media only screen and (max-width: 1420px) {
    .card-item-content__image{
        width: 100%;
        height: 300px;
    }
}

@media only screen and (max-width:1200px) {
    footer#site-footer .footer-contact .join-us input {
        position: relative;
        width: auto;
    }
    footer#site-footer .footer-contact .join-us button {
        margin-top: 20px;
    }

    .contact-form-label.has-value {
        top: 35px;
    }
    .contact-form-label {
        top: 58px;
    }
    .card-item-content__image{
        height: 250px;
    }
}

@media only screen and (max-width: 1024px) {

    #post.blog #site-content{
        width: 100%;
        min-width: auto;
    }

    footer#site-footer .footer-contact{
        flex-direction: column;
        text-align: center;
    }
    footer#site-footer .footer-contact .contact-us,
    footer#site-footer .footer-contact .follow-us,
    footer#site-footer .footer-contact .join-us {
        margin: auto;
        margin-bottom: 40px;
    }
    footer#site-footer .footer-contact .follow-us .social-media img{
        width: 25px;
        height: 25px;
        border-radius: 20px;
        background: white;
    }

    .card{
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .card-item-content__text {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 60px;
    }
    .card-item-content__image{
        height: 180px;
    }
    .directory .card .card-item {
        max-width: 536px;
    }
    #page.blog #post-container,
    #page.directory #post-container {
        min-height: 530px!important;
    }
    #page.blog .post-background-findingher,
    #page.directory .post-background-findingher {
        top: 100px!important;
        z-index: 1!important;
        left: 0px!important;
        width: 100%!important;
        max-width: 100%;
    }

    .toggle-icon img{
        width: 26px;
        height: 19px;
    }
    .header-titles-wrapper {
        justify-content: start;
        padding-left: 0px;
    }
    #page-title{
        font-size: 74px;
    }
    .menu-wrapper .mobile-menu .menu-item a{
        padding: 22px 0px;
    }
    
    .section-inner {
        width: calc(100% - 6rem);
    }
    .container .content {
        width: calc(100% - 6rem);
        margin: auto;
    }

    .contact-top{
        flex-direction: column;
        align-items: normal!important;
    }
    .contact-top .contact-line{
        display: none;
    }
    .contact-top .contact-subheader{
        width: 69%!important;
    }
    .contact-top .contact-forms{
        width: 86%!important;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    
    .card-item-content__text {
        padding-bottom: 45px;
    }

    .site-logo img{
        height: auto!important;
        width: 175px!important;
    }
    footer#site-footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    footer#site-footer .footer-top{
        margin-bottom: 40px;
    }
    footer#site-footer .footer-top div.top-2{
        gap: 45px;
    }
    footer#site-footer .footer-top .top img{
        max-width: 200px;
    }
    .footer-copyright{
        text-align: center;
    }

    #page.blog .sub-header{
        margin-bottom: 40px;
    }

    .filters .dflex{
        flex-direction: column;
    }
    .filters .alphabets{
        padding-bottom: 20px;
        padding-top: 10px;
        order: 2;
    }
    .filters .select-wrapper{
        width: 100%;
        order: 1;
    }


    .toggle-icon img{
        width: 18.75px;
        height: 13.75px;
    }

    #page-title{
        font-size: 52px;
    }
    .menu-wrapper .mobile-menu .menu-item a{
        font-size: 18px;
        padding: 22px 10px;
    }

    #post.directory .content-bottom {
        flex-direction: column;
    }
    #post.directory .content-description{
        width: 100%;
        padding-right: 0px;
    }
    #post.directory .content-photo{
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    #post.directory .content-photo.mobile{
        display: block;
    }
    #post.directory .content-photo.desktop{
        display: none;
    }
    #post.directory .content-footnote-line{
        width: 100%;
        max-width: 100%;
    }

    .load-more-post{
        width: 180px;
    }

    .footer-top div.top {
        flex-direction: column;
    }
    footer#site-footer .footer-top div.top{
        margin-bottom: 45px;
    }
    footer#site-footer .footer-top div.top-2 a{
        align-self: center;
    }
    footer .supportedby{
        font-size: 16px; 
        font-weight:bold;
        margin-bottom: 35px;
    }

    .footer-vic{
        max-width: 165px!important;
        width: 165px!important;    
        margin-bottom: 20px;
    }
    .footer-herplace{
        max-width: 120px!important;
    }
    .footer-justgold{
        max-width: 110px!important;
    }
}

@media only screen and (max-width: 700px) {
    .menu-wrapper .mobile-menu .menu-item a {
        padding: 22px 31px;
    }
}

@media only screen and (max-width: 640px) {
    .card{
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .card-item-content__image{
        height: 250px;
    }
    .contact-form,.contact-subheader, .contact-top .contact-subheader{
        width: 100%!important;
    }
    .contact-form .contact-top{
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .post-background-findingher{
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .nav-toggle .toggle-icon, .nav-toggle svg{
        width: 70px!important;
    }

    footer#site-footer .footer-top .top img{
        max-width: 90px;
    }
    .card-item-content__image{
        height: 180px;
    }

    button.close-nav-toggle {
        padding-right: 0px;
    }
    
    .svg-icon{
        right: 19px!important;
    }
    .filters .select-wrapper:after{
        right: 24px!important;
    }

    #map .card-item {
        min-width: 240px!important;  
        max-width: 240px!important;  
        border: 0px;
    }
}

