@charset "UTF-8";
/*!
Theme Name: Wente Vineyards
Author: Wine Works
Author URI:
Description: Custom theme developed for Wente Vineyards
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Wente Vineyards
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*******************************************
  FONTS
  assets/styles/scss/global/_fonts.scss
*******************************************/
@font-face {
  font-family: "Berling";
  src: url("assets/fonts/URW - Berling-Reg.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Berling";
  src: url("assets/fonts/BerlingTOT-RegIta.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DIN-Regular";
  src: url("assets/fonts/din-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Northwell";
  src: url("assets/fonts/Set Sail Studios - Northwell.ttf") format("truetype");
  font-weight: 400;
}
/*******************************************
  VARIABLES
  assets/styles/scss/config/_variables.scss
*******************************************/
/************************************************************
FILE PATH

can be used by scss files when referencing images that are
part of the theme build and not directly editable through
WP admin interface
************************************************************/
/************************************************************
CONTAINER SETTINGS

defines the maximum width
************************************************************/
/************************************************************
SPACING

vertical spacing between content blocks
************************************************************/
/************************************************************
BREAKPOINTS

standard breakpoints used with the shortcut 'mq' mixin
see _mixins.scss for mixin and use example
************************************************************/
/************************************************************
COLORS

primary use colors in theme, however content blocks should
rely more on the sites primary and secondary theme color and
allow manual color selection in most cases

tool to find real color names for variables
http://chir.ag/projects/name-that-color
************************************************************/
.color-swatch-primary-gold {
  content: "primary-gold";
  background-color: #a28b51;
}

.color-swatch-primary-bone {
  content: "primary-bone";
  background-color: #f4f1eb;
}

.color-swatch-primary-charcoal {
  content: "primary-charcoal";
  background-color: #373b3c;
}

.color-swatch-primary-lt-brown {
  content: "primary-lt-brown";
  background-color: #424D18;
}

.color-swatch-accent-black {
  content: "accent-black";
  background-color: #292621;
}

.color-swatch-accent-lt-gold {
  content: "accent-lt-gold";
  background-color: #e1d6be;
}

.color-swatch-accent-brown {
  content: "accent-brown";
  background-color: #4b413b;
}

.color-swatch-accent-cream {
  content: "accent-cream";
  background-color: #e6e2d6;
}

/************************************************************
TYPOGRAPHY

General typography settings and all font size settings are
done here, fine tuning can be doen in _typography.scss
************************************************************/
/*
Note about font sized variables:
fonts defined by minimum and maximum variables, fonts are adjusted dynamically
at various breakpoints between these the min and max value.

Min is used at PHONE size and max is used at DESKTOP-WIDE breakpoint

For greater control of font sizes at various in between breakpoints adjust the
$font_adjust variable just a little lower below.
 */
/************************************************************
HEADER SETTINGS

Variable use, their names, values, and count can be modified
as needed for client specific modifications.
************************************************************/
/************************************************************
FOOTER SETTINGS

Variable use, their names, values, and count can be modified
as needed for client specific modifications.
************************************************************/
/************************************************************
TRANSITIONS

Some standard stransition and ease values
************************************************************/
/************************************************************
VARIABLES MAPPING

Some standard stransition and ease values
************************************************************/
:root {
  --theme-body-bg-color: #ffffff;
  --theme-body-font-color: #373b3c;
  --theme-body-heading-color: #373b3c;
  --theme-primary-accent-color: #4b413b;
  --theme-primary-accent-font-color: #ffffff;
  --theme-secondary-accent-color: #4b413b;
  --theme-secondary-accent-font-color: #ffffff;
  --theme-main-menu-bg-color: #f4f1eb;
  --theme-primary-font: "sweet-sans-pro", sans-serif;
  --theme-heading-font: "Berling", serif;
  --theme-fancy-font: "Luxurious Script", cursive;
  --theme-sans-font: "sweet-sans-pro", sans-serif;
  --theme-h1-size: 50px;
  --theme-h1-fancy-size: 50px;
  --theme-h2-size: 40px;
  --theme-h2min-size: 22px;
  --theme-h2-fancy-size: 90px;
  --theme-h2min-fancy-size: 50px;
  --theme-h3-size: 38px;
  --theme-h3min-size: 22px;
  --theme-h4-size: 32px;
  --theme-h5-size: 30px;
  --theme-h5min-size: 17px;
  --theme-h6-size: 20px;
  --theme-p-size: 18px;
  --theme-pmin-size: 14px;
  --theme-quote-size: 22px;
  --theme-button-bg-color: #a28b51;
  --theme-button-text-color: #ffffff;
  --theme-pre-footer-bg-color: #a28b51;
  --theme-pre-footer-text-color: #ffffff;
  --theme-footer-bg-color: #f4f1eb;
  --theme-footer-text-color: #373b3c;
}

:root {
  --white: #fff;
  --lightgrey: #f4f4f4;
  --black: #000;
  --brand-background-color: var(--lightgrey);
  --brand-color: #333;
  --brand-color-alt: #333;
  --body-background-color: #fff;
  --body-color: #000;
  --body-font-family: sans-serif;
  --body-font-style: normal;
  --body-font-weight: normal;
  --global-transition-duration: 200ms;
  --global-transition-effect: ease-out;
  --content-max-width: 80rem;
  --wide-content-max-width: 70rem;
  --heading-font-family: serif;
  --heading-font-weight: normal;
  --heading-font-style: normal;
  --heading-color: #000;
  --heading-line-height: 1.4;
  --heading-margin-top: 0;
  --heading-margin-bottom: .5rem;
  --h1-font-size: 3rem;
  --h2-font-size: 2.25rem;
  --h3-font-size: 1.5rem;
  --h4-font-size: 1.25rem;
  --h5-font-size: 1.125rem;
  --h6-font-size: 1.125rem;
  --paragraph-font-family: inherit;
  --paragraph-font-weight: normal;
  --paragraph-font-size: .875rem;
  --paragraph-line-height: 1.4;
  --paragraph-margin-bottom: 1.25rem;
  --paragraph-margin-top: 0;
  --anchor-color: #333;
  --anchor-color-hover: lighten(var(--anchor-color), 10%);
  --anchor-text-decoration: none;
  --anchor-text-decoration-hover: none;
  --primary-navigation-anchor-color: #333;
  --primary-navigation-anchor-color-hover: lighten(var(--primary-navigation-anchor-color), 10%);
  --primary-navigation-font-size: 1.125rem;
  --mobile-nav-toggle-background: #333;
  --mobile-nav-toggle-border-radius: .5rem;
  --mobile-nav-toggle-color: #fff;
  --mobile-nav-border-color: #363636;
  --mobile-nav-background-color: #f4f1eb;
  --secondary-navigation-anchor-color: #2e2e2e;
  --secondary-navigation-anchor-color-hover: #999;
  --secondary-navigation-background-color-mobile: #fff;
  --secondary-navigation-border-color-mobile: #999;
  --breadcrumb-color: #999 !default;
  --breadcrumb-anchor-color: #333333 !default;
  --breadcrumb-anchor-color-hover: #000000 !default;
  --button-primary-color: #fff;
  --button-primary-background: #363636;
  --button-primary-border-color: #363636;
  --button-primary-font-style: normal;
  --button-primary-color-hover: #fff;
  --button-primary-background-hover: #000;
  --button-primary-border-color-hover: #000;
  --button-alt-color: #000;
  --button-alt-background: #999;
  --button-alt-border-color: #999;
  --button-alt-font-style: normal;
  --button-alt-color-hover: #fff;
  --button-alt-background-hover: #333;
  --button-alt-border-color-hover: #333;
  --modal-button-font-size: .75rem;
  --button-font-size: var(--paragraph-font-size);
  --large-button-font-size: 1.25rem;
  --textarea-border-color: #cccccc;
  --label-color: #6f6f6f;
  --hr-border-width: 2px;
  --hr-border-style: dotted;
  --hr-border-color: #cccccc;
  --hr-margin: (var(--paragraph-margin-bottom) * 2);
  --footer-border-color: #ece5d8;
  --footer-font-family: var(--body-font-family);
  --footer-font-size: .875rem;
  --footer-anchor-color: #333;
  --footer-copyright-color: #8a8a8a;
  --column-gutter: 4rem;
}

.clearfix:before, .clearfix:after, .v65-group:before, .v65-group:after {
  content: " ";
  display: table;
}
.clearfix:after, .v65-group:after {
  clear: both;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hide-text a {
  display: block;
  height: 100%;
}

/*******************************************
  FUNCTIONS
  assets/styles/scss/helpers/_function.scss
*******************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/***********************
FONT FUNCTIONS
***********************/
/*******************************************
  MIXINS
  assets/styles/scss/helpers/_mixins.scss
*******************************************/
/*********************
TRANSITION
*********************/
/* @include transition(all 0.2s ease-in-out); */
/**************************

      Quantity Query

      Allows you to apply different styling based on the number of a certain type
      of element within a shared parent.

      Example below changes the width based on the number of .child class items in a shared parent

      .child {
        display: inline-block;

        @include quantity-query( 1, equal) {
          width: 100%;
        }
        @include quantity-query( 2, equal) {
          width: 46%;
          margin-right: 8%;
          &:last-of-type { margin-right: 0 !important; }
        }
        @include quantity-query( 3, equal) {
          width: 30%;
          margin-right: 5%;
          &:last-of-type { margin-right: 0 !important; }
        }
        @include quantity-query( 4, greater) {
          width: 46%;
          margin-right: 8%;
          &:nth-child(2n+2) { margin-right: 0 !important; }
        }
      }

      https://www.sitepoint.com/using-sass-quantity-queries/

**************************/
/************************

      BREAKPOINT MIXINS

      Example

      .site-header {
          padding: 2rem;
          font-size: 1.8rem;
          @include mq('tablet-wide') {
              padding-top: 4rem;
              font-size: 2.4rem;
          }
      }

*************************/
/************************

      CLEARFIX

      Example

      .container-with-floated-children {
        @extend %clearfix;
      }

      @extend %nowiggle

*************************/
/************************

      HARDWARE

      Simple and effective for when you need to trigger hardware acceleration
      for some animation, keeping everything fast, slick and flicker-free.

*************************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: var(--theme-primary-font);
  background-color: var(--theme-body-bg-color);
  color: var(--theme-body-font-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, form legend, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-rendering: optimizelegibility;
  transition: 0.2s ease-in-out;
  margin: 0 0 0.5em;
  font-family: var(--theme-heading-font);
  font-style: normal;
  font-weight: 400;
  color: #373b3c;
}
h1.feature-title, h2.feature-title, h3.feature-title, h4.feature-title, form legend.feature-title, h5.feature-title, h6.feature-title,
.h1.feature-title, .h2.feature-title, .h3.feature-title, .h4.feature-title, .h5.feature-title, .h6.feature-title {
  text-align: center;
  margin-bottom: 0.9em;
}

h1, .h1 {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 30.0625em) {
  h1, .h1 {
    font-size: 33.2px;
  }
}
@media only screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 42.8px;
  }
}
@media only screen and (min-width: 81.250625em) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 30.0625em) {
  h2, .h2 {
    font-size: 27.4px;
  }
}
@media only screen and (min-width: 48em) {
  h2, .h2 {
    font-size: 31px;
  }
}
@media only screen and (min-width: 64em) {
  h2, .h2 {
    font-size: 34.6px;
  }
}
@media only screen and (min-width: 81.250625em) {
  h2, .h2 {
    font-size: 40px;
  }
}

.h2-fancy {
  font-size: 50px;
  font-family: var(--theme-fancy-font);
  line-height: 1.4;
  letter-spacing: 0;
}
@media only screen and (min-width: 30.0625em) {
  .h2-fancy {
    font-size: 62px;
  }
}
@media only screen and (min-width: 48em) {
  .h2-fancy {
    font-size: 70px;
  }
}
@media only screen and (min-width: 64em) {
  .h2-fancy {
    font-size: 78px;
  }
}
@media only screen and (min-width: 81.250625em) {
  .h2-fancy {
    font-size: 90px;
  }
}

h3, .h3 {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0;
}
@media only screen and (min-width: 30.0625em) {
  h3, .h3 {
    font-size: 26.8px;
  }
}
@media only screen and (min-width: 48em) {
  h3, .h3 {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0.043em;
  }
}
@media only screen and (min-width: 64em) {
  h3, .h3 {
    font-size: 33.2px;
  }
}
@media only screen and (min-width: 81.250625em) {
  h3, .h3 {
    font-size: 38px;
  }
}

h4, form legend, .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 30.0625em) {
  h4, form legend, .h4 {
    font-size: 23.6px;
  }
}
@media only screen and (min-width: 48em) {
  h4, form legend, .h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 64em) {
  h4, form legend, .h4 {
    font-size: 28.4px;
  }
}
@media only screen and (min-width: 81.250625em) {
  h4, form legend, .h4 {
    font-size: 32px;
  }
}

h5, .h5 {
  font-size: 17px;
}
@media only screen and (min-width: 30.0625em) {
  h5, .h5 {
    font-size: 20.9px;
  }
}
@media only screen and (min-width: 48em) {
  h5, .h5 {
    font-size: 23.5px;
  }
}
@media only screen and (min-width: 64em) {
  h5, .h5 {
    font-size: 26.1px;
  }
}
@media only screen and (min-width: 81.250625em) {
  h5, .h5 {
    font-size: 30px;
  }
}

h6, .h6 {
  font-size: 18px;
}
@media only screen and (min-width: 30.0625em) {
  h6, .h6 {
    font-size: 18.6px;
  }
}
@media only screen and (min-width: 48em) {
  h6, .h6 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 64em) {
  h6, .h6 {
    font-size: 19.4px;
  }
}
@media only screen and (min-width: 81.250625em) {
  h6, .h6 {
    font-size: 20px;
  }
}

button,
.button {
  font-size: 14px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 30.0625em) {
  button,
  .button {
    font-size: 15.2px;
  }
}
@media only screen and (min-width: 48em) {
  button,
  .button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 64em) {
  button,
  .button {
    font-size: 16.8px;
  }
}
@media only screen and (min-width: 81.250625em) {
  button,
  .button {
    font-size: 18px;
  }
}

.subtitle {
  font-size: 15px;
  font-family: var(--heading-font-family);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 90.0625em) {
  .subtitle {
    font-size: 17px;
  }
}

.overline {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .overline {
    font-size: 15px;
  }
}
.overline + h1, .overline + h2, .overline + h3 {
  margin-top: 0.5rem;
}
.overline.overline-margin {
  margin-bottom: 1rem;
}

p,
.p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 30.0625em) {
  p,
  .p {
    font-size: 15.2px;
  }
}
@media only screen and (min-width: 48em) {
  p,
  .p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 64em) {
  p,
  .p {
    font-size: 16.8px;
  }
}
@media only screen and (min-width: 81.250625em) {
  p,
  .p {
    font-size: 18px;
  }
}

ul, ol, dl {
  font-size: 14px;
  margin: 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 30.0625em) {
  ul, ol, dl {
    font-size: 15.2px;
  }
}
@media only screen and (min-width: 48em) {
  ul, ol, dl {
    font-size: 16px;
  }
}
@media only screen and (min-width: 64em) {
  ul, ol, dl {
    font-size: 16.8px;
  }
}
@media only screen and (min-width: 81.250625em) {
  ul, ol, dl {
    font-size: 18px;
  }
}

q, .q {
  font-style: italic;
  line-height: 1.45;
  margin-bottom: 5px;
}
@media only screen and (min-width: 30.0625em) {
  q, .q {
    font-size: 17.8px;
  }
}
@media only screen and (min-width: 48em) {
  q, .q {
    font-size: 19px;
  }
}
@media only screen and (min-width: 64em) {
  q, .q {
    font-size: 20.2px;
  }
}
@media only screen and (min-width: 81.250625em) {
  q, .q {
    font-size: 22px;
  }
}

a {
  color: var(--theme-primary-accent-color);
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  /** disabled link styling **/
}
a:hover {
  text-decoration: underline;
}
a.bread-parent-389, a.bread-parent-399, a.bread-parent-407 {
  opacity: 0.5;
  cursor: normal;
}
a.bread-parent-389:hover, a.bread-parent-399:hover, a.bread-parent-407:hover {
  text-decoration: none;
}

.cta_text {
  text-decoration: none;
  font-size: 16px;
  color: var(--theme-primary-accent-color);
  font-weight: 400;
  text-transform: uppercase;
}

b,
.weight-heavy {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-primary {
  font-weight: 400;
}

.font-mid {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 800;
}

.font-heading {
  font-family: var(--theme-heading-font);
  letter-spacing: 1px;
}

/************************************************************
Basic layout, font, sizing, etc.
************************************************************/
section.content-block.ww__testimonial .section-heading h2, section.content-block.ww__feature_card .headings-container .h2-fancy, section.content-block.ww__column .col_item_premade_single_column .heading-container h2 {
  letter-spacing: 0;
  font-family: "Luxurious Script", cursive;
}

section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__info .c7-product__title a, section.content-block.ww__c7-collection .heading-container .heading, section.content-block.ww__c7-product .heading-container .heading, section.content-block.ww__c7-form h2, section.content-block.ww__feature_card .text-container h3, section.content-block.ww__feature_card .text-container h2, section.content-block.ww__feature_card .headings-container h3, section.content-block.ww__feature_card .headings-container h2, .feature_banner_container .banner_text_col .banner_text h3, .feature_banner_container .banner_text_col .banner_text h2, section.content-block.ww__faq .js-accordion__header, section.content-block.ww__faq .faq-heading, section.content-block.ww__column.product-section .col_item_header h2, section.content-block.ww__column .col_item_premade_two_column .subheading-container h5, section.content-block.ww__column .col_item_premade_two_column .heading-container h2, section.content-block.ww__column .col_item_premade_single_column .subheading-container h3, section.content-block.ww__column .col_item.col_item_c7_form h2, section.content-block.ww__column .col_item.col_item_subheader h3, section.content-block.ww__column .col_item.col_item_header h2 {
  font-family: "Berling", serif;
}

section.content-block.ww__c7-reservation .countdown__container .countdown__timer .countdown-item,
section.content-block.ww__c7-reservation .countdown__container .countdown__timer span, section.content-block.ww__testimonial .testimonial-wrapper .attribution, section.content-block.ww__instagram .follow-us-container .socials, section.content-block.ww__explore_more .explore-more-item .text-container .text a, section.content-block.ww__countdown-timer.normal .countdown__container .countdown__timer .countdown-item, section.content-block.ww__countdown-timer.normal .countdown__container .countdown__timer span, section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__timer .countdown-item, section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__timer span, .content_block.single-recipe .sm-inner .time-needed-container, .breadcrumbs, .blog-pagination .page-numbers, .categories .categories_inner a, .c7-button-alt, .button.primary,
.c7-btn, .c7-btn.c7-btn--primary, .button {
  font-family: "sweet-sans-pro", sans-serif;
}

.br-responsive {
  display: none;
}
@media only screen and (min-width: 48em) {
  .br-responsive {
    display: block;
  }
}

form {
  margin-bottom: var(--paragraph-margin-bottom);
}
form.v65-form {
  font-size: var(--paragraph-font-size);
}
form p, form div, form label, form input {
  display: block;
  font-size: 1em;
}
form fieldset {
  border: 0;
  margin-bottom: 1rem;
}
form label {
  color: var(--label-color);
  font-style: italic;
  font-size: 0.75rem;
}
form input {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 0.7rem 0.2rem;
}
@media only screen and (min-width: 48em) {
  form input {
    padding: 0.563rem 0.2rem;
  }
}
form input[type=checkbox], form input[type=radio] {
  display: inline-block;
}
form textarea {
  border-color: var(--textarea-border-color);
}
@media only screen and (min-width: 48em) {
  form.v65-customForm input[type=button], form.v65-customForm button {
    max-width: 100%;
    width: 8.75rem;
  }
}
form .error label {
  color: #cf2a0e;
}
form .error input, form .error textarea {
  border-color: #cf2a0e;
}

table {
  font-size: var(--paragraph-font-size);
  margin-bottom: var(--paragraph-margin-bottom);
}
table.table-with-border {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: var(--paragraph-margin-bottom);
}
table.table-with-border td, table.table-with-border th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}
table.table-with-border caption {
  display: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

hr {
  border: var(--hr-border-style) var(--hr-border-color);
  border-width: var(--hr-border-width) 0 0;
  clear: both;
  height: 0;
  margin: var(--hr-margin) 0;
}

.small-copy {
  font-size: 16px;
}
@media only screen and (min-width: 48em) {
  .small-copy {
    font-size: 18px;
  }
}

.close {
  padding: 0;
  background: none;
  border: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: solid 2px #a3937a;
  border-radius: 0;
  box-shadow: none;
  color: var(--theme-body-font-color);
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  height: 40px;
  line-height: 25px;
  margin-bottom: 0;
  padding: 5px 18px;
  text-align: left;
  width: 100%;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 34px;
  line-height: 0;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 44px;
  z-index: 1;
  background-color: #fff;
}
@media only screen and (min-width: 48em) {
  .slick-prev, .slick-next {
    width: 92px;
    height: 59px;
  }
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
}
.slick-prev::before, .slick-next::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 16px;
}
@media only screen and (min-width: 48em) {
  .slick-prev::before, .slick-next::before {
    height: 15px;
    width: 24px;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  background-image: url("assets/images/icon-arrow-left.svg");
}

.slick-next {
  right: 0;
}
.slick-next::before {
  background-image: url("assets/images/icon-arrow-right.svg");
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 2rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:first-of-type {
  margin-left: 0;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li button {
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  -webkit-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  border: 1px solid #000;
  color: transparent;
  background: transparent;
  padding: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #000;
  border: 1px solid #000;
}
.slick-dots li.slick-active button {
  background-color: #000;
  border: 1px solid #000;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 25px;
  bottom: 1rem;
  z-index: 10;
  padding: 0;
  opacity: 1;
  background: none;
  border: 0;
  cursor: pointer;
  color: #333;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus {
  color: #000;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "";
  display: block;
  background-image: url("assets/images/icon-pause.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "";
  display: block;
  background-image: url("assets/images/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

/*******************************************
  ICON FONT
  assets/styles/scss/global/_iconfont.scss
*******************************************/
@font-face {
  font-family: "icon-fonts";
  src: url("assets/fonts/icons/icomoon.eot?h3rhk8");
  src: url("assets/fonts/icons/icomoon.eot?h3rhk8#iefix") format("embedded-opentype"), url("assets/fonts/icons/icomoon.ttf?h3rhk8") format("truetype"), url("assets/fonts/icons/icomoon.woff?h3rhk8") format("woff"), url("assets/fonts/icons/icon-fonts.svg?h3rhk8#icon-fonts") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon-fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-filter:before {
  content: "\e90b";
}

.icon-long-arrow-down:before {
  content: "\e900";
}

.icon-long-arrow-up:before {
  content: "\e901";
}

.icon-account:before {
  content: "\e971";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-email:before {
  content: "\e905";
}

.icon-cart:before {
  content: "";
  background-image: url(assets/images/Header/Cart%20Icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 100%;
  display: inline-block;
}

.icon-bottle:before {
  content: "\e907";
}

.icon-long-arrow-right:before {
  content: "\e908";
}

.icon-times:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-wine:before {
  content: "\ea97";
}

.icon-caret:before {
  content: "\ea98";
}

.icon-close:before {
  content: "\ea99";
}

.icon-download:before {
  content: "\ea9a";
}

.icon-label:before {
  content: "\ea9b";
}

.icon-minus:before {
  content: "\ea9c";
}

.icon-pause:before {
  content: "\ea9d";
}

.icon-phone:before {
  content: "\ea9e";
}

.icon-pinterest:before {
  content: "\ea9f";
}

.icon-play:before {
  content: "\eaa0";
}

.icon-plus:before {
  content: "\eaa1";
}

.icon-selector:before {
  content: "\eaa2";
}

.icon-shelftalker:before {
  content: "\eaa3";
}

.icon-specs:before {
  content: "\eaa4";
}

.icon-star:before {
  content: "\eaa5";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-vivino:before {
  content: "\eaa7";
}

.icon-tasting:before {
  content: "\eaa8";
}

.icon-club:before {
  content: "\eaa9";
}

.icon-event:before {
  content: "\eaaa";
}

.icon-recipe:before {
  content: "\eaab";
}

.icon-post:before {
  content: "\eaac";
}

.icon-arrow-right:before {
  content: "\eaad";
}

.icon-arrow-left:before {
  content: "\eaae";
}

.icon-search:before {
  content: "\e90a";
}

.icon-star-under:before {
  content: "\e9d9";
}

.icon-star-over:before {
  content: "\e9d9";
}

.phone {
  line-height: 1rem;
  margin-left: 1.5rem;
  padding-left: 1.25rem;
  position: relative;
}
.phone:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  bottom: 0;
  background: url("../images/icon-phone.svg") center left no-repeat;
  height: 1rem;
  width: 1rem;
}
.phone a {
  text-decoration: none;
}

.map {
  padding: 0 2rem;
  position: relative;
}
.map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../images/icon-map-marker.svg") top left no-repeat;
  height: 1.5rem;
  width: 1rem;
}
.map a {
  display: block;
}

.social {
  text-align: right;
}
.social ul {
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}

header {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.1s ease;
  z-index: 999;
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  header {
    z-index: 99999;
    display: block;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
  }
}
.mobile-nav-active header {
  background-color: var(--mobile-nav-background-color);
}
header .content-wrapper {
  margin: 0 auto;
  padding: 0.25em 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  width: 90%;
}
@media only screen and (min-width: 64em) {
  header .content-wrapper {
    margin: 0 auto;
  }
}
header .mobile-main-menu {
  display: none;
  font-size: var(--theme-p-size);
  font-family: "sweet-sans-pro", sans-serif;
  position: absolute;
  z-index: inherit;
  background-color: inherit;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 1em 5%;
  height: 100vh;
}
header .mobile-main-menu .menu {
  padding: 0;
  margin: 0;
}
header .mobile-main-menu li {
  list-style: none;
  padding: 8px 0;
}
header .mobile-main-menu li.menu-item-has-children > span {
  justify-content: flex-start;
  align-items: center;
}
header .mobile-main-menu li.menu-item-has-children > span .drop-down-arrows {
  margin: 0px 0px 0px 6px;
}
header .mobile-main-menu a {
  color: #4b413b;
  text-decoration: none;
  text-transform: uppercase;
}
header .mobile-main-menu a:hover {
  text-decoration: none;
}
header .mobile-main-menu a.opened {
  color: #424D18;
}
header .mobile-main-menu .sub-menu {
  display: none;
}
header .mobile-main-menu .opened {
  display: block;
}
header .logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
}
@media only screen and (min-width: 48em) {
  header .logo-link {
    width: 25%;
  }
}
@media only screen and (min-width: 64em) {
  header .logo-link {
    width: 20%;
    margin-right: 1em;
  }
}
header .header-right {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 64em) {
  header .header-right {
    order: 2;
    width: 10%;
    margin-left: 1em;
  }
}
header .header-right .view-cart {
  position: relative;
  margin-left: 10px;
}
header .header-right .view-cart .c7-user-nav__cart__title {
  content: "";
  background-image: url(assets/images/Header/Cart%20Icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  display: inline-block;
}
header .header-right .icon-cart {
  min-width: 30px;
  min-height: 30px;
  position: absolute;
}
@media only screen and (min-width: 64em) {
  header .mobile-hamburger {
    display: none;
  }
  header .desktop-header {
    display: flex;
    width: 100%;
    height: 85px;
  }
}

.mobile-hamburger {
  display: flex;
  width: 25%;
}
@media only screen and (max-width: 63.9375em) {
  .mobile-hamburger {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
}
.mobile-hamburger .menu-icon {
  cursor: pointer;
  position: absolute;
}
.mobile-hamburger .menu-icon .navicon {
  background: currentColor;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.1s linear;
  width: 25px;
}
.mobile-hamburger .menu-icon .navicon:before, .mobile-hamburger .menu-icon .navicon:after {
  background: currentColor;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.1s linear;
  width: 100%;
}
.mobile-hamburger .menu-icon .navicon:after {
  top: -10px;
}
.mobile-hamburger .menu-icon .navicon:before {
  top: 10px;
}
.mobile-hamburger .menu-btn {
  opacity: 0;
  width: 27px;
  height: 27px;
}
.mobile-hamburger .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.mobile-hamburger .menu-btn:checked ~ .menu-icon .navicon::before {
  transform: rotate(-45deg);
}
.mobile-hamburger .menu-btn:checked ~ .menu-icon .navicon::after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.rotate-icon {
  transform: rotate(-180deg);
}

.lock-scroll {
  overflow: hidden;
}

.announcement_bar {
  color: #373b3c;
  align-items: center;
  justify-content: center;
  display: flex !important;
  background-color: #f4f1eb;
  padding: 10px 0px;
}
.announcement_bar p {
  color: #373b3c;
  width: 90%;
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
}
.announcement_bar p a {
  font-size: var(--theme-pmin-size);
  color: #373b3c;
}
@media only screen and (min-width: 48em) {
  .announcement_bar p {
    font-size: var(--theme-p-size);
  }
  .announcement_bar p a {
    font-size: var(--theme-p-size);
  }
}

#wpadminbar {
  display: block !important;
}

.primary-navigation-wrapper {
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  background: var(--mobile-nav-background-color);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 63.9375em) {
  .primary-navigation-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 50;
    padding-bottom: 5rem;
    padding-top: 7.5rem;
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .primary-navigation-wrapper {
    background: none;
    border-left: 0;
    padding: 0;
    position: relative;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 63.9375em) {
  .mobile-nav-active .primary-navigation-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    z-index: -1;
  }
}
@media only screen and (min-width: 64em) {
  .header-type-2 .primary-navigation-wrapper {
    padding-left: 2rem;
    flex-grow: 1;
    text-align: right;
  }
}
.primary-navigation-wrapper nav > ul {
  display: flex;
  padding: 0;
  margin: 0;
  height: 100%;
}
@media only screen and (min-width: 64em) {
  .primary-navigation-wrapper nav > ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (max-width: 63.9375em) {
  .primary-navigation-wrapper nav > ul {
    display: flex;
    flex-direction: column;
  }
}
.primary-navigation-wrapper nav > ul > li {
  list-style: none;
  position: relative;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .primary-navigation-wrapper nav > ul > li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 64em) {
  .primary-navigation-wrapper nav > ul > li {
    margin: 0 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > a {
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .primary-navigation-wrapper nav > ul > li > ul {
    top: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .primary-navigation-wrapper nav > ul > li > ul {
    width: 100%;
    order: 3;
  }
}
.primary-navigation-wrapper nav > ul > li:hover > a {
  background-image: url(assets/images/Header/HoverIcon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.primary-navigation-wrapper nav > ul > li:hover > .sub-menu {
  display: block;
  z-index: 999;
}
.primary-navigation-wrapper nav > ul > li:hover > .sub-menu a {
  background-color: transparent !important;
  border-radius: 0;
  padding: 0;
  transition: none;
  width: 100%;
  height: 100%;
  color: var(--theme-primary-accent-color);
  text-transform: uppercase;
}
.primary-navigation-wrapper nav > ul > li:last-of-type {
  min-height: initial;
  min-width: initial;
  display: flex;
  align-items: center;
}
.primary-navigation-wrapper nav > ul > li:last-of-type:hover a {
  background-image: none;
  background-color: #4b413b;
}
.primary-navigation-wrapper nav > ul > li:last-of-type > a {
  width: auto;
  height: auto;
  padding: 0.5em 0.75em;
  border-radius: 5px;
  background-color: #424D18;
  color: #ffffff;
  min-width: 0;
  min-height: 0;
}
@media only screen and (min-width: 64em) {
  .primary-navigation-wrapper nav > ul > li > a {
    min-width: 50px;
    min-height: 50px;
  }
}
.primary-navigation-wrapper nav ul {
  font-size: var(--theme-p-size);
  font-weight: 400;
  text-transform: uppercase;
}
.primary-navigation-wrapper nav ul ul {
  -webkit-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  background: #000;
  border-left: 1.5px solid var(--primary-navigation-anchor-color-hover);
  list-style: none;
  min-width: 11rem;
  opacity: 0;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-align: left;
  visibility: hidden;
  text-transform: none;
}
@media only screen and (min-width: 64em) {
  .primary-navigation-wrapper nav ul ul {
    padding: 0.5em;
    background-color: #f4f1eb;
    min-width: 160px;
    position: absolute;
    z-index: 999;
  }
}
@media only screen and (min-width: 81.250625em) {
  .primary-navigation-wrapper nav ul ul {
    min-width: 176px;
  }
}
.primary-navigation-wrapper nav li {
  position: relative;
}
@media only screen and (min-width: 64em) {
  .primary-navigation-wrapper nav li.v65-home {
    display: none;
  }
}
.primary-navigation-wrapper nav li.menu-item-has-children > a {
  position: relative;
}
.primary-navigation-wrapper nav li.menu-item-has-children > button {
  display: inline-block;
  background-color: transparent;
  border: none;
  line-height: 1;
  padding: 6px;
  transition: all 200ms;
  stroke: #000;
  position: relative;
}
.primary-navigation-wrapper nav li.menu-item-has-children > button:focus {
  outline-offset: -3px;
  transition: all 200ms;
  outline: blue 2px solid;
}
.primary-navigation-wrapper nav li.open > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
.primary-navigation-wrapper nav li.open > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 63.9375em) {
  .primary-navigation-wrapper nav li.open > ul {
    position: relative;
    background: transparent;
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .primary-navigation-wrapper nav li.open > ul li {
    border-bottom: none;
  }
}
.primary-navigation-wrapper nav li:hover > button, .primary-navigation-wrapper nav li:focus > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
@media only screen and (min-width: 64em) {
  .primary-navigation-wrapper nav li:hover ul, .primary-navigation-wrapper nav li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}
.primary-navigation-wrapper nav li li {
  padding: 0;
}
@media only screen and (max-width: 63.9375em) {
  .primary-navigation-wrapper nav li li {
    padding: 8px 0;
  }
}
.primary-navigation-wrapper nav li li a {
  justify-content: flex-start;
}
.primary-navigation-wrapper nav li li a:hover {
  text-decoration: underline;
}
.primary-navigation-wrapper nav a {
  text-transform: uppercase;
  font-family: "sweet-sans-pro", sans-serif;
  font-family: "sweet-sans-pro", sans-serif;
  text-decoration: none;
  transition: none;
}
@media only screen and (min-width: 64em) {
  .primary-navigation-wrapper nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: var(--theme-pmin-size);
    font-size: 14px;
  }
}
.primary-navigation-wrapper nav .current-menu-item > a, .primary-navigation-wrapper nav .current-menu-parent > a, .primary-navigation-wrapper nav .hover > a {
  color: var(--primary-navigation-anchor-color-hover);
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-navigation {
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .secondary-navigation {
    float: left;
    padding: 4rem var(--column-gutter)/2 0;
    width: 26%;
  }
}
@media only screen and (min-width: 61.3125em) {
  .secondary-navigation {
    padding-left: 6%;
  }
}
@media only screen and (min-width: 48em) {
  .secondary-navigation.active {
    position: fixed;
    top: 0;
  }
}
.secondary-navigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0;
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .secondary-navigation .page-title {
    display: none;
  }
}
.secondary-navigation .page-title:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.secondary-navigation #toggle-mobile-dropdown {
  display: none;
}
.secondary-navigation #toggle-mobile-dropdown:checked + label:after {
  border-bottom: 5px solid #333;
  border-top: 0;
}
.secondary-navigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}
.secondary-navigation ul {
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: var(--secondary-navigation-background-color-mobile);
  border: 1px solid var(--secondary-navigation-border-color-mobile);
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 1;
}
@media only screen and (min-width: 48em) {
  .secondary-navigation ul {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.secondary-navigation ul ul {
  margin-left: 1rem;
}
.secondary-navigation a {
  color: var(--secondary-navigation-anchor-color);
  display: block;
  padding: 0.7rem 1rem;
}
@media only screen and (min-width: 48em) {
  .secondary-navigation a {
    padding: 0.35em 0;
  }
}
.secondary-navigation a:hover {
  color: var(--secondary-navigation-anchor-color) -hover;
}
.secondary-navigation .v65-leftSelected {
  color: var(--secondary-navigation-anchor-color) -hover;
}

.footer__menu {
  font-size: var(--theme-p-size);
  font-family: "sweet-sans-pro", sans-serif;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .footer__menu {
    width: 69%;
    margin: 0;
  }
}
.footer__menu .menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 64em) {
  .footer__menu .menu {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer__menu li {
  list-style: none;
  padding: 0.33em 0;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .footer__menu li {
    padding: 0;
  }
}
.footer__menu li span {
  justify-content: space-between;
}
@media only screen and (max-width: 63.9375em) {
  .footer__menu li span {
    display: flex;
  }
}
.footer__menu li.menu-item-has-children > span > a {
  position: relative;
}
.footer__menu li.menu-item-has-children > span > button {
  display: inline-block;
  background-color: transparent;
  border: none;
  line-height: 1;
  padding: 6px;
  transition: all 200ms;
  stroke: #000;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.footer__menu li.menu-item-has-children > span > button:focus {
  outline-offset: 2px;
  transition: all 200ms;
}
@media only screen and (min-width: 64em) {
  .footer__menu li.menu-item-has-children > span > button {
    display: none;
  }
}
.footer__menu li.open > span > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
@media only screen and (max-width: 63.9375em) {
  .footer__menu li.open > span > a {
    color: #424D18;
  }
}
.footer__menu li.open > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 63.9375em) {
  .footer__menu li.open > ul {
    position: relative;
    background: transparent;
  }
  .footer__menu li.open > ul li {
    border-bottom: none;
  }
}
.footer__menu li:hover > span > button, .footer__menu li:focus > span > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
@media only screen and (min-width: 64em) {
  .footer__menu li:hover ul, .footer__menu li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}
.footer__menu a {
  font-size: 22px;
  text-align: left;
  color: #4b413b;
  text-decoration: none;
  text-transform: uppercase;
}
.footer__menu a:hover {
  text-decoration: none;
}
.footer__menu button {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer__menu .sub-menu {
  display: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .footer__menu .sub-menu {
    display: block;
    padding: 0;
  }
}
@media only screen and (min-width: 64em) {
  .footer__menu .sub-menu a {
    font-size: 14px;
  }
}

.wine-menu__title {
  text-transform: uppercase;
  text-align: center;
  font-family: var(--theme-heading-font);
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  .wine-menu__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 64em) {
  .wine-menu__title {
    font-size: 22px;
  }
}
.wine-menu__menu {
  margin-bottom: 1.5rem;
}
.wine-menu__menu ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
}
.wine-menu__menu li {
  list-style: none;
  padding: 0.25em 1rem;
}
.wine-menu__menu li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wine-menu__menu li a {
  text-align: center;
  color: #4b413b;
  text-decoration: none;
}
.wine-menu__menu li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mobile-nav-toggle {
  background: transparent;
  color: var(--mobile-nav-toggle-color);
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 25px;
  line-height: 16px;
  height: 16px;
  text-transform: uppercase;
  z-index: 20;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 64em) {
  .mobile-nav-toggle {
    display: none;
  }
}
.c7-cart-open .mobile-nav-toggle {
  z-index: 0;
}
.mobile-nav-active .mobile-nav-toggle span {
  background: none;
}
.mobile-nav-active .mobile-nav-toggle span:before, .mobile-nav-active .mobile-nav-toggle span:after {
  transition-delay: 0s, var(--global-transition-duration);
}
.mobile-nav-active .mobile-nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile-nav-active .mobile-nav-toggle span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile-nav-toggle span {
  transition: background 0s var(--global-transition-duration);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #000;
  display: block;
  height: 2px;
  position: absolute;
  top: 32%;
  right: 0;
  bottom: 0;
  width: 25px;
}
.mobile-nav-toggle span:before, .mobile-nav-toggle span:after {
  transition-duration: var(--global-transition-duration), var(--global-transition-duration);
  transition-delay: var(--global-transition-duration), 0s;
  background: #000;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}
.mobile-nav-toggle span:before {
  transition-property: top, transform;
  top: -10px;
}
.mobile-nav-toggle span:after {
  transition-property: bottom, transform;
  bottom: -10px;
}

@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
  *:hover {
    transition: none !important;
  }
  *:hover * {
    transition: none !important;
  }
  *:before, *:after {
    transition: none !important;
  }
}
@media only screen and (min-width: 48em) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .desktop-only {
    display: none;
  }
}

@media print {
  .no-print {
    display: none;
  }
}
.popup {
  display: none;
}
.popup * {
  box-sizing: border-box;
}
.popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 29;
}
.popup .popup-wrapper {
  position: fixed;
  z-index: 1000;
  max-height: 100vh;
  background: #fff;
  max-width: 570px;
  width: calc(100% - 2rem);
  overflow-y: auto;
  color: #000;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup-wrapper-content {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .popup .popup-wrapper-content {
    padding: 3.75rem;
  }
}
.popup.is-open {
  display: block;
}
.popup[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 48em) {
  .popup .h4 {
    font-size: 30px;
  }
}
.popup p {
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  .popup p {
    font-size: 18px;
  }
}
.popup p:last-of-type {
  margin-bottom: 0;
}
.popup .linkBtn, .popup .gform_wrapper form input[type=submit], .gform_wrapper form .popup input[type=submit] {
  display: block;
  width: 100%;
}
.popup .close-popup {
  position: absolute;
  width: 15px;
  top: 1rem;
  right: 1rem;
  z-index: 7;
  cursor: pointer;
  line-height: 1;
}

/*Age Gate */
.custom-AgeGate {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  transition: 0.3s;
  display: none;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.custom-AgeGate.is-open {
  display: block;
}
.custom-AgeGate[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.custom-AgeGate[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.custom-AgeGate__Content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  border: 1px solid #000;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;
  padding: 2rem;
  max-width: 570px;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 48em) {
  .custom-AgeGate__Content {
    padding: 3.75rem;
  }
}
.custom-AgeGate__Content--logo {
  max-width: 204px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.custom-AgeGate__Content .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 48em) {
  .custom-AgeGate__Content .h4 {
    font-size: 30px;
  }
}
.custom-AgeGate__Content p {
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  .custom-AgeGate__Content p {
    font-size: 18px;
  }
}
.custom-AgeGate__Content input[type=checkbox] {
  vertical-align: text-bottom;
  margin: 0 0 0.1em;
}
.custom-AgeGate__Buttons {
  text-align: center;
}

.section-404 {
  text-align: center;
}

.total-tree {
  margin: 5% 0 !important;
}
@media only screen and (min-width: 81.250625em) {
  .total-tree {
    margin: 50px 0 !important;
  }
}
.total-tree #total-tree {
  margin: 0;
}

@media (max-width: 500px) {
  #noteefy-widget {
    max-width: calc(100% - 105px);
  }
}
.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit],
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  height: auto;
  line-height: 1;
  padding: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  .modalBtn, .modalLinkBtn,
  .defaultBtn, .linkBtn, .gform_wrapper form input[type=submit],
  .largeBtn, .largeLinkBtn,
  .altModalBtn, .modalLinkAltBtn,
  .altBtn, .linkAltBtn,
  .altLargeBtn {
    padding: 0.55em 1.5em 0.65em;
  }
}
.modalBtn:hover, .modalBtn:active, .modalBtn:focus, .modalLinkBtn:hover, .modalLinkBtn:active, .modalLinkBtn:focus,
.defaultBtn:hover,
.defaultBtn:active,
.defaultBtn:focus, .linkBtn:hover, .gform_wrapper form input[type=submit]:hover, .linkBtn:active, .gform_wrapper form input[type=submit]:active, .linkBtn:focus, .gform_wrapper form input[type=submit]:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus,
.altModalBtn:hover,
.altModalBtn:active,
.altModalBtn:focus, .modalLinkAltBtn:hover, .modalLinkAltBtn:active, .modalLinkAltBtn:focus,
.altBtn:hover,
.altBtn:active,
.altBtn:focus, .linkAltBtn:hover, .linkAltBtn:active, .linkAltBtn:focus,
.altLargeBtn:hover,
.altLargeBtn:active,
.altLargeBtn:focus {
  text-decoration: none;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit],
.largeBtn, .largeLinkBtn {
  background: var(--button-primary-background);
  color: var(--button-primary-color);
  border: 1px solid var(--button-primary-border-color);
  font-style: var(--button-primary-font-style);
}
.modalBtn:hover, .modalBtn:active, .modalBtn:focus, .modalLinkBtn:hover, .modalLinkBtn:active, .modalLinkBtn:focus,
.defaultBtn:hover,
.defaultBtn:active,
.defaultBtn:focus, .linkBtn:hover, .gform_wrapper form input[type=submit]:hover, .linkBtn:active, .gform_wrapper form input[type=submit]:active, .linkBtn:focus, .gform_wrapper form input[type=submit]:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus {
  background: var(--button-primary-background-hover);
  color: var(--button-primary-color-hover);
  border-color: var(--button-primary-border-color-hover);
}

.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .altLargeBtn {
  background: var(--button-alt-background);
  color: var(--button-alt-color);
  border: 1px solid var(--button-alt-border-color);
  font-style: var(--button-alt-font-style);
}
.altModalBtn:hover, .altModalBtn:active, .altModalBtn:focus, .modalLinkAltBtn:hover, .modalLinkAltBtn:active, .modalLinkAltBtn:focus,
.altBtn:hover,
.altBtn:active,
.altBtn:focus, .linkAltBtn:hover, .linkAltBtn:active, .linkAltBtn:focus, .altLargeBtn:hover, .altLargeBtn:active, .altLargeBtn:focus {
  background: var(--button-alt-background-hover);
  color: var(--button-alt-color-hover);
  border-color: var(--button-alt-border-color-hover);
}

.modalBtn, .modalLinkBtn, .altModalBtn, .modalLinkAltBtn {
  font-size: var(--modal-button-font-size);
}

.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .altBtn, .linkAltBtn {
  font-size: var(--button-font-size);
  font-style: var(--button-alt-font-style);
}

.largeBtn, .largeLinkBtn, .altLargeBtn {
  font-size: var(--button-font-size);
}
@media only screen and (min-width: 48em) {
  .largeBtn, .largeLinkBtn, .altLargeBtn {
    font-size: var(--large-button-font-size);
  }
}

.linkBtnUnderlined {
  font-weight: 500;
  letter-spacing: 0.11em;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  text-decoration: none;
  font-family: var(--heading-font-family);
}
.linkBtnUnderlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  width: 100%;
  background-color: #000;
}
.linkBtnUnderlined:hover, .linkBtnUnderlined:focus {
  text-decoration: none;
}

.unstyledBtn {
  padding: 0;
  background: none;
  border: 0;
}

.button-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  column-gap: 1rem;
}

/*********************
BUTTON DEFAULTS
*********************/
.c7-button-alt, .button.primary,
.c7-btn, .c7-btn.c7-btn--primary, .button {
  border-style: solid;
  border-radius: 30px;
  border-width: 3px !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.053em;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  padding: 14px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.c7-button-alt:hover,
.c7-btn:hover, .button:hover, .c7-button-alt:focus,
.c7-btn:focus, .button:focus {
  text-decoration: none;
}
.c7-button-alt:hover,
.c7-btn:hover, .button:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

section.content-block.ww__instagram .follow-us-container .socials a, section.content-block.ww__contact_us .contact-location-container .text-container a, .post-navigation .text-info a, .blog-posts .blog-post .post-text .post-readmore, .wente-button {
  font-family: "sweet-sans-pro", sans-serif;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  border: none;
  color: #373b3c;
  letter-spacing: 0.15em;
}

section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button, section.content-block.ww__c7-collection .button-link-container, section.content-block.ww__c7-product .button-link-container, section.content-block.ww__recipes .recipe-card .fancy-button, section.content-block.ww__hero .hero-content .fancy-button, section.content-block.ww__feature_card .fancy-button, .feature_banner_container .banner_text_col .banner_text .fancy-button, section.content-block.ww__column .fancy-button, section.content-block.ww__column .col_item_premade_two_column .button-link-container, section.content-block.ww__column .col_item_premade_single_column .button-link-container, .content_block.single-recipe .sm-inner .fancy-button, .product-drilldown .c7-product-find-our-wines .button-link-container, .event-item .event-details .fancy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 5% 0;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button a, section.content-block.ww__c7-collection .button-link-container a, section.content-block.ww__c7-product .button-link-container a, section.content-block.ww__recipes .recipe-card .fancy-button a, section.content-block.ww__hero .hero-content .fancy-button a, section.content-block.ww__feature_card .fancy-button a, .feature_banner_container .banner_text_col .banner_text .fancy-button a, section.content-block.ww__column .fancy-button a, section.content-block.ww__column .col_item_premade_two_column .button-link-container a, section.content-block.ww__column .col_item_premade_single_column .button-link-container a, .content_block.single-recipe .sm-inner .fancy-button a, .product-drilldown .c7-product-find-our-wines .button-link-container a, .event-item .event-details .fancy-button a, section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button span, section.content-block.ww__c7-collection .button-link-container span, section.content-block.ww__c7-product .button-link-container span, section.content-block.ww__recipes .recipe-card .fancy-button span, section.content-block.ww__hero .hero-content .fancy-button span, section.content-block.ww__feature_card .fancy-button span, .feature_banner_container .banner_text_col .banner_text .fancy-button span, section.content-block.ww__column .fancy-button span, section.content-block.ww__column .col_item_premade_two_column .button-link-container span, section.content-block.ww__column .col_item_premade_single_column .button-link-container span, .content_block.single-recipe .sm-inner .fancy-button span, .product-drilldown .c7-product-find-our-wines .button-link-container span, .event-item .event-details .fancy-button span {
  font-family: "sweet-sans-pro", sans-serif;
  font-size: var(--theme-pmin-size);
  color: #ffffff;
  letter-spacing: 0.0725em;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button a, section.content-block.ww__c7-collection .button-link-container a, section.content-block.ww__c7-product .button-link-container a, section.content-block.ww__recipes .recipe-card .fancy-button a, section.content-block.ww__hero .hero-content .fancy-button a, section.content-block.ww__feature_card .fancy-button a, .feature_banner_container .banner_text_col .banner_text .fancy-button a, section.content-block.ww__column .fancy-button a, section.content-block.ww__column .col_item_premade_two_column .button-link-container a, section.content-block.ww__column .col_item_premade_single_column .button-link-container a, .content_block.single-recipe .sm-inner .fancy-button a, .product-drilldown .c7-product-find-our-wines .button-link-container a, .event-item .event-details .fancy-button a, section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button span, section.content-block.ww__c7-collection .button-link-container span, section.content-block.ww__c7-product .button-link-container span, section.content-block.ww__recipes .recipe-card .fancy-button span, section.content-block.ww__hero .hero-content .fancy-button span, section.content-block.ww__feature_card .fancy-button span, .feature_banner_container .banner_text_col .banner_text .fancy-button span, section.content-block.ww__column .fancy-button span, section.content-block.ww__column .col_item_premade_two_column .button-link-container span, section.content-block.ww__column .col_item_premade_single_column .button-link-container span, .content_block.single-recipe .sm-inner .fancy-button span, .product-drilldown .c7-product-find-our-wines .button-link-container span, .event-item .event-details .fancy-button span {
    font-size: var(--theme-p-size);
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.9375em) {
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button a, section.content-block.ww__c7-collection .button-link-container a, section.content-block.ww__c7-product .button-link-container a, section.content-block.ww__recipes .recipe-card .fancy-button a, section.content-block.ww__hero .hero-content .fancy-button a, section.content-block.ww__feature_card .fancy-button a, .feature_banner_container .banner_text_col .banner_text .fancy-button a, section.content-block.ww__column .fancy-button a, section.content-block.ww__column .col_item_premade_two_column .button-link-container a, section.content-block.ww__column .col_item_premade_single_column .button-link-container a, .content_block.single-recipe .sm-inner .fancy-button a, .product-drilldown .c7-product-find-our-wines .button-link-container a, .event-item .event-details .fancy-button a, section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button span, section.content-block.ww__c7-collection .button-link-container span, section.content-block.ww__c7-product .button-link-container span, section.content-block.ww__recipes .recipe-card .fancy-button span, section.content-block.ww__hero .hero-content .fancy-button span, section.content-block.ww__feature_card .fancy-button span, .feature_banner_container .banner_text_col .banner_text .fancy-button span, section.content-block.ww__column .fancy-button span, section.content-block.ww__column .col_item_premade_two_column .button-link-container span, section.content-block.ww__column .col_item_premade_single_column .button-link-container span, .content_block.single-recipe .sm-inner .fancy-button span, .product-drilldown .c7-product-find-our-wines .button-link-container span, .event-item .event-details .fancy-button span {
    line-height: 1;
    font-size: 14px;
  }
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button .button-container, section.content-block.ww__c7-collection .button-link-container .button-container, section.content-block.ww__c7-product .button-link-container .button-container, section.content-block.ww__recipes .recipe-card .fancy-button .button-container, section.content-block.ww__hero .hero-content .fancy-button .button-container, section.content-block.ww__feature_card .fancy-button .button-container, .feature_banner_container .banner_text_col .banner_text .fancy-button .button-container, section.content-block.ww__column .fancy-button .button-container, section.content-block.ww__column .col_item_premade_two_column .button-link-container .button-container, section.content-block.ww__column .col_item_premade_single_column .button-link-container .button-container, .content_block.single-recipe .sm-inner .fancy-button .button-container, .product-drilldown .c7-product-find-our-wines .button-link-container .button-container, .event-item .event-details .fancy-button .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #424D18;
  height: 35px;
  z-index: 1;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button .button-container span, section.content-block.ww__c7-collection .button-link-container .button-container span, section.content-block.ww__c7-product .button-link-container .button-container span, section.content-block.ww__recipes .recipe-card .fancy-button .button-container span, section.content-block.ww__hero .hero-content .fancy-button .button-container span, section.content-block.ww__feature_card .fancy-button .button-container span, .feature_banner_container .banner_text_col .banner_text .fancy-button .button-container span, section.content-block.ww__column .fancy-button .button-container span, section.content-block.ww__column .col_item_premade_two_column .button-link-container .button-container span, section.content-block.ww__column .col_item_premade_single_column .button-link-container .button-container span, .content_block.single-recipe .sm-inner .fancy-button .button-container span, .product-drilldown .c7-product-find-our-wines .button-link-container .button-container span, .event-item .event-details .fancy-button .button-container span {
  height: 100%;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button svg, section.content-block.ww__c7-collection .button-link-container svg, section.content-block.ww__c7-product .button-link-container svg, section.content-block.ww__recipes .recipe-card .fancy-button svg, section.content-block.ww__hero .hero-content .fancy-button svg, section.content-block.ww__feature_card .fancy-button svg, .feature_banner_container .banner_text_col .banner_text .fancy-button svg, section.content-block.ww__column .fancy-button svg, section.content-block.ww__column .col_item_premade_two_column .button-link-container svg, section.content-block.ww__column .col_item_premade_single_column .button-link-container svg, .content_block.single-recipe .sm-inner .fancy-button svg, .product-drilldown .c7-product-find-our-wines .button-link-container svg, .event-item .event-details .fancy-button svg {
  height: 35px;
  width: 20px;
  fill: #424D18;
  stroke: #424D18;
  position: relative;
  font-size: 0px;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button svg:first-of-type, section.content-block.ww__c7-collection .button-link-container svg:first-of-type, section.content-block.ww__c7-product .button-link-container svg:first-of-type, section.content-block.ww__recipes .recipe-card .fancy-button svg:first-of-type, section.content-block.ww__hero .hero-content .fancy-button svg:first-of-type, section.content-block.ww__feature_card .fancy-button svg:first-of-type, .feature_banner_container .banner_text_col .banner_text .fancy-button svg:first-of-type, section.content-block.ww__column .fancy-button svg:first-of-type, section.content-block.ww__column .col_item_premade_two_column .button-link-container svg:first-of-type, section.content-block.ww__column .col_item_premade_single_column .button-link-container svg:first-of-type, .content_block.single-recipe .sm-inner .fancy-button svg:first-of-type, .product-drilldown .c7-product-find-our-wines .button-link-container svg:first-of-type, .event-item .event-details .fancy-button svg:first-of-type {
  left: 2px;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button svg:first-of-type, section.content-block.ww__c7-collection .button-link-container svg:first-of-type, section.content-block.ww__c7-product .button-link-container svg:first-of-type, section.content-block.ww__recipes .recipe-card .fancy-button svg:first-of-type, section.content-block.ww__hero .hero-content .fancy-button svg:first-of-type, section.content-block.ww__feature_card .fancy-button svg:first-of-type, .feature_banner_container .banner_text_col .banner_text .fancy-button svg:first-of-type, section.content-block.ww__column .fancy-button svg:first-of-type, section.content-block.ww__column .col_item_premade_two_column .button-link-container svg:first-of-type, section.content-block.ww__column .col_item_premade_single_column .button-link-container svg:first-of-type, .content_block.single-recipe .sm-inner .fancy-button svg:first-of-type, .product-drilldown .c7-product-find-our-wines .button-link-container svg:first-of-type, .event-item .event-details .fancy-button svg:first-of-type {
    left: 1px;
  }
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button svg:last-of-type, section.content-block.ww__c7-collection .button-link-container svg:last-of-type, section.content-block.ww__c7-product .button-link-container svg:last-of-type, section.content-block.ww__recipes .recipe-card .fancy-button svg:last-of-type, section.content-block.ww__hero .hero-content .fancy-button svg:last-of-type, section.content-block.ww__feature_card .fancy-button svg:last-of-type, .feature_banner_container .banner_text_col .banner_text .fancy-button svg:last-of-type, section.content-block.ww__column .fancy-button svg:last-of-type, section.content-block.ww__column .col_item_premade_two_column .button-link-container svg:last-of-type, section.content-block.ww__column .col_item_premade_single_column .button-link-container svg:last-of-type, .content_block.single-recipe .sm-inner .fancy-button svg:last-of-type, .product-drilldown .c7-product-find-our-wines .button-link-container svg:last-of-type, .event-item .event-details .fancy-button svg:last-of-type {
  right: 2px;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button svg:last-of-type, section.content-block.ww__c7-collection .button-link-container svg:last-of-type, section.content-block.ww__c7-product .button-link-container svg:last-of-type, section.content-block.ww__recipes .recipe-card .fancy-button svg:last-of-type, section.content-block.ww__hero .hero-content .fancy-button svg:last-of-type, section.content-block.ww__feature_card .fancy-button svg:last-of-type, .feature_banner_container .banner_text_col .banner_text .fancy-button svg:last-of-type, section.content-block.ww__column .fancy-button svg:last-of-type, section.content-block.ww__column .col_item_premade_two_column .button-link-container svg:last-of-type, section.content-block.ww__column .col_item_premade_single_column .button-link-container svg:last-of-type, .content_block.single-recipe .sm-inner .fancy-button svg:last-of-type, .product-drilldown .c7-product-find-our-wines .button-link-container svg:last-of-type, .event-item .event-details .fancy-button svg:last-of-type {
    right: 1px;
  }
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button path, section.content-block.ww__c7-collection .button-link-container path, section.content-block.ww__c7-product .button-link-container path, section.content-block.ww__recipes .recipe-card .fancy-button path, section.content-block.ww__hero .hero-content .fancy-button path, section.content-block.ww__feature_card .fancy-button path, .feature_banner_container .banner_text_col .banner_text .fancy-button path, section.content-block.ww__column .fancy-button path, section.content-block.ww__column .col_item_premade_two_column .button-link-container path, section.content-block.ww__column .col_item_premade_single_column .button-link-container path, .content_block.single-recipe .sm-inner .fancy-button path, .product-drilldown .c7-product-find-our-wines .button-link-container path, .event-item .event-details .fancy-button path {
  fill: #424D18;
  stroke: #424D18;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button:hover .button-container, section.content-block.ww__c7-collection .button-link-container:hover .button-container, section.content-block.ww__c7-product .button-link-container:hover .button-container, section.content-block.ww__recipes .recipe-card .fancy-button:hover .button-container, section.content-block.ww__hero .hero-content .fancy-button:hover .button-container, section.content-block.ww__feature_card .fancy-button:hover .button-container, .feature_banner_container .banner_text_col .banner_text .fancy-button:hover .button-container, section.content-block.ww__column .fancy-button:hover .button-container, section.content-block.ww__column .col_item_premade_two_column .button-link-container:hover .button-container, section.content-block.ww__column .col_item_premade_single_column .button-link-container:hover .button-container, .content_block.single-recipe .sm-inner .fancy-button:hover .button-container, .product-drilldown .c7-product-find-our-wines .button-link-container:hover .button-container, .event-item .event-details .fancy-button:hover .button-container {
  background-color: #4b413b;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button:hover span, section.content-block.ww__c7-collection .button-link-container:hover span, section.content-block.ww__c7-product .button-link-container:hover span, section.content-block.ww__recipes .recipe-card .fancy-button:hover span, section.content-block.ww__hero .hero-content .fancy-button:hover span, section.content-block.ww__feature_card .fancy-button:hover span, .feature_banner_container .banner_text_col .banner_text .fancy-button:hover span, section.content-block.ww__column .fancy-button:hover span, section.content-block.ww__column .col_item_premade_two_column .button-link-container:hover span, section.content-block.ww__column .col_item_premade_single_column .button-link-container:hover span, .content_block.single-recipe .sm-inner .fancy-button:hover span, .product-drilldown .c7-product-find-our-wines .button-link-container:hover span, .event-item .event-details .fancy-button:hover span {
  background-color: #4b413b;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button:hover svg, section.content-block.ww__c7-collection .button-link-container:hover svg, section.content-block.ww__c7-product .button-link-container:hover svg, section.content-block.ww__recipes .recipe-card .fancy-button:hover svg, section.content-block.ww__hero .hero-content .fancy-button:hover svg, section.content-block.ww__feature_card .fancy-button:hover svg, .feature_banner_container .banner_text_col .banner_text .fancy-button:hover svg, section.content-block.ww__column .fancy-button:hover svg, section.content-block.ww__column .col_item_premade_two_column .button-link-container:hover svg, section.content-block.ww__column .col_item_premade_single_column .button-link-container:hover svg, .content_block.single-recipe .sm-inner .fancy-button:hover svg, .product-drilldown .c7-product-find-our-wines .button-link-container:hover svg, .event-item .event-details .fancy-button:hover svg, section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button:hover path, section.content-block.ww__c7-collection .button-link-container:hover path, section.content-block.ww__c7-product .button-link-container:hover path, section.content-block.ww__recipes .recipe-card .fancy-button:hover path, section.content-block.ww__hero .hero-content .fancy-button:hover path, section.content-block.ww__feature_card .fancy-button:hover path, .feature_banner_container .banner_text_col .banner_text .fancy-button:hover path, section.content-block.ww__column .fancy-button:hover path, section.content-block.ww__column .col_item_premade_two_column .button-link-container:hover path, section.content-block.ww__column .col_item_premade_single_column .button-link-container:hover path, .content_block.single-recipe .sm-inner .fancy-button:hover path, .product-drilldown .c7-product-find-our-wines .button-link-container:hover path, .event-item .event-details .fancy-button:hover path {
  fill: #4b413b;
  stroke: #4b413b;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button a, section.content-block.ww__c7-collection .button-link-container a, section.content-block.ww__c7-product .button-link-container a, section.content-block.ww__recipes .recipe-card .fancy-button a, section.content-block.ww__hero .hero-content .fancy-button a, section.content-block.ww__feature_card .fancy-button a, .feature_banner_container .banner_text_col .banner_text .fancy-button a, section.content-block.ww__column .fancy-button a, section.content-block.ww__column .col_item_premade_two_column .button-link-container a, section.content-block.ww__column .col_item_premade_single_column .button-link-container a, .content_block.single-recipe .sm-inner .fancy-button a, .product-drilldown .c7-product-find-our-wines .button-link-container a, .event-item .event-details .fancy-button a, section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button span, section.content-block.ww__c7-collection .button-link-container span, section.content-block.ww__c7-product .button-link-container span, section.content-block.ww__recipes .recipe-card .fancy-button span, section.content-block.ww__hero .hero-content .fancy-button span, section.content-block.ww__feature_card .fancy-button span, .feature_banner_container .banner_text_col .banner_text .fancy-button span, section.content-block.ww__column .fancy-button span, section.content-block.ww__column .col_item_premade_two_column .button-link-container span, section.content-block.ww__column .col_item_premade_single_column .button-link-container span, .content_block.single-recipe .sm-inner .fancy-button span, .product-drilldown .c7-product-find-our-wines .button-link-container span, .event-item .event-details .fancy-button span {
    letter-spacing: 0.15em;
  }
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button .button-container, section.content-block.ww__c7-collection .button-link-container .button-container, section.content-block.ww__c7-product .button-link-container .button-container, section.content-block.ww__recipes .recipe-card .fancy-button .button-container, section.content-block.ww__hero .hero-content .fancy-button .button-container, section.content-block.ww__feature_card .fancy-button .button-container, .feature_banner_container .banner_text_col .banner_text .fancy-button .button-container, section.content-block.ww__column .fancy-button .button-container, section.content-block.ww__column .col_item_premade_two_column .button-link-container .button-container, section.content-block.ww__column .col_item_premade_single_column .button-link-container .button-container, .content_block.single-recipe .sm-inner .fancy-button .button-container, .product-drilldown .c7-product-find-our-wines .button-link-container .button-container, .event-item .event-details .fancy-button .button-container {
    height: 50px;
  }
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button svg, section.content-block.ww__c7-collection .button-link-container svg, section.content-block.ww__c7-product .button-link-container svg, section.content-block.ww__recipes .recipe-card .fancy-button svg, section.content-block.ww__hero .hero-content .fancy-button svg, section.content-block.ww__feature_card .fancy-button svg, .feature_banner_container .banner_text_col .banner_text .fancy-button svg, section.content-block.ww__column .fancy-button svg, section.content-block.ww__column .col_item_premade_two_column .button-link-container svg, section.content-block.ww__column .col_item_premade_single_column .button-link-container svg, .content_block.single-recipe .sm-inner .fancy-button svg, .product-drilldown .c7-product-find-our-wines .button-link-container svg, .event-item .event-details .fancy-button svg {
    height: 50px;
    width: 27px;
  }
}

/*********************
BUTTON CLASSES
*********************/
.button.primary,
.c7-btn, .c7-btn.c7-btn--primary {
  display: flex;
  border: none;
  background-color: #424D18;
  color: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
}
.button.primary:hover, .button.primary:focus,
.c7-btn:hover,
.c7-btn:focus, .c7-btn.c7-btn--primary:hover, .c7-btn.c7-btn--primary:focus {
  background-color: #4b413b;
}
@media (min-width: 700px) {
  .button.primary,
  .c7-btn, .c7-btn.c7-btn--primary {
    margin: initial;
  }
}

.button.secondary {
  border-color: var(--theme-secondary-accent-color);
  background-color: var(--theme-secondary-accent-color);
  color: var(--theme-secondary-accent-font-color);
}

.c7-button-alt {
  font-family: inherit;
  font-size: 16px;
  border-color: var(--theme-primary-accent-color);
  background-color: var(--theme-primary-accent-color);
  color: var(--theme-primary-accent-font-color);
}
.c7-button-alt:hover {
  color: var(--theme-primary-accent-font-color);
  background-color: var(--theme-primary-accent-color);
  text-decoration: none;
}

button.c7-link {
  cursor: pointer;
  color: var(--c7-link-color);
  background: none;
  border: 0;
  font-family: var(--c7-font-family);
  font-size: var(--c7-font-size);
  padding: 0;
  text-decoration: none;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  margin: 0;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-slide {
  display: none;
}
.modal-slide.is-open {
  display: block;
  z-index: 999;
  position: relative;
}
.modal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide .modal-slide .modal__overlay {
  will-change: transform;
}

body.mobile-nav-active {
  overflow: hidden;
}

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

#primary {
  padding-top: 80px;
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: var(--content-max-width);
  width: 90%;
}

@media only screen and (min-width: 48em) {
  .narrow-content-wrapper {
    float: right;
    width: 74%;
  }
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.content-block {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 5% 0;
}
@media only screen and (min-width: 81.250625em) {
  section.content-block {
    margin: 50px 0;
  }
}
section.content-block:last-of-type {
  margin-bottom: 0px;
}
section.content-block.enable-sticky {
  position: sticky;
}
section.content-block.full-width-section .content-wrapper {
  width: 100%;
  max-width: 100%;
}
section.content-block.full-width-section .content-wrapper .col_count_1 .col_item {
  width: 100%;
  max-width: 100%;
}
section.content-block.padding-regular {
  padding: 2rem 0;
}
@media only screen and (min-width: 64em) {
  section.content-block.padding-regular {
    padding: 3rem 0;
  }
}
section.content-block.padding-top-half {
  padding-top: 1rem;
}
@media only screen and (min-width: 64em) {
  section.content-block.padding-top-half {
    padding-top: 1.5rem;
  }
}
section.content-block.padding-top-double {
  padding-top: 4rem;
}
@media only screen and (min-width: 64em) {
  section.content-block.padding-top-double {
    padding-top: 6rem;
  }
}
section.content-block.padding-top-none {
  padding-top: 0;
}
section.content-block.padding-bottom-half {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  section.content-block.padding-bottom-half {
    padding-bottom: 1.5rem;
  }
}
section.content-block.padding-bottom-double {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 64em) {
  section.content-block.padding-bottom-double {
    padding-bottom: 6rem;
  }
}
section.content-block.padding-bottom-none {
  padding-bottom: 0;
}
section.content-block.background-bone {
  background-color: #f4f1eb;
}
section.content-block.background-white {
  background-color: #fff;
}
section.content-block.background-transparent {
  background-color: none;
}

@media only screen and (max-width: 47.9375em) {
  .left-align-on-mobile * {
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  .left-align-on-desktop * {
    text-align: left;
  }
}

@media only screen and (max-width: 47.9375em) {
  .center-on-mobile {
    text-align: center;
  }
}

@media only screen and (min-width: 48em) {
  .center-on-desktop {
    text-align: center;
  }
}

.gform_wrapper {
  margin-top: 3rem !important;
}
.gform_wrapper form .gfield_required {
  color: #000 !important;
  margin-left: 0 !important;
}
.gform_wrapper form li {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper form li {
    margin-bottom: 3rem;
  }
}
.gform_wrapper form label {
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .gform_wrapper form label {
    font-size: 22px;
  }
}
.gform_wrapper form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.gform_wrapper form .ginput_container_textarea {
  margin-top: 2.5rem !important;
}
.gform_wrapper form textarea {
  border-color: #000;
  border-radius: 0;
  background: transparent;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper form input[type=submit] {
    padding: 1rem 3rem;
  }
}

/*******************************************
  HEADER
  inc/parts/archive/_archive.scss

*******************************************/
.banner h1 {
  text-transform: uppercase;
  text-align: center;
}

.categories {
  background-color: #f4f1eb;
}
.categories .categories_inner .mobile-event-container {
  display: block;
  width: 75%;
  max-width: 600px;
  margin: 0 auto;
}
.categories .categories_inner .desktop-event-container {
  display: none;
}
.categories .categories_inner .desktop-event-container .desktop-event-categories {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.categories .categories_inner a {
  font-size: 16px;
  min-width: 100px;
  height: 75px;
  margin: 0 2.5%;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.categories .categories_inner a:hover {
  text-decoration: none;
}
.categories .categories_inner a:hover .icon {
  display: block;
}
.categories .categories_inner .icon {
  z-index: -1;
  width: 45px;
  height: 45px;
  position: absolute;
  background-image: url("assets/images/Header/Vector.png");
  background-size: contain;
  background-position: center;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
}
.categories .categories_inner .active .icon {
  display: block;
}
@media only screen and (min-width: 48em) {
  .categories .categories_inner .mobile-event-container {
    display: none;
  }
  .categories .categories_inner .desktop-event-container {
    display: block;
  }
}

.blog-posts {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.blog-posts .blog-post {
  margin: 5% 2%;
  text-decoration: none;
  text-align: center;
}
.blog-posts .blog-post h2.post-title {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 480px) {
  .blog-posts .blog-post h2.post-title {
    font-size: 23.6px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-posts .blog-post h2.post-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-posts .blog-post h2.post-title {
    font-size: 28.4px;
  }
}
@media only screen and (min-width: 1300px) {
  .blog-posts .blog-post h2.post-title {
    font-size: 32px;
  }
}
.blog-posts .blog-post .post-thumbnail {
  height: 350px;
  margin-bottom: 1.5rem;
}
.blog-posts .blog-post .post-thumbnail img {
  height: 100%;
  width: 100%;
  display: block;
  object-position: center;
  object-fit: cover;
}
.blog-posts .blog-post .post-text {
  padding: 0.5em 0;
}
.blog-posts .blog-post .post-text .post-readmore {
  transition: all 0.2s ease;
}
.blog-posts .blog-post:hover {
  text-decoration: none;
}
.blog-posts .blog-post:hover .post-readmore {
  color: #424D18;
}
@media only screen and (min-width: 48em) {
  .blog-posts {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .blog-posts .blog-post {
    width: 29%;
  }
}

.events-container {
  margin: 0 auto;
}
.events-container .content-wrapper {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .events-container {
    width: 90%;
  }
}

.event-item {
  width: 100%;
  margin-bottom: 5%;
}
.event-item:last-of-type {
  margin-bottom: 0;
}
.event-item:nth-child(even) .event-content {
  align-items: flex-start;
}
@media only screen and (min-width: 48em) {
  .event-item:nth-child(even) .event-content {
    align-items: center;
  }
}
.event-item .event-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (min-width: 48em) {
  .event-item .event-content {
    align-items: center;
  }
}
.event-item .event-image {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.event-item .event-details {
  width: 95%;
  background-color: #f4f1eb;
  padding: 1em;
  z-index: 1;
  margin-top: -5%;
}
.event-item .event-details h2 {
  margin: 0;
  text-transform: uppercase;
}
.event-item .event-details .pricing {
  color: #424D18;
  font-size: var(--theme-p-size);
  font-style: italic;
}
.event-item .event-details .date-time {
  font-style: italic;
  margin: 0;
  font-size: var(--theme-p-size);
  margin-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .event-item:nth-child(even) .event-image {
    order: 2;
  }
  .event-item:nth-child(even) .event-details {
    order: 1;
    margin-left: 0;
    margin-right: -5%;
  }
  .event-item .event-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .event-item .event-details {
    width: 60%;
    text-align: left;
  }
  .event-item .event-image {
    width: 40%;
    height: 500px;
    margin-right: -5%;
  }
}

.event-detail-page-container .image-container {
  height: 350px;
}
.event-detail-page-container .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 500px;
}
.event-detail-page-container .content {
  margin: 5% 0;
  text-align: center;
}
.event-detail-page-container .content h2 {
  text-transform: uppercase;
  margin: 0;
}
.event-detail-page-container .content .date-time {
  font-style: italic;
  margin: 0;
  font-size: var(--theme-p-size);
  margin-bottom: 30px;
}
.event-detail-page-container .content .c7-product__add-to-cart__price span {
  font-style: italic;
  font-size: var(--theme-p-size);
  text-transform: capitalize;
  vertical-align: baseline;
}
.event-detail-page-container .content .tickets-required {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  margin: 3% 0;
}
.event-detail-page-container .content .tickets-required::before {
  content: "";
  background-image: url("assets/images/tickets.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 50px;
  width: 50px;
}
.event-detail-page-container .content .club-members {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
}
.event-detail-page-container .content .club-members::before {
  content: "";
  background-image: url("assets/images/club-members.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 50px;
  width: 50px;
}
@media only screen and (min-width: 48em) {
  .event-detail-page-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .event-detail-page-container .image-container {
    width: 49%;
    height: 100%;
  }
  .event-detail-page-container .event-details {
    width: 49%;
  }
  .event-detail-page-container .content {
    text-align: left;
  }
  .event-detail-page-container .content .club-members,
  .event-detail-page-container .content .tickets-required {
    flex-direction: row;
    justify-content: initial;
  }
  .event-detail-page-container .content .club-members::before,
  .event-detail-page-container .content .tickets-required::before {
    margin-right: 3%;
  }
  .event-detail-page-container .content .c7-product__add-to-cart__form {
    justify-content: initial;
  }
}

.full-description {
  margin: 5% auto;
  text-align: center;
}
.full-description h2 {
  text-transform: uppercase;
}

.blog-pagination {
  margin: 2.5% 0;
  display: flex;
  justify-content: center;
}
.blog-pagination .page-numbers {
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em 0.75em;
  background-color: #424D18;
  color: #ffffff;
  transition: all 0.2s ease;
}
.blog-pagination .page-numbers:active {
  text-decoration: none;
}
.blog-pagination .page-numbers:hover {
  background-color: #4b413b;
  text-decoration: none;
}
.blog-pagination .next,
.blog-pagination .prev {
  margin: 0 0.5em;
}
.blog-pagination .current {
  background-color: #4b413b;
}

#c7-cart {
  color: inherit;
  margin-bottom: 6px;
}
#c7-cart .c7-user-nav__cart .c7-link {
  margin-bottom: 0;
}
#c7-cart .free-shipping {
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
  letter-spacing: 0.8px;
  padding-top: 35px;
  color: var(--theme-primary-accent-color);
}
#c7-cart .shadow-dradient {
  margin-left: -25px;
  margin-right: -25px;
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(43, 43, 43, 0.18));
  height: 12px;
}
#c7-cart .progress {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  height: 10px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}
#c7-cart .bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #ddd084;
}
#c7-cart .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}
#c7-cart .scaling {
  display: flex;
  height: 6px;
  margin-top: 2px;
  width: 90%;
  margin: 0 auto;
}
#c7-cart .scaling + div {
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
}
#c7-cart .scaling .scaling-line {
  flex-basis: 16.666666%;
  border-right: 1px solid #555;
}
#c7-cart .scaling .scaling-line:last-child {
  border: none;
}
#c7-cart a {
  font-size: 16px;
  color: inherit;
}
#c7-cart a:before {
  display: none;
}
#c7-cart a .c7-cart__total {
  display: none;
}
#c7-cart .c7-cart {
  max-width: 412px;
  padding: 0px 15px 20px;
  border-left: none;
  display: flex;
  flex-direction: column;
}
#c7-cart .c7-cart > h1 {
  margin-left: -15px;
  margin-right: -15px;
  color: white;
  height: 60px;
  font-size: 26px;
  display: flex;
  align-content: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  align-items: center;
  padding-left: 10px;
  text-transform: none;
  letter-spacing: 1px;
  min-height: 60px;
  background-color: var(--theme-body-heading-color);
}
#c7-cart .c7-cart .c7-cart__close {
  font-size: 25px;
  border: none;
  color: #999;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-top {
  padding-top: 0px;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom {
  position: relative;
  background: #e9e9e9;
  width: 363px;
  margin: 0 auto;
  box-sizing: border-box;
  order: 9;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom .c7-cart__cart-carrot-side-cart-bottom__message {
  position: absolute;
  left: 60px;
  text-transform: none;
  color: var(--theme-body-font-color);
  font-weight: 400;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom .c7-cart__cart-carrot-side-cart-bottom__message p {
  font-size: 14px;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom .c7-cart__cart-carrot_product {
  justify-content: flex-start;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom .c7-cart__cart-carrot_product > img {
  width: 30px;
  mix-blend-mode: darken;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom .c7-cart__cart-carrot_product .c7-cart__cart-carrot_product_title {
  color: var(--theme-body-font-color);
  padding-top: 14px;
  padding-left: 10px;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom .c7-cart__cart-carrot_product .c7-cart__cart-carrot_product_title strong {
  text-transform: none;
  font-weight: 600;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom .c7-cart__cart-carrot_product .c7-cart__cart-carrot_product_title .c7-cart__cart-carrot_product_subtitle {
  font-style: normal;
  font-weight: 400;
  padding-top: 5px;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom .c7-cart__cart-carrot_product .c7-cart__cart-carrot_product_title .c7-button-small {
  position: absolute;
  right: 0;
  top: 20px;
  width: 75px;
  height: 49px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  background-color: var(--theme-primary-accent-color);
  color: var(--theme-primary-accent-font-color);
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom .c7-cart__cart-carrot_product .c7-cart-items__price {
  display: none;
}
#c7-cart .c7-cart .c7-cart__cart-carrot-side-cart-bottom .c7-cart__cart-carrot_product .c7-product-detail__photo__thumbs {
  display: none;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__image {
  width: 4%;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__image img {
  display: none;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__title {
  width: 60%;
  padding-right: 0px;
  text-transform: none;
  font-weight: 600;
  color: var(--theme-body-font-color);
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__title a {
  text-transform: none;
  font-size: 14px;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__title a:hover {
  text-decoration: underline;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__title .c7-cart-items__title__variant {
  text-transform: none;
  font-style: normal;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__title .c7-cart-items__title__variant:nth-child(n+2) {
  font-size: 0 !important;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__price {
  display: none;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__quantity {
  width: 10%;
  color: var(--theme-body-font-color);
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__quantity .c7-button-alt-small {
  font-size: 13px;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__quantity .c7-button-alt-small:hover {
  text-decoration: underline;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__quantity input {
  font-size: 14px !important;
}
#c7-cart .c7-cart .c7-cart-items .c7-cart-items__item-total {
  font-weight: 400;
  color: var(--theme-body-font-color);
  font-size: 14px;
  margin-bottom: 12px;
}
#c7-cart .c7-cart .c7-cart-summary {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  color: var(--theme-body-font-color);
}
#c7-cart .c7-cart .c7-cart-summary .c7-cart-summary__subtotal {
  padding-top: 20px;
}
#c7-cart .c7-cart .c7-cart-summary .c7-cart-summary__subtotal + div {
  padding-bottom: 20px;
}
#c7-cart .c7-cart .c7-cart-summary .c7-cart-summary__total {
  padding: 30px 0px 0px;
}
#c7-cart .c7-cart .c7-cart-summary > div div {
  width: 78%;
}
#c7-cart .c7-cart .c7-cart-summary > div div + div {
  width: 22%;
}
#c7-cart .c7-cart .c7-cart-summary__total div:last-child {
  font-size: 14px;
  font-weight: 600;
}
#c7-cart .c7-cart .c7-cart-summary__total div:last-child span {
  display: none;
}
#c7-cart .c7-cart .c7-cart__carrot {
  display: none;
}
#c7-cart .c7-cart .c7-cart__buttons {
  padding-bottom: 30px;
  order: 8;
  justify-content: center;
}
#c7-cart .c7-cart .c7-cart__buttons a:first-child {
  display: none;
}
#c7-cart .c7-cart .c7-cart__buttons a:last-child {
  width: 100%;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: white;
  border: none;
  text-transform: none;
}
#c7-cart .c7-cart .c7-message--empty-cart * {
  color: var(--theme-body-font-color);
}
#c7-cart .c7-user-nav__cart button:hover {
  background: none;
  box-shadow: none;
}
#c7-cart .c7-carrot {
  background: none;
  text-align: center;
}
#c7-cart #c7-side-cart__header__title {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media only screen {
  #c7-cart #c7-side-cart__header__title {
    font-size: 26.8px;
  }
}
@media only screen and (min-width: 48em) {
  #c7-cart #c7-side-cart__header__title {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.043em;
  }
}
@media only screen and (min-width: 64em) {
  #c7-cart #c7-side-cart__header__title {
    font-size: 33.2px;
  }
}
@media only screen and (min-width: 81.250625em) {
  #c7-cart #c7-side-cart__header__title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 48em) {
  #c7-cart .c7-btn {
    white-space: nowrap;
  }
}

.header-right .login {
  display: flex;
  align-items: center;
}
.header-right .login .c7-user-nav__account {
  padding: 0;
}
.header-right .login .c7-user-nav__account .c7-user-nav__account__name, .header-right .login .c7-user-nav__account .c7-user-nav__account__login {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
}
.header-right .login .c7-user-nav__account .c7-user-nav__account__name::before, .header-right .login .c7-user-nav__account .c7-user-nav__account__login::before {
  content: "";
  background-image: url("assets/images/Account Icon.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
}
.header-right .login .c7-user-nav__account .c7-user-nav__account__name svg, .header-right .login .c7-user-nav__account .c7-user-nav__account__login svg {
  display: none;
}
.header-right .login .c7-user-nav__account .c7-user-nav__account__dropdown a {
  font-size: 0.8em;
}
.header-right .view-cart {
  display: flex;
  align-items: center;
}
.header-right .c7-user-nav__cart .c7-link .c7-user-nav__cart__title svg {
  display: none;
}
.header-right .c7-user-nav__cart .c7-link .c7-user-nav__cart__count {
  background-color: initial;
  font-family: "sweet-sans-pro", sans-serif;
  font-size: var(--theme-pmin-size);
  color: #424D18;
  box-shadow: none;
}

#c7-side-cart__header__close {
  align-items: center;
}

#c7-content .c7-cart .c7-order-summary {
  margin-bottom: 20px;
}
#c7-content h1, #c7-content h2 {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0;
}
@media only screen {
  #c7-content h1, #c7-content h2 {
    font-size: 26.8px;
  }
}
@media only screen and (min-width: 48em) {
  #c7-content h1, #c7-content h2 {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.043em;
  }
}
@media only screen and (min-width: 64em) {
  #c7-content h1, #c7-content h2 {
    font-size: 33.2px;
  }
}
@media only screen and (min-width: 81.250625em) {
  #c7-content h1, #c7-content h2 {
    font-size: 38px;
  }
}

#c7-content .c7-cart__summary-container h2 {
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0;
}
@media only screen {
  #c7-content .c7-cart__summary-container h2 {
    font-size: 20.9px;
  }
}
@media only screen and (min-width: 48em) {
  #c7-content .c7-cart__summary-container h2 {
    font-size: 23.5px;
    line-height: 1.6;
    letter-spacing: 0.043em;
  }
}
@media only screen and (min-width: 64em) {
  #c7-content .c7-cart__summary-container h2 {
    font-size: 26.1px;
  }
}
@media only screen and (min-width: 81.250625em) {
  #c7-content .c7-cart__summary-container h2 {
    font-size: 30px;
  }
}

#c7-content.c7-content--checkout {
  max-width: 100%;
}
#c7-content #c7-checkout .c7-checkout__header {
  flex-direction: column;
}
#c7-content #c7-checkout .c7-checkout__content h1, #c7-content #c7-checkout .c7-checkout__content h2 {
  font-family: "Berling";
  font-size: 20px;
  font-style: italic;
  line-height: 1.45;
  letter-spacing: 0;
}
@media only screen {
  #c7-content #c7-checkout .c7-checkout__content h1, #c7-content #c7-checkout .c7-checkout__content h2 {
    font-size: 23.6px;
  }
}
@media only screen and (min-width: 48em) {
  #c7-content #c7-checkout .c7-checkout__content h1, #c7-content #c7-checkout .c7-checkout__content h2 {
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.043em;
  }
}
@media only screen and (min-width: 64em) {
  #c7-content #c7-checkout .c7-checkout__content h1, #c7-content #c7-checkout .c7-checkout__content h2 {
    font-size: 28.4px;
  }
}
@media only screen and (min-width: 81.250625em) {
  #c7-content #c7-checkout .c7-checkout__content h1, #c7-content #c7-checkout .c7-checkout__content h2 {
    font-size: 32px;
  }
}
#c7-content #c7-checkout .c7-checkout__content .c7-tab {
  display: block;
}
#c7-content #c7-checkout .c7-checkout__content .c7-radio {
  display: flex;
}

.c7-checkout__summary-container {
  background: #f4f1eb;
}

.c7-checkout__background {
  background: #f4f1eb;
}

.c7-breadcrumbs .c7-active, .c7-breadcrumbs .c7-completed:hover, .c7-breadcrumbs .c7-completed:focus {
  background: #f4f1eb;
}

.c7-product-collection .c7-collection-template .c7-product-collection__product-list {
  grid-template-columns: 1fr;
  gap: 55px 22px;
}
@media only screen {
  .c7-product-collection .c7-collection-template .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 48em) {
  .c7-product-collection .c7-collection-template .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 64em) {
  .c7-product-collection .c7-collection-template .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.c7-product-collection .c7-collection-template .c7-product {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
  text-align: center;
  width: 100%;
}
.c7-product-collection .c7-collection-template .c7-product img {
  height: 470px;
  margin-bottom: 25px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c7-product-collection .c7-collection-template .c7-product img {
    height: 425px;
    width: auto;
  }
}
.c7-product-collection .c7-collection-template .c7-product h5 {
  font-style: italic;
  margin-bottom: 5px;
}
.c7-product-collection .c7-collection-template .c7-product h4, .c7-product-collection .c7-collection-template .c7-product form legend, form .c7-product-collection .c7-collection-template .c7-product legend {
  font-size: 28px;
  line-height: 1;
}
.c7-product-collection .c7-collection-template .c7-product h4, .c7-product-collection .c7-collection-template .c7-product form legend, form .c7-product-collection .c7-collection-template .c7-product legend, .c7-product-collection .c7-collection-template .c7-product h3 {
  margin-bottom: 10px;
}
.c7-product-collection .c7-collection-template .c7-product h4 a, .c7-product-collection .c7-collection-template .c7-product form legend a, form .c7-product-collection .c7-collection-template .c7-product legend a, .c7-product-collection .c7-collection-template .c7-product h3 a {
  text-decoration: none;
}
.c7-product-collection .c7-collection-template .c7-product .c7-buy-product {
  margin-top: auto;
}
.c7-product-collection .c7-collection-template .c7-product .c7-product__add-to-cart__price__variant {
  display: none;
}
.c7-product-collection .c7-collection-template .c7-product .c7-product__add-to-cart__form {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .c7-product-collection .c7-collection-template .c7-product .c7-product__add-to-cart__form {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.c7-product-collection .c7-collection-template .c7-product .c7-product__add-to-cart__form input {
  border: solid 2px #424D18;
  border-radius: 5px;
  font-family: "DIN-Regular";
  height: 43px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.c7-product-collection .c7-collection-template .c7-product .c7-product__add-to-cart__form button {
  border-radius: 5px;
  min-height: 43px;
}
.c7-product-collection .c7-collection-template .c7-product .c7-product__add-to-cart__price {
  margin: 0;
}
.c7-product-collection .c7-collection-template .c7-product .c7-quickview {
  align-items: center;
  display: flex;
  left: 0;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
.c7-product-collection .c7-collection-template .c7-product .c7-quickview * {
  cursor: pointer;
}
.c7-product-collection .c7-collection-template .c7-product .c7-quickview a {
  display: none;
}
.c7-product-collection .c7-collection-template .c7-product .c7-quickview .c7-show-modal {
  background-color: #424D18;
  color: white;
  height: 60px;
  padding: 18px 10px;
}
.c7-product-collection .c7-collection-template .c7-product .c7-quickview svg {
  height: 60px;
  stroke: #424D18;
  width: auto;
}
@media only screen and (min-width: 48em) {
  .c7-product-collection .c7-collection-template .c7-product:hover .c7-quickview {
    visibility: visible;
    text-decoration: none;
  }
}
.c7-product-collection .c7-pagination {
  display: none;
}
.c7-product-collection .c7-pagination .c7-pagination__total {
  margin: 0 auto;
  position: relative;
  transform: none;
  width: 100%;
}
.c7-product-collection .c7-pagination .c7-pagination__pages ul {
  padding-left: 0;
}
.c7-product-collection .c7-products-load-more {
  text-align: center;
}
.c7-product-collection .c7-products-load-more .numbers span {
  color: #e1d6be;
  font-family: "DIN-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.c7-product-collection .c7-products-load-more .numbers .count {
  color: #424D18;
}
.c7-product-collection .c7-products-load-more .percent-total {
  background-color: #e1d6be;
  height: 3px;
  margin: 15px auto 30px;
  position: relative;
  width: 256px;
}
.c7-product-collection .c7-products-load-more .percent-total .percent-current {
  height: 3px;
  position: absolute;
  left: 0;
  background-color: #424D18;
}
.c7-product-collection .c7-products-load-more .load-more-wines {
  cursor: pointer;
  display: flex;
  margin: 0 auto;
  max-width: fit-content;
}
.c7-product-collection .c7-products-load-more .load-more-wines svg {
  height: 52px;
  stroke: #424D18;
  width: 29px;
}
.c7-product-collection .c7-products-load-more .load-more-wines svg:first-of-type {
  width: 28px;
}
.c7-product-collection .c7-products-load-more .load-more-wines .load-more {
  background-color: #424D18;
  color: white;
  display: block;
  font-family: "DIN-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  padding: 14px 5px;
  text-transform: uppercase;
}
.c7-product-collection .c7-link {
  color: #424D18;
}
.c7-product-collection .c7-link:hover, .c7-product-collection .c7-link:focus {
  background: none;
  box-shadow: none;
  color: #424D18;
}
.c7-product-collection .c7-product-badge {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  font-family: "Berling";
  font-size: 18px;
  font-style: italic;
  height: 78px;
  justify-content: center;
  left: 0px;
  line-height: 20px;
  padding: 2px 6px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 78px;
  line-height: 0.9;
}
.c7-product-collection .c7-product-badge.badge-bone {
  background-image: url(assets/images/product-badge-bone.svg);
  color: #4B413B;
  background-image: url(assets/images/product-badge-bone-new.svg);
  color: #d0ad78;
  color: #fff;
}
.c7-product-collection .c7-product-badge.badge-gold {
  background-image: url(assets/images/product-badge-gold.svg);
  color: #ffffff;
}
.c7-product-collection .c7-product-badge.badge-black {
  background-image: url(assets/images/product-badge-black.svg);
  color: #ffffff;
}

.c7-product-popup {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
  display: none;
  text-align: left;
}
.c7-product-popup.product-popup-open {
  display: block;
}
.c7-product-popup img, .c7-product-popup picture {
  height: 100%;
  object-fit: cover;
}
.c7-product-popup h5 {
  font-style: italic;
}
.c7-product-popup .c7-product-popup-wrapper {
  background-color: white;
  column-gap: 40px;
  display: grid;
  grid-template-columns: 4fr 8fr;
  align-items: center;
  left: 50%;
  max-width: 1024px;
  padding: 40px;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 90%;
}
.c7-product-popup .c7-product-popup-content {
  display: grid;
  max-width: 95%;
}
.c7-product-popup .c7-product-purchase {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}
.c7-product-popup .c7-product-purchase a {
  color: #424D18;
  font-family: "DIN-Regular";
  font-size: 18px;
}
.c7-product-popup .c7-product-purchase a:hover, .c7-product-popup .c7-product-purchase a:focus {
  color: #424D18;
}
.c7-product-popup .c7-product-purchase-quantity {
  border-radius: 5px;
  color: #292621;
  font-family: "DIN-Regular";
  font-size: 18px;
  height: 43px;
  margin-right: 15px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.c7-product-popup .c7-buy-product {
  margin-bottom: 10px;
  margin-right: 40px;
}
.c7-product-popup .c7-product-popup-close {
  cursor: pointer;
  display: block;
  font-size: 50px;
  height: 30px;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 25px;
  transform: rotate(45deg);
  width: 30px;
}
.c7-product-popup .c7-customer-waitlist {
  align-items: center;
  display: flex;
}
.c7-product-popup .c7-customer-waitlist input {
  border: solid 2px #424D18;
  border-radius: 5px;
  color: #292621;
  font-family: "DIN-Regular";
  font-size: 18px;
  height: 44px;
  margin-right: 20px;
  width: 200px;
}
.c7-product-popup .c7-product-sold-out {
  display: flex;
}
.c7-product-popup .c7-product-sold-out a {
  color: #424D18;
  font-family: "DIN-Regular";
  font-size: 18px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.c7-product-popup .c7-product-sold-out a:hover, .c7-product-popup .c7-product-sold-out a:focus {
  color: #424D18;
}
.c7-product-popup .learn-more {
  color: #424D18;
  font-family: "DIN-Regular";
  font-size: 18px;
  text-decoration: underline;
}

.available-collections {
  align-items: center;
  background-color: #f1eeeb;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .available-collections {
    display: none;
  }
}
.available-collections a {
  font-family: "DIN-Regular";
  font-size: 20px;
  letter-spacing: 0.15em;
  padding: 20px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: none;
}
.available-collections a:hover, .available-collections a:focus {
  text-decoration: none;
}
.available-collections a.active, .available-collections a:hover {
  background-image: url(assets/images/ic-active-collection-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 81.25em) {
  .available-collections a {
    font-size: 16px;
    padding: 20px 25px;
  }
}

.available-collections__select {
  max-width: 265px;
  margin: 35px auto;
  display: block;
  border-radius: 5px;
  font-family: "DIN-Regular";
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .available-collections__select {
    display: none;
  }
}

@media only screen and (min-width: 81.250625em) {
  .c7-product-collection .c7-collection-template .c7-product-collection__product-list {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c7-product-collection .c7-collection-template .c7-product-collection__content p,
  .c7-product-collection .c7-collection-template .c7-product-collection__content h1 {
    text-align: center !important;
  }
  .c7-product-collection .c7-collection-template .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 20px;
    margin-top: 70px;
  }
  .c7-product-collection .c7-collection-template .c7-product-collection__product-list .c7-product__add-to-cart__form .c7-product__add-to-cart__form__quantity {
    display: none;
  }
  .c7-product-collection .c7-collection-template .c7-product-collection__product-list .c7-product__add-to-cart__form .c7-btn {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    min-height: unset;
    padding: 7px 11px;
  }
  .c7-product-collection .c7-collection-template .c7-product h4, .c7-product-collection .c7-collection-template .c7-product form legend, form .c7-product-collection .c7-collection-template .c7-product legend {
    font-size: 18px;
    line-height: 22px;
  }
  .c7-product-collection .c7-collection-template .c7-product .c7-product__add-to-cart__price {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.45;
  }
}
#c7-content .c7-link, #c7-cart .c7-link, #c7-modal .c7-link {
  color: #424D18;
}
#c7-content .c7-link:hover, #c7-content .c7-link:focus, #c7-cart .c7-link:hover, #c7-cart .c7-link:focus, #c7-modal .c7-link:hover, #c7-modal .c7-link:focus {
  background: none;
  color: #424D18;
}
#c7-content .c7-btn, #c7-content .c7-tab[aria-selected=true], #c7-cart .c7-btn, #c7-cart .c7-tab[aria-selected=true], #c7-modal .c7-btn, #c7-modal .c7-tab[aria-selected=true] {
  background-color: #424D18;
  color: white;
  display: block;
  font-family: "DIN-Regular", sans-serif;
  border: none;
  border-radius: 5px;
  font-weight: 400;
}
#c7-content .c7-btn:hover, #c7-content .c7-btn:focus, #c7-content .c7-tab[aria-selected=true]:hover, #c7-content .c7-tab[aria-selected=true]:focus, #c7-cart .c7-btn:hover, #c7-cart .c7-btn:focus, #c7-cart .c7-tab[aria-selected=true]:hover, #c7-cart .c7-tab[aria-selected=true]:focus, #c7-modal .c7-btn:hover, #c7-modal .c7-btn:focus, #c7-modal .c7-tab[aria-selected=true]:hover, #c7-modal .c7-tab[aria-selected=true]:focus {
  background-color: #4b413b;
}
#c7-content .c7-btn.c7-btn--alt, #c7-content .c7-tab[aria-selected=false], #c7-cart .c7-btn.c7-btn--alt, #c7-cart .c7-tab[aria-selected=false], #c7-modal .c7-btn.c7-btn--alt, #c7-modal .c7-tab[aria-selected=false] {
  color: #424D18;
  background-color: transparent;
  border: 2px solid #424D18 !important;
}
#c7-content .c7-btn.c7-btn--alt:hover, #c7-content .c7-btn.c7-btn--alt:focus, #c7-content .c7-tab[aria-selected=false]:hover, #c7-content .c7-tab[aria-selected=false]:focus, #c7-cart .c7-btn.c7-btn--alt:hover, #c7-cart .c7-btn.c7-btn--alt:focus, #c7-cart .c7-tab[aria-selected=false]:hover, #c7-cart .c7-tab[aria-selected=false]:focus, #c7-modal .c7-btn.c7-btn--alt:hover, #c7-modal .c7-btn.c7-btn--alt:focus, #c7-modal .c7-tab[aria-selected=false]:hover, #c7-modal .c7-tab[aria-selected=false]:focus {
  color: #424D18;
  background-color: transparent;
  border: 2px solid #424D18;
}
#c7-content .c7-order-item__quantity select, #c7-cart .c7-order-item__quantity select, #c7-modal .c7-order-item__quantity select {
  color: #292621;
  height: 35px;
  padding: 7px;
  width: 50px;
}
#c7-content .c7-form__buttons button:nth-child(n+2), #c7-cart .c7-form__buttons button:nth-child(n+2), #c7-modal .c7-form__buttons button:nth-child(n+2) {
  margin-left: 10px;
}
#c7-content input, #c7-cart input, #c7-modal input {
  border-radius: 5px;
}
#c7-content .c7-checkbox input[type=checkbox]:checked + .c7-checkbox__control, #c7-cart .c7-checkbox input[type=checkbox]:checked + .c7-checkbox__control, #c7-modal .c7-checkbox input[type=checkbox]:checked + .c7-checkbox__control {
  background: #424D18;
  border-color: #424D18;
}
#c7-content .c7-link svg, #c7-cart .c7-link svg, #c7-modal .c7-link svg {
  stroke: #424D18;
}
#c7-content .c7-checkbox, #c7-cart .c7-checkbox, #c7-modal .c7-checkbox {
  display: flex;
}
#c7-content select, #c7-cart select, #c7-modal select {
  border-radius: 5px;
}
#c7-content button:hover, #c7-cart button:hover, #c7-modal button:hover {
  background: none;
  box-shadow: none;
}

.c7-product-vivino {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.c7-product-vivino .stars-container {
  margin-right: 10px;
}
.c7-product-vivino .stars-container .icon-star-over {
  color: #4b413b;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.c7-product-vivino .stars-container .icon-star-under {
  color: lightgray;
  display: inline-block;
  position: relative;
}
.c7-product-vivino .rating-counts {
  margin-right: 10px;
}
.c7-product-vivino .rating-score, .c7-product-vivino .rating-counts {
  font-family: "Berling";
  font-size: 18px;
}
.c7-product-vivino a {
  color: #424D18;
  font-family: "DIN-Regular";
  font-size: 18px;
}
.c7-product-vivino a:hover, .c7-product-vivino a:focus {
  color: #424D18;
}

:root {
  --c7-field-option-selected-color: #a28b51;
  --c7-link-color: #806752;
}

.c7-link {
  text-transform: uppercase;
}

.product-drilldown {
  padding: 20px 0 40px !important;
}
.product-drilldown .c7-product--sticky {
  background-color: #f1eeeb;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.product-drilldown .c7-product--sticky.d-none {
  display: none;
}
.product-drilldown .c7-product--sticky .sticky-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product--sticky .sticky-inner {
    flex-direction: column;
  }
}
.product-drilldown .c7-product--sticky .sticky-inner h3 {
  color: #292621;
  font-family: "Berling";
  font-size: 32px;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product--sticky .sticky-inner h3 {
    font-size: 22px;
  }
}
.product-drilldown .c7-product--sticky .sticky-inner .c7-product__add-to-cart {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  margin: 0;
  max-width: none;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product--sticky .sticky-inner .c7-product__add-to-cart {
    display: block;
  }
}
.product-drilldown .c7-product--sticky .sticky-inner .c7-product__add-to-cart__price {
  display: flex;
  margin: 15px 0;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product--sticky .sticky-inner .c7-product__add-to-cart__price {
    flex-direction: row;
    justify-content: center;
    margin: 0;
  }
}
.product-drilldown .c7-product--sticky .sticky-inner .c7-product__add-to-cart__price > span {
  color: #292621;
  display: block;
  font-family: "Berling";
  font-size: 32px;
  font-style: italic;
  margin-top: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product--sticky .sticky-inner .c7-product__add-to-cart__price > span {
    font-size: 22px;
  }
}
.product-drilldown .c7-product--sticky .sticky-inner .c7-product__add-to-cart__price .c7-product__add-to-cart__price__variant {
  display: none;
}
.product-drilldown .c7-product--sticky .sticky-inner .c7-product__add-to-cart__form input {
  font-family: "DIN-Regular";
  font-size: 18px;
  height: 40px;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 250px;
}
.product-drilldown .c7-product--sticky .sticky-inner .c7-product__add-to-cart__form button {
  min-height: 40px;
  padding: 10px 20px;
}
.product-drilldown .c7-product--main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 136px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product--main {
    display: block;
    text-align: center;
  }
}
.product-drilldown .c7-product-detail .c7-breadcrumb {
  font-family: "DIN-Regular";
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-breadcrumb {
    text-align: center;
    margin-bottom: 23px;
  }
}
.product-drilldown .c7-product-detail .c7-breadcrumb a {
  color: #424D18;
  text-decoration: none;
}
.product-drilldown .c7-product-detail .c7-breadcrumb * {
  font-size: 14px;
}
.product-drilldown .c7-product-detail .c7-product-tasting-note {
  background-color: #F1EEEB;
  padding-top: 143px;
  padding-bottom: 78px;
  position: relative;
}
.product-drilldown .c7-product-detail .c7-product-tasting-note-title {
  text-align: center;
  text-transform: uppercase;
  color: #292621;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-tasting-note-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 14px;
  }
}
.product-drilldown .c7-product-detail .c7-product-tasting-note-image {
  max-width: 214px;
  position: absolute;
  left: 50%;
  top: -87px;
  transform: translateX(-50%);
}
.product-drilldown .c7-product-detail .c7-product-tasting-note-element {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-tasting-note-element {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 66px;
    margin-top: 35px;
  }
}
.product-drilldown .c7-product-detail .c7-product-tasting-note-element-item {
  text-align: center;
}
.product-drilldown .c7-product-detail .c7-product-tasting-note-element-item h3 {
  color: #4B413B;
  font-style: italic;
  font-size: 28px;
  line-height: 145%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-tasting-note-element-item h3 {
    margin-bottom: 0;
  }
}
.product-drilldown .c7-product-detail .c7-product-tasting-note-element-item svg {
  width: 18px;
  height: 18px;
}
.product-drilldown .c7-product-detail .c7-product-tasting-note-content {
  max-width: 746px;
  margin: auto;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-tasting-note-content {
    width: calc(100% - 40px);
  }
}
.product-drilldown .c7-product-detail .c7-product-tasting-note-content p {
  text-align: center;
  color: #53595B;
  font-size: 20px;
  line-height: 165%;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-tasting-note-content p {
    font-size: 15px;
    line-height: 145%;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note {
  padding-top: 107px;
  padding-bottom: 98px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note {
    padding-top: 48px;
    padding-bottom: 58px;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-title {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-title {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 26px;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item {
  grid-column: span 1;
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item h3 {
  margin-bottom: 10px;
  color: #292621;
  text-transform: capitalize;
  font-style: italic;
  font-size: 28px;
  line-height: 145%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 165%;
  color: #53595B;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item p {
    font-size: 15px;
    line-height: 145%;
    margin-bottom: 11px;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #424D18;
  font-family: var(--theme-sans-font);
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item:first-child {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item:first-child div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item:last-child {
  grid-column: span 2;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item:last-child {
    text-align: center;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item-appellation {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item-appellation {
    display: none;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item-appellation-mobile {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item-appellation-mobile {
    display: block;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item-pdf {
  margin-top: 25px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item-pdf {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item-mobile {
    display: grid;
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item-composition-b p {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item-composition-a {
    display: block !important;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item-composition-a p {
  border-bottom: 4px solid #F1EEEB;
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product-wine-note-content-item-composition-a p {
    margin-bottom: 10px;
  }
}
.product-drilldown .c7-product-detail .c7-product-wine-note-content-item-composition-a p .processing {
  position: absolute;
  background-color: #A28B51;
  height: 4px;
  bottom: -4px;
  width: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
}
.product-drilldown .c7-product-detail .c7-product--teaser {
  color: #292621;
  font-size: 20px;
  line-height: 165%;
  text-align: justify;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product--teaser {
    text-align: center;
    font-size: 15px;
    line-height: 145%;
  }
}
.product-drilldown .c7-product-detail .c7-product--teaser div {
  margin-top: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product--teaser button {
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-drilldown .c7-product-detail .c7-product__add-to-cart__form {
  justify-content: left;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product__add-to-cart__form {
    justify-content: center;
  }
}
.product-drilldown .c7-product-detail .c7-product {
  display: block;
}
.product-drilldown .c7-product-detail .c7-product-vivino {
  margin-bottom: 10px;
}
.product-drilldown .c7-product-detail .c7-product--title {
  color: #292621;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product--title {
    font-size: 26px;
    letter-spacing: 0.15em;
    line-height: 31px;
    margin-bottom: 23px;
  }
}
.product-drilldown .c7-product-detail .c7-product--department {
  font-style: italic;
  font-size: 28px;
  color: #000000;
  text-transform: capitalize;
  line-height: 145%;
  margin-bottom: 13px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .c7-product--department {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.product-drilldown .c7-product-detail .c7-product__add-to-cart {
  margin-bottom: 20px;
}
.product-drilldown .c7-product-detail .c7-product__add-to-cart .c7-product__add-to-cart__price > span {
  color: #292621;
  font-family: "Berling";
  font-size: 24px;
  font-style: italic;
}
.product-drilldown .c7-product-detail .c7-product__add-to-cart .c7-product__add-to-cart__price .c7-product__add-to-cart__price__variant {
  display: none;
}
.product-drilldown .c7-product-detail .c7-product__add-to-cart input {
  font-family: "DIN-Regular";
  font-size: 18px;
  height: 43px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.product-drilldown .c7-product-detail .c7-product__add-to-cart input[type=email] {
  width: 100%;
}
.product-drilldown .c7-product-detail .c7-product__add-to-cart button {
  min-height: 43px;
}
.product-drilldown .c7-product-detail .shipping {
  font-family: "Berling";
  font-size: 20px;
  font-style: italic;
  margin-left: 38px;
  margin-bottom: 15px;
}
.product-drilldown .c7-product-detail .shipping a {
  color: var(--theme-body-font-color);
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .shipping {
    font-size: 15px;
    margin-left: 0;
  }
}
.product-drilldown .c7-product-detail .free-shipping {
  font-family: "Berling";
  font-size: 20px;
  font-style: italic;
}
.product-drilldown .c7-product-detail .free-shipping:before {
  color: #424D18;
  content: "\e9b0";
  font-family: "icon-fonts";
  font-size: 25px;
  font-style: normal;
  margin-right: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-detail .free-shipping {
    font-size: 15px;
  }
  .product-drilldown .c7-product-detail .free-shipping:before {
    font-size: 20px;
  }
}
.product-drilldown .c7-product--images {
  position: relative;
}
.product-drilldown .c7-product--images .c7-product-badge {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  font-family: "Berling";
  font-size: 24px;
  font-style: italic;
  height: 112px;
  justify-content: center;
  left: 0px;
  line-height: 26px;
  padding: 2px 11px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 110px;
  line-height: 0.9;
}
.product-drilldown .c7-product--images .c7-product-badge.badge-bone {
  background-image: url(assets/images/product-badge-bone.svg);
  color: #4B413B;
  background-image: url(assets/images/product-badge-bone-new.svg);
  color: #d0ad78;
  color: #fff;
}
.product-drilldown .c7-product--images .c7-product-badge.badge-gold {
  background-image: url(assets/images/product-badge-gold.svg);
  color: #ffffff;
}
.product-drilldown .c7-product--images .c7-product-badge.badge-black {
  background-image: url(assets/images/product-badge-black.svg);
  color: #ffffff;
}
.product-drilldown .c7-product--images .c7-product-detail__photo__thumbs {
  margin-top: 20px;
}
.product-drilldown .c7-product--images .c7-product-detail__photo__thumbs .c7-product-images {
  display: none;
  overflow: hidden;
}
.product-drilldown .c7-product--images .c7-product-detail__photo__thumbs .c7-product-images .c7-product-image {
  display: none;
}
.product-drilldown .c7-product--images .c7-product-detail__photo__thumbs .c7-product-images .c7-product-image.active {
  display: block;
}
.product-drilldown .c7-product--images .c7-product-detail__photo__thumbs .c7-product-images-nav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product--images .c7-product-detail__photo__thumbs .c7-product-images-nav {
    margin-bottom: 35px;
  }
}
.product-drilldown .c7-product--images .c7-product-detail__photo__thumbs .c7-product-images-nav img {
  height: 25px;
  margin: 0 10px;
  width: 25px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product--images .c7-product-detail__photo__thumbs .c7-product-images-nav img {
    height: 20px;
    width: 20px;
  }
}
.product-drilldown .c7-product--images .c7-product-detail__photo__thumbs .c7-product-images-nav img.disabled {
  opacity: 0.4;
}
.product-drilldown .c7-product--images img {
  display: block;
  margin: 0 auto;
}
.product-drilldown .c7-product-note {
  padding: 75px 0;
  text-align: center;
}
.product-drilldown .c7-product-note h2 {
  color: #292621;
}
.product-drilldown .c7-product-note a {
  color: #424D18;
  font-family: "DIN-Regular";
  font-size: 18px;
}
.product-drilldown .c7-product-pairing {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-pairing {
    display: flex;
    text-align: center;
    flex-direction: column-reverse;
  }
}
.product-drilldown .c7-product-pairing h2 {
  color: #292621;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-pairing h2 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 5px;
  }
}
.product-drilldown .c7-product-pairing .c7-product-pairing__content {
  max-width: 90%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-pairing .c7-product-pairing__content {
    max-width: 100%;
    margin-top: 30px;
  }
}
.product-drilldown .c7-product-pairing .c7-product-pairing__content .c7-product-pairing__title {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #292621;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-pairing .c7-product-pairing__content .c7-product-pairing__title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.product-drilldown .c7-product-pairing .c7-product-pairing__content .c7-product-pairing__detail {
  color: #53595B;
  font-size: 20px;
  line-height: 165%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-pairing .c7-product-pairing__content .c7-product-pairing__detail {
    font-size: 15px;
    line-height: 145%;
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-pairing .c7-product-pairing__image {
    text-align: right;
  }
}
.product-drilldown .c7-product-pairing .c7-product-pairing__image p {
  margin-bottom: 0;
}
.product-drilldown .c7-product-pairing .c7-product-pairing__image img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-pairing .c7-product-pairing__image img {
    width: 90%;
  }
}
.product-drilldown .c7-product-pairing .c7-product-pairing__badge {
  height: 203px;
  width: 225px;
  margin-top: -200px;
  margin-left: -60px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-pairing .c7-product-pairing__badge {
    height: 150px;
    margin-left: calc(10% - 30px);
    margin-top: -120px;
    width: 150px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-pairing .c7-product-pairing__media {
    text-align: left;
  }
}
.product-drilldown .c7-product-review {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 100px 0;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-review {
    display: block;
    position: relative;
  }
}
.product-drilldown .c7-product-review .c7-product-review__image {
  width: 90%;
}
.product-drilldown .c7-product-review .c7-product-review__image p {
  margin-bottom: 0;
}
.product-drilldown .c7-product-review .c7-product-review__image img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-review .c7-product-review__image {
    margin-left: -5vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-review .c7-product-review__details {
    display: flex;
  }
}
.product-drilldown .c7-product-review .c7-product-review__details h2 {
  color: #292621;
  font-family: "Luxurious Script", cursive;
  font-size: 90px;
  letter-spacing: normal;
  margin-bottom: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-review .c7-product-review__details h2 {
    font-size: 50px;
    position: absolute;
    right: 0;
    top: -50px;
  }
}
.product-drilldown .c7-product-review .c7-product-review__wrapper {
  background-color: #f1eeeb;
  display: flex;
  flex-direction: column;
  margin-left: -30%;
  padding: 40px;
  width: 130%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-review .c7-product-review__wrapper {
    margin-left: auto;
    margin-right: -5vw;
    margin-top: -100px;
    padding: 20px;
    width: 100%;
  }
}
.product-drilldown .c7-product-review .c7-product-review__wrapper svg {
  height: 27px;
  width: 32px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-review .c7-product-review__wrapper svg {
    height: 19px;
    width: 22px;
  }
}
.product-drilldown .c7-product-review .c7-product-review__quote {
  width: 30px;
}
.product-drilldown .c7-product-review .c7-product-review__content {
  font-family: "Berling";
  font-size: 22px;
  font-style: italic;
  padding: 30px 0;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-review .c7-product-review__content {
    font-size: 16px;
  }
}
.product-drilldown .c7-product-review .c7-product-review__name {
  font-family: "DIN-Regular";
  font-size: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-review .c7-product-review__name {
    font-size: 13px;
  }
}
.product-drilldown .c7-product-bundle {
  margin: 85px auto;
  text-align: center;
}
.product-drilldown .c7-product-bundle .c7-product__bundle--items {
  margin-top: 50px;
}
.product-drilldown .c7-product-bundle .c7-product__bundle--item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-bundle .c7-product__bundle--item {
    display: block;
  }
}
.product-drilldown .c7-product-bundle .c7-bundle-item-image {
  background-color: #e6e2d6;
  display: flex;
  position: relative;
  width: 90%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-bundle .c7-bundle-item-image {
    margin-left: -5vw;
    width: 100vw;
  }
}
.product-drilldown .c7-product-bundle .c7-bundle-item-image:after {
  content: "";
  width: 10%;
  height: 86%;
  background-color: #424D18;
  display: block;
  position: absolute;
  right: -10%;
  top: 7%;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-bundle .c7-bundle-item-image:after {
    bottom: -5%;
    height: 5%;
    left: 5%;
    right: unset;
    top: unset;
    width: 90%;
    z-index: 1;
  }
}
.product-drilldown .c7-product-bundle .c7-bundle-item-content {
  background-color: #f1eeeb;
  text-align: left;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 125%;
  margin-left: -25%;
  z-index: 2;
  padding: 55px;
}
@media only screen and (max-width: 47.9375em) {
  .product-drilldown .c7-product-bundle .c7-bundle-item-content {
    margin-left: 5%;
    margin-top: -5%;
    padding: 25px 15px;
    position: relative;
    text-align: center;
    width: 90%;
  }
}
.product-drilldown .c7-product-bundle .c7-bundle-item-content a {
  text-decoration: none;
}
.product-drilldown .c7-product-bundle .c7-bundle-item-content p {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .product-drilldown .c7-product-bundle .c7-product__bundle--item:nth-child(2n) .c7-bundle-item-image {
    margin-left: auto;
    order: 1;
  }
  .product-drilldown .c7-product-bundle .c7-product__bundle--item:nth-child(2n) .c7-bundle-item-image:after {
    left: -10%;
    right: unset;
  }
  .product-drilldown .c7-product-bundle .c7-product__bundle--item:nth-child(2n) .c7-bundle-item-content {
    margin-left: 0;
  }
}
.product-drilldown .c7-product-video {
  margin: 100px 0;
  margin-top: 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.product-drilldown .c7-product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-drilldown .c7-product-find-our-wines {
  margin: 100px 0;
}
.product-drilldown .c7-product-find-our-wines .button-link-container {
  width: 100%;
  margin-top: 0;
}

#c7-content .c7-account-login__password-options {
  text-align: center;
}
#c7-content .c7-account .c7-account__menu a {
  text-decoration: none;
}
#c7-content .c7-account .c7-account__menu a:hover {
  border-color: #424D18;
}
#c7-content .c7-account .c7-account__menu .c7-active a {
  border-color: #4b413b;
}
#c7-content .c7-account .c7-account__menu li:nth-child(4) {
  display: none;
}
#c7-content .c7-account .c7-account__header {
  background: none;
}
#c7-content .c7-account .c7-account-block:nth-child(3) {
  display: none;
}
#c7-content .c7-account .c7-receipt__header > .c7-btn {
  margin: 20px auto 0;
  max-width: fit-content;
}
#c7-content .c7-account .c7-club-product__details__title {
  color: #292621;
  font-family: "Berling";
  font-size: 17px;
  font-style: italic;
  line-height: 1.45;
  letter-spacing: 0;
}
@media only screen {
  #c7-content .c7-account .c7-club-product__details__title {
    font-size: 20.9px;
  }
}
@media only screen and (min-width: 48em) {
  #c7-content .c7-account .c7-club-product__details__title {
    font-size: 23.5px;
  }
}
@media only screen and (min-width: 64em) {
  #c7-content .c7-account .c7-club-product__details__title {
    font-size: 26.1px;
  }
}
@media only screen and (min-width: 81.250625em) {
  #c7-content .c7-account .c7-club-product__details__title {
    font-size: 30px;
  }
}
#c7-content .c7-account .c7-club-product__details__add-group {
  flex-wrap: wrap;
}
#c7-content .c7-account .c7-club-product__details__add-group .c7-club-product__details__quantity {
  align-items: center;
  display: flex;
}
#c7-content .c7-account .c7-club-product__details__add-group .c7-club-product__details__quantity .c7-btn {
  font-size: 1.8em;
  padding: 0 10px 2px;
}
#c7-content .c7-account .c7-club-product__details__add-group .c7-club-product__details__quantity .c7-club-product__details__quantity__restriction {
  display: block;
  margin: 0 0 0 20px;
}
#c7-content .c7-account .c7-account-club-shipment__selected-products .c7-order-item button {
  background: #424D18;
  height: 24px;
  height: 24px;
}
#c7-content .c7-account .c7-account-club-shipment__selected-products .c7-order-item button:hover, #c7-content .c7-account .c7-account-club-shipment__selected-products .c7-order-item button:focus {
  background: #424D18;
}
#c7-content .c7-account .c7-order-summary__title {
  color: #424D18;
  margin: 0 5px 2px 0;
}
#c7-content .c7-account .c7-order-summary__value {
  color: #424D18;
}
#c7-content .c7-account .c7-table__number a {
  color: #424D18;
}
#c7-content .c7-back::before {
  filter: sepia(1);
}

#c7-content {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

/*********************
Single Product page
*********************/
.breadcrumbs {
  text-transform: uppercase;
  margin: 2% 0;
  font-size: var(--theme-pmin-size);
}
.breadcrumbs a {
  display: inline-block;
  color: #424D18;
  text-decoration: none;
  transition: all 0.2s ease;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.product-section {
  background-color: white;
}

.product-container {
  display: flex;
  padding: 180px 0 80px;
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .product-container {
    display: block;
    padding: 30px 0;
  }
}
.product-container .sticky-product-container {
  display: none;
  height: 80px;
  box-sizing: border-box;
  align-items: center;
  padding: 5px;
}
.product-container .sticky-product-container.sticky-scroll {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  background-color: white;
  padding: 5px 20px;
  z-index: 1;
  box-shadow: 0 42px 114px -20px rgba(0, 0, 0, 0.19);
}
@media (max-width: 768px) {
  .product-container .sticky-product-container.sticky-scroll {
    display: block;
    padding: 5px;
    height: unset;
  }
}
.product-container .sticky-product-container .sticky-product-detail {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .product-container .sticky-product-container .sticky-product-detail {
    display: none;
  }
}
.product-container .sticky-product-container .sticky-product-detail img {
  height: 60px;
}
.product-container .sticky-product-container .sticky-product-detail h3 {
  font-size: 25px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .product-container .sticky-product-container .sticky-product-detail h3 {
    padding-left: 10px;
  }
}
.product-container .sticky-product-container .c7-product__variant .c7-product__variant__price {
  display: none;
}
@media (max-width: 768px) {
  .product-container .sticky-product-container .c7-product__variant .c7-product__variant__add-to-cart {
    justify-content: space-between;
  }
}
.product-container .sticky-product-container .c7-product__variant .c7-product__variant__add-to-cart input {
  height: 47px;
  width: 43px;
}
.product-container .sticky-product-container .c7-product__variant .c7-product__variant__add-to-cart .c7-button {
  background: transparent;
  border: none;
  color: white;
  margin: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  text-transform: uppercase;
  width: 240px;
}
@media (max-width: 768px) {
  .product-container .sticky-product-container .c7-product__variant .c7-product__variant__add-to-cart .c7-button {
    flex: 1;
  }
}
.product-container.gift_product .product-image {
  flex-basis: 50%;
}
.product-container.gift_product .product-image img {
  width: 100%;
  height: unset;
  object-fit: cover;
  min-height: unset;
}
.product-container.gift_product .product-detail {
  flex-basis: 42%;
  margin-right: 3%;
}
.product-container.gift_product .product-detail .product-description {
  padding-top: 18px;
}
.product-container.gift_product .product-detail .product-anchor-nav {
  border: none;
}
.product-container .product-image {
  flex-basis: 19.5%;
  background-color: white;
  margin-right: 13%;
  position: relative;
}
.product-container .product-image .product-badge {
  position: absolute;
  top: 200px;
  left: calc(50% - 120px);
  display: flex;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px;
  box-sizing: border-box;
}
.product-container .product-image .product-badge .rating-pt {
  font-size: 16px;
}
.product-container .product-image .product-badge .rating-pt span {
  font-size: 10px;
  display: block;
}
@media (max-width: 768px) {
  .product-container .product-image {
    display: none;
  }
}
.product-container .product-image img {
  height: 724px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.product-container .product-detail {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .product-container .product-detail h1 {
    font-size: 28px;
    text-align: center;
  }
}
.product-container .product-detail .radio-boxes {
  display: flex;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .product-container .product-detail .radio-boxes {
    justify-content: space-between;
    padding-top: 26px;
  }
}
@media (max-width: 768px) {
  .product-container .product-detail .radio-boxes .radbox {
    flex-basis: 45%;
  }
}
.product-container .product-detail .radio-boxes .radbox:hover {
  cursor: pointer;
}
.product-container .product-detail .radio-boxes .radbox .rad-text {
  display: flex;
  width: 200px;
  height: 55px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .product-container .product-detail .radio-boxes .radbox .rad-text {
    width: unset;
    padding: 7px;
  }
}
.product-container .product-detail .radio-boxes .radbox input[type=radio] {
  display: none;
}
.product-container .product-detail .radio-boxes .radbox input[type=radio]:checked + .rad-text {
  border: 4px solid #1b282f;
  color: #1b282f;
}
.product-container .product-detail .product-description {
  padding-top: 20px;
}
.product-container .product-detail .product-description p {
  line-height: 1.8;
}
.product-container .product-detail .product-anchor-nav {
  max-width: 400px;
  height: 38px;
  border-bottom: 1px solid #cecece;
  padding-top: 40px;
}
.product-container .product-detail .product-anchor-nav a {
  margin-right: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-container .product-detail .product-anchor-nav a {
    margin-right: 12px;
  }
}
.product-container .product-detail .product-anchor-nav a:hover {
  cursor: pointer;
}
.product-container .product-detail .wine-data-download {
  padding-top: 30px;
  display: flex;
  text-decoration: none;
  align-items: center;
}
.product-container .product-detail .wine-data-download .icon-download {
  font-size: 21px;
}
.product-container .product-detail .wine-data-download span:last-child {
  text-decoration: underline;
  padding-left: 15px;
}
.product-container .product-detail .product-image-mobile {
  display: none;
}
@media (max-width: 768px) {
  .product-container .product-detail .product-image-mobile {
    display: block;
    text-align: center;
    padding: 20px 0;
    position: relative;
  }
  .product-container .product-detail .product-image-mobile .product-badge {
    position: absolute;
    top: 78px;
    left: calc(50% - 65px);
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
  }
  .product-container .product-detail .product-image-mobile .product-badge .rating-pt {
    font-size: 16px;
  }
  .product-container .product-detail .product-image-mobile .product-badge .rating-pt span {
    font-size: 10px;
    display: block;
  }
  .product-container .product-detail .product-image-mobile img {
    max-height: 300px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .product-container .product-detail h3 {
    text-align: center;
  }
}
.product-container .product-detail .c7-product__variant .c7-product__variant__price {
  display: flex;
  width: 194px;
  border: 3px solid black;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  padding: 3px 0;
  box-sizing: border-box;
  height: 60px;
}
.product-container .product-detail .c7-product__variant .c7-product__variant__price .c7-product__variant__price__compare {
  order: 2;
  font-size: 16px;
}
.product-container .product-detail .c7-product__variant .c7-product__variant__price .c7-product__variant__price__sale {
  color: red;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 400;
}
.product-container .product-detail .c7-product__variant .c7-product__variant__price .c7-product__variant__price__normal {
  font-size: 16px;
  margin-right: 55px;
  color: black;
}
.product-container .product-detail .c7-product__variant .c7-product__variant__price .c7-product__variant__price__title {
  text-transform: capitalize;
}
.product-container .product-detail .c7-product__variant .c7-product__variant__price p {
  margin-bottom: 0;
  font-size: 16px;
  color: #696969;
  line-height: 1;
  margin-top: -15px;
}
.product-container .product-detail .c7-product__variant .c7-product__variant__add-to-cart {
  background: none;
}
.product-container .product-detail .c7-product__variant .c7-product__variant__add-to-cart input {
  width: 43px;
  height: 47px;
}
.product-container .product-detail .c7-product__variant .c7-product__variant__add-to-cart .c7-button {
  width: 283px;
  height: 49px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.86px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b282f;
  border-radius: 30px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-container .product-detail .c7-product__variant .c7-product__variant__add-to-cart .c7-button {
    flex: 1;
  }
}

.wine-spec-container {
  display: flex;
  align-items: center;
  padding: 0 0 0 13%;
  background-color: #1b282f;
  min-height: 400px;
}
@media (max-width: 1600px) {
  .wine-spec-container {
    padding: 0 0 0 5%;
  }
}
.wine-spec-container .wine-spec {
  display: flex;
  width: 100%;
  color: white;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .wine-spec-container .wine-spec {
    display: block;
    padding-bottom: 30px;
  }
}
.wine-spec-container .wine-spec .wine-spec-title {
  color: white;
  position: relative;
}
.wine-spec-container .wine-spec .wine-spec-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 47px;
  height: 4px;
}
@media (max-width: 1024px) {
  .wine-spec-container .wine-spec .wine-spec-title::after {
    bottom: 23px;
  }
}
@media (max-width: 1024px) {
  .wine-spec-container .wine-spec .wine-spec-title {
    padding: 60px 0 33px;
  }
}
.wine-spec-container .wine-spec .wine-spec-left {
  flex-basis: 20%;
  margin-right: 4%;
}
@media (max-width: 1024px) {
  .wine-spec-container .wine-spec .wine-spec-left {
    flex-basis: 100%;
    max-width: 320px;
  }
}
.wine-spec-container .wine-spec .wine-spec-right {
  flex-basis: 73%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .wine-spec-container .wine-spec .wine-spec-right {
    flex-basis: 100%;
    max-width: 320px;
  }
}
.wine-spec-container .wine-spec .wine-spec-right .wine-spec-right-col {
  flex-basis: 30%;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .wine-spec-container .wine-spec .wine-spec-right .wine-spec-right-col {
    flex-basis: 100%;
  }
}
.wine-spec-container .wine-spec .wine-spec-right .wine-spec-right-col .wine-spec-label {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.overlay.modal-show {
  visibility: visible;
  opacity: 1;
}
.overlay .product-modal {
  width: 500px;
  max-width: 87%;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 40px;
  text-align: center;
}
.overlay .product-modal .product-modal-img {
  padding: 40px;
  text-align: center;
}
.overlay .product-modal .product-modal-img .product-badge {
  display: none;
}
.overlay .product-modal .product-modal-img img {
  max-height: 300px;
  max-width: 100%;
}
.overlay .product-modal .icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
}
.overlay .product-modal .icon-close:hover {
  cursor: pointer;
}
.overlay .product-modal .btn-checkout {
  display: block;
  font-size: 16px;
  background-color: #a28b51;
  max-width: 200px;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  padding: 20px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.overlay .product-modal .btn-viewcart {
  text-decoration: none;
  padding: 20px 0 40px;
  display: block;
  text-transform: uppercase;
  color: #373b3c;
}
.overlay .loading-gif {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pagepopup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
}
.pagepopup-container.modal-show {
  visibility: visible;
  opacity: 1;
}
.pagepopup-container .pagepopup {
  width: 840px;
  max-width: 87%;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
}
@media (max-width: 768px) {
  .pagepopup-container .pagepopup {
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.pagepopup-container .pagepopup.popup1 {
  display: block;
}
@media (max-width: 768px) {
  .pagepopup-container .pagepopup.popup1 h1 {
    padding-top: 100px;
  }
}
.pagepopup-container .pagepopup .popup-left {
  min-width: 200px;
}
@media (max-width: 768px) {
  .pagepopup-container .pagepopup .popup-left {
    height: 200px;
  }
}
.pagepopup-container .pagepopup .popup-right {
  flex: 1;
  text-align: left;
  padding: 0 70px;
}
@media (max-width: 768px) {
  .pagepopup-container .pagepopup .popup-right {
    padding: 0 10px;
  }
}
.pagepopup-container .pagepopup .popup-right p {
  margin: 0;
}
.pagepopup-container .pagepopup .popup-right a {
  justify-content: center;
}
.pagepopup-container .pagepopup .icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
}
.pagepopup-container .pagepopup .icon-close:hover {
  cursor: pointer;
}
.pagepopup-container .pagepopup p {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}
.pagepopup-container .pagepopup .no-thanks {
  padding: 60px 0 40px;
  font-weight: 600;
  font-size: 16px;
}
.pagepopup-container .pagepopup .no-thanks:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .pagepopup-container .pagepopup .no-thanks {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pagepopup-container .pagepopup h1 {
  padding-top: 70px;
  font-size: 43px;
}
@media (max-width: 768px) {
  .pagepopup-container .pagepopup h1 {
    padding-top: 20px;
  }
}
.pagepopup-container .pagepopup .v65-widgetFormWrapper {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .pagepopup-container .pagepopup .v65-widgetFormWrapper {
    width: unset !important;
  }
}
.pagepopup-container .pagepopup .v65-widgetFormWrapper form {
  width: unset !important;
  color: black;
}
.pagepopup-container .pagepopup .v65-widgetFormWrapper form fieldset {
  border: none;
}
.pagepopup-container .pagepopup .v65-widgetFormWrapper form fieldset legend {
  display: none;
}
.pagepopup-container .pagepopup .v65-widgetFormWrapper form fieldset label {
  display: none;
}
.pagepopup-container .pagepopup .v65-widgetFormWrapper form fieldset input {
  border: none;
  border-bottom: 2px solid black;
  box-sizing: border-box;
  background: transparent;
  min-width: 80%;
  height: 40px;
  font-size: 24px;
  margin-top: 22px;
  margin-right: 27px;
}
.pagepopup-container .pagepopup .v65-widgetFormWrapper form fieldset input:focus {
  outline: none;
}
@media (max-width: 768px) {
  .pagepopup-container .pagepopup .v65-widgetFormWrapper form fieldset input {
    float: unset;
    margin-right: unset;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
  }
}
.pagepopup-container .pagepopup .v65-widgetFormWrapper form fieldset button {
  display: flex;
  width: 250px;
  height: 50px;
  border: none;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .pagepopup-container .pagepopup .v65-widgetFormWrapper form fieldset button {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
}
.pagepopup-container .pagepopup .v65-widgetFormWrapper form fieldset button:hover {
  cursor: pointer;
}

.add-to-cart-form {
  display: flex;
  padding-top: 40px;
}
.add-to-cart-form .quantity {
  width: 55px;
  text-align: center;
  margin-right: 15px;
  font-size: 16px;
  border: 1px solid #999;
  box-sizing: border-box;
}

.add-to-cart-btn {
  width: 283px;
  height: 49px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.86px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #373b3c;
  border-radius: 30px;
  cursor: pointer;
}
.add-to-cart-btn.per-case {
  display: none;
  margin-top: 40px;
  width: 353px;
  max-width: 100%;
}
.add-to-cart-btn:hover {
  cursor: pointer;
}

.add-to-cart-alternate {
  display: none;
  padding-top: 40px;
}
.add-to-cart-alternate .per-alternate-quantity {
  width: 55px;
  text-align: center;
  margin-right: 15px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #999;
}

div[v65remotejs=modalCart] {
  display: none !important;
}

.food-paring {
  display: flex;
}
@media (max-width: 768px) {
  .food-paring {
    display: block;
  }
}
.food-paring .food-paring-img {
  flex-basis: 50%;
}
.food-paring .food-paring-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food-paring .food-paring-detail {
  flex-basis: 50%;
  padding: 80px;
  background-color: white;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .food-paring .food-paring-detail {
    padding: 20px;
  }
}
.food-paring .food-paring-detail h2 {
  position: relative;
}
.food-paring .food-paring-detail h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 47px;
  height: 4px;
  background-color: #315e6f;
}

.gift-items-container {
  padding: 100px 0;
  background-color: #373b3c;
}
.gift-items-container .gift-items {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.gift-items-container .gift-items .gift-item {
  flex-basis: 25%;
  display: flex;
  position: relative;
  background-color: white;
  align-items: center;
  padding-left: 20px;
  height: 160px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .gift-items-container .gift-items .gift-item {
    flex-basis: 74%;
    margin: 17px 10px 26px 57px;
  }
}
.gift-items-container .gift-items .gift-item a {
  text-decoration: none;
}
.gift-items-container .gift-items .gift-item h3 {
  font-size: 24px;
}
.gift-items-container .gift-items .gift-item .item-images {
  height: 100%;
  display: flex;
  align-items: center;
  width: 80px;
}
.gift-items-container .gift-items .gift-item .item-images a {
  height: 100%;
}
.gift-items-container .gift-items .gift-item .item-images img {
  height: 170px;
}
.gift-items-container .gift-items .gift-item span {
  position: absolute;
  left: -45px;
  top: 50%;
  background-color: #ddd084;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  transform: translateY(-50%);
  color: #373b3c;
}
.gift-items-container h2 {
  color: white;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.gift-items-container h2:after {
  content: "";
  height: 5px;
  background-color: #a28b51;
  position: absolute;
  bottom: -11px;
  width: 60px;
  left: 49%;
}
@media (max-width: 768px) {
  .gift-items-container h2:after {
    left: calc(50% - 118px);
  }
}

div.profile, section.profile {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  div.profile, section.profile {
    padding: 0;
  }
}
div.profile .profile-photo, section.profile .profile-photo {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  div.profile .profile-photo, section.profile .profile-photo {
    flex-basis: 100%;
  }
}
div.profile .profile-photo img, section.profile .profile-photo img {
  width: 100%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 15px 13px 26px -4px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
div.profile .profile-content, section.profile .profile-content {
  flex-basis: 45%;
}
@media (max-width: 768px) {
  div.profile .profile-content, section.profile .profile-content {
    flex-basis: 100%;
    padding: 20px;
  }
  div.profile .profile-content p, section.profile .profile-content p {
    margin-bottom: 0;
  }
}

.recipe {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recipe .recipe-img {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .recipe .recipe-img {
    flex-basis: 100%;
  }
}
.recipe .recipe-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recipe .recipe-detail {
  flex-basis: 50%;
  padding: 100px;
  box-sizing: border-box;
  background-color: white;
}
@media (max-width: 768px) {
  .recipe .recipe-detail {
    flex-basis: 100%;
    padding: 20px;
  }
}

section.content-block.ww__blog {
  margin-top: 0;
}
section.content-block.ww__blog .page-heading {
  text-align: center;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.post-navigation .additional-posts {
  width: 100%;
  margin-bottom: 5%;
}
.post-navigation .filler {
  visibility: hidden;
}
.post-navigation .post-image {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-navigation .text-info {
  padding: 1em;
}
.post-navigation .text-info h4, .post-navigation .text-info form legend, form .post-navigation .text-info legend {
  font-size: var(--theme-h4min-size);
}
.post-navigation .text-info a {
  font-size: var(--theme-pmin-size);
  color: #424D18;
}
.post-navigation .prev-post {
  text-align: right;
}
.post-navigation .next-post {
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .post-navigation {
    flex-direction: row;
  }
  .post-navigation .additional-posts {
    width: 49%;
    margin: initial;
  }
}

.single-family-member .introduction-container {
  display: flex;
  flex-direction: column;
}
.single-family-member .image-container {
  width: 100%;
  text-align: center;
}
.single-family-member .introduction-text {
  width: 100%;
  text-align: center;
}
.single-family-member .introduction-text h2 {
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .single-family-member .breadcrumbs {
    font-size: var(--theme-p-size);
    text-align: left;
  }
  .single-family-member .introduction-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .single-family-member .image-container, .single-family-member .introduction-text {
    width: 49%;
    text-align: left;
  }
}

.single-golf-member .introduction-container {
  display: flex;
  flex-direction: column;
}
.single-golf-member .image-container {
  width: 100%;
  text-align: center;
}
.single-golf-member .introduction-text {
  width: 100%;
  text-align: center;
}
.single-golf-member .introduction-text h2 {
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .single-golf-member .breadcrumbs {
    font-size: var(--theme-p-size);
    text-align: left;
  }
  .single-golf-member .introduction-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .single-golf-member .image-container, .single-golf-member .introduction-text {
    width: 49%;
    text-align: left;
  }
}

.mini-featured-wines-container {
  padding: 30px 0;
}
@media only screen and (min-width: 48em) {
  .mini-featured-wines-container {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 64em) {
  .mini-featured-wines-container {
    padding: 50px 0;
  }
}
.mini-featured-wines-container .block-header {
  display: flex;
  justify-content: space-between;
}
.mini-featured-wines-container .block-header .block-title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}
.mini-featured-wines-container .block-header .block-title:after {
  content: "";
  display: block;
  height: 2px;
  background: #cecece !important;
  flex: auto;
  margin-left: 12px;
}
.mini-featured-wines-container .block-header .block-link {
  display: flex;
  align-items: center;
  width: 100%;
}
.mini-featured-wines-container .block-header .block-link:before {
  content: "";
  display: block;
  height: 2px;
  background: #cecece;
  flex: auto;
  margin-right: 12px;
}
@media only screen and (max-width: 47.9375em) {
  .mini-featured-wines-container .block-header .block-link {
    display: none;
  }
}
.mini-featured-wines-container .block-footer {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 48em) {
  .mini-featured-wines-container .block-footer {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .mini-featured-wines-container .mini-featured-wines {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.mini-featured-wines-container .mini-featured-wines .mini-featured-wine {
  display: flex;
  align-items: center;
  background: white;
  width: 100%;
  margin-top: 30px;
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  .mini-featured-wines-container .mini-featured-wines .mini-featured-wine {
    width: 45%;
    margin-top: 40px;
  }
}
.mini-featured-wines-container .mini-featured-wines .mini-featured-wine .wine-title {
  padding: 20px;
  width: 80%;
}
.mini-featured-wines-container .mini-featured-wines .mini-featured-wine .wine-photo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25%;
  height: 200px;
}

.content_block.single-recipe {
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe {
    padding: 0;
  }
}
@media only screen and (min-width: 64em) {
  .content_block.single-recipe {
    padding: 0;
  }
}
.content_block.single-recipe .sm-inner {
  max-width: 1000px;
}
.content_block.single-recipe .sm-inner .recipe-title {
  text-align: center;
  text-transform: uppercase;
}
.content_block.single-recipe .sm-inner .time-needed-container {
  text-align: center;
  color: #424D18;
  text-transform: uppercase;
}
.content_block.single-recipe .sm-inner .share-block {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_block.single-recipe .sm-inner .share-block .sm_desc {
  margin-right: 12px;
}
.content_block.single-recipe .sm-inner .share-block a {
  text-decoration: none;
  color: #616262;
}
.content_block.single-recipe .sm-inner .share-block a .icon {
  font-size: 21px;
}
.content_block.single-recipe .sm-inner .share-block a:not(:last-child) {
  margin-right: 21px;
}
.content_block.single-recipe .sm-inner .recipe-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  margin: 30px 0;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe .sm-inner .recipe-photo {
    height: 400px;
    margin: 50px 0;
  }
}
@media only screen and (min-width: 64em) {
  .content_block.single-recipe .sm-inner .recipe-photo {
    height: 570px;
    margin: 70px 0;
  }
}
.content_block.single-recipe .sm-inner .instruction {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.content_block.single-recipe .sm-inner .instruction .download-spec {
  display: flex;
  align-items: center;
  text-transform: none;
}
.content_block.single-recipe .sm-inner .instruction .download-spec .icon {
  margin-right: 11px;
  font-size: 21px;
}
.content_block.single-recipe .sm-inner .recipe-details {
  padding-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe .sm-inner .recipe-details {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
  }
}
.content_block.single-recipe .sm-inner .recipe-details .ingredients {
  padding: 20px 0;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe .sm-inner .recipe-details .ingredients {
    margin-right: 70px;
    min-width: 300px;
    width: 40%;
    margin: 0 1em 0 0;
  }
}
@media only screen and (min-width: 64em) {
  .content_block.single-recipe .sm-inner .recipe-details .ingredients {
    margin-right: 100px;
    min-width: 350px;
  }
}
.content_block.single-recipe .sm-inner .recipe-details .ingredients h2 {
  text-align: center;
  text-transform: uppercase;
}
.content_block.single-recipe .sm-inner .recipe-details .ingredients h3 {
  padding-top: 20px;
  text-align: center;
}
.content_block.single-recipe .sm-inner .recipe-details .ingredients .ingredient {
  padding: 10px 0;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe .sm-inner .recipe-details .ingredients .ingredient {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 64em) {
  .content_block.single-recipe .sm-inner .recipe-details .ingredients .ingredient {
    padding: 20px 0;
  }
}
.content_block.single-recipe .sm-inner .recipe-details .ingredients .ingredient:not(:last-child) {
  background-image: linear-gradient(to right, #bebebe 39%, rgba(0, 0, 0, 0) 0%);
  background-position: bottom;
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.content_block.single-recipe .sm-inner .recipe-details .image-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe .sm-inner .recipe-details .image-content {
    width: 60%;
  }
}
.content_block.single-recipe .sm-inner .recipe-details .image-content .image-wrapper {
  position: relative;
  width: 100%;
}
.content_block.single-recipe .sm-inner .recipe-details .image-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe .sm-inner .recipe-details .image-content img {
    max-height: none;
    height: auto;
  }
}
.content_block.single-recipe .sm-inner .recipe-details .image-content .badge {
  background-image: url("assets/images/WFV_Logo_Quatrefoil_Gold_RGB.png");
  height: 10%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  bottom: -4%;
  left: 40%;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe .sm-inner .recipe-details .image-content .badge {
    height: 25%;
    left: -10%;
    bottom: -5%;
  }
}
.content_block.single-recipe .sm-inner .steps {
  padding: 20px 0;
}
.content_block.single-recipe .sm-inner .steps h2 {
  text-align: center;
  text-transform: uppercase;
}
.content_block.single-recipe .sm-inner .steps .step {
  display: flex;
  padding: 10px 0;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe .sm-inner .steps .step {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 64em) {
  .content_block.single-recipe .sm-inner .steps .step {
    padding: 20px 0;
  }
}
.content_block.single-recipe .sm-inner .steps .step .number {
  color: var(--theme-primary-accent-color);
  border: 1px solid;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 12px;
}
.content_block.single-recipe .sm-inner .steps .step .recipe-step {
  padding-top: 3px;
  flex: 1;
}
.content_block.single-recipe .sm-inner .steps .step p {
  margin-bottom: 0;
}
.content_block.single-recipe .hr {
  max-width: 1200px;
  margin: 80px auto;
  background-color: #cecece;
  height: 2px;
}
.content_block.single-recipe .other-favorites {
  background-color: #ffffff;
  padding: 50px 0;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe .other-favorites {
    padding: 65px 0;
  }
}
@media only screen and (min-width: 64em) {
  .content_block.single-recipe .other-favorites {
    padding: 80px 0;
  }
}
.content_block.single-recipe .other-favorites h2 {
  text-align: center;
}
.content_block.single-recipe .other-favorites .other-recipes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.content_block.single-recipe .other-favorites .other-recipes .other-recipe {
  max-width: 560px;
  width: 100%;
  margin: 25px 0;
}
@media only screen and (min-width: 64em) {
  .content_block.single-recipe .other-favorites .other-recipes .other-recipe {
    margin: 40px 0;
  }
}
.content_block.single-recipe .other-favorites .other-recipes .other-recipe a {
  text-decoration: none;
}
.content_block.single-recipe .other-favorites .other-recipes .other-recipe .thumbnail {
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 48em) {
  .content_block.single-recipe .other-favorites .other-recipes .other-recipe .thumbnail {
    height: 300px;
  }
}
@media only screen and (min-width: 64em) {
  .content_block.single-recipe .other-favorites .other-recipes .other-recipe .thumbnail {
    height: 350px;
  }
}

.ww__anchor-link {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  height: 0;
}

section.content-block.ww__carousel .single-carousel-container {
  position: relative;
}
section.content-block.ww__carousel .single-carousel-container .media-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
section.content-block.ww__carousel .single-carousel-container .media-container iframe, section.content-block.ww__carousel .single-carousel-container .media-container .thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.content-block.ww__carousel .single-carousel-container .media-overlay {
  background: none;
  height: 0;
  left: 0;
  padding-top: 56.25%;
  position: absolute;
  top: 0;
  width: 100%;
}
section.content-block.ww__carousel .carousel-link {
  display: block;
  text-align: center;
}
section.content-block.ww__carousel .block-button {
  left: 50%;
  transform: translateX(-50%);
}
section.content-block.ww__carousel .slick-slide {
  height: auto;
}

section.content-block.ww__column {
  position: relative;
}
section.content-block.ww__column .col_item.col_item_cta_group {
  display: flex;
  flex-wrap: wrap;
}
section.content-block.ww__column .col_item.col_item_cta_group .cta-text {
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
section.content-block.ww__column .col_item.col_item_image > div {
  position: relative;
}
section.content-block.ww__column .col_item.col_item_image > div a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
section.content-block.ww__column .col_item.col_item_image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
section.content-block.ww__column .col_item.col_item_image .caption {
  font-size: 0.65em;
  font-style: normal;
}
section.content-block.ww__column .col_item.col_item_image_bg {
  width: 100%;
  height: 100%;
  position: static !important;
}
@media only screen and (max-width: 767px) {
  section.content-block.ww__column .col_item.col_item_image_bg {
    margin-bottom: 0;
  }
}
section.content-block.ww__column .col_item.col_item_image_bg .img_bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
section.content-block.ww__column .col_item.col_item_image_bg .img_bg img {
  opacity: 0;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item.col_item_image_bg .img_bg img {
    display: none;
  }
}
section.content-block.ww__column .col_item.col_item_c7_reservation .c7-form__group {
  display: block;
}
section.content-block.ww__column .col_item.col_item_c7_reservation .c7-form__group > * {
  margin-bottom: 20px;
}
section.content-block.ww__column .col_item.col_item_c7_reservation .c7-form__group .date-picker,
section.content-block.ww__column .col_item.col_item_c7_reservation .c7-form__group select {
  color: #373b3c;
}
section.content-block.ww__column .col_item.col_item_header h2 {
  font-size: var(--theme-h2min-size);
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item.col_item_header h2 {
    font-size: var(--theme-h2-size);
  }
}
section.content-block.ww__column .col_item.col_item_subheader h3 {
  font-size: var(--theme-h3min-size);
  margin: 0.15em 0;
  font-style: italic;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item.col_item_subheader h3 {
    font-size: var(--theme-h3-size);
  }
}
section.content-block.ww__column .col_item.col_item_text {
  margin: 0.5em 0;
}
section.content-block.ww__column .col_item.col_item_text *:last-child {
  margin-bottom: 0;
}
section.content-block.ww__column .col_item.col_item_c7_form {
  width: 100%;
}
section.content-block.ww__column .col_item.col_item_c7_form h2 {
  font-size: var(--theme-h2min-size);
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item.col_item_c7_form h2 {
    font-size: var(--theme-h2-size);
  }
}
section.content-block.ww__column .col_item.col_item_c7_form .c7-form {
  max-width: 600px;
}
section.content-block.ww__column .col_item.col_item_c7_form .c7-button {
  margin: 20px auto 0;
}
section.content-block.ww__column .col_count_2 .col_item.col_item_text {
  padding: 0;
}
@media only screen and (min-width: 64em) {
  section.content-block.ww__column .col_count_2 .col_item.col_item_text {
    max-width: 800px;
  }
}
section.content-block.ww__column .col_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.content-block.ww__column .col_item_premade_single_column {
  margin: 3% 0;
}
section.content-block.ww__column .col_item_premade_single_column .heading-container h2 {
  font-size: var(--theme-h2min-fancy-size);
  margin: 15px 0;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_single_column .heading-container h2 {
    font-size: var(--theme-h2-fancy-size);
  }
}
section.content-block.ww__column .col_item_premade_single_column .subheading-container h3 {
  font-size: 26px;
  margin: 0;
  font-style: italic;
  text-align: center;
}
section.content-block.ww__column .col_item_premade_single_column .body-container p {
  text-align: center;
  margin: 1em auto;
}
@media (min-width: 700px) {
  section.content-block.ww__column .col_item_premade_single_column .body-container p {
    max-width: 75%;
  }
}
section.content-block.ww__column .col_item_premade_single_column .button-link-container {
  width: 100%;
}
section.content-block.ww__column .col_item_premade_two_column .columns-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_two_column .columns-container {
    flex-direction: row;
  }
}
section.content-block.ww__column .col_item_premade_two_column .text-content, section.content-block.ww__column .col_item_premade_two_column .image-content {
  width: 100%;
  order: 0;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_two_column .text-content, section.content-block.ww__column .col_item_premade_two_column .image-content {
    order: initial;
  }
}
section.content-block.ww__column .col_item_premade_two_column .image-content img {
  object-fit: cover;
  object-position: center;
  height: 325px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_two_column .image-content img {
    height: 560px;
  }
}
section.content-block.ww__column .col_item_premade_two_column .text-content {
  order: 1;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_two_column .text-content {
    width: 45%;
    padding-right: 1em;
    order: initial;
  }
}
section.content-block.ww__column .col_item_premade_two_column .heading-container h2 {
  font-size: var(--theme-h2min-size);
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_two_column .heading-container h2 {
    text-align: left;
    font-size: var(--theme-h2-size);
  }
}
section.content-block.ww__column .col_item_premade_two_column .body-container p {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_two_column .body-container p {
    text-align: left;
  }
}
section.content-block.ww__column .col_item_premade_two_column .subheading-container h5 {
  font-size: var(--theme-h5min-size);
  font-style: italic;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_two_column .subheading-container h5 {
    text-align: left;
    font-size: var(--theme-h5-size);
  }
}
section.content-block.ww__column .col_item_premade_two_column .button-link-container {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_two_column .button-link-container {
    justify-content: flex-start;
  }
}
section.content-block.ww__column .col_item_premade_two_column .image-content {
  position: relative;
  width: 75%;
  margin-bottom: 3em;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_two_column .image-content {
    width: 50%;
  }
}
section.content-block.ww__column .col_item_premade_two_column .image-content .badge {
  width: 100%;
  height: 35%;
  background-image: url(assets/images/WFV_Logo_Quatrefoil_Gold_RGB.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  bottom: -5%;
  left: -5%;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__column .col_item_premade_two_column .image-content .badge {
    height: 45%;
    left: -10%;
    bottom: -10%;
  }
}
section.content-block.ww__column .acf-button-link {
  background-color: #424D18;
  color: #ffffff;
  display: flex !important;
  align-items: center;
  position: relative;
  font-family: "sweet-sans-pro", sans-serif;
  text-transform: uppercase;
  height: 42px;
  font-size: 16px;
}
@media (min-width: 1080px) {
  section.content-block.ww__column .acf-button-link {
    height: 52px;
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  section.content-block.ww__column .acf-button-link {
    height: 60px;
    font-size: 24px;
  }
}
section.content-block.ww__column .acf-text-link {
  color: #424D18;
  text-decoration: underline;
  font-family: "sweet-sans-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1em;
  margin: 1em 0;
}
section.content-block.ww__column.custom-theme .col_item_headline h1,
section.content-block.ww__column.custom-theme .col_item_headline h2,
section.content-block.ww__column.custom-theme .col_item_headline h3,
section.content-block.ww__column.custom-theme .col_item_headline h4,
section.content-block.ww__column.custom-theme .col_item_headline form legend,
form section.content-block.ww__column.custom-theme .col_item_headline legend,
section.content-block.ww__column.custom-theme .col_item_headline h5,
section.content-block.ww__column.custom-theme .col_item_headline h6 {
  color: inherit;
}
section.content-block.ww__column.custom-theme .col_item_cta_group .cta-text {
  color: inherit;
}
section.content-block.ww__column a {
  color: #424D18;
}
section.content-block.ww__column.product-section .col_item_header h2 {
  font-size: var(--theme-h2min-size);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media (min-width: 700px) {
  section.content-block.ww__column.product-section .col_item_header h2 {
    font-size: var(--theme-h2-size);
  }
}
section.content-block.ww__column.product-section .col_item_subheader h3 {
  font-size: var(--theme-h3min-size);
  font-style: italic;
  text-transform: capitalize;
  text-align: center;
}

.column-bg {
  background-color: #f4f1eb;
}

@media only screen and (min-width: 48em) {
  .col_count_1 .col_item {
    width: 55%;
  }
  .col_count_1 .col_item_premade_single_column, .col_count_1 .col_item_premade_two_column {
    width: 100%;
  }
  .col_count_1 .col_item_cta_group {
    width: auto;
  }
}
.col_count_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.col_count_2 .col {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .col_count_2 {
    flex-direction: row;
  }
  .col_count_2 .col {
    width: 49%;
  }
}

.col_item img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.col_item_shortcode {
  width: 100%;
}

.col_item_media .video-container {
  position: relative;
}
.col_item_media .video-container .thumbnail-background {
  top: 0;
}
.col_item_media .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wide-column .col_count_1 .col_item {
  width: 100%;
}

.center-button .col_item_cta_group {
  justify-content: center;
}

section.content-block.ww__contact_us .contact-location-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 5% 0 0;
}
section.content-block.ww__contact_us .contact-location-container .image-container {
  position: relative;
  width: 100%;
}
section.content-block.ww__contact_us .contact-location-container .image-container .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 95%;
  height: 350px;
  z-index: 1;
}
section.content-block.ww__contact_us .contact-location-container .image-container .background-accent {
  background-color: #f4f1eb;
  width: 95%;
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 5%;
  right: 0;
}
section.content-block.ww__contact_us .contact-location-container .text-container {
  margin-top: 5%;
  text-align: center;
}
section.content-block.ww__contact_us .contact-location-container .text-container h2 {
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__contact_us .contact-location-container {
    flex-direction: row;
  }
  section.content-block.ww__contact_us .contact-location-container .text-container {
    width: 48%;
    text-align: left;
  }
  section.content-block.ww__contact_us .contact-location-container .image-container {
    width: 48%;
  }
  section.content-block.ww__contact_us .contact-location-container .image-container .image {
    height: 500px;
  }
  section.content-block.ww__contact_us .contact-location-container:nth-child(odd) .image-container {
    order: 2;
  }
  section.content-block.ww__contact_us .contact-location-container:nth-child(odd) .text-container {
    order: 1;
  }
}

section.content-block.ww__countdown-timer.sticky {
  background-color: #e1d6be;
  padding: 1% 0;
  z-index: 9;
  position: sticky;
  opacity: 1;
}
section.content-block.ww__countdown-timer.sticky .content-wrapper {
  max-width: inherit;
}
section.content-block.ww__countdown-timer.sticky .countdown__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__description p {
  margin: 0;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__countdown-timer.sticky .countdown__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__description, section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__timer {
    width: 50%;
    margin: 0;
  }
}
section.content-block.ww__countdown-timer.sticky .countdown__container .countdown_headline {
  font-style: italic;
  text-align: center;
  font-size: var(--theme-h5min-size);
  margin: 0;
}
section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__timer {
  width: 50% !important;
}
section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__timer .countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 50%;
  max-width: 325px;
}
section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__timer .countdown-item, section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__timer span {
  margin: 0;
  font-weight: 400;
  font-size: var(--theme-pmin-size);
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__timer .countdown-item, section.content-block.ww__countdown-timer.sticky .countdown__container .countdown__timer span {
    font-size: var(--theme-p-size);
  }
}
section.content-block.ww__countdown-timer.normal {
  background-color: #f4f1eb;
  padding: 1% 0;
}
section.content-block.ww__countdown-timer.normal .countdown__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__countdown-timer.normal .countdown__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.content-block.ww__countdown-timer.normal .countdown__container .countdown__description, section.content-block.ww__countdown-timer.normal .countdown__container .countdown__timer {
    width: 50%;
    margin: 0;
  }
}
section.content-block.ww__countdown-timer.normal .countdown__container .countdown_headline {
  font-style: italic;
  text-align: center;
  font-size: var(--theme-h5min-size);
  margin: 0;
}
section.content-block.ww__countdown-timer.normal .countdown__container .countdown__timer {
  width: 100%;
}
section.content-block.ww__countdown-timer.normal .countdown__container .countdown__timer .countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 50%;
  max-width: 325px;
}
section.content-block.ww__countdown-timer.normal .countdown__container .countdown__timer .countdown-item, section.content-block.ww__countdown-timer.normal .countdown__container .countdown__timer span {
  margin: 0;
  font-weight: 400;
  font-size: var(--theme-pmin-size);
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__countdown-timer.normal .countdown__container .countdown__timer .countdown-item, section.content-block.ww__countdown-timer.normal .countdown__container .countdown__timer span {
    font-size: var(--theme-p-size);
  }
}

@media (min-width: 700px) {
  section.content-block.ww__explore_more .explore_more_items {
    display: flex;
    justify-content: space-between;
  }
}
section.content-block.ww__explore_more .explore-more-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
}
section.content-block.ww__explore_more .explore-more-item:last-of-type {
  margin: 0;
}
@media (min-width: 700px) {
  section.content-block.ww__explore_more .explore-more-item {
    width: 32%;
    margin: 0;
  }
}
section.content-block.ww__explore_more .explore-more-item .image-container {
  width: 95%;
  height: 100%;
  align-self: flex-start;
}
section.content-block.ww__explore_more .explore-more-item .image-container img {
  display: block;
  height: 400px !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__explore_more .explore-more-item .image-container img {
    height: 500px !important;
  }
}
section.content-block.ww__explore_more .explore-more-item .text-container {
  background-color: #f4f1eb;
  width: 95%;
  align-self: flex-end;
  height: 100%;
  margin-top: -15%;
  transition: all 0.2s ease;
}
@media (min-width: 700px) {
  section.content-block.ww__explore_more .explore-more-item .text-container {
    margin-top: -40%;
  }
}
section.content-block.ww__explore_more .explore-more-item .text-container .text {
  padding: 1em;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
section.content-block.ww__explore_more .explore-more-item .text-container .text a {
  font-size: var(--theme-pmin-size);
  display: flex;
  justify-content: flex-end;
  text-transform: uppercase;
  align-items: center;
  transition: all 0.2s ease;
  letter-spacing: 1.15px;
}
section.content-block.ww__explore_more .explore-more-item .text-container .text a svg {
  transform: rotate(90deg);
  fill: #373b3c;
  margin-left: 0.5em;
}
section.content-block.ww__explore_more .explore-more-item .text-container .text a:hover {
  text-decoration: underline;
}

section.content-block.ww__faq {
  /* title opened */
  /* title closed */
}
section.content-block.ww__faq .faq-heading {
  font-size: var(--theme-h2min-size);
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 700px) {
  section.content-block.ww__faq .faq-heading {
    font-size: var(--theme-h2-size);
  }
}
section.content-block.ww__faq .question {
  transition: all 0.1s ease;
  cursor: pointer;
}
section.content-block.ww__faq .answer {
  margin-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__faq .content-wrapper {
    width: 55%;
    margin: 0 auto;
  }
}
section.content-block.ww__faq .js-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  height: auto;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 0;
  text-align: left;
}
section.content-block.ww__faq .js-accordion__panel[aria-hidden=true] {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  padding: 0;
  margin-bottom: 0;
}
section.content-block.ww__faq .js-accordion__header {
  display: block;
  padding: 0;
  border: 0;
  background: none;
  width: 100%;
  text-align: left;
  font-style: italic;
  font-size: var(--theme-h3min-size);
}
@media (min-width: 700px) {
  section.content-block.ww__faq .js-accordion__header {
    font-size: var(--theme-h3min-size);
  }
}
section.content-block.ww__faq .js-accordion__header:before {
  margin-right: 1%;
  font-weight: 700;
}
section.content-block.ww__faq .js-accordion__header[aria-expanded=true] {
  color: #424D18;
}
section.content-block.ww__faq .js-accordion__header[aria-expanded=true]:before {
  content: "—";
}
section.content-block.ww__faq .js-accordion__header[aria-expanded=false]:before {
  content: "+";
}

.feature_banner_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 700px) {
  .feature_banner_container {
    flex-direction: row;
    position: relative;
  }
}
.feature_banner_container .banner_text_col {
  width: 100%;
  height: 100%;
  order: 1;
  background-color: #f4f1eb;
  text-align: center;
}
@media (min-width: 700px) {
  .feature_banner_container .banner_text_col {
    width: 60%;
    order: 0;
    text-align: left;
  }
}
.feature_banner_container .banner_text_col .banner_text {
  width: 75%;
  margin: 0 auto;
  padding: 1em;
  max-width: 720px;
}
@media (min-width: 700px) {
  .feature_banner_container .banner_text_col .banner_text {
    width: 60%;
  }
}
.feature_banner_container .banner_text_col .banner_text h2 {
  text-transform: uppercase;
  margin: 0;
}
.feature_banner_container .banner_text_col .banner_text h3 {
  font-style: italic;
  font-size: 24px;
}
.feature_banner_container .banner_text_col .banner_text .fancy-button path,
.feature_banner_container .banner_text_col .banner_text .fancy-button svg {
  fill: #424D18;
  stroke: #424D18;
}
.feature_banner_container .banner_text_col .banner_text .fancy-button span {
  border-color: #424D18;
  color: #ffffff;
}
.feature_banner_container .banner_text_col .banner_text .fancy-button .button-container {
  background-color: #424D18;
}
.feature_banner_container .banner_text_col .banner_text .fancy-button a:hover path,
.feature_banner_container .banner_text_col .banner_text .fancy-button a:hover svg {
  fill: #4b413b;
  stroke: #4b413b;
}
.feature_banner_container .banner_text_col .banner_text .fancy-button a:hover span {
  border-color: #4b413b;
}
.feature_banner_container .banner_text_col .banner_text .fancy-button a:hover .button-container {
  background-color: #4b413b;
}
.feature_banner_container .banner_image {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 300px;
  height: 100%;
}
@media (min-width: 700px) {
  .feature_banner_container .banner_image {
    width: 40%;
    order: 1;
    position: absolute;
    right: 0;
  }
}

section.content-block.ww__feature_card .headings-container {
  text-align: center;
  width: 90%;
  margin: 0 auto 5%;
}
section.content-block.ww__feature_card .headings-container h2 {
  text-transform: uppercase;
}
section.content-block.ww__feature_card .headings-container .h2-fancy {
  margin: 0;
  text-transform: capitalize;
  font-size: calc(2 * var(--theme-h2min-size));
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__feature_card .headings-container .h2-fancy {
    font-size: calc(2.5 * var(--theme-h2-size));
  }
}
section.content-block.ww__feature_card .headings-container h3 {
  font-style: italic;
  font-size: var(--theme-h5min-size);
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__feature_card .headings-container h3 {
    font-size: var(--theme-h5-size);
  }
}
section.content-block.ww__feature_card .card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 5%;
}
section.content-block.ww__feature_card .card-container:last-of-type {
  margin-bottom: 0;
}
section.content-block.ww__feature_card .card-container:nth-child(even) .image-container {
  align-self: center;
}
section.content-block.ww__feature_card .card-container:nth-child(even) .image-container .background-accent {
  left: -3%;
}
@media only screen and (min-width: 64em) {
  section.content-block.ww__feature_card .card-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto 5%;
    flex-direction: row;
  }
  section.content-block.ww__feature_card .card-container .text-container {
    text-align: left;
  }
  section.content-block.ww__feature_card .card-container:nth-child(even) .image-container {
    order: 1;
  }
  section.content-block.ww__feature_card .card-container:nth-child(even) .image-container .background-accent {
    left: 5%;
  }
  section.content-block.ww__feature_card .card-container:nth-child(even) .text-container {
    order: 2;
    margin-left: -5%;
    text-align: left;
  }
}
section.content-block.ww__feature_card .image-container {
  width: 100%;
  height: 375px;
  align-self: flex-start;
  position: relative;
  z-index: 0;
}
section.content-block.ww__feature_card .image-container .image {
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}
section.content-block.ww__feature_card .image-container .background-accent {
  position: absolute;
  background-color: #424D18;
  height: 100%;
  width: 100%;
  top: 15%;
  left: 3%;
  z-index: 0;
}
@media only screen and (min-width: 64em) {
  section.content-block.ww__feature_card .image-container {
    height: 500px;
    width: 50%;
    align-self: center;
    order: 1;
  }
  section.content-block.ww__feature_card .image-container .background-accent {
    top: 5%;
    height: 90%;
    left: -5%;
  }
}
section.content-block.ww__feature_card .text-container {
  background-color: #f4f1eb;
  padding: 38px;
  width: 100%;
  align-self: flex-end;
  z-index: 1;
}
section.content-block.ww__feature_card .text-container h2 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-size: var(--theme-h2min-size);
}
section.content-block.ww__feature_card .text-container h3 {
  font-style: italic;
  color: #424D18;
  font-size: var(--theme-h5min-size);
  text-align: center;
}
@media only screen and (min-width: 64em) {
  section.content-block.ww__feature_card .text-container {
    width: 50%;
    text-align: left;
    align-self: center;
    order: 0;
    margin: auto -5% auto 0;
  }
  section.content-block.ww__feature_card .text-container h2 {
    font-size: var(--theme-h2-size);
  }
  section.content-block.ww__feature_card .text-container h3 {
    font-size: var(--theme-h5-size);
    font-size: 24px;
  }
}
section.content-block.ww__feature_card .fancy-button {
  margin: 0;
}
@media only screen and (max-width: 63.9375em) {
  section.content-block.ww__feature_card .fancy-button {
    width: 100%;
  }
}
section.content-block.ww__feature_card .fancy-button path,
section.content-block.ww__feature_card .fancy-button svg {
  fill: #424D18;
  stroke: #424D18;
}
section.content-block.ww__feature_card .fancy-button span {
  border-color: #424D18;
  color: #ffffff;
}
section.content-block.ww__feature_card .fancy-button .button-container {
  background-color: #424D18;
}
section.content-block.ww__feature_card .fancy-button a:hover path,
section.content-block.ww__feature_card .fancy-button a:hover svg {
  fill: #4b413b;
  stroke: #4b413b;
}
section.content-block.ww__feature_card .fancy-button a:hover span {
  border-color: #4b413b;
}
section.content-block.ww__feature_card .fancy-button a:hover .button-container {
  background-color: #4b413b;
}
section.content-block.ww__feature_card .fancy-button button {
  background: none;
  padding: 0;
  box-shadow: 0;
  border: none;
}
section.content-block.ww__feature_card .fancy-button button:hover {
  box-shadow: none;
}

.cellarpass-modal-container {
  display: none;
  background-color: rgba(55, 59, 60, 0.75);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.cellarpass-modal-container iframe {
  height: 100%;
  max-height: 850px;
  width: 90%;
  left: 5%;
  top: 5%;
  position: fixed;
  z-index: 1;
  padding: 1em;
  background-color: #ffffff;
}
.cellarpass-modal-container .exit-modal {
  position: absolute;
  right: 7%;
  top: 6%;
  cursor: pointer;
  z-index: 2;
}
.cellarpass-modal-container .exit-modal:before {
  content: "X";
  color: #424D18;
  transition: background-color 0.2s ease;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "sweet-sans-pro", sans-serif;
  padding: 1em;
}
@media only screen and (min-width: 48em) {
  .cellarpass-modal-container iframe {
    width: 60%;
    left: 20%;
  }
  .cellarpass-modal-container .exit-modal {
    right: 21%;
  }
}

main section.content-block.ww__hero {
  margin-top: 0;
}

section.content-block.ww__hero {
  padding: 0;
  position: relative;
}
section.content-block.ww__hero .hero-background-video {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__hero .hero-background-video {
    height: 500px;
  }
}
@media only screen and (min-width: 81.250625em) {
  section.content-block.ww__hero .hero-background-video {
    height: 700px;
  }
}
section.content-block.ww__hero .hero-background-video .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media (max-width: 640px) {
  section.content-block.ww__hero .hero-background-video .video-container {
    height: 325px;
    padding-top: 0;
  }
}
section.content-block.ww__hero .hero-background-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.content-block.ww__hero .hero-background-video .video-container .thumbnail-background {
  width: 100%;
  position: absolute;
  top: 0;
}
section.content-block.ww__hero .hero-background-photo {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__hero .hero-background-photo {
    height: 500px;
  }
}
section.content-block.ww__hero.short-banner .hero-background-photo {
  height: 200px;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__hero.short-banner .hero-background-photo {
    height: 400px;
  }
}
section.content-block.ww__hero .overlay-top {
  height: 70%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  top: 0;
  z-index: 1;
}
section.content-block.ww__hero .overlay-bottom {
  height: 50%;
  width: 100%;
  background: linear-gradient(to bottom, transparent, white);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
section.content-block.ww__hero .hero-content {
  z-index: 1;
  left: 50%;
  margin: 0 auto;
  max-width: 1200px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
}
section.content-block.ww__hero .hero-content .hero-headline {
  font-family: "Luxurious Script", cursive;
  font-size: var(--theme-h1-fancy-size);
  letter-spacing: 0;
  color: #ffffff;
  margin: 1% 0;
}
@media (min-width: 1080px) {
  section.content-block.ww__hero .hero-content .hero-headline {
    font-size: 75px;
  }
}
section.content-block.ww__hero .hero-content .hero-headline-dark {
  color: #000000;
}
section.content-block.ww__hero .hero-content .fancy-button {
  margin: 1% 0;
}
section.content-block.ww__hero .hero-content .fancy-button .button-container {
  background-color: #ffffff;
}
section.content-block.ww__hero .hero-content .fancy-button svg path {
  fill: #ffffff;
  stroke: #ffffff;
}
section.content-block.ww__hero .hero-content .fancy-button span {
  background-color: #ffffff;
  color: #000000;
}
section.content-block.ww__hero .hero-content .fancy-button:hover span {
  color: #ffffff;
}

.sub-page-hero .overlay-bottom,
.sub-page-hero .overlay-top {
  display: none;
}
.sub-page-hero .hero-content {
  display: none;
}

.sub-page-hero-container {
  background-color: #f4f1eb;
  padding: 0.5em 0;
}
.sub-page-hero-container svg {
  display: none;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: auto;
  fill: #f4f1eb;
  transition: all 0.1s ease;
  position: relative;
}
.sub-page-hero-container svg:first-of-type {
  left: 1px;
}
.sub-page-hero-container svg:last-of-type {
  right: 1px;
}
@media only screen and (min-width: 48em) {
  .sub-page-hero-container svg {
    display: flex;
  }
}
.sub-page-hero-container .heading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f1eb;
}
@media only screen and (min-width: 48em) {
  .sub-page-hero-container .heading-container {
    height: 90px;
  }
}
.sub-page-hero-container .heading-container .sub-page-heading {
  font-size: 26px;
  border-top: 2px solid #e1d6be;
  border-bottom: 2px solid #e1d6be;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #f4f1eb;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .sub-page-hero-container .heading-container .sub-page-heading {
    width: auto;
    font-size: var(--theme-h1-size);
  }
}
@media only screen and (min-width: 48em) {
  .sub-page-hero-container {
    background-color: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -50px;
  }
}

.overlay-bottom + .hero-content + .sub-page-hero-container {
  margin-top: 2rem;
}

section.content-block.ww__instagram {
  background-color: #f4f1eb;
  padding: 0;
}
section.content-block.ww__instagram .shortcode-column .owl-item,
section.content-block.ww__instagram .shortcode-column .owl-stage,
section.content-block.ww__instagram .shortcode-column .owl-stage-outer {
  height: 100%;
}
section.content-block.ww__instagram .shortcode-column .social-image-container {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}
section.content-block.ww__instagram .shortcode-column .attribution-container {
  display: flex;
  justify-content: flex-end;
  padding: 3%;
  text-align: right;
}
section.content-block.ww__instagram .shortcode-column .attribution-container .attribution .at {
  font-style: italic;
  margin: 0;
}
section.content-block.ww__instagram .shortcode-column .attribution-container .attribution .at::before {
  content: "@";
}
section.content-block.ww__instagram .shortcode-column .attribution-container .attribution-white {
  color: #ffffff;
}
section.content-block.ww__instagram .shortcode-column .attribution-container .attribution-black {
  color: #000000;
}
section.content-block.ww__instagram .shortcode-column .attribution-container .social-facebook:before {
  content: "\ea91";
}
section.content-block.ww__instagram .shortcode-column .attribution-container .social-instagram:before {
  content: "\ea92";
}
section.content-block.ww__instagram .sign-up-column {
  padding: 3%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__instagram .content {
    display: flex;
  }
  section.content-block.ww__instagram .content .shortcode-column {
    order: 1;
    width: 50%;
  }
  section.content-block.ww__instagram .content .sign-up-column {
    order: 0;
    width: 50%;
  }
}
section.content-block.ww__instagram .introduction h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: var(--theme-h2min-size);
}
section.content-block.ww__instagram .introduction p {
  font-size: var(--theme-pmin-size);
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__instagram .introduction h2 {
    font-size: var(--theme-h2-size);
  }
  section.content-block.ww__instagram .introduction p {
    font-size: var(--theme-p-size);
  }
}
section.content-block.ww__instagram .c7-subscribe .c7-form {
  width: 100%;
  margin: 0 auto;
  font-size: var(--theme-pmin-size);
}
section.content-block.ww__instagram .c7-subscribe .c7-form input {
  border-color: #424D18;
}
section.content-block.ww__instagram .c7-subscribe .c7-form__group {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.content-block.ww__instagram .c7-subscribe .c7-form__group .c7-form__field {
  width: 45%;
  flex: none;
  margin: 0;
}
section.content-block.ww__instagram .c7-subscribe .c7-form__group .c7-form__field label {
  font-size: var(--theme-pmin-size);
}
section.content-block.ww__instagram .c7-subscribe .c7-form__group .c7-btn {
  margin: 5% 0;
}
section.content-block.ww__instagram .c7-subscribe .c7-form__group .c7-btn span {
  font-size: var(--theme-pmin-size);
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__instagram .c7-subscribe .c7-form__group .c7-form__field label {
    font-size: var(--theme-p-size);
  }
}
section.content-block.ww__instagram .c7-subscribe .c7-subscribe__success-message {
  text-align: center;
}
section.content-block.ww__instagram .follow-us-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.content-block.ww__instagram .follow-us-container h3 {
  font-style: italic;
  font-size: var(--theme-h3min-size);
  margin: 0;
}
section.content-block.ww__instagram .follow-us-container .socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.content-block.ww__instagram .follow-us-container .socials a {
  font-size: var(--theme-pmin-size);
}
section.content-block.ww__instagram .follow-us-container .socials a:first-of-type {
  margin-right: 20px;
}

section.content-block.ww__media .content-wrapper {
  width: 100%;
}
@media (min-width: 700px) {
  section.content-block.ww__media .content-wrapper {
    width: 90%;
  }
}
section.content-block.ww__media .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
section.content-block.ww__media .video-container .thumbnail-background,
section.content-block.ww__media .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.content-block.ww__media .five-images .image-five img, section.content-block.ww__media .five-images .images-three-and-four img, section.content-block.ww__media .five-images .images-one-and-two img, section.content-block.ww__media .three-images img, section.content-block.ww__media img {
  width: 100%;
  height: 100%;
  display: inline-block;
  object-fit: cover;
  object-position: center;
  height: 250px;
}
@media only screen and (min-width: 81.250625em) {
  section.content-block.ww__media .five-images .image-five img, section.content-block.ww__media .five-images .images-three-and-four img, section.content-block.ww__media .five-images .images-one-and-two img, section.content-block.ww__media .three-images img, section.content-block.ww__media img {
    height: 500px;
  }
}
section.content-block.ww__media .five-images .images-three-and-four, section.content-block.ww__media .five-images .images-one-and-two, section.content-block.ww__media .five-images, section.content-block.ww__media .three-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__media .five-images .images-three-and-four, section.content-block.ww__media .five-images .images-one-and-two, section.content-block.ww__media .five-images, section.content-block.ww__media .three-images {
    flex-direction: row;
    max-height: 500px;
  }
}
section.content-block.ww__media .three-images {
  margin: 5% 0;
}
section.content-block.ww__media .three-images img {
  margin: 1% 0;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__media .three-images img {
    width: 32%;
  }
}
section.content-block.ww__media .five-images {
  margin: 5% 0;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__media .five-images {
    display: flex;
    justify-content: space-between;
  }
}
section.content-block.ww__media .five-images .images-one-and-two {
  flex-direction: row;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__media .five-images .images-one-and-two {
    width: 32.3%;
    flex-direction: column;
  }
}
section.content-block.ww__media .five-images .images-one-and-two img {
  width: 39%;
}
section.content-block.ww__media .five-images .images-one-and-two img:last-of-type {
  width: 59%;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__media .five-images .images-one-and-two img {
    width: 100%;
    height: 65.6%;
  }
  section.content-block.ww__media .five-images .images-one-and-two img:last-of-type {
    width: 100%;
    height: 32.3%;
  }
}
section.content-block.ww__media .five-images .images-three-and-four {
  flex-direction: row;
  margin: 2% 0;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__media .five-images .images-three-and-four {
    width: 32.3%;
    flex-direction: column;
    margin: 0;
  }
}
section.content-block.ww__media .five-images .images-three-and-four img {
  width: 49%;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__media .five-images .images-three-and-four img {
    width: 100%;
    height: 48.5%;
  }
}
section.content-block.ww__media .five-images .image-five img {
  height: auto;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__media .five-images .image-five img {
    height: 100%;
  }
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__media .five-images .image-five {
    width: 32.3%;
  }
}
section.content-block.ww__media .tee-times-container iframe {
  width: 100%;
  min-height: 800px;
  border: none;
}
section.content-block.ww__media .map-container iframe {
  width: 100%;
  height: 500px;
  border: none;
}

section.content-block.ww__nav-bar {
  display: block;
  width: 100%;
  padding: 0;
}
section.content-block.ww__nav-bar .nav-bar-inner {
  width: 100%;
  padding: 10px 0;
  background-color: #f4f1eb;
}
section.content-block.ww__nav-bar .nav-bar-inner.fixed {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 5;
  padding: 20px 0;
}
section.content-block.ww__nav-bar .nav-links-wrapper .title-container {
  display: none;
  position: relative;
}
section.content-block.ww__nav-bar .nav-links-wrapper .title-container .nav-title {
  font-family: var(--theme-heading-font);
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #373b3c;
  margin: 0;
  cursor: pointer;
}
section.content-block.ww__nav-bar .nav-links-wrapper .title-container .icon-caret {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
section.content-block.ww__nav-bar .nav-links-wrapper .title-container .icon-caret.opened {
  font-size: 27px;
}
section.content-block.ww__nav-bar .nav-links-wrapper .title-container .icon-caret.opened::before {
  content: "\e909";
  font-weight: 700;
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  flex-wrap: wrap;
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 2%;
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 7px;
  background-color: #f4f1eb;
  z-index: -1;
  display: none;
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link:hover::before {
  display: block;
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link.contact .nav-icon {
  width: auto;
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link.contact:hover::before {
  display: none;
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link .nav-icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 81.25em) {
  section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link .nav-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
  }
}
@media only screen and (max-width: 63.9375em) {
  section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link .nav-icon {
    display: none;
  }
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link .nav-icon .media-icon {
  max-height: 100%;
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link .nav-text {
  color: #373b3c;
  margin: 0;
  text-transform: uppercase;
  font-family: "sweet-sans-pro", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 63.9375em) {
  section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link .nav-text {
    color: #373b3c;
    letter-spacing: 0.2em;
  }
}
section.content-block.ww__nav-bar .nav-links-wrapper .links-container .nav-item .nav-link.contact .nav-text {
  color: #373b3c;
  text-decoration: underline;
}

.enable-sticky {
  top: 0;
  z-index: 999999;
  position: sticky;
}

section.content-block.ww__recipes .recipe-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 700px) {
  section.content-block.ww__recipes .recipe-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 5% 0;
  }
  section.content-block.ww__recipes .recipe-card:last-of-type {
    margin: 0;
  }
}
section.content-block.ww__recipes .recipe-card .image-container {
  width: 100%;
}
section.content-block.ww__recipes .recipe-card .image-container img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 700px) {
  section.content-block.ww__recipes .recipe-card .image-container {
    width: 49%;
    order: 1;
  }
}
section.content-block.ww__recipes .recipe-card .text-container {
  text-align: center;
  padding: 5%;
  width: 100%;
}
section.content-block.ww__recipes .recipe-card .text-container h2 {
  text-transform: uppercase;
  font-size: var(--theme-h2min-size);
  margin: 0;
}
section.content-block.ww__recipes .recipe-card .text-container h3 {
  font-style: italic;
  font-size: var(--theme-h3min-size);
  margin: 2% 0;
}
@media (min-width: 700px) {
  section.content-block.ww__recipes .recipe-card .text-container {
    width: 49%;
    order: 0;
    text-align: left;
    padding: 1%;
  }
  section.content-block.ww__recipes .recipe-card .text-container h2 {
    font-size: var(--theme-h2-size);
    font-size: 44px;
  }
  section.content-block.ww__recipes .recipe-card .text-container h3 {
    font-size: var(--theme-h3-size);
    font-size: 32px;
  }
}
section.content-block.ww__recipes .recipe-card .fancy-button .button-container {
  background-color: #424D18;
}
section.content-block.ww__recipes .recipe-card .fancy-button .button-container span {
  border: none;
  background-color: #424D18;
  color: #ffffff;
}
section.content-block.ww__recipes .recipe-card .fancy-button svg {
  stroke: #424D18;
  fill: #424D18;
}
section.content-block.ww__recipes .recipe-card .fancy-button:hover .button-container {
  background-color: #4b413b;
}
section.content-block.ww__recipes .recipe-card .fancy-button:hover .button-container span {
  background-color: #4b413b;
}
section.content-block.ww__recipes .recipe-card .fancy-button:hover svg {
  stroke: #4b413b;
  fill: #4b413b;
}

section.content-block.ww__testimonial {
  position: relative;
}
section.content-block.ww__testimonial .testimonials {
  height: initial;
}
section.content-block.ww__testimonial .section-heading {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  top: 100px;
}
section.content-block.ww__testimonial .section-heading h2 {
  font-size: 75px;
  margin: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__testimonial .section-heading {
    position: relative;
  }
  section.content-block.ww__testimonial .section-heading h2 {
    width: 50%;
  }
}
section.content-block.ww__testimonial .testimonials {
  display: block;
  padding-bottom: 70px;
}
section.content-block.ww__testimonial .testimonials .slick-autoplay-toggle-button {
  bottom: 5rem;
}
section.content-block.ww__testimonial .testimonials .slick-arrow {
  top: auto;
  bottom: 0;
  transform: none;
}
section.content-block.ww__testimonial .testimonials .slick-slide {
  height: auto;
}
section.content-block.ww__testimonial .testimonials .owl-nav {
  top: initial;
  left: initial;
  bottom: initial;
  transform: none;
  max-width: initial;
  position: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0 0 0;
  bottom: 0;
}
section.content-block.ww__testimonial .testimonials .owl-nav .disabled {
  visibility: hidden;
}
section.content-block.ww__testimonial .testimonials .owl-nav .owl-prev, section.content-block.ww__testimonial .testimonials .owl-nav .owl-next {
  font-family: "sweet-sans-pro", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  visibility: 1;
  transition: all 0.1s ease;
}
section.content-block.ww__testimonial .testimonials .owl-nav .owl-prev:hover, section.content-block.ww__testimonial .testimonials .owl-nav .owl-next:hover {
  box-shadow: none;
}
section.content-block.ww__testimonial .testimonials .owl-nav .owl-prev:before {
  content: "";
  height: 15px;
  width: 15px;
  background-image: url(../../assets/images/Uparrow.svg);
  transform: rotate(-90deg);
  left: 0;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
section.content-block.ww__testimonial .testimonials .owl-nav .owl-next:after {
  content: "";
  height: 15px;
  width: 15px;
  background-image: url(../../assets/images/Uparrow.svg);
  transform: rotate(90deg);
  right: 0;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
section.content-block.ww__testimonial .testimonial-wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__testimonial .testimonial-wrapper {
    flex-direction: row;
  }
}
section.content-block.ww__testimonial .testimonial-wrapper .quote {
  max-width: initial;
  margin-bottom: 0;
  margin: 20px 0;
  width: auto;
}
section.content-block.ww__testimonial .testimonial-wrapper .testimonial-image {
  height: 325px;
  width: 95%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__testimonial .testimonial-wrapper .testimonial-image {
    width: 50%;
  }
}
section.content-block.ww__testimonial .testimonial-wrapper .testimonial-text-container {
  background-color: #f4f1eb;
  padding: 2em;
  text-align: left;
  align-self: flex-end;
  width: 95%;
  margin-top: -5%;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__testimonial .testimonial-wrapper .testimonial-text-container {
    position: relative;
    width: 60%;
    margin-top: 10%;
    margin-right: 0;
    margin-left: -5%;
  }
}
@media only screen and (min-width: 81.250625em) {
  section.content-block.ww__testimonial .testimonial-wrapper .testimonial-text-container {
    margin-top: 12%;
  }
}
section.content-block.ww__testimonial .testimonial-wrapper .testimonial-text-container .quote-icon-accent {
  width: 32px;
  height: 27px;
}
section.content-block.ww__testimonial .testimonial-wrapper .attribution {
  display: flex;
  text-transform: uppercase;
}
section.content-block.ww__testimonial .testimonial-wrapper .attribution:before {
  content: "—";
  line-height: 1.45;
  margin-right: 5px;
}
section.content-block.ww__testimonial .testimonial-wrapper .attribution p {
  margin-bottom: 0;
}

.ww__timeline .section-intro {
  text-align: center;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 64em) {
  div.timeline {
    display: flex;
    gap: min(50px, 10%);
  }
}

.timeline-sidebar {
  width: 125px;
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  .timeline-sidebar {
    display: block;
    position: sticky;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 3.625rem;
    width: 100%;
  }
  .timeline-sidebar.extended {
    height: 100vh;
    z-index: 99;
  }
}
.timeline-sidebar::before {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background: #d5ab6f;
  left: 8px;
  top: 10px;
  position: absolute;
}
@media only screen and (max-width: 63.9375em) {
  .timeline-sidebar::before {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .timeline-sidebar .current-selected {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .timeline-sidebar .current-selected {
    display: flex;
    gap: 16px;
    border: 1px solid grey;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 0.5rem 1rem;
    text-align: left;
    border-radius: 2px;
    position: relative;
    width: 100%;
  }
  .timeline-sidebar .current-selected::after {
    content: "";
    background-image: url(assets/images/icon-chevron-down-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 5px;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.timeline-sidebar .current-selected .selector-timeline-year {
  font-weight: 400;
}
.timeline-sidebar .current-selected .selector-timeline-title {
  font-weight: 300;
  text-transform: none;
}
.timeline-sidebar .timeline-years {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 30px;
  position: sticky;
  top: 80px;
  overflow-y: auto;
  height: 100vh;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.timeline-sidebar .timeline-years::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .timeline-sidebar .timeline-years {
    position: static;
    padding: 0;
    height: 100vh;
    display: none;
  }
}
.timeline-sidebar .timeline-years li {
  margin-bottom: 56px;
}
@media only screen and (max-width: 63.9375em) {
  .timeline-sidebar .timeline-years li {
    padding: 12px 16px;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    cursor: pointer;
  }
}
.timeline-sidebar .timeline-years li:last-of-type {
  margin-bottom: 0;
}
.timeline-sidebar .timeline-years li a {
  position: relative;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 63.9375em) {
  .timeline-sidebar .timeline-years li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
  }
}
.timeline-sidebar .timeline-years li a::before {
  content: "";
  left: -30px;
  top: 3px;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #d5ab6f;
  background: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .timeline-sidebar .timeline-years li a::before {
    display: none;
  }
}
.timeline-sidebar .timeline-years li a.active::before {
  content: "";
  left: -30px;
  top: 3px;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  background: #d5ab6f;
}
@media only screen and (max-width: 63.9375em) {
  .timeline-sidebar .timeline-years li a.active::before {
    display: none;
  }
}
.timeline-sidebar .timeline-years li span {
  display: none;
}
@media only screen and (max-width: 63.9375em) {
  .timeline-sidebar .timeline-years li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.04em;
    font-size: 14px;
    font-style: normal;
    line-height: 100%;
    text-transform: none;
    display: block;
  }
}
.timeline-sidebar.extended .timeline-years {
  display: block;
}
.timeline-sidebar.extended .current-selected::after {
  transform: translateY(-50%) rotate(180deg);
}

.timeline-block {
  max-width: 996px;
}
@media only screen and (min-width: 64em) {
  .timeline-block + .timeline-block {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 81.250625em) {
  .timeline-block + .timeline-block {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .timeline-block {
    max-width: 640px;
    margin: 0 auto;
    display: none;
  }
  .timeline-block.active {
    display: block;
  }
}
.timeline-block:last-of-type {
  margin-bottom: 0;
}
.timeline-block-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .timeline-block-wrapper {
    display: flex;
    column-gap: 3.5rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .timeline-block__image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
.timeline-block__image img {
  width: 100%;
}
.timeline-block__image h3 {
  color: #424D18;
  font-family: "Luxurious Script", cursive;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  font-size: 40px;
}
@media only screen and (min-width: 64em) {
  .timeline-block__image h3 {
    font-size: 64px;
  }
}
.timeline-block__content {
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  .timeline-block__content {
    position: relative;
    z-index: 1;
    padding: 0 0 3.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .timeline-block__content {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.timeline-block__content--wrapper {
  position: relative;
  z-index: 2;
}
.timeline-block__content h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: clamp(1.5rem, 1.346rem + 0.588vw, 1.875rem);
  letter-spacing: 0.1em;
  border-bottom: 1px solid #a28b51;
  padding-bottom: 1rem;
}
.timeline-block__content p:last-of-type {
  margin-bottom: 0;
}
.timeline-block__content img {
  width: 100%;
}
.timeline-block__content--link {
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 48em) {
  .timeline-block__content--link {
    font-size: 18px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 64em) {
  .timeline-block.image-and-content .timeline-block-wrapper {
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 64em) {
  .timeline-block.image-and-content .timeline-block__image {
    width: 44.3%;
  }
}
@media only screen and (min-width: 64em) {
  .timeline-block.image-and-content .timeline-block__content {
    width: 55.7%;
    max-width: 454px;
  }
}
@media only screen and (min-width: 64em) {
  .timeline-block:nth-of-type(even) .timeline-block__image {
    order: 2;
  }
}
@media only screen and (min-width: 64em) {
  .timeline-block:nth-of-type(even) .timeline-block__content {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .timeline-block:nth-of-type(odd) .timeline-block__image {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .timeline-block:nth-of-type(odd) .timeline-block__content {
    order: 2;
  }
}

.timeline-next {
  text-align: center;
  margin-top: 2rem;
  display: none;
}
@media only screen and (min-width: 64em) {
  .timeline-next {
    display: none;
  }
}
.on-last-block .timeline-next {
  display: none;
}

section.content-block.ww__value-stack {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
section.content-block.ww__value-stack h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
  font-size: var(--theme-h2-size);
}
section.content-block.ww__value-stack .value-stack h2.value-stack__headline {
  color: #292621;
  font-size: 28px;
  margin-top: 25px !important;
  line-height: 1;
  font-style: italic;
  margin: 0.25em 0;
  text-transform: none;
  letter-spacing: 0;
}
section.content-block.ww__value-stack .value-stack h3.value-stack__headline {
  color: #292621;
  font-size: 28px;
  margin-top: 25px;
  line-height: 145%;
}
section.content-block.ww__value-stack .value-stack .wente-button {
  color: #292621;
  font-size: 18px;
  line-height: 22px;
}
section.content-block.ww__value-stack .content-bg-accent {
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  margin-top: 35%;
  background-color: #f4f1eb;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__value-stack .content-bg-accent {
    margin-top: 20%;
  }
}
@media only screen and (min-width: 64em) {
  section.content-block.ww__value-stack .content-bg-accent {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 81.250625em) {
  section.content-block.ww__value-stack .content-bg-accent {
    margin-top: 8%;
  }
}
section.content-block.ww__value-stack .value-stacks {
  grid-gap: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__value-stack .value-stacks {
    flex-direction: row;
    justify-content: center;
    max-width: initial;
  }
}
section.content-block.ww__value-stack .value-stack {
  position: relative;
  width: 90%;
  max-width: 315px;
  margin: auto;
  color: #373b3c;
  font-family: "sweet-sans-pro", sans-serif;
  text-align: center;
  margin: 1em auto;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__value-stack .value-stack {
    width: 30%;
    margin: 1em 0.5em;
  }
}
section.content-block.ww__value-stack .value-stack img {
  display: block;
  height: 316px !important;
  width: 100%;
  object-fit: cover;
}
section.content-block.ww__value-stack .value-stack h3 {
  font-style: italic;
  margin: 0.25em 0;
}
section.content-block.ww__value-stack .value-stack .value-stack__body {
  color: #53595B;
  margin: 0.25em 0 25px;
}
section.content-block.ww__value-stack .value-stack .value-stack__body p {
  margin: 0;
}
section.content-block.ww__value-stack .value-stack .value-stack__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section.content-block.ww__value-stack .desktop-value-stack {
  display: none;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__value-stack .desktop-value-stack {
    display: flex;
  }
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__value-stack .mobile-value-stack {
    display: none;
  }
}
section.content-block.ww__value-stack .owl-carousel .owl-nav {
  position: absolute;
  bottom: 25%;
  color: #373b3c;
  font-size: 5em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.content-block.ww__value-stack .owl-carousel .owl-nav .disabled {
  visibility: hidden;
}
section.content-block.ww__value-stack .owl-carousel .owl-nav .owl-next,
section.content-block.ww__value-stack .owl-carousel .owl-nav .owl-prev {
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
section.content-block.ww__value-stack .owl-carousel .owl-nav .owl-next:hover,
section.content-block.ww__value-stack .owl-carousel .owl-nav .owl-prev:hover {
  box-shadow: none;
}
section.content-block.ww__value-stack .owl-carousel .owl-nav .owl-prev {
  background-image: url("../../assets/images/Uparrow.svg");
  transform: rotate(-90deg);
  left: 0;
}
section.content-block.ww__value-stack .owl-carousel .owl-nav .owl-next {
  background-image: url("../../assets/images/Uparrow.svg");
  transform: rotate(90deg);
  right: 0;
}

section.content-block.ww__value-stack.show-backgound .value-stack h3.value-stack__headline {
  color: #53595B;
  font-size: 38px;
  margin-top: 0.25em;
  line-height: 1.15;
}
section.content-block.ww__value-stack.show-backgound .value-stack .wente-button {
  color: #53595b;
  font-size: 18px;
  line-height: 1.15;
}
section.content-block.ww__value-stack.show-backgound .value-stack__body {
  margin-bottom: 0.25em;
}
section.content-block.ww__value-stack.show-backgound .value-stack__body p {
  line-height: 1.15;
}

section.content-block.ww__c7-form h2 {
  font-size: var(--theme-h2min-size);
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 700px) {
  section.content-block.ww__c7-form h2 {
    font-size: var(--theme-h2-size);
  }
}
@media (min-width: 700px) {
  section.content-block.ww__c7-form .c7-custom-form .c7-form .c7-form__field {
    width: 100%;
    flex: none;
  }
}

section.content-block.ww__personalization .c7-product-collection {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
section.content-block.ww__personalization .c7-product-collection .c7-collection-template .c7-product {
  display: block;
}
section.content-block.ww__personalization .c7-product-collection .c7-collection-template h3 {
  color: #000000;
  font-family: Berling;
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.4em;
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 47.9375em) {
  section.content-block.ww__personalization .c7-product-collection .c7-collection-template h3 {
    font-size: 24px;
  }
}

section.content-block.ww__c7-reservation {
  background-color: #f4f1eb;
  padding: 0.75em 0;
  width: 100%;
}
section.content-block.ww__c7-reservation .reservation-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 75%;
  margin: 0 auto;
}
section.content-block.ww__c7-reservation .reservation-content p {
  margin: 0 0 1%;
}
section.content-block.ww__c7-reservation .reservation-content .reserveBtn {
  padding: 2%;
  border-radius: 5px;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__c7-reservation .reservation-content {
    flex-direction: row;
    justify-content: space-between;
  }
  section.content-block.ww__c7-reservation .reservation-content p {
    margin-bottom: 0;
  }
}
section.content-block.ww__c7-reservation .modal-container {
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
}
section.content-block.ww__c7-reservation .modal-content {
  position: absolute;
  top: 40%;
  left: 25%;
  right: 25%;
  background-color: grey;
}
section.content-block.ww__c7-reservation .close-btn {
  padding: 15px;
  position: absolute;
  right: -25px;
  top: -25px;
  display: block;
  z-index: 999;
}
section.content-block.ww__c7-reservation .countdown__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__c7-reservation .countdown__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  section.content-block.ww__c7-reservation .countdown__container .countdown__description,
  section.content-block.ww__c7-reservation .countdown__container .countdown__timer {
    width: 50%;
    margin: 0;
  }
}
section.content-block.ww__c7-reservation .countdown__container .countdown_headline {
  font-style: italic;
  text-align: center;
  font-size: var(--theme-h5min-size);
  margin: 0;
}
section.content-block.ww__c7-reservation .countdown__container .countdown__timer {
  width: 100%;
}
section.content-block.ww__c7-reservation .countdown__container .countdown__timer .countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 50%;
  max-width: 325px;
}
section.content-block.ww__c7-reservation .countdown__container .countdown__timer .countdown-item,
section.content-block.ww__c7-reservation .countdown__container .countdown__timer span {
  margin: 0;
  font-weight: 400;
  font-size: var(--theme-pmin-size);
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__c7-reservation .countdown__container .countdown__timer .countdown-item,
  section.content-block.ww__c7-reservation .countdown__container .countdown__timer span {
    font-size: var(--theme-p-size);
  }
}

section.content-block.ww__c7-product {
  background: #F1EEEB;
  padding: 45px 0;
  margin: 0;
}
section.content-block.ww__c7-product .button-link-container {
  width: 100%;
  margin-bottom: 0;
}
section.content-block.ww__c7-product .heading-container .heading {
  font-size: var(--theme-h2min-size);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
section.content-block.ww__c7-product .heading-container .subheading {
  font-size: var(--theme-h3min-size);
  font-style: italic;
  text-transform: capitalize;
  text-align: center;
}
@media (min-width: 700px) {
  section.content-block.ww__c7-product .heading-container .heading {
    font-size: var(--theme-h2-size);
  }
}
section.content-block.ww__c7-product .wente-product {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.content-block.ww__c7-product .wente-product .wente-product__link {
  text-decoration: none;
  text-transform: uppercase;
}
section.content-block.ww__c7-product .wente-product .wente-product__link h3, section.content-block.ww__c7-product .wente-product .wente-product__link .h3 {
  line-height: 1.45;
  margin: 1% 0;
}
@media (min-width: 700px) {
  section.content-block.ww__c7-product .wente-product {
    flex-direction: row;
    justify-content: space-between;
  }
}
section.content-block.ww__c7-product .image-container {
  margin: 0;
  width: 100%;
}
section.content-block.ww__c7-product .image-container .wente-product__thumbnails {
  position: relative;
}
section.content-block.ww__c7-product .image-container .wente-product__link {
  z-index: 1;
  display: block;
  width: 95%;
  height: 350px;
  background-color: #f4f1eb;
  order: 1;
}
section.content-block.ww__c7-product .image-container .wente-product__link img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 700px) {
  section.content-block.ww__c7-product .image-container .wente-product__link {
    height: 500px;
  }
}
section.content-block.ww__c7-product .image-container .background-accent {
  z-index: -1;
  background-color: #424D18;
  width: 95%;
  height: 100%;
  position: absolute;
  bottom: -5%;
  right: 0;
}
@media (min-width: 700px) {
  section.content-block.ww__c7-product .image-container {
    width: 49%;
  }
}
section.content-block.ww__c7-product .text-container {
  margin-top: 12%;
  text-align: center;
}
section.content-block.ww__c7-product .text-container .wente-product__head {
  display: flex;
  flex-direction: column;
}
section.content-block.ww__c7-product .text-container .wente-product__type {
  font-style: italic;
  order: 2;
  margin: 2% 0;
}
section.content-block.ww__c7-product .text-container .wente-product__teaser {
  text-align: center;
  order: 3;
}
section.content-block.ww__c7-product .text-container .wente-product__price {
  order: 4;
}
section.content-block.ww__c7-product .text-container .wente-product__price--sale {
  font-style: italic;
}
section.content-block.ww__c7-product .text-container .c7-product__add-to-cart {
  margin: 0 auto;
}
section.content-block.ww__c7-product .text-container .c7-product__add-to-cart__price {
  display: none;
}
@media (min-width: 700px) {
  section.content-block.ww__c7-product .text-container {
    width: 49%;
    text-align: left;
    margin-top: 0;
  }
  section.content-block.ww__c7-product .text-container .wente-product__teaser {
    text-align: left;
  }
  section.content-block.ww__c7-product .text-container .c7-product__add-to-cart__form {
    justify-content: flex-start;
  }
}
section.content-block.ww__c7-product .c7-product-individual-list {
  display: flex;
  justify-content: center;
  gap: 55px 22px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen {
  section.content-block.ww__c7-product .c7-product-individual-list {
    flex-direction: row;
  }
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product-badge {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  font-family: "Berling";
  font-size: 18px;
  font-style: italic;
  height: 78px;
  justify-content: center;
  left: 0px;
  line-height: 20px;
  padding: 2px 6px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 78px;
  line-height: 0.9;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product-badge.badge-bone {
  background-image: url(assets/images/product-badge-bone.svg);
  color: #4B413B;
  background-image: url(assets/images/product-badge-bone-new.svg);
  color: #d0ad78;
  color: #fff;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product-badge.badge-gold {
  background-image: url(assets/images/product-badge-gold.svg);
  color: #ffffff;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product-badge.badge-black {
  background-image: url(assets/images/product-badge-black.svg);
  color: #ffffff;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product {
  display: none;
  position: relative;
  text-align: center;
  width: 100%;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product.display {
  display: block;
  max-width: 100%;
  flex: 1 0 100%;
}
@media only screen {
  section.content-block.ww__c7-product .c7-product-individual-list .c7-product.display {
    max-width: 100%;
    flex: 0 0 calc(50% - 22.5px);
  }
}
@media only screen and (min-width: 64em) {
  section.content-block.ww__c7-product .c7-product-individual-list .c7-product.display {
    max-width: 283px;
    flex: 1 0 23%;
  }
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-wine-tier {
  font-size: 20px;
  line-height: 24px;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-product-title {
  font-size: 28px;
  line-height: 38px;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product img {
  height: 470px;
  margin-bottom: 25px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  section.content-block.ww__c7-product .c7-product-individual-list .c7-product img {
    height: 425px;
    width: auto;
  }
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product h5, section.content-block.ww__c7-product .c7-product-individual-list .c7-product .h5 {
  font-style: italic;
  margin-bottom: 5px;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product h4, section.content-block.ww__c7-product .c7-product-individual-list .c7-product form legend, form section.content-block.ww__c7-product .c7-product-individual-list .c7-product legend, section.content-block.ww__c7-product .c7-product-individual-list .c7-product .h4 {
  margin-bottom: 10px;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product h4 a, section.content-block.ww__c7-product .c7-product-individual-list .c7-product form legend a, form section.content-block.ww__c7-product .c7-product-individual-list .c7-product legend a, section.content-block.ww__c7-product .c7-product-individual-list .c7-product .h4 a {
  text-decoration: none;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-product__add-to-cart__price__variant {
  display: none;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-product__add-to-cart__form {
  display: none;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-product__add-to-cart__form .c7-product__add-to-cart__form {
  align-items: center;
  display: flex;
  justify-content: center;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-product__add-to-cart__form input {
  border-radius: 5px;
  font-family: "DIN-Regular";
  height: 43px;
  padding: 0;
  text-align: center;
  width: 40px;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-product__add-to-cart__form button {
  border-radius: 5px;
  min-height: 43px;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-product__add-to-cart__price {
  margin: 0;
  font-size: 20px;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-quickview {
  align-items: center;
  display: flex;
  left: 0;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-quickview * {
  cursor: pointer;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-quickview a {
  display: none;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-quickview .c7-show-modal {
  background-color: #A3937A;
  color: white;
  height: 60px;
  padding: 18px 10px;
}
section.content-block.ww__c7-product .c7-product-individual-list .c7-product .c7-quickview svg {
  height: 60px;
  stroke: #A3937A;
  width: auto;
}
@media only screen and (min-width: 48em) {
  section.content-block.ww__c7-product .c7-product-individual-list .c7-product:hover .c7-quickview {
    visibility: visible;
  }
}

section.content-block.ww__c7-collection {
  background: #F1EEEB;
  padding: 45px 0;
  margin-top: 0;
}
section.content-block.ww__c7-collection h4, section.content-block.ww__c7-collection form legend, form section.content-block.ww__c7-collection legend {
  font-size: 28px;
  line-height: 38px;
}
section.content-block.ww__c7-collection h5 {
  font-size: 20px;
  line-height: 24px;
}
section.content-block.ww__c7-collection .heading-container .heading {
  font-size: var(--theme-h2min-size);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
section.content-block.ww__c7-collection .heading-container .subheading {
  font-size: var(--theme-h3min-size);
  font-style: italic;
  text-transform: capitalize;
  text-align: center;
}
@media (min-width: 700px) {
  section.content-block.ww__c7-collection .heading-container .heading {
    font-size: var(--theme-h2-size);
  }
}
section.content-block.ww__c7-collection .button-link-container {
  width: 100%;
  margin: 0;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-products-load-more {
  display: none;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product:nth-child(n+5) {
  display: none !important;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__photo > a {
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__add-to-cart__price {
  margin: 0;
  font-size: 20px;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button {
  display: none;
  transition: all 0.1s ease;
  display: none;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button a {
  text-decoration: none;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button a svg, section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button a path {
  transition: all 0.1s ease;
  fill: #424D18;
  stroke: #424D18;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button a .button-container {
  transition: all 0.1s ease;
  background-color: #424D18;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button a .button-container span {
  transition: all 0.1s ease;
  border: none;
  color: #ffffff;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button:hover .button-container, section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button:hover span {
  background-color: #4b413b;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button:hover svg, section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button:hover path {
  fill: #4b413b;
  stroke: #4b413b;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__info {
  text-align: center;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__info .c7-product__details span {
  font-style: italic;
  text-align: center;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__info .c7-product__title a {
  text-align: center;
  text-decoration: none;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__info .c7-product__add-to-cart__price {
  margin: 2% 0;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__info .c7-product__add-to-cart__form {
  align-items: initial;
  justify-content: center;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__info .c7-product__add-to-cart__form .c7-form__field {
  height: 100%;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__info .c7-product__add-to-cart__form input {
  height: 100%;
  border-radius: 5px;
}
section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__info .c7-product__add-to-cart__form .c7-btn {
  margin: 0;
}
@media (min-width: 768px) {
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product {
    align-items: center;
    flex-direction: column;
  }
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__photo {
    position: relative;
    display: flex;
    justify-content: center;
  }
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__photo:hover .c7-quick-view-button {
    display: flex;
  }
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-quick-view-button {
    position: absolute;
    justify-content: center;
    bottom: 15%;
  }
  section.content-block.ww__c7-collection .c7-product-collection .c7-product-collection__product-list .c7-product__add-to-cart__form {
    display: none;
  }
}

/*******************************************
  FOOTER
  assets-src/scss/partials/_footer.scss
*******************************************/
.footer__bottom__social-links .content-wrapper {
  max-width: 1300px;
}

.accessi-btn {
  height: 35px;
}
.accessi-btn img {
  display: inline-block;
}
.accessi-btn:hover {
  cursor: pointer;
}

.acsb-trigger.acsb-bg-lead.acsb-ready {
  display: none !important;
}

footer {
  background-color: var(--theme-footer-bg-color);
  color: var(--theme-body-font-color);
  padding: 1em 0 0;
}
footer .c7-subscribe__success-message h3 {
  font-size: 24px;
  margin: 1em 0;
}

.footer_cta {
  border-top: 2px solid #424D18;
  border-bottom: 2px solid #424D18;
  padding: 0.5em 0;
}
.footer_cta .icons {
  display: flex;
  justify-content: space-around;
}
.footer_cta .icons .icon {
  text-transform: uppercase;
  font-family: "sweet-sans-pro", sans-serif;
  color: #373b3c;
  width: auto;
  display: flex;
  justify-content: center;
}
.footer_cta .icons .icon a {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.footer_cta .icons .icon img {
  width: 50px;
  height: 50px !important;
  margin: 0.25em 0.5em;
}
.footer_cta .icons .icon .desktop-view {
  display: none;
}
.footer_cta .icons .icon .mobile-view {
  display: inline;
}
@media only screen and (min-width: 1080px) {
  .footer_cta {
    width: 95%;
    margin: 0 auto;
  }
  .footer_cta .icons .icon a {
    flex-direction: row;
    align-items: center;
    font-size: 14px;
  }
  .footer_cta .icons .icon .desktop-view {
    display: block;
  }
  .footer_cta .icons .icon .mobile-view {
    display: none;
  }
}

.footer-main-content .c7-form__field label {
  display: none;
}
@media only screen and (min-width: 64em) {
  .footer-main-content {
    width: 95%;
    margin: 0 auto;
  }
  .footer-main-content .content-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 1em auto;
    max-width: 1300px;
  }
  .footer-main-content .footer__pre {
    width: 30%;
    text-align: left;
  }
}

.footer__pre {
  text-align: center;
  margin: 1em 0;
}
.footer__pre .footer__pre__content-text h3 {
  font-size: var(--theme-h3min-size);
  color: var(--theme-body-font-color);
  margin: 0;
  font-style: italic;
}
.footer__pre .footer__pre__content-text p {
  margin: 0 0 5px;
  font-size: var(--theme-pmin-size);
  color: var(--theme-body-font-color);
}
.footer__bottom__social-links {
  display: flex;
  justify-content: space-around;
  margin: 1em 0;
}
.footer__bottom__social-links .links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  width: 60%;
}
.footer__bottom__social-links a {
  font-size: 27px;
  color: #424D18;
  text-decoration: none;
}
.footer__bottom__social-links a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 64em) {
  .footer__bottom__social-links {
    padding: 0.5em 0;
    width: 95%;
    margin: 0 auto;
  }
  .footer__bottom__social-links .links {
    width: 100%;
    justify-content: flex-start;
  }
  .footer__bottom__social-links a,
  .footer__bottom__social-links span {
    margin: 0 0.5em 0 0;
  }
}

.footer__bottom {
  border-top: 2px solid #424D18;
  padding: 0.5em 0;
}
@media only screen and (min-width: 64em) {
  .footer__bottom {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 1em;
    font-size: 14px;
  }
}

.footer__bottom__copyright {
  text-align: center;
}

.footer__menu__minor .menu {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 5% 0;
}
.footer__menu__minor .menu li {
  list-style: none;
}
.footer__menu__minor .menu a {
  width: 50%;
  margin: 0 10px;
  text-decoration: none;
  font-size: 14px;
  font-family: "sweet-sans-pro", sans-serif;
  color: #373b3c;
  text-transform: uppercase;
}
.footer__menu__minor .menu a:hover {
  text-decoration: none;
}

footer .c7-subscribe .c7-form {
  margin: 0 auto;
  width: 75%;
}
@media only screen and (min-width: 64em) {
  footer .c7-subscribe .c7-form {
    width: 90%;
    margin: 0;
  }
}
footer .c7-subscribe .c7-form .c7-form__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .c7-subscribe .c7-form label {
  color: #424D18;
  font-size: var(--theme-pmin-size);
}
footer .c7-subscribe .c7-form input {
  background-color: var(--theme-footer-bg-color);
}
footer .c7-subscribe .c7-form .c7-btn {
  align-self: center;
  background-color: #424D18;
  font-family: "sweet-sans-pro", sans-serif;
  border: none;
  font-weight: 400;
}
footer .c7-subscribe .c7-form .c7-btn:hover {
  background-color: #4b413b;
}
@media only screen and (min-width: 48em) {
  footer .c7-subscribe .c7-form .c7-btn {
    margin: 0;
    align-self: flex-start;
  }
}
