@charset "UTF-8";
/* CSS Document */
/* ====================================================================================================
	Table of Content

	Misc Inlcudes
	Variables
	1. Typography - Copy into admin.css
	2. Header
	3. Navigation
		a. Navigation
		b. Sub Navigation
	4. Content
		a. Homepage Styles
		b. Page Styles
	5. Blog
	6. Print
	7. Buttons
	8. Footer
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

@font-face {
  font-family: 'icomoon';
  src: url("/web/20200520003143im_/https://www.italicswinegrowers.com/assets/font/icomoon.eot?-4xo876");
  src: url("/web/20200520003143im_/https://www.italicswinegrowers.com/assets/font/icomoon.eot#iefix-4xo876") format("embedded-opentype"), url("/web/20200520003143im_/https://www.italicswinegrowers.com/assets/font/icomoon.woff?-4xo876") format("woff"), url("/web/20200520003143im_/https://www.italicswinegrowers.com/assets/font/icomoon.ttf?-4xo876") format("truetype"), url("/web/20200520003143im_/https://www.italicswinegrowers.com/assets/font/icomoon.svg?-4xo876#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  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-search-1:before {
  content: "\f002"; }

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

.icon-mail:before {
  content: "\f0e0"; }

.icon-acrobat:before {
  content: "\f1c1"; }

.icon-down-bold:before {
  content: "\e60a"; }

.icon-up-bold:before {
  content: "\e60b"; }

.icon-comments:before {
  content: "\e60c"; }

.icon-clock:before {
  content: "\e60e"; }

.icon-link:before {
  content: "\e60d"; }

.icon-location:before {
  content: "\e609"; }

.icon-menu:before {
  content: "\e600"; }

.icon-yelp:before {
  content: "\e608"; }

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

.icon-gplus:before {
  content: "\e602"; }

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

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

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

.icon-vimeo:before {
  content: "\e605"; }

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

/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/nivo/loading.gif) no-repeat 50% 50%; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  cursor: hand;
  background-color: #fff;
  filter: alpha(opacity=0);
  /*non ie*/
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/nivo/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

a.nivo-prevNav {
  left: 15px; }

a.nivo-nextNav {
  background-position: -30px 0px;
  right: 15px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/nivo/bullets.png) no-repeat;
  color: transparent;
  border: 0;
  margin: 0 2px;
  cursor: pointer; }

.nivo-controlNav a.active {
  background-position: 0 -22px; }

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

/*   ===================================================================================================
     1. Typography - These get copied into the admin.css
======================================================================================================== */
html {
  font-size: 75%;
  overflow-x: hidden; }
  html.no-scroll {
    overflow: hidden; }

body {
  background-color: #fff;
  color: #111;
  font-family: proxima-nova, sans-serif;
  max-width: 100%;
  overflow-x: hidden; }
  body.no-scroll {
    overflow: hidden; }

a {
  text-decoration: none !important; }

*:focus {
  outline: 0; }

input, button, textarea {
  -webkit-appearance: none;
  border-radius: unset; }

div.alert {
  padding: 15px;
  font-size: 15px;
  line-height: unset;
  width: 50%;
  margin-bottom: 60px; }

div.alertYellow {
  font-size: 16px;
  padding: 15px;
  margin-bottom: 15px;
  line-height: unset;
  background: #c99a46;
  color: #0e0e0e; }

#v65-modalContainer #v65-modalViel {
  background-color: #000;
  color: #fafafa; }

#v65-modalContainer #v65-modalContentWrapper {
  background-color: #0e0e0e;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  border: 0; }
  #v65-modalContainer #v65-modalContentWrapper p {
    color: #fafafa;
    margin-bottom: 0px; }
  #v65-modalContainer #v65-modalContentWrapper a {
    color: #C99A46; }
  #v65-modalContainer #v65-modalContentWrapper #v65-modalContentHeader {
    background: #0e0e0e;
    height: unset;
    padding: 0; }
    #v65-modalContainer #v65-modalContentWrapper #v65-modalContentHeader a {
      background: unset;
      height: unset;
      line-height: unset;
      font-size: 0;
      position: absolute;
      right: 15px;
      top: 15px; }
      #v65-modalContainer #v65-modalContentWrapper #v65-modalContentHeader a span {
        background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/close.svg) center no-repeat;
        width: 40px;
        height: 40px;
        font-size: 0; }
  #v65-modalContainer #v65-modalContentWrapper #v65-modalContent {
    padding: 60px; }
    #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form {
      width: 100%; }
    #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset {
      border: 0;
      margin-bottom: 0px;
      padding: 0;
      color: #fafafa; }
      #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset div {
        padding: unset; }
      #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset legend {
        font-size: 18px;
        color: #fafafa;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
      #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset input[type=text], #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset input[type=password] {
        border: 0;
        padding: 15px;
        background: #fafafa;
        font-size: 15px;
        line-height: unset;
        height: unset;
        width: 100% !important; }
      #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset input[type=checkbox] {
        -webkit-appearance: checkbox;
        border: 0;
        background: #fafafa;
        margin-top: 18px; }
      #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset label {
        font-size: 16px;
        letter-spacing: 0.05em;
        margin-top: 20px;
        margin-bottom: 10px; }
        #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset label[for=rememberme] {
          float: left;
          margin-top: 15px; }
      #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset button.defaultBtn {
        background: #C99A46;
        color: #0E0E0E;
        text-transform: uppercase;
        font-size: 15px;
        padding: 12px 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        letter-spacing: 0.15em;
        cursor: pointer;
        width: 240px;
        text-align: center;
        height: unset;
        line-height: unset; }
        #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset button.defaultBtn span {
          color: #0E0E0E; }
        #v65-modalContainer #v65-modalContentWrapper #v65-modalContent .v65-form fieldset button.defaultBtn:hover {
          background: #FAFAFA;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.row {
  margin: 0 -15px; }

.v65-productGroup {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: utopia-std-display, serif;
  font-style: italic;
  font-weight: 400;
  margin: 0; }

h1 {
  font-size: 70px;
  line-height: 1.1; }

h2 {
  font-size: 2.25em;
  line-height: 1.3333333333333333;
  margin-bottom: 0.6666666666666666em; }

h3 {
  font-size: 38px;
  line-height: 1; }

h4 {
  font-size: 26px;
  line-height: 2; }

h5 {
  font-size: 1.125em;
  line-height: 1.3333333333333333;
  margin-bottom: 1.3333333333333333em; }

h6 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em; }

.v65-title {
  color: #333;
  font-family: utopia-std-display, serif;
  font-size: 2em;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5em; }

.v65-subtitle {
  color: #333;
  font-size: 1.5em;
  font-family: utopia-std-display, serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1em; }

p, blockquote {
  font-size: 16px;
  margin: 0 0 1.5em;
  line-height: 1.5; }

dl, ol, ul {
  margin: 0 0 1.5em; }

dd, dt, li {
  line-height: 1.5;
  margin: 0; }

a {
  color: #369;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }

input, textarea, select {
  border-radius: 0 !important; }

img {
  border: none;
  max-width: 100%; }

form {
  margin-bottom: 1em; }

legend {
  color: #111; }

hr {
  background-color: #111;
  border: 0;
  color: #111;
  height: 1px; }

a[name=footerNav] {
  display: none !important; }

/*   ===================================================================================================
     2. Header
======================================================================================================== */
header.primary {
  margin-bottom: 1em;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 103px; }
  header.primary a.account {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.15em;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fafafa;
    text-decoration: none !important; }
  header.primary div.menu-activator {
    width: 103px;
    float: left;
    background: #C99A46;
    height: 103px;
    position: relative;
    cursor: pointer;
    z-index: 1; }
    header.primary div.menu-activator div.hamburger {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 35px;
      height: 3px;
      background: #fff;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-size: 0; }
      header.primary div.menu-activator div.hamburger:before {
        content: "";
        position: absolute;
        top: -11px;
        height: 3px;
        width: 35px;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      header.primary div.menu-activator div.hamburger:after {
        content: "";
        position: absolute;
        bottom: -11px;
        height: 3px;
        width: 35px;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      header.primary div.menu-activator div.hamburger.hambx {
        background: #C99A46; }
        header.primary div.menu-activator div.hamburger.hambx:before {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0; }
        header.primary div.menu-activator div.hamburger.hambx:after {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          bottom: 0; }
  header.primary div.logo-box {
    float: left;
    background: #fff;
    height: 103px;
    padding: 20px 30px; }
    header.primary div.logo-box h1.logo {
      width: 107px;
      height: 62px; }
  header.primary div.shop-button {
    float: right;
    background: #0E0E0E;
    height: 103px;
    padding: 30px;
    cursor: pointer; }
    header.primary div.shop-button img {
      float: left;
      width: 13px;
      height: 43px;
      margin-right: 20px; }
    header.primary div.shop-button p {
      font-size: 20px;
      color: #C99A46;
      text-transform: uppercase;
      float: left;
      font-weight: 600;
      margin: 5px 0 0;
      letter-spacing: 0.15em; }
    header.primary div.shop-button a {
      color: #C99A46;
      text-decoration: unset !important; }
  header.primary div.account-button {
    float: right;
    background: #0E0E0E;
    height: 103px;
    padding: 30px;
    cursor: pointer;
    margin-right: 1px; }
    header.primary div.account-button p {
      font-size: 20px;
      color: #fff;
      text-transform: uppercase;
      float: left;
      font-weight: 600;
      margin: 5px 0 0;
      letter-spacing: 0.15em; }
      header.primary div.account-button p a {
        color: #fff; }
        header.primary div.account-button p a:hover {
          color: #fff; }
  header.primary .cart-button {
    float: right;
    background: #0E0E0E;
    height: 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 1px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15em;
    padding: 0 30px; }
  header.primary div.main-navigation-menu {
    position: fixed;
    width: 0%;
    height: 0%;
    background: #C99A46;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    overflow: hidden; }
    header.primary div.main-navigation-menu ul.menu-items {
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      position: absolute;
      top: 120px;
      left: 120px;
      margin: 0;
      padding: 0;
      list-style: none; }
      header.primary div.main-navigation-menu ul.menu-items li {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
        letter-spacing: 0.15em; }
        header.primary div.main-navigation-menu ul.menu-items li a {
          color: #fff;
          text-decoration: none !important; }
          header.primary div.main-navigation-menu ul.menu-items li a:hover {
            text-decoration: none; }
        header.primary div.main-navigation-menu ul.menu-items li ul.sub-menu {
          list-style: none;
          padding: 0;
          margin: 0;
          display: none; }
          header.primary div.main-navigation-menu ul.menu-items li ul.sub-menu li {
            font-size: 18px;
            margin-bottom: 5px; }
  header.primary.active {
    position: fixed; }
    header.primary.active div.main-navigation-menu {
      width: 35%;
      height: 100%;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      header.primary.active div.main-navigation-menu ul.menu-items {
        opacity: 1;
        -webkit-transition: all 1s ease 0.3s;
        -o-transition: all 1s ease 0.3s;
        transition: all 1s ease 0.3s; }

@media screen and (max-width: 580px) {
  #user-tools {
    border-bottom: 1px solid #000; } }

#user-tools a {
  color: #333; }

.logo {
  background-image: url("/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/logo.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: relative; }
  .logo.errorLogo {
    float: none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi) {
    .logo {
      background-image: url("/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/logo.svg"); } }
  @media screen and (max-width: 767px) {
    .logo {
      clear: both;
      margin: 0.5em auto 0; } }
  @media screen and (min-width: 768px) {
    .logo {
      float: left;
      margin-bottom: 0; } }

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
/* ----- a. Main Menu ----- */
.mainMenu {
  font-size: 13px;
  position: relative;
  z-index: 101; }
  @media screen and (max-width: 767px) {
    .mainMenu {
      margin: 1em 0; } }
  @media screen and (min-width: 768px) {
    .mainMenu {
      float: right;
      height: 24px;
      margin: 80px 0 30px; } }
  .mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .mainMenu ul {
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .mainMenu ul {
        text-align: right; } }
    .mainMenu ul ul {
      border: 1px solid #ccc;
      background: #fff;
      display: none;
      font-size: 12px;
      left: -10px;
      position: absolute;
      top: 32px;
      width: 180px; }
      .mainMenu ul ul .v65-selected {
        color: #000;
        font-weight: bold; }
  .mainMenu li {
    display: inline-block;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .mainMenu li {
        margin: 0 10px; } }
    @media screen and (min-width: 768px) and (max-width: 819px) {
      .mainMenu li {
        margin: 0 0 0 35px; } }
    @media screen and (min-width: 820px) {
      .mainMenu li {
        margin: 0 0 0 50px; } }
    .mainMenu li:first-child {
      margin-left: 0; }
    @media screen and (min-width: 768px) {
      .mainMenu li:hover ul {
        display: block; } }
    .mainMenu li li {
      display: block;
      float: none;
      margin: 0;
      text-align: left;
      width: 180px; }
      .mainMenu li li a {
        color: #575757;
        display: block;
        height: 28px;
        line-height: 28px;
        margin: 0;
        padding: 0 0 0 10px;
        text-align: left;
        text-transform: none;
        width: 170px; }
        .mainMenu li li a:hover {
          color: #000; }
  .mainMenu a {
    color: #333;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .mainMenu a {
        height: 44px;
        line-height: 44px;
        padding: 0 0.5em; } }
    @media screen and (min-width: 768px) {
      .mainMenu a {
        height: 32px;
        line-height: 32px; } }
    .mainMenu a:hover {
      color: #000;
      text-decoration: none; }
  .mainMenu .v65-pageAParent {
    color: #000; }
  @media screen and (max-width: 919px) {
    .mainMenu .v65-home {
      display: none; } }
  .mainMenu .v65-selected {
    color: #000;
    font-weight: bold; }
  .mainMenu .footerMenuLink {
    bottom: 0;
    font-size: 1.5em;
    position: absolute;
    right: 0; }
    @media screen and (max-width: 450px) {
      .mainMenu .footerMenuLink {
        display: block; } }
    @media screen and (min-width: 451px) {
      .mainMenu .footerMenuLink {
        display: none; } }

/* ----- b. Sub Menu ----- */
.subMenu {
  margin-bottom: 0;
  margin-top: 6%; }
  @media screen and (min-width: 768px) {
    .subMenu {
      border-right: 1px solid #ccc;
      float: left;
      margin-right: 4%;
      padding-right: 2%;
      width: 17.5%; } }
  @media screen and (max-width: 767px) {
    .subMenu h3 {
      display: none; } }
  .subMenu ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0; }
  .subMenu li {
    line-height: 3; }
    @media screen and (max-width: 767px) {
      .subMenu li {
        border-top: 1px solid #ccc;
        line-height: 44px;
        text-align: center; } }
    .subMenu li ul {
      margin-left: 10px; }
  .subMenu a {
    display: inline-block;
    line-height: 1.5;
    width: 100%; }
  .subMenu .v65-pageAParent {
    color: #000; }
  .subMenu .v65-leftSelected {
    color: #000;
    font-weight: bold; }

/*   ===================================================================================================
     4. Content
======================================================================================================== */
#v65-modalContentHeader {
  background: #333; }

.content {
  background: #fff;
  -webkit-box-shadow: 0 0 20px #999999;
  box-shadow: 0 0 20px #999999; }

@media screen and (max-width: 767px) {
  .pageContent {
    padding: 1em; } }

@media screen and (min-width: 768px) {
  .pageContent {
    padding: 3em; } }

/* ----- a. Homepage Styles ----- */
section.s1-home {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #0E0E0E; }
  section.s1-home div.side {
    width: 103px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #1C1C1C; }
    section.s1-home div.side:after {
      content: "";
      position: absolute;
      width: 27px;
      height: 36px;
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/corkscrew.svg) center no-repeat;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    section.s1-home div.side div.rotated {
      width: 25px;
      height: 25px;
      white-space: nowrap;
      position: absolute;
      bottom: 90px;
      -webkit-transition: all 0.5s ease 0.5s;
      -o-transition: all 0.5s ease 0.5s;
      transition: all 0.5s ease 0.5s;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
      transform: translateX(-50%) rotate(-90deg); }
      section.s1-home div.side div.rotated p {
        color: #afafaf;
        font-size: 17px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.16em; }
  section.s1-home div.main {
    width: calc(100% - 103px);
    height: 100vh;
    float: right;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    section.s1-home div.main img.background-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 0 0;
      object-position: 0 0;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    section.s1-home div.main video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    section.s1-home div.main div.content-box {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 45%;
      background: rgba(28, 28, 28, 0.8);
      padding: 90px 120px;
      -webkit-transform: translateX(800px);
      -ms-transform: translateX(800px);
      transform: translateX(800px);
      opacity: 0;
      -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
      transition: opacity 1s ease, -webkit-transform 1s ease;
      -o-transition: transform 1s ease, opacity 1s ease;
      transition: transform 1s ease, opacity 1s ease;
      transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
      section.s1-home div.main div.content-box h1 {
        color: #C99A46;
        width: 160%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
        -webkit-transition: all 0.8s ease 0.2s;
        -o-transition: all 0.8s ease 0.2s;
        transition: all 0.8s ease 0.2s;
        margin-bottom: 40px; }
        section.s1-home div.main div.content-box h1 span {
          color: #C99A46;
          -webkit-transition: all 2s ease 1s;
          -o-transition: all 2s ease 1s;
          transition: all 2s ease 1s; }
      section.s1-home div.main div.content-box p {
        color: #FAFAFA;
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
        opacity: 0;
        -webkit-transition: all 1s ease 0.4s;
        -o-transition: all 1s ease 0.4s;
        transition: all 1s ease 0.4s; }
      section.s1-home div.main div.content-box div.yellow-button {
        display: inline-block;
        float: right;
        opacity: 0;
        -webkit-transition: opacity 1s ease 0.6s, color 0.2s ease, background 0.2s ease;
        -o-transition: opacity 1s ease 0.6s, color 0.2s ease, background 0.2s ease;
        transition: opacity 1s ease 0.6s, color 0.2s ease, background 0.2s ease; }
  section.s1-home.active div.main img.background-image {
    opacity: 1; }
  section.s1-home.active div.main div.content-box {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
    section.s1-home.active div.main div.content-box h1 {
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      transform: translateX(-300px);
      opacity: 1; }
      section.s1-home.active div.main div.content-box h1 span {
        color: #fafafa; }
    section.s1-home.active div.main div.content-box p {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; }
    section.s1-home.active div.main div.content-box div.yellow-button {
      opacity: 1; }

section.s2-home {
  width: 100%;
  position: relative;
  background: #1C1C1C; }
  section.s2-home div.text {
    position: absolute;
    left: 10%;
    top: 150px;
    width: 50%; }
    section.s2-home div.text h1 {
      color: #FAFAFA; }
    section.s2-home div.text div.yellow-button {
      display: inline-block;
      margin-top: 1.5em; }
  section.s2-home div.image-1 {
    width: 85%;
    padding-bottom: 45%;
    position: relative;
    overflow: hidden; }
    section.s2-home div.image-1 img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s2-home div.image-2 {
    position: absolute;
    right: 0;
    bottom: -45px;
    z-index: 1;
    -webkit-transform: translateX(800px);
    -ms-transform: translateX(800px);
    transform: translateX(800px);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  section.s2-home.active div.image-2 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }

section.s3-home {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden; }
  section.s3-home img.big-italics {
    position: absolute;
    left: 5%;
    top: 0;
    max-width: 90%; }
  section.s3-home div.main {
    width: calc(100% - 103px);
    position: relative;
    z-index: 1;
    padding: 60px 10%; }
    section.s3-home div.main button.slick-next {
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/gold-arrow.svg) center no-repeat;
      width: 17px;
      height: 31px;
      position: absolute;
      right: -40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 0;
      z-index: 5; }
      section.s3-home div.main button.slick-next:focus {
        outline: 0; }
    section.s3-home div.main button.slick-prev {
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/gold-arrow.svg) center no-repeat;
      width: 17px;
      height: 31px;
      position: absolute;
      left: -40px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
      font-size: 0;
      z-index: 5; }
      section.s3-home div.main button.slick-prev:focus {
        outline: 0; }
    section.s3-home div.main h1 {
      width: 50%;
      color: #C99A46;
      margin-bottom: 100px;
      float: left; }
    section.s3-home div.main .dark-button {
      float: right;
      margin-top: 90px;
      -webkit-transition: color 0.2s ease, background 0.2s ease;
      -o-transition: color 0.2s ease, background 0.2s ease;
      transition: color 0.2s ease, background 0.2s ease; }
    section.s3-home div.main .v65-title {
      display: none; }
    section.s3-home div.main .v65-productGroup-products {
      width: 100%; }
    section.s3-home div.main .v65-productGroup-product {
      margin: 0;
      position: unset;
      width: unset;
      text-align: center; }
      section.s3-home div.main .v65-productGroup-product .v65-product-photo {
        margin: 0 0 30px;
        text-align: center; }
        section.s3-home div.main .v65-productGroup-product .v65-product-photo img {
          margin: 0 auto; }
      section.s3-home div.main .v65-productGroup-product .v65-title {
        display: block;
        margin: 0; }
        section.s3-home div.main .v65-productGroup-product .v65-title a {
          color: #C99A46;
          font-size: 20px;
          font-weight: 600; }
      section.s3-home div.main .v65-productGroup-product .v65-product-reviewStats, section.s3-home div.main .v65-productGroup-product .v65-product-addToCart {
        display: none; }
  section.s3-home div.side {
    position: absolute;
    width: 103px;
    height: 100%;
    right: 0;
    top: 0;
    background: #1C1C1C; }
    section.s3-home div.side:after {
      content: "";
      position: absolute;
      width: 27px;
      height: 36px;
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/corkscrew.svg) center no-repeat;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    section.s3-home div.side div.rotated {
      width: 25px;
      height: 25px;
      white-space: nowrap;
      position: absolute;
      bottom: 90px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
      transform: translateX(-50%) rotate(-90deg); }
      section.s3-home div.side div.rotated p {
        color: #afafaf;
        font-size: 17px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.16em; }
  section.s3-home.active div.side {
    height: 100%; }

section.s4-home {
  background: #fff;
  position: relative; }
  section.s4-home div.side {
    width: 5%;
    height: 85%;
    position: absolute;
    bottom: 0;
    background: #1C1C1C; }
  section.s4-home div.image {
    width: 95%;
    padding-bottom: 43%;
    float: right;
    position: relative;
    z-index: 1; }
    section.s4-home div.image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

section.s5-home {
  background: #1C1C1C;
  position: relative;
  padding: 60px 15%;
  z-index: 1; }
  section.s5-home div.mark-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 200%;
    width: 100%;
    overflow: hidden; }
    section.s5-home div.mark-container img.black-mark {
      position: absolute;
      top: -200px;
      right: 20%;
      width: 500px;
      height: 500px; }
  section.s5-home div.left {
    width: 50%;
    float: left;
    z-index: 1;
    position: relative; }
    section.s5-home div.left h1 {
      color: #FAFAFA;
      font-size: 110px;
      margin-top: -130px;
      position: relative;
      z-index: 2;
      margin-bottom: 60px;
      -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
      transform: translateX(-60px); }
    section.s5-home div.left h2 {
      color: #C99A46;
      font-size: 70px;
      margin: 0;
      width: 480px;
      line-height: 1; }
    section.s5-home div.left ul {
      margin: 45px 0;
      padding: 0;
      list-style: none; }
      section.s5-home div.left ul:after {
        content: "";
        display: block;
        clear: both; }
      section.s5-home div.left ul li {
        color: #FAFAFA;
        font-size: 16px;
        width: 50%;
        float: left;
        margin-bottom: 10px; }
        section.s5-home div.left ul li:before {
          content: "○";
          color: #C99A46;
          display: inline-block;
          margin-right: 10px;
          font-size: 14px; }
    section.s5-home div.left .yellow-button {
      display: inline-block; }
  section.s5-home div.right {
    width: 30%;
    float: right;
    z-index: 5;
    position: relative;
    margin-top: 130px; }
    section.s5-home div.right h3 {
      color: #FAFAFA;
      margin: 0;
      font-size: 32px;
      line-height: 1.3;
      text-align: left; }
    section.s5-home div.right p.quote-author {
      color: #FAFAFA;
      font-size: 16px;
      text-transform: uppercase;
      margin-top: 15px;
      float: right;
      background: #1C1C1C;
      padding: 0 0 0 15px; }
      section.s5-home div.right p.quote-author:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #C99A46;
        position: absolute;
        bottom: 36px;
        left: 0;
        z-index: -1; }
  section.s5-home.active div.left h1 {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 1; }
  section.s5-home.active img.black-mark {
    top: -200px;
    opacity: 1; }

section.s6-home {
  background: #1C1C1C;
  position: relative;
  padding: 80px 0; }
  section.s6-home div.image {
    width: 60%;
    padding-bottom: 34%;
    position: relative;
    z-index: 1; }
    section.s6-home div.image img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s6-home div.text {
    position: absolute;
    width: 40%;
    padding: 80px 100px;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FAFAFA;
    z-index: 1; }
    section.s6-home div.text h1 {
      color: #C99A46;
      font-size: 50px;
      margin-bottom: 20px; }
    section.s6-home div.text .dark-button {
      display: inline-block;
      margin-top: 15px; }

section.s7-home {
  background: #1c1c1c;
  position: relative;
  padding: 80px 5% 160px; }
  section.s7-home h1 {
    color: #C99A46; }
  section.s7-home div#instafeed {
    margin: 30px -15px 0; }
    section.s7-home div#instafeed a {
      width: 25%;
      float: left;
      padding: 15px;
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      section.s7-home div#instafeed a div.ig {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        section.s7-home div#instafeed a div.ig img {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes grow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* ----- b. Page Styles ----- */
.backToTop {
  background: #333;
  bottom: 1em;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: none;
  height: 5em;
  line-height: 5em;
  opacity: 0.6;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 5em;
  z-index: 1000; }

@media screen and (min-width: 768px) {
  .page {
    float: right;
    width: 75%; } }

.colWrapper {
  margin-bottom: 2em;
  width: 100%; }

.colWrapper:before, .colWrapper:after {
  content: "";
  display: table; }

.colWrapper:after {
  clear: both; }

.col2 {
  float: left;
  margin-left: 6%;
  width: 47%; }

.col2:first-child {
  float: left;
  margin-left: 0%;
  width: 47%; }

.col22 {
  float: left;
  margin-left: 6%;
  width: 29%; }

.col22:first-child {
  margin-left: 0;
  width: 65%; }

.col3 {
  float: left;
  margin-left: 5%;
  width: 30%; }

.col3:first-child {
  float: left;
  margin-left: 0%;
  width: 30%; }

.col4 {
  float: left;
  margin-left: 3%;
  width: 22.7%; }

.col4:first-child {
  margin-left: 0; }

@media screen and (max-width: 850px) {
  .col4 {
    margin: 0 2% 3em;
    width: 46%; }
  .col4:first-child {
    margin-left: 2%; } }

@media screen and (max-width: 580px) {
  .col2 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%; }
  .col2:first-child {
    float: none;
    width: 100%; }
  .col22,
  .col22:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%; }
  .col3 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%; }
  .col3:first-child {
    float: none;
    width: 100%; }
  .col4,
  .col4:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%; } }

.v65-featureRight, .v65-right,
.v65-featureLeft, .v65-left,
.v65-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

section.s1-winery {
  background: #1C1C1C;
  position: relative;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1; }
  section.s1-winery div.side {
    width: 5%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%; }
    section.s1-winery div.side:after {
      content: "";
      position: absolute;
      width: 27px;
      height: 36px;
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/corkscrew.svg) center no-repeat;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    section.s1-winery div.side div.rotated {
      width: 25px;
      height: 25px;
      white-space: nowrap;
      position: absolute;
      bottom: 90px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
      transform: translateX(-50%) rotate(-90deg); }
      section.s1-winery div.side div.rotated p {
        color: #afafaf;
        font-size: 17px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.16em; }
  section.s1-winery h1 {
    color: #C99A46;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px); }
  section.s1-winery .row {
    margin-top: 60px;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px); }
  section.s1-winery div.box-container {
    padding: 15px;
    width: 33.3333%;
    float: left;
    opacity: 0;
    -webkit-transform: translateY(400px);
    -ms-transform: translateY(400px);
    transform: translateY(400px); }
    section.s1-winery div.box-container:nth-child(odd) {
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    section.s1-winery div.box-container:nth-child(even) {
      -webkit-transition: all 1s ease 0.3s;
      -o-transition: all 1s ease 0.3s;
      transition: all 1s ease 0.3s; }
    section.s1-winery div.box-container div.grey-box {
      background: #0E0E0E;
      text-align: center;
      height: 450px;
      padding: 50px;
      -webkit-transition: z-index 0s linear, opacity 0.5s ease, -webkit-transform 0.5s ease;
      transition: z-index 0s linear, opacity 0.5s ease, -webkit-transform 0.5s ease;
      -o-transition: transform 0.5s ease, z-index 0s linear, opacity 0.5s ease;
      transition: transform 0.5s ease, z-index 0s linear, opacity 0.5s ease;
      transition: transform 0.5s ease, z-index 0s linear, opacity 0.5s ease, -webkit-transform 0.5s ease;
      position: relative; }
      section.s1-winery div.box-container div.grey-box.inactive {
        opacity: 0.5; }
      section.s1-winery div.box-container div.grey-box:hover {
        z-index: 200;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      section.s1-winery div.box-container div.grey-box h1 {
        font-style: unset;
        margin-bottom: 20px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset; }
      section.s1-winery div.box-container div.grey-box h3 {
        color: #FAFAFA;
        position: relative;
        margin-bottom: 45px; }
        section.s1-winery div.box-container div.grey-box h3:after {
          content: "";
          position: absolute;
          height: 2px;
          width: 100px;
          background: #C99A46;
          bottom: -22px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      section.s1-winery div.box-container div.grey-box p {
        color: #FFFFFF; }
  section.s1-winery.active div.box-container {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

section.s2-winery {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  background: #1C1C1C; }
  section.s2-winery img.background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0; }
  section.s2-winery div.text {
    position: absolute;
    z-index: 1;
    width: 45%;
    right: 10%;
    bottom: 245px; }
    section.s2-winery div.text h1 {
      color: #fff;
      margin-bottom: 30px; }
    section.s2-winery div.text p {
      color: #fff;
      width: 75%; }
    section.s2-winery div.text .yellow-button {
      margin-top: 40px;
      display: inline-block;
      width: 240px;
      text-align: center; }

section.s3-winery {
  background: #1C1C1C;
  padding: 115px 5%; }
  section.s3-winery .section-content {
    background: #fff;
    position: relative; }
  section.s3-winery div.left {
    float: left;
    width: 50%;
    padding: 90px; }
    section.s3-winery div.left h1 {
      color: #C99A46;
      margin-bottom: 30px; }
    section.s3-winery div.left img {
      position: absolute;
      left: 90px;
      top: -45px; }
  section.s3-winery div.image {
    float: right;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
    section.s3-winery div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

section.s4-winery {
  background: #1C1C1C;
  position: relative;
  padding: 170px 0 60px;
  z-index: 1; }
  section.s4-winery div.left {
    position: relative;
    margin-left: 8%;
    width: 37%;
    padding: 0 100px 0 60px; }
    section.s4-winery div.left p {
      color: #AFAFAF;
      font-size: 17px;
      margin-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: 0.16em; }
    section.s4-winery div.left h1 {
      color: #FAFAFA;
      font-size: 100px; }
    section.s4-winery div.left div.top {
      padding-bottom: 40px;
      margin-bottom: 55px;
      border-bottom: 2px solid #C99A46; }
    section.s4-winery div.left div.side {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%; }
      section.s4-winery div.left div.side:after {
        content: "";
        position: absolute;
        width: 27px;
        height: 36px;
        background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/corkscrew.svg) center no-repeat;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      section.s4-winery div.left div.side div.rotated {
        width: 25px;
        height: 25px;
        white-space: nowrap;
        position: absolute;
        bottom: 90px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg); }
        section.s4-winery div.left div.side div.rotated p {
          margin: 0; }
  section.s4-winery div.right {
    width: 55%;
    position: absolute;
    right: 0;
    bottom: -120px;
    background: #0E0E0E;
    padding: 90px;
    text-align: left;
    -webkit-transform: translateX(800px);
    -ms-transform: translateX(800px);
    transform: translateX(800px);
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
    section.s4-winery div.right h1 {
      color: #C99A46;
      margin-bottom: 30px;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 0;
      -webkit-transition: all 0.8s ease 0.2s;
      -o-transition: all 0.8s ease 0.2s;
      transition: all 0.8s ease 0.2s; }
    section.s4-winery div.right p {
      color: #fff;
      -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
      transform: translateX(300px);
      opacity: 0;
      -webkit-transition: all 1s ease 0.4s;
      -o-transition: all 1s ease 0.4s;
      transition: all 1s ease 0.4s; }
    section.s4-winery div.right .yellow-button {
      margin-top: 40px;
      display: inline-block;
      width: 240px;
      text-align: center;
      opacity: 0;
      -webkit-transition: opacity 1s ease 0.6s, color 0.2s ease, background 0.2s ease;
      -o-transition: opacity 1s ease 0.6s, color 0.2s ease, background 0.2s ease;
      transition: opacity 1s ease 0.6s, color 0.2s ease, background 0.2s ease; }
  section.s4-winery.active div.right {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
    section.s4-winery.active div.right h1 {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; }
      section.s4-winery.active div.right h1 span {
        color: #fafafa; }
    section.s4-winery.active div.right p {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; }
    section.s4-winery.active div.right div.yellow-button {
      opacity: 1; }

section.s5-winery {
  position: relative;
  width: 100%;
  padding-bottom: 41%;
  background: #1C1C1C;
  overflow: hidden; }
  section.s5-winery img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

section.s6-winery {
  position: relative;
  background: #1C1C1C;
  padding: 120px 10%; }
  section.s6-winery h1 {
    color: #fff;
    position: absolute;
    left: 5%;
    top: -60px;
    font-size: 110px; }
  section.s6-winery div.left {
    width: 50%;
    float: left; }
    section.s6-winery div.left p {
      color: #fff; }
  section.s6-winery div.grey-box {
    width: 30%;
    float: right;
    padding: 40px 0;
    background: #0E0E0E;
    margin-top: 60px; }
    section.s6-winery div.grey-box h4 {
      -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      transform: translateX(-50px);
      color: #C99A46; }

section.s7-winery {
  position: relative;
  background: #1C1C1C;
  padding: 100px 0 0; }
  section.s7-winery div.left {
    background: #fff;
    padding: 90px;
    width: 45%;
    margin-left: 5%;
    position: relative;
    z-index: 2; }
    section.s7-winery div.left div.side {
      position: absolute;
      right: -90px;
      bottom: 30px; }
      section.s7-winery div.left div.side:after {
        content: "";
        position: absolute;
        width: 27px;
        height: 36px;
        background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/corkscrew.svg) center no-repeat;
        bottom: -6px;
        left: 30px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      section.s7-winery div.left div.side div.rotated {
        width: 25px;
        height: 25px;
        white-space: nowrap;
        padding-left: 80px; }
        section.s7-winery div.left div.side div.rotated p {
          color: #AFAFAF;
          font-size: 17px;
          margin-bottom: 0px;
          text-transform: uppercase;
          letter-spacing: 0.16em; }
    section.s7-winery div.left h1 {
      color: #C99A46;
      margin-bottom: 30px; }
  section.s7-winery div.image {
    position: absolute;
    width: 55%;
    padding-bottom: 26%;
    right: 0;
    bottom: 85px;
    overflow: hidden;
    z-index: 1; }
    section.s7-winery div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

section.s8-winery {
  position: relative;
  background: #1C1C1C;
  padding: 220px 10% 350px; }
  section.s8-winery h1 {
    color: #FAFAFA;
    float: left; }
  section.s8-winery div.yellow-button {
    float: right;
    margin-top: 60px; }
  section.s8-winery img.big-italics {
    position: absolute;
    right: 0;
    top: 280px;
    opacity: 0.3;
    max-width: 95%; }
  section.s8-winery div.main {
    position: relative;
    z-index: 9; }

section.s1-history {
  background: #1C1C1C;
  position: relative; }
  section.s1-history h1 {
    color: #C99A46;
    font-size: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    z-index: 1;
    text-align: center;
    -webkit-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease;
    opacity: 0; }
    section.s1-history h1 span {
      color: #C99A46;
      -webkit-transition: all 1.5s ease 1s;
      -o-transition: all 1.5s ease 1s;
      transition: all 1.5s ease 1s; }
  section.s1-history div.image {
    width: calc(100% - 103px);
    float: right;
    height: 100vh;
    opacity: 0.2;
    position: relative; }
    section.s1-history div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s1-history.active h1 {
    opacity: 1; }
    section.s1-history.active h1 span {
      color: #FAFAFA; }

section.s2-history {
  background: #1C1C1C;
  padding: 200px 0 0; }
  section.s2-history div.section-content {
    width: 716px;
    margin: 0 auto;
    text-align: center; }
    section.s2-history div.section-content div {
      padding-bottom: 1px; }
    section.s2-history div.section-content p {
      color: #fff; }

section.s3-history {
  background: #1C1C1C;
  padding: 0 10%;
  z-index: 1;
  position: relative; }
  section.s3-history div.section-content {
    background: #FAFAFA;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px); }
    section.s3-history div.section-content div.left {
      width: 60%;
      float: left;
      padding: 90px 90px 0; }
      section.s3-history div.section-content div.left h1 {
        color: #C99A46;
        margin-bottom: 30px; }
      section.s3-history div.section-content div.left div.yellow-button {
        display: inline-block; }
    section.s3-history div.section-content div.right {
      width: 40%;
      padding-bottom: 47%;
      position: relative;
      float: right; }
      section.s3-history div.section-content div.right img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

section.s4-history {
  background: #1C1C1C;
  width: 100%;
  padding-bottom: 46%;
  position: relative; }
  section.s4-history img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

section.s5-history {
  background: #1C1C1C;
  position: relative;
  padding: 170px 0;
  overflow: hidden; }
  section.s5-history div.side {
    width: 103px;
    position: absolute;
    right: 0;
    bottom: 100%;
    height: 100%;
    background: #0E0E0E; }
    section.s5-history div.side:after {
      content: "";
      position: absolute;
      width: 27px;
      height: 36px;
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/corkscrew.svg) center no-repeat;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    section.s5-history div.side div.rotated {
      width: 25px;
      height: 25px;
      white-space: nowrap;
      position: absolute;
      bottom: 90px;
      -webkit-transition: all 0.5s ease 0.5s;
      -o-transition: all 0.5s ease 0.5s;
      transition: all 0.5s ease 0.5s;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
      transform: translateX(-50%) rotate(-90deg); }
      section.s5-history div.side div.rotated p {
        color: #AFAFAF;
        font-size: 17px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.16em; }
  section.s5-history div.left {
    margin-left: 20%;
    width: 50%; }
    section.s5-history div.left h1 {
      color: #C99A46;
      margin-bottom: 30px; }
    section.s5-history div.left p {
      color: #fff;
      width: 70%; }
    section.s5-history div.left div.yellow-button {
      display: inline-block;
      margin-top: 30px; }

section.s6-history {
  background: #1C1C1C;
  position: relative;
  padding-left: 10%; }
  section.s6-history div.image {
    width: 100%;
    padding-bottom: 47%;
    position: relative; }
    section.s6-history div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

section.s7-history {
  background: #1C1C1C;
  position: relative;
  padding: 200px 10% 18%; }
  section.s7-history div.grey-box {
    width: 30%;
    float: left;
    padding: 40px 0;
    background: #0E0E0E;
    margin-top: 45px; }
    section.s7-history div.grey-box h4 {
      -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      transform: translateX(-50px);
      color: #C99A46; }
  section.s7-history div.right {
    width: 60%;
    margin-left: 10%;
    float: left;
    opacity: 0;
    -webkit-transition: all 1s ease 0.5s;
    -o-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s; }
    section.s7-history div.right p {
      text-align: left;
      color: #fff; }
  section.s7-history div.title-button {
    position: relative;
    margin-bottom: 90px;
    width: 90%; }
    section.s7-history div.title-button:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 0%;
      background: #C99A46;
      top: 57%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 1s ease 0.5s;
      -o-transition: all 1s ease 0.5s;
      transition: all 1s ease 0.5s; }
    section.s7-history div.title-button:after {
      content: "";
      display: block;
      clear: both; }
    section.s7-history div.title-button h1 {
      float: left;
      color: #FAFAFA;
      background: #1C1C1C;
      padding-right: 15px;
      position: relative;
      -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
      transform: translateX(-400px);
      opacity: 0;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    section.s7-history div.title-button div.button-container {
      float: right;
      padding-left: 15px;
      background: #1C1C1C;
      position: absolute;
      right: 0;
      top: 57%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 1s ease 0.3s;
      -o-transition: all 1s ease 0.3s;
      transition: all 1s ease 0.3s;
      opacity: 0; }
  section.s7-history.active div.right {
    opacity: 1; }
  section.s7-history.active div.title-button:before {
    width: 100%; }
  section.s7-history.active div.title-button h1 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
  section.s7-history.active div.title-button div.button-container {
    opacity: 1; }

section.s8-history {
  background: #1C1C1C;
  position: relative;
  padding: 0 0 215px; }
  section.s8-history div.image {
    width: 60%;
    padding-bottom: 35%;
    position: relative; }
    section.s8-history div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s8-history div.right {
    position: absolute;
    background: #FAFAFA;
    right: 5%;
    bottom: 355px;
    width: 50%;
    padding: 90px;
    text-align: left; }
    section.s8-history div.right h1 {
      color: #C99A46;
      margin-bottom: 30px; }
    section.s8-history div.right img {
      position: absolute;
      right: 90px;
      top: -45px; }
    section.s8-history div.right div.button-container {
      position: absolute;
      right: 0;
      bottom: -100px;
      width: 100%; }
      section.s8-history div.right div.button-container div.yellow-button {
        float: right; }
      section.s8-history div.right div.button-container:before {
        content: "";
        position: absolute;
        width: calc(65% - 255px);
        height: 2px;
        background: #C99A46;
        right: 273px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

section.s1-distributors {
  background: #1C1C1C;
  padding: 200px 10% 0; }
  section.s1-distributors h1 {
    color: #C99A46;
    margin-bottom: 60px; }
  section.s1-distributors #storepoint-container #storepoint-search .storepoint-dropdown {
    z-index: 0 !important; }

section.s2-distributors {
  position: relative;
  background: #1C1C1C;
  padding: 220px 10% 350px; }
  section.s2-distributors div.main {
    position: relative;
    z-index: 5; }
  section.s2-distributors h1 {
    color: #FAFAFA;
    float: left; }
  section.s2-distributors div.yellow-button {
    float: right;
    margin-top: 60px; }
  section.s2-distributors img.big-italics {
    position: absolute;
    right: 0;
    top: 280px;
    opacity: 0.3;
    max-width: 95%; }

section.s3-distributors {
  position: relative;
  background: #1C1C1C;
  padding: 0 10% 200px; }
  section.s3-distributors h1 {
    color: #C99A46;
    margin-top: 0;
    margin-bottom: 45px; }
  section.s3-distributors .column {
    padding: 15px;
    width: 33.33%;
    float: left;
    color: #fff;
    height: 204px; }
    section.s3-distributors .column h2 {
      color: #C99A46;
      margin-top: 0; }
    section.s3-distributors .column p {
      margin: 0;
      color: #fff; }
      section.s3-distributors .column p a {
        color: #fff; }

section.s4-distributors {
  position: relative;
  background: #1C1C1C;
  padding: 0 10% 200px;
  color: #fff; }
  section.s4-distributors h1 {
    color: #C99A46;
    margin-top: 0;
    margin-bottom: 45px; }
  section.s4-distributors h2 {
    color: #C99A46;
    margin-top: 0; }
  section.s4-distributors .row:after {
    content: "";
    display: block;
    clear: both; }
  section.s4-distributors ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0; }
    section.s4-distributors ul li {
      display: inline-block;
      margin-right: 10px;
      font-size: 16px;
      color: #fff; }
      section.s4-distributors ul li a {
        color: #C99A46;
        font-style: italic; }
  section.s4-distributors .column {
    width: 33.33%;
    padding: 15px;
    float: left;
    height: 300px; }
  section.s4-distributors .appellations {
    margin-top: 60px;
    clear: both; }

section.s1-team {
  background: #1C1C1C;
  padding: 0 0 0 103px;
  position: relative; }
  section.s1-team div.image {
    width: 100%;
    padding-bottom: 45%;
    position: relative; }
    section.s1-team div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s1-team h1 {
    color: #fff;
    font-size: 110px;
    position: absolute;
    bottom: -45px;
    left: 15%; }

section.s2-team {
  background: #1C1C1C;
  padding: 200px 10%; }
  section.s2-team div.team-member-container {
    width: 33.33%;
    float: left;
    padding: 15px;
    position: relative; }
    section.s2-team div.team-member-container div.team-member {
      width: 100%;
      padding-bottom: 100%;
      position: relative;
      background: #B9B9B9;
      cursor: pointer; }
      section.s2-team div.team-member-container div.team-member img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      section.s2-team div.team-member-container div.team-member div.middle {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #0E0E0E; }
        section.s2-team div.team-member-container div.team-member div.middle p {
          color: #FAFAFA;
          font-size: 15px;
          text-transform: uppercase;
          text-align: center;
          letter-spacing: 0.05em;
          width: 60%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
          section.s2-team div.team-member-container div.team-member div.middle p:before {
            content: "";
            position: absolute;
            width: 27px;
            height: 36px;
            background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/corkscrew.svg) center no-repeat;
            top: -60px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
      section.s2-team div.team-member-container div.team-member.rudy-hernandez + div.cover,
      section.s2-team div.team-member-container div.team-member.hugo-villasenor + div.cover,
      section.s2-team div.team-member-container div.team-member.hilda-osegueda + div.cover,
      section.s2-team div.team-member-container div.team-member.manuel-floris-soles + div.cover {
        display: block !important;
        opacity: 1 !important; }
    section.s2-team div.team-member-container div.cover {
      cursor: pointer;
      position: absolute;
      left: 15px;
      top: 15px;
      right: 15px;
      bottom: 15px;
      background: #0E0E0E;
      display: none; }
      section.s2-team div.team-member-container div.cover div.center {
        position: absolute;
        text-align: center;
        top: 39%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80%; }
        section.s2-team div.team-member-container div.cover div.center h2 {
          color: #C99A46;
          font-size: 38px;
          margin: 0; }
        section.s2-team div.team-member-container div.cover div.center p {
          color: #fafafa;
          font-size: 16px;
          margin: 0; }
          section.s2-team div.team-member-container div.cover div.center p.title {
            margin-bottom: 15px;
            color: #C99A46; }
  section.s2-team div.bio {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    section.s2-team div.bio div.close {
      position: absolute;
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/close.svg) center no-repeat;
      width: 22px;
      height: 22px;
      left: 30px;
      top: 30px;
      cursor: pointer; }
    section.s2-team div.bio div.img {
      position: absolute;
      left: 15%;
      top: 20%;
      width: 30%;
      padding-bottom: 30%; }
      section.s2-team div.bio div.img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    section.s2-team div.bio div.text {
      position: absolute;
      width: 40%;
      top: 50%;
      left: 50%; }
      section.s2-team div.bio div.text h1 {
        color: #C99A46;
        margin-bottom: 15px; }
      section.s2-team div.bio div.text p {
        margin: 0;
        color: #fff; }
      section.s2-team div.bio div.text div.info {
        margin-bottom: 30px; }

section.team-full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }
  section.team-full.active div.trees {
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    width: 75%; }
  section.team-full.active div.left {
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    height: 100%; }
  section.team-full.active div.bottom {
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    height: 60%; }
  section.team-full div.trees {
    position: absolute;
    background: #1C1C1C;
    width: 0%;
    height: 40%;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    section.team-full div.trees:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/team/trees.jpg) center no-repeat;
      background-size: cover;
      opacity: 0.3; }
  section.team-full div.left {
    position: absolute;
    background: #1C1C1C;
    width: 25%;
    height: 0%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  section.team-full div.bottom {
    position: absolute;
    background: #0e0e0e;
    width: 75%;
    height: 0%;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }

section.s1-visit {
  position: relative;
  height: 100vh;
  background: #1C1C1C; }
  section.s1-visit div.image {
    width: calc(100% - 103px);
    padding-bottom: 40%;
    float: right;
    position: relative;
    opacity: 0.3; }
    section.s1-visit div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s1-visit div.right {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0E0E0E;
    padding: 90px;
    width: 50%;
    color: #fff;
    -webkit-transform: translateX(800px);
    -ms-transform: translateX(800px);
    transform: translateX(800px);
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    text-align: left; }
    section.s1-visit div.right h1 {
      color: #C99A46;
      margin-bottom: 30px;
      width: 75%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 0;
      -webkit-transition: all 0.8s ease 0.2s;
      -o-transition: all 0.8s ease 0.2s;
      transition: all 0.8s ease 0.2s;
      margin-bottom: 40px; }
      section.s1-visit div.right h1 span {
        color: #C99A46;
        -webkit-transition: all 2s ease 1s;
        -o-transition: all 2s ease 1s;
        transition: all 2s ease 1s; }
    section.s1-visit div.right p {
      -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
      transform: translateX(300px);
      opacity: 0;
      -webkit-transition: all 1s ease 0.4s;
      -o-transition: all 1s ease 0.4s;
      transition: all 1s ease 0.4s; }
  section.s1-visit.active div.right {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
    section.s1-visit.active div.right h1 {
      -webkit-transform: translateX(-180px);
      -ms-transform: translateX(-180px);
      transform: translateX(-180px);
      opacity: 1; }
      section.s1-visit.active div.right h1 span {
        color: #fafafa; }
    section.s1-visit.active div.right p {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; }

section.s2-visit, section.s4-visit {
  background: #1C1C1C; }
  section.s2-visit h1, section.s4-visit h1 {
    color: #C99A46;
    margin-bottom: 80px; }
  section.s2-visit div.reservation, section.s4-visit div.reservation {
    background: #FAFAFA; }
    section.s2-visit div.reservation div.text, section.s4-visit div.reservation div.text {
      float: left;
      width: 50%;
      padding: 90px; }
      section.s2-visit div.reservation div.text h3, section.s4-visit div.reservation div.text h3 {
        font-size: 40px;
        margin-bottom: 15px;
        color: #C99A46; }
      section.s2-visit div.reservation div.text div.reservation-info, section.s4-visit div.reservation div.text div.reservation-info {
        margin-bottom: 30px; }
        section.s2-visit div.reservation div.text div.reservation-info div.res-row, section.s4-visit div.reservation div.text div.reservation-info div.res-row {
          width: 100%;
          margin-bottom: 5px; }
          section.s2-visit div.reservation div.text div.reservation-info div.res-row p, section.s4-visit div.reservation div.text div.reservation-info div.res-row p {
            margin-bottom: 0;
            margin-left: 11px;
            position: relative;
            display: inline-block;
            color: #676767;
            font-size: 15px;
            text-transform: uppercase; }
            section.s2-visit div.reservation div.text div.reservation-info div.res-row p:before, section.s4-visit div.reservation div.text div.reservation-info div.res-row p:before {
              content: "";
              position: absolute;
              left: -7px;
              width: 1px;
              height: 15px;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              background: #676767; }
            section.s2-visit div.reservation div.text div.reservation-info div.res-row p:first-child, section.s4-visit div.reservation div.text div.reservation-info div.res-row p:first-child {
              margin-left: 0; }
              section.s2-visit div.reservation div.text div.reservation-info div.res-row p:first-child:before, section.s4-visit div.reservation div.text div.reservation-info div.res-row p:first-child:before {
                display: none; }
      section.s2-visit div.reservation div.text div.yellow-button, section.s4-visit div.reservation div.text div.yellow-button {
        margin-top: 60px; }
      section.s2-visit div.reservation div.text p, section.s4-visit div.reservation div.text p {
        color: #0E0E0E; }
    section.s2-visit div.reservation div.image, section.s4-visit div.reservation div.image {
      width: 50%;
      padding-bottom: 39%;
      float: right;
      position: relative; }
      section.s2-visit div.reservation div.image img, section.s4-visit div.reservation div.image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

section.s3-visit, section.s5-visit, section.s2a-visit {
  background: #1C1C1C; }
  section.s3-visit h1, section.s5-visit h1, section.s2a-visit h1 {
    color: #C99A46;
    margin-bottom: 80px; }
  section.s3-visit div.reservation, section.s5-visit div.reservation, section.s2a-visit div.reservation {
    background: #FAFAFA; }
    section.s3-visit div.reservation div.text, section.s5-visit div.reservation div.text, section.s2a-visit div.reservation div.text {
      float: right;
      width: 50%;
      padding: 90px; }
      section.s3-visit div.reservation div.text h3, section.s5-visit div.reservation div.text h3, section.s2a-visit div.reservation div.text h3 {
        font-size: 40px;
        margin-bottom: 15px;
        color: #C99A46; }
      section.s3-visit div.reservation div.text div.reservation-info, section.s5-visit div.reservation div.text div.reservation-info, section.s2a-visit div.reservation div.text div.reservation-info {
        margin-bottom: 30px; }
        section.s3-visit div.reservation div.text div.reservation-info div.res-row, section.s5-visit div.reservation div.text div.reservation-info div.res-row, section.s2a-visit div.reservation div.text div.reservation-info div.res-row {
          width: 100%;
          margin-bottom: 5px; }
          section.s3-visit div.reservation div.text div.reservation-info div.res-row p, section.s5-visit div.reservation div.text div.reservation-info div.res-row p, section.s2a-visit div.reservation div.text div.reservation-info div.res-row p {
            margin-bottom: 0;
            margin-left: 11px;
            position: relative;
            display: inline-block;
            color: #676767;
            font-size: 15px;
            text-transform: uppercase; }
            section.s3-visit div.reservation div.text div.reservation-info div.res-row p:before, section.s5-visit div.reservation div.text div.reservation-info div.res-row p:before, section.s2a-visit div.reservation div.text div.reservation-info div.res-row p:before {
              content: "";
              position: absolute;
              left: -7px;
              width: 1px;
              height: 15px;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              background: #676767; }
            section.s3-visit div.reservation div.text div.reservation-info div.res-row p:first-child, section.s5-visit div.reservation div.text div.reservation-info div.res-row p:first-child, section.s2a-visit div.reservation div.text div.reservation-info div.res-row p:first-child {
              margin-left: 0; }
              section.s3-visit div.reservation div.text div.reservation-info div.res-row p:first-child:before, section.s5-visit div.reservation div.text div.reservation-info div.res-row p:first-child:before, section.s2a-visit div.reservation div.text div.reservation-info div.res-row p:first-child:before {
                display: none; }
      section.s3-visit div.reservation div.text div.yellow-button, section.s5-visit div.reservation div.text div.yellow-button, section.s2a-visit div.reservation div.text div.yellow-button {
        margin-top: 60px; }
      section.s3-visit div.reservation div.text p, section.s5-visit div.reservation div.text p, section.s2a-visit div.reservation div.text p {
        color: #0E0E0E; }
    section.s3-visit div.reservation div.image, section.s5-visit div.reservation div.image, section.s2a-visit div.reservation div.image {
      width: 50%;
      padding-bottom: 39%;
      float: left;
      position: relative; }
      section.s3-visit div.reservation div.image img, section.s5-visit div.reservation div.image img, section.s2a-visit div.reservation div.image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      section.s3-visit div.reservation div.image iframe, section.s5-visit div.reservation div.image iframe, section.s2a-visit div.reservation div.image iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }

section.s2a-visit {
  padding: 150px 5% 0; }
  section.s2a-visit div.v65-form {
    width: 100%;
    margin: unset; }
    section.s2a-visit div.v65-form form {
      margin: unset; }
      section.s2a-visit div.v65-form form fieldset {
        padding: unset;
        margin: unset;
        border: unset; }
        section.s2a-visit div.v65-form form fieldset div {
          padding: unset; }
        section.s2a-visit div.v65-form form fieldset label, section.s2a-visit div.v65-form form fieldset legend {
          display: none; }
  section.s2a-visit input, section.s2a-visit textarea {
    width: 100% !important;
    border: 0;
    padding: 10px;
    border: 1px solid #707070;
    font-size: 16px;
    line-height: unset;
    height: unset;
    margin-bottom: 35px;
    outline: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    section.s2a-visit input::-webkit-input-placeholder, section.s2a-visit textarea::-webkit-input-placeholder {
      color: #BBBBBB; }
    section.s2a-visit input:-ms-input-placeholder, section.s2a-visit textarea:-ms-input-placeholder {
      color: #BBBBBB; }
    section.s2a-visit input::-ms-input-placeholder, section.s2a-visit textarea::-ms-input-placeholder {
      color: #BBBBBB; }
    section.s2a-visit input::placeholder, section.s2a-visit textarea::placeholder {
      color: #BBBBBB; }
  section.s2a-visit textarea {
    height: 120px; }
  section.s2a-visit .yellow-button, section.s2a-visit button {
    background: #C99A46;
    color: #0E0E0E;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    letter-spacing: 0.15em;
    cursor: pointer;
    width: 240px;
    text-align: center;
    display: block;
    height: unset;
    margin-top: 20px; }
    section.s2a-visit .yellow-button span, section.s2a-visit button span {
      color: #0E0E0E;
      height: unset;
      line-height: unset;
      padding: unset; }
    section.s2a-visit .yellow-button:hover, section.s2a-visit button:hover {
      background: #1e1e1e;
      color: #C99A46; }
      section.s2a-visit .yellow-button:hover span, section.s2a-visit button:hover span {
        color: #C99A46; }

section.s2-visit {
  padding: 115px 5% 0; }

section.s3-visit, section.s4-visit {
  padding: 115px 5% 0; }

section.s5-visit {
  padding: 115px 5% 240px; }

section.s1-clubs {
  background: #1C1C1C;
  position: relative;
  padding-bottom: 0px; }
  section.s1-clubs div.image {
    width: calc(100% - 103px);
    float: right;
    position: relative;
    padding-bottom: 43%; }
    section.s1-clubs div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s1-clubs div.text {
    width: 35%;
    margin-left: 15%;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px); }
    section.s1-clubs div.text h1 {
      font-size: 110px;
      margin-bottom: 30px;
      color: #fff;
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      transform: translateX(-300px);
      opacity: 0;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    section.s1-clubs div.text p {
      color: #fff;
      opacity: 0;
      -webkit-transition: all 1s ease 0.5s;
      -o-transition: all 1s ease 0.5s;
      transition: all 1s ease 0.5s; }
  section.s1-clubs.active div.text h1 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
  section.s1-clubs.active div.text p {
    opacity: 1; }

section.s2-clubs {
  background: #1C1C1C;
  position: relative;
  padding: 60px 10%; }
  section.s2-clubs h1 {
    color: #C99A46; }
  section.s2-clubs .row {
    margin-top: 65px; }
  section.s2-clubs div.club-container {
    width: 33.33%;
    padding: 0 15px;
    float: left; }
    section.s2-clubs div.club-container div.club-box {
      padding: 50px 50px 120px;
      position: relative;
      height: 700px;
      background: #fff;
      -webkit-transition: z-index 0s linear, opacity 0.5s ease, -webkit-transform 0.5s ease;
      transition: z-index 0s linear, opacity 0.5s ease, -webkit-transform 0.5s ease;
      -o-transition: transform 0.5s ease, z-index 0s linear, opacity 0.5s ease;
      transition: transform 0.5s ease, z-index 0s linear, opacity 0.5s ease;
      transition: transform 0.5s ease, z-index 0s linear, opacity 0.5s ease, -webkit-transform 0.5s ease; }
      section.s2-clubs div.club-container div.club-box.inactive {
        opacity: 0.5; }
      section.s2-clubs div.club-container div.club-box:hover {
        z-index: 200;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        background: #C99A46; }
        section.s2-clubs div.club-container div.club-box:hover h1 {
          color: #fff; }
        section.s2-clubs div.club-container div.club-box:hover p {
          color: #0E0E0E; }
        section.s2-clubs div.club-container div.club-box:hover h2:after {
          background: #fff; }
        section.s2-clubs div.club-container div.club-box:hover div.yellow-button {
          border: 2px solid #262626; }
      section.s2-clubs div.club-container div.club-box h1 {
        text-align: center;
        margin-bottom: 15px; }
      section.s2-clubs div.club-container div.club-box h2 {
        text-align: center;
        margin-bottom: 65px;
        position: relative;
        font-size: 32px; }
        section.s2-clubs div.club-container div.club-box h2:after {
          content: "";
          position: absolute;
          width: 102px;
          height: 2px;
          background: #C99A46;
          bottom: -30px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      section.s2-clubs div.club-container div.club-box p {
        color: #676767;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center; }
      section.s2-clubs div.club-container div.club-box ul li {
        color: #0E0E0E;
        font-size: 15px; }
      section.s2-clubs div.club-container div.club-box div.yellow-button {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 60px; }
        section.s2-clubs div.club-container div.club-box div.yellow-button:hover {
          background: #1e1e1e;
          color: #C99A46; }

section.s3-clubs {
  background: #1C1C1C;
  position: relative;
  padding: 140px 5%; }
  section.s3-clubs div.left {
    width: 40%;
    margin-left: 15%;
    float: left; }
    section.s3-clubs div.left p {
      color: #FAFAFA; }
  section.s3-clubs div.right {
    width: 30%;
    float: right;
    z-index: 5;
    position: relative; }
    section.s3-clubs div.right h3 {
      color: #FAFAFA;
      margin: 0;
      font-size: 32px;
      line-height: 1.3;
      text-align: left; }
    section.s3-clubs div.right p.quote-author {
      color: #FAFAFA;
      font-size: 16px;
      text-transform: uppercase;
      margin-top: 15px;
      float: right;
      background: #1C1C1C;
      padding: 0 120px 0 15px; }
      section.s3-clubs div.right p.quote-author:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #C99A46;
        position: absolute;
        bottom: 36px;
        left: 0;
        z-index: -1; }

section.s4-clubs {
  background: #1C1C1C;
  position: relative;
  padding: 210px 10% 215px; }
  section.s4-clubs div.left {
    background: #0e0e0e;
    padding: 90px 50% 90px 90px;
    color: #fff;
    width: 90%;
    position: relative; }
    section.s4-clubs div.left h1 {
      color: #C99A46;
      margin-bottom: 30px; }
    section.s4-clubs div.left img.gold-seal {
      position: absolute;
      left: 90px;
      top: -45px; }
  section.s4-clubs div.form {
    background: #fff;
    position: absolute;
    right: 10%;
    bottom: 305px;
    width: 40%;
    padding: 90px; }
    section.s4-clubs div.form p {
      margin: unset; }
    section.s4-clubs div.form div.v65-form {
      width: 100%;
      margin: unset; }
      section.s4-clubs div.form div.v65-form form {
        margin: unset; }
        section.s4-clubs div.form div.v65-form form fieldset {
          padding: unset;
          margin: unset;
          border: unset; }
          section.s4-clubs div.form div.v65-form form fieldset div {
            padding: unset; }
          section.s4-clubs div.form div.v65-form form fieldset label, section.s4-clubs div.form div.v65-form form fieldset legend {
            display: none; }
    section.s4-clubs div.form input, section.s4-clubs div.form textarea {
      width: 100%;
      border: 0;
      padding: 10px 0;
      border-bottom: 1px solid #707070;
      font-size: 16px;
      line-height: unset;
      height: unset;
      margin-bottom: 35px;
      outline: 0 !important; }
      section.s4-clubs div.form input::-webkit-input-placeholder, section.s4-clubs div.form textarea::-webkit-input-placeholder {
        color: #BBBBBB; }
      section.s4-clubs div.form input:-ms-input-placeholder, section.s4-clubs div.form textarea:-ms-input-placeholder {
        color: #BBBBBB; }
      section.s4-clubs div.form input::-ms-input-placeholder, section.s4-clubs div.form textarea::-ms-input-placeholder {
        color: #BBBBBB; }
      section.s4-clubs div.form input::placeholder, section.s4-clubs div.form textarea::placeholder {
        color: #BBBBBB; }
    section.s4-clubs div.form textarea {
      height: 120px; }
    section.s4-clubs div.form .yellow-button, section.s4-clubs div.form button {
      background: #C99A46;
      color: #0E0E0E;
      text-transform: uppercase;
      font-size: 15px;
      padding: 12px 0;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      letter-spacing: 0.15em;
      cursor: pointer;
      width: 240px;
      text-align: center;
      margin: 0 auto;
      display: block;
      height: unset;
      margin-top: 20px; }
      section.s4-clubs div.form .yellow-button span, section.s4-clubs div.form button span {
        color: #0E0E0E;
        height: unset;
        line-height: unset;
        padding: unset; }
      section.s4-clubs div.form .yellow-button:hover, section.s4-clubs div.form button:hover {
        background: #1e1e1e;
        color: #C99A46; }
        section.s4-clubs div.form .yellow-button:hover span, section.s4-clubs div.form button:hover span {
          color: #C99A46; }

section.s1-single-wine-club {
  background: #1c1c1c;
  padding: 200px 10%; }
  section.s1-single-wine-club .v65-form .v65-clubChoices-select {
    padding: 5px; }
  section.s1-single-wine-club hr {
    display: none; }
  section.s1-single-wine-club a {
    color: #C99A46; }
  section.s1-single-wine-club > p {
    font-size: 16px;
    line-height: unset;
    color: #fafafa; }
    section.s1-single-wine-club > p a {
      color: #C99A46; }
    section.s1-single-wine-club > p.small {
      display: none; }
  section.s1-single-wine-club .floatRight {
    margin-bottom: 15px; }
  section.s1-single-wine-club #v65-checkoutFooter {
    margin-top: 30px; }
  section.s1-single-wine-club #v65-clubFormWrapper:after {
    content: "";
    display: block;
    clear: both; }
  section.s1-single-wine-club #v65-clubSummaryWrapper {
    width: 100%;
    border: unset;
    background: #fafafa;
    padding: 90px;
    top: 0;
    right: 0; }
  section.s1-single-wine-club #v65-reviewClubSummaryWrapper {
    width: 460px; }
    section.s1-single-wine-club #v65-reviewClubSummaryWrapper h2 {
      text-align: center;
      margin-bottom: 60px;
      position: relative; }
      section.s1-single-wine-club #v65-reviewClubSummaryWrapper h2:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        width: 95px;
        background: #C99A46; }
    section.s1-single-wine-club #v65-reviewClubSummaryWrapper h3 {
      font-family: proxima-nova, sans-serif;
      color: #676767;
      font-size: 18px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-align: center;
      font-style: normal;
      font-weight: 400;
      margin-bottom: 30px; }
    section.s1-single-wine-club #v65-reviewClubSummaryWrapper li, section.s1-single-wine-club #v65-reviewClubSummaryWrapper p {
      font-size: 16px; }
  section.s1-single-wine-club #v65-signUpClubSummaryWrapper {
    width: 60%;
    border: unset;
    background: #fafafa;
    padding: 90px;
    top: 0;
    right: 0;
    float: right; }
    section.s1-single-wine-club #v65-signUpClubSummaryWrapper h2 {
      text-align: center;
      margin-bottom: 60px;
      position: relative; }
      section.s1-single-wine-club #v65-signUpClubSummaryWrapper h2:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        width: 95px;
        background: #C99A46; }
    section.s1-single-wine-club #v65-signUpClubSummaryWrapper h3 {
      font-family: proxima-nova, sans-serif;
      color: #676767;
      font-size: 18px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-align: center;
      font-style: normal;
      font-weight: 400;
      margin-bottom: 30px; }
    section.s1-single-wine-club #v65-signUpClubSummaryWrapper li, section.s1-single-wine-club #v65-signUpClubSummaryWrapper p {
      font-size: 16px; }
  section.s1-single-wine-club h1 {
    color: #C99A46;
    margin-bottom: 60px; }
    section.s1-single-wine-club h1:before {
      content: "Italics wine club: ";
      display: inline-block;
      position: relative;
      margin-right: 10px; }
  section.s1-single-wine-club div.v65-clubSignUp-Teaser {
    display: none; }
  section.s1-single-wine-club fieldset {
    width: 25% !important;
    border: 0;
    margin-bottom: 30px;
    padding: 60px;
    background: #0e0e0e;
    color: #fafafa;
    font-size: 16px; }
    section.s1-single-wine-club fieldset a {
      color: #C99A46; }
    section.s1-single-wine-club fieldset p.fieldset-title {
      font-size: 18px;
      color: #fafafa;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      margin-bottom: 10px; }
  section.s1-single-wine-club .v65-form fieldset div {
    padding: 0;
    margin-bottom: 5px; }
  section.s1-single-wine-club span#v65-billingInformation {
    display: block; }
    section.s1-single-wine-club span#v65-billingInformation > div:first-child {
      margin-bottom: 30px; }
  section.s1-single-wine-club input, section.s1-single-wine-club select, section.s1-single-wine-club textarea {
    border: 0;
    padding: 15px;
    background: #fafafa;
    font-size: 15px;
    line-height: unset;
    height: unset; }
  section.s1-single-wine-club label {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 30px;
    margin-bottom: 15px; }
  section.s1-single-wine-club #v65-checkBilling select[name=BirthDay],
  section.s1-single-wine-club #v65-checkBilling select[name=BirthYear],
  section.s1-single-wine-club #v65-checkBilling select[name=ShipBirthDay],
  section.s1-single-wine-club #v65-checkBilling select[name=ShipBirthYear],
  section.s1-single-wine-club #v65-checkBilling select[name=BirthMonth],
  section.s1-single-wine-club #v65-checkBilling select[name=ShipBirthMonth] {
    width: 32.5%; }
  section.s1-single-wine-club #v65-checkBilling input[name=FirstName],
  section.s1-single-wine-club #v65-checkBilling input[name=LastName],
  section.s1-single-wine-club #v65-checkBilling input[name=Company],
  section.s1-single-wine-club #v65-checkBilling input[name=City],
  section.s1-single-wine-club #v65-checkBilling input[name=MainPhone],
  section.s1-single-wine-club #v65-checkBilling input[name=Email],
  section.s1-single-wine-club #v65-checkBilling input[name=Username],
  section.s1-single-wine-club #v65-checkBilling input[name=Password],
  section.s1-single-wine-club #v65-checkBilling input[name=ConfirmPassword],
  section.s1-single-wine-club #v65-checkBilling input[name=Address],
  section.s1-single-wine-club #v65-checkBilling input[name=Address2],
  section.s1-single-wine-club #v65-checkBilling select[name=StateCode],
  section.s1-single-wine-club #v65-checkBilling input[name=ZipCode],
  section.s1-single-wine-club #v65-checkBilling textarea[name=Notes],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipFirstName],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipLastName],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipCompany],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipCity],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipMainPhone],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipEmail],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipUsername],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipPassword],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipConfirmPassword],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipAddress],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipAddress2],
  section.s1-single-wine-club #v65-checkBilling select[name=ShipStateCode],
  section.s1-single-wine-club #v65-checkBilling input[name=ShipZipCode],
  section.s1-single-wine-club #v65-checkBilling textarea[name=giftMessage],
  section.s1-single-wine-club #v65-checkBilling input[name=shipMainPhone],
  section.s1-single-wine-club #v65-checkBilling input[name=shipEmail],
  section.s1-single-wine-club #v65-checkBilling select[name=shipTo],
  section.s1-single-wine-club #v65-checkBilling select[name=MemberCreditCardID],
  section.s1-single-wine-club #v65-checkBilling input[name=NameOnCard],
  section.s1-single-wine-club #v65-checkBilling input[name=cardNumber] {
    width: 100% !important; }
  section.s1-single-wine-club #v65-checkoutSecure {
    display: none; }
  section.s1-single-wine-club button.largeBtn {
    background: #C99A46;
    color: #0E0E0E;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    letter-spacing: 0.15em;
    cursor: pointer;
    width: 240px;
    text-align: center;
    height: unset;
    line-height: unset; }
    section.s1-single-wine-club button.largeBtn span {
      color: #0E0E0E; }
    section.s1-single-wine-club button.largeBtn:hover {
      background: #FAFAFA;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }

section.s1-wines {
  background: #1C1C1C;
  padding: 200px 5% 0; }
  section.s1-wines h1 {
    color: #C99A46;
    margin-bottom: 30px;
    font-size: 110px;
    width: 60%; }
  section.s1-wines h2 {
    color: #C99A46;
    margin-bottom: 30px;
    font-size: 70px;
    width: 60%; }
  section.s1-wines .v65-title {
    display: none; }
  section.s1-wines .v65-productGroup-products {
    margin: 0 -15px;
    width: unset; }
    section.s1-wines .v65-productGroup-products:after {
      content: "";
      display: block;
      clear: both; }
    section.s1-wines .v65-productGroup-products .v65-productGroup-product {
      padding: 15px;
      width: 33.33%;
      margin: 0; }
      section.s1-wines .v65-productGroup-products .v65-productGroup-product div {
        background: #fff;
        width: 100%;
        margin: 0; }
      section.s1-wines .v65-productGroup-products .v65-productGroup-product .v65-product-photo {
        padding: 60px 0 30px; }
      section.s1-wines .v65-productGroup-products .v65-productGroup-product .v65-title {
        display: block;
        height: 86px; }
        section.s1-wines .v65-productGroup-products .v65-productGroup-product .v65-title a {
          color: #C99A46;
          font-size: 26px;
          text-decoration: none !important; }
      section.s1-wines .v65-productGroup-products .v65-productGroup-product .v65-product-reviewStats, section.s1-wines .v65-productGroup-products .v65-productGroup-product .v65-product-addToCart {
        display: none; }
  section.s1-wines .v65-product-photo img {
    height: 450px;
    -o-object-fit: contain;
    object-fit: contain; }

section.s2-wines {
  background: #1C1C1C;
  padding: 250px 5% 300px; }
  section.s2-wines h2 {
    color: #C99A46;
    margin-bottom: 30px;
    font-size: 70px;
    width: 60%; }
  section.s2-wines .v65-title {
    display: none; }
  section.s2-wines .v65-productGroup-products {
    margin: 0 -15px;
    width: unset; }
    section.s2-wines .v65-productGroup-products:after {
      content: "";
      display: block;
      clear: both; }
    section.s2-wines .v65-productGroup-products .v65-productGroup-product {
      padding: 15px;
      width: 33.33%;
      margin: 0; }
      section.s2-wines .v65-productGroup-products .v65-productGroup-product div {
        background: #fff;
        width: 100%;
        margin: 0; }
      section.s2-wines .v65-productGroup-products .v65-productGroup-product .v65-product-photo {
        padding: 60px 0 30px; }
      section.s2-wines .v65-productGroup-products .v65-productGroup-product .v65-title {
        display: block;
        height: 86px; }
        section.s2-wines .v65-productGroup-products .v65-productGroup-product .v65-title a {
          color: #C99A46;
          font-size: 26px;
          text-decoration: none !important; }
      section.s2-wines .v65-productGroup-products .v65-productGroup-product .v65-product-reviewStats, section.s2-wines .v65-productGroup-products .v65-productGroup-product .v65-product-addToCart {
        display: none; }
  section.s2-wines .v65-product-photo img {
    height: 450px;
    -o-object-fit: contain;
    object-fit: contain; }

section.s3-wines {
  background: #1C1C1C;
  padding: 0 10% 200px;
  position: relative; }
  section.s3-wines div.left {
    background: #0E0E0E;
    color: #fff;
    position: absolute;
    z-index: 1;
    width: 35%;
    padding: 90px;
    top: -80px;
    left: 10%; }
    section.s3-wines div.left h3 {
      color: #FAFAFA;
      font-size: 32px; }
    section.s3-wines div.left div.yellow-button {
      margin-top: 60px; }
  section.s3-wines div.image {
    position: relative;
    float: right;
    width: 75%;
    padding-bottom: 42%; }
    section.s3-wines div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

section.s1-product {
  background: #1C1C1C;
  padding: 200px 5%; }
  section.s1-product div.section-content {
    position: relative;
    background: #fff;
    padding: 90px; }
    section.s1-product div.section-content h1 {
      color: #C99A46;
      font-size: 40px;
      margin-bottom: 30px; }
    section.s1-product div.section-content div.v65-product-description {
      width: 75%;
      margin-bottom: 120px; }
    section.s1-product div.section-content div.v65-product-availability {
      display: none; }
    section.s1-product div.section-content div.v65-product-addToCart-unitDescription {
      bottom: 0.7ex; }
    section.s1-product div.section-content form input[type=text] {
      border: 2px solid #0E0E0E;
      height: 61px;
      width: 61px !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 15px; }
    section.s1-product div.section-content form button[type=submit] {
      background: #0E0E0E;
      color: #C99A46;
      text-transform: uppercase;
      font-size: 15px;
      padding: 12px 25px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      letter-spacing: 0.15em;
      cursor: pointer;
      height: unset;
      font-weight: 500; }
      section.s1-product div.section-content form button[type=submit] span {
        color: #C99A46; }
      section.s1-product div.section-content form button[type=submit]:hover {
        background: #C99A46;
        color: #0E0E0E;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        section.s1-product div.section-content form button[type=submit]:hover span {
          color: #fafafa; }
    section.s1-product div.section-content .v65-addToCartBottle {
      float: left; }
    section.s1-product div.section-content .v65-addToCartCase {
      float: right; }
    section.s1-product div.section-content div.v65-product-addToCart {
      width: 90%; }
      section.s1-product div.section-content div.v65-product-addToCart:after {
        content: "";
        display: block;
        clear: both; }

section.s2-product {
  background: #1C1C1C;
  padding: 0 5% 200px; }
  section.s2-product h1 {
    color: #C99A46;
    margin-bottom: 60px; }
  section.s2-product .v65-title {
    display: none; }
  section.s2-product .v65-product-relatedProducts {
    margin: 0 -15px;
    width: unset; }
    section.s2-product .v65-product-relatedProducts:after {
      content: "";
      display: block;
      clear: both; }
    section.s2-product .v65-product-relatedProducts .v65-product-relatedProducts-product {
      padding: 15px;
      width: 33.33%;
      margin: 0; }
      section.s2-product .v65-product-relatedProducts .v65-product-relatedProducts-product div {
        background: #fff;
        width: 100%;
        margin: 0; }
      section.s2-product .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-photo {
        padding: 60px 0 30px; }
      section.s2-product .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-title {
        display: block;
        padding-bottom: 60px; }
        section.s2-product .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-title a {
          color: #C99A46;
          font-size: 26px;
          text-decoration: none !important; }
      section.s2-product .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-reviewStats, section.s2-product .v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-addToCart {
        display: none; }

section.s1-cart {
  background: #1C1C1C;
  padding: 200px 5%; }
  section.s1-cart div.title-button {
    position: relative;
    margin-bottom: 60px;
    margin-left: 60px;
    width: 60%; }
    section.s1-cart div.title-button:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 0%;
      background: #C99A46;
      top: 57%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 1s ease 0.5s;
      -o-transition: all 1s ease 0.5s;
      transition: all 1s ease 0.5s; }
    section.s1-cart div.title-button:after {
      content: "";
      display: block;
      clear: both; }
    section.s1-cart div.title-button h1 {
      float: left;
      color: #FAFAFA;
      background: #1C1C1C;
      padding-right: 30px;
      position: relative;
      -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
      transform: translateX(-400px);
      opacity: 0;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    section.s1-cart div.title-button div.button-container {
      float: right;
      padding-left: 30px;
      background: #1C1C1C;
      position: absolute;
      right: 0;
      top: 57%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 1s ease 0.3s;
      -o-transition: all 1s ease 0.3s;
      transition: all 1s ease 0.3s;
      opacity: 0; }
  section.s1-cart div.section-content {
    background: #fff;
    position: relative; }
    section.s1-cart div.section-content div.main-left {
      padding: 90px;
      float: left;
      width: 65%;
      height: 985px;
      max-height: 985px;
      overflow-y: scroll; }
      section.s1-cart div.section-content div.main-left table {
        width: 100%; }
        section.s1-cart div.section-content div.main-left table .v65-cartItem {
          border-top: 2px solid #E0E0E0; }
          section.s1-cart div.section-content div.main-left table .v65-cartItem td {
            border: 0;
            padding: 70px 0;
            font-size: 16px; }
            section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription a {
              text-decoration: none !important; }
              section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription a strong {
                color: #0E0E0E;
                letter-spacing: 0.15em;
                font-size: 20px;
                text-transform: uppercase;
                font-weight: unset; }
              section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription a span {
                font-size: 15px; }
            section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription form {
              float: left;
              margin-top: 30px;
              margin-right: 20px;
              width: unset; }
              section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription form fieldset br {
                display: none; }
              section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription form fieldset button {
                display: block;
                height: unset;
                line-height: unset;
                background: #C99A46;
                color: #0E0E0E;
                border: 2px solid #C99A46;
                text-transform: uppercase;
                font-size: 15px;
                padding: 12px 0;
                -webkit-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
                letter-spacing: 0.15em;
                cursor: pointer;
                width: 35%;
                text-align: center;
                float: left;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 120px;
                font-weight: 500; }
                section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription form fieldset button:hover {
                  background: #0e0e0e;
                  border: 2px solid #0e0e0e;
                  -webkit-transition: all 0.2s ease;
                  -o-transition: all 0.2s ease;
                  transition: all 0.2s ease; }
                  section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription form fieldset button:hover span {
                    color: #fafafa; }
                section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription form fieldset button span {
                  color: #0e0e0e;
                  padding: 0;
                  height: unset;
                  line-height: unset;
                  -webkit-transition: all 0.2s ease;
                  -o-transition: all 0.2s ease;
                  transition: all 0.2s ease; }
              section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription form input[type=text] {
                border: 2px solid #0E0E0E;
                height: 53.33px;
                width: 60px;
                line-height: unset;
                min-width: unset;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 15px;
                float: left;
                margin-right: 5px; }
            section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription a.modalLinkAltBtn {
              margin-top: 30px;
              display: block;
              height: unset;
              line-height: unset;
              background: #fff;
              color: #C99A46;
              border: 2px solid #C99A46;
              text-transform: uppercase;
              font-size: 15px;
              padding: 12px 0;
              -webkit-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              transition: all 0.2s ease;
              letter-spacing: 0.15em;
              cursor: pointer;
              width: 120px;
              text-align: center;
              float: left;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription a.modalLinkAltBtn:hover {
                background: #FAFAFA;
                -webkit-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease; }
              section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription a.modalLinkAltBtn span {
                color: #C99A46; }
            section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemImage {
              width: 10%;
              text-align: left; }
            section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemInStock, section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemPrice, section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemAmount {
              display: none; }
          section.s1-cart div.section-content div.main-left table .v65-cartItem:first-child {
            border-top: unset; }
            section.s1-cart div.section-content div.main-left table .v65-cartItem:first-child td {
              padding: 0 0 70px; }
    section.s1-cart div.section-content div.main-right {
      padding: 90px;
      background: #0e0e0e;
      width: 35%;
      height: 985px;
      float: right; }
      section.s1-cart div.section-content div.main-right p.title {
        color: #FAFAFA;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        margin-bottom: 15px; }
      section.s1-cart div.section-content div.main-right table {
        width: 100%; }
        section.s1-cart div.section-content div.main-right table tr {
          border-top: 2px solid #676767; }
          section.s1-cart div.section-content div.main-right table tr:first-child {
            border-top: unset; }
          section.s1-cart div.section-content div.main-right table tr td {
            padding: 20px 0;
            display: none;
            color: #fafafa;
            background: unset;
            background-color: unset !important;
            border-bottom: unset !important;
            border-top: unset !important;
            font-weight: unset !important;
            font-size: 16px; }
            section.s1-cart div.section-content div.main-right table tr td.right {
              display: table-cell;
              text-align: left; }
            section.s1-cart div.section-content div.main-right table tr td.v65-cartSubtotal-6, section.s1-cart div.section-content div.main-right table tr td.v65-cartTax-6, section.s1-cart div.section-content div.main-right table tr td.v65-cartTotal-6 {
              text-align: right; }
            section.s1-cart div.section-content div.main-right table tr td select {
              background: #0e0e0e;
              color: #fafafa;
              padding: 10px;
              width: 75px !important;
              margin-left: 10px;
              border: 2px solid #676767; }
              section.s1-cart div.section-content div.main-right table tr td select:focus {
                outline: unset; }
      section.s1-cart div.section-content div.main-right #v65-cartCheckOutCoupons {
        margin: 30px 0 90px;
        width: 100%; }
        section.s1-cart div.section-content div.main-right #v65-cartCheckOutCoupons form {
          width: 100%; }
          section.s1-cart div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset {
            padding: 0;
            margin: 0;
            border: 0; }
            section.s1-cart div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset legend {
              color: #fafafa;
              font-size: 16px;
              padding: 0;
              margin-bottom: 20px; }
            section.s1-cart div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div {
              padding: 0; }
              section.s1-cart div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div input {
                height: 42px;
                float: left;
                display: block;
                border: 0;
                width: 65%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box; }
              section.s1-cart div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div button {
                display: block;
                margin-top: 0;
                height: unset;
                line-height: unset;
                background: #C99A46;
                color: #0E0E0E;
                text-transform: uppercase;
                font-size: 15px;
                padding: 12px 0;
                -webkit-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
                letter-spacing: 0.15em;
                cursor: pointer;
                width: 35%;
                text-align: center;
                float: left;
                font-weight: 500; }
                section.s1-cart div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div button:hover {
                  background: #FAFAFA;
                  -webkit-transition: all 0.2s ease;
                  -o-transition: all 0.2s ease;
                  transition: all 0.2s ease; }
                section.s1-cart div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div button:after {
                  content: "Apply";
                  display: block; }
                section.s1-cart div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div button span {
                  display: none;
                  padding: 0;
                  height: unset;
                  line-height: unset; }
      section.s1-cart div.section-content div.main-right a.largeLinkBtn {
        display: block;
        margin-top: 0;
        height: unset;
        line-height: unset;
        background: #C99A46;
        color: #0E0E0E;
        text-transform: uppercase;
        font-size: 15px;
        padding: 12px 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        letter-spacing: 0.15em;
        cursor: pointer;
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 30px; }
        section.s1-cart div.section-content div.main-right a.largeLinkBtn:hover {
          background: #FAFAFA;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        section.s1-cart div.section-content div.main-right a.largeLinkBtn span {
          color: #0E0E0E; }
      section.s1-cart div.section-content div.main-right #v65-cartPaymentOptions {
        width: 100%;
        text-align: center; }
    section.s1-cart div.section-content h1 {
      display: none; }
    section.s1-cart div.section-content hr.dotted, section.s1-cart div.section-content #v65-cartHeader, section.s1-cart div.section-content #v65-cartFooter, section.s1-cart div.section-content #v65-cartTable {
      display: none; }
  section.s1-cart.active div.right {
    opacity: 1; }
  section.s1-cart.active div.title-button:before {
    width: 100%; }
  section.s1-cart.active div.title-button h1 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
  section.s1-cart.active div.title-button div.button-container {
    opacity: 1; }

section.s1-checkout {
  background: #1C1C1C;
  padding: 200px 5%; }
  section.s1-checkout div.title-button {
    position: relative;
    margin-bottom: 60px;
    margin-left: 60px;
    width: 60%; }
    section.s1-checkout div.title-button:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 0%;
      background: #C99A46;
      top: 57%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 1s ease 0.5s;
      -o-transition: all 1s ease 0.5s;
      transition: all 1s ease 0.5s; }
    section.s1-checkout div.title-button:after {
      content: "";
      display: block;
      clear: both; }
    section.s1-checkout div.title-button h1 {
      float: left;
      color: #FAFAFA;
      background: #1C1C1C;
      padding-right: 30px;
      position: relative;
      -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
      transform: translateX(-400px);
      opacity: 0;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    section.s1-checkout div.title-button div.button-container {
      float: right;
      padding-left: 30px;
      background: #1C1C1C;
      position: absolute;
      right: 0;
      top: 57%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 1s ease 0.3s;
      -o-transition: all 1s ease 0.3s;
      transition: all 1s ease 0.3s;
      opacity: 0; }
  section.s1-checkout div.section-content {
    background: #fff;
    position: relative; }
    section.s1-checkout div.section-content div.main-left {
      padding: 90px;
      float: left;
      width: 65%;
      position: relative; }
      section.s1-checkout div.section-content div.main-left p.already {
        position: absolute;
        right: 90px;
        top: 90px;
        margin: 0; }
        section.s1-checkout div.section-content div.main-left p.already a {
          color: #C99A46; }
      section.s1-checkout div.section-content div.main-left a.v65-modalLoginLink {
        position: absolute;
        right: 60px;
        top: 60px; }
      section.s1-checkout div.section-content div.main-left #v65-checkBilling {
        width: 100%; }
        section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset {
          width: 100%;
          padding: unset;
          margin: unset;
          border: unset; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset#v65-fieldset-billingInfo, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset#v65-fieldset-shippingOptions {
            margin-bottom: 90px; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset#v65-fieldset-shippingOptions legend {
            display: none; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset legend {
            font-size: 16px;
            letter-spacing: unset;
            padding: 0;
            font-size: 26px;
            font-style: italic;
            font-family: utopia-std-display, serif; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div {
            padding: 5px 0;
            font-size: 15px; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset label {
            text-transform: uppercase;
            letter-spacing: 0.15em;
            margin-bottom: 5px;
            margin-top: 15px; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset input, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset textarea {
            border: 2px solid #0E0E0E;
            padding: 15px;
            height: unset;
            line-height: unset;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 52px;
            font-family: proxima-nova, sans-serif; }
            section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select:focus, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset input:focus, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset textarea:focus {
              outline: unset; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=BillBirthMonth],
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=BillBirthDay],
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=BillBirthYear],
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=ShipBirthMonth],
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=ShipBirthDay],
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=ShipBirthYear] {
            width: 125px; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock],
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] {
            margin: 0 -15px; }
            section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div,
            section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div {
              float: left;
              overflow: unset;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              height: 105px;
              padding: 0 15px; }
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.first-name, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.last-name, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.company, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.city, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.state, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.zip,
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.first-name,
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.last-name,
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.company,
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.city,
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.state,
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.zip {
                width: 33.33%; }
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.address, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.address2,
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.address,
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.address2 {
                width: 50%; }
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div input, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div select,
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div input,
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div select {
                width: 100%; }
                section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div input#v65-billAddress2, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div input#v65-shipAddress2, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div select#v65-billAddress2, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div select#v65-shipAddress2,
                section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div input#v65-billAddress2,
                section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div input#v65-shipAddress2,
                section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div select#v65-billAddress2,
                section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div select#v65-shipAddress2 {
                  margin-top: 37px; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] {
            margin: 0 -30px; }
            section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div {
              overflow: unset;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              height: 105px;
              padding: 0 15px;
              clear: unset; }
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-name, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-number {
                width: 50%; }
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-number {
                float: left; }
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-date {
                float: left;
                width: 30%; }
                section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-date select {
                  float: left; }
                  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-date select#v65-cardExpiryMo {
                    width: 60%;
                    margin-right: 1%; }
                  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-date select#v65-cardExpiryYr {
                    width: 39%; }
              section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-cvv {
                float: left;
                width: 20%; }
            section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] input {
              width: 100%; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div.phone, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div.email {
            float: left;
            overflow: unset;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 105px;
            width: 31%;
            margin-right: 30px; }
            section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div.phone input, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div.email input {
              width: 100%; }
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div#v65-checkout-OrderNotes,
          section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div#giftMessage {
            width: 65%; }
            section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div#v65-checkout-OrderNotes textarea,
            section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div#giftMessage textarea {
              width: 100%;
              height: 150px; }
      section.s1-checkout div.section-content div.main-left button[type=submit] {
        background: #C99A46;
        color: #0E0E0E;
        text-transform: uppercase;
        font-size: 15px;
        padding: 12px 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        letter-spacing: 0.15em;
        cursor: pointer;
        width: 240px;
        text-align: center;
        height: unset;
        font-weight: 500; }
        section.s1-checkout div.section-content div.main-left button[type=submit] span {
          color: #0e0e0e; }
        section.s1-checkout div.section-content div.main-left button[type=submit]:hover {
          background: #0e0e0e;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          section.s1-checkout div.section-content div.main-left button[type=submit]:hover span {
            color: #C99A46; }
      section.s1-checkout div.section-content div.main-left div.alert {
        padding: 15px;
        font-size: 15px;
        line-height: unset;
        width: 50%;
        margin-bottom: 60px; }
      section.s1-checkout div.section-content div.main-left div.alertYellow {
        font-size: 16px;
        padding: 15px;
        margin-bottom: 15px;
        line-height: unset;
        background: #c99a46;
        color: #0e0e0e; }
      section.s1-checkout div.section-content div.main-left a {
        font-size: 16px;
        color: #c99a46;
        display: block; }
        section.s1-checkout div.section-content div.main-left a img {
          display: none; }
    section.s1-checkout div.section-content div.main-right {
      padding: 90px;
      background: #0e0e0e;
      width: 35%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
      section.s1-checkout div.section-content div.main-right p.title {
        color: #FAFAFA;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        margin-bottom: 15px; }
      section.s1-checkout div.section-content div.main-right h4 {
        display: none; }
      section.s1-checkout div.section-content div.main-right form.v65ProcessOrder {
        display: none; }
        section.s1-checkout div.section-content div.main-right form.v65ProcessOrder:nth-child(2) {
          display: block; }
        section.s1-checkout div.section-content div.main-right form.v65ProcessOrder button {
          background: #C99A46;
          text-transform: uppercase;
          font-size: 15px;
          padding: 12px 25px;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          letter-spacing: 0.15em;
          cursor: pointer;
          height: unset;
          font-weight: 500; }
          section.s1-checkout div.section-content div.main-right form.v65ProcessOrder button span {
            color: #0e0e0e; }
          section.s1-checkout div.section-content div.main-right form.v65ProcessOrder button:hover {
            background: #fafafa;
            color: #0E0E0E;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            section.s1-checkout div.section-content div.main-right form.v65ProcessOrder button:hover span {
              color: #0e0e0e; }
      section.s1-checkout div.section-content div.main-right #v65-checkoutCartSummaryWrapper {
        background-color: unset;
        border: unset;
        width: 100%;
        padding: unset;
        right: unset;
        top: unset;
        position: relative; }
        section.s1-checkout div.section-content div.main-right #v65-checkoutCartSummaryWrapper #v65-checkoutCartSummaryMini {
          float: unset;
          width: 100%;
          font-size: 16px; }
      section.s1-checkout div.section-content div.main-right #v65-checkCartSummaryMoreOptions {
        display: none; }
      section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper,
      section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper {
        margin: 30px 0 60px;
        width: 100%; }
        section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper form,
        section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper form {
          width: 100%; }
          section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper form fieldset,
          section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper form fieldset {
            padding: 0;
            margin: 0;
            border: 0; }
            section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper form fieldset p,
            section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper form fieldset p {
              display: none; }
            section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper form fieldset legend,
            section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper form fieldset legend {
              color: #fafafa;
              font-size: 16px;
              padding: 0;
              margin-bottom: 20px; }
            section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper form fieldset div,
            section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper form fieldset div {
              padding: 0; }
              section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper form fieldset div input,
              section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper form fieldset div input {
                height: 42px;
                float: left;
                display: block;
                border: 0;
                width: 65%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box; }
              section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper form fieldset div button,
              section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper form fieldset div button {
                display: block;
                margin-top: 0;
                height: unset;
                line-height: unset;
                background: #C99A46;
                color: #0E0E0E;
                text-transform: uppercase;
                font-size: 15px;
                padding: 12px 0;
                -webkit-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
                letter-spacing: 0.15em;
                cursor: pointer;
                width: 35%;
                text-align: center;
                float: left;
                font-weight: 500; }
                section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper form fieldset div button:hover,
                section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper form fieldset div button:hover {
                  background: #FAFAFA;
                  -webkit-transition: all 0.2s ease;
                  -o-transition: all 0.2s ease;
                  transition: all 0.2s ease; }
                section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper form fieldset div button:after,
                section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper form fieldset div button:after {
                  content: "Apply";
                  display: block; }
                section.s1-checkout div.section-content div.main-right #v65-couponFormWrapper form fieldset div button span,
                section.s1-checkout div.section-content div.main-right #v65-giftCardFormWrapper form fieldset div button span {
                  display: none;
                  padding: 0;
                  height: unset;
                  line-height: unset; }
      section.s1-checkout div.section-content div.main-right table {
        width: 100%;
        display: table !important; }
        section.s1-checkout div.section-content div.main-right table#v65-cartTable {
          width: 100%; }
          section.s1-checkout div.section-content div.main-right table#v65-cartTable tbody {
            width: 100%; }
          section.s1-checkout div.section-content div.main-right table#v65-cartTable th {
            display: none; }
          section.s1-checkout div.section-content div.main-right table#v65-cartTable tr {
            width: 100%; }
            section.s1-checkout div.section-content div.main-right table#v65-cartTable tr:nth-child(1) {
              display: none; }
            section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartItem, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.cartItemImage, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartItemPrice, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartSubtotal-1, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartSubtotal-2, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartSubtotal-3, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartTax-1, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartTax-2, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartTax-3, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartTotal-1, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartTotal-2, section.s1-checkout div.section-content div.main-right table#v65-cartTable tr td.v65-cartTotal-3 {
              display: none; }
        section.s1-checkout div.section-content div.main-right table tr {
          border-top: 2px solid #676767; }
          section.s1-checkout div.section-content div.main-right table tr:first-child {
            border-top: unset; }
          section.s1-checkout div.section-content div.main-right table tr td {
            padding: 20px 0 !important;
            font-size: 16px !important;
            color: #fafafa;
            background: unset;
            background-color: unset !important;
            border-bottom: unset !important;
            border-top: unset !important;
            font-weight: unset !important;
            font-size: 16px; }
            section.s1-checkout div.section-content div.main-right table tr td.right {
              display: table-cell;
              text-align: right; }
            section.s1-checkout div.section-content div.main-right table tr td.v65-cartSubtotal-6, section.s1-checkout div.section-content div.main-right table tr td.v65-cartTax-6, section.s1-checkout div.section-content div.main-right table tr td.v65-cartTotal-6 {
              text-align: right; }
            section.s1-checkout div.section-content div.main-right table tr td select {
              background: #0e0e0e;
              color: #fafafa;
              padding: 10px;
              width: 75px !important;
              margin-left: 10px;
              border: 2px solid #676767; }
              section.s1-checkout div.section-content div.main-right table tr td select:focus {
                outline: unset; }
      section.s1-checkout div.section-content div.main-right #v65-cartCheckOutCoupons {
        margin: 30px 0 90px;
        width: 100%; }
        section.s1-checkout div.section-content div.main-right #v65-cartCheckOutCoupons form {
          width: 100%; }
          section.s1-checkout div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset {
            padding: 0;
            margin: 0;
            border: 0; }
            section.s1-checkout div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset legend {
              color: #fafafa;
              font-size: 16px;
              padding: 0;
              margin-bottom: 20px; }
            section.s1-checkout div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div {
              padding: 0; }
              section.s1-checkout div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div input {
                height: 42px;
                float: left;
                display: block;
                border: 0;
                width: 65%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box; }
              section.s1-checkout div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div button {
                display: block;
                margin-top: 0;
                height: unset;
                line-height: unset;
                background: #C99A46;
                color: #0E0E0E;
                text-transform: uppercase;
                font-size: 15px;
                padding: 12px 0;
                -webkit-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
                letter-spacing: 0.15em;
                cursor: pointer;
                width: 35%;
                text-align: center;
                float: left;
                font-weight: 500; }
                section.s1-checkout div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div button:hover {
                  background: #FAFAFA;
                  -webkit-transition: all 0.2s ease;
                  -o-transition: all 0.2s ease;
                  transition: all 0.2s ease; }
                section.s1-checkout div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div button:after {
                  content: "Apply";
                  display: block; }
                section.s1-checkout div.section-content div.main-right #v65-cartCheckOutCoupons form fieldset div button span {
                  display: none;
                  padding: 0;
                  height: unset;
                  line-height: unset; }
      section.s1-checkout div.section-content div.main-right a.largeLinkBtn {
        display: block;
        margin-top: 0;
        height: unset;
        line-height: unset;
        background: #C99A46;
        color: #0E0E0E;
        text-transform: uppercase;
        font-size: 15px;
        padding: 12px 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        letter-spacing: 0.15em;
        cursor: pointer;
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 30px; }
        section.s1-checkout div.section-content div.main-right a.largeLinkBtn:hover {
          background: #FAFAFA;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        section.s1-checkout div.section-content div.main-right a.largeLinkBtn span {
          color: #0E0E0E; }
      section.s1-checkout div.section-content div.main-right #v65-cartPaymentOptions {
        width: 100%;
        text-align: center; }
    section.s1-checkout div.section-content h1 {
      display: none; }
    section.s1-checkout div.section-content hr.dotted, section.s1-checkout div.section-content #v65-cartHeader, section.s1-checkout div.section-content #v65-cartFooter, section.s1-checkout div.section-content #v65-cartTable {
      display: none; }
  section.s1-checkout .hide {
    display: none; }
  section.s1-checkout.active div.right {
    opacity: 1; }
  section.s1-checkout.active div.title-button:before {
    width: 100%; }
  section.s1-checkout.active div.title-button h1 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
  section.s1-checkout.active div.title-button div.button-container {
    opacity: 1; }

section.s1-contact {
  background: #1C1C1C;
  padding: 200px 15% 0; }
  section.s1-contact div.section-content {
    position: relative; }
  section.s1-contact h1 {
    color: #C99A46;
    margin-bottom: 60px; }
  section.s1-contact div.left {
    background: #FAFAFA;
    padding: 90px;
    position: relative;
    z-index: 2;
    width: 60%; }
    section.s1-contact div.left p {
      margin: 0; }
    section.s1-contact div.left .v65-form {
      width: 100%;
      margin: 0; }
      section.s1-contact div.left .v65-form form {
        margin: 0; }
        section.s1-contact div.left .v65-form form fieldset {
          border: 0;
          margin: 0;
          padding: 0; }
        section.s1-contact div.left .v65-form form legend, section.s1-contact div.left .v65-form form label, section.s1-contact div.left .v65-form form .hide {
          display: none; }
    section.s1-contact div.left input, section.s1-contact div.left textarea {
      width: 100%;
      border: 0;
      padding: 10px 0;
      border-bottom: 1px solid #707070;
      font-size: 16px;
      line-height: unset;
      height: unset;
      margin-bottom: 35px;
      outline: 0 !important;
      background: #fafafa; }
      section.s1-contact div.left input::-webkit-input-placeholder, section.s1-contact div.left textarea::-webkit-input-placeholder {
        color: #BBBBBB; }
      section.s1-contact div.left input:-ms-input-placeholder, section.s1-contact div.left textarea:-ms-input-placeholder {
        color: #BBBBBB; }
      section.s1-contact div.left input::-ms-input-placeholder, section.s1-contact div.left textarea::-ms-input-placeholder {
        color: #BBBBBB; }
      section.s1-contact div.left input::placeholder, section.s1-contact div.left textarea::placeholder {
        color: #BBBBBB; }
    section.s1-contact div.left textarea {
      height: 120px; }
    section.s1-contact div.left button {
      background: #C99A46;
      color: #0E0E0E;
      text-transform: uppercase;
      font-size: 15px;
      padding: 12px 0;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      letter-spacing: 0.15em;
      cursor: pointer;
      width: 240px;
      text-align: center;
      margin: 0 auto;
      display: block;
      height: unset;
      margin-top: 20px;
      font-weight: 500; }
      section.s1-contact div.left button:hover {
        background: #1e1e1e;
        color: #C99A46; }
  section.s1-contact div.right {
    width: 50%;
    background: #0e0e0e;
    padding: 90px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    padding: 90px 90px 90px 200px;
    text-align: left; }
    section.s1-contact div.right h2 {
      color: #C99A46;
      font-size: 38px;
      margin-bottom: 15px; }
    section.s1-contact div.right div.contact {
      margin-bottom: 60px; }
    section.s1-contact div.right img.gold-seal {
      position: absolute;
      right: 90px;
      top: -45px; }
    section.s1-contact div.right p {
      color: #fafafa;
      font-size: 15px;
      padding-left: 30px;
      position: relative;
      overflow: visible; }
      section.s1-contact div.right p.phone:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 18px;
        background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/phone.svg) center no-repeat;
        background-size: contain;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      section.s1-contact div.right p.email:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 18px;
        background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/envelope.svg) center no-repeat;
        background-size: contain;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      section.s1-contact div.right p.location:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 18px;
        background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/pin.svg) center no-repeat;
        background-size: contain;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

section.s2-contact {
  position: relative;
  background: #1C1C1C;
  padding-bottom: 200px;
  margin-top: -90px; }
  section.s2-contact:after {
    content: "";
    display: block;
    clear: both; }
  section.s2-contact div.side {
    width: 5%;
    position: absolute;
    left: 0;
    bottom: 200px;
    height: 100%;
    background: #1C1C1C; }
    section.s2-contact div.side:after {
      content: "";
      position: absolute;
      width: 27px;
      height: 36px;
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/corkscrew.svg) center no-repeat;
      bottom: 0px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    section.s2-contact div.side div.rotated {
      width: 25px;
      height: 25px;
      white-space: nowrap;
      position: absolute;
      bottom: 60px;
      -webkit-transition: all 0.5s ease 0.5s;
      -o-transition: all 0.5s ease 0.5s;
      transition: all 0.5s ease 0.5s;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
      transform: translateX(-50%) rotate(-90deg); }
      section.s2-contact div.side div.rotated p {
        color: #afafaf;
        font-size: 17px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.16em; }
  section.s2-contact div.right {
    width: 95%;
    padding-bottom: 35%;
    position: relative;
    float: right; }
    section.s2-contact div.right iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

section.s1-events {
  background: #1C1C1C;
  padding: 200px 10% 250px;
  position: relative;
  z-index: 5; }
  section.s1-events h1 {
    color: #C99A46;
    margin-bottom: 60px; }
  section.s1-events .section-content {
    width: 90%;
    padding: 0 !important;
    margin: 0 auto;
    position: relative; }
    section.s1-events .section-content .v65-calendarList-Event {
      padding-left: unset;
      margin-bottom: unset; }
    section.s1-events .section-content div.first-to-know {
      width: 50%;
      padding-left: 30px;
      right: 0;
      top: 0;
      position: absolute; }
      section.s1-events .section-content div.first-to-know div.placer {
        width: 70%;
        padding-bottom: 70%;
        margin-bottom: 30px; }
      section.s1-events .section-content div.first-to-know div.mail-submit {
        padding: 65px 90px;
        background: #0E0E0E;
        width: 100%; }
        section.s1-events .section-content div.first-to-know div.mail-submit:after {
          content: "";
          display: block;
          clear: both; }
        section.s1-events .section-content div.first-to-know div.mail-submit h1 {
          font-size: 40px;
          color: #FFFFFF;
          margin-bottom: 30px; }
        section.s1-events .section-content div.first-to-know div.mail-submit input[type=email], section.s1-events .section-content div.first-to-know div.mail-submit input[type=text] {
          width: 70%;
          background: #FAFAFA;
          font-size: 16px;
          border: 0;
          -webkit-appearance: none;
          padding: 0 15px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          float: left;
          height: 41px; }
        section.s1-events .section-content div.first-to-know div.mail-submit input[type=submit], section.s1-events .section-content div.first-to-know div.mail-submit button {
          width: 30%;
          background: #C99A46;
          color: #0e0e0e;
          font-size: 14px;
          text-transform: uppercase;
          border: 0;
          padding: 11px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          float: left;
          height: 41px;
          letter-spacing: 0.12em;
          font-weight: 500; }
    section.s1-events .section-content div.next {
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/gold-arrow.svg) center no-repeat;
      width: 18px;
      height: 32px;
      position: absolute;
      font-size: 0px;
      right: 10%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    section.s1-events .section-content div.previous {
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/gold-arrow.svg) center no-repeat;
      width: 18px;
      height: 32px;
      position: absolute;
      font-size: 0px;
      left: -4%;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    section.s1-events .section-content div.featured-slide {
      width: 50%;
      background: #fafafa;
      padding: 90px;
      float: left; }
      section.s1-events .section-content div.featured-slide .v65-calendarList-Event .v65-calendarList-Time {
        font-size: 17px;
        color: #676767;
        font-style: normal;
        text-transform: uppercase;
        display: block;
        letter-spacing: 0.05em; }
      section.s1-events .section-content div.featured-slide .v65-calendarList-Event .v65-title {
        font-size: 50px;
        color: #C99A46; }
        section.s1-events .section-content div.featured-slide .v65-calendarList-Event .v65-title a {
          color: #C99A46;
          text-decoration: none !important; }
      section.s1-events .section-content div.featured-slide img {
        display: none;
        max-width: 100%;
        height: auto !important; }
      section.s1-events .section-content div.featured-slide .event-inner {
        position: relative;
        color: #676767;
        font-size: 0; }
        section.s1-events .section-content div.featured-slide .event-inner .v65-calendarList-Description {
          margin: 0; }
        section.s1-events .section-content div.featured-slide .event-inner span, section.s1-events .section-content div.featured-slide .event-inner p {
          display: none; }
        section.s1-events .section-content div.featured-slide .event-inner .v65-title {
          font-size: 50px;
          display: block;
          position: relative;
          margin: 0;
          color: #C99A46; }
          section.s1-events .section-content div.featured-slide .event-inner .v65-title a {
            color: #C99A46;
            text-decoration: none !important; }
    section.s1-events .section-content div.not-featured-slide {
      width: 50%;
      padding-left: 30px;
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      font-size: 0; }
      section.s1-events .section-content div.not-featured-slide .event-inner {
        width: 70%;
        padding-bottom: 70%;
        background: #fafafa;
        position: relative; }
        section.s1-events .section-content div.not-featured-slide .event-inner .v65-calendarList-Description {
          margin: 0; }
        section.s1-events .section-content div.not-featured-slide .event-inner span, section.s1-events .section-content div.not-featured-slide .event-inner p {
          display: none; }
        section.s1-events .section-content div.not-featured-slide .event-inner .v65-title {
          font-size: 26px;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          margin: 0;
          color: #C99A46; }
          section.s1-events .section-content div.not-featured-slide .event-inner .v65-title a {
            color: #C99A46;
            text-decoration: none !important; }

section.s2-events {
  background: #1C1C1C;
  position: relative;
  padding-left: 5%;
  padding-top: 100px; }
  section.s2-events:before {
    content: "";
    position: absolute;
    width: 5%;
    height: 80%;
    left: 0;
    bottom: 0;
    background: #0e0e0e; }
  section.s2-events div.image {
    width: 100%;
    padding-bottom: 46%;
    position: relative; }
    section.s2-events div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

section.s3-events {
  background: #1C1C1C; }
  section.s3-events div.section-content {
    background: #0e0e0e;
    width: 95%;
    padding: 90px 7% 175px 12%;
    position: relative;
    z-index: 1; }
  section.s3-events div.left {
    width: 50%;
    float: left;
    z-index: 1;
    position: relative; }
    section.s3-events div.left h1 {
      color: #C99A46;
      position: relative;
      z-index: 2;
      margin-bottom: 30px; }
    section.s3-events div.left h2 {
      color: #C99A46;
      font-size: 70px;
      margin: 0;
      width: 480px;
      line-height: 1; }
    section.s3-events div.left p {
      color: #FAFAFA;
      font-size: 16px; }
    section.s3-events div.left ul {
      margin: 45px 0;
      padding: 0;
      list-style: none; }
      section.s3-events div.left ul:after {
        content: "";
        display: block;
        clear: both; }
      section.s3-events div.left ul li {
        color: #FAFAFA;
        font-size: 16px;
        width: 50%;
        float: left;
        margin-bottom: 10px; }
        section.s3-events div.left ul li:before {
          content: "○";
          color: #C99A46;
          display: inline-block;
          margin-right: 10px;
          font-size: 14px; }
    section.s3-events div.left .yellow-button {
      display: inline-block;
      margin-top: 30px; }
  section.s3-events div.right {
    width: 30%;
    float: right;
    z-index: 5;
    position: relative;
    margin-top: 130px; }
    section.s3-events div.right h3 {
      color: #FAFAFA;
      margin: 0;
      font-size: 32px;
      line-height: 1.3;
      text-align: left; }
    section.s3-events div.right p.quote-author {
      color: #FAFAFA;
      font-size: 16px;
      text-transform: uppercase;
      margin-top: 15px;
      float: right;
      background: #0e0e0e;
      padding: 0 0 0 15px; }
      section.s3-events div.right p.quote-author:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #C99A46;
        position: absolute;
        bottom: 36px;
        left: 0;
        z-index: -1; }

section.s4-events {
  position: relative;
  background: #1C1C1C;
  padding: 220px 10% 350px; }
  section.s4-events h1 {
    color: #FAFAFA;
    float: left;
    position: relative;
    z-index: 1;
    width: 70%; }
  section.s4-events div.yellow-button {
    float: right;
    margin-top: 60px;
    position: relative;
    z-index: 1; }
  section.s4-events img.big-italics {
    position: absolute;
    right: 0;
    top: 280px;
    opacity: 0.3;
    max-width: 95%; }

section.s5-events {
  background: #1C1C1C;
  padding: 0 5%; }
  section.s5-events h1 {
    color: #C99A46; }
  section.s5-events div#instafeed {
    margin: 30px -15px 0; }
    section.s5-events div#instafeed a {
      width: 25%;
      float: left;
      padding: 15px;
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      section.s5-events div#instafeed a:first-child {
        width: 50%; }
      section.s5-events div#instafeed a div.ig {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        section.s5-events div#instafeed a div.ig img {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }

section.s6-events {
  background: #1C1C1C;
  padding: 200px 5%; }
  section.s6-events h1 {
    color: #C99A46;
    margin-bottom: 30px; }
  section.s6-events div.image {
    width: 20%;
    float: left;
    padding: 0 15px; }
    section.s6-events div.image img {
      max-width: 100%;
      height: 141px;
      -o-object-fit: contain;
      object-fit: contain; }

section.s1-event {
  background: #1c1c1c; }
  section.s1-event div.top {
    background: #1C1C1C;
    padding-bottom: 21%;
    width: 70%;
    position: relative;
    float: right; }
    section.s1-event div.top img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      opacity: 0.3; }
  section.s1-event div.bottom {
    background: #0e0e0e;
    padding: 90px;
    width: 70%;
    float: right; }
    section.s1-event div.bottom .wine {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    section.s1-event div.bottom .v65-product-addToCart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      section.s1-event div.bottom .v65-product-addToCart form {
        width: 50%; }
        section.s1-event div.bottom .v65-product-addToCart form input[type=text] {
          border: 0;
          height: 37.5px; }
    section.s1-event div.bottom .v65-productGroup-product {
      width: 100%;
      margin-top: 60px;
      margin: 50px 0 0 0 !important; }
      section.s1-event div.bottom .v65-productGroup-product .v65-product-addToCart-salePrice,
      section.s1-event div.bottom .v65-productGroup-product .v65-product-addToCart-priceWrapper {
        color: #fff; }
      section.s1-event div.bottom .v65-productGroup-product .v65-product-addToCart-quantity,
      section.s1-event div.bottom .v65-productGroup-product .v65-product-addToCart-button {
        float: left;
        display: block; }
      section.s1-event div.bottom .v65-productGroup-product fieldset .fieldset-title {
        display: none; }
      section.s1-event div.bottom .v65-productGroup-product button {
        background: #C99A46;
        color: #0E0E0E;
        text-transform: uppercase;
        font-size: 15px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        letter-spacing: 0.15em;
        cursor: pointer;
        width: 240px;
        text-align: center;
        font-weight: 500;
        text-decoration: none !important;
        width: 180px; }
        section.s1-event div.bottom .v65-productGroup-product button:hover {
          text-decoration: none !important;
          background: #FAFAFA;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          section.s1-event div.bottom .v65-productGroup-product button:hover span {
            color: #C99A46; }
        section.s1-event div.bottom .v65-productGroup-product button span {
          height: unset;
          float: unset;
          display: block;
          padding: unset;
          line-height: unset; }
      section.s1-event div.bottom .v65-productGroup-product .w-col-7 {
        width: 80%;
        text-align: left;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      section.s1-event div.bottom .v65-productGroup-product .w-col-5 {
        width: 200px;
        height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 50px; }
      section.s1-event div.bottom .v65-productGroup-product .v65-product-photo {
        width: 100%;
        position: relative; }
    section.s1-event div.bottom .v65-title {
      color: #C99A46; }
      section.s1-event div.bottom .v65-title a {
        color: #C99A46; }
    section.s1-event div.bottom h1, section.s1-event div.bottom h2 {
      color: #C99A46;
      margin-top: 15px; }
    section.s1-event div.bottom p, section.s1-event div.bottom li {
      color: #fafafa;
      font-size: 16px; }
    section.s1-event div.bottom table {
      margin-top: 30px;
      margin-bottom: 50px; }
      section.s1-event div.bottom table td {
        color: #fff;
        font-size: 20px; }
        section.s1-event div.bottom table td strong {
          font-weight: 400; }

section.s1-map {
  background: #1c1c1c;
  padding-left: 103px; }
  section.s1-map div.main-stuff {
    background: #0E0E0E;
    padding: 150px 5% 75px 0; }
    section.s1-map div.main-stuff div.svg-map {
      width: 60%;
      float: right; }
      section.s1-map div.main-stuff div.svg-map svg .clicker {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        cursor: pointer; }
        section.s1-map div.main-stuff div.svg-map svg .clicker.active {
          fill: #fafafa; }
    section.s1-map div.main-stuff div.left {
      width: 40%;
      float: left;
      padding: 200px 90px;
      position: relative; }
      section.s1-map div.main-stuff div.left h1 {
        color: #C99A46; }
      section.s1-map div.main-stuff div.left div.descriptions {
        position: relative;
        margin-top: 90px; }
      section.s1-map div.main-stuff div.left div.description {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: none; }
        section.s1-map div.main-stuff div.left div.description h2 {
          color: #FAFAFA;
          font-size: 40px; }
        section.s1-map div.main-stuff div.left div.description p {
          color: #FAFAFA;
          margin: 0; }
          section.s1-map div.main-stuff div.left div.description p.title {
            text-transform: uppercase; }
        section.s1-map div.main-stuff div.left div.description .half {
          width: 50%;
          float: left; }
        section.s1-map div.main-stuff div.left div.description .full, section.s1-map div.main-stuff div.left div.description .half {
          margin-bottom: 30px; }

section.s2-map {
  background: #1c1c1c;
  padding: 200px 5% 300px 15%;
  position: relative; }
  section.s2-map div.image {
    width: 70%;
    float: right;
    padding-bottom: 35%;
    position: relative; }
    section.s2-map div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s2-map div.left {
    position: absolute;
    left: 15%;
    bottom: 215px;
    width: 35%;
    background: #fafafa;
    padding: 90px;
    z-index: 9; }
    section.s2-map div.left h2 {
      color: #C99A46;
      font-size: 32px; }
    section.s2-map div.left img {
      position: absolute;
      top: -40px;
      left: 90px; }

section.s1-member {
  background: #1c1c1c;
  padding: 200px 0; }
  section.s1-member div.main-stuff {
    background: #0e0e0e; }
  section.s1-member div.left {
    width: 30%;
    float: left;
    -webkit-transform: translateX(16%);
    -ms-transform: translateX(16%);
    transform: translateX(16%); }
    section.s1-member div.left h1 {
      color: #C99A46;
      margin-bottom: 30px; }
    section.s1-member div.left div.side-nav {
      background: #fafafa;
      padding: 90px; }
      section.s1-member div.left div.side-nav ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        section.s1-member div.left div.side-nav ul li {
          font-size: 18px;
          font-family: utopia-std-display, serif;
          font-weight: 600;
          font-style: italic;
          padding: 5px 0; }
          section.s1-member div.left div.side-nav ul li a {
            color: #0e0e0e;
            text-decoration: none !important; }
  section.s1-member div.main-stuff {
    width: 70%;
    float: right;
    padding: 90px 90px 90px 10%;
    color: #fafafa;
    font-size: 16px; }
    section.s1-member div.main-stuff h1 {
      color: #C99A46;
      font-size: 40px;
      margin-bottom: 30px; }
    section.s1-member div.main-stuff p, section.s1-member div.main-stuff li {
      color: #fafafa; }
    section.s1-member div.main-stuff a {
      color: #C99A46; }
    section.s1-member div.main-stuff hr {
      display: none; }
    section.s1-member div.main-stuff form {
      width: 100%; }
      section.s1-member div.main-stuff form fieldset {
        border: 0 !important;
        padding: 0;
        margin-bottom: 30px; }
        section.s1-member div.main-stuff form fieldset legend {
          color: #fafafa;
          padding: 0;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 0.05em; }
    section.s1-member div.main-stuff #v65-LoginFormWrapper div {
      padding: 0;
      margin: 0; }
    section.s1-member div.main-stuff #v65-memberFormWrapper form {
      width: 100%; }
    section.s1-member div.main-stuff input[type=text], section.s1-member div.main-stuff input[type=password] {
      border: 0;
      padding: 15px;
      background: #fafafa;
      font-size: 15px;
      line-height: unset;
      height: unset;
      width: 50% !important; }
    section.s1-member div.main-stuff select {
      border: 0;
      padding: 15px;
      background: #fafafa;
      font-size: 15px;
      line-height: unset;
      height: unset; }
    section.s1-member div.main-stuff input[type=checkbox] {
      -webkit-appearance: checkbox;
      border: 0;
      background: #fafafa;
      margin: 5px 10px 0 0 !important; }
    section.s1-member div.main-stuff label {
      font-size: 16px;
      letter-spacing: 0.05em;
      margin-top: 20px;
      margin-bottom: 10px;
      color: #fafafa; }
      section.s1-member div.main-stuff label[for=rememberme] {
        float: left;
        margin-top: 15px; }
    section.s1-member div.main-stuff button.defaultBtn {
      background: #C99A46;
      color: #0E0E0E;
      text-transform: uppercase;
      font-size: 15px;
      padding: 12px 0;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      letter-spacing: 0.15em;
      cursor: pointer;
      width: 240px;
      text-align: center;
      height: unset;
      line-height: unset; }
      section.s1-member div.main-stuff button.defaultBtn span {
        color: #0E0E0E; }
      section.s1-member div.main-stuff button.defaultBtn:hover {
        background: #FAFAFA;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    section.s1-member div.main-stuff #password {
      margin-bottom: 15px !important; }
    section.s1-member div.main-stuff a.linkBtn {
      color: #C99A46;
      background-color: unset;
      height: unset;
      line-height: unset;
      padding: 0; }
      section.s1-member div.main-stuff a.linkBtn span {
        color: #C99A46;
        padding: 0; }
    section.s1-member div.main-stuff #v65-memberFormWrapper input[type=checkbox] {
      float: left;
      margin-top: 18px !important; }
    section.s1-member div.main-stuff label[for=isPrimary] {
      margin-top: 15px; }
    section.s1-member div.main-stuff label[for=Newsletter] {
      margin-top: 13px; }

/* ----- c. Store Styles ----- */
@media screen and (max-width: 725px) {
  #v65-fieldset-wholesalerInfo, #v65-fieldset-billingInfo,
  #v65-fieldset-shippingOptions, #v65-fieldset-shippingInfo,
  #v65-fieldset-paymentMethod, #v65-fieldset-sourceCode,
  #v65-fieldset-usernamePassword {
    width: 98%; } }

.v65-productGroup-teaser {
  width: 100%; }

.v65-productGroup-product:first-child {
  margin-left: 0; }

@media screen and (max-width: 750px) {
  .v65-productGroup .v65-clear {
    display: none; } }

.v65-productGroup .v65-clear.productGroup-2Up-rowClear {
  display: none; }
  @media screen and (min-width: 581px) and (max-width: 599px) {
    .v65-productGroup .v65-clear.productGroup-2Up-rowClear {
      display: block; } }

.v65-productGroup .v65-clear.productGroup-3Up-rowClear {
  display: none; }
  @media screen and (min-width: 600px) and (max-width: 750px) {
    .v65-productGroup .v65-clear.productGroup-3Up-rowClear {
      display: block; } }

@media screen and (max-width: 720px) {
  .print {
    margin: 0 10px; } }

@media screen and (max-width: 580px) {
  .v65-product1Up .v65-product-photo {
    margin-right: 4%;
    width: 21%; } }

.v65-product2Up .v65-product-photo {
  margin: 0 15px; }

@media screen and (max-width: 580px) {
  .v65-product1UpStore .v65-product-photo {
    margin-right: 3%;
    width: 16%; } }

.v65-product-addToCart-unitDescription,
.v65-product-addToCart-caseQuantity {
  bottom: unset !important;
  font-size: 1.3333333333em; }

@media screen and (max-width: 580px) {
  .v65-product1UpStore .v65-product-infoWrapper,
  .v65-product1UpStore .v65-product-commerceWrapper {
    width: 81%; } }

.homepageProductGroup .v65-product-photo {
  margin: 0 15px 0 0; }

.v65-paging {
  clear: left; }

@media screen and (min-width: 501px) {
  div#v65-navTypeVarietal, #v65-navRegionAppellation, #v65-navBrand {
    float: left;
    width: 33.33%; } }

/*   ===================================================================================================
     5. Blog
======================================================================================================== */
@media screen and (min-width: 581px) {
  .blogContent {
    float: left;
    width: 75%; } }

@media screen and (min-width: 768px) {
  .blogContent {
    padding: 4% 4% 0 0;
    width: 56%; } }

@media screen and (min-width: 581px) {
  .blogFilterWrapper {
    float: right;
    width: 20%; } }

@media screen and (min-width: 768px) {
  .blogFilterWrapper {
    padding-top: 4%;
    width: 40%; } }

.blogFilterWrapper ul {
  list-style: none;
  padding: 0; }

.blogFilterWrapper li {
  font-size: 11px;
  margin: 0 0 0 10px; }

@media screen and (max-width: 580px), (min-width: 768px) {
  .blogFilter {
    float: left;
    width: 48%; } }

@media screen and (max-width: 580px), (min-width: 768px) {
  .blogFilterLeft {
    padding-right: 4%; } }

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
.yellow-button {
  background: #C99A46;
  color: #0E0E0E;
  text-transform: uppercase;
  font-size: 15px;
  padding: 12px 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 0.15em;
  cursor: pointer;
  width: 240px;
  text-align: center;
  font-weight: 500;
  text-decoration: none !important; }
  .yellow-button:hover {
    text-decoration: none !important;
    background: #FAFAFA;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.dark-button {
  background: #0E0E0E;
  color: #C99A46;
  text-transform: uppercase;
  font-size: 15px;
  padding: 12px 25px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 0.15em;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none !important; }
  .dark-button:hover {
    text-decoration: none !important;
    background: #C99A46;
    color: #0E0E0E;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
footer {
  background: #1C1C1C;
  width: 100%; }
  footer div.left {
    width: 30%;
    float: left;
    padding: 0 60px; }
    footer div.left p {
      color: #FAFAFA; }
    footer div.left input[type=email], footer div.left input[type=text] {
      width: 70%;
      background: #FAFAFA;
      font-size: 16px;
      border: 0;
      -webkit-appearance: none;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      height: 41px; }
    footer div.left input[type=submit], footer div.left button {
      width: 30%;
      background: #C99A46;
      color: #0e0e0e;
      font-size: 14px;
      text-transform: uppercase;
      border: 0;
      padding: 11px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      height: 41px;
      font-weight: 500;
      letter-spacing: 0.12em; }
  footer div.right {
    width: 70%;
    float: right;
    background: #0E0E0E;
    padding: 40px 60px;
    position: relative; }
    footer div.right div.go-up {
      position: absolute;
      background: url(/web/20200520003143im_/https://www.italicswinegrowers.com/assets/images/icons/white-arrow.svg) center no-repeat #C99A46;
      background-size: 12px;
      width: 50px;
      height: 50px;
      right: 30px;
      top: -25px;
      cursor: pointer;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    footer div.right h1 {
      color: #FAFAFA;
      font-size: 40px;
      position: absolute;
      left: 60px;
      top: -20px; }
    footer div.right div.right-left {
      float: left; }
      footer div.right div.right-left ul.social {
        margin: 0 0 30px;
        padding: 0;
        list-style: none; }
        footer div.right div.right-left ul.social li {
          display: inline-block;
          margin-right: 10px; }
          footer div.right div.right-left ul.social li img {
            width: 40px;
            height: 40px; }
    footer div.right div.right-right {
      float: right;
      text-align: right; }
      footer div.right div.right-right ul.footer-nav {
        margin: 25px 0 30px;
        padding: 0;
        list-style: none;
        float: right; }
        footer div.right div.right-right ul.footer-nav li {
          display: inline-block;
          margin-left: 20px;
          position: relative;
          font-size: 14px;
          text-transform: uppercase; }
          footer div.right div.right-right ul.footer-nav li a {
            font-weight: 700;
            color: #FAFAFA; }
            footer div.right div.right-right ul.footer-nav li a span {
              color: #C99A46; }
          footer div.right div.right-right ul.footer-nav li:after {
            content: "/";
            color: #C99A46;
            position: absolute;
            left: -15px; }
          footer div.right div.right-right ul.footer-nav li:first-child:after {
            display: none; }
      footer div.right div.right-right p {
        color: #FAFAFA;
        font-size: 14px;
        opacity: 0.65;
        margin: 0; }

/*   ===================================================================================================
     8. Responsive
======================================================================================================== */
.mobile {
  display: none; }

.yes-768,
.yes-640 {
  display: none; }

/* 1900 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1900px) {
  section.s1-home div.main div.content-box {
    width: 50%; }
  section.s4-clubs div.left h1 {
    font-size: 60px; }
  section.s3-history {
    padding: 0 5%; }
  section.s1-visit div.right h1 {
    width: 100%; } }

/* --------------------------------------------------------------- */
/* 1700 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1700px) {
  h1, section.s5-home div.left h2 {
    font-size: 60px; }
  section.s5-home {
    padding: 60px 10%; }
  section.s5-home div.left h1 {
    font-size: 80px;
    margin-top: -105px; }
  section.s5-home div.left h2 {
    width: 420px; }
  section.s5-home div.mark-container img.black-mark {
    width: 400px;
    height: 400px; }
  section.s1-wines h1 {
    width: 80%; }
  section.s1-product div.section-content div.v65-product-addToCart {
    width: 100%; }
  section.s4-clubs {
    padding: 210px 5% 200px; }
  section.s2-clubs div.club-container div.club-box {
    height: 750px; }
    section.s2-clubs div.club-container div.club-box ul {
      padding-left: 15px; }
  section.s1-single-wine-club fieldset {
    width: 30% !important; }
  section.s1-single-wine-club #v65-signUpClubSummaryWrapper {
    width: 55%; }
  section.s3-history div.section-content div.left {
    padding: 60px; }
  section.s3-history div.section-content div.right {
    -webkit-transform: translateX(30px) translateY(-30px);
    -ms-transform: translateX(30px) translateY(-30px);
    transform: translateX(30px) translateY(-30px); }
  section.s8-history div.right {
    padding: 60px; }
  section.s2-team {
    padding: 200px 5%; }
  section.s2-team div.bio div.text {
    width: 57%;
    left: 43%;
    padding-right: 30px; }
  section.s2-team div.bio div.img {
    left: 10%; }
  section.s2-visit div.reservation div.image,
  section.s4-visit div.reservation div.image,
  section.s2a-visit div.reservation div.image,
  section.s3-visit div.reservation div.image,
  section.s5-visit div.reservation div.image {
    padding-bottom: 45%; }
  section.s3-visit div.reservation div.text,
  section.s2a-visit div.reservation div.text,
  section.s5-visit div.reservation div.text,
  section.s2-visit div.reservation div.text,
  section.s4-visit div.reservation div.text,
  section.s1-visit div.right {
    padding: 60px; }
  section.s1-events {
    padding: 200px 5%; }
  section.s3-events div.left h1 {
    font-size: 70px; }
  section.s3-events div.right {
    width: 40%; }
  footer div.right div.right-right p {
    font-size: 13px; }
  section.s4-events {
    padding: 220px 10%; }
  section.s1-clubs div.text h1 {
    font-size: 70px; }
  section.s1-clubs div.text {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

/* --------------------------------------------------------------- */
/* 1500 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1500px) {
  section.s1-home div.main div.content-box {
    width: 65%;
    padding: 60px; }
  section.s1-home div.main div.content-box h1 {
    width: 125%; }
  section.s1-home.active div.main div.content-box h1 {
    -webkit-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    transform: translateX(-170px); }
  section.s1-home div.main img.background-image {
    -o-object-position: unset;
    object-position: unset; }
  section.s2-home div.image-1 {
    padding-bottom: 60%; }
  section.s2-home div.text {
    left: 5%; }
  section.s2-home div.image-2 {
    width: 40%; }
  section.s3-home div.main {
    padding: 60px 5%; }
  section.s5-home {
    padding: 60px 5%; }
  section.s5-home div.left h1,
  section.s5-home.active div.left h1 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  section.s5-home div.left {
    width: 65%; }
  section.s6-home div.text {
    padding: 60px;
    width: 50%; }
  section.s6-home div.image {
    padding-bottom: 45%; }
  footer div.right div.right-right p {
    font-size: 12px; }
  footer div.right div.right-right {
    width: 60%; }
  footer div.left {
    padding: 0 30px; }
  section.s1-wines h1 {
    width: 100%; }
  section.s3-wines div.left {
    padding: 60px; }
  section.s3-wines {
    padding: 0 5% 200px; }
  section.s3-wines div.left {
    left: 5%; }
  section.s1-product div.section-content {
    padding: 60px; }
  section.s1-product div.section-content div.v65-product-description {
    width: 100%; }
  .v65-productWrapper .v65-product-leftCol {
    width: 20%;
    margin-right: 3%; }
  .v65-productWrapper .v65-product-rightCol,
  .v65-productWrapper h1 {
    width: 77%; }
  section.s2-clubs div.club-container div.club-box {
    padding: 30px 30px 120px;
    height: 700px; }
  section.s2-clubs div.club-container div.club-box div.yellow-button {
    bottom: 30px; }
  section.s3-clubs div.left {
    margin-left: 0%;
    width: 50%; }
  section.s3-clubs div.right {
    width: 40%; }
  section.s2-clubs {
    padding: 60px 5%; }
  section.s3-clubs {
    padding: 60px 5%; }
  section.s4-clubs div.form {
    padding: 60px;
    right: 5%;
    bottom: 260px;
    width: 45%; }
  section.s4-clubs div.left {
    padding: 60px 42% 60px 60px; }
  section.s1-single-wine-club h1 {
    font-size: 50px; }
  section.s1-single-wine-club fieldset {
    padding: 30px;
    width: 45% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  section.s1-single-wine-club #v65-signUpClubSummaryWrapper {
    width: 50%;
    padding: 30px; }
  section.s1-single-wine-club {
    padding: 200px 5%; }
  section.s1-winery {
    padding: 0 5%; }
  section.s2-winery {
    padding-bottom: 70%; }
  section.s2-winery div.text {
    right: 5%;
    bottom: 200px; }
  section.s2-winery div.text p {
    width: 100%; }
  section.s3-winery div.left h1 {
    font-size: 50px; }
  section.s3-winery div.left {
    padding: 60px; }
  section.s3-winery div.left img {
    left: 50px; }
  section.s4-winery div.right {
    padding: 60px; }
  section.s6-winery h1 {
    font-size: 70px;
    top: -40px; }
  section.s6-winery div.grey-box {
    width: 35%; }
  section.s6-winery {
    padding: 120px 5% 0; }
  section.s7-winery div.left {
    padding: 60px; }
  section.s7-winery div.image {
    padding-bottom: 30%; }
  section.s7-winery div.left div.side {
    display: none; }
  section.s8-winery {
    padding: 220px 5% 200px; }
  section.s1-history h1 {
    font-size: 70px; }
  section.s2-history {
    padding: 90px 0; }
  section.s3-history {
    padding: 0; }
  section.s3-history div.section-content {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    background: unset;
    position: relative; }
  section.s3-history div.section-content div.left {
    background: #fff;
    padding: 60px 90px 60px 60px; }
  section.s3-history div.section-content div.right {
    position: absolute;
    right: 60px;
    top: -60px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s5-history div.left {
    width: 70%;
    margin-left: 10%; }
  section.s5-history div.left h1 {
    font-size: 60px; }
  section.s8-history div.image {
    padding-bottom: 60%; }
  section.s8-history div.right img {
    right: 60px; }
  section.s7-history {
    padding: 90px 5% 200px; }
  section.s7-history div.grey-box h4 {
    -webkit-transform: translateX(-30px) !important;
    -ms-transform: translateX(-30px) !important;
    transform: translateX(-30px) !important; }
  section.s2-team {
    padding: 90px 5%; }
  section.s2-team div.bio div.text {
    top: 40%;
    padding: 30px 30px 30px 0;
    height: 60%;
    overflow-y: scroll; }
  section.s2-distributors {
    padding: 220px 5% 200px; }
  section.s1-distributors {
    padding: 200px 5% 0; }
  section.s1-visit div.right {
    width: 75%; }
  section.s3-visit div.reservation div.text, section.s2a-visit div.reservation div.text, section.s5-visit div.reservation div.text, section.s2-visit div.reservation div.text, section.s4-visit div.reservation div.text {
    padding: 30px; }
  section.s2-visit div.reservation div.image, section.s2a-visit div.reservation div.image, section.s4-visit div.reservation div.image, section.s3-visit div.reservation div.image, section.s5-visit div.reservation div.image {
    padding-bottom: 50%; }
  section.s3-visit div.reservation div.text h3,
  section.s2a-visit div.reservation div.text h3,
  section.s5-visit div.reservation div.text h3,
  section.s2-visit div.reservation div.text h3,
  section.s4-visit div.reservation div.text h3 {
    font-size: 30px; }
  section.s1-events .section-content {
    width: 100%; }
  section.s1-events .section-content div.featured-slide {
    padding: 60px; }
  section.s1-events .section-content div.previous {
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  section.s1-events .section-content div.next {
    top: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s1-events .section-content div.first-to-know div.mail-submit {
    padding: 60px; }
  section.s4-events h1 {
    font-size: 50px; }
  section.s4-events {
    padding: 200px 5%; }
  section.s1-cart div.section-content div.main-right,
  section.s1-cart div.section-content div.main-left,
  section.s1-checkout div.section-content div.main-left,
  section.s1-checkout div.section-content div.main-right {
    padding: 60px; }
  section.s1-cart div.title-button h1,
  section.s1-checkout div.title-button h1 {
    font-size: 42px; }
  section.s1-contact {
    padding: 200px 5% 0; }
  section.s1-map {
    padding: 0; }
  section.s1-map div.main-stuff {
    padding: 150px 0 75px; }
  section.s1-map div.main-stuff div.left {
    padding: 150px 60px; }
  section.s1-map div.main-stuff div.left h1 {
    font-size: 50px; }
  section.s2-map {
    padding: 120px 5% 200px 5%; }
  section.s2-map div.left {
    left: 5%;
    width: 40%;
    padding: 60px; }
  section.s2-map div.image {
    padding-bottom: 40%; }
  section.s1-event div.bottom .v65-product-addToCart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.s1-event div.bottom .v65-product-addToCart form {
    width: 100%;
    margin-top: 30px; } }

/* --------------------------------------------------------------- */
/* 1200 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  header.primary div.menu-activator {
    width: 10%; }
  section.s1-home div.side,
  section.s3-home div.side {
    width: 10%; }
  section.s1-home div.main,
  section.s3-home div.main {
    width: 90%; }
  h1, section.s5-home div.left h2 {
    font-size: 45px; }
  section.s2-home div.image-1 {
    width: 90%; }
  section.s2-home div.text {
    left: 10%; }
  section.s3-home div.main h1 {
    width: 55%; }
  section.s3-home div.main .dark-button {
    margin-top: 40px; }
  section.s3-home img.big-italics {
    max-width: 85%; }
  section.s3-home div.main button.slick-next {
    right: -15px; }
  section.s3-home div.main button.slick-prev {
    left: -15px; }
  section.s6-home div.text {
    right: 0; }
  footer div.right {
    padding: 30px; }
  footer div.right div.right-right {
    width: 65%; }
  section.s6-home div.text h1 {
    font-size: 36px; }
  section.s1-home div.main div.content-box h1 {
    width: 135%; }
  header.primary.active div.main-navigation-menu {
    width: 50%; }
  section.s1-wines h1 {
    font-size: 70px;
    width: 80%; }
  section.s2-wines h1 {
    width: 100%; }
  section.s1-wines .v65-productGroup-products .v65-productGroup-product,
  section.s2-wines .v65-productGroup-products .v65-productGroup-product {
    width: 50%; }
  section.s3-wines div.left {
    padding: 30px;
    width: 45%; }
  section.s2-product h1 {
    margin-bottom: 0; }
  section.s2-product .v65-product-relatedProducts .v65-product-relatedProducts-product {
    width: 50%; }
  section.s1-product {
    padding: 200px 5% 90px; }
  section.s1-product div.section-content {
    padding: 30px; }
  .v65-productWrapper .v65-product-leftCol {
    width: 12%; }
  .v65-productWrapper .v65-product-rightCol, .v65-productWrapper h1 {
    width: 85%; }
  section.s1-clubs div.text {
    width: 50%; }
  section.s1-clubs div.image {
    width: 90%; }
  section.s2-clubs div.club-container div.club-box {
    padding: 30px 15px 120px; }
  section.s4-clubs div.form {
    padding: 30px; }
  section.s4-clubs div.left {
    padding: 60px 42% 30px 30px; }
  section.s1-winery div.side {
    display: none; }
  section.s1-winery h1,
  section.s1-winery .row {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s1-winery {
    padding: 200px 5% 60px; }
  section.s1-winery div.box-container {
    width: 50%; }
  section.s1-winery .row {
    margin-top: 30px; }
  section.s3-winery div.left {
    padding: 60px 30px 30px; }
  section.s4-winery div.right {
    opacity: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding: 30px; }
  section.s4-winery div.left {
    margin-left: 4%;
    width: 52%; }
  section.s7-winery div.left {
    padding: 30px; }
  section.s1-history h1 {
    width: 70%; }
  section.s1-history div.image {
    width: 90%; }
  section.s1-history h1,
  section.s1-history.active h1 {
    font-size: 70px !important;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s; }
    section.s1-history h1 span,
    section.s1-history.active h1 span {
      -webkit-transition: all 0s ease 0s;
      -o-transition: all 0s ease 0s;
      transition: all 0s ease 0s; }
  section.s4-history img {
    -o-object-position: 0px 0px !important;
    object-position: 0px 0px !important; }
  section.s5-history div.side {
    display: none; }
  section.s5-history div.left {
    width: 100%;
    margin-left: 0;
    padding: 0; }
  section.s5-history {
    padding: 90px 60px; }
  section.s7-history div.title-button h1 {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  section.s7-history div.title-button div.button-container {
    opacity: 1; }
  section.s7-history div.title-button:before {
    width: 100%; }
  section.s7-history div.right {
    margin-left: 5%; }
  section.s7-history div.grey-box {
    width: 35%; }
  section.s8-history div.right {
    padding: 60px 30px 30px;
    right: 0;
    width: 55%; }
  section.s1-team {
    padding: 0 0 0 10%; }
  section.s1-team h1 {
    font-size: 70px;
    bottom: -32px; }
  section.s2-team div.team-member-container div.cover div.center h2 {
    font-size: 28px; }
  section.s2-team div.team-member-container div.cover div.center {
    width: 90%; }
  section.s2-visit {
    padding: 90px 0 0; }
  section.s2-visit h1, section.s4-visit h1 {
    padding-left: 30px;
    margin-bottom: 30px; }
  section.s3-visit, section.s4-visit {
    padding: 90px 0 0; }
  section.s5-visit {
    padding: 90px 0 200px; }
  section.s1-events .section-content div.featured-slide,
  section.s1-events .section-content div.first-to-know div.mail-submit {
    padding: 30px; }
  section.s1-events .section-content div.first-to-know div.mail-submit h1,
  section.s1-events .section-content div.not-featured-slide .event-inner .v65-title,
  section.s1-events .section-content div.featured-slide .v65-calendarList-Event .v65-title {
    font-size: 36px; }
  section.s1-events .section-content div.first-to-know div.placer,
  section.s1-events .section-content div.not-featured-slide .event-inner {
    width: 90%;
    padding-bottom: 90%; }
  section.s1-events .section-content div.next {
    top: -50px;
    right: 5%; }
  section.s1-events .section-content div.previous {
    top: -50px;
    right: 10%;
    left: unset; }
  section.s1-events .section-content div.featured-slide .v65-calendarList-Event .v65-calendarList-Time {
    font-size: 16px; }
  section.s3-events div.section-content {
    padding: 90px 5% 175px 5%; }
  section.s2-events div.image {
    padding-bottom: 50%; }
  section.s3-events div.left h1 {
    font-size: 50px; }
  section.s3-events div.right {
    margin-top: 90px; }
  section.s3-events div.right h3 {
    font-size: 28px; }
  section.s4-events h1 {
    font-size: 40px; }
  section.s4-events div.yellow-button {
    margin-top: 25px; }
  section.s1-cart div.title-button,
  section.s1-checkout div.title-button {
    margin-left: unset;
    width: 80%; }
  section.s1-cart div.section-content div.main-right,
  section.s1-cart div.section-content div.main-left,
  section.s1-checkout div.section-content div.main-right,
  section.s1-checkout div.section-content div.main-left {
    padding: 30px; }
  section.s1-cart div.section-content div.main-right,
  section.s1-cart div.section-content div.main-left {
    height: 700px;
    max-height: 700px; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-date {
    width: 50%; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-cvv {
    width: 30%;
    margin-left: 15px; }
  section.s1-contact div.left {
    padding: 60px; }
  section.s1-contact div.right {
    padding: 60px 60px 60px 120px; }
  section.s2-contact div.side {
    display: none; }
  section.s2-contact div.right {
    width: 100%;
    padding-bottom: 45%; }
  section.s1-member div.left div.side-nav {
    padding: 60px; }
  section.s1-member div.main-stuff {
    padding: 60px 60px 60px 10%; }
  #v65-memberFormWrapper select[name=BirthMonth],
  #v65-memberFormWrapper select[name=BirthDay],
  #v65-memberFormWrapper select[name=BirthDay],
  #v65-memberFormWrapper select[name=BirthYear] {
    width: 32.13%; }
  section.s1-member div.main-stuff input[type=text], section.s1-member div.main-stuff input[type=password] {
    width: 100% !important; }
  #v65-memberFormWrapper div {
    padding: 0; }
  section.s1-map div.main-stuff div.left {
    padding: 50px 30px; }
  section.s1-map div.main-stuff div.left div.descriptions {
    margin-top: 60px; }
  section.s2-map div.left h2 {
    font-size: 26px; }
  section.s2-map div.left img {
    left: 60px; }
  section.s1-single-wine-club .v65-form .v65-clubChoices-select {
    padding: 0;
    width: 80px;
    color: #000; } }

/* --------------------------------------------------------------- */
/* 992 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  h1, section.s5-home div.left h2 {
    font-size: 40px; }
  section.s1-home div.main {
    height: unset; }
  section.s1-home div.main img.background-image {
    position: relative; }
  section.s1-home div.main div.content-box {
    width: 100%;
    position: relative;
    right: unset;
    bottom: unset; }
  section.s1-home.active div.main div.content-box h1 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  section.s1-home {
    height: unset; }
    section.s1-home:after {
      content: "";
      display: block;
      clear: both; }
  section.s2-home div.text {
    top: 70px; }
  section.s3-home div.main {
    padding: 90px 5%; }
  section.s5-home div.left h1, section.s5-home.active div.left h1 {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px); }
  section.s5-home div.right {
    display: none; }
  section.s5-home div.left {
    width: 100%; }
  section.s6-home {
    padding: 200px 0 0px; }
  section.s6-home div.text {
    width: 95%;
    position: relative;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding-top: 200px; }
  section.s6-home div.image {
    position: absolute;
    z-index: 3;
    bottom: 40%;
    padding-bottom: 34%; }
  footer div.left {
    width: 100%;
    float: unset;
    padding: 60px 30px; }
    footer div.left:after {
      content: "";
      display: block;
      clear: both; }
  footer div.right {
    width: 100%; }
  header.primary.active div.main-navigation-menu {
    width: 50%; }
  header.primary div.main-navigation-menu ul.menu-items {
    left: 90px;
    top: 90px; }
  section.s1-wines {
    padding: 200px 30px 0; }
  section.s1-wines h1 {
    width: 100%; }
  section.s2-wines {
    padding: 250px 30px 200px; }
  section.s3-wines {
    padding: 0; }
  section.s3-wines div.left {
    left: 0;
    width: 60%; }
  div.v65-productAddToCart-drilldown {
    width: 118%;
    margin-left: -18%; }
  section.s2-product {
    padding: 0 30px; }
  section.s1-product {
    padding: 200px 30px 90px; }
  section.s1-clubs div.text {
    width: 75%; }
  section.s1-clubs div.image {
    padding-bottom: 60%; }
  section.s2-clubs div.club-container {
    width: 100%;
    margin-bottom: 30px; }
  section.s2-clubs div.club-container div.club-box {
    height: unset; }
    section.s2-clubs div.club-container div.club-box:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  section.s2-clubs .row {
    margin-top: 15px; }
  section.s3-clubs div.right {
    display: none; }
  section.s3-clubs div.left {
    width: 100%; }
  section.s3-clubs {
    padding: 0 5%; }
  section.s4-clubs {
    padding: 60px 5% 0; }
  section.s4-clubs div.form {
    position: relative;
    width: 95%;
    bottom: unset;
    right: unset;
    margin-left: 5%;
    margin-top: -30px; }
  section.s4-clubs div.left {
    padding: 60px 30px;
    width: 95%; }
  section.s1-single-wine-club h1 {
    font-size: 40px; }
  section.s1-single-wine-club #v65-signUpClubSummaryWrapper {
    width: 100%;
    margin-bottom: 30px;
    position: relative; }
  section.s1-single-wine-club fieldset {
    width: 100% !important; }
  section.s1-winery div.box-container div.grey-box {
    padding: 30px; }
  section.s2-winery div.text {
    bottom: 60px;
    width: 60%; }
  section.s3-winery div.left h1 {
    font-size: 40px; }
  section.s3-winery div.image {
    -webkit-transform: translateX(15px) translateY(-15px);
    -ms-transform: translateX(15px) translateY(-15px);
    transform: translateX(15px) translateY(-15px); }
  section.s7-winery div.left {
    margin-left: 0;
    width: 50%; }
  section.s7-winery div.image {
    padding-bottom: 45%; }
  section.s8-winery {
    padding: 90px 5% 0; }
  section.s8-winery div.yellow-button {
    float: left; }
  section.s3-history div.section-content div.right {
    right: 0;
    width: 45%;
    padding-bottom: 54%; }
  section.s3-history div.section-content div.left {
    padding: 30px 90px 30px 30px; }
  section.s2-history div.section-content {
    width: 100%; }
  section.s2-history {
    padding: 90px 30px; }
  section.s5-history {
    padding: 90px 30px; }
  section.s5-history div.left h1 {
    font-size: 50px; }
  section.s5-history div.left p {
    width: 100%; }
  section.s7-history div.right {
    opacity: 1;
    margin-left: unset;
    width: 100%; }
  section.s7-history div.grey-box {
    display: none; }
  section.s7-history {
    padding: 90px 30px; }
  section.s8-history div.image {
    width: 100%; }
  section.s8-history div.right {
    width: 90%;
    position: relative;
    bottom: 60px;
    right: unset; }
  section.s8-history div.right div.button-container:before {
    display: none; }
  section.s8-history div.right div.button-container div.yellow-button {
    float: left;
    margin-left: 30px; }
  section.s8-history {
    padding-bottom: 0px; }
  section.s8-history div.right div.button-container {
    position: relative;
    bottom: unset; }
  section.s2-team div.team-member-container {
    width: 50%; }
  section.s2-team div.bio div.img {
    left: 5%; }
  section.s2-team div.bio div.text {
    width: 65%;
    left: 35%;
    padding: 30px; }
  section.s2-distributors h1,
  section.s2-distributors div.yellow-button {
    float: none; }
  section.s2-distributors {
    padding: 120px 5% 0; }
  section.s3-visit div.reservation div.text, section.s2a-visit div.reservation div.text, section.s5-visit div.reservation div.text, section.s2-visit div.reservation div.text, section.s4-visit div.reservation div.text, section.s1-visit div.right {
    padding: 30px; }
  section.s1-visit {
    height: unset; }
  section.s1-visit.active div.right, section.s1-visit div.right {
    position: relative;
    right: unset;
    left: unset;
    bottom: unset;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    float: right; }
  section.s1-visit.active div.right h1 {
    -webkit-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    transform: translateX(-90px); }
  section.s1-visit div.image {
    width: 90%; }
  section.s2-visit div.reservation, section.s2a-visit div.reservation, section.s4-visit div.reservation, section.s3-visit div.reservation, section.s5-visit div.reservation {
    background: unset; }
  section.s3-visit div.reservation div.text, section.s2a-visit div.reservation div.text, section.s5-visit div.reservation div.text, section.s2-visit div.reservation div.text, section.s4-visit div.reservation div.text {
    background: #fafafa; }
  section.s5-visit {
    padding: 90px 0 0; }
  section.s1-events h1 {
    margin-bottom: 30px; }
  section.s1-events .section-content div.first-to-know {
    position: relative;
    width: 100%;
    padding-left: 0;
    top: unset;
    right: unset; }
  section.s1-events .section-content div.first-to-know div.placer {
    display: none; }
  section.s1-events .section-content div.not-featured-slide {
    display: none; }
  section.s1-events .section-content div.featured-slide {
    width: 100%; }
  section.s1-events .section-content div.featured-slide {
    float: unset;
    margin-bottom: 30px; }
  section.s1-events .section-content div.previous,
  section.s1-events .section-content div.next {
    top: -65px; }
  section.s1-events {
    padding: 200px 5% 90px; }
  section.s2-events {
    padding-top: 0; }
  section.s3-events div.section-content {
    width: 100%;
    padding: 90px 5%; }
  section.s3-events div.right h3 {
    font-size: 24px; }
  section.s4-events h1 {
    width: 63%; }
  section.s4-events div.yellow-button {
    margin-top: 38px; }
  section.s6-events {
    padding: 90px 5% 0; }
  section.s6-events div.image img {
    height: 75px; }
  section.s1-cart div.title-button,
  section.s1-checkout div.title-button {
    width: 100%; }
  section.s1-cart div.section-content div.main-right,
  section.s1-cart div.section-content div.main-left,
  section.s1-checkout div.section-content div.main-right,
  section.s1-checkout div.section-content div.main-left {
    height: unset;
    max-height: unset;
    width: 100%;
    float: unset;
    overflow: visible;
    position: relative; }
  section.s1-cart div.section-content div.main-right div.bottom:after,
  section.s1-checkout div.section-content div.main-right div.bottom:after {
    content: "";
    clear: both;
    display: block; }
  section.s1-cart,
  section.s1-checkout {
    padding: 200px 30px 0; }
  section.s1-contact h1 {
    margin-bottom: 30px; }
  section.s1-contact div.left {
    padding: 30px; }
  section.s1-contact div.right {
    padding: 60px 30px 30px 120px; }
  section.s1-contact div.right img.gold-seal {
    right: 30px; }
  section.s2-contact {
    padding-bottom: 0; }
  section.s1-contact div.right h2 {
    font-size: 28px; }
  section.s1-contact {
    padding: 200px 30px 0; }
  section.s1-member div.left {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s1-member div.left h1 {
    padding-left: 30px; }
  section.s1-member div.left div.side-nav,
  section.s1-member div.main-stuff {
    padding: 30px; }
  section.s1-member {
    padding: 200px 0 0; }
  section.s1-map div.main-stuff div.left {
    padding: 50px 30px 0;
    width: 100%;
    float: unset; }
  section.s1-map div.main-stuff div.svg-map {
    width: 100%;
    float: unset;
    display: none; }
  section.s1-map div.main-stuff div.left div.descriptions {
    margin-top: 30px; }
  section.s1-map div.main-stuff div.left div.description {
    position: relative;
    background: #1c1c1c;
    height: 100%;
    padding: 30px;
    overflow-y: scroll;
    top: unset;
    overflow: unset;
    display: block;
    margin-bottom: 30px; }
  section.s2-map div.left {
    left: 0;
    width: 45%;
    padding: 60px 30px 30px; }
  section.s2-map {
    padding: 120px 0 0; }
  section.s2-map div.image {
    padding-bottom: 50%; }
  section.s2-map div.left img {
    left: 30px; }
  section.s1-event div.bottom {
    width: 90%; }
  section.s1-event div.top {
    width: 90%;
    padding-bottom: 30%; }
  section.s2-clubs div.club-container div.club-box.inactive {
    opacity: 1; }
  section.s2-clubs div.club-container div.club-box {
    padding: 60px 60px 120px; }
  section.s2-team div.team-member-container.clickable div.cover {
    display: none !important; }
  section.s2-winery {
    background: #0e0e0e; }
  section.s2-winery img {
    opacity: 0.3; }
  section.s7-home {
    padding-bottom: 0; }
  section.s1-single-wine-club .v65-form .v65-clubChoices-select {
    padding: 0;
    width: 80px;
    color: #000; } }

/* --------------------------------------------------------------- */
/* 768 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .no-768 {
    display: none; }
  .yes-768 {
    display: block; }
  .logo {
    clear: unset;
    margin: unset; }
  section.s6-home div.image {
    width: 75%;
    padding-bottom: 40%;
    bottom: 50%; }
  header.primary div.menu-activator,
  section.s1-home div.side, section.s3-home div.side {
    width: 15%; }
  section.s1-home div.main, section.s3-home div.main {
    width: 85%; }
  section.s1-home div.main div.content-box {
    padding: 30px; }
  section.s2-home {
    padding-top: 20%; }
  section.s2-home div.text {
    top: 50%; }
  section.s2-home div.image-2 {
    top: 5%;
    left: 0;
    right: unset;
    bottom: unset;
    width: 75%;
    padding-bottom: 45%;
    position: absolute; }
    section.s2-home div.image-2 img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s3-home div.main .dark-button {
    float: unset;
    margin: 60px auto 0;
    width: 60%;
    text-align: center; }
  section.s2-home div.image-1 {
    width: 100%;
    padding-bottom: 100%; }
  section.s3-home div.main h1 {
    width: 100%; }
  section.s3-home div.main button.slick-prev {
    left: 15px; }
  section.s3-home div.main button.slick-next {
    right: 15px; }
  section.s3-home div.main h1 {
    margin-bottom: 60px; }
  section.s2-home div.image-2 {
    -webkit-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    transform: translateX(-800px); }
  footer div.right {
    padding: 45px 30px 30px; }
  footer div.right {
    text-align: left; }
  footer div.right h1 {
    left: 30px; }
  header.primary.active div.main-navigation-menu {
    width: 75%; }
  section.s3-home img.big-italics {
    display: none; }
  section.s1-wines .v65-productGroup-products .v65-productGroup-product,
  section.s2-wines .v65-productGroup-products .v65-productGroup-product {
    width: 100%; }
  section.s1-wines h1,
  section.s2-wines h1 {
    font-size: 50px; }
  section.s2-wines {
    padding: 90px 30px 200px; }
  .v65-productWrapper .v65-product-leftCol {
    float: left !important; }
  .v65-productWrapper .v65-product-rightCol {
    float: right !important; }
  .v65-productWrapper .v65-product-leftCol {
    width: 20%; }
  .v65-productWrapper .v65-product-rightCol, .v65-productWrapper h1 {
    text-align: left;
    width: 76%; }
  div.v65-productAddToCart-drilldown {
    width: 142%;
    margin-left: -37%; }
  section.s4-clubs div.left h1 {
    font-size: 50px; }
  section.s4-clubs div.left img.gold-seal {
    left: 30px; }
  section.s1-clubs div.image {
    width: 85%; }
  section.s1-single-wine-club {
    padding: 200px 30px 15px; }
  section.s1-winery {
    padding: 200px 30px 30px; }
  section.s1-winery.active div.box-container {
    width: 100%; }
    section.s1-winery.active div.box-container div.grey-box {
      height: unset; }
  section.s2-winery img.background-image {
    -o-object-position: 0px 0px !important;
    object-position: 0px 0px !important; }
  section.s2-winery div.text {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    width: unset; }
  section.s3-winery {
    padding: 115px 30px; }
  section.s4-winery div.left {
    width: 90%;
    float: unset; }
  section.s4-winery div.right {
    position: relative;
    width: 100%;
    bottom: unset;
    margin-top: 30px; }
  section.s4-winery {
    padding: 0; }
  section.s5-winery img {
    -o-object-position: 0px 0px !important;
    object-position: 0px 0px !important; }
  section.s6-winery h1 {
    font-size: 50px;
    top: -30px; }
  section.s6-winery {
    padding: 60px 30px 0; }
  section.s6-winery div.grey-box {
    width: 90%;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  section.s6-winery div.left {
    width: 100%; }
  section.s7-winery {
    padding: 60px 0 0; }
  section.s1-history h1 {
    width: 85%; }
  section.s1-history div.image {
    width: 85%; }
  section.s1-history h1,
  section.s1-history.active h1 {
    left: unset;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 55px !important; }
  section.s1-history div.image img {
    -o-object-fit: cover;
    object-fit: cover; }
  section.s2-history {
    padding: 60px 30px 30px; }
  section.s3-history div.section-content div.right {
    position: relative;
    width: 90%;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
    padding-bottom: 70%; }
  section.s3-history div.section-content div.right img {
    -o-object-position: 100% 0%;
    object-position: 100% 0%; }
  section.s3-history div.section-content div.left {
    width: 100%;
    padding: 120px 30px 30px;
    margin-top: -90px; }
  section.s5-history {
    padding: 60px 30px; }
  section.s5-history div.left h1 {
    font-size: 40px; }
  section.s4-history {
    padding-bottom: 65%; }
  section.s3-history div.section-content {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s4-history img {
    -o-object-position: 100% 0% !important;
    object-position: 100% 0% !important; }
  section.s7-history div.title-button div.button-container {
    position: relative;
    float: unset;
    top: unset; }
  section.s7-history.active div.title-button:before {
    display: none; }
  section.s7-history div.title-button div.button-container {
    float: unset;
    padding-left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 30px; }
  section.s7-history.active div.title-button h1,
  section.s7-history div.title-button h1 {
    float: unset;
    opacity: 1; }
  section.s7-history div.title-button:before {
    display: none; }
  section.s7-history div.title-button {
    width: 100%;
    margin-bottom: 60px; }
  section.s1-team div.image {
    padding-bottom: 65%; }
  section.s1-team h1 {
    font-size: 60px;
    bottom: -28px; }
  section.team-full.active div.bottom {
    height: 75%; }
  section.team-full.active div.trees {
    height: 25%; }
  section.s2-team div.bio div.text {
    height: 75%;
    top: 25%; }
  section.s1-events {
    padding: 200px 30px 90px; }
  section.s2-events {
    padding-left: 30px; }
  section.s3-events div.section-content {
    padding: 90px 30px; }
  section.s3-events div.right {
    display: none; }
  section.s3-events div.left {
    width: 100%; }
  section.s4-events {
    padding: 90px 30px; }
  section.s4-events img.big-italics {
    display: none; }
  section.s4-events h1 {
    width: 100%;
    float: unset;
    margin-bottom: 30px; }
  section.s4-events div.yellow-button {
    float: unset; }
  section.s5-events {
    padding: 0 30px; }
  section.s6-events {
    padding: 90px 30px 0; }
  section.s5-events div#instafeed a {
    width: 50%; }
    section.s5-events div#instafeed a:nth-child(5) {
      display: none; }
  section.s1-contact div.left {
    width: 100%;
    float: unset; }
  section.s1-contact div.right {
    width: 100%;
    float: unset;
    position: relative;
    padding: 30px;
    z-index: 5; }
  section.s2-contact {
    margin-top: -60px; }
  section.s2-contact div.right {
    padding-bottom: 65%; }
  section.s1-member div.main-stuff,
  section.s1-member div.left {
    width: 100%; }
  section.s1-member div.left div.side-nav {
    overflow-x: scroll; }
  section.s1-member div.left div.side-nav ul {
    white-space: nowrap; }
  section.s1-member div.left div.side-nav ul li {
    display: inline-block;
    margin-right: 15px; }
  section.s2-map div.left {
    width: 60%;
    position: relative;
    bottom: unset; }
  section.s2-map div.image {
    width: 80%;
    margin-top: -60px; }
  section.s1-event div.bottom {
    padding: 60px; }
  section.s5-events div#instafeed a:first-child {
    padding: 15px; }
  section.s1-winery.active div.slick-slide div.box-container div.grey-box {
    height: 380px; }
  section.s1-winery.active div.slick-slide.slick-center div.box-container div.grey-box {
    height: 430px; }
  section.s1-winery div.box-container div.grey-box:hover {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important; }
  section.s1-winery div.box-container div.grey-box.inactive {
    opacity: 1 !important; }
  section.s7-home {
    padding: 80px 30px 0; }
  section.s7-home div#instafeed a {
    width: 50%; }
  header.primary .cart-button {
    display: none; } }

/* --------------------------------------------------------------- */
/* 640 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  .no-640 {
    display: none; }
  .yes-640 {
    display: block; }
  header.primary div.phone-box {
    background: #0e0e0e;
    position: absolute;
    height: 100%;
    width: 15%;
    right: 0; }
    header.primary div.phone-box img {
      position: absolute;
      width: 31px;
      height: 31px;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  section.s1-home div.side div.rotated,
  section.s1-home div.side:after,
  section.s3-home div.side {
    display: none; }
  header.primary {
    background: #fff;
    position: relative;
    margin: 0;
    height: 75px; }
  header.primary div.menu-activator {
    height: 75px; }
  header.primary div.logo-box {
    height: 75px;
    width: 70%;
    text-align: center;
    padding: 13px; }
  header.primary div.shop-button,
  header.primary div.account-button {
    display: none; }
  header.primary div.logo-box h1.logo {
    width: 100%;
    height: 50px; }
  section.s1-home {
    background: #1c1c1c; }
  section.s1-home div.main {
    overflow: unset; }
  section.s1-home div.main img.background-image {
    -webkit-animation: unset;
    animation: unset;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  section.s1-home div.main div.content-box {
    background: unset;
    padding-bottom: 0; }
  section.s1-home.active div.main div.content-box {
    -webkit-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
    clear: both; }
  section.s1-home div.main div.content-box h1 {
    width: 100%; }
    section.s1-home div.main div.content-box h1 br {
      display: none; }
  section.s1-home div.side {
    display: none; }
  section.s1-home div.main {
    width: 100%; }
  section.s1-home div.main img.background-image {
    width: 85%;
    float: right;
    height: 500px; }
  section.s2-home {
    padding-top: 5%; }
  section.s2-home div.image-2 {
    top: -10%; }
  section.s2-home div.image-1 {
    padding-bottom: 130%; }
  section.s2-home div.text {
    top: 35%; }
  section.s3-home div.main {
    width: 100%; }
  section.s5-home div.left h1, section.s5-home.active div.left h1 {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    font-size: 66px;
    width: 125%; }
  section.s5-home div.left ul li {
    width: 100%;
    float: unset; }
  section.s5-home div.left h2 {
    width: 100%; }
  section.s5-home div.left {
    width: 285px;
    margin: 0 auto;
    float: unset; }
  section.s6-home div.text {
    width: 100%;
    padding: 25% 30px 30px; }
  section.s6-home div.image {
    width: 85%; }
  footer div.right div.right-left ul.social {
    float: left; }
  footer div.right div.right-left {
    width: 100%; }
    footer div.right div.right-left img.tripadvisor {
      float: right; }
    footer div.right div.right-left:after {
      content: "";
      display: block;
      clear: both; }
  footer div.right div.right-right {
    width: 100%; }
    footer div.right div.right-right .clear {
      display: none; }
    footer div.right div.right-right ul {
      width: 30%;
      margin: 0 !important; }
    footer div.right div.right-right p {
      float: left;
      width: 70%;
      text-align: left;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  footer div.right div.right-right ul.footer-nav li {
    width: 100%;
    display: block;
    margin: 0; }
  footer div.right div.right-right ul.footer-nav li:after {
    display: none; }
  header.primary.active div.main-navigation-menu {
    width: 100%;
    overflow-y: scroll; }
  section.s2-home div.image-2 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
  section.s1-wines {
    padding: 60px 30px 0; }
  section.s1-wines h1, section.s2-wines h1 {
    font-size: 40px;
    margin-bottom: 0; }
  section.s1-product {
    padding: 30px 30px 90px; }
  .v65-productWrapper .v65-product-rightCol, .v65-productWrapper h1 {
    width: 100%; }
  .v65-productWrapper .v65-product-leftCol {
    width: 100%; }
  .v65-productWrapper {
    padding: unset; }
  section.s1-product div.section-content div.v65-product-description {
    margin-bottom: 0; }
  .v65-product-addToCart-button button {
    width: unset !important; }
  section.s1-product div.section-content .v65-addToCartBottle {
    width: 60%;
    float: left;
    clear: unset; }
  section.s1-product div.section-content .v65-addToCartCase {
    width: 40%;
    clear: unset; }
  section.s1-product div.section-content div.v65-product-addToCart {
    padding: 15px; }
  button span {
    height: unset !important;
    font-size: 14px !important;
    line-height: unset !important; }
  section.s1-product div.section-content form input[type=text] {
    height: 40px; }
  section.s2-product {
    display: none; }
  section.s1-product {
    padding-bottom: 0; }
  section.s1-product div.section-content .v65-addToCartCase {
    text-align: right; }
  section.s1-clubs div.text h1 {
    font-size: 50px; }
  section.s1-clubs div.text {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  section.s1-clubs div.text {
    width: 80%; }
  section.s1-single-wine-club {
    padding: 60px 30px 15px; }
  section.s1-winery {
    padding: 60px 30px 30px; }
  section.s1-winery.active div.box-container div.grey-box:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
  section.s2-winery {
    padding-bottom: 100%; }
  section.s3-winery div.image {
    display: none; }
  section.s3-winery div.left {
    width: 100%; }
  section.s4-winery div.left {
    margin-left: 5%;
    padding: 0 60px;
    text-align: center; }
  section.s4-winery div.left div.side {
    left: 1%; }
  section.s7-winery div.left {
    width: 100%; }
  section.s7-winery div.image {
    display: none; }
  section.s8-winery {
    padding: 60px 30px 0; }
  section.s8-winery h1 {
    font-size: 32px; }
  section.s1-history h1, section.s1-history.active h1 {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  section.s5-history div.left h1 {
    font-size: 36px; }
  section.s7-history.active div.title-button h1,
  section.s7-history div.title-button h1 {
    font-size: 36px;
    float: unset; }
  section.s6-history {
    padding-left: 30px; }
  section.s6-history div.image {
    padding-bottom: 60%; }
  section.s7-history div.title-button:before {
    display: none; }
  section.s2-team div.team-member-container {
    width: 100%; }
  section.s1-team {
    padding: 0 0 0 15%; }
  section.s2-team div.bio div.img {
    width: 40%;
    padding-bottom: 40%;
    left: 15%;
    top: 10%; }
  section.team-full.active div.bottom,
  section.team-full.active div.trees {
    width: 85%; }
  section.team-full div.left {
    width: 15%; }
  section.s2-team div.bio div.text {
    width: 85%;
    left: 15%;
    height: 63%;
    top: 37%; }
  section.s1-distributors {
    padding: 90px 30px 0; }
  section.s2-distributors {
    padding: 90px 30px 0; }
  section.s2-distributors img.big-italics {
    display: none; }
  section.s2-distributors h1 br {
    display: none; }
  section.s1-distributors h1 {
    margin-bottom: 30px; }
  section.s1-visit.active div.right h1 {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    font-size: 36px; }
  section.s1-visit div.right h1 {
    font-size: 36px; }
  section.s1-visit div.right {
    width: 90%; }
  section.s1-visit div.image {
    width: 100%; }
  section.s1-visit div.image {
    padding-bottom: 50%; }
  section.s3-visit div.reservation div.text, section.s2a-visit div.reservation div.text, section.s5-visit div.reservation div.text, section.s2-visit div.reservation div.text, section.s4-visit div.reservation div.text, section.s1-visit div.right {
    width: 100%; }
  section.s2-visit div.reservation div.image, section.s2a-visit div.reservation div.image, section.s4-visit div.reservation div.image, section.s3-visit div.reservation div.image, section.s5-visit div.reservation div.image {
    width: 100%;
    padding-bottom: 100%; }
  section.s1-visit.active div.right h1 {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s1-events {
    padding: 60px 30px 90px; }
  section.s2-events:before {
    width: 30px; }
  section.s3-events div.section-content {
    padding: 60px 30px; }
  section.s6-events .row {
    text-align: center; }
  section.s6-events div.image {
    width: 32.33%;
    float: unset;
    display: inline-block; }
  section.s1-events .section-content div.next {
    right: 0; }
  section.s1-cart,
  section.s1-checkout {
    padding: 90px 30px 0; }
  section.s1-cart div.title-button h1,
  section.s1-checkout div.title-button h1 {
    opacity: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    float: unset;
    margin-bottom: 30px; }
  section.s1-cart div.title-button div.button-container,
  section.s1-checkout div.title-button div.button-container {
    float: unset;
    padding-left: unset;
    position: relative;
    right: unset;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s1-cart div.title-button:before,
  section.s1-checkout div.title-button:before {
    display: none; }
  section.s1-cart div.section-content div.main-left table .v65-cartItem td.v65-cartItemDescription a.modalLinkAltBtn span {
    padding: unset;
    border-radius: unset; }
  a.v65-cartRemoveButton {
    height: unset !important;
    line-height: unset !important; }
  section.s1-checkout div.section-content div.main-left a.v65-modalLoginLink {
    right: 30px;
    top: 30px; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=BillBirthMonth], section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=BillBirthDay], section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=BillBirthYear], section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=ShipBirthMonth], section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=ShipBirthDay], section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset select[name=ShipBirthYear] {
    width: 31.33%; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.first-name, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.last-name, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.company, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.city, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.state, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.zip, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.first-name, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.last-name, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.company, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.city, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.state, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.zip {
    width: 100%; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.address, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=billAddressBlock] div.address2, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.address, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=shipAddressBlock] div.address2 {
    width: 100%; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div.phone, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div.email {
    width: 100%;
    margin-right: unset; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div#v65-checkout-OrderNotes, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div#giftMessage {
    width: 100%; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-name, section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-number {
    width: 100%; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-number {
    width: 100%; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-date {
    width: 100%; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] {
    margin: 0 -15px; }
  section.s1-checkout div.section-content div.main-left #v65-checkBilling fieldset div[v65js=v65-creditCardInfo] div.card-cvv {
    margin-left: 0; }
  section.s1-contact {
    padding: 60px 30px 0; }
  section.s1-member {
    padding: 60px 0 0; }
  section.s1-map div.main-stuff {
    padding: 60px 0 0; }
  section.s1-map div.main-stuff div.left {
    padding: 0 30px; }
  section.s1-map div.main-stuff div.left h1 {
    font-size: 40px; }
  section.s1-map div.main-stuff div.left div.description {
    top: 75px;
    padding: 30px; }
  section.s1-map div.main-stuff div.left div.description div.close {
    top: 30px; }
  section.s3-winery {
    padding: 0; }
  section.s3-winery div.left img {
    display: none; }
  section.s4-winery {
    background: #0e0e0e;
    padding-top: 120px;
    padding-bottom: 60px; }
  section.s4-winery div.left div.top,
  section.s4-winery div.left div.bottom {
    text-align: left; }
  section.s3-winery div.image {
    display: block;
    position: absolute;
    right: 0;
    top: unset;
    height: 0;
    bottom: -18%;
    z-index: 2;
    width: calc(100% - 30px);
    padding-bottom: 55%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s3-winery div.left {
    padding-bottom: 35%; }
  section.s4-winery {
    padding-top: 35%; }
  section.s4-winery div.right h1,
  section.s4-winery.active div.right p,
  section.s4-winery div.right .yellow-button {
    opacity: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s5-winery img {
    width: calc(100% - 30px); }
  section.s5-winery {
    padding-bottom: 50%; }
    section.s5-winery:before {
      content: "";
      width: 30px;
      height: 50%;
      position: absolute;
      top: 0;
      right: 0;
      background: #0e0e0e; }
  section.s7-winery div.image {
    display: block;
    width: calc(100% - 30px);
    right: 0;
    bottom: -22%;
    z-index: 5;
    padding-bottom: 55%; }
  section.s7-winery div.left {
    padding-bottom: 35%; }
  section.s8-winery {
    padding-top: 30%; }
  section.s2-history div.section-content {
    text-align: left; }
  section.s3-history div.section-content div.right {
    padding-bottom: 100%; }
  section.s4-history:before {
    content: "";
    width: 30px;
    height: 50%;
    left: 0;
    top: 0;
    position: absolute;
    background: #fff; }
  section.s4-history img {
    width: calc(100% - 30px);
    right: 0;
    left: unset; }
  section.s6-history {
    padding-left: unset;
    padding-right: 30px;
    position: relative; }
    section.s6-history:before {
      content: "";
      width: 30px;
      height: 50%;
      right: 0;
      top: 0;
      position: absolute;
      background: #1c1c1c; }
  section.s7-history {
    background: #0e0e0e; }
  section.s7-history div.title-button h1,
  section.s7-history div.title-button div.button-container {
    background: unset; }
  section.s8-history {
    background: #0e0e0e; }
  section.s8-history div.right {
    width: 100%;
    bottom: unset; }
  section.s8-history div.right img {
    display: none; }
  section.s8-history div.image {
    width: calc(100% - 30px); }
    section.s8-history div.image:before {
      content: "";
      width: 30px;
      height: 50%;
      right: -30px;
      bottom: 0;
      position: absolute;
      background: #fff; }
  input[type=text], input[type=password], input[type=username], input[type=tel], input[type=email] {
    line-height: unset !important; }
  section.s8-history div.right div.button-container div.yellow-button {
    float: unset; }
  section.s1-winery {
    padding: 60px 0 0; }
  section.s1-winery h1 {
    padding-left: 30px; }
  section.s1-winery .row {
    margin-bottom: -90px; }
  section.s2-winery {
    padding-bottom: 120%; }
  section.s3-history div.section-content div.right {
    width: calc(100% - 60px);
    margin: 0 auto;
    float: unset; }
  section.s1-map div.main-stuff div.left div.description {
    top: unset; }
  section.s1-events h1 {
    text-align: center; }
  section.s1-events .section-content div.previous {
    right: unset;
    left: 0; }
  section.s2-clubs div.club-container div.club-box {
    padding: 30px 30px 120px; }
  section.s1-contact div.right img.gold-seal {
    display: none; }
  section.s3-history div.section-content div.left div.yellow-button,
  section.s8-history div.right div.button-container div.yellow-button,
  section.s2-visit div.reservation div.text div.yellow-button,
  section.s4-visit div.reservation div.text div.yellow-button,
  section.s3-visit div.reservation div.text div.yellow-button,
  section.s2a-visit div.reservation div.text div.yellow-button,
  section.s5-visit div.reservation div.text div.yellow-button,
  section.s2-map div.yellow-button,
  section.s3-wines div.left div.yellow-button,
  section.s2-winery div.text .yellow-button,
  section.s5-history div.left div.yellow-button {
    margin-bottom: 30px; }
  section.s3-distributors .column {
    width: 50%; }
  section.s4-distributors .column {
    width: 100%;
    height: unset; }
  section.s3-distributors {
    padding: 60px 30px; }
  section.s4-distributors {
    padding: 0 30px 60px; }
  section.s1-distributors #storepoint-container #storepoint-panel #storepoint-results {
    height: 300px;
    overflow-y: scroll; }
  section.s1-event div.bottom .wine {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.s1-event div.bottom .v65-productGroup-product .w-col-7 {
    width: 100%; }
  section.s1-event div.bottom .v65-productGroup-product button {
    padding: 15px; }
  section.s1-event div.bottom .v65-product-addToCart form input[type=text] {
    height: 59.5px; } }

/* --------------------------------------------------------------- */
/* 500 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 500px) {
  header.primary div.menu-activator,
  header.primary div.phone-box {
    width: 75px; }
  header.primary div.logo-box {
    width: 60%; }
  section.s1-home div.main img.background-image {
    width: calc(100% - 75px); }
  section.s2-home div.image-2 {
    width: 80%;
    padding-bottom: 55%; }
  section.s2-home div.image-1 {
    padding-bottom: 165%; }
  section.s2-home div.text {
    left: 30px; }
  section.s3-home div.main .dark-button {
    width: 80%; }
  section.s4-home div.image {
    width: 90%;
    padding-bottom: 60%; }
  section.s4-home div.side {
    width: 10%;
    height: 60%; }
  section.s5-home div.left h1, section.s5-home.active div.left h1 {
    width: 360px;
    font-size: 55px;
    position: absolute;
    text-align: center;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    position: absolute;
    top: -18%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  section.s6-home {
    padding: 37% 0 0; }
  footer div.right div.right-right ul.footer-nav li a {
    font-size: 11px; }
  section.s5-home div.left h1, section.s5-home.active div.left h1 {
    top: 12px; }
  section.s5-home div.mark-container img.black-mark {
    right: 0; }
  section.s2-wines {
    padding: 60px 30px; }
  section.s2-home div.image-2 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
  section.s3-wines div.left {
    width: 100%;
    position: relative;
    top: unset; }
  section.s3-wines div.image {
    width: 100%;
    padding-bottom: 50%; }
  section.s1-winery div.box-container div.grey-box.inactive {
    opacity: 1 !important; }
  section.s1-clubs div.image {
    width: calc(100% - 75px);
    padding-bottom: 115%; }
  section.s1-clubs div.text {
    width: 100%;
    margin-left: unset;
    padding: 0 30px; }
  section.s2-clubs {
    padding: 0 30px 60px; }
  section.s4-clubs div.left h1 {
    font-size: 36px; }
  section.s2-winery {
    padding-bottom: 125%;
    background: #0e0e0e; }
    section.s2-winery img {
      opacity: 0.3; }
  section.s4-winery div.left {
    width: 100%;
    margin-left: 0;
    padding: 0 30px; }
  section.s6-winery h1 {
    font-size: 32px;
    top: -20px; }
  section.s5-winery {
    padding-bottom: 60%; }
  section.s8-winery h1 {
    font-size: 25px; }
  section.s1-history div.image {
    width: 100%; }
  section.s1-history h1, section.s1-history.active h1 {
    width: 100%; }
  section.s5-history div.left h1 br {
    display: none; }
  section.s6-history div.image {
    padding-bottom: 90%; }
  section.s7-history.active div.title-button h1, section.s7-history div.title-button h1 {
    padding-right: 0;
    font-size: 32px !important; }
  section.s7-history {
    padding: 60px 30px; }
  section.s8-history div.right {
    bottom: unset;
    width: 100%; }
  section.s8-history div.right div.button-container div.yellow-button {
    margin-left: 0; }
  section.s1-team {
    padding: 0; }
  section.s1-team h1 {
    font-size: 40px;
    bottom: -18px;
    left: 30px; }
  section.s2-team {
    padding: 60px 30px 0; }
  section.s2-team div.team-member-container div.team-member div.middle p {
    width: 90%; }
  section.team-full.active div.bottom {
    width: 100%; }
  section.team-full div.left {
    width: 20%; }
  section.team-full.active div.left {
    height: 25%; }
  section.s2-team div.bio div.text {
    width: 100%;
    left: 0;
    top: 38%;
    height: 62%; }
  section.s2-team div.bio div.img {
    width: 50%;
    padding-bottom: 50%; }
  section.s1-events h1 {
    font-size: 36px; }
  section.s1-events .section-content div.featured-slide .v65-calendarList-Event .v65-calendarList-Time {
    font-size: 14px; }
  section.s1-events .section-content div.featured-slide, section.s1-events .section-content div.first-to-know div.mail-submit {
    padding: 15px; }
  section.s1-events .section-content div.first-to-know div.mail-submit input[type=email], section.s1-events .section-content div.first-to-know div.mail-submit input[type=text] {
    width: 65%; }
  section.s1-events .section-content div.first-to-know div.mail-submit input[type=submit], section.s1-events .section-content div.first-to-know div.mail-submit button {
    width: 35%; }
  section.s2-events {
    padding-left: 0; }
  section.s2-events div.image {
    padding-bottom: 70%; }
  section.s3-events div.left h1,
  section.s4-events h1,
  section.s5-events h1 {
    font-size: 36px; }
  section.s1-cart,
  section.s1-checkout {
    padding: 60px 0px 0; }
  section.s1-cart div.title-button,
  section.s1-checkout div.title-button {
    padding: 0 30px; }
  section.s1-checkout div.title-button h1,
  section.s1-cart div.title-button h1 {
    font-size: 36px; }
  section.s1-member {
    padding: 30px 0 0; }
  section.s1-map div.main-stuff {
    padding: 30px 0; }
  section.s2-map div.left {
    width: 100%; }
  section.s2-map div.image {
    width: 100%;
    margin: 0; }
  section.s2-map {
    padding: 60px 0 0; }
  section.s1-event div.bottom {
    padding: 30px;
    width: 100%; }
  section.s1-event div.top {
    width: 100%; }
  section.s3-winery div.image {
    bottom: -13%; }
  section.s4-winery div.left {
    width: 90%;
    float: right; }
  section.s4-winery div.right {
    clear: both; }
  section.s4-winery div.left div.side {
    left: -5px; }
  section.s8-winery img.big-italics {
    display: none; }
  section.s7-winery div.image {
    bottom: -13%; }
  section.s2-winery {
    padding-bottom: 150%; }
  section.s1-winery div.box-container {
    padding: 5px; }
  section.s2-team div.bio div.img {
    width: 200px;
    padding-bottom: 200px; }
  section.s2-team div.bio div.text {
    top: calc(10% + 200px);
    height: calc(100% - 200px - 10%); }
  section.s3-visit, section.s4-visit, section.s5-visit, section.s2a-visit {
    padding: 0; }
  section.s2-map div.left img {
    display: none; }
  section.s2-map {
    padding: 0; }
  section.s2-map div.left {
    padding: 30px; }
  section.s1-map div.main-stuff div.left div.description .half {
    width: 100%; }
  section.s2-winery div.text {
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    bottom: 30px; }
  section.s1-winery div.box-container div.grey-box h1 {
    padding-left: 0; }
  section.s6-winery h1 {
    font-size: 45px;
    top: -28px; }
  section.s1-events .section-content div.featured-slide {
    padding: 30px; }
  section.s1-product div.section-content form input[type=text] {
    width: 30px !important;
    margin-right: 0px; }
  form.v65-addToCartCase .v65-product-addToCart-quantity {
    display: none; }
  section.s6-home div.image {
    padding-bottom: 55%;
    bottom: 54%; }
  section.s3-distributors .column,
  section.s4-distributors .column {
    width: 100%;
    height: unset; }
  section.s6-home div.image {
    display: none; }
  section.s1-single-wine-club .v65-form .v65-clubChoices-select {
    width: 50px; }
  section.s1-single-wine-club #v65-checkBilling select[name=BirthDay],
  section.s1-single-wine-club #v65-checkBilling select[name=BirthYear],
  section.s1-single-wine-club #v65-checkBilling select[name=BirthMonth] {
    width: 100%;
    margin-bottom: 5px; } }

/* --------------------------------------------------------------- */
/* 400 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 400px) {
  h1, section.s5-home div.left h2 {
    font-size: 36px; }
  section.s1-home div.main img.background-image {
    height: 400px; }
  section.s1-home div.main div.content-box {
    padding: 30px 15px; }
  footer div.left {
    padding: 30px 15px 60px; }
  footer div.right {
    padding: 45px 15px 30px; }
  footer div.right h1 {
    font-size: 36px;
    left: 15px; }
  section.s6-home div.text {
    padding: 25% 15px 30px; }
  section.s5-home div.left h1, section.s5-home.active div.left h1 {
    top: 12px; }
  section.s3-home div.main {
    padding: 30px 15px 60px; }
  section.s2-home div.text {
    left: 15px; }
  header.primary.active div.main-navigation-menu {
    width: 100%;
    overflow-y: scroll; }
  header.primary div.main-navigation-menu ul.menu-items {
    top: 90px;
    left: 15px; }
  section.s2-wines {
    padding: 60px 15px; }
  section.s1-wines {
    padding: 60px 15px 0; }
  section.s1-product {
    padding: 30px 15px; }
  section.s1-product div.section-content {
    padding: 15px; }
  section.s1-single-wine-club {
    padding: 30px 15px 15px; }
  section.s8-winery {
    padding: 60px 15px 0; }
  section.s7-winery div.left {
    padding: 15px; }
  section.s6-winery {
    padding: 60px 15px 0; }
  section.s4-winery div.right {
    padding: 15px; }
  section.s4-winery div.left {
    padding: 0 15px; }
  section.s3-winery {
    padding: 90px 15px 60px; }
  section.s3-winery div.left {
    padding: 60px 15px 15px;
    padding-bottom: 35%; }
  section.s2-winery div.text {
    left: 15px;
    right: 15px; }
  section.s2-winery {
    padding-bottom: 150%; }
  section.s1-winery {
    padding: 30px 15px 15px; }
  section.s1-winery div.box-container div.grey-box {
    padding: 15px; }
  section.s2-history {
    padding: 30px 15px; }
  section.s3-history div.section-content div.right {
    width: calc(100% - 15px); }
  section.s3-history div.section-content div.left {
    padding: 120px 15px 30px; }
  section.s5-history,
  section.s7-history {
    padding: 30px 15px; }
  section.s6-history {
    padding-left: 15px; }
  section.s8-history div.right {
    padding: 60px 15px 30px; }
  section.s1-team h1 {
    left: 15px; }
  section.s2-team {
    padding: 30px 15px 0; }
  section.s2-team div.bio div.text {
    padding: 15px; }
  section.s1-distributors,
  section.s2-distributors {
    padding: 60px 15px 0; }
  section.s3-visit div.reservation div.text, section.s2a-visit div.reservation div.text, section.s5-visit div.reservation div.text, section.s2-visit div.reservation div.text, section.s4-visit div.reservation div.text, section.s1-visit div.right {
    padding: 15px; }
  section.s2-visit h1, section.s4-visit h1 {
    padding-left: 15px; }
  section.s5-events {
    padding: 0 15px; }
  section.s6-events {
    padding: 60px 15px 0; }
  section.s4-events {
    padding: 60px 15px; }
  section.s3-events div.section-content {
    padding: 30px 15px; }
  section.s1-events {
    padding: 60px 15px; }
  section.s1-cart div.title-button,
  section.s1-checkout div.title-button {
    padding: 0 15px; }
  section.s1-cart div.section-content div.main-right,
  section.s1-cart div.section-content div.main-left,
  section.s1-checkout div.section-content div.main-right,
  section.s1-checkout div.section-content div.main-left {
    padding: 15px; }
  section.s1-checkout div.section-content div.main-left a.v65-modalLoginLink {
    right: 15px;
    top: 15px; }
  section.s1-contact {
    padding: 30px 15px 0; }
  section.s1-contact div.right,
  section.s1-contact div.left {
    padding: 15px; }
  section.s1-member div.left div.side-nav, section.s1-member div.main-stuff {
    padding: 15px; }
  section.s1-member div.left h1 {
    padding-left: 15px; }
  section.s2-map div.left,
  section.s1-map div.main-stuff div.left div.description {
    padding: 15px; }
  section.s1-event div.bottom {
    padding: 15px; }
  section.s2-winery {
    padding-bottom: 200%; }
  section.s1-winery h1 {
    padding-left: 0px; }
  section.s1-winery.active div.slick-slide div.box-container div.grey-box {
    height: 400px; }
  section.s1-winery.active div.slick-slide.slick-center div.box-container div.grey-box {
    height: 500px; }
  section.s3-winery {
    padding: 0 0; }
  section.s3-winery div.image {
    bottom: -10%; }
  section.s2-winery {
    padding-bottom: 145%; }
  section.s7-winery div.left {
    padding-bottom: 45%; }
  section.s7-winery div.image {
    bottom: -6%; }
  section.s7-home {
    padding: 30px 15px 0; }
  footer div.right div.go-up {
    right: 15px;
    width: 30px;
    height: 30px;
    top: -15px;
    background-size: 10px; }
  section.s3-distributors {
    padding: 30px 15px; }
  section.s4-distributors {
    padding: 0 15px 30px; } }

/* --------------------------------------------------------------- */

/*
     FILE ARCHIVED ON 00:31:43 May 20, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:45:24 Nov 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.632
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.009
  esindex: 0.013
  cdx.remote: 10.411
  LoadShardBlock: 133.206 (3)
  PetaboxLoader3.datanode: 109.056 (4)
  PetaboxLoader3.resolve: 126.512 (2)
  load_resource: 157.868
*/