/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}


/* CONTENTS 

utility classes 
skip link
short pages
fallbacks

fonts
color font size variables
color sections
basic font and text spacing styles
Set width-related headline sizes for narrowest browser widths
lists

the header
general nav link styles
nav mobile / hamburger
nav desktop - see dynamic css file
footer

cta button styles
social links 
text links
image links
back button
  
page section template
 page section template hero
 page section content edge
 page section template cards
 card widths
 page section image text
 page section custom

general page layouts

tfe agegate
tfe legal styles

wines pages
single wine

special page styles
 content areas map background
 sustainability page eco section
 single eco pages (sections)
 404 page 
 contact page and form
 responsive video wrapper
 instagram feed
 site map
 sweepstakes
 ar experience page

extras
 reduced motion preference
 additional no-js styles

CONTENTS */


/* utility classes */
.nowrap{white-space:nowrap;}
.hidden{display:none;}
.screen-reader-only{clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;position:absolute !important;}
.clearfix::after{content:'';display:table;clear:both;}
.stop-transitions * {transition:none !important;}

/* skip link  */
.skip-to-main {
  text-align: center;
}
.skip-to-main a:focus {
  margin-top: 1em;
  -webkit-transition: margin .2s ease-in;
  transition: margin .2s ease-in;
}
.skip-to-main a {
  position: absolute;
  left: 1em;
  z-index: 20;
  text-align: center;
  display: inline-block;
  padding: 1em;
  margin-top: -4em;
  cursor: pointer;
  background: #fff;
  -webkit-transition: margin .2s ease-in-out;
  transition: margin .2s ease-in-out;
}

/* forces short pages to fill full browser height */
@supports (top:0) { /* for non-ie browsers only */
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
  }
}

/* fallbacks for browsers that don't support css variables */
body {
  font-family: "Open Sans", sans-serif;
  font-family: var(--body-font);
}
body div, 
header, main, footer {
  box-sizing: border-box;
}
.page-wrapper {
  overflow: hidden;
}
.page-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  /*min-height: 100%;*/
}

/* fonts */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/wp-content/themes/bandit/assets/fonts/glyphicons-halflings-regular.eot);
  src: url(/wp-content/themes/bandit/assets/fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/bandit/assets/fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(/wp-content/themes/bandit/assets/fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(/wp-content/themes/bandit/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(/wp-content/themes/bandit/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
@font-face {
  font-family: 'Knockout-Flyweight';
  src: url('/wp-content/themes/fonts/Knockout-HTF26-JuniorFlyweight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Knockout-Featherweight';
  src: url('/wp-content/themes/fonts/Knockout-HTF28-JuniorFeatherwt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Serifa-Regular';
  src: url('/wp-content/themes/fonts/Serifa-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Serifa-Bold';
  src: url('/wp-content/themes/fonts/Serifa-Regular2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Serifa-Extra-Bold';
  src: url('/wp-content/themes/fonts/Serifa-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* color font size variables */
:root {
  /* main colors */
  --dark-gray: #222020;
  --warm-gray: #33352c;
  --white: #fff;
  --light-gray: #f5f5f5;
  --mid-gray: #666;
  --background-tan: #F3F1ED;
  --highlight: #736E63;
  --highlight-light: #B1AA9A;
  --medium-green: #558140;
  /* fonts */
  --body-font: 'Serifa-Regular', serif;
  --body-font-bold: 'Serifa-Bold', serif;
  --body-font-extra-bold: 'Serifa-Extra-Bold', serif;
  --display-font-bold: "Knockout-Flyweight", sans-serif;
  --display-font-regular: "Knockout-Featherweight", sans-serif;
  /* spacing */
  --half-space: .5rem;
  --single-space: 1rem;
  --mid-space: 1.5rem;
  --double-space: 2rem;
  --max-width: 80rem;
  --narrow-max-width: 56.25rem;
}

strong {
  font-family: "Serifa-Extra-Bold", serif;
}
h2 strong {
  font-family: "Knockout-Flyweight", sans-serif;
}

/* color sections */
/* change color class names to describe actual color choices */
/* then copy to themes settings color section */
header, body, footer, .light {
/* background-image: url('/wp-content/uploads/2024/03/header-mask-edges.svg');*/
  background-size: cover; 
  object-position: top;
}
@media only screen and (min-width: 68.125em) {
  header, body, footer, .light {
    /*background-color: rgba(255, 255, 255, 0.7);*/
/*    background-image: url('/wp-content/uploads/2024/03/header-mask-edges.svg'); */
    background-size: contain; 
    object-position: top;
    background-position: center top;
    background-repeat: repeat-x;
    /*min-height: 100%;*/
  }
}
header, body, footer, .light, .light a {
  color: var(--dark-gray);
}
header {
  /*background-color: rgba(255, 255, 255, 0.7);*/
}
.light-variant {
  background-color: var(--light-gray);
}
.light-variant, .light-variant a {
  color: var(--dark-gray);
}
.dark {
  /*background-color: var(--dark-gray);*/
}
.dark, .dark a {
  color: var(--white);
  /*background-color: var(--dark-gray);*/
}
.dark-variant {
  color: var(--white);
  background-color: var(--dark-gray);
}
.highlight {
  color: var(--white);
  background-color: var(--highlight);
}
.light .text-link, 
.light-variant .text-link {
  color: var(--highlight);
}
.light .text-link:active, 
.light .text-link:focus, 
.light .text-link:hover, 
.light-variant .text-link:active,
.light-variant .text-link:focus,
.light-variant .text-link:hover {
  color: var(--mid-gray);
}
.dark .text-link, 
.dark-variant .text-link,
.highlight .text-link {
  color: var(--dark-gray);
}
.dark .text-link:active, 
.dark .text-link:focus, 
.dark .text-link:hover, 
.dark-variant .text-link:active,
.dark-variant .text-link:focus,
.dark-variant .text-link:hover {
  color: var(--highlight-bright);
}
.highlight .text-link:active, 
.highlight .text-link:focus, 
.highlight .text-link:hover {
  color: var(--mid-gray);
}
.light .cta, 
.light-variant .cta {
  color: var(--white);
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
}
.light .cta:active, 
.light .cta:focus, 
.light .cta:hover, 
.light-variant .cta:active,
.light-variant .cta:focus,
.light-variant .cta:hover {
  color: var(--white);
  background-color: var(--highlight);
}
.dark .cta, 
.dark-variant .cta {
  color: var(--dark-gray);
  background-color: var(--white);
  border-color: var(--white);
}
.dark .cta:active, 
.dark .cta:focus, 
.dark .cta:hover, 
.dark-variant .cta:active,
.dark-variant .cta:focus,
.dark-variant .cta:hover {
  color: var(--white);
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
}
.section.light + .section:not(.light),
.section.light-variant + .section:not(.light-variant),
.section.dark + .section:not(.dark),
.section.dark-variant + .section:not(.dark),
.section.highlight + .section:not(.highlight) {
  padding-bottom: var(--single-space);
}
@media only screen and ( min-width: 56.25em ) {
  .section.light + .section:not(.light),
  .section.light-variant + .section:not(.light-variant),
  .section.dark + .section:not(.dark),
  .section.dark-variant + .section:not(.dark),
  .section.highlight + .section:not(.highlight) {
    padding-bottom: var(--double-space);
  }
}


/* basic font and text spacing styles */
h1, h2, h3, h4 {
  font-family: sans-serif;
  font-family: var(--display-font-bold);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .02em;
}
h1, .primary-head {
  font-size: 64px;
  font-size: 5rem;
  letter-spacing: 0.05em;
  /*-webkit-mask-image: url(/wp-content/uploads/2017/10/texture_15.png);*/
  /*mask-image: url(/wp-content/uploads/2017/10/texture_15.png);*/
  -webkit-mask-image: url(/wp-content/uploads/2024/04/texture.png);
  mask-image: url(/wp-content/uploads/2024/04/texture.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
h2, .secondary-head {
  font-size: 36px;
  font-size: 2.25rem;
}
h3, .tertiary-head,
.tfelegal ol li::marker {
  font-family: var(--display-font-bold);
  font-size: 32px;
  font-size: 2rem;
}
p, ul, ol, dl, h5, h6 {
  font-family: serif;
  font-family: var(--body-font);
  font-size: 18px;
  font-size: 1.125rem;
}

/* Set width-related headline sizes for narrowest browser widths */
@media only screen and (max-width:24em) {
  h1, .primary-head { font-size: 9vw; }
  h2, .secondary-head { font-size: 7vw; }
  h3, .tertiary-head, .tfelegal ol li::marker { font-size: 7vw; }
  p, ul, ol, dl { font-size: 1rem; }
}
h1, h2, h3, h4, p, ul, ol, dl {
  margin-bottom: 16px;
  margin-bottom: var(--single-space);
  line-height: 1.4;
}

/* lists */
li {
  margin-bottom: 8px;
  margin-bottom: var(--half-space);
}
li:last-of-type {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul.bullet li,
ol.number li,
ol.lowercase li,
ol.uppercase li {
  padding-left: 8px;
  padding-left: var(--half-space);
  margin-left: 16px;
  margin-left: var(--single-space);
}
ul.bullet li {
  list-style: disc;
}
ol.number {
  list-style: decimal;
}
ol.lowercase {
  list-style: lower-alpha;
}
ol.uppercase {
  list-style: upper-alpha;
}

/* the header */

.header-content {
  position: relative;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-top: var(--single-space);
  padding-bottom: 3em;
  padding-left: var(--double-space);
  padding-right: var(--double-space);
}
.header-logo-link {
  position: relative;
  display: inline-block;
  width: 9em;
  max-width: 50%;
  z-index: 999;
}
.header-logo-link a:hover img {
  filter: brightness(105%);
  transform: scale(1.05);
  box-shadow: none;
  transition: all .3s ease-in-out;
}
.header a {
  text-decoration: none;
}
.header a:active, .header a:focus, .header a:hover {
  /*text-decoration: underline;*/
}

/* add 'fixed-header' class to body or div.page-wrapper *
/* to make nav/header always visible */
.fixed-header .header {
  position: fixed;
  z-index: 5;
  height: 5em;
}
.fixed-header .main {
  padding-top: 5em;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}


/* general nav link styles */
.menu a {
  text-transform: uppercase;
  margin: 0 .5em;
}
.header .menu a {
  font-family: var(--display-font-bold);
  color: var(--dark-gray);
  font-size: 2em;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
.header .menu a:hover {
  color: var(--highlight);
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: fit-content;
  transition: all .3s ease-in-out; 
}
.site-navigation .current-menu-item a {
  color: var(--highlight);
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: fit-content;
}
#nav-chk {
  display: none;
}

/* nav mobile / hamburger */
#nav-toggle,
.no-js .nav-chk-label   {
  position: absolute;
  top: 1.8em;
  right: 1em;
  z-index: 8;
  color: var(--dark-gray);
  font-size: 1.75em;
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
}
#nav-toggle:before,
.no-js .nav-chk-label:before {
  content: "\f0c9";  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-navigation {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 0 .5em .5em;
  z-index: 8;
}
.site-navigation .menu-main-menu-wrapper {
  position: absolute;
  right: -100%;
  top: 0em;
  z-index: 2;
  width: 100%;
  padding: 6em 0 0 0;
  overflow-x: hidden;
  /*border-bottom: 3px solid var(--dark-gray);*/
  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid var(--dark-gray);
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent); /* Gradient for shadow */
  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); /* Offset X, Offset Y, Blur Radius, Spread Radius, Color */
}
@media only screen and (min-width: 68.125em) {
  .site-navigation .menu-main-menu-wrapper {
    box-shadow: none;
  }
}
.site-navigation.menu-open .menu-main-menu-wrapper,
.no-js #nav-chk:checked ~ .menu-main-menu-wrapper {
  right: 0;
}
.menu-open #nav-toggle:before,
.no-js #nav-chk:checked ~ .nav-chk-label:before {
  content: "\f00d";
}
.social-icons {
  margin-bottom: .5em;
}
.menu li + li {
  margin-top: .5em;
}
.no-js #nav-toggle {
  display: none;
}
.no-js .nav-chk-label {
  display: block;
}

/* nav desktop - see dynamic css file */

/* footer  */
.footer {
 /* background-image: url('/wp-content/uploads/2024/03/footer-edge.svg'); */
  background-repeat: no-repeat;
  background-color: none;
  background-size: cover; /* Adjust as needed */
  margin-top: -7em;
  object-position: top;
  z-index: 990;
  position: relative;
}
.footer-content {
  /*padding: var(--mid-space) var(--single-space);*/
  padding: 5em 1em 0 1em;
  width: 100%;
  max-width: var(--max-width);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}
#footer-nav {
  flex-grow:1;
}
.footer-nav {
  text-align: center;
  width: auto;
  position: static;
  padding: 0;
  margin-bottom: 1em;
}
.footer-content div + div {
  margin-top: var(--mid-space);
}
.footer a {
  text-decoration: none;
}
.footer a:active, .footer a:focus, .footer a:hover {
  /*text-decoration: underline;*/
}
.footer .footer-logo-link {
  display: inline-block;
  max-width: 10em; 
  margin: 2em auto 2em;
}
.footer-logo-link a:hover img {
  filter: brightness(105%);
  transform: scale(1.05);s
  box-shadow: none;
  transition: all .3s ease-in-out;
}
.footer img {
  height: 4em;
}
.footer .menu {
  margin-bottom: 0;
}
.footer .menu a {
  font-family: var(--display-font-bold);
  font-size: 28.8px;
  font-size: 1.8em;
  color: var(--gray-blue);
  background-color: rgb(0,0,0);
}
.footer .menu a:hover {
  color: var(--highlight-light);
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: fit-content;
  transition: all .3s ease-in-out; 
}
.footer .current-menu-item a {
  color: var(--highlight-light);
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: fit-content;
}
.footer .menu li {
  margin-bottom: 0;
}
.footer .menu li + li {
  margin-top: var(--single-space);
}
.footer-bottom {
  padding: var(--single-space);
  text-align: center;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}
.footer-copyright {
  background-color: rgb(0,0,0);
}
@media only screen and ( min-width: 56.25em ) {
  .footer-content {
    /*padding: var(--double-space);*/
    padding: 3em 2em 0 2em;
    flex-direction: row;
  }
  .footer .footer-logo-link {
    margin: 0;
  }
  .footer-nav {
    margin-bottom: 0;
  }
}

/* cta button styles */
/* cta button-style link */
.cta {
  display: inline-block;
  font-family: var(--display-font);
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  padding: .625em .875em .5em 1.0625em;
}
.cta,
.cta.reverse:active,
.cta.reverse:focus,
.cta.reverse:hover {
  background-color: var(--white);
  color: var(--light);
  border: 1px solid var(--highlight);
}
.cta.reverse,
.cta:active,
.cta:focus,
.cta:hover {
  background-color: var(--highlight);
  color: var(--white);
}
.cta.highlight,
.cta.highlight-reverse:active,
.cta.highlight-reverse:focus,
.cta.highlight-reverse:hover {
  background-color: var(--highlight);
  color: var(--light);
  border: 1px solid var(--highlight);
}
.cta.highlight-reverse,
.cta.highlight:active,
.cta.highlight:focus,
.cta.highlight:hover {
  background-color: var(--light);
  color: var(--highlight);
}

.basic-content {
  padding: 0 var(--single-space);
  max-width: var(--max-width);
  margin: 0 auto;
}

@media only screen and (min-width: 56em) {
  .basic-content {
    padding: 0 var(--double-space);
  }
}

/* social links */
.social-links,
.social-links li {
  margin-bottom: 0;
}
.social-icon-wrapper li {
  display: inline-block;
}
.social-icon-wrapper li + li {
  margin-left: var(--double-space);
}
a.social-icon {
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: var(--white);
}
.social-icon::before {
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1;
  padding-top: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-contact::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
}
.social-facebook::before {
  content: "\f09a";
}
.social-instagram::before {
  content: "\f16d";
}
.social-icon:visited {
  color: var(--white);
}
.social-icon:active,
.social-icon:focus,
.social-icon:hover {
  color: var(--highlight-light);
  filter: brightness(110%);
  transform: scale(1.2);
  transition: all .3s ease-in-out;
}
.fa-envelope:before {
  color: var(--dark-gray);
  font-size: .8em;
  transition: all .3s ease-in-out;
}
.fa-envelope:hover:before {
  color: var(--highlight);
  transition: all .3s ease-in-out;
}
.site-navigation .current-menu-item .fa-envelope:before {
  color: var(--highlight);
  transition: all .3s ease-in-out;
}

/* text links */
a,
a:active,
a:focus,
a:visited {
  color: var(--dark-gray);
  transition: all .3s ease-in-out;
  font-family: var(--body-font-extra-bold);
  font-weight: 400;
}
a:hover {
  color: var(--highlight-light);
  transition: all .3s ease-in-out;  
}

/* image links */
a img {
  transition: all .3s ease-in-out;
}
a:hover img {
  filter: brightness(110%);
  transform: scale(1.01);
  /*transform: scale(1.005);*/
  /*box-shadow: 0 0 10px rgba(20, 20, 29, 0.5);*/
  transition: all .3s ease-in-out;
}

/* back button */
.back-button a {
  text-decoration: none;
  font-family: var(--display-font);
  letter-spacing: .2em;
  text-decoration: none !important;
  text-transform: uppercase;
  position: fixed; 
  bottom: 5em; 
  right: 5em; 
  background-color: #fff;
  border: 1px solid var(--highlight);
  transition: all .3s ease-in-out;
  padding: 0.625em 0.875em 0.5em 1.0625em;
  z-index: 999;
}
.back-button a:hover {
  background-color: var(--highlight);
  color: #fff;
}

/* page section template */
.page-section-wrapper section {
  padding: var(--single-space);
  /*max-width: var(--max-width);*/
  margin: 0 auto;
}
.page-section-wrapper section.full-width {
  padding: 0;
}
@media only screen and (min-width: 56em) {
  .page-section-wrapper section {
    padding: var(--double-space);
  }
}
.icon-above-headline {
  display: block;
  text-align: center;
  width: 5em;
  height: auto;
  padding-bottom: 1em;
  margin: 0 auto;
}

/* page section template hero */
.page-section-wrapper .page-section-hero {
  position: relative;
  display: flex;
  min-height: 30em;
  justify-content: center;
  padding: 0;
  z-index: 0;
}
.flex-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.page-section-hero.top .flex-wrapper {
  align-items: flex-start;
  padding: var(--single-space);
}
.page-section-hero.bottom .flex-wrapper {
  align-items: flex-end;
}
.page-section-hero.left .flex-wrapper {
  justify-content: flex-start;
}
.page-section-hero.right .flex-wrapper {
  justify-content: flex-end;
}
.page-section-hero .flex-wrapper h1 {
  text-align: center;
  width: 100%;
  max-width: 20em; 
}
.page-section-hero.white h1 {
  color: #fff; 
}
.page-section-hero.left h1 {
  text-align: left;
}
.page-section-hero.right h1 {
  text-align: right;
}
.page-section-hero.light h1 {
  font-weight: 100;
}
.page-section-hero.bold h1 {
  font-weight: 600;
}
.page-section-hero-img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.page-section-hero {
  position: relative;
  width: 100vw; 
  height: 100vh; 
  overflow: hidden;
}
.hero-content-wrapper {
  position: relative;
  z-index: 1; 
}
.hero-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
}
.hero-mask-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 3;
  /*-webkit-mask-image: url('/wp-content/uploads/2024/02/content-edge.png');
  mask-image: url('/wp-content/uploads/2024/02/content-edge.png');*/
  /*background-color: rgba(255, 255, 255, 1); /* Adjust the color and opacity as needed */
  /*clip-path: polygon(0 100%, 11% 93%, 26% 90%, 39% 83%, 54% 82%, 68% 76%, 85% 76%, 100% 71%, 100% 100%); /* Add your irregular mask shape here using CSS clip-path or SVG */
}

@media only screen and (min-width: 56em) {
  .page-section-hero.top .flex-wrapper {
    align-items: flex-start;
    padding: var(--double-space);
  }
}

/* page section content edge */

.irregular-edge-content {
 /* background-image: url('/wp-content/uploads/2024/03/content-edge.svg'); */
  background-size: cover; /* Adjust as needed */
  width: 100%;
  flex-grow: 0; /* Prevent the irregular edge from affecting flex layout */
  height: 185px; /* Adjust as needed */
  background-position: center bottom; /* Align the irregular edge image */
  margin-top: -11em;
  position: relative;
}

/* page section template cards */
.page-section-cards {
  text-align: center;
}
.card {
  margin-bottom: var(--single-space)
}
.card:last-of-type {
  margin-bottom: 0;
}
.card img {
  margin: 0 auto var(--single-space);
  max-width: 90%;
  max-width: calc(100% - 2em);
}
.icon-left .card {
  display: flex;
  gap: var(--single-space);
  align-items: center;
}
.icon-left .card-img {
  flex: 0 0 8em;
}
.icon-left .card-img img {
  margin-bottom: 0;
}
.icon-left .card-text {
  text-align: left;
}
.card .cta {
  margin-top: var(--single-space);
}
/* card widths */
.page-section-cards.third-width .cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--single-space);
  justify-content: space-around;
}
.page-section-cards.third-width .cards .card {
  width: calc(50% - 1em);
  flex: 0 1 25em;
}

/* page section image text */
.page-section-image-text .image-text-rows,
.page-section-image-text .image-text-row,
.page-section-image-text .image-text-img,
.page-section-image-text .image-text-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  order: 2;
}
.page-section-image-text .image-text-img img {
  min-height: 18.5em;
  object-fit: cover;
  overflow: hidden;
}
.page-section-image-text .image-text-txt {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2em 1em 2.5em;
  order: 1;
}
@media only screen and (min-width: 56.25em) {
  .page-section-image-text .image-text-img img {
    order: 1;
  }
  .page-section-image-text .image-text-txt {
    order: 2;
  }
}
.page-section-image-text .image-text-content {
  max-width: 36em;
  margin: 0 auto;
}
.page-section-image-text .image-text-row + .image-text-row {
  margin-top: 2em;
}
.image-text-row.white-bg {
  background-color: var(--white);
}
.image-text-row.light-gray-bg {
  background-color: var(--light-gray-v1);
}
.image-text-row.black-bg {
  background-color: var(--dark-gray);
}
.image-text-row.green-bg {
  background-color: var(--highlight);
}
.image-text-row.white-bg .image-text-row {
  background-color: var(--white);
}
.image-text-row.white-text .image-text-row {
  color: var(--light-gray-v1);
}
.image-text-row.black-text .image-text-row {
  color: var(--dark-gray);
}
.image-text-row.green-text .image-text-row {
  color: var(--highlight-bright);
}
.page-section-image-text .head-five {
  text-transform: initial;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: .5em;
}
.page-section-image-text .head-two {
  margin-bottom: .25em;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  /*-webkit-mask-image: url(/wp-content/uploads/2017/10/texture_15.png);
  mask-image: url(/wp-content/uploads/2017/10/texture_15.png);*/
  -webkit-mask-image: url(/wp-content/uploads/2024/04/texture.png);
  mask-image: url(/wp-content/uploads/2024/04/texture.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.page-section-image-text .page-section-custom-content + .page-section-link,
.page-section-image-text .page-section-link + .page-section-custom-content {
  margin-top: 1em;
}
.image-text-row.image-left{
  flex-direction: row;
  background-color: #F3F1ED;
  background-image: url('/wp-content/uploads/2017/10/trees.png');
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 22em;
  padding: 1em;
}
@media only screen and ( min-width: 28em ) {
  .image-text-row.image-left{
    flex-direction: row;
    background-color: #F3F1ED;
    background-image: url('/wp-content/uploads/2017/10/trees.png');
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 8em;
    padding: 1em;
  }
}
.image-text-row.image-left.remove-row-background {
  flex-direction: row;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 22em;
  padding: 1em;
}
@media only screen and ( min-width: 56.25em ) {
  .page-section-image-text .image-text-row {
    flex-wrap: nowrap;
  }
  .page-section-image-text .image-text-row + .image-text-row {
    margin-top: 4em;
  }
  .image-text-row:nth-of-type(odd), 
  .image-text-row.image-right{
    flex-direction: row-reverse;
    padding: 1em;
  }
  .image-text-row.image-left{
    flex-direction: row;
    background-color: #F3F1ED;
    background-image: url('/wp-content/uploads/2017/10/trees.png');
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 8em;
    padding: 1em;
  }
  .image-text-row.image-left.remove-row-background {
    flex-direction: row;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 8em;
    padding: 1em;
  }
  .image-text-row .image-text-img,
  .image-text-row .image-text-txt {
    flex: 50%;
  }
  .image-text-row .image-text-txt {
    padding: 2em 2em 2.5em;
  }
}

/* page section custom */

/* general page layouts */
main {
  /* for background darkening when nav open */
  position: relative;
  /*margin-bottom: 4em;*/
  /*min-height: 100vh;*/
  flex-grow: 1;
}
.content {
  margin: 0 auto;
  /*padding: var(--single-space);
  max-width: 100em;*/
  /*margin-top: 8em;*/
}
@media only screen and (min-width: 56.25em){
  .content {
    /*padding: var(--double-space);*/
    padding: 0 2em 2em;
  }
}
.full-width .content,
.wide .content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.full-width .content {
  max-width: 100%;
}
.wide .content {
  max-width: 96em;
}
.narrow-width .content {
  max-width: 56.25em;
}
.page-section-wrapper .narrow-content {
  max-width: 56.25em;
  padding: var(--double-space);
  text-align: center;
  position: relative;
  z-index: 3;
  margin: -2em auto 5em auto;
}
.page-section-wrapper .wider-content {
  max-width: 80em;
  padding: var(--single-space);
  text-align: center;
  z-index: 3;
  position: relative;
  margin: -2em auto 5em auto;
}
.page-section-wrapper .narrow-content-regular {
  max-width: 56.25em;
  padding: var(--single-space);
  text-align: center;
  margin: 8em auto 2em auto;
}

/* tfe agegate */
.tfe-agegate {
  display: flex;
  align-items: center;
  z-index: 1600;
  background: var(--white);
}
.tfe-agegate-dialog {
  font-size: 1rem;
  box-shadow: 0 0 1.875em 0 rgb(2 2 2);
  background: var(--white);
}
.tfe-agegate-image {
  width: 75%;
}
.tfe-agegate p {
  color: var(--dark-gray);
  font-size: 1.25em;
  line-height: 1.4;
  font-family: var(--body-font);
  font-weight: 300;
}
.tfe-enter {
  color: var(--highlight);
  display: inline-block;
  padding: .625em .875em .5em 1.0625em;
  font-family: var(--display-font);
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  background-color: var(--white);
  border: 1px solid var(--highlight);
}
.tfe-enter:hover {
  background-color: var(--highlight);
  color: var(--white);
  border: 1px solid var(--highlight);
}
@media only screen and (min-width: 40em) {
  .tfe-agegate-image {
    width: 50%;
  }
}

/* tfe legal styles */
.tfelegal-privacy, .tfelegal-terms, .tfelegal-a11y {
  padding: var(--single-space);
  max-width: var(--narrow-max-width);
  margin: 0 auto;
}
.tfelegal {
  max-width: 50em;
  margin: 8em auto 5em auto;
}
.tfelegal ul.bullet li {
  margin-left: 1.25em;
}
.tfelegal ol.number li,
.tfelegal ol.lowercase li,
.tfelegal ol.uppercase li,
.tfelegal ol[type='a'] li,
.tfelegal ol[type='A'] li {
  margin-left: 1.5em;
}
.tfelegal ul.bullet li {
  list-style: disc;
}
.tfelegal ol.number {
  list-style: decimal;
}
.tfelegal ol.lowercase,
.tfelegal ol[type='a'] {
  list-style: lower-alpha;
}
.tfelegal ol.uppercase,
.tfelegal ol[type='A'] {
  list-style: upper-alpha;
}
.tfelegal ol li::marker {
  /* add theme's h3 font styles here */
}

/* wines pages */

.page-section-wrapper .wines-page-content {
  /*display: flex;
  flex-direction: row;*/
  padding: 0 2em;
}
@media screen and (max-width: 60em) {
  .wines-page-content {
    flex-direction: column;
  }
}
.single-wine-title {
  color: var(--highlight);
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: .09em;
}
.single-wine-subtitle {
  color: var(--highlight);
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 400;
}
.single-wine-element {
  color: var(--gray-blue);
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75em;
  font-weight: 400;
}
.single-wine-detail-heading {
  color: var(--highlight);
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 500;
}
.single-wine-pairings {
  text-transform: uppercase;
  font-weight: 800;
  font-family: var(--book-font);
}
.wine-card {
  flex: 1 0 10%;
	text-align: center;
  margin: 1%;
}
@media screen and (max-width: 40em) {
  .wine-card {
    margin-bottom: 3em;
  }
}
.wine-card-bottle {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.wine-card-bottle:active,
.wine-card-bottle:focus,
.wine-card-bottle:hover {
  filter: brightness(105%);
  top: -10px;
  transition: all .3s ease-in-out;
}
.wine-card-bottle a:hover img {
  filter: brightness(110%);
  transform: scale(1.01);
  box-shadow: none;
  transition: all .3s ease-in-out;
}
.wine-card-bottle .wine-card-header .go-link {
  padding-bottom: 5px;
  border-bottom-style: solid;
  width: fit-content;
  transition: all .3s ease-in-out; 
  visibility: visible;
  opacity: 1; 
  transition: all .3s ease-in-out;
  border: none;
  text-decoration: none;
  color: var(--highlight);
  opacity: .5;
}
.wine-card-bottle:hover .wine-card-header .go-link {
  width: fit-content;
  transition: all .3s ease-in-out; 
  visibility: visible;
  opacity: 1; 
  transition: all .3s ease-in-out;
  color: var(--dark-gray);
  opacity: 1;
}
.wine-card-bottle .wine-badge {
  position: absolute;
  width:200px;
  top: 30%;
  left: 0%;
  z-index: -1;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.wine-card-bottle:hover .wine-badge {
  transform: scale(1.7) rotate(30deg);
  opacity: 1;
  left: -4%;
  transition: all .3s ease-in-out;
}
.wine-card-header h2 {
  text-transform: uppercase;
  text-align: center;
  color: var(--highlight);
  font-size: 17.6px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 500;
  padding-bottom: 7px;
  border-bottom-style: solid;
  border-color: #b1aa9a;
  border-width: 2px;
}
/*.wine-card-header h2:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background: #b1aa9a;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: bottom 0.5s ease;
}*/
.wine-card-bottle:hover .wine-card-header h2 {
  color: var(--dark-gray);
  transition: all .3s ease-in-out;
  opacity: 1;
}
.wine-card-learn-more {
  margin-top: 2em;
}
@media screen and (min-width: 56em) {
  .wine-card-bottle .wine-card-header .go-link {
    visibility: hidden;
    opacity: 0;
  }
}

/* single wine */

.page-section-wrapper .single-wine-page {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-height: 70em;
  overflow: visible;
  overflow-wrap: break-word;
  position: relative;
  max-height: 100%;
}
.wine-info-panel {
  padding: 1em;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  display: grid;
}
.wine-left-section {
  width: 100%;
  max-height: 50vh;
}
.wine-right-section {
  max-height: 160em;
  flex-grow: 1;
  width: 100%;
  position: relative;
  display: flex;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4em;
}
.wine-background-badge {
  width: 350px;
  position: absolute;
  z-index: 1;
  right: -6%;
  top: 0%;
  opacity: 0.09;
}
.wine-illustration-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wine-halftone-img {
  object-fit: cover;
  width: 100%;
  height: 115em;
}
.wine-info-left-intro {
  grid-column: 1 / span 2; 
}
.wine-info-left-content {
  grid-column: 1 / span 2;
}
.wine-info-right-content {
  margin: 3em auto 0 auto;
  grid-column: 1 / span 2;
}
h1.wine-info-preheading {
  font-size: 2.3em;
  font-weight: 300;
  text-transform: uppercase;
}
h2.wine-info-heading {
  color: var(--white);
  font-size: 5em;
}
p.wine-info-description {
  color: var(--white);
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2;
}
.wine-info-subheading {
  font-family: var(--body-font-extra-bold);
  font-size: 1.25em;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--medium-green);
  margin-top: var(--double-space);
}
.wine-info-text {
  color: var(--white);
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: var(--single-space);
}
.wine-info-green {
  font-family: var(--body-font-bold);
  color: var(--medium-green);
}
.buy-cta {
  display: inline-block;
  padding: .625em .875em .5em 1.0625em;
  font-family: var(--body-font-extra-bold);
  color: var(--white) !important;
  background-color: none;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  border: 3px solid var(--white); 
  white-space: nowrap;
  transition: all .3s ease-in-out;
  margin-top: var(--single-space);
}
.buy-cta:hover {
  color: var(--highlight);
  background-color: var(--white);
  transition: all .3s ease-in-out;
}
.buy-link {  
  color: var(--white);
  font-family: var(--body-font-extra-bold);
  background-color: none;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  white-space: nowrap;
  transition: all .3s ease-in-out;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-left: -0.8em;
}
.buy-link:hover {
  color: var(--white);
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: fit-content;
  transition: all .3s ease-in-out;
}
.external-link {
  max-width: 1.4em;
  background-color: none;
  transition: all .3s ease-in-out;
}
.fa-solid, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--white);
  font-size: 1.4em;
  transition: all .3s ease-in-out; 
}
.fa-solid:hover {
  color: var(--highlight);
  transition: all .3s ease-in-out;
}
.buy-link:hover .fa-solid,
.buy-link:active .fa-solid,
.buy-link:focus .fa-solid {
  color: var(--highlight);
  transition: all .3s ease-in-out; 
}
.buy-link:after {
  content: "";
  display: block;
  margin: 0 auto;
}
.no-link {
  display: none;
}
.wine-card-bottle {
  max-width: 7em;
  margin: 1em auto 0;
}
.wine-card-text {
  vertical-align: baseline;
  border-right: 1px solid var(--light);
}
.wines-wrapper > div:last-of-type .wine-card-text { 
  border-right: none; 
}
.wines-wrapper {
  display:flex;
  flex-direction: column;
  align-content: space-around;
  margin-bottom: 3em;
}
.wine-product-image {
  max-width: 10em;
}
.wine-multiple-product-images {
  display: flex;
}
.specs-link {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 40em){
  .wines-wrapper {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
    align-items: baseline;
    margin-bottom: 5em;
  }
  .wine-card {
    flex: 1 0 30%;
    text-align: center;
    margin: 1%;
  }
  .wine-card-bottle {
    margin: 0 auto 1.4em;
  }
  .wine-card-text {
    vertical-align: baseline;
    border-right: none;
  }
  .page-section-wrapper .wines-page-content {
    flex-direction: column;
  }
  .wine-right-section {
    max-height: 100em;
  }
  .wine-info-panel {
    padding: 2em;
    justify-content: center;
    align-items: left;
    text-align: left;
    margin: 0 auto;
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns, equal width */
  }
  .wine-illustration-img {
    height: auto;
  }
  .wine-halftone-img {
    height: 95em;
  }
}
@media only screen and (min-width: 56em){
  .wines-wrapper {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    max-width: var(--max-width);
    margin: 0 auto 2em;
    align-items: baseline;
  }
  .wine-card {
    flex: 1 0 10%;
    text-align: center;
    margin: 1%;
  }
  .page-section-wrapper .single-wine-page {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-top: -10em;
    max-height: 100%;
    overflow: visible;
    overflow-wrap: break-word;
    position: relative;
  }
  .wine-info-panel {
    padding: 3em 4em 5em;
  }
  .wine-left-section {
    width: 35%;
    position: relative;
    display: flex;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .wine-right-section {
    width: 65%;
    flex-grow: 1;
    margin-left: -3em;
    position: relative;
    display: flex;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .wine-background-badge {
    top: -11%;
  }
  .wine-info-right-content {
    margin-top: 3em;
  }
  .wine-illustration-img {
    height: 95em;
  }
  .wine-halftone-img {
    object-position: left top;
    height: 95em;
  }
}
@media only screen and (min-width: 63.75em){
  .wine-card {
    flex: 1 0 10%;
    margin: 1% auto 3em;
  }
  .wine-info-panel {
    padding: 3em 4em 5em;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns */
    max-width: 60em;
  }
  .wine-info-left-content {
    grid-column: 1; /* Show in the first column */
  }
  .wine-info-right-content {
    grid-column: 2; /* Show in the second column */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 1em;
  }
  .wine-illustration-img {
    height: 68em;
  }
  .wine-halftone-img {
    height: 68em;
  }
}

/* special page styles */

/* content area map background */
#map-background:before {
  content: "";
 /* background: url(/wp-content/uploads/2017/10/map-bkgrd.svg); */
  background-size: cover;
  height: 55vh;
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  opacity: 0.7;
  z-index: -1;
}
.map-background-home {
/*  background: url(/wp-content/uploads/2024/03/map-bkgd-lighter.svg); */
  /*height: 55vh;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  /*z-index: -1;*/
}

/* sustainability page eco section */

/* eco icons */
.eco-icons-container {
  padding: var(--single-space);
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 1em auto 3em;
}
.eco-icons-container li {
  position: relative;
}
.eco-icons-container li img {
  position: relative;
  width: 140px;
  left: 44%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: none;
}
.eco-icons-containter li img a {
  transition: all .3s ease-in-out;
  background: none;
}
.eco-icons-containter li img a:hover {
  transform: scale(1.2);
  transition: all .3s ease-in-out;
  background: none;
}
.eco-image-link {
  display: inline-block;
  background-size: cover;
  background: none;
  height: 8.75em;
  width: 8.75em;
}
.eco-icons-container li a {
  height: 8.75em;
  width: 8.75em;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.eco-icons-container li a:hover {
  transform: scale(1.2);
  transition: all .3s ease-in-out;
  background: none;
}
.renew:hover {
  filter: invert(59%) sepia(35%) saturate(549%) hue-rotate(44deg) brightness(90%) contrast(89%);
}
.ratio:hover {
  filter: invert(40%) sepia(17%) saturate(2015%) hue-rotate(147deg) brightness(95%) contrast(85%);
}
.co2:hover {
  filter: invert(73%) sepia(80%) saturate(3180%) hue-rotate(35deg) brightness(130%) contrast(95%);
}
.fuel:hover {
  filter: invert(22%) sepia(25%) saturate(6899%) hue-rotate(315deg) brightness(78%) contrast(82%);
}
.recycle:hover {
  filter: invert(70%) sepia(75%) saturate(437%) hue-rotate(8deg) brightness(89%) contrast(85%);
}
@media only screen and (min-width: 56.25em) {
  .eco-icons-container {
    flex-direction: row;
  }
}

/* single eco pages (sections) */

.eco-page-top {
  margin: 0 auto;
  text-align: center;
  height: 20em; 
  z-index: -3; 
  position: relative;
}
.eco-page-icon {
  width: 15em;
  height: auto;
  position: absolute;
  transform: translate(-50%, -60%);
  left: 50%;
  top: 60%;
}
.eco-page-bottom {
  max-width: 56.25em;
  margin: 0 auto 2em auto;
  padding: var(--double-space);
  text-align: center;
  position: relative;
  z-index: 4;
  min-height: 20em;
}
.eco-topo-image {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: 3;
  background-position: 50% 50%;
  object-fit: cover;
}
.eco-target {
  height: 10em;
}
.eco-container {
  padding-bottom: 5em;
}
#topo-renew {
  background-image: url('/wp-content/uploads/2017/10/mini-topography_renew_v2.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  object-fit: cover;
}
#topo-ratio {
  background-image: url('/wp-content/uploads/2017/10/mini-v2_ratio-top.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  object-fit: cover;
}
#topo-c02 {
  background-image: url('/wp-content/uploads/2024/02/mini-co2.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  object-fit: cover;
}
#topo-fuel {
  background-image: url('/wp-content/uploads/2024/02/mini-fuel.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  object-fit: cover;
}
#topo-recycle {
  background-image: url('/wp-content/uploads/2024/02/mini-recycle.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  object-fit: cover;
}

/* 404 page */
.page-background-404 {
  background-image: url('/wp-content/uploads/2024/03/404-image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100%;
}
.hero-text-error.h1 {
  color: var(--dark-gray);
}
.button-error {
    font-family: var(--body-font);
    font-size: 1em;
    padding: var(--single-space);
    letter-spacing: .2em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin: 1em;
    background-color: var(--dark-gray);
    color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: var(--dark-gray);
    border-radius: 5px;
}
.button-error:hover {
  background-color: var(--highlight);
  color: var(--dark-gray);
  border-color: var(--dark-gray);
}
.article-wrapper .error-page {
  /*margin: 3em;
  margin-top: 15em;*/
}
.error-box {  
  font-family: var(--body-font);
  margin-top: 13em;
  text-align: center;
  padding: 2em;
  border-style: solid;
  border-width: 2px;
  border-color: var(--highlight);
  min-width: 14em;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10em;
  max-width: 40em;
  background-color: rgba(255, 255, 255, 0.7);
}

/* contact page and form */
.contact-page-title {
  margin-top: 0;
  padding-bottom: 1em;
}
.contact-box {  
  font-family: var(--body-font);
  margin-top: 2em;
  text-align: left;
  padding: 2em 2em 0em 2em;
  border-style: solid;
  border-width: 2px;
  border-color: var(--highlight);
  min-width: 14em;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
  max-width: 50em;
  background-color: rgba(255, 255, 255, 0.7);
}
.contact-container {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.contact-column.one_half{
	padding-right: 10px;
}
@media screen and (max-width: 37.5em) {
  .contact-box { 
    /*max-width: 95%;*/
  }
  .contact-container {
    flex-direction: column;
    gap: 0em;
  }
  .contact-column.one_half{
    padding-right: 0px;
  }
}
label {
  font-family: var(--body-font);
  text-transform: uppercase;
  text-align: left;
  color: var(--dark-gray);
}
input[type="text"],
input[type="email"],
textarea {
  font-family: var(--body-font);
  color: var(--highlight);
  width: 96%;
  border: 1px solid var(--highlight);
  line-height: 2em;
  padding: 10px;
  border-radius: 5px;
  font-size: 1em;
  background-color: var(--white);
}
input[type="submit"] {
  /*display: inline-block;*/
  font-family: var(--body-font);
  font-size: 1em;
  padding: .825em .875em .7em 1.0625em;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  cursor: pointer;
  margin-top: 0.7em;
  background-color: var(--highlight-light);
  color: #000;
  border-style: solid;
  border-width: 2px;
  border-color: var(--highlight);
  border-radius: 5px;
  width: 100%;
}
input[type="submit"]:hover {
  background-color: #fff;
  color: var(--dark-gray);
  border-style: solid;
  border-width: 2px;
  border-color: var(--highlight-light);
}
.wpcf7 input[type=”submit”],
.wpcf7 input[type=”button”] {
  background-color:#725f4c;
  width:100%;
  text-align:center;
  text-transform:uppercase;
}

.find-box {  
  font-family: var(--body-font);
  margin-top: 2em;
  text-align: left;
  padding: 2em 2em 0em 2em;
  border-style: solid;
  border-width: 2px;
  border-color: var(--highlight);
  min-width: 14em;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  max-width: var(--max-width);
  background-color: rgba(255, 255, 255, 0.7);
}

/* responsive video wrapper */
.video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.5%;
	/* padding-bottom: calc((100% + 26px)*.565); */
}
.video-wrapper > iframe,
.video-wrapper > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* instagram feed */
.page-section-wrapper .instagram-content {
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5em;
  position: relative;
  z-index: 3;
}
.instagram-container {
  margin-bottom: 3em;
}
.instagram-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--single-space);
  margin-bottom: 1em;
}
.instagram-box-1, .instagram-box-2 {
  flex: 1;
}
.instagram-box-1 {
  margin-bottom: 0;
}
.instagram-box-2 {
  text-align: center;
}
@media screen and (min-width: 56.25em) {
  .instagram-box {
    flex-direction: column;
  }
  .instagram-box-2 {
    text-align: center;
    max-width: var(--narrow-max-width);
  }
  .page-section-wrapper .instagram-content .page-section-header .icon-above-headline {
    /*margin: 0;*/
  }
  .page-section-wrapper .instagram-content {
    padding: var(--double-space);
  }
}
.sb_instagram_header {
  display: none;
}
#sbi_load {
  display: none;
}

/* site map */
.sitemap-page {
  padding: var(--single-space);
  max-width: var(--narrow-max-width);
  text-align: center;
  font-size: 1.2em;
  line-height: 2;
  margin: 7em auto 5em auto;
}
.h1.sitemap-page-title {
  text-align: center;
  margin: 12em auto 2em auto;
}
.sitemap-page-box {
  display: grid; 
  /*grid-template-columns: 1fr 1fr; 
  grid-gap: 1em;*/ 
  grid-template-columns: none;
}
@media screen and (min-width: 56.25em){
  .sitemap-page-box {
     grid-template-columns: 50% 50%;
     grid-template-rows: 1fr;
     column-gap: 1em;
  }
}
.sitemap-box-1, 
.sitemap-box-2 {
  text-align: left;
  margin: 0 auto;
}
.sitemap-indent {
  margin-left: .5em;
}
.sitemap-list {
  list-style: none;
  margin-left: 1em;
}

/* sweepstakes */

.sweepstakes-page {
  padding: var(--single-space);
  max-width: var(--narrow-max-width);
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2;
  margin: 7em auto 5em auto;
}
.h1.sweepstakes-page-title {
  text-align: center;
  margin: 12em auto 2em auto;
}

/* ar experience page */
/*.ar-experience h1 {
  padding-bottom: 1.7em;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  color: white;
  display: inline;
}*/
.ar-video {
  position: relative;
  width: 100%;
  padding-bottom: 60%; 
  height: 0;
}
.ar-video iframe {
  position: absolute;
  padding-top: var(--single-space);
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .ar-video {
      padding-bottom: 60%; 
  }
}

/* extras */

/* reduced motion preference */
@media screen and (prefers-reduced-motion: reduce) { 
  a img {
    transform: scale(1);
    transition: none;
  }
  a:hover img {
    transform: scale(1);
    transition: none;
  }
  .wine-card-bottle a:hover img {
    transform: scale(1);
    transition: none;
  }
  .header-logo-link a:hover img {
    transform: scale(1);
    transition: none;
  }
  .eco-icons-container li a:hover {
    transform: scale(1);
    transition: none;
    background: none;
  }
  .eco-icons-container li a {
    height: 8.75em;
    width: 8.75em;
    text-decoration: none;
  }
  .eco-icons-container li img {
    position: relative;
    width: 140px;
    left: 44%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: none;
  }
  .eco-image-link {
    display: inline-block;
  }
  .footer-logo-link a:hover {
    transform: scale(1);
    transition: none;
  }
  .social-icon:hover {
    transform: scale(1);
    transition: none;
  }
}
@media screen and (prefers-reduced-motion) { 
  a img {
    transform: scale(1);
    transition: none;
  }
  a:hover img {
    transform: scale(1);
    transition: none;
  }
  .wine-card-bottle a:hover img {
    transform: scale(1);
    transition: none;
  }
  .header-logo-link a:hover img {
    transform: scale(1);
    transition: none;
  }
  .eco-icons-container li a:hover {
    transform: scale(1);
    transition: none;
    background: none;
  }  
  .eco-icons-container li a {
    height: 8.75em;
    width: 8.75em;
    text-decoration: none;
  }
  .eco-icons-container li img {
    position: relative;
    width: 140px;
    left: 44%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: none;
  }
  .eco-image-link {
    display: inline-block;
  }
  .footer-logo-link a:hover img {
    transform: scale(1);
    transition: none;
  }
  .social-icon:hover {
    transform: scale(1);
    transition: none;
  }
}

/* additional no-js styles */


@media only screen and (min-width: 28em) {
 
}
@media only screen and (min-width: 56em) {

}
@media only screen and (min-width: 75em) {
  
}
@media only screen and (min-width: 94em) {
  
}