<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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
visually hidden

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
aos animation
add 'fixed-header'
general nav link styles
nav mobile / hamburger
nav desktop
footer

cta button styles
social links 
text links
image links

basic content
  
page section template
 page section template hero
 page section template cards
 card widths
 page section image text
 page section custom

general page layouts

tfe agegate
tfe legal styles

carousel sliders
  winemaking page carousel
  paso robles page carousel

wines pages
single wine

special wines page content - mobile
special wines page content - desktop

special page styles
  home page
  story page
  winemakers sub page
  404 page
  contact page and form
  responsive video wrapper
  find page
  site map
  wp browser update plugin styles

extras
 reduced motion preference
 additional no-js styles

msc
  special styles - open in new window
  accessibility statement

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: 999;
  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: 'EB Garamond', serif;
}
body div, 
header, main, footer {
  box-sizing: border-box;
}

.page-wrapper {
  overflow: hidden;
}

/* visually hidden */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); /* For older browsers */
  clip-path: inset(100%);
  white-space: nowrap;
  overflow: hidden;
}


/* fonts */

@font-face {
  font-family: 'masqualero', sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'franklin-gothic-urw', sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* color font size variables */
:root {
  /* main colors */
  --tan: #b48658;
  --brown: #815c37;
  --mid-brown: #9e825a;
  --highlight: #7e7a71;
  --light-gray: #CCCCCC;
  --mid-gray: #5c5c5c;
  --dark-gray: #292929;
  --black: #000;
  --white: #fff;
  --off-white: #fefbf2;
  --dim-white: #edece1;
/* fonts */
  --body-font: 'franklin-gothic-urw', sans-serif;
  --display-font: 'masqualero', sans-serif;
/* spacing */
  --half-space: .5rem;
  --single-space: 1rem;
  --mid-space: 1.5rem;
  --double-space: 2rem;
  --double-and-quarter-space: 2.25em;
  --max-width: 80rem;
  --narrow-max-width: 56.25rem;
}

/* color sections */
/* change color class names to describe actual color choices */
/* then copy to themes settings color section */
header, body, footer, .light {
  background-color: var(--white);
}
header, body, footer, .light, .light a {
  /*color: var(--dark-gray);*/
}
.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-v2);
}
.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: "masqualero", "sans-serif";
  font-family: var(--display-font);
  font-weight: 400;
  letter-spacing: .02em;
}
h1, .primary-head {
  font-size: 40px;
  font-size: 2.5rem;
}
h2, .secondary-head {
  font-size: 32px;
  font-size: 2rem;
}
h3, .tertiary-head,
.tfelegal ol li::marker {
  font-family: "masqualero", "sans-serif";
  font-family: var(--display-font);
  font-size: 24px;
  font-size: 1.5rem;
}
p, ul, ol, dl, h5, h6 {
  font-family: 'franklin-gothic-urw', sans-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: 5vw; }
  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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.375em;
  padding: 0 36px;
  z-index: 100;
  background-color:rgba(186,184,175,0.7);
}
.header-content {
  position: relative;
  width: 100%;
  /*max-width: var(--max-width);*/
  margin: 0 auto;
}
.header-logo-link {
  display: inline-block;
  width: 10em;
  max-width: 50%;
  min-width: 8em;
}
/* aos animation */
/* default for when js is disabled */
/*.aos-init {
  transform: none !important;
}
/* use aos styles when js is enabled */
/*.js .aos-init {
  transform: unset !important;
}

/* aos animation */
/*.aos-fade-up {
  opacity: 1;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.aos-fade-up[data-aos] {
  opacity: 1;
  transform: translateY(0);
}*/

/* Default AOS behavior: hidden before animation */
[data-aos]:not(.aos-animate) {
  opacity: 0;
  visibility: hidden;
}
/* AOS active: element visiable and animates */
[data-aos].aos-animate {
  opacity: 1;
  visibility: visible;
  transform: none; /* Allow AOS to apply its own transform */
}
/* When JavaScript is enabled */
.js [data-aos] {
  opacity: 0 !important;
  visibility: hidden !important;
}
/* When AOS triggers with JS enabled */
.js [data-aos].aos-animate {
  opacity: 1 !important;
  visibility: visible !important;
}
/* end AOS animation */
.mobile-menu-logo {
  display: block;
  max-width: 4.6em;
  padding: 0;
  margin-left: 4em;
  margin-top: 2em;
  margin-bottom: 0;
}
.mobile-menu-logo img {
  max-width: 120px; 
  height: auto;
  display: block;
  margin: 0 auto;
}
.header a {
  font-family: var(--display-font);
  font-size: 14.4px;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
  color: var(--tan);
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.header a:active, .header a:focus, .header a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.3s ease-in-out;
}
.menu-header-menu-container {
  margin-right: 0;
}
@media (min-width: 68em) {
  .mobile-menu-logo {
      display: none; /* Hide on desktop */
  }
}

/* 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;
}

/* general nav link styles */
.menu a {
  text-transform: none;
  padding: 0 .5em;
}
.header .menu a {
  font-family: var(--display-font);
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 38px;
  font-size: 2.375em;
  font-weight: 300;
  white-space: nowrap;
}
#nav-chk {
  display: none;
}

/* nav mobile / hamburger */
.header {
  padding: 0;
}
.header-logo-link {
  width: 4.5em;
  max-width: 50%;
  min-width: 4.5em;
  margin-left: 12px;
}
#nav-toggle,
.no-js .nav-chk-label   {
  position: absolute;
  top: .825em;
  right: .57em;
  z-index: 5;
  color: var(--dark);
  font-size: 28px;
  font-size: 1.75em;
  background: 0 0;
  border: none;
  padding: 0 12px;
}
#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: 20px;
  font-size: 1.25em;
  line-height: 1;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-open #nav-toggle:before,
.no-js #nav-chk:checked ~ .nav-chk-label:before {
  color: var(--white); 
}
.site-navigation {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  padding: 0 .5em .5em;
  margin-top: 1.1em;
  z-index: 8;
}
.site-navigation .current-menu-item a {
  color: var(--white);
}
.site-navigation .menu-main-menu-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  /*padding: 0 40px;*/
  overflow-x: hidden;
  border-bottom: 3px solid var(--cta-bg);
  background-color: var(--dark-gray);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: url(/wp-content/themes/iron-and-sand-2024/assets/images/images/bg-nav.jpg);
  /* Set initial state */
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05); /* Slight scale for a smooth effect */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.site-navigation.menu-open .menu-main-menu-wrapper,
.no-js #nav-chk:checked ~ .menu-main-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: scale(1); /* Reset scale for fade-in */
}
.no-js #nav-chk:checked ~ .menu-main-menu-wrapper {
}
.menu-open #nav-toggle:before,
.no-js #nav-chk:checked ~ .nav-chk-label:before {
  content: "\f00d";
}
.menu-header-menu-container {
  margin-right: 0;
  padding: 2em 2.5em 0 2.5em;
}
#menu-header-menu li {
  position: relative;
  padding: 8px 0;
  margin-bottom: 1.5em;
}
#menu-header-menu li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -4px;;
  left: 1.2em;
  /*transform: translateX(-50%);*/
  width: 35px;
  height: 2px;
  background: rgba(191, 190, 190, 0.5);
}
.social-icons {
  margin-bottom: .5em;
}
.menu li + li {
  margin-top: .5em;
}
.no-js #nav-toggle {
  display: none;
}
.no-js .nav-chk-label {
  display: block;
}
.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: 32px;
  font-size: 2em;
  line-height: 1;
  padding-top: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icon-wrapper {
  display: flex;
  justify-content: flex-start; 
  align-items: center;
  margin-left: 3.7em;
}

/* nav desktop */
/* remove this section to make nav hamburger only */
@media only screen and (min-width: 68em) {
  #nav-toggle,
  .nav-chk-label {
    display: none;
  }
  #nav-toggle,
  .no-js .nav-chk-label   {
  padding: 0 36px;
}
  .no-js .nav-chk-label {
    display: none;
  }
  .header {
    padding: 0 36px;
  }
  .header-logo-link {
    width: 10em;
  }
  .header-content {
    /*padding: var(--double-space);*/
  }
  header .menu {
    padding: 0 5%;
  }
  .header-content, 
  header .menu-main-menu-wrapper,
  header .menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .site-navigation {
    width: auto;
    position: static;
    padding: 0;
  }
  .site-navigation .menu-main-menu-wrapper {
    position: static;
    opacity: 1;
    right: auto;
    top: 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    visibility: visible;
    background-color: transparent;
    border-bottom: 0;
    background: none;
  }
  .header .menu a {
    font-family: var(--display-font);
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 0.8125em;
    font-weight: 700;
  }
  .header a {
    font-family: var(--display-font);
    font-size: 16px;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--black);
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
  }
  header .menu li {
    margin: 0;
    padding: 0;
  }
  .menu-header-menu-container {
    margin-right: 0;
    padding: 0;
  }
  #menu-header-menu li {
    padding: 0;
    margin-bottom: 0;
  }
  #menu-header-menu li::after {
    content: none !important; 
  }
  header .menu &gt; li + li {
    margin-left: var(--double-space);
  }
  #main-navigation,
  .menu-header-container {
    flex-grow: 1;
  }
  header .menu {
    justify-content: space-evenly;
  }
  .site-navigation .current-menu-item a {
    color: var(--white);
  }
  .menu-header-menu-container {
    margin-right: 1em;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: .5em;
  }
  .menu .menu-item-has-children {
    position: relative;
  }
  .menu .sub-menu {
    margin: 0;
    height: 0;
    position: absolute;
    top: var(--double-space);
    left: -1em;
    width: max-content;
    overflow: hidden;
    transition: all .3s ease-in-out;
    opacity: 0;
  }
  .menu .sub-menu li {
    padding: 0 1em .25em;
  }
  .menu .sub-menu li:first-child {
    padding-top: 1em;
  }
  .menu .sub-menu li:last-child {
    padding-bottom: 1em;
  }
  .menu .open .sub-menu,
  .menu .openClick .sub-menu,
  .menu .menu-item-has-children:hover .sub-menu,
  .menu .menu-item-has-children a:focus + .sub-menu,
  .menu .sub-menu:focus-within {
    height: auto;
    opacity: 1;
    transition: all .3s ease-in-out;
  }
  .menu,
  .social-icons {
    margin: 0;
  }
  .social-icon-wrapper {
    margin-right: 2em;
  }
  .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: 24px;
    font-size: 1.5em;
    line-height: 1;
    padding-top: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}


/* footer  */
.footer {
  background: url(/wp-content/uploads/2025/02/pattern-bkg.jpg);
  background-repeat: repeat;
}
.footer-content {
  padding: var(--mid-space) var(--single-space);
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-content div + div {
  margin-top: var(--half-space);
}
.footer a {
  font-family: var(--body-font);
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  padding-bottom: 2px;
  transition: all 0.3s ease-in-out;
}
.footer a:active, .footer a:focus, .footer a:hover {
  text-decoration: underline;
  padding-bottom: 2px;
  color: var(--highlight);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: all 0.3s ease-in-out;
}
.footer-logo-link .logo-link {
  max-width: 10em; 
  margin: 0 auto;
}
.footer .menu {
  margin-bottom: 0;
}
.footer .menu li + li {
  margin-top: var(--single-space);
}
.footer .menu li:first-child {
  margin-top: var(--single-space) !important; 
}
.footer-copyright {
  color: var(--black);
  font-family: "masqualero", "sans-serif";
  font-family: var(--display-font);
  line-height: 1.2;
}
.footer .social-icon-wrapper {
  display: flex;
  justify-content: center; 
  align-items: center;
  margin-left: 0;
}
@media only screen and ( min-width: 56.25em ) {
  .footer-content {
    padding: var(--double-space);
  }
  .footer .menu {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .footer a {
    font-size: 16px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 37.5em) {
  .footer .menu li {
      display: inline-block;
      padding: 0 var(--half-space);
  }
}


/* cta button styles */
/* cta button-style link */
.cta {
  display: inline-block;
  padding: var(--half-space) var(--single-space);
  font-family: var(--display-font);
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}
.cta,
.cta.reverse:active,
.cta.reverse:focus,
.cta.reverse:hover {
  background-color: var(--highlight);
  color: var(--light);
  border: 1px solid var(--highlight);
}
.cta.reverse,
.cta:active,
.cta:focus,
.cta:hover {
  background-color: var(--light);
  color: var(--highlight);
}
.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);
}

/* social links */
.social-links,
.social-links li {
  margin-bottom: 0;
}
.social-links {
  display: flex;
  gap: 10px; 
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-links li {
  display: inline-block;
}
.social-icon-wrapper li + li {
  margin-left: var(--single-space);
}
a.social-icon {
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
a.social-icon:hover {
  scale: 1.07;
  transform: scale(1.07);
  transform-origin: center;
  transition: all .3s ease-in-out;
}
.social-contact::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
}
.social-facebook::before {
  content: "\f09a";
}
.social-instagram::before {
  content: "\f16d";
}
.social-spotify::before {
  content: "\f1bc";
}
.social-twitter::before {
  content: "\f099";
}
.social-pinterest::before {
  content: "\f0d2";
}
.social-tiktok::before {
  content: "\e07b";
}
.social-youtube::before {
  content: "\f167";
}
.social-vimeo::before {
  content: "\f40a";
}

/* text links */

/* image links */


/* basic content */
.basic-content {
  padding: 0 var(--single-space);
  max-width: var(--max-width);
  margin: 0 auto;
}
@media only screen and (min-width: 56.25em) {
  .basic-content {
    padding: 0 var(--double-space);
  }
}


/* 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: 56.25em) {
  .page-section-wrapper section {
    padding: var(--double-space);
  }
}

/* page section template hero */
.page-section-wrapper .page-section-hero {
  position: relative;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0;
}
.flex-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  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: auto;
}
.page-section-hero {
  position: relative;
  width: 100vw; 
  height: 100vh; 
  overflow: hidden;
}
.text-tagline {
  font-family: var(--display-font);
  font-size: 22.4px;
  font-size: 1.4em;
  text-transform: uppercase;
  font-style: italic;
  color: var(--off-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.text-subtitle {
  color: #ffffff; 
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.small-text {
  color: #ffffff; 
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.icon-subtitle {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--off-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.hero-content-wrapper {
  position: relative;
  z-index: 1; 
}
.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--white);
  max-width: var(--max-width);
  margin: 0 1em;
}
.hero-content p {
  font-family: var(--display-font);
  color: var(--off-white);
  font-size: 18px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2;
  max-width: var(--narrow-max-width);
}
.hero-content h3 {
  font-family: var(--body-font);
  color: var(--off-white);
  font-size: 22.4px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2;
  max-width: var(--narrow-max-width);
}
.hero-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
}
@media only screen and (min-width: 56.25em) {
  .page-section-hero.top .flex-wrapper {
    align-items: flex-start;
    padding: var(--double-space);
  }
  .page-section-wrapper .page-section-hero {
    padding: 0;
  }
  .hero-content p {
    font-size: 38.4px;
    font-size: 2.4em;
  }
  .hero-content h3 {
    font-size: 1.4em;
  }
}

/* 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 .head-two {
  margin-bottom: 1em;
}
.page-section-cards .cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4em;
  row-gap: 3em;
  justify-content: center;
  margin: 0 5em;
}
.page-section-cards .cards .card {
  flex: 0 1 100%;
}
.card-special .card,
.card-special .card-text {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  margin-left: 2em;
}
.card,
.card-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card img {
  margin: 0 auto 1em;
}
.card-details {
  max-width: 36em;
  margin: 0 auto 2em;
  text-align: left;
}
.card-text {
  justify-content: space-between;
}
.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);
}
@media only screen and ( min-width: 37.5em ) {
  .page-section-cards.col-3 .cards .card {
    flex-basis: calc(50% - 1em);
  }
}
@media only screen and ( min-width: 56.25em ) {
  .page-section-cards.col-2 .cards .card {
    flex-basis: calc(48% - 2em);
  }
  .page-section-cards.col-3 .cards .card {
    flex-basis: calc(33.33% - 1.333em);;
  }
}
@media only screen and ( min-width: 75em ) {
  .page-section-cards .cards,
  .page-section-cards.col-3 .cards {
    gap: 4em;
  }
  .page-section-cards.col-2 .cards .card {
    flex-basis: calc(48% - 3em);
  }
  .page-section-cards.col-3 .cards .card {
    flex-basis: calc(33.33% - 2.667em);;
  }
}
@media only screen and ( max-width: 37.5em ) {
  .page-section-cards .cards {
    margin: 0em;
  }
}

/* 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;
  justify-content: center;
}
.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: space-around;
  align-items: start;
  text-align: left;
  padding: 2em 1em 2.5em;
}
.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;
}
.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;
}
@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;
  }
  .image-text-row.image-left{
    flex-direction: row;
  }
  .image-text-row .image-text-img,
  .image-text-row .image-text-txt {
    flex: 50%;
  }
  .image-text-row .image-text-txt {
    padding: 0em 2em 2.5em;
  }
}

/* page section custom */


/* general page layouts */
main {
  /* for background darkening when nav open */
  position: relative;
  margin-top: -5em;
  /*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: rgba(25,25,25,0.9);
}
.tfe-agegate-dialog {
  position: relative;
  min-width: 20em;
  max-width: 30em;
  margin: 4em auto;
  width: 80%;
  padding: 3em;
  text-align: center;
  box-shadow: 0 0 1.875em 0 rgb(2 2 2);
  background: #32373c;
}
.tfe-agegate-image {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tfe-agegate p {
  color: var(--white);
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1.2;
  font-family: var(--body-font);
  font-weight: 300;
  margin: 1em 0;
}
.tfe-enter {
  padding: 12px 36px;
  color: var(--white);
  background: var(--tan);
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.tfe-enter:hover {
  color: var(--dark-gray);
  background: var(--highlight);
  transition: all 0.3s ease-in-out;
}
@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: 15em 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 */
}
.tfelegal a {
  text-decoration: none;
  color: var(--brown);
  transition: all 0.3s ease-in-out;
}
.tfelegal a:hover {
  text-decoration: underline;
  color: var(--highlight);
  text-underline-offset: 3px;
  transition: all 0.3s ease-in-out;
}


/* carousel sliders */
.page-section-carousel-wrapper {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  background-color: var(--off-white);
}
.slick-carousel-container {
  width: 100%;
  margin: auto;
  padding: 0;
  min-height: 45em;
  /*height: auto;*/
}
.slick-carousel-container-background {
  width: 100%;
  margin: auto;
  padding: 0;
  min-height: 45em;
  background-image: url(/wp-content/uploads/2025/02/pattern-bkg.jpg);
  /*height: auto;*/
}
.slick-prev:before, .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-disabled {
  opacity: 0;
  pointer-events:none;
}

/* winemaking page carousel */
.slick-carousel-one .plus-icon {
  max-width: 52px;
  margin: 0 auto;
  padding-bottom: 2em;
}
.slick-carousel-one .slick-slide {
  position: relative;
  text-align: center;
  color: #fff;
}
.slick-carousel-one .slick-slide-image {
  width: 100%;
  height: 130vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: var(--black);
}
.slick-carousel-one .slick-slide-caption, 
.slick-carousel-one .slick-slide-description {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  padding: 0;
}
.slick-carousel-one .slick-slide-content, 
.slick-carousel-one .slick-slide-caption, 
.slick-carousel-one .slick-slide-description {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.slick-carousel-one .slick-slide-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  max-width: 100%;
  width: 70%;
  text-align: center;
}
.slick-carousel-one .slick-slide-content h2 {
  font-family: var(--body-font);
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 700;
}
.slick-carousel-one .slick-slide-content h3 {
  font-family: var(--display-font);
  font-size: 25.6px;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.2em;
}
.slick-carousel-one .slick-slide-content a {
  color: var(--tan);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.slick-carousel-one .slick-slide-content a:hover {
  color: var(--highlight);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.slick-carousel-one .slick-prev, 
.slick-carousel-one .slick-next {
  position: absolute;
  top: 40%;
  color:transparent;
  background-color: var(--tan);
  border: none;
  padding:0;
  font-size: 24px;
  font-size: 1.5em;
  width: 40px;
  height: 46px;
  transform: translateY(-50%);
  cursor: pointer;
  display:block;
  display:flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}
.slick-carousel-one .slick-prev:before {
  background-image: url('/wp-content/uploads/2025/03/white-left.svg'); 
}
.slick-carousel-one .slick-next:before {
  background-image: url('/wp-content/uploads/2025/03/white-right.svg'); 
}
.slick-carousel-one .slick-prev:hover, .slick-next:hover {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}
.slick-carousel-one .slick-prev {
  left: 10px;
}
.slick-carousel-one .slick-next {
  right: 10px;
}
.slick-carousel-one .slick-dots {
  position: absolute;
  bottom: 5em;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-carousel-one .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 40px;
  margin: 0 15px;
  padding: 0;
  cursor: pointer;
}
.slick-carousel-one .slick-dots li button {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-carousel-one .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--white);
}
.slick-carousel-one .slick-dots li button:before {
  font-family: 'slick';
  font-size: 100px;
  font-size: 6.25em;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .50;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 56.25em) {
  .slick-carousel-one .slick-slide-content h3 {
    font-size: 41.6px;
    font-size: 2.6em;
  }
  .slick-carousel-one .slick-slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    max-width: 80%;
    text-align: center;
  }
  .slick-carousel-one .slick-slide-caption, 
  .slick-carousel-one .slick-slide-description {
    padding: 0.5em 1em;
  }
  .slick-carousel-one .slick-prev, 
  .slick-carousel-one .slick-next {
    top: 50%;
    width: 53px;
    height: 56px;
  }
  .slick-carousel-one .slick-prev {
    left: 20px;
  }
  .slick-carousel-one .slick-next {
    right: 20px;
  }
}

/* paso robles page carousel */
.paso-robles-intro {
  height: 24em;
}
.slider-multiple-text-content {
  margin: 0 auto;
  max-width: 24em; 
  margin-top: 2em;
}
.paso-robles-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 24em;
  text-align: center;
  overflow: visible;
  overflow-wrap: break-word;
  max-height: 100%;
}
.paso-robles-intro h1 {
  margin-top: 7em;
  font-family: var(--body-font);
  font-size: 18px;
  font-size: 1.125em;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
}
.paso-robles-intro-special {
  margin-top: 7em;
  margin-bottom: 1em;
  font-family: var(--body-font);
  font-size: 18px;
  font-size: 1.125em;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
}
.paso-robles-intro h2 {
  font-family: var(--display-font);
  font-size: 41.6px;
  font-size: 2.6em;
  color: var(--black);
  text-align: center;
  padding: 0 1em;
}
.slick-carousel-multiple h3 {
  font-family: var(--display-font);
  font-size: 16px;
  font-size: 1em;
  line-height: 1.4;
  color: var(--black);
}
.slick-carousel-multiple .slick-slide {
  text-align: center;
  color: var(--black);
  height: auto !important;
}
.slick-carousel-multiple .slider-image-content {
  height: auto !important;
  padding: 0 3%;
}
.slick-carousel-multiple .slick-slide-image {
  width: 100% !important;
  height: auto !important;
  min-height: 30em; 
  margin: 0 auto 32px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-carousel-multiple .slick-slide-content {
  text-align: center;
  padding: 0 1em;
}
.slick-carousel-multiple .slick-slide-content a {
  color: var(--tan);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.slick-carousel-multiple .slick-slide-content a:hover {
  color: var(--highlight);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.slick-carousel-multiple .slick-prev, 
.slick-carousel-multiple .slick-next {
  position: absolute;
  top: 35%;
  color:transparent;
  background-color: var(--dim-white);
  border: none;
  padding:0;
  font-size: 24px;
  font-size: 1.5em;
  width: 53px;
  height: 56px;
  transform: translateY(-50%);
  cursor: pointer;
  display:block;
  display:flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}
.slick-carousel-multiple .slick-prev:before {
  background-image: url('/wp-content/uploads/2025/03/gold-left.svg'); 
}
.slick-carousel-multiple .slick-next:before {
  background-image: url('/wp-content/uploads/2025/03/gold-right.svg'); 
}
.slick-carousel-multiple .slick-prev:hover, .slick-next:hover {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}
.slick-carousel-multiple .slick-prev {
  left: 20px;
}
.slick-carousel-multiple .slick-next {
  right: 20px;
}
.slick-carousel-multiple .slick-dots {
  position: absolute;
  /*bottom: -25px;*/
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-carousel-multiple .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 40px;
  margin: 0 15px;
  padding: 0;
  cursor: pointer;
}
.slick-carousel-multiple .slick-dots li button {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-carousel-multiple .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--brown);
}
.slick-carousel-multiple .slick-dots li button:before {
  font-family: 'slick';
  font-size: 100px;
  font-size: 6.25em;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .40;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9); 
  border: 1px solid var(--black);*/
}
@media screen and (max-width: 56.25em) {
  .slick-carousel-multiple .slick-slide-image {
    max-width: 28em;
    height: 30em;
    margin: 0 auto 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .slick-carousel-multiple .slider-image-content {
      height: 100%;
      padding: 0 3%;
  }
  .slick-carousel-multiple .slick-slide {
      height: auto;
  }
}


/* wines pages */
.page-section-wrapper .wines-page-content {
  display: flex;
  flex-direction: row;
  padding: 0 2em;
}
@media screen and (max-width: 56.25em) {
  .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: 56.25em) {
  .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: 36.8px;
  font-size: 2.3em;
  font-weight: 300;
  text-transform: uppercase;
}
h2.wine-info-heading {
  color: var(--white);
  font-size: 80px;
  font-size: 5em;
}
p.wine-info-description {
  color: var(--white);
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2;
}
.wine-info-subheading {
  font-family: var(--body-font-extra-bold);
  font-size: 20px;
  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: 20px;
  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: 22.4px;
  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 &gt; 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: 56.25em){
  .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 wines page content - mobile */
.wine-section-hero {
  position: relative;
  width: 100vw; 
  height: auto;
  overflow: hidden;
}
.wine-content-panel {
  position: relative;
  margin-top: 7em;
  background-color: var(--off-white);
  /*padding: 2.75em;*/
  padding: 1em;
  max-width: 100%;; 
  box-shadow: none;
}
.wine-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.bottle-shot {
  max-width: 8em;
}
.bottle-shot img {
  width: 100%;
  height: auto;
  display: block;
}
.wine-content-heading:after, .wine-subtitle-box:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin: 0 auto 1em;
  background: rgba(191, 190, 190, 0.4);
}
.page-section-hero .flex-wrapper .wine-content-panel h1 {
  text-align: center;
}
.wine-title-box {
  padding: 0;
  margin-left: 1em;
  text-align: center;
}
.wine-subtitle-box, .wine-content-box {
  padding: 0 0 1em 0;
}
.page-section-hero .wine-title h1 {
  text-align: center;
}
.varietal-ava {
  text-align: center;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25em;
}
.wine-content-panel h3 {
  font-family: var(--display-font);
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.varietal-info {
  font-family: var(--display-font);
  font-size: 19.2px;
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
}
.wine-content-panel h1,
.wine-content-panel h2,
.wine-content-panel h4 {
  margin-bottom: 10px;
}
.wine-content-box .content-text {
  font-family: var(--body-font);
  text-align: center;
  line-height: 1.2;
  max-width: 24em;
  margin: 0 auto 1em auto;
}
.pdf-scores {
  display: block;
  text-decoration: none;
  margin: 1em 0;
  text-align: center;
}
.pdf-scores a {
  display: flex;
  align-items: center;
  font-family: var(--display-font);
  font-size: 16px;
  font-size: 1em;
  color: var(--brown);
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  margin: 1em 0;
  transition: all 0.3s ease-in-out;
}
.pdf-scores a:hover {
  color: var(--highlight);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.3s ease-in-out;
}
.buy-button-box {
  display: flex;
  justify-content: center;
}
.buy-button {
  font-family: var(--body-font);
  font-weight: 700;
  letter-spacing: 1.8px;
  display: inline-block;
  background: var(--brown);
  color: var(--white);
  padding: 11px 36px 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.buy-button:hover {
  color: var(--white);
  background: var(--highlight);
  transition: all 0.3s ease-in-out;
}
.download-subtitle {
  font-family: var(--display-font);
  font-size: 19.2px;
  font-size: 1.2em;
  font-style: italic;
  margin-top: 1em;
  text-align: center;
}
.pdf-techsheets {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: .5em .5em 0 .5em;
  text-decoration: none;
}
.pdf-techsheets a {
  display: flex;
  align-items: center;
  font-family: var(--body-font);
  font-size: 16px;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: var(--brown);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.pdf-techsheets a:hover {
  color: var(--highlight);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: all 0.3s ease-in-out;
}

/* special wines page content - desktop */
@media only screen and (min-width: 56.25em){
  .wine-section-hero {
    /*height: 110vh; */
    height: auto;
  }
  .wine-content-layout {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 20%;
  }
  .wine-content-panel {
    position: relative;
    margin-top: 10em;
    background-color: var(--off-white);
    padding: 2em 2.75em 2.75em 2.75em;
    max-width: 40em; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .wine-intro {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .wine-title-box {
    padding: 0;
    margin-left: 0;
  }
  .page-section-hero .flex-wrapper .wine-content-panel h1 {
    text-align: left;
    font-variant: small-caps;
    margin-bottom: 0;
  }
  .page-section-hero .wine-title h1 {
    text-align: left;
  }
  .varietal-ava {
    text-align: left;
  }
  .wine-content-panel h3 {
    text-align: left;
  }
  .varietal-info {
    text-align: left;
  }
  .wine-content-box .content-text {
    text-align: left;
    padding: 0;
    max-width: 100%;
    margin: 0 auto 1em auto;
  }
  .download-subtitle {
    text-align: left;
  }
  .pdf-scores {
    margin: 2em 0;
    text-align: left;
  }
  .pdf-scores a {
    font-size: 12.8px;
    font-size: .8em;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
  }
  .buy-button-box {
    display: flex;
    justify-content: flex-start;
  }
  .pdf-techsheets {
    justify-content: flex-start;
    margin: .5em 3em 0 0;
  }
  .pdf-techsheets a {
    justify-content: flex-start;
    margin: .5em 3em 0 0;
  }
}
@media only screen and (min-width: 75em){
  .wine-intro {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  .bottle-shot {
    display: none;
  }
  .bottle-shot img {
    display: none;
  }
  .wine-title-box {
    padding: 0;
    margin-left: 0;
  }
}


/* special page styles */

/* home page */
.home-hero-logo {
  margin-bottom: 1.5em;
}
.plus-sign-icon {
  margin: 5em auto 1.5em;
}
.home-hero-background {
  background-size: cover;
  background-position: center;
  transform: scale(1.2); /* Start zoomed in */
  animation: zoomOutBackground 1s ease-out forwards;
}
@keyframes zoomOutBackground {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

/* story page */
.story-page {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 43em;
  text-align: center;
  overflow: visible;
  overflow-wrap: break-word;
  max-height: 100%;
}
.story-page h1 {
  clip:rect(1px,1px,1px,1px);
  height:1px;
  width:1px;
  overflow:hidden;
  position:absolute !important;
}
.story-page h2 {
  color: var(--black);
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 300;
  font-size: 28.8px;
  font-size: 1.8em;
  line-height: 1.3;
  max-width: var(--narrow-max-width);
}
@media only screen and (min-width: 56.25em){
  .story-page h2 {
    font-size: 44.8px;
    font-size: 2.8em;
  }
}

/* winemakers sub page */
.winemakers-page {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  height: auto;
  text-align: center;
  overflow: visible;
  overflow-wrap: break-word;
  max-height: 100%;
}
.winemakers-page h1 {
  margin-top: 5em;
}
.winemakers-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
  padding-bottom: 1em;
}
.winemakers-intro-quote {
  font-family: var(--display-font);
  font-size: 19.2px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3;
  color: var(--brown);
  text-align: center;
  /*margin: 0 auto 2em;*/
  max-width: 24em;
}
.winemakers-bio {
  margin-top: 1em;
}
.winemakers-page p {
  text-align: center;
  max-width: 40em;
  margin: 0 auto;
}
.winemaker-name {
  font-family: var(--display-font);
  font-size: 19.2px;
  font-size: 1.2em;
  font-weight: 300;
  color: var(--brown);
  text-transform: uppercase;
  text-align: center;
  margin: .5em auto;
}
.winemaker-job {
  font-family: var(--display-font);
  font-size: 19.2px;
  font-size: 1.2em;
  font-weight: 300;
  font-style: italic;
  color: var(--mid-gray);
  text-transform: none;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 56.25em) {
  .winemakers-intro {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 50em;
  }
  .winemakers-intro-quote {
    /*max-width: 50%;*/
    text-align: left;
  }
  .winemakers-page p {
    text-align: left;
  }
}

/* 404 page */
.page-background-404 {
  background-image: url('/wp-content/uploads/2025/02/404-bkg.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: 16px;
    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);
  transition: all 0.3s ease-in-out;
}
.article-wrapper .error-page {
  /*margin: 3em;
  margin-top: 15em;*/
}
.error-box {  
  font-family: var(--body-font);
  color: var(--white);
  margin-top: 20em;
  text-align: center;
  padding: 2em;
  min-width: 14em;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10em;
  max-width: 40em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-box h1 {
  font-size: 72px;
  font-size: 4.5em;
  font-weight: 300;
}
.error-box-content {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}
.error-box-content a {
  color: var(--brown);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.error-box-content a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.3s ease-in-out;
}

/* contact page and form */
.contact-page-section {
  height: 80em;
  background: url(/wp-content/uploads/2025/02/pattern-bkg.jpg) repeat;
}
.contact-page-title {
  margin-top: 0;
  padding-bottom: 1em;
  font-family: var(--display-font);
}
.contact-box {  
  font-family: var(--body-font);
  margin-top: 4em;
  text-align: left;
  padding: 2em 2em 0em 2em;
  border-style: solid;
  border-width: 2px;
  border-color: var(--highlight);
  min-width: 40em;
  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 { 
    min-width: 100%;
    padding: 1em;
  }
  .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(--black);
}
input[type="text"],
input[type="email"],
textarea {
  font-family: var(--body-font);
  color: var(--black);
  width: 96%;
  border: 1px solid var(--highlight);
  line-height: 2em;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1em;
  background-color: var(--white);
}
input[type="submit"] {
  /*display: inline-block;*/
  font-family: var(--body-font);
  font-size: 16px;
  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(--brown);
  color: var(--white);
  border-style: solid;
  border-width: 2px;
  border-color: var(--highlight);
  border-radius: 5px;
  width: 100%;
}
input[type="submit"]:hover {
  background-color: var(--highlight);
  color: var(--black);
  border-style: solid;
  border-width: 2px;
  border-color: var(--highlight-light);
  transition: all 0.3s ease-in-out;
}
.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);
}
.contact-page-section a {
  text-decoration: none;
  color: var(--brown);
  transition: all 0.3s ease-in-out;
}
.contact-page-section a:hover {
  text-decoration: underline;
  color: var(--highlight);
  text-underline-offset: 3px;
  transition: all 0.3s ease-in-out;
}
.screen-reader-response p[role="status"]:empty {
  display: none !important;
  visibility: hidden;
}

/* responsive video wrapper */
.video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.5%;
	/* padding-bottom: calc((100% + 26px)*.565); */
}
.video-wrapper &gt; iframe,
.video-wrapper &gt; div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .video-wrapper &gt; iframe,
  .video-wrapper &gt; div,
  .video-wrapper &gt; embed{
     position: absolute; 
     display: block;
     right: 0; 
     bottom: 0;
     min-width: 100%; 
     min-height: 100%;
     width: auto; 
     height: auto; 
     background-size: cover;
     overflow: hidden;
  }
  .button {
    height: 20px;
    width:100px;
    z-index:1;
    opacity:0.85;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    margin-right: 10%;
    cursor: pointer;
  }
  #btnWrapper{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 56.25em) {
  .video-wrapper {
    max-height: 100%;
  }
}

/* find page */
.find-page-section {
  /*height: 160em;*/
  height: auto;
}
.find-page-section h1 {
  margin-top: 5em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.brand-finder {
  margin: 2em auto 0;
}
.find-page-section a {
  color: var(--light-gray);
  transition: all 0.3s ease-in-out;
}
.find-page-section a:hover {
  color: var(--tan);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 56.25em) {
  .find-page-section {
    /*height: 107em;*/
    height: auto;
  }
}

/* site map */
.sitemap-page {
  padding: var(--single-space);
  text-align: center;
  font-size: 19.2px;
  font-size: 1.2em;
  line-height: 2;
  margin: 12em auto 5em auto;
}
.sitemap-page-title {
  margin-top: 0;
  margin-right: 2em;
  font-family: var(--display-font);
  font-size: 48px;
  font-size: 3em;
  padding-bottom: 0;
  text-align: left;
}
.sitemap-box {  
  display: flex;
  flex-direction: column;
  font-family: var(--body-font);
  text-align: left;
  padding: 1em;
  min-width: 14em;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}
.sitemap-box a {
  color: var(--tan);
  font-size: 24px;
  font-size: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--dark-brown);
  padding-bottom: 2px;
  transition: all 0.3s ease-in-out;
}
.sitemap-box a:hover {
  color: var(--highlight);
  border-bottom: 1px solid var(--highlight);
  padding-bottom: 2px;
  transition: all 0.3s ease-in-out;
}
.sitemap-box ul {
  margin-top: 0;
}
.sitemap-box li {
  padding-top: 1em;
}
@media screen and (min-width: 56.25em) {
  .sitemap-box { 
    flex-direction: row;
    justify-content: space-around;
  }
  .sitemap-page-title {
    padding-bottom: 1em;
  }
  .sitemap-box ul {
    margin-top: .5em;
 }
  .sitemap-page-title {
    white-space: nowrap;
  }
}

/* wp browser update plugin styles */
.buorg {
  background-color: var(--off-white);
  font: var(--body-font);
}
#buorgig {
  background-color: var(--mid-brown);
  background: var(--mid-brown);
  border-radius: 0;
}
#buorgig:hover {
  background-color: var(--highlight);
}


/* extras */

/* reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .video-wrapper {
    display: none;
  }
  [data-aos] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .animate-header {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
  .home-hero-background {
    animation: none !important;
    transform: scale(1) !important; /* Prevent zoom effect */
  }
}

/* additional no-js styles */
/* no js - video */
.js .video-fallback {
  display: none !important;
}
.no-js .video-fallback {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;     
  height: 20em;            
  text-align: center;
  z-index: 1;
}
.no-js .video-fallback a {
  font-family: var(--body-font);
  font-size: 1.4em;
  color: var(--white);
  text-decoration: none;
}
.no-js .video-fallback a:hover {
  color: var(--highlight);
  text-decoration: underline;
}
/* no js - animation */
.no-js [data-aos] {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.no-js [data-aos].aos-animate {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.no-js body.home #header {
  animation: fadeDown 0.5s ease-out forwards;
  opacity: 1;
  transform: translateY(0);
}
html.no-js [data-aos="fade-up"] {
  transform: none !important;
}
/* no js - carousel - Ensure elements animate when AOS applies */
.no-js .slick-slider {
  display: block !important; /* Ensure the entire slider is visible */
}
.no-js .slick-slide {
  display: inline-block !important; /* Prevent hiding slides */
  width: 100% !important; /* Adjust width for a full layout */
}
.no-js .find-page-section {
  height: auto;
}

/* no js - locator */
.no-js .no-js-brand-finder {
  display: block;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}



/* msc */

/* special styles - open new window */
.fa-external-link-alt:before, .fa-up-right-from-square:before {
  content: "\f35d";
  font-size: 12.8px;
  font-size: .8em;
  margin-left: 0.3em;
  vertical-align: middle;
  position: relative;
}
.go-link i {
  color: inherit !important; 
}
.go-link:hover,
.go-link:hover i {
  color: inherit !important;  
}
.menu-buy-now {
  display: flex;
  align-items: center;
  gap: 0.3em; 
}
.menu-buy-now i {
  font-size: 22.4px;
  font-size: 1.4em;
  color: inherit; 
  top: -2px;
  vertical-align: middle;
  position: relative;
}
.menu-buy-now:hover,
.menu-buy-now:hover i {
  color: var(--white); 
}

/* accessibility statement */
.accessibility-statement h3 {
	font-weight: 700;
}
.accessibility-statement {
  padding: .5em 14%;
  margin: 0 auto;
  font-family: var(--body-font);
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
  color: var(--white);
}

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

}
@media only screen and (min-width: 75em) {
  
}
@media only screen and (min-width: 94em) {
  
}</pre></body></html>