/*
Theme Name: Condalia Theme
*/
:root {
    scroll-behavior: initial !important;
}
#details .vision_contain p bold{
   font-weight: 700;
}
/* contact pages */
header{
    transition: padding 0.3s ease, background-color 0.3s ease; 
}
.page-template-home-page header {
    background-color: transparent;
}
.page-template-home-page header.scrolled {
    background-color: #2b3504;
    padding: 20px 0;
}
.archive header{
    background-color: #2b3504;
    padding: 20px 0 !important;
}
.single-post header{
    background-color: #2b3504;
    padding: 20px 0 !important;
}
.error404 header{
    background-color: #2b3504;
    padding: 20px 0 !important;
}
.search-results header{
    background-color: #2b3504;
    padding: 20px 0 !important;
}
.search header{
    background-color: #2b3504;
    padding: 20px 0 !important;
}
.page-id-2 header{
    background-color: #2b3504;
    padding: 20px 0 !important;
}
.page-id-326  header{
    background-color: #2b3504;
    padding: 20px 0 !important;
}
#contact{
    display: flex;
    justify-content: center;
    align-items: center;

}
#contact .contact_inner{
    max-width: 1201px;
    width: 100%;
    background-color: #f4f7eb;
    padding-top: 100px;
}
#contact .container{
 background-color: #94ad38;
 padding-top: 30px;

}
#contact form .form-field input{
    border-radius: 0px !important;
    font-family: "Satoshi Regular";
    font-weight: 500;
    background-color: #d3ddad;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid transparent;
    box-shadow: none;
    padding: 2px 10px;
}
#contact form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#contact .frm_form_fields {
    max-width: 627px;
    width: 100%;
}
#contact form .form-field textarea{
    border-radius: 0px !important;
    font-family: "Satoshi Regular";
    font-weight: 500;
    background-color: #d3ddad;  
    font-size: 18px;
    line-height: 28px;
    border: 1px solid transparent;
    box-shadow: none;
    padding: 2px 10px;
}
#contact form .form-field textarea::placeholder{
    font-size: 18px;
line-height: 28px;
color: #302820;
}
#contact form .form-field input::placeholder{
    font-size: 18px;
    line-height: 28px;
    color: #302820;
    font-family: "Satoshi Regular";
}
#contact .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label {
  
    display: none;
}
#contact form {
    background-image: url('assets/images/contact_bg.png');
    background-repeat: no-repeat;
    background-position: right 115px bottom -50px;
    background-size: contain;
    padding-bottom: 20px;
    padding-top: 36px;
}
#contact .frm_submit button{
width: 186px;
height: 49px;
border-radius: 25px;
background-color: #a0387d;
position: relative;
box-shadow: none;
border: none;
font-size: 25px;
letter-spacing: 1px;
color: #ffffff;
font-weight: 700;
font-family: "Cinzel";
text-align: center;
text-transform: capitalize;
display: block !important;
}
#contact .frm_submit button:hover{
    background-color: #2b3504;  
}
  
#contact .frm_submit button::after{
    content: " ";
    position: absolute;
    border: 1px solid #a0387d;
    border-radius: 30px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    top: -6px;
    left: -6px;
}
/* Style for the disabled button */
#contact button:disabled {
    background-color: #2b3504; 
    color: rgb(255, 255, 255) !important; 
    cursor: not-allowed; 
    border: 1px solid #2b3504; 
}

#contact .frm_submit button:hover::after{
    border: 1px solid #2b3504;
}
#contact .frm_submit.frm_flex {
    padding-top: 44px;
}
#contact .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus{
    border: 1px solid #2b3504;
}
#contact .frm_style_formidable-style.with_frm_style .form-field textarea:not([type=file]):not([type=range]):not([readonly]):focus{
    border: 1px solid #2b3504;
}
#contact h3{
    font-size: calc(20px + (37 - 20) * ((100vw - 300px) / (1920 - 300)));
    letter-spacing: 2px;
color: #2b3504;
font-weight: 700;
font-family: "Cinzel";
text-align: center;
}
#contact p{
    color: white;
}
#contact p a{
    color: white;
}
.frm_final_submit::before{
   top: 20px !important;
}
#details .accordion_main ul.accordion-list li .accordion ul li {

    font-family: "Satoshi Regular" !important;
   
}
#details .accordion_main ul.accordion-list{
    background-color: transparent !important;
}
#contact .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
    color: red;
    font-family: "Satoshi Regular";
}
/* end */
.banner-inner.d-flex.align-items-center.cust_bann {
    flex-direction: column;
}
img.banner-img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.cust_def_page{
    background-color: #f4f7eb;
}
.cust_def_page h1 {
    font-size: calc(22px + (112 - 22) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.3;
    color: #2b3504;
    font-weight: 700;
    font-family: Cinzel;
    text-align: start;
    margin-bottom: 0;
}
.archive h1 {
    font-size: calc(22px + (80 - 22) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.3;
    color: #2b3504;
    font-weight: 700;
    font-family: Cinzel;
    text-align: start;
    margin-bottom: 0;
    margin-top: 140px;
}
.page-id-326 h1 {
    font-size: calc(22px + (80 - 22) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.3;
    color: #2b3504;
    font-weight: 700;
    font-family: Cinzel;
    text-align: start;
    margin-bottom: 0;
    margin-top: 140px;
}
.page-id-2 h1 {
    font-size: calc(22px + (112 - 22) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.3;
    color: #2b3504;
    font-weight: 700;
    font-family: Cinzel;
    text-align: start;
    margin-bottom: 0;

}
.single-post h1 {
    font-size: calc(18px + (40 - 22) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.3;
    color: #2b3504;
    font-weight: 700;
    font-family: Cinzel;
    text-align: start;
    margin-bottom: 0;
    margin-top: 70px;
}
.single-post .py-90{
    padding-bottom: 100px;
}
.error404 .page-title{
    font-size: calc(22px + (112 - 22) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.3;
    color: #2b3504;
    font-weight: 700;
    font-family: Cinzel;
    text-align: start;
    margin-bottom: 0;
    margin-top: 70px;
    text-align: center;
}
.search h2 {
    font-size: calc(22px + (67 - 22) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.3;
    color: #2b3504;
    font-weight: 700;
    font-family: Cinzel;
    text-align: start;
    margin-bottom: 0;
    margin-top: 70px;
    text-align: center;
}
.search-results h2 {
    font-size: calc(22px + (80 - 22) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.0;
    color: #2b3504;
    font-weight: 700;
    font-family: Cinzel;
    text-align: start;
    margin-bottom: 0;
    margin-top: 170px;
}
.search-results .container{
    padding-bottom: 20px !important;
}
.search-results .entry-header-inner .entry-title{
    margin-top: 0px !important;
}
.search-results .wrap_blog{
    padding-bottom: 100px;
}
.entry-title  a{
    font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: #94ad38;
}
 .entry-categories-inner{
    text-align: start;
    color: #94ad38;
}
 .entry-categories-inner a{
    color: #74295b;
}
.search-results p{
    text-align: start;
}
.error404 form{
    display: flex;
    justify-content:center ;
    align-items: center;
}
.search form{
    display: flex;
    justify-content:center ;
    align-items: center;
}
.error404 form label {
    width: 100%;
}
.search form label {
    width: 100%;
}
.search input#search-form-1 {
    width: 99%;
    padding: 12px 19px;
    border: 2px solid #94ad38;
}
.error404 input#search-form-1 {
    width: 99%;
    padding: 12px 19px;
    border: 2px solid #94ad38;
}
.search-no-results section.def_page {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f7eb;
}
.post-meta li a{
    color: #74295b !important;
}
 .search-submit{
    padding: 12px 19px;
    border: 2px solid #94ad38;
    background-color: #94ad38;
   color: white;
}
.search-submit:hover{
    background-color: #2b3504;
    color: white; 
    border: 2px solid #2b3504;
}
.error404 .banner-inner{
    justify-content: center;
}
.error404 section.def_page {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f7eb;
}
.archive .def_page .container{
    background-color: #f4f7eb;
}
.error404 .container{
    padding-bottom: 10px !important;
 
}
.error404 :focus-visible {
    outline: unset !important;
}
.search :focus-visible {
    outline: unset !important;
}
.bottom_padding{
    padding-bottom: 100px;
 
}
.grid-sec p{
text-align: start;
}
.grid-sec a{
   background-color: #94ad38;
   color: white;
}
.grid-sec a:hover{
    background-color: #2b3504;
    color: white;
 }
.grid-sec a i{
    margin-left: 5px;
}
.grid-box {
    padding-top: 43px;
}
.cust_def_page{
    padding-bottom: 100px;
}
.cust_def_page.h2 {
    font-size: calc(20px + (62 - 20) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.22;
    color: #2b3504;
    font-weight: 700;
    font-family: Cinzel;
}
.cust_def_page  h3 {
    font-size: calc(18px + (42 - 18) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.3;
    color: #2b3504;
    font-weight: 700;
    font-family: Cinzel;
    text-align: start;
    margin-bottom: 0;
}
.cust_def_page h4{
    color: #2b3504;
}
.cust_def_page h5{
    color: #2b3504;   
}
.cust_def_page h6{
    color: #2b3504;
}
.cust_def_page{
    text-align: left;
}
.cust_def_page ul{
    padding-left: 20px;
   }
   .cust_def_page ul li{
    position: relative;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.66;
    color: #302820;
    font-family: "Satoshi Variable";
    font-weight: bold;
    position: relative;
}
.cust_def_page ul li::marker {
    color:  #a0387d;
}
.blog-ul{
    padding-left: 20px;
   }
.blog-ul li{
    position: relative;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.66;
    color: #302820;
    font-family: "Satoshi Variable";
    font-weight: bold;
    position: relative;
}
.blog-ul li::marker {
    color:  #a0387d;
}
.blog-ul li a {
    color:  #a0387d;
}
.single-post .py-90 img{
    float: left;
    padding-right: 20px;
    max-width: 426px;
    width: 100%;
}
.single-post .py-90 p{
    text-align: start;
}

.cust_def_page img {
    height: auto;
    max-width: 100%;
    float: left;
    padding-right: 20px;
}
.cust_def_page p a {
    color:  #a0387d;
    font-weight: 700;
    text-decoration: underline;
}
.cust_def_page p{
    text-align: start;
}
.cust_def_page hr {
    margin: 2rem 0;
}
.cust_def_page p a:hover{
    color:  #74295b; 
}
.cust_def_page ol{
    padding-left: 20px;
}
.cust_def_page ol li{
    position: relative;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.66;
    color: #302820;
    font-family: "Satoshi Variable";
    font-weight: bold;
    position: relative;
}
.cust_def_page ol li::marker {
    color:  #a0387d;
}
.grid-sec .nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 46px;
}
.grid-sec .nav-links a{
    background-color: transparent !important;
    color: #94ad38 !important;
    font-size: 22px;
}
.grid-sec .page-numbers {
    display: none;
}
.grid-sec .nav-links .prev{
    display: block !important;
}
.grid-sec .nav-links .next{
    display: block !important;
}
.frm_final_submit::before{
    top:-30px !important;
}
.page-id-326  .grid-sec {
  padding-bottom: 100px;
}
@media (max-width:992px) {
    #contact p br{
       display: none;
    }
    #teams .team_row .team_row_inner{
        padding-top: 44px;
    }
    header .header_inner nav.main {
        background-color: #2b3504 !important;
 
    }
    .page-template-home-page header {
        background-color: #2b3504 !important;
    }
     header {
        background-color: #2b3504 !important;
    }
    header .header_inner nav.main {
        top: 90px !important;
   
    }
    .cust_def_page img {

        float:none;
        padding-right: 0px;
    }
    .single-post .py-90 img{
        float:none;
        padding-right: 0px;
    }
    .page-id-326 h1 {

        margin-top: 72px;
    }
    .archive h1 {
        margin-top: 108px;
    }
    .single-post h1 {
        margin-top: 34px;
    }
    .search-results h2 {
        margin-top: 125px;
    }
}
@media (max-width:767px) {
    #contact form {
        background-position: center;
    }
}
@media (max-width:490px) {
    header .header_inner nav.main {
        top: 62px !important;
   
    }
    .page-id-326 h1 {
        margin-top: 66px;
    }
    .archive h1 {
        margin-top: 66px;
    }
    #contact form {
 
        padding-top: 19px;
    }
}
/* Hide all slides initially until the slider is initialized */
.hero-section{
    overflow: hidden;
  min-height: 580px;
  background-color: #859b33;
}
.hero-section-swiper figure {
    display: none;
}
.hero-section-swiper.slick-initialized figure {
    display: block;
}
