﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300&family=Red+Hat+Display:wght@300;400&display=swap');


#field_2_5 {
    display: none !important;
}

:root {
    --main-bg-color: white;
    --main-txt-color: #303031;
    /* --alt-bg-color: black;
    --alt-txt-color: white; */
    --brand-primary: #D19E0C;
    --title-font: 'Cormorant Unicase', serif;
    --body-font: 'Red Hat Display', sans-serif;

    --small: 420px;
    --medium: 1000px;
    --large: 1024px;
    --xlarge: 1200px;


    --en-primeur-card-a-font-size: 30px;
}



body {
    background-color: white;
    margin: 0;

    overflow-x: hidden;
}

.main-content {
    /* background: white; */
    position: relative;
}

.mobile-only {
    display: none;
}
.desktop-only {
    display: block !important;
}
@media screen and (max-width:1000px) {
    .mobile-hidden {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none !important;
    }
}


@media screen and (max-width:1000px) {
    .sm-col-padding {
        padding: 50px 10vw;
    }
    .sm-col-reverse {
        flex-direction: column-reverse;
    }
}

.logo-container {
    /* width: 20vw;  */
    width: 245px;
    padding-top: 150px;
     padding-bottom: 50px
}
@media screen and (max-width:1000px) {
    .logo-container {
        width: 65vw;
        padding-top: 10vh;
    }
}



.gold {
    color: var(--brand-primary);
}
/*
-----------------------------------------
HEADERS
-----------------------------------------
*/
header {
    background-color: var(--main-bg-color);
}

.header--full {
    text-align: center;
    color: white;
    text-align: center;
    padding-top: 200px;
}
.header--container {
    height: 100vh;
    min-height: 850px;
    background-size: cover;
    background-position: center;
}
.header--container__small {
    min-height: 500px;
    height: 50vh;

    background-size: cover;
}
.header--container--inner {
    max-width: 1000px;
    max-width: 50vw;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .header--container {
        min-height: 100vh;
    }
    .header--container--inner {
        max-width: 100%;
        margin: 0 23px;
    }
}
.header--full__front {
    height: 100vh;
    min-height: 80vw;
}
.header--full__front .title.large {
    font-size: 8vw;
    line-height: 0.6;
  }

/*

BANNERS
*/
#myVideo {
    width: 100vw;
}


.video-container {
    /* background-color: var(--main-txt-color); */
    /* min-height: 110vh;
    height: 1000px;
    max-height: 1200px; */
    /* height: 50vw; */
    /* width: 100vw;
    position: relative;
    min-height: 1000px; */
}

.video-container video {
    width: 100vw;
    /* height: 1000px; */
    min-height: 100vh;
    position: absolute;
    object-fit: cover;
    z-index: 0;
  }

  @media screen and (min-width: 1400px) {

    .video-container video {
        /* height: 1650px; */
    }
}

@media screen and (min-height: 1400px) {

    .video-container video {
        /* height: 1650px; */
    }
}

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

    .video-container,
    .video-container video {
        /* height: 1000px; */
        min-height: 600px;
    }
}

@media screen and (min-height: 860px) and (min-width: 760px) {
    .video-container video {
        height: 100vh;
    }
}

@media screen and (max-height: 860px) and (min-width: 760px) {
    .video-container video {
        height: 175vh;
    }
}

.video-title-container {
    /* height: 100vh; */
    /* width: 65vw; */
    
    text-align: center;
    /* margin: 10vh auto 20vh; */
    /* margin: 10vh auto 10vh; */
  }

  
  @media screen and (max-width:1200px) {
    .video-container {
        min-height: 700px;
        /* height: 100%; */
    }
     
    .video-title-container {
        width: auto;
    }
  }

/*-----------------------------------------
SECTIONS
-----------------------------------------
*/

.carousel-featured {
    width: 100%; 
    /* height: 300px;  */
    background: #303031; 
    position: relative; 
    z-index: 10;
    padding: 0px 0;
    z-index: 100000 !important; 
}

.carousel-featured .container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1100px) {
    .carousel-featured .container { 
        padding: 0 20px;
    }
    .carousel-featured-image {
        width: 100% !important;
    }
}

.carousel-featured .owl-item {
    width: 100%;
}
.carousel-featured-image {
    width: 250px;
    height: 200px;
    background-size: cover;
    border: 6px solid white;
    box-sizing: border-box;
    margin-right: 50px;
    flex-shrink: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.carousel-featured-image {
    height: 300px;
    margin-right: 0;
	margin-bottom: 16px !important;
}
}
.carousel-featured h2 {
    font-size: 30px;
    color: var(--brand-primary);
    font-family: var(--body-font);
    text-transform: none;
}
.carousel-featured p {
    color: white;
}
/* .carousel-content {
    padding: 20px;
} */
.carousel-featured .carousel-content p {
    max-width: 500px;
}   
.carousel-featured .carousel-content .button.link {
    margin-top: 0px;
    width: 275px;
}

.carousel-dots {
    top: -35px;
    left: 10px;
    position: relative;
    z-index: 100000;
    justify-content: center;
    display: flex;
    
}
.owl-dot.active {
    background-color: var(--brand-primary) !important;
}
@media screen and (max-width: 768px) {
    .carousel-dots {
        left: 18px;
    }


    .carousel-featured .d-flex {
        flex-direction: column;
    }
    .carousel-featured-image { 
        margin-right: 0px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 420px) {
    .carousel-featured-image { 
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
    }
}
.section--home__intro {
    background-color: white !important;
    position: relative;
}
@media screen and (max-width: 1000px) {
    .section--home__intro {
        padding: 50px 10vw;
    }
}
.section--home__intro p {
    max-width: 560px;
    font-size: 2rem;
    line-height: 1.4;
}

.section--home__intro p .button.link {
    padding: 10px 60px;
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .section--home__intro p {
        /* padding-right: 6vw;  */
    }
}
@media screen and (max-width: 700px) {
    .section--home__intro p {
        font-size: 1.4rem;
        /* padding-right: 0; */
    }
}

.section--home__vine,
.section--home__consign {
    background-size: cover;
    padding: 4vw;
    margin-left: 8vw; 
    /* z-index: -1;  */
    z-index: 0; 
    min-height: 40vw;
    /* max-height: 1000px; */
    position: relative;
}
.section--home__vine {
    /* margin-top: 250px; */
    /* min-height: 65vw; */
    min-height: 880px;
}
.section--home__consign {
    position: relative;
    margin-top: 200px;
    min-height: 820px;
}


@media screen and (max-width: 1000px) {
    .section--home__vine,
    .section--home__consign {
        margin-left: 0;
        min-height: 1000px;
        min-height: 0;
        /* margin-top: 35vw; */
        margin-bottom: 0px;
        padding: 0;
        padding-top: 200px;

    }

    .section--home__vine {
        position: relative;
        float: left;
    }
    
}
@media screen and (min-width:1680px)  and (orientation: landscape) {
    .section--home__vine {
        min-height: 600px;
    }
}

.section--home__investment {
    padding: 4vw;
    margin-left: 8vw; 
    z-index: -1; 
    min-height: 100vh;
    margin-top: 100px;
}

/* QUOTES */
.section--home__vine .quote,
.section--home__consign .quote {
    text-align: right; 
    margin-top: 100px;
    font-size: 12vw; 
    color: rgba(235,226,205,0.5);
    line-height: 0.6;
    margin-bottom: 100px;
}

.section--home__investment .quote {
    text-align: left; 
    margin-top: 100px;
    font-size: 12vw; 
    color: rgba(235,226,205,0.5);
    line-height: 0.6;
    margin-bottom: 100px;
}
.section--home__en-primeur {
    background-position: center;
    background-size: cover;
}

/* .section--home__en-primeur .mobile-only {
    top: -50vw; 
    position: absolute; 
    padding: 3vw;
} */

.page .section--home__en-primeur .container--inner {
    /* padding-left: 10vw; */
    padding-top: 25vh;
}
@media screen and (max-width: 1000px) {
    .page .section--home__en-primeur .container--inner {
        padding-left: 0;
        padding: 30px;
    }
}

#en-primeur-anchor {
    position: relative;
    width: 100%;
    display: inline;
}
.en-primeur-wine {
    margin-top: 100px;
}



.section--home__en-primeur h2.quote {
    /* font-size: 10vw; */
    color: rgba(235,226,205,0.5);
    line-height: 0.6;
    z-index: 20;
    top: 50px;
    position: relative;
    left: 12vw;
}

.section--home__en-primeur.container {
    margin-left: -10vw; 
    margin-top: 100px; 
    padding-bottom: 5vw;
    position: relative;
    z-index: -1;
    min-height: 600px;
}

.section-intro {
    max-width: 530px;
}
.section-text--left {
    padding-left: 4vw;
}
.section-text {
    margin-top: 100px;
    max-width: 550px;
}



.cta {
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    padding-bottom: 100px;
    color: white;
    text-align: center;
    margin-bottom: 150px;
}

    .cta-friends {
        padding: 100px 5% 200px;
        line-height: 1; 
    }

    .cta-friends img {
        max-width: 350px;
    }
    .cta-friends h2 {
        color: var(--brand-primary);
        line-height: 0.67; 
        margin-top: 50px;
        color: rgba(235,226,205,0.5);
        line-height: 0.6;
        z-index: 20;
        top: 50px;
        position: relative;
    }
    .cta-friends p {font-size: 1.762rem;}

    .cta-friends-content {
        max-width: 800px;
        margin: 100px auto;
    }
    .cta-friends-content .link {
        margin-top: 50px;
    }

    @media screen and (max-width:850px) {
        .cta-friends h2 {font-size: 4rem;}
        .cta-friends p {font-size: 1.2rem;}
    }

@media screen and (max-width:1400px) {
    .section-intro {
        max-width: 40vw;
    }
    .section--home__vine .container,
    .section--home__consign .container  {
        padding: 40px 7vw 1px;
        
    }
    .section--home__vine .section-intro,
    .section--home__consign .section-intro {
        max-width: 70vw;
    }
}
@media screen and (max-width:1000px) {
    .section-text {
        max-width: 100%;
        margin-top: 0;
        padding: 50px 20px;
    }
    .section--home__vine .container {
        padding: 0 8vw;
    }
    .section--home__vine {
        margin-left: 0;
    }
    .section--home__vine {
        padding-top: 200px;
    }
    .section--home__vine .quote {
        padding-top: 0;
        margin: 50px 0;
        font-size: 14vw;
        text-align: center;
    }
    .section--home__consign .quote {
        padding-top: 60vw;
        margin-bottom: 50px;
        font-size: 12vw;
    }

    .section-intro {
        max-width: 100vw;
    }

    .section--home__en-primeur {
        margin-left: 0vw;
        margin-top: 200px;
        padding-bottom: 5vw;
    }

    .section--home__en-primeur .container--inner {
        padding: 0;
        position: relative;
        top: -20vw;
    }
    .section--home__en-primeur.container {
        /* margin-top: 50vw; */
        margin-left: 0;
    }

    .section--home__en-primeur h2.quote {
        font-size: 12vw;
        /* color: #EBE2CD; */
        color: rgba(235,226,205,0.5);
        line-height: 0.6;
        z-index: 20;
        top: -30vw;
        position: absolute;
    }
    
    .section--home__investment {
        margin: 0;
        padding: 0;
        min-height: auto;
    }

    .section-text--left {
        padding-left: 0vw;
    }

    .section-image {
        width: 75%;
        margin: 0 auto;
        position: relative;
        top: 50px;
        z-index: 100;

        
    }

    .section-image--vine {
        width: 75%;
        margin: 0 auto;
        position: relative;
        top: -200px;
        z-index: 100;
        height: 700px;
        padding-top: 200px !important;
    }
    
}
@media screen and (max-width: 800px) {
    .section-image--vine {
        height: 500px;
    }
}

@media screen and (max-width: 600px) {
    .section-image--vine {
        height: 100px;
    }
    .section--home__consign .quote {
        padding: 0;
    }
}
/*
-----------------------------------------
CONTAINERS
-----------------------------------------
*/
.container {
    /* max-width: 2048px; */
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.container--inner {
    /* margin: 0 12vw; */
    margin: 0 auto;

}

.home.page .news .container--inner {
    max-width: 1200px;
    margin: 0 auto;
    width: auto;
}

.home.page .news-title {
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    margin-top: 20px;   
}
.news-title span,
.container--news .card h2 span {
    color: black;
    font-weight: 300;
    font-size: 18px;
    text-transform: inherit;
    margin-top: 10px;
}
.home.page .date {
    color: var(--main-txt-color);
}

.archive .container--inner,
.page .container--inner,
.suppliers-detail.container--inner {
    /* margin: 0 8vw;
    padding: 0px 0 50px; */

    margin: 0 auto;
    max-width: 1200px;
}
@media screen and (max-width: 768px) {
    
    .page .container--inner,
    .suppliers-detail.container--inner {
        padding: 0 20px;
    }

    .archive .container--inner {
        padding: 0;
    }
}

.single-product .container--inner {
    padding: 50px 0;
    margin: 0 auto;
    max-width: 1200px;
}
@media screen and (max-width:1000px) {
    .single-product .container--inner {
        padding: 0;
    }
}
.single-post .row.container--inner {
    max-width: 1200px;
    margin: 0 auto;
}

.post-type-archive-product .container--inner {
    max-width: 1200px;
    margin: 0 auto;
}
.container--news {
    padding: 150px 0;
}
.container--news .container--inner {
    margin: 0 auto; 
    max-width: 1200px;
}
@media screen and (max-width: 1000px) {
    .container--news .container--inner {
        padding: 0 40px;
    }
}
@media screen and (max-width: 600px) {
    .container--news .container--inner {
        padding: 0 20px;
    }
}
.container--news .card h2 {
    height: 80px;
}
/*
CAARDS
*/
.container--news .card,
.news--link {
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    transition: 0.5s ease-in-out;
}
a.card {
    border: 2px solid transparent;
    transition: 0.5s ease-in-out;
}
a.card:hover,
.container--news .card:hover,
.news--link:hover,

a.card:focus, a.card:active,
.container--news .card:focus, .container--news .card:active,
.news--link:focus, .news--link:active {
    border: 2px solid var(--brand-primary);
    transition: 0.5s ease-in-out;
}
.card h3 {
    font-weight: bold;
}
.container--news .card h2 {
    font-size: 1.6rem;
    font-family: var(--body-font);
    text-align: center;
    padding: 20px;
    font-weight: 300;
    text-transform: inherit;

}
.container--news .card-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height:350px;
}
.container--news .card .date {
    text-align: center;
    margin-bottom: 0;
    color: var(--main-txt-color);
}

/* 
PAGES

} */
.page-consign .main-content {
    margin-bottom: 200px;
}
.page-consign .container--inner h4 {
        /* font-size: 1.6rem; */
        width: 70%;
        margin-bottom: 30px;
    }

    .page-consign img {
        width: 100%;
    }


    .en-primeur--intro {
        margin-top: 100px;
    }
/*
single-product
*/
.single-product h1.product_title {
    font-size: 4rem;
    text-align: center;
}
.single-product h2 {
    font-size: 3rem;
}


.product-wine h1 {
    color: var(--brand-primary);
    font-family: var(--title-font);
    font-size: 100px;
    line-height: 0.8;
    text-transform: lowercase;
}
@media screen and (max-width: 1000px) {
    .product-wine h1 {
        font-size: 50px;
    }
}
/*
-----------------------------------------
 single post 
 -----------------------------------------*/
.single-post h2 {
    color: var(--brand-primary);
    font-size: 6rem;
    line-height: 0.8;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .single-post h2 {
        font-size: 50px;
    }
    
}
.single-post h4 {
    font-size: 2rem;
    line-height: 1.2;
    padding: 15px 0 0;
}  
.single-post p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 15px 0;
}
.single-post .date {
    text-align: center;
    font-size: 3rem;
    font-family: var(--title-font);
    margin: 20px 0;
}

.single-post .wp-caption.alignnone {
border: none;

}
.single-post .wp-caption p.wp-caption-text {
    color: var(--brand-primary);
    font-size: 1rem;
    display: flex;
    justify-self: start;

}
/*
-----------------------------------------
POSITIONING
-----------------------------------------
*/
.absolute {
    position: absolute;
    width: 400px;
    top: -50px;
    left: 0;
    z-index: 10;
}

/*
-----------------------------------------
IMAGES
-----------------------------------------
*/

img {
    max-width: 100%;
}


/*
-----------------------------------------
ANCHOR LINKS
-----------------------------------------
*/
a {
    color: var(--brand-primary);
    text-decoration: none;
}

a.link,
a.button,
.button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.gform_button.button,
.woocommerce-form-login__submit {
    border-radius: 5px;
    display: inline-block;
    position: relative;
    background-color: var(--brand-primary) !important;
    color: white !important;
    text-align: center;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin-bottom: 20px;
    border: none;
    font-size: 1rem;
}
a.link:hover {
    background: #303031;
}
.woocommerce .checkout-button.button {
    background-color: #D19E0C !important;
    width: auto;
    display: inline;
    padding: 10px 60px;
}




@media screen and (max-width: 1000px) {
    a.link {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px;
        font-size: 1rem;
    }
}

.button.link {
	margin-top: 50px;
	font-weight: bold;
	padding: 10px 60px;
	font-size: 1rem;
}

@media screen and (max-width: 1000px) {
    .button.link {
        max-width: 285px;
        width: 100%;
        
        padding: 10px 5px;
    }
}

/*
-----------------------------------------
TYPOGRAPHY
-----------------------------------------
*/
h1 {
    font-family: var(--title-font);
    color: var(--brand-primary);
    font-size: 20rem;
    text-transform: lowercase;
}
h2 {
    font-family: var(--title-font);
    font-size: 10rem;
    text-transform: lowercase;
}
h3 {
    font-size: 5rem;
    font-family: var(--body-font);
    font-weight: 300;
}

h4 {
    /* color: var(--brand-primary); */
    font-family: var(--body-font);
    font-size: 2rem !important;
    font-weight: 100;


}

.home h3 {
    font-size: 75px;
}

p {
    font-size: 1.2rem; 
    line-height: 1.75;
    font-family: var(--body-font);
    font-weight: 300;
    margin-bottom: 30px;
}


@media screen and (max-width: 1400px) {
    p {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1400px) {
    p {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 2.2rem;
    }
    .home h3 {
        font-size: 2.8rem;
    }
    p {
        font-size: 1rem;
    }
}


.title--shift__up {
    position: relative;
    top: -0.5em;
}

.large {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 300;
    font-family: var(--body-font);
    margin-bottom: 50px;
}
.text-large {
    font-size: 2rem;
line-height: 1.2;
}

.title--small {
    font-size: 60px;
}

@media screen and (max-width: 768px) {
    .text-large {
        font-size: 1.2rem;
        line-height: 1.4;
    }
}

.grey {
    color: rgba(235,226,205,0.5) !important;
}

.centre-content {
    margin: 0 auto;
    text-align: center;
    
    display: flex;
    justify-content: center;
}

.intro {
    background-size: cover;
    padding-bottom: 15vw;
}


.intro-text {
    width: 100%;
    font-size: 2rem;
    color: var(--brand-primary);
    padding-right: 10px;
    
}
.intro-padding {
    border: 0px solid transparent; 
    width:100%; 
    display:block; 
    padding-top:100px;
}
.intro-padding-left {
    border: 0px solid transparent; 
    width:100%; 
    display:block; 
    padding-top: 200px;
}

@media screen and (max-width: 1000px) {
    .intro-text {
        font-size: 2rem;
        margin-bottom: 50px;
        line-height: 1.5;
        margin-top: 42px;
    }

    .intro-padding,
    .intro-padding-left { 
        padding-top: 50px;
    }
    
}
input::placeholder,
::placeholder {
    opacity: 1;
    font-weight: 300;
    color: black;
  }
  
.textarea {
    font-weight: lighter;
}

.title {
    line-height: 0.6;
}

.title--font {
    font-family: var(--title-font);
    text-transform: lowercase;
}

.title--xl {
    font-size: 130px;
    line-height: 0.6;
    text-align: center;
    color: var(--brand-primary);
    font-family: var(--title-font);
    text-transform: lowercase;
    margin: 0;
    position: relative;
    /* top: -100px; */
}
@media screen and (max-width: 768px) {
    .title--xl {
        font-size: 50px;
    }
}
.title.large {
    color: var( --brand-primary);
    /* text-transform: ; */
    font-family: var(--title-font);
    text-transform: lowercase;
    font-weight: lighter;
    /* font-size: 10vw; */
    font-size: 6vw;
    padding: 60px 0 120px 0;
    
}


@media screen and (min-width: 900px) {
    .title.large {
        font-size: 120px;
        
    }
}

@media screen and (max-width: 900px) {
    .title.large {
        font-size: 100px;
        
    }
}

@media screen and (max-width: 768px) {
    .title.large {
        font-size: 78px;    
        
    }

    .home .title.large {
        /* font-size: 15vw;
         */
         font-size: 78px;    
    }
}
@media screen and (max-width: 600px) {
    .title.large,
    .home .title.large {
         font-size: 60px;    
    }
}
@media screen and (max-width: 420px) {
    .title.large,
    .home .title.large {
         font-size: 36px;    
    }
}

.title--gold {
    color: var(--brand-primary);
    margin-bottom: 30px;
}


.title.large.grey {
    /* font-size: 6vw; */
    color: grey;
    position: relative;
    z-index: 2;
    /* line-height: 0.8; */
  }


/*
-----------------------------------------
NAVIGATION
-----------------------------------------
*/
.navbar .navwrap {
    /* border: 1px solid red; */
    width: 100%;
    display: flex;
}

  /* .navbar {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center;
    z-index: 10;
  } */
  .navbar.top {
    background: transparent;
    /* max-width: 1024px;
    margin: 0 auto; */
  }
  /* .navbar {
    display: flex;
    position: absolute;
    background: rgba(0,0,0,0.8);
    top: 0;
    width: 100%;
    transition: 1s ease;
    z-index: 100;
  } */
  .navbar {
    position: absolute;
    transition: 1s ease;
    top: 0;
    position:fixed;
    background: rgba(0,0,0,1);
    top: 0;
    width: 100%;
    transition: 1s ease;
    z-index: 100;
    padding-bottom: 30px;
  }
  .navbar.remove {
    position: absolute;
    transition: 1s ease;
    top: -200px;
  }

  .navbar ul { 
    display: flex;
    justify-content: space-evenly;
    /* max-width: 800px; */
    width: 100%;
    margin: 0 auto;
    align-content: center;
  }

  .navbar ul li a { 
    font-size: 0.8rem;
    font-family: var(--body-font);
    text-transform: uppercase;
    color: var(--alt-txt-color);
    text-decoration: none;
  }

  .navbar ul li ul.sub-menu {
    display: none;
    padding: 10px 0;
    position: absolute;
  }
  .navbar ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }

  @media screen and (max-width:1000px) {    
    .navbar ul li ul.sub-menu {
        display: block;
        position: relative;
    }
  }
/* MENU */

.header-cart {
    height: 50px;
	/* right: 0;
	position: absolute; */
	z-index: 1000000;
}
.header-cart-mobile {
    display: none;
}
@media screen and (max-width:768px) {    

    .header-cart-mobile {
        top: 15px;
        left: 20px;
        position: absolute;
        display: block;
        z-index: 10000;
    }
    .shopping-cart {
        position: relative;
        top: 0 !important;
        right: 0 !important;
    }
    .cart-count {
        left: 15px !important;

    }
}
.shopping-cart {
    display: block;
    background-image: url('./../img/icon-bottle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 50px;
    position: relative;
    top: 0px;
    right: 25px;
}
.cart-count {
    width: 20px;
  height: 20px;
  background: white;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  color: black;
  position: relative;
  top: -40px;
  left: -4px;
}
.cart-contents { text-decoration: none;}
.cart-contents .fa-shopping-cart {
    font-size: 25px;
}

.navbar ul li.current-menu-item a,
.navbar ul li.current_page_item a,
.navbar ul li.current_page_parent a {
    color: var(--brand-primary);
}



@media screen and (max-width: 1000px) {
    .navbar, .navbar.top,
    .navbar.remove {
        background-color: black !important;
        display: none;
        position: fixed;
        top: 0;
    }
    .navbar ul li {
        width: 100%;
        text-align: center;

    }
    .navbar ul li a {
        background-color: transparent;
        width: 100%;
        padding: 10px 0;
        display: block;
    }
    .navbar ul li a:hover {
        background-color: #D19E0C;
    }
}


/*
-----------------------------------------
NEWS ARTICLE
-----------------------------------------
*/
.news {
    background: #F3F2F3;
    display: flex;
}

.news .container--inner {
    /* margin: 0 12vw; */
}

.news-image {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;

}
.news .title {
    font-size: 10rem;
    text-align: center;
    color: var(--brand-primary);
    font-family: var(--title-font);

    top: -115px;
    position: relative;
}
@media screen and (max-width: 1000px) {
    .news {
        margin-top: 100px;
    }
    .news .title {
        text-align: left;
        font-size: 6rem;
        left: 4vw;
        top: -80px;
    }
    .news .container, .news .container--inner {
        margin: 0;
    }
}

.news--link {
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    font-size: 1.6rem;
    padding: 20px;
    margin-right: 15px;
}
.news  .test {
    margin: 20px auto;
    font-size: 1.6rem;
    font-family: var(--body-font);
    text-align: center;
    font-weight: 500;
    
}

.news .news--link .date {
    margin: 0;

}
/* 
.news a.link {
    display: block;
    margin: 100px 35% !important;
    padding: 10px 60px;
    min-width: 300px;
    position: relative;
} */

@media screen and (max-width:760px) {
    .news article a {
        padding:0;
        font-size: 1.2rem;
    }
}

.news article a {
    font-size: 1.3rem;
    line-height: 1;
}

.news-carousel article p {
    padding: 20px 30px 0;
    margin: 0;
}
.owl-stage {
    display: flex;
    align-items: stretch;
}


/*(1) owl-stage box*/
.owl-carousel .owl-stage { display: flex; }
/*(2) the direct div of each element in the owl carousel*/
.news--link { height: 100%;
    justify-content: space-between; }
/* .news-carousel article p.xyz {
    padding-top: 10px;
    min-height: 80px;
} */
/*
-----------------------------------------
DATE
-----------------------------------------
*/
.year {
    font-size: 30vw;
    font-family: var(--title-font);
    color: var(--brand-primary);

    z-index: 10;
    text-align: right;
    position: absolute;
    top: -10px;
    right: -12vw;
    line-height: 0;

}
@media screen and (max-width: 1000px) {
    .year {
        font-size: 40vw;
        position: absolute;
        top: 65vw;
        right: 7vw;
        text-align: center;
    }
}

/*
-----------------------------------------
FOOTER
-----------------------------------------
*/
.footer {
    background: black;
    color: white;
    padding: 20px 0 30px;
}
.footer a { 
    color: white;
    text-transform: lowercase;
}

.footer .nav {
    flex-direction: column;
}
.footer .container--inner {
    max-width: 1200px;
    padding: 0;
}
.footer .container--inner p {
    margin-bottom: 0;
    font-size: 0.8rem;
}

.footer--nav {
    font-family: var(--body-font);
    font-size: 0.8rem;
}

@media screen and (max-width: 1000px) {
    .footer--nav {
        display: flex;
        justify-content: center;
    }
    .footer .container--inner p {
        text-align: center;
        font-size: 1.2rem;
    }
}

.single-post .footer p {
    margin-top: 0;
}

.owl-carousel .owl-item img {
    height: 300px
}


.les-vignerons--container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 8vw 200px;
}
.les-vignerons article {
    padding: 20px;
}
@media screen and (max-width: 1000px) {
    .les-vignerons article {
        padding: 20px 0;
    }
    
}
.les-vignerons article .card {
    width: 100%;
    padding: 20px;
}
.les-vignerons article h3 {
    font-size: 1.42rem;
    margin: 50px 0;
    font-family: var(--title-font);
}

.les-vignerons article .row {
    display: flex;
    flex-direction: row;
    flex: 1 1 0;
    margin: 0 auto;
    max-width: 1500px;
}
.les-vignerons article {
    display: flex;
    flex-direction: column;
}

.supplier {
    font-size: 3.3rem;
    text-align: right;
    margin-top: 20px;
    color: var(--main-txt-color);
    font-family: var(--title-font);
    margin-top: 7rem;
    line-height: 0.8;
}  

.suppliers-title {
    text-transform: lowercase;
    font-size: 7.5rem;
    line-height: 0.7;
    text-align: center;
    color: var(--brand-primary);
    font-family: var(--title-font);
    margin: 75px 0 50px;
    
    position: relative;
    padding: 0 10vw;
}
.suppliers-subtitle {
    font-size: 3.75rem;
    text-align: center;
    margin: 10px 0 100px;
    line-height: 0.7;
}
.suppliers-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.suppliers-detail {
    /* margin: 100px auto; */
    position: relative;
    margin-bottom: 200px !important;
}

.suppliers-detail img {
    width: 100%;
    height: auto;
}
.suppliers-detail ul {
    list-style: none;
    font-size: 2rem;
    text-align: right;
    margin: 50px 0;
}
@media screen and (max-width: 1000px) {
    .suppliers-detail ul {
        margin: 0;
    }
}
.suppliers-detail ul li {
    font-size: 20px;
    margin-bottom: 8px;
}
.suppliers-detail .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.suppliers-detail ul li a {
    color: var(--main-txt-color);
    text-align: right;
    font-weight: lighter;
    font-size: 20px;
}
.suppliers-detail ul li a.active {
    color: var(--brand-primary);
}
@media screen and (max-width: 1600px) {
    .suppliers-detail ul li a {
        font-size: 1.3rem;
    }
}
.suppliers-detail ul li a:hover {
    color: var(--brand-primary);
}
.suppliers-detail a.link {
    float: right;
    clear: both;
    min-width: 300px;
    max-width: 350px;
}
.suppliers-img-container {
    position: relative;
    margin-top: 15px;
}
.suppliers-img {
    width: 100%;
    height: 500px;
    display: block;
    background-color: grey;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.suppliers-detail .year {
    font-size: 17rem;
    left: 0;
    position: relative;
}
@media screen and (max-width: 420px) {
    .suppliers-detail .year {
        font-size: 200px;
    }
}


    @media screen and (max-width: 1000px) {
        .supplier {
            margin: 50px;
        }
        .suppliers-title {
            font-size: 3.5rem;
        }
        .suppliers-subtitle {
            font-size: 2rem;
        }
        .suppliers-img {
            width: 100%;
            height: 420px;
            display: block;
            background-color: grey;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .suppliers-detail .year {
            top: -25px;
            font-size: 11rem;
            right: 0;
        }
        .suppliers-detail h3.supplier {
            
            text-align: left;
            font-size: 50px;
        }
        .supplier {
            font-size: 2.2rem;
            margin: 10px 0 60px 0;
        }

        .suppliers-detail ul {
            text-align: left;
            
            padding: 0;
        }
        .suppliers-detail ul li {
            margin-bottom: 20px;
            line-height: 1;
        }
        .suppliers-detail a.link {
            float: left;
        }

    }

    @media screen and (max-width: 600px) {
        .suppliers-detail h3.supplier {
            font-size: 30px;
        }
    }




.card  {
    border: none;
    border-radius: 0;
}


.card--en-primeur {
    margin-bottom: 50px;
    padding: 20px;
}
.card__image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #303031;
}
.card--en-primeur h2 {
    color: var(--brand-primary);
    text-align: center;
    font-size: 120px;
}
.card--en-primeur h3 {
    text-align: center;
    font-family: var(--body-font);
    font-size: 30px;
    text-transform: lowercase;
    

}
.card--en-primeur h3 a {
    color: var(--main-txt-color);
}
.card--en-primeur h3 a:hover {
    color: var(--brand-primary);
}
.card--en-primeur ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.card--en-primeur li a,
.card--en-primeur h3,
.les-vignerons article h3 {
    color: var(--main-txt-color);
    font-family: var(--title-font);
    font-weight: lighter;
    /* font-size: var(--en-primeur-card-a-font-size); */
    font-size: 30px;
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }

  @media screen and (max-width: 1000px) {
    
  
    .card--en-primeur li a,
    .card--en-primeur h3,
    .les-vignerons article h3 {
        font-weight: normal;
    }
}

  .card--en-primeur li a {
    margin: 10px 0;
  }
  .les-vignerons article h3 {
    margin: 25px 0;
  }
  .card--en-primeur h3,
  .les-vignerons article h3 {
    font-size: 30px;
    font-weight: bolder;
  }
  .card--en-primeur li a {
    font-size: 20px;
    font-family: var(--body-font);
  }
  .card--en-primeur li a:hover {
    color: var(--brand-primary);
  }
@media screen and (max-width:1000px) {
    .card__image {
        height: 210px;
    }
    .card--en-primeur h2 {
        font-size: 4.20rem;
    }
    .card--en-primeur h3 {
        font-size: 30px;
    }

    .card--en-primeur li a {
        font-size: 1rem;
    }
}

.col-right-padding {
    padding-right: 95px;
}



.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary
{
    width: 100% !important;
    float: left !important;
}
.woocommerce-MyAccount-navigation {
    /* float: none !important;
    width: 100% !important;
    display: block; */
}
.woocommerce-MyAccount-navigation ul {
    /* display: flex;
    list-style: none;
    padding: 0;
    justify-content: center; */
}.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin-left: 0;
}
.woocommerce-MyAccount-navigation ul li a {
        padding: 10px;
        margin: 5px 0;
        border-radius: 5px;
        display: table;
        width: 200px;
        text-align: center;
        background-color: #D19E0C;
        color: white;
        text-transform: uppercase;
}

.woocommerce-account .addresses .title h3,.woocommerce-account .addresses .title h2,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    /* color: var(--brand-primary);
    font-family: var(--title-font);
    text-transform: lowercase;
    font-size: 40px; */
    font-family: var(--bs-body-font-family);
    text-transform: inherit;
    color: black;
    font-weight: normal;
    font-size: 1.5rem;
}

.woocommerce-MyAccount-content legend {
    margin-top: 20px;
}

.woocommerce-product-details__short-description h3 {
    font-size: 40px;
    font-family: var(--title-font);
    text-transform: lowercase;
    color: var(--brand-primary);
}
.wc-tab h2 {
    font-size: 40px;
    font-family: var(--title-font);
    text-transform: lowercase;
    color: var(--brand-primary);
}



.woocommerce img, .woocommerce-page img {
    width: 100%;
}

.single_add_to_cart_button.button {
    background-color: var(--brand-primary) !important;
}

.cellar {
    border: 1px solid white;

}
.cellar--content {
    text-align: left;
}
.cellar--content img {
    width: 100%;
}
.cellar--content h3 {
    font-size: 45px;
}
.cellar--content p,
.cellar--content ul.list-unstyled li a {
    font-size: 20px;
    font-family: var(--body-font);
    color: var(--main-txt-color);
    font-weight: 300;
    line-height: 2.2;
    margin-bottom: 10px;
}
.cellar--content .btn,
.btn-primary {
    background-color: #D19E0C;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
}
.btn-primary:hover {
    background-color: #000;
}

.cellar--content .acf-checkbox-list {
    display: flex;
    justify-content: space-between;
}


.gform_button.button {
    border: none;
}
.gform_title {
    font-size: 1.5rem;
    color: black;
    font-family: var(--body-font);
    text-transform: capitalize;
}
/* 
.gfield_label.gform-field-label {
    display: none;
} */
.address_line_1.ginput_address_line_1 {
    margin-bottom: 15px !important;
    position: relative;
}
.ginput_left.address_city.ginput_address_city {
    margin-top:15px;
}
.gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex {
    align-items: baseline !important;
}

@media screen and (max-width: 1000px) {
    .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        margin: 0 auto;
    }
}

input[type="checkbox"] {
  border: 1px solid var(--brand-primary);
}



.product_title.entry-title {
    display: none;
}


#menuToggle {
    width: 80px;
    height: 80px;
    right: 0px;
    top: 0px;
    background: #303031;
    position: fixed;
    z-index: 10000;
    padding: 15px;
}
#menuToggle span,
#menuToggle span:after {
    content: '';
    background-color: var(--brand-primary);
    width: 50px;
    display: block;
    height: 2px;
    top: 15px;
    position: relative;
}
#menuToggle span:after {
    top: 20px;
    position: absolute;
}

/* 
#menuToggle.active span,
#menuToggle.active span:after {
    content: '';
    background-color: var(--brand-primary);
    width: 50px;
    display: block;
    height: 2px;
    top: 23px; left: 0;
    position: relative;
    transform: rotate(45deg);
}
#menuToggle.active span:after {
    top: 0px;right: -7px;
    position: absolute;
    transform: rotate(-90deg);
}
 */


p.intro-text,
.single-post p.intro-text {
	font-size: 2rem;
}
@media screen and (max-width: 1000px) {
    p.intro-text,
    .single-post p.intro-text {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1210px){
	.intro-text {
		font-size: 1.8rem;
	}
}
@media screen and (max-width:600px) {
    p.intro-text,
    .intro-text {
        font-size: 24px;
        line-height: 1.4;
    }
}





.full-width img {
    width: 100%;
}
.row.full-width .col-lg-6 {
    padding-right: 2.5vw;
}

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

.row-supplier-detail {
    padding: 0 30px;
}

.row-masonry {
    padding: 0 !important;
    margin: 0 !important;
}
.section-image-caption {
    text-align: right;
    color: var(--brand-primary);
    font-style: italic;
    margin-top: 10px;
}
@media  screen and (max-width: 1000px) {
    .section-image-caption {
        text-align: center;
        margin-bottom: 40px;
    }
    
}
.section-image img {
    width: 100%;
}

.section--newsletter {
    margin-top: 200px;
    
}
.section--newsletter .intro-text {
    margin-bottom: 100px;
}

.single-post .container--inner .section-image,
.single-post .container--inner .section-text-area {
    padding: 0 3vw;
}

.row.full-width .col-lg-6.section-text-area {
    padding-right: 10vw;
    padding-left: 2.5vw;
}

@media screen and (min-width: 1500px) {
    .row.full-width .col-lg-6.section-text-area {
        padding-right: 15vw;
    }
}

@media screen and (min-width: 2000px) {
    .row.full-width .col-lg-6.section-text-area {
        padding-right: 25vw;
    }
}

@media screen and (max-width: 1000px) {
    .row.full-width .col-lg-6.section-text-area {
        width: 100%;
        padding: 20px 50px;
    }

    .single-post .container--inner .section-text-area {
        padding: 0 50px !important;
    }
    .section--newsletter .intro-text {
        text-align: left;
    }
}


@media screen and (max-width: 760px) {
.section--newsletter {
    margin-top: 50px;
    }
}


.single-post .container--inner .section-text-area h3,
.single-post .container--inner .section-text-area h4 {
    /* color: var(--brand-primary); */
    font-family: var(--body-font);
    font-size: 2rem !important;
    font-weight: 100;


}


.single-post .section-text-area h3 {
    color: var(--brand-primary);
}
.single-post .section-text-area h3,
.single-post .section-text-area h4 {
    /* color: var(--brand-primary); */
    font-family: var(--body-font);
    font-size: 2rem !important;
    font-weight: 100;

    
}


legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: block !important;
    text-transform: uppercase;
    color: var(--brand-primary);
}

/* .gfield.gfield--type-textarea label,
.gfield_label.gform-field-label,
.ginput_container.ginput_container_textarea label {

    display: none !important;
} */


.account .gfield.gfield--type-textarea label,
.account .gfield_label.gform-field-label,
.account .ginput_container.ginput_container_textarea label {

    display: block !important;
}

.ginput_container.ginput_container_email,
.ginput_container.ginput_container_text,
.ginput_container.ginput_container_textarea {
    border: none;
}
.ginput_container.ginput_container_email input,
.ginput_container.ginput_container_text input,
.ginput_container.ginput_container_textarea textarea,
.woocommerce form .form-row input.input-text,
.gform input,
.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=tel] {
    border: 1px solid var(--brand-primary) !important;
    padding: 10px 20px !important; 
    border-radius: 5px;
}

.gform_footer.before {
    display: flex;
justify-content: start;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 10px 20px !important;
}
.gform_wrapper.gravity-theme .gform_footer input {
    border: 1px solid var(--brand-primary);
    background-color: #D19E0C;
    min-width: 300px;
}
.gform-field-label.gform-field-label--type-inline {
    text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gform_footer {
    margin: 40px 0 0 0 !important;
    padding: 0 !important;
}
.gchoice {
    display: flex !important;
    align-items: center !important;
}
.gchoice input {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border: 1px solid var(--brand-primary);
    background-color: #D19E0C;
}
input[type="checkbox"] {
    border: 1px solid var(--brand-primary) !important;
}
.section--newsletter .gchoice label {
    max-width: 500px !important;
}
.section--newsletter .gform_footer {
    margin-top: 20px !important;
}

.section-alt {
    background: #F1F0F1;
}




.gform_wrapper.gravity-theme .gfield-choice-input + label {
    text-align: left;
    vertical-align: top;
}
.gform_wrapper.gravity-theme .gfield_label,
.account .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.1rem !important;
    font-weight: 300 !important;
    font-family: var(--body-font);
}
.gfield_required.gfield_required_text {
    display: none !important;
}
legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none !important;
}
.account legend.gfield_label.gform-field-label.gfield_label_before_complex {
    /* display: block !important; */
}
.gform_footer.top_label {
    justify-content: center;
}




.woocommerce-page .main-content,
.woocommerce-cart .main-content {
    padding-top: 50px;
}
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
    color: var(--brand-primary);
    font-size: 1.5rem;
}
.woocommerce-billing-fields h3,
#order_review_heading {
    color: black;
    font-weight: normal;
    font-size: 1.5rem;
}
#order_review_heading {
    margin-top: 30px;
}

.form-login .lost_password {
    text-transform: uppercase;
}

.coupon {
    display: none;
}


.page-template-default .main-content,
.page-template .main-content,
.archive .main-content,
.single-suppliers .main-content,
.single-product .main-content {
    background: white;
}

.single-suppliers .main-content {
    margin-bottom: 0;
}
.page-About .main-content {
    margin-bottom: 200px;
}
.home.page-template-default .main-content {
    background: transparent;
}


.single-post .main-content {
    background: white;
    padding-top: 40px;
}
.single-post .main-content .container--inner {
    padding-top: 50px;
    /* text-align: center; */
    /* margin-bottom: 100px; */
}
.single-post .main-content .container--inner h3.date {
    margin: 100px 0;
    display: block;
}

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

    .single-post .main-content .container--inner {
        padding-top: 0;
    }

    .single-post .main-content .container--inner h3.date {
        margin: 0;
    } 

    .single-post .section-image {
        top: 0;
        margin: 0 auto;
        margin: 0;
        padding: 20px 50px !important;
        width: 100%;
    }
}

#label_2_3_1 {
    color: var(--brand-primary);
}
.gform_wrapper {
    padding-bottom: 100px;
}


.quantity {
    margin-right: 10px;
    width: auto;
    display: inline-block;
}



.woocommerce-Price-amount.amount {
    display: inline-block;
    color: var(--main-txt-color);
}
.woocommerce div.product p.stock {
    font-size: 20px;
    color: var(--main-txt-color) !important; 
    margin-bottom: 50px;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 100px;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 50px;
    color: var(--brand-primary);
}

.quantity input.input-text {
    padding: 5px;
border: 1px solid var(--brand-primary);
border-radius: 5px;
width: 130px !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 5px;
border: 1px solid var(--brand-primary);
border-radius: 5px;
}
.woocommerce-product-gallery {
    height: 500px;
    overflow: hidden;
    left: 30px;
    position: relative;
  
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    border-color: var(--brand-primary);
}
.woocommerce table.shop_table tfoot th {
    font-weight: light !important;
}
/* #shipping_method label {
    color: var(--brand-primary);
} */
@media screen and (max-width: 1000px) {
    .woocommerce-product-gallery {
        height: 400px;
        width: 100%;
        left: 0vw;
      }

      .woocommerce div.product {
        /* padding: 20px 4vw;
        
        padding: 20px; */
      }
      .product-wine .row {
        margin: 100px 4vw;
      }
}
@media screen and (max-width: 600px) {
    .woocommerce-product-gallery {
        height: 280px;
    }
}

.woocommerce div.product p.price {
    margin-bottom: 0;
}
.menu-footer-menu-container li {
    line-height: 1.3;
}
.menu-footer-menu-container a {
    font-size: 0.8rem;
    font-weight: lighter;
}
@media screen and (max-width: 1000px) {
    .menu-footer-menu-container a {
        font-size: 1.2rem;
    }
}

.footer-logo {
    margin-right: 30px;
}
.footer--link__insta {
    text-align: right;
}
@media screen and (max-width: 768px) {
    #menu-footer.nav {
        text-align: center;
        margin: 30px 0;
    }

    .footer-logo {
        margin: 0 0 23px;
        width: 100%;
        text-align: center;
    }
    .footer--link__insta {
        text-align: center;
        margin-top: 30px;
    }
}


/* Target text input and email input */
input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  /* Add your desired styles here */
  color: #000;
  /* font-style: italic; */
  font-family: sans-serif;
  line-height: inherit;
  padding: inherit;
}
textarea::placeholder {
    color: #303031;
}


.account input[type="text"]::placeholder,
.account input[type="email"]::placeholder,
.account textarea::placeholder {
    color: transparent;
}


/* 
.parallax-section {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  } */



  .gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
    display: block;
    font-size: 1.1rem !important;
    font-weight: 300;
    font-family: var(--body-font);
  }

  .spacer {
    margin-bottom: 100px;
    width: 100%;
    display:flex;
  }

  .mt-200 {
    margin-top: 200px;
  }
.mb-200 {
    margin-bottom: 200px;
}

@media screen and (max-width: 1000px) {
    .spacer {
        margin-bottom: 20px;
    }
    .mt-200 {
        margin-top: 20px;
    }

    .mb-200 {
        margin-bottom: 20px;
    }
}






.owl-dots {
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0 10px;
}
.owl-dot {
    margin: 4px;
    width: 8px;
    height: 8px;
    background: #c1c1c1;
    border-radius: 50%;
    display: inline-block;
}
.owl-dot.active {
    background-color: black;
}

.les-vignerons--container {
    padding: 0px 4vw 150px;
}

.post-type-archive-product .container--inner {
    width: 100%;
    margin: 0 auto !important;
}
/* 
@media screen and (max-width: 1000px) {
    .post-type-archive-product .container--inner {
        padding: 0 8vw 150px !important;
    }
} */

.single-post .section-text-area h3,
.single-post .section-text-area h3 span {
    font-size: 2rem !important;
    font-weight: 100 !important;
    color: var(--brand-primary) !important;
}


@media screen and (max-width: 1000px) {
    #site-header.navbar.top,
    .navbar {
        position: fixed;
        padding-top: 100px;
        height: 100vh !important;
    }
}
@media screen and (max-width: 1000px) {
    
    .footer a {
        font-size: 1.2rem;
    }
    .copyright,
    .designedBy,
    .brandName {
        font-size: 1.2rem;
    }
}

.container-growers {
    padding: 0 5vw;
}

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

    .row {
        margin: 0 !important;
    /* margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)); */
    }
}

.recommendations {
    text-align: right;
}
@media screen and (max-width: 1000px) {
    .recommendations {
        text-align: left;
    }
    
}

#section4 {
    display: flex;
}



@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* CSS rules specific to iPad screen size in portrait mode
  issues with home page format
  
  */

  
}


.additional-links h4 {
    text-transform: uppercase;
  text-align: right;
  font-size: 18px !important;
  font-weight: bold;
  border-bottom: 1px solid black;
  line-height: 3;
  margin-bottom: 20px;
  clear: both;
}



/* CSS for Gravity Forms activation page */
body.home.page-id-73 .widecolumn {
    text-align: center;
    padding: 80px 20px;
    background-color: #f9f9f9; /* Adjust as needed */
    border-top: 200px solid black;
}

body.home.page-id-73 .widecolumn h2 {
    font-size: 2rem;
    color: #333; /* Main heading color */
}

body.home.page-id-73 .widecolumn p.lead-in {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #555; /* Text color for message */
}




.header--container {
	height: 84vh;
}


.container--news .card {
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid transparent;
}

.container--news .card:hover {
	border: 2px solid;
}

.les-vignerons--container {
	padding: 0 8vw 150px;
}

.section--newsletter {
	padding-bottom: 100px;
}

.product {
	padding-bottom: 100px;
}

.gform_wrapper.gravity-theme .gform_footer input {
	min-width: 80px;
	padding: 10px 60px;
}

.woocommerce-button.button,

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	padding: 10px 60px !important;
	border-radius: 10px !important;
}

.video-container  {
	/* min-height: 850px;
	height: 84vh; */
  min-height: 660px;
  /* height: 100vh; */
}


.video-title-container {
	max-width: 100%;
}

@media screen and (max-width: 1000px) {
    .video-container  {
        min-height: 800px;
    }
    .video-container video {
        min-height: 800px;
    }
	.video-title-container   {
        /* min-height: 600px; */
    }

	.navbar {
		 z-index: 1000;
	}
	.navbar ul li a {
		font-size: 20px;
	}
	
	.single-post .section-image {
		z-index: 10;
	}
	
	.intro-padding,
	.intro-padding-left,
	.en-primeur--intro {
        padding: 30px;
	}
	
	.post-type-archive-suppliers 	
	.intro-padding,
	.post-type-archive-suppliers .intro-padding-left,
	.intro-padding-left,
	.en-primeur--intro
	{
		padding: 50px;
	}
	
		.page-id-77 .intro-padding ,
	.page-id-77 .intro-padding-left {
			padding :20px;
	}
		
	.page-consign .intro-padding,
	.page-consign .intro-padding-left
	{
		padding : 20px;
	}
	
	.post-type-archive-suppliers .intro-padding,
	
	.post-type-archive-suppliers .intro-padding-left {
		padding : 40px;
	}
}
.navbar {
	padding: 0 0 30px;
}


.single-post p {
margin:	0 0 15px 0;
}

.single-post .container--inner .section-image, .single-post .container--inner .section-text-area {
	padding: 0 45px;
}


@media screen and (max-width: 768px) {
	p {
		font-size: 1.2rem;
	}
	
    #site-header.navbar.top, .navbar {
        padding-top: 80px
    }
}




.row.full-width .col-lg-6 {
  padding-right: 0vw;
}

.single-post .container--inner .section-image {
  padding: 0 0 0 45px;
}

.suppliers-img-container {
	background: #f2f2f2;
}


.suppliers-article a {
	color: #303031;
	font-family: var(--body-font);
	font-weight: 300;
}

.les-vignerons article h3 {
	font-size: 22px;
  font-weight: bolder;
  font-family: var(--body-font);
	color: var(--brand-primary);
}

#tab-tasting-notes h3 {
	font-size: 1.52rem;
}

/* .single-suppliers-friends .main-content {
	margin-bottom: 200px;
} */

.pagination {
	display: flex;
  width: 100%;
  justify-content: center;
}
.pagination .page-numbers {
	padding: 10px;
}

#ship-to-different-address {
	font-size: 20px;
	line-height: 1.5;
	color: #D19E0C;
}

a.link, a.button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .gform_button.button, .woocommerce-form-login__submit {
	border-radius: 5px;
}

.woocommerce-account .addresses .title .edit {
    float: left !important;
    margin-bottom: 10px;
}
.post-type-archive-tribe_events .header--container,
.page-Tickets .header--container {
    /* height: 84vh;
    min-height: 850px; */
    min-height: 500px;
    height: 50vh;
}
/* .post-type-archive-tribe_events .header--container .header--full {display: none;} */
.tribe-events-back {display: none;}
/* .tribe-common.event-tickets {
    padding-top: 50px;
} */

.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {margin:0}
.tribe-events-single {max-width: 700px; margin: 0 auto;}




#custom-search-wrapper {
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: black;
    color: white;
    padding: 20px;

    position: relative; 
    height: 100%; 
    z-index: 10000; 
    display: block;
}
@media screen and (max-width: 768px) {
    #custom-search-wrapper {
        top: 80px;
        height: auto;
        position: absolute;
    }
}

#custom-search-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

#custom-search-results {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1000;
    border: 1px solid #ddd;
    display: none;
}

#custom-search-input:focus + #custom-search-results,
#custom-search-results:hover {
    display: block;
}

.suggestion-item,
.product-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.product-item img {
    width: 50px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.product-item h4 {
    display: inline-block;
    font-size: 16px;
    margin: 0;

  display: inline-block;
  font-size: 16px;
  margin: 0;
    margin-right: 0px;
  /* width: 500px; */
  font-size: 16px !important;
  font-weight: bold;
  display: block;
}

#productSuggestionsList .product-details p,
#productSuggestionsList .product-details p bdi {
    color: white;
}





.header-search {
    display: flex;   
}
.header-search.mobile-only {
    display: none;
}
@media screen and (max-width: 768px) {
    .header-search {
        position: absolute;
        top: 20px;
        right: 100px;
        z-index: 10000;
    }
    .header-search.mobile-only {
        display: flex;
    }
}
.search-form {
    max-width: 600px;
    margin: 0 auto;
    
}
.search-form label {
    width: 100%;
}

.search-container {
    width: 100%;
    max-width: 800px;
    
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Ensures rounded corners apply to children */
}
.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb; /* Light gray border */
}
.search-input {
    flex-grow: 1;
    padding: 0.75rem 1rem;
    border: none;
    outline: none;
    font-size: 1.125rem; /* text-lg */
    font-weight: 500; /* font-medium */
    color: #374151; /* gray-700 */
}
.search-icon, .clear-icon {
    cursor: pointer;
    color: #6b7280; /* gray-500 */
    width: 24px;
    height: 24px;
}
.clear-icon {
    margin-left: 0.75rem;
    display: none; /* Hidden by default */
}

.suggestions-column, .products-column {
    flex: 1 1 50%; /* Each takes 50% width, allowing flex wrap */
    min-width: 300px; /* Minimum width before wrapping */
    padding: 1rem;
}
.suggestions-column {
    border-right: 1px solid #e5e7eb; /* Separator for suggestions */
}
@media (max-width: 768px) {
    .suggestions-column {
        border-right: none; /* No vertical separator on small screens */
        border-bottom: 1px solid #e5e7eb; /* Horizontal separator */
    }
    .suggestions-column, .products-column {
        flex-basis: 100%; /* Full width on small screens */
    }
}
.results-title {
    font-size: 1.125rem; /* text-lg */
    font-weight: 600; /* font-semibold */
    margin-bottom: 1rem;
    color: #1f2937; /* gray-800 */
}
.suggestion-item {
    padding: 0.5rem 0;
    cursor: pointer;
    color: #4b5563; /* gray-600 */
    font-size: 1rem;
}
.suggestion-item:hover {
    color: #2563eb; /* blue-600 */
}
.product-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    cursor: pointer;
}
.product-item:not(:last-child) {
    border-bottom: 1px solid #e5e7eb; /* Separator between products */
}
.product-item img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 1rem;
    border: 1px solid #d1d5db; /* Light border around image */
}
.product-details {
    flex-grow: 1;
}
.product-name {
    font-weight: 500;
    color: #1f2937; /* gray-800 */
    margin-bottom: 0.25rem;
}
.product-price {
    font-weight: 600;
    color: #059669; /* green-600 */
    font-size: 0.95rem;
    margin-bottom: 0;
}
.product-note {
    font-size: 0.8rem;
    color: #ef4444; /* red-500 */
    margin-top: 0.25rem;
}
/* Hidden state for results */
.search-results.hidden {
    display: none;
}
.search-results .header--container {
    min-height: 340px;
    height: 340px;
}
.search-results-title {
    font-weight: 300;
    font-size: 1.5rem;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px;
}

.product-link {
    display: flex;
    align-items: center;   
}
.product-link p {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 1rem;
}

.search-icon {
    background: url('./../img/icon-search.svg') no-repeat center center;
    width: 40px;
    height: 40px;   
    background-size: contain;
    display: inline-block;
    margin-left: 40px;
    margin-top: 5px;  
}

/* Search page */
.product-suggestions-list {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.search-close {
    position: absolute;
    right: 0;
    background-color: red;
}