/**********
SITEWIDE STYLES
**********/

:root{
    --black-color: #000000;
    --primary-color: #003923;
    --secondary-color: #586844;
    --text-black: #323232;
    --grey-color: rgba(255, 255, 255, 0.50);
}


body,
html,

p,
div,
h1,
h2,
h3
 {
    font-family: 'EB Garamond', sans-serif;
    line-height: 120%;
}
.text-primary{
    color: var(--primary-color) !important;
}
h1,
.xl{
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}
p{
    color: var(--text-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
h4{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
a,
h4,
h5{
    font-family: 'Avenir Next', sans-serif;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}
.btn{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 18px 52px;
    line-height: normal;
}
.btn.outline{
    border-radius: 0;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}
.btn.outline:hover{
    background: var(--secondary-color);
    color: #ffffff;
}
a:hover {
    opacity: 0.8
}

.flex {
    display: flex
}

.container {
    max-width: 1200px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.container-sm {
    max-width: 795px;
    width: 100%;
    margin: 0 auto;
}
.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.text-green{
    color: var(--secondary-color);
}
.bottom30 {
    margin-bottom: 30px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom90 {
    margin-bottom: 90px;
}

.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    display: inline-block;
    top: -1px;
    transition: all 300ms;
    transform: scaleY(1);
}

.menu-item-has-children.sub-menu-active::after {
    transform: scaleY(-1);
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
}


/**********
COOKIE    
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}


.bg-gradient{
    background: linear-gradient(180deg, transparent 60.18%, #FFFBD7 74%);
}


/* NAV */

nav.nav ul li a{
    color: var(--black-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
nav.nav ul li a:hover,
ul.footer-links li a:hover,
nav.nav ul li.current_page_item a{
    color: var(--primary-color);
}


/* Footer */
footer{
    background: var(--secondary-color);
    color: #ffffff;
}
footer .copyright p{
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: var(--grey-color);
    margin-bottom: 0;
}
footer .copyright{
    padding: 15px;
    border-top: 1px solid rgba(192, 192, 192, 0.50);
}
footer .footer-inner{
    padding-top: 22px;
    padding-bottom: 34px;
}
div.footer-links{
    margin-top: 30px;
}
ul.footer-links{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}
ul.footer-links li {
    padding: 8px 15px;
}
ul.footer-links li a{
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

/* Home */
.home-hero{
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    min-height: 819px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.home-hero h1{
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.home-hero .container{
    position: relative;
    z-index: 1;
}
.home-hero .hero-img{
    padding-bottom: 25px;
}
.home-hero .hero-img img{
    width: 100px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}
.home-hero::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 27.53%, rgba(0, 0, 0, 0.50) 77.05%);
}

.img-blend{
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
}
.bg-outline{
    position: relative;
    background-blend-mode: darken;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.img-grid-style-2 h2{
    max-width: 505px;
    margin: 0 auto;
}

/* Page Banner */
section.page-banner{
    position: relative;
    min-height: 495px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 120px;
}

section.page-banner .banner{
    background: #ffffff;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 30px;
    max-width: 1200px;
    width: 92%;
}
/* Blog */
.blog .item img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}

/* CONTACT */
.contact-sec{
    position: relative;
    padding: 30px 20px 20px;
    min-height: 860px;
    display: flex;
    align-items: center;
}
.contact-sec .contact-form{
    background: #ffffff;
}
.contact-sec .contact-form form label{
    display: none;
}

.contact-sec .contact-form form input[type="text"],
.contact-sec .contact-form form input[type="email"],
.contact-sec .contact-form form input[type="tel"],
.contact-sec .contact-form form textarea{
    padding: 15px 0;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'Avenir Next', sans-serif;
    margin-bottom: 36px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-sec .contact-form form textarea{
    height: 85px;
}
.contact-sec .contact-form form input[type="text"]::placeholder,
.contact-sec .contact-form form input[type="email"]::placeholder,
.contact-sec .contact-form form input[type="tel"]::placeholder,
.contact-sec .contact-form form textarea::placeholder{
    color: #000;
}
.contact-sec .contact-form form input:focus,
.contact-sec .contact-form form textarea:focus{
    outline: none;

}


.contact-sec .contact-form .gform_title{
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    color: var(--primary-color);
    margin-bottom: 22px;
}
.contact-sec .contact-form .gform_description{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}   
.contact-sec .contact-form .gform_description,
.contact-sec .contact-form .gform_title{
    text-align: center;
}
.contact-sec .contact-form form  .gform_footer.before {
    text-align: center;
}
.contact-sec .contact-form form input[type="submit"]{
    margin: auto;
    font-family: 'Avenir Next',sans-serif;
    text-transform: uppercase;
    background: none;
    border-radius: 0;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 18px 52px;
    line-height: normal;
}
.contact-sec .contact-form form input[type="submit"]:hover{
    background: var(--secondary-color);
    color: #fff;
}
.contact-sec .contact-img img{
    width: 100%;
    height: 824px;
    object-fit: cover;
}
/* SLIDER */
.image-left-slider .slider-image img{
    width: 100%;
    height: 476px;
    object-fit: cover;
}
.slider-nav .nav-icon{
    cursor: pointer;
    margin: 6px 6px 6px 0;
    padding-top: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(104, 164, 28, 0.1);
}

.gform_confirmation_message {
    font-size: 20px;
}

@media only screen and (min-width: 1140px) {
   
    /**********
    COLUMNS
    **********/
    .twoCol {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .twoCol .col {
        width: 50%;
        padding: 15px;
    }
    .threeCol .col {
        width: 33.33%;
        padding: 15px;
    }
    .fourCol .col {
        width: 25%;
        padding: 15px;
    }
    .fiveCol .col {
        width: 20%;
        padding: 15px;
    }
    /**********
    HEADER NAV
    **********/
    header .flex {
        align-items: center;
    }
    header .logo img {
        max-height: 40px;
    }
    nav.nav {
        margin-left: auto
    }
    nav.nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav.nav ul li {
        position: relative;
        margin-left: 30px;
    }
    nav.nav ul li:first-child {
        margin-left: 0;
    }
    /**********
    submenu popup
    **********/
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
    nav.nav .sub-menu li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1140px) {
    .flex {
        flex-wrap: wrap;
    }
    header .flex{
        justify-content: center;
    }
    header .logo img {
        max-height: 40px;
    }
    header .logo {
        position: relative;
        z-index: 20;
    }
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }
   
    header .nav {
        position: fixed;
        top: -100%;
        left: 0;
        z-index: 10;
        height: 100vh;
        padding-bottom: 47;
        width: 100%;
        /* background: rgba(0, 0, 0, 0.60); */
        transition: all 300ms;
    }
    header .nav.navActive {
        top: 0%;
    }
    header .nav.navActive ul {
        border-top: 1px solid rgba(192, 192, 192, 0.50);
    }
    header .nav.navActive::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.60);
        z-index: -1;
        transition: opacity 5s ease;
    }
    
    header .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .nav>ul {
        width: 100%;
        margin-top: 0;
        background: #ffffff;
        box-sizing: border-box;
        padding: 80px 15px 27px;
        height: 548px;
        border-radius: 0px 0px 20px 20px;
    }
    header .nav>ul li {
        position: relative;
    }
    header .nav>ul li a {
        padding: 25px 15px;
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }
    .menu-item-has-children::after {
        position: absolute;
        right: 0;
    }
    #burgerNav {
        position: absolute;
        top: 20px;
        left: 15px;
        width: 35px;
        height: 40px;
        cursor: pointer;
        z-index: 90
    }
    #burgerNav .innerBurger {
        position: relative;
        height: 100%;
    }
    #burgerNav .innerBurger span {
        width: 100%;
        height: 2px;
        top: 0;
        background-color: #000;
        position: absolute;
        opacity: 1;
        transition: all 300ms;
        transform: rotate(0deg);
    }
    #burgerNav.navActive .innerBurger span {
        transition: all 300ms;
    }
    #burgerNav .innerBurger span:nth-child(1) {
        top: 25%;
    }
    #burgerNav .innerBurger span:nth-child(2) {
        top: 50%;
    }
    #burgerNav .innerBurger span:nth-child(3) {
        top: 75%;
    }
    #burgerNav.navActive .innerBurger span:nth-child(1) {
        top: 50%;
        transform: rotate(-45deg);
    }
    #burgerNav.navActive .innerBurger span:nth-child(2) {
        top: 50%;
        opacity: 0;
    }
    #burgerNav.navActive .innerBurger span:nth-child(3) {
        top: 50%;
        transform: rotate(45deg);
    }
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
}
@media(min-width: 768px){
    .contact-sec .contact-img{
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        height: 100%;
        width: 55%;
    
    }
    .contact-sec .contact-form{
        padding: 70px 54px;
    }
   
    .img-blend{
        margin-top: -80px;
        margin-bottom: -54px;
    }
    .img-grid-style-1 img{
        width: 100%;
        height: 365px;
        object-fit: cover;
    }
    .img-grid-style-2 img{
        height: 350px;
        width: 100%;
        object-fit: cover;
    }
}

@media(max-width: 767px){
    
    section.page-banner{
        min-height: 357px;
        background-position: center center;
        margin-bottom: 70px;
    }
    .home-hero{
        min-height: 743px;
    }
    .order-xs-2{
        order: 2;
    }
    .order-xs-1{
        order: 1;
    }
    .image-right-btn-left img,
    .image-right-slider-left img{
        height: 456px;
        width: 100%;
        object-fit: cover;
    }
    .image-right-btn-left h2{
        margin-bottom: 45px;
    }
   
    .home-hero h1{
        font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }
    .home-hero{
        align-items: flex-end;
    }
    .home-hero h1{
        margin-bottom: 40px;

    }
    .contact-sec .contact-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .contact-sec .contact-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 20px;
        height: 328px;
        width: 100%;
    }
    .contact-sec .contact-form{
        margin-top: 235px;
        padding: 40px 22px;
    }
    .bg-outline h2.text-green{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .img-blend{
        margin-top: -20px;
        margin-bottom: -20px;
    }
    
    .img-grid-style-2:last-child img{
        display: block;
        margin-left: auto;
    }
    .img-grid-style-2 h2{
        text-align: center;
    }
    .img-grid-style-2 img{
        height: 304px;
        width: 90%;
        object-fit: cover;
    }
    .img-grid-style-1 img{
        height: 224px;
        width: 100%;
        object-fit: cover;
    }
    ul.footer-links{
        flex-direction: column;
        align-items: center;
    }
}
