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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: FavoritStd;
  src: url("fonts/FavoritStd-Regular.eot") format("eot"), url("fonts/FavoritStd-Regular.woff") format("woff"), url("fonts/FavoritStd-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FavoritMonoStd-Regular;
  src: url("fonts/FavoritMonoStd-Regular.eot") format("eot"), url("fonts/FavoritMonoStd-Regular.woff") format("woff"), url("fonts/FavoritMonoStd-Regular.woff2") format("woff2");
}
@font-face {
  font-family: FavoritStd-BoldExpanded;
  src: url("fonts/FavoritStd-BoldExpanded.eot") format("eot"), url("fonts/FavoritStd-BoldExpanded.woff") format("woff"), url("fonts/FavoritStd-BoldExpanded.woff2") format("woff2");
}
@font-face {
  font-family: FavoritStd;
  src: url("fonts/FavoritStd-Bold.eot") format("eot"), url("fonts/FavoritStd-Bold.woff") format("woff"), url("fonts/FavoritStd-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
:root {
  --theme-body-font: "FavoritStd", "Work Sans", sans-serif;
  --theme-alt-body-font: "FavoritStd-BoldExpanded", "Work Sans", sans-serif;
  --theme-title-font: "FavoritStd", "Work Sans", sans-serif;
  --theme-alt-title-font: "FavoritMonoStd-Regular", "Libre Caslon Display", serif;
  --theme-button-font: "FavoritStd-BoldExpanded", "Work Sans", sans-serif;
}

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

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

body {
  font-family: var(--theme-body-font);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #000;
}

h1, .h1, h1.c7-h1 {
  font-family: "FavoritStd-BoldExpanded", "Work Sans", sans-serif;
  font-size: clamp(2rem, 0.2rem + 6vw, 5rem);
  margin: 0;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 0.95;
  color: #000;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-wrap: pretty;
}
@media only screen and (min-width: 49.1875em) {
  h1, .h1, h1.c7-h1 {
    letter-spacing: -0.03em;
    line-height: 0.9;
  }
}
h1 + p, .h1 + p, h1.c7-h1 + p {
  font-size: clamp(1.125rem, 0.9rem + 0.75vw, 1.5rem);
  letter-spacing: 0.02em;
  text-wrap: pretty;
}

.page-template-page-wines-list h1, .page-template-page-wines-list h1.page-title, h1 .page-title {
  font-size: clamp(2rem, 1.175rem + 2.75vw, 3.375rem);
  margin: 0;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.1rem;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}
@media only screen and (min-width: 49.1875em) {
  .page-template-page-wines-list h1, .page-template-page-wines-list h1.page-title, h1 .page-title {
    line-height: 0.9;
  }
}

h2, .h2, h2.c7-h2 {
  font-family: var(--theme-body-font);
  font-size: clamp(2rem, 1.175rem + 2.75vw, 3.375rem);
  margin: 0;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.1rem;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}
@media only screen and (min-width: 49.1875em) {
  h2, .h2, h2.c7-h2 {
    line-height: 0.9;
  }
}
.four_columns h2, .four_columns .h2, .four_columns h2.c7-h2 {
  font-size: clamp(1.125rem, 0.9rem + 0.75vw, 1.5rem);
}
h2 + p, .h2 + p, h2.c7-h2 + p {
  font-size: clamp(1.125rem, 0.9rem + 0.75vw, 1.5rem);
  letter-spacing: 0.02em;
  text-wrap: pretty;
}

.c7-h2 {
  text-transform: none;
  font-size: clamp(1.688rem, 1.35rem + 1.125vw, 2.25rem) !important;
}

h3, .h3 {
  font-family: var(--theme-body-font);
  font-size: clamp(1.688rem, 1.35rem + 1.125vw, 2.25rem);
  margin: 0;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 1.1rem;
  text-wrap: pretty;
}
@media only screen and (min-width: 63.6876em) {
  h3, .h3 {
    line-height: 1;
  }
}

h4, .c7-product-detail__info__description h2, .h4 {
  font-family: var(--theme-body-font);
  font-size: clamp(1.125rem, 0.9rem + 0.75vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5em;
  color: #000;
  margin: 0 0 0.9375rem;
  letter-spacing: -0.02em;
}

.c7-side-cart__header h1.c7-h1, .c7-checkout__content h1.c7-h1 {
  font-family: var(--theme-body-font);
  font-size: clamp(1.688rem, 1.35rem + 1.125vw, 2.25rem);
  margin: 0;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

a {
  color: #000;
  font-family: var(--theme-body-font);
  text-decoration: none;
  margin: 0;
}

p {
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 0;
  color: #000;
  font-size: clamp(0.75rem, 0.6rem + 0.5vw, 1rem);
  letter-spacing: 0.2px;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  p {
    line-height: 1.4;
  }
}
p strong {
  font-weight: bold;
}
p a {
  color: #000;
}
@media only screen and (max-width: 49.125em) {
  p a {
    break-word: break-all;
  }
}

.body--small {
  font-size: 11px;
}

.body--medium {
  font-size: clamp(0.75rem, 0.6rem + 0.5vw, 1rem);
}

.body--large {
  font-size: clamp(1.125rem, 0.9rem + 0.75vw, 1.5rem);
  letter-spacing: 0.02em;
  text-wrap: pretty;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a,
.c7-product-detail__info__description h2 a, .h4 a,
h5 a,
.c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle a, .h5 a,
h6 a, .h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
h1.special, h1 .special, .h1.special, .h1 .special,
h2.special,
h2 .special, .h2.special, .h2 .special,
h3.special,
h3 .special, .h3.special, .h3 .special,
h4.special,
h4 .special, .h4.special, .h4 .special,
h5.special,
.c7-product-detail__top__titles_and_price__titles .special.c7-product-detail__subtitle.c7-subtitle,
h5 .special,
.c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle .special, .h5.special, .h5 .special,
h6.special,
h6 .special, .h6.special, .h6 .special {
  font-family: var(--theme-title-font);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 34px;
}
@media only screen and (min-width: 49.1875em) {
  h1.special, h1 .special, .h1.special, .h1 .special,
  h2.special,
  h2 .special, .h2.special, .h2 .special,
  h3.special,
  h3 .special, .h3.special, .h3 .special,
  h4.special,
  h4 .special, .h4.special, .h4 .special,
  h5.special,
  .c7-product-detail__top__titles_and_price__titles .special.c7-product-detail__subtitle.c7-subtitle,
  h5 .special,
  .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle .special, .h5.special, .h5 .special,
  h6.special,
  h6 .special, .h6.special, .h6 .special {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 63.6876em) {
  h1.special, h1 .special, .h1.special, .h1 .special,
  h2.special,
  h2 .special, .h2.special, .h2 .special,
  h3.special,
  h3 .special, .h3.special, .h3 .special,
  h4.special,
  h4 .special, .h4.special, .h4 .special,
  h5.special,
  .c7-product-detail__top__titles_and_price__titles .special.c7-product-detail__subtitle.c7-subtitle,
  h5 .special,
  .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle .special, .h5.special, .h5 .special,
  h6.special,
  h6 .special, .h6.special, .h6 .special {
    font-size: 64px;
    margin-bottom: 25px;
  }
}

.large:not(input) {
  font-family: var(--theme-title-font);
  font-weight: 400;
  font-size: 4rem;
}
@media only screen and (min-width: 49.1875em) {
  .large:not(input) {
    font-size: 8.125rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .large:not(input) {
    font-size: 11.25rem;
    margin-bottom: -1rem;
    line-height: 100%;
    display: inline-block;
  }
}

.uppercase {
  text-transform: uppercase;
}

.link {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.025em;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-out;
}
.link:after {
  position: relative;
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-image: url("images/icons/icon-arrow-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
  margin-left: 10px;
}
.link:hover, .link:focus {
  color: #000;
}
.link:hover:after, .link:focus:after {
  margin-left: 15px;
}

blockquote {
  margin: 1em 0;
}
@media only screen and (min-width: 63.6876em) {
  blockquote {
    margin: 1em 2em;
  }
}

.no-text-transform {
  text-transform: none;
}

small {
  line-height: 1.4;
  display: inline-block;
}

.larger {
  font-size: 160%;
  margin-top: 1rem;
  display: block;
  line-height: 1.3;
}

@media only screen and (min-width: 49.1875em) {
  .smaller {
    font-size: 60%;
  }
}

p .subtitle {
  font-size: 1.25rem;
  letter-spacing: 0;
  font-family: var(--theme-title-font);
}

.link-underline {
  color: #6e6e6d;
  display: inline-block;
  font-weight: 400;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: 0 0;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 22px;
  margin: 0 15px;
}
.link-underline:hover {
  animation: link-underline 0.2s cubic-bezier(0.5, 0.2, 0.65, 0.7) forwards;
  text-decoration: none;
}
.past_events .link-underline {
  font-weight: bold;
  font-style: italic;
  background-size: 100% 1px;
  padding-bottom: 6px;
  letter-spacing: 0.16px;
}

figcaption {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1rem;
}

hr {
  order: 99;
  width: 100%;
  margin-top: 2rem;
  border: 0.5px solid #eee;
}
@media only screen and (min-width: 49.1875em) {
  hr {
    margin-top: 3.5rem;
  }
}

@media only screen and (min-width: 49.1875em) {
  br.mobile {
    display: none;
  }
}

.expanded {
  font-family: var(--theme-title-font);
}

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

.FavoritMonoStd-Regular {
  font-family: var(--theme-alt-title-font);
}

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

@font-face {
  font-family: "fontello";
  src: url("fonts/fontello.eot?50247575");
  src: url("fonts/fontello.eot?50247575#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?50247575") format("woff2"), url("fonts/fontello.woff?50247575") format("woff"), url("fonts/fontello.ttf?50247575") format("truetype"), url("fonts/fontello.svg?50247575#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?50247575#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  position: relative;
  top: -3px;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-angle-left:before {
  content: "\f104";
} /* '' */
.icon-angle-right:before {
  content: "\f105";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-facebook-squared:before {
  content: "\f308";
} /* '' */
html, body {
  background: #ffffff;
  color: #000;
}

.content-wrapper {
  width: 100%;
  max-width: 112.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .content-wrapper {
    padding: 0 1.75rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .content-wrapper {
    padding: 0 3rem;
  }
}
.content-wrapper--flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  height: auto;
}

.wp-pagenavi {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: 100%;
  padding-right: 1rem;
}
body.page-template-page-winemaker-videos .wp-pagenavi {
  padding-bottom: 1.5rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 0;
  background: #ffffff;
  color: #000;
  font-weight: 500;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi span.current {
  border: 0;
  background: #000;
  color: #ffffff;
  font-weight: 500;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  font-size: 1.25rem;
  background: none;
}
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
  background: #000;
}

.read-more__link {
  position: relative;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: bold;
}
.read-more__link:before {
  content: "Read Less";
  display: none;
  font-size: 1rem;
}
.read-more__content {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.read-more--active .read-more__link {
  font-size: 0;
  margin-bottom: 0;
}
.read-more--active .read-more__link:before {
  font-size: 1rem;
  display: inline-block;
}
.read-more--active .read-more__content {
  transition: max-height 1s ease-in-out;
  max-height: 1000px;
  opacity: 1;
}

.share-section {
  margin: 1rem auto 0;
}
@media only screen and (min-width: 49.1875em) {
  .share-section {
    margin: 2rem auto -2rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .share-section {
    margin: 2rem auto -3rem;
  }
}
.share-section .content-wrapper {
  text-align: center;
}

#wpadminbar {
  position: fixed !important;
}

.wp-video {
  width: 100% !important;
}
.wp-video video {
  width: 100%;
  height: 100%;
}

figure {
  margin: 1rem auto;
  max-width: 100%;
}

@keyframes link-underline {
  0% {
    background-size: 0 1px;
  }
  to {
    background-size: 100% 1px;
  }
}
@keyframes link-arrow {
  0% {
    width: 5px;
  }
  to {
    width: 50px;
  }
}
a.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 3px solid #000;
  background: #ffffff;
  color: #000;
  padding: 10px 25px;
  border-radius: 0;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s cubic-bezier(0.3, 0.46, 0.45, 0.94);
  transition-property: background-color, color, border;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 40px;
  font-family: var(--theme-button-font);
}
@media only screen and (min-width: 75em) {
  a.button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 1em 2.6em;
  }
}
a.button:hover, a.button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  border-color: #000;
  color: #ffffff;
  background: #000;
}

.c7-btn {
  border-radius: 30px;
  line-height: 2;
}

.c7-btn--primary {
  color: #ffffff;
  border-radius: 25px;
}
.c7-btn--primary:hover, .c7-btn--primary:focus, .c7-btn--primary:active {
  color: #000;
}

.c7-btn--primary--small {
  color: #ffffff;
  border-radius: 20px;
}
.c7-btn--primary--small:hover, .c7-btn--primary--small:focus, .c7-btn--primary--small:active {
  color: #000;
}

a.button--black, a.button--alt {
  background: #000;
  color: #ffffff;
  border-color: #000;
}
a.button--black:hover, a.button--black:focus, a.button--alt:hover, a.button--alt:focus {
  border-color: #000;
  color: #000;
  background: #ffffff;
}
a.button--white {
  background: #ffffff;
  color: #000;
  border-color: #000;
}
a.button--white:hover, a.button--white:focus {
  border-color: #000;
  color: #ffffff;
  background: #000;
}
a.button--red {
  background: #ff0100;
  color: #ffffff;
  border-color: #ffffff;
}
a.button--red:hover, a.button--red:focus {
  border-color: #ffffff;
  color: #ff0100;
  background: #ffffff;
}

.reverse a.button--black {
  border-color: #ffffff;
}
.reverse a.button--black:hover, .reverse a.button--black:focus {
  border-color: #000;
}

.c7-btn, a.c7-btn {
  letter-spacing: 0.5px;
  font-weight: 400;
  border-radius: 0;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.3, 0.46, 0.45, 0.94);
  transition-property: background-color, color, border;
  font-size: 1rem;
  border-radius: 25px;
  padding: 5px 20px;
}
@media only screen and (min-width: 75em) {
  .c7-btn, a.c7-btn {
    padding: 5px 25px;
  }
}

.c7-btn.c7-btn--alt,
a.c7-btn.c7-btn--alt {
  border: 3px solid #000;
  color: #000;
  background: #ffffff;
  letter-spacing: 2.5px;
  font-weight: 600;
  border-radius: 25px;
}
.c7-btn.c7-btn--alt:hover, .c7-btn.c7-btn--alt:focus,
a.c7-btn.c7-btn--alt:hover,
a.c7-btn.c7-btn--alt:focus {
  border-color: #000;
  color: #ffffff;
  background: #000;
}

.c7-btn--alt--small:hover, .c7-btn--alt--small:focus {
  color: #ffffff;
}

button.c7-link,
.c7-link {
  background: none;
  padding: 0;
  border: none;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 600;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: 0 0;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 22px;
}
button.c7-link > span,
.c7-link > span {
  text-decoration: none;
}
button.c7-link:hover, button.c7-link:active, button.c7-link:focus,
.c7-link:hover,
.c7-link:active,
.c7-link:focus {
  animation: link-underline 0.2s cubic-bezier(0.5, 0.2, 0.65, 0.7) forwards;
  text-decoration: none;
}
button.c7-link:hover > span, button.c7-link:active > span, button.c7-link:focus > span,
.c7-link:hover > span,
.c7-link:active > span,
.c7-link:focus > span {
  text-decoration: none;
}

a.button--inline-block {
  display: inline-flex;
  text-align: center;
}

.center-button {
  margin: 1rem auto;
  justify-self: center;
  text-align: center;
}
@media only screen and (min-width: 63.6876em) {
  .center-button {
    margin: 1.5rem auto;
  }
}

.button-wrapper {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 49.1875em) {
  .button-wrapper {
    display: flex;
    flex-direction: row;
  }
}
.button-wrapper #Tock_widget_container {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 49.1875em) {
  .button-wrapper #Tock_widget_container {
    margin-left: 1.5rem;
    margin-bottom: 0;
  }
}

.center-button.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.TockLogo-rowContainer {
  align-items: center;
}
.TockLogo-rowContainer span {
  width: 26px !important;
}

div#Tock_widget_container > div.TockWidgetWrapper .TockButton-labelBlue {
  width: auto !important;
}

.button-wrapper + .button-wrapper {
  margin-top: 1rem;
}

.two-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.two-button-wrapper .button-wrapper:first-of-type {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .two-button-wrapper .button-wrapper:first-of-type {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two-button-wrapper .button-wrapper:last-of-type {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 49.125em) {
  .two-button-wrapper .button-wrapper {
    width: 100%;
  }
  .two-button-wrapper .button-wrapper a {
    width: 100%;
    justify-content: center;
  }
}

.two-button-wrapper,
.two-button-wrapper--custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
.two-button-wrapper .button-wrapper:first-of-type,
.two-button-wrapper--custom .button-wrapper:first-of-type {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .two-button-wrapper .button-wrapper:first-of-type,
  .two-button-wrapper--custom .button-wrapper:first-of-type {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two-button-wrapper .button-wrapper:last-of-type,
  .two-button-wrapper--custom .button-wrapper:last-of-type {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 49.125em) {
  .two-button-wrapper .button-wrapper,
  .two-button-wrapper--custom .button-wrapper {
    width: 100%;
  }
  .two-button-wrapper .button-wrapper a,
  .two-button-wrapper--custom .button-wrapper a {
    width: 100%;
    justify-content: center;
  }
}

.two-button-wrapper--custom {
  justify-content: flex-start;
}
.two-button-wrapper--custom--center {
  justify-content: center;
}

.two-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem !important;
}
.two-button-wrapper > div:first-of-type {
  margin-left: auto;
}
.two-button-wrapper > div:last-of-type {
  margin-right: auto;
}
.two-button-wrapper .button-wrapper:first-of-type {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .two-button-wrapper .button-wrapper:first-of-type {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two-button-wrapper .button-wrapper:first-of-type {
    margin-right: 3.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two-button-wrapper .button-wrapper:last-of-type {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two-button-wrapper .button-wrapper:last-of-type {
    margin-left: 3.5rem;
  }
}
@media only screen and (max-width: 49.125em) {
  .two-button-wrapper .button-wrapper {
    width: 100%;
  }
  .two-button-wrapper .button-wrapper a {
    width: 100%;
    justify-content: center;
  }
}
.two-button-wrapper #Tock_widget_container {
  position: relative;
  top: 9px !important;
}

div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue,
div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white {
  background: #000 !important;
  border-radius: 0 !important;
  font-family: var(--theme-button-font);
  text-transform: uppercase;
  transition: all 0.3s ease-out !important;
}
@media only screen and (min-width: 63.6876em) {
  div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue,
  div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white {
    height: 60px !important;
  }
}
div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue:hover, div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue:active, div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue:focus,
div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white:hover,
div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white:active,
div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white:focus {
  background: #000 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-out !important;
}

div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white {
  background: #ffffff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white:hover, div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white:active, div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white:focus {
  background: #000 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-out !important;
}

div#Tock_widget_container > div.TockWidgetWrapper .TockButtonWidgetContainer {
  margin: 0 auto;
}

div#Tock_widget_container > div.TockWidgetWrapper .TockLogo-container {
  position: relative;
  top: 10px;
}

body div#Tock_widget_container > div.TockWidgetWrapper .TockButton {
  line-height: 57px !important;
}

body div#Tock_widget_container > div.TockWidgetWrapper .TockWidget-H1 {
  font-family: var(--theme-title-font) !important;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 14px !important;
}

.TockLogo-rowContainer,
.TockButton-labelBlue,
div#Tock_widget_container > div.TockWidgetWrapper .TockSearchBar-iconColorModeBlue {
  color: #000 !important;
}

.center-button.button-wrapper + .center-button.button-wrapper {
  margin-top: 1.25rem;
}

.gform_footer button.button {
  border: 3px solid #000;
  background: #ffffff;
  color: #000;
  padding: 10px 25px;
  border-radius: 0;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s cubic-bezier(0.3, 0.46, 0.45, 0.94);
  transition-property: background-color, color, border;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 40px;
  font-family: var(--theme-button-font);
}
@media only screen and (min-width: 75em) {
  .gform_footer button.button {
    padding: 1em 2.6em;
  }
}
.gform_footer button.button:hover, .gform_footer button.button:focus {
  border-color: #000;
  color: #ffffff;
  background: #000;
}

.wine-club-choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#club-select {
  width: 100%;
  margin-bottom: 0.625rem;
  text-indent: 10px;
}
@media only screen and (min-width: 49.1875em) {
  #club-select {
    width: 250px;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}

select.bottle-choices {
  width: 100%;
  margin-bottom: 0.625rem;
  text-indent: 10px;
}
@media only screen and (min-width: 49.1875em) {
  select.bottle-choices {
    width: 150px;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}

.header {
  width: 100%;
  position: absolute;
  z-index: 20;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  opacity: 1;
  background: #ffffff;
  transition: all 1s ease-in-out, padding 1ms, opacity 0ms;
  border-bottom: 1px solid #4d4d4d;
}
@media only screen and (max-width: 74.9375em) {
  .header {
    padding-top: 0;
  }
}
@media only screen and (min-width: 75em) {
  .header {
    padding-bottom: 0;
    padding-top: 2.5rem;
  }
  body.notification-bar-enabled .header {
    padding-top: 8.5rem;
  }
}
body.fade-in .header {
  opacity: 0;
}
.scrolled .header {
  padding-top: 0rem;
  padding-bottom: 0;
  top: -150px;
  position: fixed;
  z-index: 999;
  border-bottom: 1px solid #4d4d4d;
  transition: all 1s ease-in-out, padding 1ms;
}
@media only screen and (min-width: 75em) {
  .scrolled .header {
    padding-bottom: 0;
    padding-top: 1rem;
  }
}
.scrolled-more.scrolled .header {
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  top: 0;
  position: fixed;
  z-index: 999;
  border-bottom: 1px solid #4d4d4d;
  background: #ffffff;
  transition: all 1s ease-in-out, padding 1ms;
}
@media only screen and (min-width: 75em) {
  .scrolled-more.scrolled .header {
    padding-bottom: 0;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 37.5625em) and (max-width: 49.9375em) {
  body.admin-bar.scrolled-more.scrolled .header {
    top: 46px;
  }
}
@media screen and (min-width: 50em) {
  body.admin-bar.scrolled-more.scrolled .header {
    top: 32px;
  }
}
.scrolled.show-mobile-nav .header, .scrolled-more.scrolled.show-mobile-nav .header {
  border-bottom: 0;
  background: #ffffff;
}
.header .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
}
@media only screen and (min-width: 49.1875em) {
  .header .content-wrapper {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 75em) {
  .header .content-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 74.9375em) {
  .header .content-wrapper {
    padding: 0 0 0 10px;
    padding-top: 0.875rem;
  }
  .header .content-wrapper .header__tools {
    order: 1;
  }
  .header .content-wrapper .header__logo {
    order: 2;
  }
  .header .content-wrapper .header__navigation-toggle {
    order: -1;
    right: 0;
  }
}
@media only screen and (min-width: 75em) {
  body.scrolled-more.scrolled .header .content-wrapper {
    align-items: flex-end;
  }
}
.header--loaded {
  opacity: 1;
}
body.fade-in .header--loaded {
  opacity: 1;
}
@media only screen and (max-width: 74.9375em) {
  .header__left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media only screen and (min-width: 75em) {
  .header__left {
    margin-top: -3rem;
    padding-left: 1.5rem;
    min-width: 11rem;
  }
}
@media only screen and (min-width: 75em) {
  body.scrolled-more.scrolled .header__left {
    margin-top: 0;
  }
}
.header__left > a {
  position: relative;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--theme-alt-title-font);
}
.header__left > a:before {
  content: "";
  background-image: url("images/icons/icon-location.svg");
  background-size: contain;
  height: 17px;
  width: 13px;
  margin-right: 10px;
}
@media only screen and (max-width: 74.9375em) {
  .header__left > a {
    display: none;
  }
}
@media only screen and (min-width: 75em) {
  body.scrolled-more.scrolled .header__left > a {
    display: none;
  }
}
.header__left__logo {
  display: none;
}
@media only screen and (max-width: 74.9375em) {
  .header__left__logo {
    display: flex;
    max-width: 8.75rem;
    min-width: 8.75rem;
  }
}
body.scrolled-more.scrolled .header__left__logo {
  display: flex;
  width: 4.75rem;
}
.header__left__logo a {
  font-size: 0;
}
.header__left__logo img {
  width: 100%;
}
.header__left__logo img:first-of-type {
  top: -5px;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .header__left__logo img:first-of-type {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .header__left__logo img:last-of-type {
    display: none;
  }
}
.header__logo {
  width: 8.75rem;
  min-width: 8.75rem;
  padding: 0;
  position: relative;
  z-index: 55;
  opacity: 1;
  transform: translate(0px, -10px);
  margin: 0 auto;
  left: 5px;
  top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 74.9375em) {
  .header__logo {
    display: none;
  }
}
@media only screen and (min-width: 75em) {
  .header__logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  body.notification-bar-enabled .header__logo {
    top: -7rem;
  }
}
.scrolled-more.scrolled .header__logo {
  display: none;
  width: 8.75rem;
  padding: 0;
}
@media print {
  .header__logo {
    width: 145px;
    max-width: 145px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 75em) {
  .header__logo {
    width: 8.75rem;
  }
  .scrolled-more.scrolled .header__logo {
    width: 8.75rem;
  }
}
@media only screen and (min-width: 75em) {
  body.search-mobile-active .header__logo {
    left: 5.25rem;
  }
}
.header__logo img {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.header__logo a {
  display: block;
  position: relative;
  color: #000;
}
.header__logo a img {
  transition: all 300ms ease-out;
  width: 100%;
}
.header__tools {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  right: 0;
  z-index: 555;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 75em) {
  .header__tools {
    min-width: 11rem;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: -4.5rem;
    padding-right: 1.25rem;
  }
  body.notification-bar-enabled .header__tools {
    margin-top: -13.5rem;
  }
}
body.scrolled-more.scrolled .header__tools {
  max-width: 6.25rem;
  width: 100%;
}
@media only screen and (min-width: 75em) {
  body.scrolled-more.scrolled .header__tools {
    margin-top: 0;
    top: -10px;
    max-width: 11.5rem;
  }
}
.header__tools .c7-user-nav__account > a {
  display: flex;
  font-family: var(--theme-alt-title-font);
  justify-content: center;
  align-items: center;
  position: relative;
}
.header__tools .c7-user-nav__account > a:before {
  content: "";
  background-image: url("images/icons/icon-account.svg");
  background-size: contain;
  height: 16px;
  width: 13px;
  margin-right: 10px;
}
@media only screen and (max-width: 74.9375em) {
  .header__tools .c7-user-nav__account > a {
    font-size: 0;
  }
}
@media only screen and (min-width: 75em) {
  body.scrolled-more.scrolled .header__tools .c7-user-nav__account > a {
    font-size: 0;
  }
}
.header__tools .c7-user-nav__cart button.c7-link {
  padding: 15px;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header__tools .c7-user-nav__cart button.c7-link:before {
  content: "";
  background-image: url("images/icons/icon-cart.svg");
  background-size: contain;
  height: 16px;
  width: 13px;
  margin-right: 10px;
}
.header__tools .c7-user-nav__cart button.c7-link span.c7-user-nav__cart__title svg {
  display: none;
}
.header__tools .c7-user-nav__cart button.c7-link span.c7-user-nav__cart__count {
  background: none;
  outline: none;
  color: #000;
  font-weight: normal;
  font-family: var(--theme-alt-title-font);
  box-shadow: none;
  padding: 0;
  min-width: 4px;
  font-size: 1rem;
}
.header__tools .c7-user-nav__cart button.c7-link:hover, .header__tools .c7-user-nav__cart button.c7-link:active, .header__tools .c7-user-nav__cart button.c7-link:focus {
  background: 0;
  border: 0;
}

.lang-mobile {
  display: flex;
  align-content: center;
  font-size: 0.9375rem;
}
.lang-mobile img {
  margin-right: 6px;
}
@media only screen and (min-width: 75em) {
  .lang-mobile {
    display: none !important;
  }
}
.lang-mobile__selected {
  font-size: 1rem;
  margin-left: auto;
  margin-right: 1.25rem;
}
@media only screen and (min-width: 75em) {
  .lang-mobile__selected {
    display: none !important;
  }
}

.header__navigation {
  transition: transform 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  padding: 0;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-100%);
  height: auto;
  width: 100%;
  overflow: hidden;
  z-index: 60;
  background: #ffffff;
  max-width: 100%;
}
@media only screen and (min-width: 75em) {
  .header__navigation {
    margin-top: 100px;
  }
}
@media screen and (min-width: 47.9375em) and (max-width: 74.9375em) {
  .header__navigation {
    background: transparent;
  }
  .header__navigation:after {
    background-color: rgba(77, 77, 77, 0.5);
    content: "";
    opacity: 0;
    transition: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
  }
  body.show-mobile-nav .header__navigation:after {
    opacity: 1;
    transition: opacity 1.3s linear 0.5s;
  }
}
@media screen and (min-width: 47.9375em) and (max-width: 74.9375em) {
  .header__navigation > div {
    min-width: 375px;
    width: 50%;
  }
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation > div {
    height: 100%;
  }
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation > div > div {
    height: 100%;
  }
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation {
    top: 79px;
  }
}
@media only screen and (max-width: 74.9375em) and (min-width: 47.9375em) and (max-width: 74.9375em) {
  .header__navigation {
    top: 115px;
  }
  body.admin-bar .header__navigation {
    top: 147px;
  }
}
@media only screen and (max-width: 74.9375em) {
  body.admin-bar .header__navigation {
    top: 154px;
  }
  body.notification-bar-enabled .header__navigation {
    top: 155px;
  }
  body.notification-bar-enabled.admin-bar .header__navigation {
    top: 187px;
  }
  body.notification-bar-enabled.scrolled-more.scrolled .header__navigation {
    top: 86px;
  }
  body.notification-bar-enabled.scrolled-more.admin-bar.scrolled .header__navigation {
    top: 76px;
  }
}
@media only screen and (min-width: 75em) {
  .header__navigation {
    order: 4;
    background: transparent;
    position: relative;
    transform: none;
    width: 100%;
    overflow: initial;
    top: 0;
  }
}
@media only screen and (min-width: 75em) {
  body.scrolled-more.scrolled .header__navigation {
    width: calc(100% - 25.75rem);
    order: 0;
    position: initial;
  }
}
.header__navigation .header-modal__content {
  width: 100%;
  background-color: #ffffff;
  padding: 0.5rem 0 5rem;
  height: 100%;
}
@media only screen and (min-width: 75em) {
  .header__navigation .header-modal__content {
    width: 100%;
    height: auto;
    background: transparent;
    padding: 0;
  }
  body.scrolled-more.scrolled .header__navigation .header-modal__content {
    padding-top: 0;
  }
}
@media only screen and (min-width: 75em) and (min-width: 75em) {
  body.scrolled-more.scrolled .header__navigation .header-modal__content {
    padding-top: 0;
  }
}
body.admin-bar .header__navigation .header-modal__content {
  padding-top: 0;
}
@media only screen and (min-width: 75em) {
  body.admin-bar .header__navigation .header-modal__content {
    padding-top: 0;
  }
}
.header__navigation .header-modal__content > button {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2.3rem;
  position: relative;
  left: -10px;
}
@media only screen and (min-width: 49.1875em) {
  .header__navigation .header-modal__content > button {
    top: 1.1rem;
    left: 15px;
  }
}
.header__navigation .header-modal__content > button:hover, .header__navigation .header-modal__content > button:focus {
  background: transparent;
}
.header__navigation .header-modal__content > button img {
  width: 22px;
}
@media only screen and (min-width: 75em) {
  .header__navigation .header-modal__content > button {
    display: none;
  }
}
.show-mobile-nav .header__navigation {
  transform: translateX(0);
  overflow-y: auto;
}
.header__navigation > button {
  position: absolute;
  top: 1.25rem;
  left: 0;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
body.admin-bar .header__navigation > button {
  top: 4.5rem;
  left: 2rem;
}
@media only screen and (min-width: 75em) {
  .header__navigation > button {
    top: 5rem;
  }
}
.header__navigation > button img {
  width: 100%;
  max-width: 25px;
  position: relative;
}
.header__navigation .menu {
  letter-spacing: 0.07em;
}
.header__navigation .menu .sub-menu {
  text-transform: none;
  letter-spacing: 0.025em;
}
.header__navigation ul {
  display: none;
  line-height: 1;
  list-style: none;
  padding: 0;
  flex-direction: column;
  margin: 0;
  align-items: flex-start;
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation ul {
    width: 100%;
  }
}
body.show-mobile-nav .header__navigation ul {
  display: flex;
}
@media only screen and (max-width: 74.9375em) {
  body.show-mobile-nav .header__navigation ul {
    padding: 0;
  }
}
@media only screen and (min-width: 75em) {
  .header__navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}
.header__navigation ul ul {
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  display: block;
  opacity: 0;
  position: relative;
  visibility: hidden;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation ul ul {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: translateX(-100%);
    z-index: 2;
    background: #ffffff;
  }
}
@media only screen and (min-width: 75em) {
  .header__navigation ul ul {
    position: absolute;
    padding: 0;
    border-top: 2px solid #4d4d4d;
    background: #ffffff;
    padding: 25px 0 10px 15px;
    min-width: 14.25rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
.header__navigation ul ul li {
  display: block;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
@media only screen and (min-width: 75em) {
  .header__navigation ul ul li {
    white-space: initial;
  }
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation ul ul li {
    padding: 20px 10px;
    margin: 0;
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease-out, opacity 0ms;
    border-bottom: 1px solid #4d4d4d;
    position: relative;
    background: #ffffff;
  }
}
.header__navigation ul ul li:first-of-type {
  padding-top: 1rem;
  border-top: 1px solid #4d4d4d;
}
@media only screen and (min-width: 75em) {
  .header__navigation ul ul li:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
}
.header__navigation ul ul li:last-of-type {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 75em) {
  .header__navigation ul ul li:last-of-type {
    padding-bottom: 0;
  }
}
.header__navigation ul ul li a {
  font-weight: normal;
  font-size: 0.875rem;
  padding: 0 15px;
  margin: 0;
  line-height: 25px;
  letter-spacing: 0.01em;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  color: #000;
  font-family: var(--theme-alt-title-font);
}
@media only screen and (min-width: 75em) {
  .header__navigation ul ul li a {
    text-align: left;
    padding: 0;
    width: auto;
    margin: 0 0 0.9375rem;
  }
}
.header__navigation ul ul li a:after {
  display: none;
}
.header__navigation ul ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.header__navigation ul ul li.current-menu-item a {
  color: #000;
  opacity: 1;
}
@media only screen and (min-width: 75em) {
  .header__navigation ul ul li.current-menu-item a {
    color: #000;
  }
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation ul ul li:last-of-type a {
    margin-bottom: 0;
  }
}
.header__navigation li {
  padding: 27px 0;
  margin: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #4d4d4d;
  position: relative;
}
.header__navigation li:last-of-type {
  border: 0;
}
@media only screen and (min-width: 75em) {
  .header__navigation li {
    width: auto;
    padding: 0 25px;
    opacity: 1;
    border-bottom: 0;
  }
}
.header__navigation li.menu-item-has-children label {
  font-size: 0;
  display: none;
}
.header__navigation li.menu-item-has-children .toggle-sub-menu {
  display: block;
  max-height: 2.625rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 3.25rem;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation li.menu-item-has-children .toggle-sub-menu {
    top: 1.25rem;
    right: -1.25rem;
  }
}
@media only screen and (min-width: 75em) {
  .header__navigation li.menu-item-has-children:hover:before, .header__navigation li.menu-item-has-children:focus:before, .header__navigation li.menu-item-has-children:focus-within:before {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75em) {
  .header__navigation li.menu-item-has-children:hover > ul, .header__navigation li.menu-item-has-children:focus > ul, .header__navigation li.menu-item-has-children:focus-within > ul {
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: max-height 1s ease-in-out;
  }
}
@media only screen and (min-width: 75em) {
  .header__navigation li.menu-item-has-children:hover .toggle-sub-menu + a:before, .header__navigation li.menu-item-has-children:focus .toggle-sub-menu + a:before, .header__navigation li.menu-item-has-children:focus-within .toggle-sub-menu + a:before {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation li.menu-item-has-children--visible {
    background: #464646;
  }
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation li.menu-item-has-children--visible > a {
    color: #fff !important;
  }
  .header__navigation li.menu-item-has-children--visible > a:after {
    background-image: url("images/icons/icon-arrow-right-thin-white.svg");
  }
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation li.menu-item-has-children--visible ul {
    margin: 0;
    position: relative;
    top: 27px;
    max-height: initial;
    left: -15px;
    width: calc(100% + 15px);
    padding: 0 15px;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    height: 50%;
  }
}
.header__navigation li.menu-item-has-children--visible .toggle-sub-menu + a:before {
  transform: rotate(180deg);
  top: 1.5rem;
}
@media only screen and (min-width: 75em) {
  .header__navigation li:hover > a:after, .header__navigation li:focus > a:after, .header__navigation li:active > a:after {
    width: 100%;
  }
}
.header__navigation li#menu-item-149 ul.sub-menu li:not(:first-of-type):not(:last-of-type) a {
  text-transform: none;
  font-weight: normal;
}
.header__navigation li#menu-item-149 ul.sub-menu li:last-of-type a {
  padding-bottom: 5px;
  text-transform: none;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.header__navigation a {
  width: 100%;
  color: #000;
  font-size: 0.875rem;
  display: block;
  padding: 0;
  text-align: center;
  padding: 0 1.5rem;
  list-style-type: none;
  display: block;
  text-decoration: none;
  height: 100%;
  text-align: left;
  transition: all 0.3s ease-out;
  position: relative;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: var(--theme-alt-title-font);
}
@media only screen and (min-width: 75em) {
  .header__navigation a {
    height: auto;
    color: #000;
    text-align: center;
    padding: 5px 0 25px;
  }
}
.header__navigation a:hover, .header__navigation a.hover {
  text-decoration: none;
  color: #000;
  opacity: 1;
}
@media only screen and (min-width: 75em) {
  .header__navigation a:hover, .header__navigation a.hover {
    color: #000;
  }
}
.show-mobile-nav .header__navigation a:hover, .show-mobile-nav .header__navigation a.hover {
  color: #000;
}
@media only screen and (min-width: 75em) {
  .show-mobile-nav .header__navigation a:hover, .show-mobile-nav .header__navigation a.hover {
    color: #000;
  }
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation a:after {
    content: "";
    background-image: url("images/icons/icon-arrow-right-thin.svg");
    background-size: contain;
    width: 7px;
    height: 13px;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
  }
}
@media only screen and (min-width: 75em) {
  .header__navigation a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 0px;
    transition: width 0.3s;
    border-bottom: 3px solid #000;
  }
}
.header__navigation .current-menu-item,
.header__navigation .current_page_item,
.header__navigation .current-page-ancestor {
  opacity: 1;
}
.header__navigation .current-menu-item > a,
.header__navigation .current_page_item > a,
.header__navigation .current-page-ancestor > a {
  color: #000;
  transition: all 0.3s ease-out;
  opacity: 1;
}
@media only screen and (min-width: 75em) {
  .header__navigation .current-menu-item > a,
  .header__navigation .current_page_item > a,
  .header__navigation .current-page-ancestor > a {
    color: #000;
  }
}
.header__navigation .current-menu-item > a:hover,
.header__navigation .current_page_item > a:hover,
.header__navigation .current-page-ancestor > a:hover {
  color: #000;
}
@media only screen and (min-width: 75em) {
  .header__navigation .current-menu-item > a:hover,
  .header__navigation .current_page_item > a:hover,
  .header__navigation .current-page-ancestor > a:hover {
    color: #000;
  }
}

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

@media only screen and (max-width: 49.125em) {
  body.scrolled-more.admin-bar.scrolled .header {
    margin-top: 32px;
  }
}

body.scrolled-more.show-mobile-nav.admin-bar.scrolled #wpadminbar {
  display: none;
}
@media only screen and (max-width: 49.125em) {
  body.scrolled-more.show-mobile-nav.admin-bar.scrolled .header {
    margin-top: 0;
  }
}

@media only screen and (min-width: 75em) {
  .sub-menu .sub-menu {
    border-top: 0;
    top: 0;
    left: 13.25rem !important;
    padding-bottom: 10px;
  }
}

.header__navigation-toggle,
.header__search-toggle {
  cursor: pointer;
  font-size: 0.875rem;
  opacity: 1;
  width: 131px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font-weight: 600;
  transform: translate(-10px, 3px);
  transition: none;
}
.header__navigation-toggle:hover, .header__navigation-toggle:focus,
.header__search-toggle:hover,
.header__search-toggle:focus {
  background: transparent;
  color: #6e6e6d;
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation-toggle,
  .header__search-toggle {
    height: 43px;
    width: 60px;
    position: relative;
    z-index: 55;
    padding-left: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 75em) {
  .header__navigation-toggle,
  .header__search-toggle {
    display: none;
  }
}
.show-mobile-nav .header__navigation-toggle, .search-mobile-active .header__navigation-toggle,
.show-mobile-nav .header__search-toggle,
.search-mobile-active .header__search-toggle {
  font-size: 0;
  border: 0;
  z-index: 55;
  opacity: 1;
  height: 40px;
}
.show-mobile-nav .header__navigation-toggle span, .search-mobile-active .header__navigation-toggle span,
.show-mobile-nav .header__search-toggle span,
.search-mobile-active .header__search-toggle span {
  background: none !important;
}
.show-mobile-nav .header__navigation-toggle span:before, .show-mobile-nav .header__navigation-toggle span:after, .search-mobile-active .header__navigation-toggle span:before, .search-mobile-active .header__navigation-toggle span:after,
.show-mobile-nav .header__search-toggle span:before,
.show-mobile-nav .header__search-toggle span:after,
.search-mobile-active .header__search-toggle span:before,
.search-mobile-active .header__search-toggle span:after {
  transition-delay: 0s, 200ms;
}
.show-mobile-nav .header__navigation-toggle span:before, .search-mobile-active .header__navigation-toggle span:before,
.show-mobile-nav .header__search-toggle span:before,
.search-mobile-active .header__search-toggle span:before {
  transform: rotate(45deg);
  top: 0 !important;
}
.show-mobile-nav .header__navigation-toggle span:after, .search-mobile-active .header__navigation-toggle span:after,
.show-mobile-nav .header__search-toggle span:after,
.search-mobile-active .header__search-toggle span:after {
  transform: rotate(-45deg);
  bottom: 0 !important;
}
.header__navigation-toggle > span.menu-text,
.header__search-toggle > span.menu-text {
  padding: 10px 15px 10px 52px;
  position: relative;
  margin-left: 0rem;
  top: 0;
  color: #6e6e6d;
  border: 2px solid #6e6e6d;
  font-size: 15px;
  letter-spacing: 1px;
  width: 131px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 74.9375em) {
  .header__navigation-toggle > span.menu-text,
  .header__search-toggle > span.menu-text {
    border: 0;
    font-size: 0;
    top: -9px;
    left: 0;
    width: 60px;
  }
}
.header--dark .header__navigation-toggle > span.menu-text,
.header--dark .header__search-toggle > span.menu-text {
  color: #ffffff;
  border-color: #ffffff;
}
@media only screen and (min-width: 75em) {
  .scrolled .header__navigation-toggle > span.menu-text,
  .scrolled .header__search-toggle > span.menu-text {
    border-color: #6e6e6d;
    color: #6e6e6d;
  }
}
.show-mobile-nav .header__navigation-toggle > span.menu-text, .search-mobile-active .header__navigation-toggle > span.menu-text,
.show-mobile-nav .header__search-toggle > span.menu-text,
.search-mobile-active .header__search-toggle > span.menu-text {
  border: 0;
  font-size: 0;
}
.header__navigation-toggle span.lines,
.header__search-toggle span.lines {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #6e6e6d;
  height: 1px;
  margin-top: 16px;
  position: absolute;
  top: 3px;
  left: 15px;
  bottom: 0;
  width: 1.0625rem;
  border-radius: 10px;
}
.header__navigation-toggle span.lines:before, .header__navigation-toggle span.lines:after,
.header__search-toggle span.lines:before,
.header__search-toggle span.lines:after {
  background: #6e6e6d;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 10px;
}
.scrolled .header__navigation-toggle span.lines:before, .scrolled .header__navigation-toggle span.lines:after,
.scrolled .header__search-toggle span.lines:before,
.scrolled .header__search-toggle span.lines:after {
  color: #6e6e6d;
  background: #6e6e6d;
}
.header__navigation-toggle span.lines:before,
.header__search-toggle span.lines:before {
  top: -7px;
}
.header__navigation-toggle span.lines:after,
.header__search-toggle span.lines:after {
  width: 100%;
  bottom: -7px;
}
@media only screen and (max-width: 74.9375em) {
  .show-mobile-nav .header__navigation-toggle span.lines, .search-mobile-active .header__navigation-toggle span.lines,
  .show-mobile-nav .header__search-toggle span.lines,
  .search-mobile-active .header__search-toggle span.lines {
    opacity: 1;
    background: #ffffff;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header__navigation-logo-bg {
    display: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .header__navigation-logo-bg {
    display: none !important;
  }
}
.header-notification-bar {
  padding: 10px 0;
  position: relative;
  display: none;
}
@media only screen and (max-width: 49.125em) {
  .header-notification-bar .content-wrapper {
    padding: 0 2rem;
  }
}
.header-notification-bar--text-light * {
  color: #ffffff;
}
.header-notification-bar--text-dark * {
  color: #000;
}
.header-notification-bar--active {
  display: flex;
}
.header-notification-bar p {
  font-size: 0.875rem;
  line-height: 1.42;
}
.header-notification-bar p:last-of-type {
  margin-bottom: 0;
}
.header-notification-bar p a:hover {
  text-decoration: underline;
}
.header-notification-bar__close {
  cursor: pointer;
  font-size: 0;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  display: flex;
}

.header__tools__search {
  margin-right: 2.25rem;
  display: flex;
  justify-content: center;
}
.header__tools__search img {
  max-width: 18px;
  height: 18px;
  width: 18px;
}

.header__search {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 1000;
}
.header__search.is-open {
  opacity: 1;
  pointer-events: initial;
}
.header__search__close {
  appearance: none;
  border: 0;
  background: transparent;
  margin-left: auto;
}
@media only screen and (min-width: 75em) {
  .header__search__close {
    position: relative;
    top: 2.75rem;
  }
}
.header__search__close img {
  height: 20px;
  max-width: 20px;
}
.header__search > div {
  width: 100%;
  max-width: 112.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .header__search > div {
    padding: 0 1.75rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .header__search > div {
    padding: 0 3rem;
  }
}
.header__search > div > div {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.header__search > div > div .search-modal__content {
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}

footer {
  background-color: #ffffff;
  padding: 2rem 0 0;
  position: relative;
  border-top: 2px solid #6e6e6d;
}
@media only screen and (min-width: 49.1875em) {
  footer {
    padding: 4rem 0 0;
    background: #ffffff;
    margin-top: 2rem;
  }
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-column {
  display: flex;
  width: 100%;
  flex-direction: column;
  letter-spacing: 0.035em;
}
@media only screen and (min-width: 49.1875em) {
  footer .footer-column {
    width: 100%;
    max-width: 275px;
  }
}
footer .footer-column h4, footer .footer-column .c7-product-detail__info__description h2, .c7-product-detail__info__description footer .footer-column h2, footer .footer-column h3 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  color: #878787;
  text-transform: uppercase;
}
@media only screen and (min-width: 75em) {
  footer .footer-column h4, footer .footer-column .c7-product-detail__info__description h2, .c7-product-detail__info__description footer .footer-column h2, footer .footer-column h3 {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 49.1875em) {
  footer .footer-column__left {
    order: 2;
    text-align: center;
  }
  footer .footer-column__left h3.h4, footer .footer-column__left h3 {
    border-top: 1px solid rgba(207, 210, 213, 0.15);
    padding-top: 30px;
  }
}
footer .footer-column__left__social {
  border-top: 1px solid rgba(207, 210, 213, 0.15);
  padding-top: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 49.1875em) {
  footer .footer-column__left__social {
    display: none;
  }
}
@media only screen and (max-width: 49.1875em) {
  footer .footer-column__right {
    order: 1;
    text-align: center;
  }
  footer .footer-column__right h4, footer .footer-column__right .c7-product-detail__info__description h2, .c7-product-detail__info__description footer .footer-column__right h2, footer .footer-column__right .footer-social {
    display: none;
  }
}
@media only screen and (max-width: 49.1875em) {
  footer .footer-column__right h3 {
    font-size: 26px;
    letter-spacing: 0.325px;
    line-height: 32px;
  }
}
footer .footer-column__bottom {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid rgba(207, 210, 213, 0.15);
  padding: 30px 0;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 49.1875em) {
  footer .footer-column__bottom {
    order: 3;
    flex-direction: column;
  }
}
footer .footer-column__bottom p {
  font-size: 12px;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: flex;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 49.125em) {
  footer .footer-column__bottom p {
    text-align: center;
  }
}
@media only screen and (max-width: 49.1875em) {
  footer .footer-column__bottom p {
    order: 2;
  }
}
@media only screen and (min-width: 49.1875em) {
  footer .footer-column__bottom p {
    margin-left: 0;
  }
}
footer .footer-column__bottom nav {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 49.1875em) {
  footer .footer-column__bottom nav {
    margin-right: 0;
  }
}
footer .footer-column__bottom nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 49.1875em) {
  footer .footer-column__bottom nav ul {
    text-align: center;
  }
}
@media only screen and (min-width: 49.1875em) {
  footer .footer-column__bottom nav ul {
    flex-direction: row;
    margin: 0;
  }
}
@media only screen and (max-width: 49.1875em) {
  footer .footer-column__bottom nav ul li {
    margin-bottom: 0.75rem;
  }
}
footer .footer-column__bottom nav ul li a {
  color: #000;
  display: inline-block;
  font-weight: 400;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: 0 0;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 22px;
  margin: 0 15px;
  font-family: FavoritMonoStd-Regular, sans-serif;
  text-transform: uppercase;
}
footer .footer-column__bottom nav ul li a:hover {
  animation: link-underline 0.2s cubic-bezier(0.5, 0.2, 0.65, 0.7) forwards;
  text-decoration: none;
}
footer .footer-column__subscribe__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.1875rem;
  color: #000;
}

body footer div.gform_wrapper.gravity-theme .gfield {
  position: relative;
}
body footer div.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
  color: #000;
  font-size: 15px;
  text-align: left;
  padding-bottom: 5px;
  position: absolute;
  pointer-events: none;
  transition: all 0.4s ease-out;
  top: 15px;
  left: 0;
}
@media only screen and (min-width: 49.1875em) {
  body footer div.gform_wrapper.gravity-theme .gfield_label {
    top: 5px;
  }
}
body footer div.gform_wrapper.gravity-theme .gfield.input--active .gfield_label {
  top: -15px;
  font-size: 12px;
}
body footer div.gform_wrapper.gravity-theme .gfield_required {
  color: #000;
}
body footer div.gform_wrapper.gravity-theme input#input_2_1 {
  border: none;
  border-bottom: 1px solid #000;
  padding-left: 0;
  font-family: inherit;
}
body footer div.gform_wrapper.gravity-theme input#input_2_1:active, body footer div.gform_wrapper.gravity-theme input#input_2_1:focus {
  outline: none;
  border-color: #000;
}
body footer div.gform_wrapper.gravity-theme .gform_footer {
  position: relative;
}
body footer div.gform_wrapper.gravity-theme button#gform_submit_button_2 {
  border: 0;
  color: #000;
  font-size: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  height: 24px;
  top: -35px;
  background: transparent;
}
body footer div.gform_wrapper.gravity-theme button#gform_submit_button_2 span:before {
  content: "";
  display: flex;
  position: relative;
  background-image: url("images/icons/icon-line-arrow.svg");
  width: 50px;
  height: 16px;
  background-size: contain;
}
body footer div.gform_wrapper.gravity-theme button#gform_submit_button_2:hover, body footer div.gform_wrapper.gravity-theme button#gform_submit_button_2:focus, body footer div.gform_wrapper.gravity-theme button#gform_submit_button_2:active {
  background: transparent;
}

div.c7-subscribe {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  div.c7-subscribe {
    margin-bottom: 2.8125rem;
  }
}
div.c7-subscribe .c7-form {
  max-width: 100%;
}
div.c7-subscribe .c7-form__group {
  position: relative;
}
div.c7-subscribe .c7-form__group label {
  color: #000;
}
div.c7-subscribe .c7-form__group label:after {
  color: #000;
}
div.c7-subscribe .c7-form__group input[type=email] {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
div.c7-subscribe .c7-form__group input[type=email]:focus, div.c7-subscribe .c7-form__group input[type=email]:active {
  box-shadow: none;
  border-color: #000;
}
div.c7-subscribe .c7-form__group button.c7-btn.c7-btn--primary {
  border: 0;
  color: #000;
  font-size: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 30px;
  background: transparent;
}
div.c7-subscribe .c7-form__group button.c7-btn.c7-btn--primary span:before {
  content: "";
  display: flex;
  position: relative;
  background-image: url("images/icons/icon-line-arrow.svg");
  width: 50px;
  height: 16px;
  background-size: contain;
}
div.c7-subscribe .c7-form__group button.c7-btn.c7-btn--primary:hover, div.c7-subscribe .c7-form__group button.c7-btn.c7-btn--primary:focus, div.c7-subscribe .c7-form__group button.c7-btn.c7-btn--primary:active {
  background: transparent;
}

.footer-customer-service-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-customer-service-menu ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.footer-customer-service-menu ul li a {
  display: inline-block;
  letter-spacing: 0.16px;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: 0 0;
  margin-bottom: 15px;
  color: #000;
  font-family: FavoritMonoStd-Regular, sans-serif;
  text-transform: uppercase;
}
.footer-customer-service-menu ul li a:hover {
  animation: link-underline 0.2s cubic-bezier(0.5, 0.2, 0.65, 0.7) forwards;
  text-decoration: none;
}

.footer-social {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 49.1875em) {
  .footer-social {
    display: flex;
    justify-content: center;
  }
}
.footer-social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer-social ul li:not(:first-child) {
  padding: 0 0 0 2rem;
}
.footer-social ul li a {
  position: relative;
  display: flex;
}
.footer-social ul li a svg {
  width: 100%;
  height: 45px;
  max-width: 45px;
  transition: all 0.3s ease-out;
  color: #000;
}
.footer-social ul li a svg * {
  transition: all 0.3s ease-out;
}
.footer-social ul li:last-of-type a {
  border: 1px solid #000;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
}
.footer-social ul li:last-of-type a svg {
  height: 25px;
}
.footer-social ul li:last-of-type a svg path {
  fill: #000;
}

#awam-button-wrap {
  display: none;
}

.ot-sdk-show-settings {
  color: #6e6e6d;
  font-size: 14px;
  letter-spacing: 0.14px;
  margin: 0 15px;
  line-height: 28px;
  font-family: FavoritMonoStd-Regular, sans-serif;
  text-transform: uppercase;
}
.ot-sdk-show-settings:hover {
  cursor: pointer;
}

body .header-notification-bar,
body header.header,
body main#content,
body div.back-to-top,
body footer.footer {
  opacity: 1;
}

body:not(.brandsdk-agegate) .header-notification-bar,
body:not(.brandsdk-agegate) header.header,
body:not(.brandsdk-agegate) main#content,
body:not(.brandsdk-agegate) div.back-to-top,
body:not(.brandsdk-agegate) footer.footer {
  opacity: 1;
}

body.admin-bar section#wtb-overlay {
  top: 32px;
}

#ejgWhereToBuy {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 49.125em) {
  #ejgWhereToBuy {
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 3rem;
    width: 100%;
  }
}
#ejgWhereToBuy #formHeaderText {
  display: none;
}
#ejgWhereToBuy form#wheretobuyForm {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 49.1875em) {
  #ejgWhereToBuy form#wheretobuyForm {
    max-width: 450px;
    margin: auto;
  }
}
#ejgWhereToBuy form#wheretobuyForm .row {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}
#ejgWhereToBuy form#wheretobuyForm .fieldInput {
  position: relative;
  width: 100%;
}
#ejgWhereToBuy form#wheretobuyForm label {
  font-size: 14px;
}
#ejgWhereToBuy form#wheretobuyForm .dropdownTxt {
  position: relative;
  margin-bottom: -13px;
}
#ejgWhereToBuy form#wheretobuyForm .dropdownTxt .selectedTxt {
  pointer-events: none;
}
#ejgWhereToBuy form#wheretobuyForm span.arrowDown::after {
  content: "";
  background-image: url("images/icons/icon-arrow-down-thin.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  width: 20px;
  height: 23px;
}
#ejgWhereToBuy form#wheretobuyForm .dropdownWrapper .fieldSelect {
  margin: 0;
  top: -16px;
}
#ejgWhereToBuy form#wheretobuyForm fieldset {
  width: 100%;
  margin: 0 0 10px;
}
#ejgWhereToBuy form#wheretobuyForm fieldset .acctGrpWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#ejgWhereToBuy form#wheretobuyForm fieldset .fieldInput {
  width: 20px;
  margin-right: 7px;
}
#ejgWhereToBuy form#wheretobuyForm #radiusWrapper {
  margin-top: 10px;
}
#ejgWhereToBuy form#wheretobuyForm input#zipCode {
  border-color: silver;
}
#ejgWhereToBuy #productAvailability {
  font-size: 14px;
  max-width: 380px;
  width: 100%;
  margin: 1rem auto 0;
}
@media only screen and (min-width: 49.1875em) {
  #ejgWhereToBuy #productAvailability {
    max-width: 420px;
  }
}

.bg-light-grey-gradient-horizontal {
  background: white;
}

#wtb-overlay #overlayContent #resultListings #listingsWrapper #listings .listingItem:hover {
  background: #000;
}

#wtbLogoImg {
  padding: 5px;
}

.find-near-me {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

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

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

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

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

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

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

.slick-dots button[type=button] {
  border: 0 !important;
  background: none;
  padding: 0;
}
.slick-dots button[type=button]:hover, .slick-dots button[type=button]:focus {
  background: none;
}

.slick-slider {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
  Slider
*/
/*=================================
  Previous and Next icon buttons
==================================*/
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 555;
  display: block;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
}
.slick-prev:hover .slick-prev-icon,
.slick-prev:hover .slick-next-icon, .slick-prev:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  opacity: 1;
}
.slick-prev:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  color: #6e6e6d;
  font-size: 28px;
  margin-left: 0;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}
.slick-prev.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-next.slick-disabled .slick-next-icon {
  opacity: 1;
}
.slick-prev .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
  display: block;
  color: black;
  opacity: 1;
  font-family: "slick";
  font-size: 24px;
  line-height: 1;
}

.slick-prev {
  left: 40px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 40px;
}
.slick-prev .slick-prev-icon:before {
  content: "";
  height: 60px;
  width: 60px;
  display: block;
  background: url("images/icons/icon-arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "";
  background: url("images/icons/icon-arrow-right.svg");
  transform: rotate(0);
}

.slick-next {
  right: 40px;
}
[dir=rtl] .slick-next {
  left: 40px;
  right: auto;
}
.slick-next .slick-next-icon:before {
  content: "";
  height: 60px;
  width: 60px;
  display: block;
  background: url("images/icons/icon-arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
[dir=rtl] .slick-next .slick-next-icon:before {
  content: "";
  background: url("images/icons/icon-arrow-right.svg");
  transform: rotate(180deg);
}

/*==========================
  Slide navigation dots
===========================*/
.slick-slider {
  margin-bottom: 30px;
}
.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button:focus .slick-dot-icon:before {
  color: #6e6e6d;
}
.slick-dots li button .slick-dot-icon {
  color: #6e6e6d;
  opacity: 0.45;
}
.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all 0.05s linear;
}
.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: #6e6e6d;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: #6e6e6d;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon:before {
  font-size: 12px;
}

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

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: 0.45;
  background: none;
  border: 0;
  cursor: pointer;
  color: black;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus {
  color: orange;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.video__player {
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
}
.video__player > div {
  max-width: 1200px;
  width: 100%;
  height: 90vh;
  margin: auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.video__player > div > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.video__player > div a {
  display: flex;
  margin-left: auto;
  color: #000;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1.25;
  text-decoration: none;
  justify-content: center;
  align-content: center;
  position: relative;
  top: 60px;
  z-index: 3;
  right: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.video__player .video-aspect-ratio-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video__player .video-aspect-ratio-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0;
}
.video__player--active {
  opacity: 1;
  z-index: 5555;
}

#custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  display: flex;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#custom-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
#custom-modal > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  width: 100%;
  max-height: 90vh;
  margin: auto;
  overflow: scroll;
}
@media only screen and (min-width: 49.1875em) {
  #custom-modal > div {
    flex-direction: row;
    max-width: 880px;
    height: 100%;
    max-height: 80vh;
  }
}
#custom-modal .modal-image {
  width: 100%;
  font-size: 0;
  height: 35vh;
  padding: 0;
}
@media only screen and (min-width: 49.1875em) {
  #custom-modal .modal-image {
    width: 50%;
    height: auto;
  }
}
#custom-modal .modal-image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
#custom-modal .modal-form {
  width: 100%;
  padding: 2rem 1rem 1rem;
  background-color: #000;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 49.1875em) {
  #custom-modal .modal-form {
    width: 50%;
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  #custom-modal .modal-form {
    padding: 4rem 3rem;
  }
}
#custom-modal .modal-form > div {
  margin: auto auto 0;
}
@media screen and (min-width: 49.1875em) and (max-height: 740px) {
  #custom-modal .modal-form > div {
    margin: 0 auto;
  }
}
@media screen and (min-width: 49.1875em) and (min-height: 741px) {
  #custom-modal .modal-form > div {
    margin: auto;
  }
}
#custom-modal .modal-form .gform-field-label--type-sub {
  display: none;
}
#custom-modal .modal-form input[type=email],
#custom-modal .modal-form input[type=text],
#custom-modal .modal-form input[type=tel],
#custom-modal .modal-form .gfield.gfield--type-checkbox,
#custom-modal .modal-form .gfield.gfield--type-html,
#custom-modal .modal-form textarea {
  background: transparent !important;
  color: #fff !important;
}
#custom-modal .modal-form .gfield.gfield--type-html {
  font-size: 14px;
}
#custom-modal .modal-form .gfield.gfield--type-html a {
  color: #fff !important;
  text-decoration: underline;
}
#custom-modal .modal-form input[type=submit]:hover,
#custom-modal .modal-form input[type=submit]:active,
#custom-modal .modal-form input[type=submit]:focus {
  background: #ffffff !important;
  color: #000 !important;
}
#custom-modal .modal-form h1 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(1.688rem, 1.35rem + 1.125vw, 2.25rem);
}
#custom-modal .modal-form h2.gform_submission_error {
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 0;
  letter-spacing: 0;
  text-transform: none;
}
#custom-modal .modal-form p {
  color: #fff;
}
#custom-modal .modal-form .gfield_label {
  color: #fff !important;
}
#custom-modal .modal-form .gform_footer.before,
#custom-modal .modal-form .gform_footer.top_label {
  justify-content: flex-start;
}
#custom-modal .modal-form #validation_message_18_1 {
  display: none !important;
}
#custom-modal .modal-form:after {
  background-image: url("images/logos/icon-red.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  transform: rotate(-15deg);
  top: -17%;
  left: 10%;
  width: 100px;
  height: 150px;
}
@media only screen and (min-width: 49.1875em) {
  #custom-modal .modal-form:after {
    top: 3%;
    left: -11%;
    width: 200px;
    height: 15vh;
    max-height: 250px;
  }
}
@media screen and (min-width: 49.1875em) and (max-height: 940px) {
  #custom-modal .modal-form:after {
    height: 6vw;
  }
}
#custom-modal #close-modal {
  position: absolute;
  top: 0;
  right: 1rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  font-weight: 200;
  font-family: auto;
}
#custom-modal #close-modal:hover {
  color: #ccc;
}
#custom-modal #close-modal:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

body.modal-open {
  overflow: hidden;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  padding: 6px;
  border: 1px solid #4d4d4d;
}
.gform_wrapper.gravity-theme input[type=color]::placeholder, .gform_wrapper.gravity-theme input[type=color]:placeholder,
.gform_wrapper.gravity-theme input[type=date]::placeholder,
.gform_wrapper.gravity-theme input[type=date]:placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]:placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme input[type=datetime]:placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=email]:placeholder,
.gform_wrapper.gravity-theme input[type=month]::placeholder,
.gform_wrapper.gravity-theme input[type=month]:placeholder,
.gform_wrapper.gravity-theme input[type=number]::placeholder,
.gform_wrapper.gravity-theme input[type=number]:placeholder,
.gform_wrapper.gravity-theme input[type=password]::placeholder,
.gform_wrapper.gravity-theme input[type=password]:placeholder,
.gform_wrapper.gravity-theme input[type=search]::placeholder,
.gform_wrapper.gravity-theme input[type=search]:placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]:placeholder,
.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=text]:placeholder,
.gform_wrapper.gravity-theme input[type=time]::placeholder,
.gform_wrapper.gravity-theme input[type=time]:placeholder,
.gform_wrapper.gravity-theme input[type=url]::placeholder,
.gform_wrapper.gravity-theme input[type=url]:placeholder,
.gform_wrapper.gravity-theme input[type=week]::placeholder,
.gform_wrapper.gravity-theme input[type=week]:placeholder,
input[type=color]::placeholder,
input[type=color]:placeholder,
input[type=date]::placeholder,
input[type=date]:placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime-local]:placeholder,
input[type=datetime]::placeholder,
input[type=datetime]:placeholder,
input[type=email]::placeholder,
input[type=email]:placeholder,
input[type=month]::placeholder,
input[type=month]:placeholder,
input[type=number]::placeholder,
input[type=number]:placeholder,
input[type=password]::placeholder,
input[type=password]:placeholder,
input[type=search]::placeholder,
input[type=search]:placeholder,
input[type=tel]::placeholder,
input[type=tel]:placeholder,
input[type=text]::placeholder,
input[type=text]:placeholder,
input[type=time]::placeholder,
input[type=time]:placeholder,
input[type=url]::placeholder,
input[type=url]:placeholder,
input[type=week]::placeholder,
input[type=week]:placeholder {
  color: #000;
  font-weight: 300;
  opacity: 1;
}

input::placeholder {
  color: #000;
  font-weight: 300;
  opacity: 1;
}

body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}

body .gform_wrapper.gravity-theme .gsection {
  border-bottom-color: #4d4d4d;
  padding: 20px 0 0 0;
  margin: 0 0 20px;
}
@media only screen and (min-width: 75em) {
  body .gform_wrapper.gravity-theme .gsection {
    padding: 35px 0 0 0;
    margin: 0 0 35px;
  }
}

p.gform_required_legend {
  display: none;
}

h2.gform_title {
  text-align: center;
  position: relative;
  top: -6rem;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-size: 0.875rem;
}

@media (min-width: 641px) {
  body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
  body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0;
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url("images/icons/icon-arrow-down-thin.svg");
  background-color: transparent;
  background-position: center right 7px;
  background-repeat: no-repeat, repeat;
  background-size: 20px;
  padding-right: 10px;
  width: 100%;
  padding: 10px 14px;
  font-weight: 400;
  font-family: inherit !important;
  line-height: inherit !important;
  background-color: #ffffff;
}

body .gform_wrapper.gravity-theme {
  max-width: 922px;
  width: 100%;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  border: 1px solid #4d4d4d;
}
body .gform_wrapper.gravity-theme .gfield_label {
  display: inline-flex;
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
}
body .gform_wrapper.gravity-theme .gfield_required {
  order: 1;
  color: #ff0100;
  top: 1px;
  position: relative;
  padding-left: 1px;
  padding-right: 1px;
}
@media only screen and (min-width: 49.1875em) {
  body .gform_wrapper.gravity-theme .gfield_html p.h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  body .gform_wrapper.gravity-theme .gfield_html p.h3 {
    font-size: 1.65rem;
  }
}
body .gform_wrapper.gravity-theme .gfield_checkbox label,
body .gform_wrapper.gravity-theme .gfield_radio label {
  font-weight: 500;
}

#input_3_18, #input_3_9 {
  display: flex;
  flex-wrap: wrap;
}
#input_3_18 > div.gchoice, #input_3_9 > div.gchoice {
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  #input_3_18 > div.gchoice, #input_3_9 > div.gchoice {
    width: 50%;
  }
}

#input_3_22 {
  display: flex;
  flex-wrap: wrap;
}
#input_3_22 > div.gchoice {
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  #input_3_22 > div.gchoice {
    width: 50%;
  }
}
@media only screen and (min-width: 63.6876em) {
  #input_3_22 > div.gchoice {
    width: 33.33%;
  }
}

label {
  font-weight: 500;
}

body .gform_footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  justify-content: center;
}

p.form-disclaimer {
  margin-bottom: 0;
  font-size: 0.75rem;
  padding-bottom: 1rem !important;
}
p.form-disclaimer a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.gform_wrapper.gravity-theme .ginput_container_date {
  position: relative;
}

.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  opacity: 0.75;
}

.gform_wrapper p a {
  text-decoration: underline;
}

.page-content .gform_wrapper {
  margin: 0 auto;
}

form.klaviyo-form {
  padding-top: 0 !important;
  margin-top: -10px;
}
form.klaviyo-form * {
  font-family: var(--theme-body-font) !important;
}
form.klaviyo-form input {
  border-radius: 0 !important;
  border-color: #000 !important;
  font-size: 15px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 8px !important;
  height: initial !important;
  font-family: var(--theme-body-font) !important;
}
form.klaviyo-form input::placeholder, form.klaviyo-form input:placeholder {
  font-family: var(--theme-body-font) !important;
}
form.klaviyo-form button {
  border: 2px solid #000 !important;
  background: #000 !important;
  color: #000 !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: 0.4s cubic-bezier(0.3, 0.46, 0.45, 0.94) !important;
  transition-property: background-color, color, border !important;
  font-size: 1rem !important;
  letter-spacing: 0.5px !important;
  height: initial !important;
}
form.klaviyo-form button:hover, form.klaviyo-form button:focus, form.klaviyo-form button:active {
  background: #ffffff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: var(--theme-body-font) !important;
}

::-moz-placeholder { /* Firefox 19+ */
  font-family: var(--theme-body-font) !important;
}

:-ms-input-placeholder { /* IE 10+ */
  font-family: var(--theme-body-font) !important;
}

:-moz-placeholder { /* Firefox 18- */
  font-family: var(--theme-body-font) !important;
}

.no-banner {
  height: 98px;
}
@media only screen and (min-width: 75em) {
  .no-banner {
    height: 176px;
  }
}

.page-banner {
  font-size: 0;
  position: relative;
  padding-top: 79px;
  min-height: 600px;
}
body.admin-bar .page-banner {
  padding-top: 79px;
}
@media only screen and (min-width: 75em) {
  .page-banner {
    padding-top: 140px;
  }
  body.admin-bar .page-banner {
    padding-top: 182px;
  }
}
.page-banner--image {
  min-height: 97vh;
  overflow: hidden;
  display: flex;
  padding-bottom: 60px;
  padding-top: 82px;
}
body.admin-bar .page-banner--image {
  padding-top: 104px;
}
@media only screen and (min-width: 75em) {
  .page-banner--image {
    padding-top: 200px;
  }
  body.admin-bar .page-banner--image {
    padding-top: 255px;
  }
}
.page-banner--image picture {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 72px;
}
body.admin-bar .page-banner--image picture {
  padding-top: 72px;
}
@media only screen and (min-width: 75em) {
  .page-banner--image picture {
    padding-top: 182px;
  }
  body.admin-bar .page-banner--image picture {
    padding-top: 182px;
  }
}
.page-banner--image img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner--video {
  position: relative;
  text-align: center;
  margin-bottom: 1.7rem;
  min-height: initial;
}
.page-banner--video video {
  position: relative;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
.page-banner--video.page-banner--length-short {
  height: 70vh;
}
.page-banner--slider {
  max-height: 93vh;
  height: 93vh;
  overflow: hidden;
}
.page-banner--slider .slick-slider {
  height: 100%;
}
.page-banner--slider .slick-slider .slick-list, .page-banner--slider .slick-slider .slick-track, .page-banner--slider .slick-slider .slick-slide, .page-banner--slider .slick-slider .slick-slide > div {
  height: 100%;
}
.page-banner--slider .slick-slider img {
  object-fit: cover;
  height: 100%;
}
.page-banner--slider.page-banner--length-short {
  max-height: 70vh;
  height: 70vh;
}
.page-banner .slick-dots {
  bottom: 35px;
}
.page-banner .slick-dots li button {
  width: 25px;
  height: 25px;
}
.page-banner .slick-dots li span.slick-dot-icon {
  opacity: 0.5;
  color: #ffffff;
}
.page-banner .slick-dots li span.slick-dot-icon:before {
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (min-width: 75em) {
  .page-banner .slick-dots li span.slick-dot-icon:before {
    font-size: 16px;
  }
}
.page-banner .slick-dots li.slick-active span.slick-dot-icon {
  opacity: 1;
  color: #ffffff;
}
.page-banner .slick-dots li.slick-active span.slick-dot-icon:before {
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (min-width: 75em) {
  .page-banner .slick-dots li.slick-active span.slick-dot-icon:before {
    font-size: 16px;
  }
}
.page-banner .slick-dots li button:hover span.slick-dot-icon, .page-banner .slick-dots li button:focus span.slick-dot-icon {
  opacity: 1;
  color: #ffffff;
}
.page-banner__text {
  background: #ffffff;
  position: relative;
  margin: auto;
  padding: 2rem;
  z-index: 2;
  max-width: 95%;
}
@media only screen and (min-width: 49.1875em) {
  .page-banner__text {
    width: var(--component-width, 100%);
    padding: 2.75rem 2.625rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .page-banner__text {
    padding: 3.75rem 5.625rem;
  }
}
.page-banner__text > div {
  width: 100%;
  margin: 0 auto;
}
.page-banner__text h1 {
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.page-banner__text h2, .page-banner__text .h2 {
  margin-bottom: 1rem;
}

.short-banner .page-banner--length-regular,
body.page-id-988 .page-banner--length-regular {
  max-height: 73vh;
  min-height: 73vh;
}

.back-to-top {
  bottom: 80px;
  display: flex;
  margin: 0px 0 -78px auto;
  position: sticky;
  right: 50px;
  width: 48px;
  z-index: 2;
}
@media only screen and (max-width: 74.9375em) {
  .back-to-top {
    opacity: 0 !important;
    height: 7a0px;
    pointer-events: none;
  }
}
.back-to-top__copy {
  display: block;
  font-weight: 700;
  letter-spacing: 3px;
  color: #6e6e6d;
  margin-top: 7px;
}
@media only screen and (min-width: 75em) {
  .back-to-top__copy {
    display: none;
  }
}
.back-to-top__button {
  display: flex;
  color: #000;
}
@media only screen and (max-width: 74.9375em) {
  .back-to-top__button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.back-to-top__button .back-to-top__icon {
  opacity: 0.5;
  transition: 0.4s cubic-bezier(0.3, 0.46, 0.45, 0.94);
  transition-property: opacity, filter;
}
.back-to-top__button .back-to-top__icon_circle {
  fill: #ffffff;
}
.back-to-top__button:hover .back-to-top__icon {
  opacity: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0 4px 5px rgba(0, 0, 0, 0.11));
}

.events {
  padding: 2rem 0;
}
@media only screen and (min-width: 49.1875em) {
  .events {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .events {
    padding: 4rem 0;
  }
}
.events .h3 {
  margin-bottom: 2rem;
}
.events-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.events-list-wrapper-single {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #6e6e6d;
  margin-bottom: 25px;
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single {
    margin-bottom: 15px;
  }
}
.events-list-wrapper-single:last-of-type {
  border-bottom: 0;
}
.events-list-wrapper-single-left {
  width: 80px;
  border-right: 1px solid #6e6e6d;
  margin-bottom: 25px;
  padding-top: 5px;
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single-left {
    padding-top: 22px;
    margin-bottom: 15px;
  }
}
.events-list-wrapper-single-left > div {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  letter-spacing: 0.07em;
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single-left > div {
    font-size: 0.8438rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .events-list-wrapper-single-left > div {
    font-size: 0.875rem;
  }
}
.events-list-wrapper-single-left > div span {
  line-height: 1.1;
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single-left > div span {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .events-list-wrapper-single-left > div span {
    font-size: 2.75rem;
  }
}
.events-list-wrapper-single-left > div > div > span:first-of-type {
  font-style: italic;
  position: relative;
  display: flex;
  font-size: 0.7813rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0.07em;
  margin: 17px 0 20px;
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single-left > div > div > span:first-of-type {
    font-size: 0.8438rem;
    margin: 15px 0 17px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .events-list-wrapper-single-left > div > div > span:first-of-type {
    font-size: 0.875rem;
    margin: 16px 0 18px;
  }
}
.events-list-wrapper-single-left > div > div > span:first-of-type:before, .events-list-wrapper-single-left > div > div > span:first-of-type:after {
  width: 15px;
  height: 0.0938rem;
  background: #000;
  content: "";
}
.events-list-wrapper-single-left > div > div > span:first-of-type:before {
  margin: auto 8px auto 0;
}
.events-list-wrapper-single-left > div > div > span:first-of-type:after {
  margin: auto 0 auto 8px;
}
.events-list-wrapper-single-right {
  padding-top: 5px;
  width: calc(100% - 80px);
  padding-left: 30px;
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single-right {
    width: calc(78% - 80px);
    padding-top: 22px;
  }
}
.events-list-wrapper-single-right .events-list-wrapper-single__category {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-bottom: 0.4rem;
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single-right .events-list-wrapper-single__category {
    font-size: 0.8438rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .events-list-wrapper-single-right .events-list-wrapper-single__category {
    font-size: 0.875rem;
  }
}
.events-list-wrapper-single-right .events-list-wrapper-single__title {
  margin-bottom: 0.4rem;
}
.events-list-wrapper-single-right .events-list-wrapper-single__title a {
  color: #000;
  font-weight: 800;
  letter-spacing: 0.075em;
  font-size: 1.25rem;
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single-right .events-list-wrapper-single__title a {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .events-list-wrapper-single-right .events-list-wrapper-single__title a {
    font-size: 1.625rem;
  }
}
.events-list-wrapper-single-right .events-list-wrapper-single__teaser {
  padding-bottom: 2rem;
}
.events-list-wrapper-single-right .events-list-wrapper-single__teaser p {
  font-weight: 400;
  font-size: 0.875rem;
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single-right .events-list-wrapper-single__teaser p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .events-list-wrapper-single-right .events-list-wrapper-single__teaser p {
    font-size: 1.125rem;
  }
}
.events-list-wrapper-single-right .events-list-wrapper-single__right-link {
  margin-bottom: 2.25rem;
}
.events-list-wrapper-single-right .events-list-wrapper-single__right-link a {
  font-size: 0.8125rem;
  color: #000;
  text-decoration-color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 500;
  text-decoration-thickness: 2px;
  transition: all 0.3s ease-out;
}
.events-list-wrapper-single-right .events-list-wrapper-single__right-link a:hover {
  color: #E5740E;
  text-decoration-color: #E5740E;
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single-right .events-list-wrapper-single__right-link {
    display: none;
  }
}
@media only screen and (max-width: 49.125em) {
  .events-list-wrapper-single__link {
    display: none;
  }
}
@media only screen and (min-width: 49.1875em) {
  .events-list-wrapper-single__link {
    padding-top: 2.25rem;
    width: 22%;
    text-align: right;
    padding-right: 2rem;
  }
}
.events-list-wrapper-single__link a {
  font-size: 0.8125rem;
  color: #000;
  text-decoration-color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 500;
  text-decoration-thickness: 2px;
  transition: all 0.3s ease-out;
  letter-spacing: 0.07em;
}
.events-list-wrapper-single__link a:hover {
  color: #E5740E;
  text-decoration-color: #E5740E;
}
.events-list-wrapper-single:last-of-type {
  border-bottom: 0;
}
.events__after {
  text-align: center;
  margin: 1rem auto;
}
@media only screen and (min-width: 49.1875em) {
  .events__after {
    margin: 2rem auto;
  }
}
.events__after a {
  display: inline-block;
}

body.search-results:not(.notification-bar-enabled) header.header {
  top: 0;
}
body.search-results.admin-bar:not(.notification-bar-enabled) header.header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.search-results.admin-bar:not(.notification-bar-enabled) header.header {
    top: 32px;
  }
}
body.search-results.scrolled:not(.notification-bar-enabled) header.header, body.search-results.scrolled.admin-bar:not(.notification-bar-enabled) header.header {
  top: -250px;
  position: fixed;
  transition: none;
}
body.search-results.scrolled-more:not(.notification-bar-enabled) header.header {
  top: 0;
  transition: all 1s ease-in-out, padding 1ms;
}
body.search-results.scrolled-more.admin-bar:not(.notification-bar-enabled) header.header {
  top: 46px;
  transition: all 1s ease-in-out, padding 1ms;
}
@media screen and (min-width: 783px) {
  body.search-results.scrolled-more.admin-bar:not(.notification-bar-enabled) header.header {
    top: 32px;
  }
}

.swp-rp-page-header {
  margin-top: 5rem;
}
@media only screen and (min-width: 75em) {
  .swp-rp-page-header {
    margin-top: 5em;
  }
}
.swp-rp-page-header form {
  max-width: 550px;
  display: none;
}

div.site-main {
  margin: 7% 6% 25px;
}

.swp-search-results {
  margin: 2rem 0 0;
}
@media only screen and (max-width: 74.9375em) {
  .swp-search-results {
    margin-bottom: 2rem;
  }
}
.swp-search-results article h2.entry-title {
  text-transform: none;
}
@media only screen and (min-width: 49.1875em) {
  .swp-search-results article h2.entry-title {
    font-size: 2rem;
  }
}
.swp-search-results .swp-result-item {
  display: flex;
  margin: 0 0 3rem;
}
.swp-search-results .swp-result-item--img-container {
  margin-right: 1rem;
  max-width: 200px;
}
.swp-search-results .swp-result-item--button {
  padding: 11px 0;
}
.swp-search-results .swp-result-item--info-container p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.swp-search-results nav.navigation.pagination {
  padding: 1rem 0;
  text-align: center;
}
.swp-search-results nav.navigation.pagination .nav-links a {
  display: inline-block;
  min-width: 32px;
  text-align: center;
}

.searchwp-live-search-results-container.swp-ls--img-sm .searchwp-live-search-result--img {
  max-height: 90px;
}

#onetrust-banner-sdk {
  display: none;
}

@media only screen and (min-width: 63.6876em) {
  body.page-template-page-membership main a.button, body.page-template-page-membership main input[type=button], body.page-template-page-membership main input[type=reset], body.page-template-page-membership main input[type=submit] {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
body.page-template-page-membership main h3, body.page-template-page-membership main .h3 {
  line-height: 1;
  letter-spacing: -0.72px;
}
@media only screen and (min-width: 49.1875em) {
  body.page-template-page-membership main h3, body.page-template-page-membership main .h3 {
    font-size: 2.25rem;
  }
}
body.page-template-page-membership footer .footer-column__bottom,
body.page-template-page-membership footer .footer-column__left__social {
  border-color: #000;
}

.membership-breadcrumb {
  padding-top: 8.5rem;
}
@media only screen and (min-width: 63.6876em) {
  .membership-breadcrumb {
    padding-top: 14rem;
  }
}
.membership-breadcrumb .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.membership-breadcrumb .content-wrapper a, .membership-breadcrumb .content-wrapper span {
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.membership-breadcrumb .content-wrapper a {
  transition: all 0.3s ease-out;
}
.membership-breadcrumb .content-wrapper a:hover, .membership-breadcrumb .content-wrapper a:focus, .membership-breadcrumb .content-wrapper a:active {
  color: rgba(0, 0, 0, 0.5);
}
.membership-breadcrumb .content-wrapper a + em + span {
  letter-spacing: 1px;
  font-family: var(--theme-alt-title-font);
}
.membership-breadcrumb .content-wrapper em {
  font-style: normal;
  padding: 0 10px;
}
@media only screen and (min-width: 49.1875em) {
  .membership-breadcrumb .content-wrapper em {
    padding: 0 12px;
  }
}

.no-banner + .membership-breadcrumb {
  padding-top: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .no-banner + .membership-breadcrumb {
    padding-top: 3rem;
  }
}

.membership-landing-banner .page-banner__text {
  background: transparent;
  width: 100% !important;
}
.membership-landing-banner .page-banner__text h1 {
  color: #ffffff;
}
@media only screen and (max-width: 49.125em) {
  .membership-landing-banner .page-banner__text h1 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .membership-landing-banner .page-banner__text h1 {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 49.1875em) {
  .membership-landing-3col.three_columns {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .membership-landing-3col.three_columns {
    padding: 12.5rem 0;
  }
}
.membership-landing-3col.three_columns .content-wrapper {
  max-width: 76rem;
}
@media only screen and (min-width: 49.1875em) {
  .membership-landing-3col.three_columns .content-wrapper > div {
    padding: 0 15px;
  }
}

.membership-landing-2col.two_columns_regular .content-wrapper {
  max-width: 76rem;
}
.membership-landing-2col.two_columns_regular .content-wrapper > div {
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
}
.membership-landing-2col.two_columns_regular .content-wrapper > div > p:first-of-type {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 49.125em) {
  .membership-landing-2col.two_columns_regular .content-wrapper > div > p:first-of-type {
    max-width: 400px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .membership-landing-2col.two_columns_regular .content-wrapper > div > p:first-of-type {
    width: 30vw;
  }
}
@media only screen and (min-width: 63.6876em) {
  .membership-landing-2col.two_columns_regular .content-wrapper > div > p:first-of-type {
    width: 28vw;
  }
}
@media only screen and (max-width: 49.125em) {
  .membership-landing-2col.two_columns_regular .content-wrapper > div:first-of-type {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
  .membership-landing-2col.two_columns_regular .content-wrapper > div:first-of-type:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 49.1875em) {
  .membership-landing-2col.two_columns_regular .content-wrapper > div:first-of-type:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.membership-landing-2col.two_columns_regular .content-wrapper > div .center-button.button-wrapper {
  margin-top: auto;
  margin-bottom: 0;
}

.membership-landing-wizard-banner a.button--red:hover, .membership-landing-wizard-banner a.button--red:focus, .membership-landing-wizard-banner a.button--red:active {
  border-color: #ff0100;
}

@media only screen and (min-width: 49.1875em) {
  .membership-landing-benefits.page-content {
    padding: 4rem 0 2rem;
  }
}

.milk-run-navigation.navigation ul.subnav li.level-1 {
  margin: 2px 10px;
}
@media only screen and (max-width: 49.125em) {
  .milk-run-navigation.navigation ul.subnav li.level-1 {
    display: block;
    margin: 5px auto 0.75rem;
  }
}
.milk-run-navigation.navigation ul.subnav li.level-1 a {
  font-family: var(--theme-alt-title-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  padding: 8px 10px;
  border: 1px solid #ff0100;
  color: #ff0100;
  text-transform: uppercase;
  border-radius: 50px;
  display: inline-block;
}
.milk-run-navigation.navigation ul.subnav li.level-1 a:hover {
  background: #ff0100;
  color: #FFF;
  border-color: #ff0100;
}
.milk-run-navigation.navigation.milk-run-navigation--equinox ul.subnav li.level-1 a {
  font-family: var(--theme-body-font);
  text-transform: none;
  color: #ffffff;
  border-color: #ffffff;
}
.milk-run-navigation.navigation.milk-run-navigation--equinox ul.subnav li.level-1 a:hover {
  background: #ffffff;
  color: #000;
  border-color: #ffffff;
}

.milk-run-header h1, .milk-run-header .h1 {
  color: #ff0100;
}
.milk-run-header p {
  color: #ff0100;
  font-family: var(--theme-alt-title-font);
  font-size: 0.9375rem;
  margin: 1rem 0 0 0;
}
.milk-run-header .content-wrapper {
  padding: 0;
  max-width: 100%;
  align-items: center;
}
.milk-run-header .content-wrapper > div:first-of-type {
  overflow: hidden;
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-header .content-wrapper > div:first-of-type {
    width: 66.66%;
  }
}
.milk-run-header .content-wrapper > div:first-of-type img {
  left: -24%;
  position: relative;
  transform: rotate(-5.706deg);
}
@media only screen and (max-width: 49.125em) {
  .milk-run-header .content-wrapper > div:first-of-type img {
    max-width: 124%;
    width: 124%;
  }
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-header .content-wrapper > div:first-of-type img {
    left: -24%;
  }
}
@media only screen and (min-width: 63.6876em) {
  .milk-run-header .content-wrapper > div:first-of-type img {
    left: -16vw;
  }
}
.milk-run-header .content-wrapper > div:last-of-type {
  padding: 0 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-header .content-wrapper > div:last-of-type {
    width: 33.33%;
    position: relative;
    left: -10%;
    padding: 0 !important;
  }
}
.milk-run-header .content-wrapper > div:last-of-type h1 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-header .content-wrapper > div:last-of-type h1 {
    font-size: 50px;
  }
}
.milk-run-header .content-wrapper > div:last-of-type p {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.milk-run-3-col.three_columns {
  background-image: url("images/misc/milk-run-red-bg-mobile.png");
  background-size: cover;
  background-position: top center;
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-3-col.three_columns {
    background-image: url("images/misc/milk-run-red-bg-desktop.png");
    background-size: cover;
    background-position: top center;
  }
}
.milk-run-3-col.three_columns * {
  color: #ffffff;
}
.milk-run-3-col.three_columns h2 {
  letter-spacing: -0.72px;
  margin-bottom: 0;
}
.milk-run-3-col.three_columns p {
  font-family: var(--theme-alt-title-font);
}
@media only screen and (max-width: 49.125em) {
  .milk-run-3-col.three_columns .content-wrapper {
    padding-top: 9rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-3-col.three_columns .content-wrapper {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .milk-run-3-col.three_columns .content-wrapper {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 49.125em) {
  .milk-run-3-col.three_columns .content-wrapper > div {
    margin-bottom: 3rem !important;
  }
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-3-col.three_columns .content-wrapper > div {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .milk-run-3-col.three_columns .content-wrapper > div {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 8rem;
  }
}
.milk-run-3-col.three_columns .content-wrapper ul {
  list-style: none;
  margin: 2rem auto 0;
  padding: 0;
}
.milk-run-3-col.three_columns .content-wrapper ul li {
  border-top: 1px solid #ffffff;
  font-family: var(--theme-alt-title-font);
  padding: 10px 0;
  line-height: 140%;
  position: relative;
  padding-left: 20px;
}
.milk-run-3-col.three_columns .content-wrapper ul li:last-of-type {
  border-bottom: 1px solid #ffffff;
}
.milk-run-3-col.three_columns .content-wrapper ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 0;
}

.milk-run-how-it-works-title.page-content {
  padding: 5.5rem 0 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-how-it-works-title.page-content {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .milk-run-how-it-works-title.page-content {
    padding: 9rem 0;
  }
}
.milk-run-how-it-works-title.page-content h2 {
  color: #ff0100;
  font-family: var(--theme-alt-title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 21.6px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.milk-run-how-it-works-title.page-content.milk-run-how-it-works-title--border {
  padding: 2rem 0 0 !important;
}
.milk-run-how-it-works-title.page-content.milk-run-how-it-works-title--border .content-wrapper > div {
  background-image: repeating-linear-gradient(0deg, #ff0100, #ff0100 10px, transparent 10px, transparent 20px), repeating-linear-gradient(90deg, #ff0100, #ff0100 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, #ff0100, #ff0100 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #ff0100, #ff0100 10px, transparent 10px, transparent 20px);
  -o-border-image: repeating-linear-gradient(0deg, #ff0100, #ff0100 10px, transparent 10px, transparent 20px);
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-size: 0, 100% 3px, 0, 0;
  background-repeat: no-repeat;
  padding: 5rem 0 3rem;
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-how-it-works-title.page-content.milk-run-how-it-works-title--border .content-wrapper > div {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .milk-run-how-it-works-title.page-content.milk-run-how-it-works-title--border .content-wrapper > div {
    padding: 9rem 0;
  }
}

.milk-run-how-it-works.four_columns * {
  color: #ff0100;
}
.milk-run-how-it-works.four_columns h2 {
  line-height: 100%;
  letter-spacing: -0.72px;
  margin-bottom: 0.25rem;
}
.milk-run-how-it-works.four_columns p {
  font-family: var(--theme-alt-title-font);
  max-width: 260px;
  font-size: 0.9375rem;
  margin: 1rem 0 0 0;
}
@media only screen and (max-width: 49.125em) {
  .milk-run-how-it-works.four_columns h2, .milk-run-how-it-works.four_columns p {
    padding-left: 35px;
  }
}
.milk-run-how-it-works.four_columns .content-wrapper > div:before {
  display: block;
  width: 100%;
  color: #ff0100;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-family: var(--theme-alt-title-font);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 49.125em) {
  .milk-run-how-it-works.four_columns .content-wrapper > div:before {
    position: absolute;
    width: 30px;
  }
}
@media only screen and (max-width: 49.125em) {
  .milk-run-how-it-works.four_columns .content-wrapper > div {
    padding-left: 2rem;
    margin-bottom: 2.5rem !important;
  }
  .milk-run-how-it-works.four_columns .content-wrapper > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
.milk-run-how-it-works.four_columns .content-wrapper > div:first-of-type:before {
  content: "1";
}
.milk-run-how-it-works.four_columns .content-wrapper > div:nth-of-type(2):before {
  content: "2";
}
.milk-run-how-it-works.four_columns .content-wrapper > div:nth-of-type(3):before {
  content: "3";
}
.milk-run-how-it-works.four_columns .content-wrapper > div:last-of-type:before {
  content: "4";
}

.milk-run-calendar-2-col.two_columns_large_offset_image {
  margin-top: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-calendar-2-col.two_columns_large_offset_image {
    margin-top: 2rem;
  }
}
.milk-run-calendar-2-col.two_columns_large_offset_image h2 {
  color: #ff0100;
  line-height: 100%;
  letter-spacing: -0.72px;
}
@media only screen and (min-width: 63.6876em) {
  .milk-run-calendar-2-col.two_columns_large_offset_image h2 {
    font-size: 36px;
  }
}
.milk-run-calendar-2-col.two_columns_large_offset_image p {
  color: #ff0100;
  font-family: var(--theme-alt-title-font);
  max-width: 420px;
  margin-bottom: 2.5rem;
}
.milk-run-calendar-2-col.two_columns_large_offset_image .button.button--inline-block.button--red:hover, .milk-run-calendar-2-col.two_columns_large_offset_image .button.button--inline-block.button--red:focus, .milk-run-calendar-2-col.two_columns_large_offset_image .button.button--inline-block.button--red:active {
  border-color: #ff0100;
}

.milk-run-slider {
  margin-top: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-slider {
    margin-top: 3rem;
  }
}
.milk-run-slider a.button--white {
  border-color: #ffffff;
}
.milk-run-slider a.button--white:hover, .milk-run-slider a.button--white:focus, .milk-run-slider a.button--white:active {
  border-color: #ff0100;
  background: #ff0100;
  color: #ffffff;
}

.milk-run-faqs {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 49.1875em) {
  .milk-run-faqs {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .milk-run-faqs {
    margin-bottom: 7rem;
  }
}
.milk-run-faqs .faqs__wrapper__single__question {
  text-transform: uppercase;
}

.membership-oct-2024-simple-banner.banner {
  margin-top: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .membership-oct-2024-simple-banner.banner {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .membership-oct-2024-simple-banner.banner {
    margin-top: 3.5rem;
  }
}
.membership-oct-2024-simple-banner.banner .page-banner__text {
  padding: 2rem 2rem 1.5rem;
}
@media only screen and (min-width: 49.1875em) {
  .membership-oct-2024-simple-banner.banner .page-banner__text {
    padding: 4.75rem 2.625rem 4rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .membership-oct-2024-simple-banner.banner .page-banner__text {
    padding: 6.75rem 5.625rem 5rem;
  }
}
.membership-oct-2024-simple-banner.banner.thinner .page-banner {
  min-height: 40vh;
  height: 40vh;
  max-height: 40vh;
}

.equinox-milk-run-banner {
  background-image: url("images/misc/prefooter--EQpromo.jpg");
  background-size: cover;
  background-position: center;
  padding: 2rem 0;
}
.equinox-milk-run-banner .content-wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-milk-run-banner .content-wrapper {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-milk-run-banner .content-wrapper {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .equinox-milk-run-banner {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-milk-run-banner {
    padding: 6rem 0;
  }
}
.equinox-milk-run-banner img {
  max-width: 250px;
  width: 100%;
  display: block;
  margin: 0 auto 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-milk-run-banner img {
    margin: 0 auto 3rem;
  }
}
.equinox-milk-run-banner p {
  color: #ffffff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-milk-run-banner p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-milk-run-banner p {
    font-size: 32px;
  }
}
.equinox-milk-run-banner .center-button {
  margin-top: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-milk-run-banner .center-button {
    margin-top: 3rem;
  }
}
.equinox-milk-run-banner a.button--white {
  border-color: #ffffff;
}
.equinox-milk-run-banner a.button--white:hover, .equinox-milk-run-banner a.button--white:focus, .equinox-milk-run-banner a.button--white:active {
  border-color: #000;
}

body.page-template-page-membership-dark .header {
  background: #000;
}
body.page-template-page-membership-dark .header__left > a {
  color: #ffffff;
}
body.page-template-page-membership-dark .header__left > a:before {
  background-image: url("images/icons/icon-location-white.svg");
}
body.page-template-page-membership-dark .c7-user-nav__account > a, body.page-template-page-membership-dark .c7-user-nav__cart > button {
  color: #ffffff;
}
body.page-template-page-membership-dark .header__tools .c7-user-nav__account > a:before {
  background-image: url("images/icons/icon-account-white.svg");
}
body.page-template-page-membership-dark .header__tools .c7-user-nav__cart button.c7-link:before {
  background-image: url("images/icons/icon-cart-white.svg");
}
body.page-template-page-membership-dark .header__navigation a {
  color: #ffffff;
}
body.page-template-page-membership-dark .header__navigation .current-menu-item > a:hover,
body.page-template-page-membership-dark .header__navigation .current_page_item > a:hover,
body.page-template-page-membership-dark .header__navigation .current-page-ancestor > a:hover {
  color: #ffffff;
}
body.page-template-page-membership-dark .header__navigation li > a:after {
  border-color: #ffffff;
}
@media only screen and (min-width: 75em) {
  body.page-template-page-membership-dark .header__navigation li:hover > a:after, body.page-template-page-membership-dark .header__navigation li:focus > a:after, body.page-template-page-membership-dark .header__navigation li:active > a:after {
    width: 100%;
  }
}
@media only screen and (min-width: 75em) {
  body.page-template-page-membership-dark .header__navigation ul ul {
    background: #000;
    border-top-color: #ffffff;
  }
}
@media only screen and (min-width: 75em) {
  body.page-template-page-membership-dark .header__navigation ul ul li a {
    color: #ffffff;
  }
}
body.page-template-page-membership-dark .header__navigation-toggle span.lines, body.page-template-page-membership-dark .header__search-toggle span.lines {
  background: #ffffff;
}
body.page-template-page-membership-dark .header__navigation-toggle span.lines:before, body.page-template-page-membership-dark .header__navigation-toggle span.lines:after, body.page-template-page-membership-dark .header__search-toggle span.lines:before, body.page-template-page-membership-dark .header__search-toggle span.lines:after {
  background: #ffffff;
}
@media only screen and (max-width: 74.9375em) {
  body.page-template-page-membership-dark .header__navigation li {
    background: #000;
    border-bottom-color: #ffffff;
  }
}
body.page-template-page-membership-dark main {
  background: #000;
  color: #ffffff;
}
body.page-template-page-membership-dark main a {
  color: #ffffff;
}
body.page-template-page-membership-dark .membership-breadcrumb .content-wrapper a:hover, body.page-template-page-membership-dark .membership-breadcrumb .content-wrapper a:focus, body.page-template-page-membership-dark .membership-breadcrumb .content-wrapper a:active {
  color: rgba(255, 255, 255, 0.5);
}
body.page-template-page-membership-dark h2, body.page-template-page-membership-dark .h2 {
  font-weight: 400;
  letter-spacing: 0.2px;
}

.equinox-header-banner .page-banner__text {
  background: transparent;
}

.equinox-intro.one_column_regular .content-wrapper,
.equinox-intro.equinox-intro--quote.one_column_regular .content-wrapper,
.equinox-two-columns.two_columns_regular .content-wrapper {
  max-width: 920px;
  width: 100%;
}
.equinox-intro.one_column_regular h1, .equinox-intro.one_column_regular h2, .equinox-intro.one_column_regular h3, .equinox-intro.one_column_regular h4, .equinox-intro.one_column_regular h5, .equinox-intro.one_column_regular .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-intro.one_column_regular .c7-product-detail__subtitle.c7-subtitle, .equinox-intro.one_column_regular h6,
.equinox-intro.one_column_regular .h1, .equinox-intro.one_column_regular .h2, .equinox-intro.one_column_regular .h3, .equinox-intro.one_column_regular .h4, .equinox-intro.one_column_regular .h5, .equinox-intro.one_column_regular .h6,
.equinox-intro.one_column_regular p,
.equinox-intro.equinox-intro--quote.one_column_regular h1,
.equinox-intro.equinox-intro--quote.one_column_regular h2,
.equinox-intro.equinox-intro--quote.one_column_regular h3,
.equinox-intro.equinox-intro--quote.one_column_regular h4,
.equinox-intro.equinox-intro--quote.one_column_regular h5,
.equinox-intro.equinox-intro--quote.one_column_regular h6,
.equinox-intro.equinox-intro--quote.one_column_regular .h1,
.equinox-intro.equinox-intro--quote.one_column_regular .h2,
.equinox-intro.equinox-intro--quote.one_column_regular .h3,
.equinox-intro.equinox-intro--quote.one_column_regular .h4,
.equinox-intro.equinox-intro--quote.one_column_regular .h5,
.equinox-intro.equinox-intro--quote.one_column_regular .h6,
.equinox-intro.equinox-intro--quote.one_column_regular p,
.equinox-two-columns.two_columns_regular h1,
.equinox-two-columns.two_columns_regular h2,
.equinox-two-columns.two_columns_regular h3,
.equinox-two-columns.two_columns_regular h4,
.equinox-two-columns.two_columns_regular h5,
.equinox-two-columns.two_columns_regular .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle,
.c7-product-detail__top__titles_and_price__titles .equinox-two-columns.two_columns_regular .c7-product-detail__subtitle.c7-subtitle,
.equinox-two-columns.two_columns_regular h6,
.equinox-two-columns.two_columns_regular .h1,
.equinox-two-columns.two_columns_regular .h2,
.equinox-two-columns.two_columns_regular .h3,
.equinox-two-columns.two_columns_regular .h4,
.equinox-two-columns.two_columns_regular .h5,
.equinox-two-columns.two_columns_regular .h6,
.equinox-two-columns.two_columns_regular p {
  color: #ffffff;
}
.equinox-intro.one_column_regular h1, .equinox-intro.one_column_regular h2, .equinox-intro.one_column_regular h3, .equinox-intro.one_column_regular h4, .equinox-intro.one_column_regular h5, .equinox-intro.one_column_regular .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-intro.one_column_regular .c7-product-detail__subtitle.c7-subtitle, .equinox-intro.one_column_regular h6,
.equinox-intro.one_column_regular .h1, .equinox-intro.one_column_regular .h2, .equinox-intro.one_column_regular .h3, .equinox-intro.one_column_regular .h4, .equinox-intro.one_column_regular .h5, .equinox-intro.one_column_regular .h6,
.equinox-intro.one_column_regular p,
.equinox-intro.equinox-intro--quote.one_column_regular h1,
.equinox-intro.equinox-intro--quote.one_column_regular h2,
.equinox-intro.equinox-intro--quote.one_column_regular h3,
.equinox-intro.equinox-intro--quote.one_column_regular h4,
.equinox-intro.equinox-intro--quote.one_column_regular h5,
.equinox-intro.equinox-intro--quote.one_column_regular h6,
.equinox-intro.equinox-intro--quote.one_column_regular .h1,
.equinox-intro.equinox-intro--quote.one_column_regular .h2,
.equinox-intro.equinox-intro--quote.one_column_regular .h3,
.equinox-intro.equinox-intro--quote.one_column_regular .h4,
.equinox-intro.equinox-intro--quote.one_column_regular .h5,
.equinox-intro.equinox-intro--quote.one_column_regular .h6,
.equinox-intro.equinox-intro--quote.one_column_regular p,
.equinox-two-columns.two_columns_regular h1,
.equinox-two-columns.two_columns_regular h2,
.equinox-two-columns.two_columns_regular h3,
.equinox-two-columns.two_columns_regular h4,
.equinox-two-columns.two_columns_regular h5,
.equinox-two-columns.two_columns_regular .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle,
.c7-product-detail__top__titles_and_price__titles .equinox-two-columns.two_columns_regular .c7-product-detail__subtitle.c7-subtitle,
.equinox-two-columns.two_columns_regular h6,
.equinox-two-columns.two_columns_regular .h1,
.equinox-two-columns.two_columns_regular .h2,
.equinox-two-columns.two_columns_regular .h3,
.equinox-two-columns.two_columns_regular .h4,
.equinox-two-columns.two_columns_regular .h5,
.equinox-two-columns.two_columns_regular .h6,
.equinox-two-columns.two_columns_regular p {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-intro.one_column_regular h1, .equinox-intro.one_column_regular h2, .equinox-intro.one_column_regular h3, .equinox-intro.one_column_regular h4, .equinox-intro.one_column_regular h5, .equinox-intro.one_column_regular .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-intro.one_column_regular .c7-product-detail__subtitle.c7-subtitle, .equinox-intro.one_column_regular h6,
  .equinox-intro.one_column_regular .h1, .equinox-intro.one_column_regular .h2, .equinox-intro.one_column_regular .h3, .equinox-intro.one_column_regular .h4, .equinox-intro.one_column_regular .h5, .equinox-intro.one_column_regular .h6,
  .equinox-intro.one_column_regular p,
  .equinox-intro.equinox-intro--quote.one_column_regular h1,
  .equinox-intro.equinox-intro--quote.one_column_regular h2,
  .equinox-intro.equinox-intro--quote.one_column_regular h3,
  .equinox-intro.equinox-intro--quote.one_column_regular h4,
  .equinox-intro.equinox-intro--quote.one_column_regular h5,
  .equinox-intro.equinox-intro--quote.one_column_regular h6,
  .equinox-intro.equinox-intro--quote.one_column_regular .h1,
  .equinox-intro.equinox-intro--quote.one_column_regular .h2,
  .equinox-intro.equinox-intro--quote.one_column_regular .h3,
  .equinox-intro.equinox-intro--quote.one_column_regular .h4,
  .equinox-intro.equinox-intro--quote.one_column_regular .h5,
  .equinox-intro.equinox-intro--quote.one_column_regular .h6,
  .equinox-intro.equinox-intro--quote.one_column_regular p,
  .equinox-two-columns.two_columns_regular h1,
  .equinox-two-columns.two_columns_regular h2,
  .equinox-two-columns.two_columns_regular h3,
  .equinox-two-columns.two_columns_regular h4,
  .equinox-two-columns.two_columns_regular h5,
  .equinox-two-columns.two_columns_regular .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle,
  .c7-product-detail__top__titles_and_price__titles .equinox-two-columns.two_columns_regular .c7-product-detail__subtitle.c7-subtitle,
  .equinox-two-columns.two_columns_regular h6,
  .equinox-two-columns.two_columns_regular .h1,
  .equinox-two-columns.two_columns_regular .h2,
  .equinox-two-columns.two_columns_regular .h3,
  .equinox-two-columns.two_columns_regular .h4,
  .equinox-two-columns.two_columns_regular .h5,
  .equinox-two-columns.two_columns_regular .h6,
  .equinox-two-columns.two_columns_regular p {
    font-size: 28px;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-intro.one_column_regular h1, .equinox-intro.one_column_regular h2, .equinox-intro.one_column_regular h3, .equinox-intro.one_column_regular h4, .equinox-intro.one_column_regular h5, .equinox-intro.one_column_regular .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-intro.one_column_regular .c7-product-detail__subtitle.c7-subtitle, .equinox-intro.one_column_regular h6,
  .equinox-intro.one_column_regular .h1, .equinox-intro.one_column_regular .h2, .equinox-intro.one_column_regular .h3, .equinox-intro.one_column_regular .h4, .equinox-intro.one_column_regular .h5, .equinox-intro.one_column_regular .h6,
  .equinox-intro.one_column_regular p,
  .equinox-intro.equinox-intro--quote.one_column_regular h1,
  .equinox-intro.equinox-intro--quote.one_column_regular h2,
  .equinox-intro.equinox-intro--quote.one_column_regular h3,
  .equinox-intro.equinox-intro--quote.one_column_regular h4,
  .equinox-intro.equinox-intro--quote.one_column_regular h5,
  .equinox-intro.equinox-intro--quote.one_column_regular h6,
  .equinox-intro.equinox-intro--quote.one_column_regular .h1,
  .equinox-intro.equinox-intro--quote.one_column_regular .h2,
  .equinox-intro.equinox-intro--quote.one_column_regular .h3,
  .equinox-intro.equinox-intro--quote.one_column_regular .h4,
  .equinox-intro.equinox-intro--quote.one_column_regular .h5,
  .equinox-intro.equinox-intro--quote.one_column_regular .h6,
  .equinox-intro.equinox-intro--quote.one_column_regular p,
  .equinox-two-columns.two_columns_regular h1,
  .equinox-two-columns.two_columns_regular h2,
  .equinox-two-columns.two_columns_regular h3,
  .equinox-two-columns.two_columns_regular h4,
  .equinox-two-columns.two_columns_regular h5,
  .equinox-two-columns.two_columns_regular .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle,
  .c7-product-detail__top__titles_and_price__titles .equinox-two-columns.two_columns_regular .c7-product-detail__subtitle.c7-subtitle,
  .equinox-two-columns.two_columns_regular h6,
  .equinox-two-columns.two_columns_regular .h1,
  .equinox-two-columns.two_columns_regular .h2,
  .equinox-two-columns.two_columns_regular .h3,
  .equinox-two-columns.two_columns_regular .h4,
  .equinox-two-columns.two_columns_regular .h5,
  .equinox-two-columns.two_columns_regular .h6,
  .equinox-two-columns.two_columns_regular p {
    font-size: 36px;
    margin-bottom: 4rem;
  }
}
.equinox-intro.one_column_regular img,
.equinox-intro.equinox-intro--quote.one_column_regular img,
.equinox-two-columns.two_columns_regular img {
  max-width: 40px !important;
  width: 100%;
}
.equinox-intro.one_column_regular a.button.button--white,
.equinox-intro.equinox-intro--quote.one_column_regular a.button.button--white,
.equinox-two-columns.two_columns_regular a.button.button--white {
  color: #000;
}
.equinox-intro.one_column_regular a.button.button--white:hover, .equinox-intro.one_column_regular a.button.button--white:focus, .equinox-intro.one_column_regular a.button.button--white:active,
.equinox-intro.equinox-intro--quote.one_column_regular a.button.button--white:hover,
.equinox-intro.equinox-intro--quote.one_column_regular a.button.button--white:focus,
.equinox-intro.equinox-intro--quote.one_column_regular a.button.button--white:active,
.equinox-two-columns.two_columns_regular a.button.button--white:hover,
.equinox-two-columns.two_columns_regular a.button.button--white:focus,
.equinox-two-columns.two_columns_regular a.button.button--white:active {
  color: #ffffff;
  border-color: #ffffff;
}

.equinox-two-columns.two_columns_regular,
.equinox-two-columns.equinox-two-columns--benefits.two_columns_regular {
  padding: 4rem 0;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-two-columns.two_columns_regular,
  .equinox-two-columns.equinox-two-columns--benefits.two_columns_regular {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-two-columns.two_columns_regular,
  .equinox-two-columns.equinox-two-columns--benefits.two_columns_regular {
    padding: 7rem 0;
  }
}
.equinox-two-columns.two_columns_regular .content-wrapper,
.equinox-two-columns.equinox-two-columns--benefits.two_columns_regular .content-wrapper {
  max-width: 1343px;
}
@media only screen and (max-width: 49.125em) {
  .equinox-two-columns.two_columns_regular .content-wrapper,
  .equinox-two-columns.equinox-two-columns--benefits.two_columns_regular .content-wrapper {
    padding-left: 1rem;
    padding-right: 14%;
  }
}

.equinox-two-columns.equinox-two-columns--benefits.two_columns_regular p {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-two-columns.equinox-two-columns--benefits.two_columns_regular p {
    font-size: 28px;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-two-columns.equinox-two-columns--benefits.two_columns_regular p {
    font-size: 36px;
    margin-bottom: 2.5rem;
  }
}
.equinox-two-columns.equinox-two-columns--benefits.two_columns_regular + .equinox-two-columns.equinox-two-columns--benefits.two_columns_regular {
  padding-top: 0;
  margin-top: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-two-columns.equinox-two-columns--benefits.two_columns_regular + .equinox-two-columns.equinox-two-columns--benefits.two_columns_regular {
    margin-top: -3rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-two-columns.equinox-two-columns--benefits.two_columns_regular + .equinox-two-columns.equinox-two-columns--benefits.two_columns_regular {
    margin-top: -4rem;
  }
}

.equinox-intro.equinox-intro--quote.one_column_regular {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-intro.equinox-intro--quote.one_column_regular {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-intro.equinox-intro--quote.one_column_regular {
    padding-top: 7rem;
    padding-bottom: 11rem;
  }
}
.equinox-intro.equinox-intro--quote.one_column_regular .content-wrapper {
  max-width: 700px;
}
.equinox-intro.equinox-intro--quote.one_column_regular p.cite {
  font-size: 12px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-intro.equinox-intro--quote.one_column_regular p.cite {
    font-size: 14px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-intro.equinox-intro--quote.one_column_regular p.cite {
    font-size: 16px;
  }
}

.equinox-2-col-large-offset-image h1, .equinox-2-col-large-offset-image h2, .equinox-2-col-large-offset-image h3, .equinox-2-col-large-offset-image h4, .equinox-2-col-large-offset-image h5, .equinox-2-col-large-offset-image .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-2-col-large-offset-image .c7-product-detail__subtitle.c7-subtitle, .equinox-2-col-large-offset-image h6,
.equinox-2-col-large-offset-image .h1, .equinox-2-col-large-offset-image .h2, .equinox-2-col-large-offset-image .h3, .equinox-2-col-large-offset-image .h4, .equinox-2-col-large-offset-image .h5, .equinox-2-col-large-offset-image .h6,
.equinox-2-col-large-offset-image p {
  color: #ffffff;
}
.equinox-2-col-large-offset-image .button-holder {
  margin-top: 3rem;
  display: block;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-2-col-large-offset-image .button-holder {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-2-col-large-offset-image .button-holder {
    margin-top: 7rem;
  }
}
.equinox-2-col-large-offset-image a.button.button--white {
  color: #000;
}
.equinox-2-col-large-offset-image a.button.button--white:hover, .equinox-2-col-large-offset-image a.button.button--white:focus, .equinox-2-col-large-offset-image a.button.button--white:active {
  color: #ffffff;
  border-color: #ffffff;
}
.equinox-2-col-large-offset-image .two_columns_large_offset_image__content {
  margin-bottom: auto;
}
@media only screen and (max-width: 49.125em) {
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content > div {
    padding-left: 1rem;
    padding-right: 14%;
  }
}
.equinox-2-col-large-offset-image .two_columns_large_offset_image__content h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__subtitle.c7-subtitle, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h6,
.equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h6 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__subtitle.c7-subtitle, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h6,
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h6 {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__subtitle.c7-subtitle, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h6,
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h6 {
    margin-bottom: 5rem;
  }
}
.equinox-2-col-large-offset-image .two_columns_large_offset_image__content p:first-of-type {
  font-size: 10px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content p:first-of-type {
    font-size: 11px;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content p:first-of-type {
    font-size: 13px;
    margin-bottom: 5rem;
  }
}
.equinox-2-col-large-offset-image .two_columns_large_offset_image__content p:not(:first-of-type),
.equinox-2-col-large-offset-image .two_columns_large_offset_image__content h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__subtitle.c7-subtitle, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h6,
.equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h6 {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content p:not(:first-of-type),
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__subtitle.c7-subtitle, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h6,
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h6 {
    font-size: 28px;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content p:not(:first-of-type),
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .c7-product-detail__subtitle.c7-subtitle, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content h6,
  .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h1, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h2, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h3, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h4, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h5, .equinox-2-col-large-offset-image .two_columns_large_offset_image__content .h6 {
    font-size: 36px;
    margin-bottom: 5rem;
  }
}

.equinox-intro--details.page-content {
  padding-top: 3rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-intro--details.page-content {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-intro--details.page-content {
    padding-top: 8rem;
  }
}

.faqs.equinox-faqs {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 49.1875em) {
  .faqs.equinox-faqs {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .faqs.equinox-faqs {
    padding-bottom: 8rem;
  }
}
.faqs.equinox-faqs p {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.faqs.equinox-faqs .button-wrapper {
  margin-top: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .faqs.equinox-faqs .button-wrapper {
    margin-top: 1.25rem;
  }
}
.faqs.equinox-faqs a.button--white {
  border-color: #ffffff;
  color: #000;
}
.faqs.equinox-faqs a.button--white:hover, .faqs.equinox-faqs a.button--white:focus, .faqs.equinox-faqs a.button--white:active {
  border-color: #000;
  color: #ffffff;
}
.faqs.equinox-faqs .faqs__wrapper__single {
  border-color: #ffffff;
}
.faqs.equinox-faqs .faqs__wrapper__single__question {
  background: #000;
}
.faqs.equinox-faqs .faqs__wrapper__single__question span {
  color: #ffffff;
}
.faqs.equinox-faqs .faqs__wrapper__single__question:after {
  background-image: url("images/icons/icon-faq-down-arrow-white.png");
}
.faqs.equinox-faqs .faqs__wrapper__single--active .faqs__wrapper__single__question:after {
  background-image: url("images/icons/icon-faq-up-arrow-black.png");
}
.faqs.equinox-faqs .faqs__wrapper__single--active .faqs__wrapper__single__question {
  background: #ffffff;
}
.faqs.equinox-faqs .faqs__wrapper__single--active .faqs__wrapper__single__question span {
  color: #000;
}
.faqs.equinox-faqs .faqs__wrapper__single__answer {
  background: #000;
}

.equinox-mr-two-column.page-content {
  padding: 5rem 0;
  background-image: url("/wp-content/uploads/2024/11/equinox-mr-red-background.jpg");
}
@media only screen and (min-width: 49.1875em) {
  .equinox-mr-two-column.page-content {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-mr-two-column.page-content {
    padding: 10rem 0;
  }
}
.equinox-mr-two-column.page-content a.button--white {
  color: #000;
  border-color: #ffffff;
}
.equinox-mr-two-column.page-content a.button--white:hover, .equinox-mr-two-column.page-content a.button--white:focus, .equinox-mr-two-column.page-content a.button--white:active {
  color: #ffffff;
  border-color: #000;
}
.equinox-mr-two-column.page-content p {
  color: #ffffff;
  font-family: var(--theme-alt-title-font);
}
.equinox-mr-two-column.page-content div.milk-run-words {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 200px;
}
.equinox-mr-two-column.page-content div.milk-run-words > div {
  position: absolute;
}
.equinox-mr-two-column.page-content div.milk-run-words > div:first-of-type {
  left: 13%;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-mr-two-column.page-content div.milk-run-words > div:first-of-type {
    left: 40%;
  }
}
.equinox-mr-two-column.page-content div.milk-run-words > div:nth-of-type(2) {
  right: 5%;
  top: 50px;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-mr-two-column.page-content div.milk-run-words > div:nth-of-type(2) {
    right: 20%;
  }
}
.equinox-mr-two-column.page-content div.milk-run-words > div:nth-of-type(3) {
  left: 0%;
  top: 90px;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-mr-two-column.page-content div.milk-run-words > div:nth-of-type(3) {
    left: 30%;
  }
}
.equinox-mr-two-column.page-content div.milk-run-words > div span {
  text-transform: uppercase;
  color: #ffffff;
  font-family: var(--theme-alt-title-font);
  display: inline-block;
  background-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px), repeating-linear-gradient(90deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px);
  -o-border-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px);
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-size: 0, 0, 0, 100% 2px;
  background-repeat: no-repeat;
}
.equinox-mr-two-column.page-content .center-button {
  margin-top: 3rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-mr-two-column.page-content .center-button {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-mr-two-column.page-content .center-button {
    margin-top: 5rem;
  }
}

.equinox-intro--benefits.equinox-intro.page-content {
  padding-top: 5rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox-intro--benefits.equinox-intro.page-content {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox-intro--benefits.equinox-intro.page-content {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 49.125em) {
  .equinox-intro--benefits.equinox-intro.page-content h2 {
    text-align: left !important;
  }
}

@media only screen and (max-width: 49.125em) {
  .wine-clubs-3col-instagram .content-wrapper > div:first-of-type, .wine-clubs-3col-instagram .content-wrapper > div:nth-of-type(2) {
    display: none;
  }
}

.page-content {
  padding: 1.75rem 0;
}
@media screen and (min-width: 86em) {
  .page-content {
    padding: 1.875rem 0;
  }
}
@media print {
  .page-content {
    padding: 1.5rem 0;
  }
}
.page-content .content-wrapper > div > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.flex.two_columns_regular .content-wrapper > div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.page-content p iframe {
  margin: 0 auto;
  display: block;
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.page-content.vertical-video p iframe {
  aspect-ratio: 1/1.5;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.vertical-video p iframe {
    aspect-ratio: 1/1;
  }
}
.page-content ul li a,
.page-content ol li a {
  color: #000;
  text-decoration: underline;
}
.page-content p > a:not(.button) {
  text-decoration: underline;
  font-weight: bold;
}

.page-content.banner .page-banner {
  padding-top: 60px;
}
.page-content.banner.short .page-banner--image {
  min-height: 80vh;
  max-height: 80vh;
  height: 80vh;
}
.page-content.banner .page-banner--image picture {
  padding-top: 0;
}

.category_tile .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.category_tile .h1 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 2.5rem;
}
@media only screen and (min-width: 75em) {
  .category_tile .h1 {
    padding: 1.5rem 0 2.5rem;
  }
}
.category_tile__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.category_tile__wrapper__single {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .category_tile__wrapper__single {
    width: 33.33%;
  }
}
.category_tile__wrapper__single__image {
  font-size: 0;
  width: 100%;
  margin: 0 auto 2rem;
}
.category_tile__wrapper__single__image a {
  display: block;
  position: relative;
  width: 100%;
}
.category_tile__wrapper__single__image a img {
  object-fit: contain;
  object-position: top center;
  width: 100%;
  height: 100%;
  max-height: 480px;
}
.category_tile__wrapper__single__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 1.5rem;
}
@media only screen and (min-width: 49.1875em) {
  .category_tile__wrapper__single__button {
    max-width: 240px;
    margin: 0 auto;
  }
}
.category_tile__wrapper__single__button a {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 74.9375em) {
  .category_tile__wrapper__single:last-of-type .category_tile__wrapper__single__button {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 49.1875em) {
  .club_benefits {
    margin-bottom: 4rem;
  }
}
.club_benefits .content-wrapper .club_benefits__column {
  width: 100%;
  background: var(--bg-color);
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  padding: 0 0 2rem;
}
.club_benefits .content-wrapper .club_benefits__column h1, .club_benefits .content-wrapper .club_benefits__column h2, .club_benefits .content-wrapper .club_benefits__column h3, .club_benefits .content-wrapper .club_benefits__column h4, .club_benefits .content-wrapper .club_benefits__column h5, .club_benefits .content-wrapper .club_benefits__column .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .club_benefits .content-wrapper .club_benefits__column .c7-product-detail__subtitle.c7-subtitle, .club_benefits .content-wrapper .club_benefits__column h6, .club_benefits .content-wrapper .club_benefits__column p,
.club_benefits .content-wrapper .club_benefits__column .h1, .club_benefits .content-wrapper .club_benefits__column .h2, .club_benefits .content-wrapper .club_benefits__column .h3, .club_benefits .content-wrapper .club_benefits__column .h4, .club_benefits .content-wrapper .club_benefits__column .h5, .club_benefits .content-wrapper .club_benefits__column .h6, .club_benefits .content-wrapper .club_benefits__column .p {
  color: var(--text-color);
}
@media only screen and (min-width: 49.1875em) {
  .club_benefits .content-wrapper .club_benefits__column {
    width: 50%;
  }
}
@media only screen and (min-width: 49.1875em) {
  .club_benefits .content-wrapper .club_benefits__column:first-of-type {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 49.125em) {
  .club_benefits .content-wrapper .club_benefits__column:first-of-type {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .club_benefits .content-wrapper .club_benefits__column:first-of-type {
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .club_benefits .content-wrapper .club_benefits__column:last-of-type {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .club_benefits .content-wrapper .club_benefits__column:last-of-type {
    padding-left: 1.5rem;
  }
}
.club_benefits .content-wrapper .club_benefits__column__image {
  max-width: 50%;
  width: 100%;
  margin: 0 auto auto;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 49.1875em) {
  .club_benefits .content-wrapper .club_benefits__column__image {
    padding: 3rem 0;
    max-width: 290px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .club_benefits .content-wrapper .club_benefits__column__image {
    padding: 4rem 0;
  }
}
.club_benefits .content-wrapper .club_benefits__column__image img {
  width: 100%;
}
@media only screen and (max-width: 49.125em) {
  .club_benefits .content-wrapper .club_benefits__column__content {
    padding: 0 1rem;
  }
}
.club_benefits .content-wrapper .club_benefits__column__content > div:first-of-type {
  max-width: 495px;
}
@media only screen and (max-width: 49.125em) {
  .club_benefits .content-wrapper .club_benefits__column__content > div:first-of-type {
    text-align: center;
  }
}
.club_benefits .content-wrapper .club_benefits__column__content > div:first-of-type p {
  font-size: 18px;
}
@media only screen and (min-width: 49.1875em) {
  .club_benefits .content-wrapper .club_benefits__column__content > div:first-of-type p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .club_benefits .content-wrapper .club_benefits__column__content > div:first-of-type p {
    font-size: 24px;
  }
}
.club_benefits .content-wrapper .club_benefits__column__content h3 {
  font-family: var(--theme-alt-title-font);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 1rem;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 63.6876em) {
  .club_benefits .content-wrapper .club_benefits__column__content h3 {
    margin-top: 3rem;
  }
}
.club_benefits .content-wrapper .club_benefits__column__content ul {
  margin-bottom: 2rem;
  list-style-type: none;
  padding-left: 0;
  padding-right: 10px;
}
@media only screen and (min-width: 49.1875em) {
  .club_benefits .content-wrapper .club_benefits__column__content ul {
    margin-bottom: 3rem;
  }
}
.club_benefits .content-wrapper .club_benefits__column__content ul li {
  position: relative;
  line-height: 1.75;
  border-bottom: 1px solid var(--text-color);
  padding-left: 15px;
}
.club_benefits .content-wrapper .club_benefits__column__content ul li:first-of-type {
  border-top: 1px solid var(--text-color);
}
@media only screen and (max-width: 49.125em) {
  .club_benefits .content-wrapper .club_benefits__column__content ul li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .club_benefits .content-wrapper .club_benefits__column__content ul li {
    line-height: 2.25;
  }
}
.club_benefits .content-wrapper .club_benefits__column__content ul li:before {
  content: "•";
  color: var(--text-color);
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
}
.club_benefits .content-wrapper .club_benefits__column__cta {
  margin: auto 0 0;
}
@media only screen and (max-width: 49.125em) {
  .club_benefits .content-wrapper .club_benefits__column__cta {
    text-align: center;
  }
}
.club_benefits .content-wrapper .club_benefits__column__cta a.button {
  display: inline-block;
}
.club_benefits .content-wrapper .club_benefits__column__cta a.button:hover, .club_benefits .content-wrapper .club_benefits__column__cta a.button:focus, .club_benefits .content-wrapper .club_benefits__column__cta a.button:active {
  border-color: var(--text-color);
}

.collection_tile {
  margin-bottom: 2rem;
}
.collection_tile .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.collection_tile .h1 {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 1rem;
}
.collection_tile .c7-product-collection {
  margin: 0 auto;
}
.collection_tile .c7-product-collection .c7-h1 {
  display: none;
}
.collection_tile .c7-product-collection .c7-filters {
  display: none;
}
.collection_tile .c7-product-collection__content {
  display: none;
}
.collection_tile .c7-product-collection--1up .c7-product-collection__product-list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 481px) {
  .collection_tile .c7-product-collection--1up .c7-product-collection__product-list {
    row-gap: 80px;
  }
}
.collection_tile .c7-product-collection--1up .c7-product-collection__product-list .c7-product {
  flex-direction: column;
  align-items: center;
  position: relative;
}
.collection_tile .c7-product-collection--2up .c7-product-collection__product-list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 481px) {
  .collection_tile .c7-product-collection--2up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 80px;
  }
}
.collection_tile .c7-product-collection--2up .c7-product-collection__product-list .c7-product {
  flex-direction: column;
  align-items: center;
  position: relative;
}
.collection_tile .c7-product-collection--3up .c7-product-collection__product-list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 481px) {
  .collection_tile .c7-product-collection--3up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 769px) {
  .collection_tile .c7-product-collection--3up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.collection_tile .c7-product-collection--3up .c7-product-collection__product-list .c7-product {
  flex-direction: column;
  align-items: center;
  position: relative;
}
.collection_tile .c7-product-collection--4up .c7-product-collection__product-list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 481px) {
  .collection_tile .c7-product-collection--4up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 769px) {
  .collection_tile .c7-product-collection--4up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 980px) {
  .collection_tile .c7-product-collection--4up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.collection_tile .c7-product-collection--4up .c7-product-collection__product-list .c7-product {
  flex-direction: column;
  align-items: center;
  position: relative;
}
.collection_tile .c7-product-collection--5up .c7-product-collection__product-list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 481px) {
  .collection_tile .c7-product-collection--5up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 769px) {
  .collection_tile .c7-product-collection--5up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 980px) {
  .collection_tile .c7-product-collection--5up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.collection_tile .c7-product-collection--5up .c7-product-collection__product-list .c7-product {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.shop-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}
.equinox_issue {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
}
.equinox_issue__content {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .equinox_issue__content {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox_issue__content {
    padding-bottom: 1.5rem;
  }
}
.equinox_issue__content > div {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 90%;
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 49.1875em) {
  .equinox_issue__content > div {
    font-size: 28px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox_issue__content > div {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
}
.equinox_issue__content > div img:first-of-type {
  height: 17px;
  width: auto;
  margin-right: 7px;
}
@media only screen and (min-width: 49.1875em) {
  .equinox_issue__content > div img:first-of-type {
    height: 28px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox_issue__content > div img:first-of-type {
    height: 36px;
    margin-right: 20px;
  }
}
.equinox_issue__content > div img:last-of-type {
  height: 17px;
  width: 17px;
  margin-left: 7px;
}
@media only screen and (min-width: 49.1875em) {
  .equinox_issue__content > div img:last-of-type {
    margin-left: 16px;
    height: 28px;
    width: 28px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .equinox_issue__content > div img:last-of-type {
    margin-left: 20px;
  }
}
.equinox_issue__content > div:first-of-type {
  margin-right: auto;
}
.equinox_issue__content > div:last-of-type {
  margin-left: auto;
  text-transform: uppercase;
}

.faqs__wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.faqs__wrapper__single {
  border-bottom: 1px solid #000;
  transition: all 0.3s ease-out;
}
.faqs__wrapper__single:last-of-type {
  margin-bottom: 0;
}
.faqs__wrapper__single__question {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  padding: 15px 10px;
  transition: all 0.3s ease-out;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.25rem;
  font-family: var(--theme-title-font);
  letter-spacing: 0.4px;
}
.faqs__wrapper__single__question:after {
  font-family: sans-serif;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  position: absolute;
  width: 15px;
  height: 13px;
  background-size: cover;
  content: "";
  background-image: url("images/icons/icon-faq-down-arrow.png");
  display: flex;
  opacity: 1;
  transition: all 0.3s ease-out;
  color: #000;
}
.faqs__wrapper__single__question span {
  font-size: 1.25rem;
  padding-left: 10px;
  color: #000;
  width: calc(100% - 38px);
}
.faqs__wrapper__single__question:hover {
  background: #000;
  color: #ffffff;
}
.faqs__wrapper__single__question:hover span {
  color: #ffffff;
}
.faqs__wrapper__single__question:hover:after {
  color: #ffffff;
  content: "";
  background-image: url("images/icons/icon-faq-up-arrow.png");
}
.faqs__wrapper__single__answer {
  display: none;
  padding: 15px 25px;
  background: #ffffff;
}
.faqs__wrapper__single__answer p {
  font-size: 1.0625rem;
}
.faqs__wrapper__single__answer p:last-of-type {
  margin-bottom: 0;
}
.faqs__wrapper__single__answer p a {
  color: inherit;
}
.faqs__wrapper__single--active {
  background: #ffffff;
}
.faqs__wrapper__single--active .faqs__wrapper__single__question {
  background: #000;
}
.faqs__wrapper__single--active .faqs__wrapper__single__question span {
  color: #ffffff;
}
.faqs__wrapper__single--active .faqs__wrapper__single__question:after {
  color: #ffffff;
  content: "";
  background-image: url("images/icons/icon-faq-up-arrow.png");
}

.five_columns .content-wrapper {
  justify-content: space-between;
}
.five_columns .content-wrapper > div {
  width: 100%;
}
@media screen and (min-width: 30.0625em) {
  .five_columns .content-wrapper > div {
    width: 33.33%;
  }
}
@media only screen and (min-width: 49.1875em) {
  .five_columns .content-wrapper > div {
    width: 20%;
    padding: 0 5px;
  }
}
.five_columns .content-wrapper > div:first-of-type, .five_columns .content-wrapper > div:nth-of-type(2), .five_columns .content-wrapper > div:nth-of-type(3), .five_columns .content-wrapper > div:nth-of-type(4) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 30.0625em) {
  .five_columns .content-wrapper > div:first-of-type, .five_columns .content-wrapper > div:nth-of-type(2), .five_columns .content-wrapper > div:nth-of-type(3), .five_columns .content-wrapper > div:nth-of-type(4) {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .five_columns .content-wrapper > div:first-of-type, .five_columns .content-wrapper > div:nth-of-type(2), .five_columns .content-wrapper > div:nth-of-type(3), .five_columns .content-wrapper > div:nth-of-type(4) {
    margin-bottom: 0;
  }
}

.page-content.form__text-before {
  margin-bottom: 2rem;
  max-width: 800px;
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.form__text-before {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .page-content.form__text-before {
    margin-bottom: 3rem;
  }
}
.page-content.form .gform_wrapper {
  margin: 0 auto;
}

.four_columns .content-wrapper {
  justify-content: space-between;
}
.four_columns .content-wrapper > div {
  width: 100%;
}
@media screen and (min-width: 30.0625em) {
  .four_columns .content-wrapper > div {
    width: 50%;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .four_columns .content-wrapper > div {
    width: 25%;
    padding: 0 5px;
  }
}
.four_columns .content-wrapper > div:first-of-type, .four_columns .content-wrapper > div:nth-of-type(2), .four_columns .content-wrapper > div:nth-of-type(3) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 30.0625em) {
  .four_columns .content-wrapper > div:first-of-type, .four_columns .content-wrapper > div:nth-of-type(2), .four_columns .content-wrapper > div:nth-of-type(3) {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .four_columns .content-wrapper > div:first-of-type, .four_columns .content-wrapper > div:nth-of-type(2), .four_columns .content-wrapper > div:nth-of-type(3) {
    margin-bottom: 0;
  }
}

.map {
  text-align: center;
}
.map h2, .map .h2 {
  text-transform: none;
}
.map__wrapper {
  font-size: 0;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .map__wrapper {
    padding-bottom: 1.75rem;
  }
}
@media screen and (min-width: 86em) {
  .map__wrapper {
    padding-bottom: 1.875rem;
  }
}
.map .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.map .content-wrapper__column {
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .map .content-wrapper__column {
    width: 50%;
  }
}
.map .content-wrapper__column:first-of-type {
  padding: 0 0 2rem 0;
}
@media only screen and (min-width: 49.1875em) {
  .map .content-wrapper__column:first-of-type {
    padding: 0 2rem 0 0;
  }
}
.map .content-wrapper__column:last-of-type {
  padding: 0;
}
@media only screen and (min-width: 49.1875em) {
  .map .content-wrapper__column:last-of-type {
    padding: 0 0 0 2rem;
  }
}
.map .content-wrapper__column * {
  font-weight: bold;
}
.map .content-wrapper__column p {
  font-size: 1rem;
}
.map .content-wrapper__column .button {
  letter-spacing: 3px;
  background: #ffffff;
  border-color: #000;
}
.map .content-wrapper__column .button:hover, .map .content-wrapper__column .button:focus {
  background: #000;
  border-color: #000;
  color: #ffffff;
}

.milk_run_club {
  width: 100%;
  margin: 0 auto;
}
.milk_run_club .milk_run_club__column {
  background-image: repeating-linear-gradient(0deg, #ff0100, #ff0100 10px, transparent 10px, transparent 20px), repeating-linear-gradient(90deg, #ff0100, #ff0100 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, #ff0100, #ff0100 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #ff0100, #ff0100 10px, transparent 10px, transparent 20px);
  -o-border-image: repeating-linear-gradient(0deg, #ff0100, #ff0100 10px, transparent 10px, transparent 20px);
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-size: 0, 100% 3px, 0, 0;
  background-repeat: no-repeat;
}
.milk_run_club + .milk_run_club {
  margin-top: -2rem;
}
@media only screen and (min-width: 49.1875em) {
  .milk_run_club + .milk_run_club {
    margin-top: -3rem;
  }
}
.milk_run_club--last .milk_run_club__column {
  background-size: 0, 100% 3px, 0, 100% 3px;
}
.milk_run_club .content-wrapper {
  flex-direction: column;
}
.milk_run_club__column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 2.25rem 0;
}
@media only screen and (min-width: 49.1875em) {
  .milk_run_club__column {
    align-items: center;
    padding: 2rem 0;
  }
}
.milk_run_club__column__image {
  width: 100%;
  font-size: 0;
}
@media only screen and (min-width: 49.1875em) {
  .milk_run_club__column__image {
    width: 27%;
  }
}
.milk_run_club__column__image img {
  position: relative;
  top: 4px;
}
.milk_run_club__column__title {
  width: 100%;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 49.1875em) {
  .milk_run_club__column__title {
    width: 40%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .milk_run_club__column__title {
    padding: 0 1.1rem;
  }
}
.milk_run_club__column__title h2, .milk_run_club__column__title p {
  color: #ff0100;
}
.milk_run_club__column__title h2 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .milk_run_club__column__title h2 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .milk_run_club__column__title h2 {
    font-size: 2.2rem;
  }
}
.milk_run_club__column__title p {
  font-family: var(--theme-alt-title-font);
  font-size: 0.9375rem;
  margin: 1rem 0 0 0;
}
.milk_run_club__column__info {
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .milk_run_club__column__info {
    width: 33%;
  }
}
.milk_run_club__column__info h3 {
  color: #ff0100;
  margin-bottom: 0;
  font-size: 27px !important;
}
.milk_run_club__column__info p {
  color: #ff0100;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--theme-alt-title-font);
}
.milk_run_club__column__info__price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media only screen and (max-width: 49.125em) {
  .milk_run_club__column__info__price {
    justify-content: center;
  }
}
.milk_run_club__column__info__price h3 {
  margin-right: 1.25rem;
}
.milk_run_club__column__info .club-choices {
  width: 100%;
}
.milk_run_club__column__info .club-choices__select {
  border-radius: 50px;
  border-color: #ff0100;
  color: #ff0100;
  background-image: url(images/icons/icon-down-red-triangle.png);
  background-size: 14px;
  text-transform: uppercase;
  font-family: var(--theme-alt-body-font) !important;
  letter-spacing: 1.12px;
}
@media only screen and (max-width: 49.125em) {
  .milk_run_club__column__info .club-choices__select {
    font-size: 14px;
    min-width: 170px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .milk_run_club__column__info .club-choices__select {
    min-width: 210px;
    background-position: center right 19px;
  }
}
.milk_run_club__column__info .club-choices__select option:after {
  content: "h";
}
.milk_run_club__column__info .club-choices__buttons .c7-club-join-button .c7-btn {
  background: #ff0100;
  border-color: #ff0100;
}
.milk_run_club__column__info .club-choices__buttons .c7-club-join-button .c7-btn:hover, .milk_run_club__column__info .club-choices__buttons .c7-club-join-button .c7-btn:focus, .milk_run_club__column__info .club-choices__buttons .c7-club-join-button .c7-btn:active {
  background: #000;
  color: #ffffff;
  border-color: #000;
}

ul.subnav {
  list-style: outside none none;
  margin: 25px auto;
  padding: 0;
  text-align: center;
}
ul.subnav + ul.subnav {
  margin-top: -20px;
}
ul.subnav li {
  display: inline-block;
  margin: 2px 5px;
}
ul.subnav li a {
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
  padding: 2.5px 10px;
  border-radius: 15px;
  font-family: FavoritMonoStd-Regular;
}
ul.subnav li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #000;
}
ul.subnav li a.current {
  color: #ffffff;
  background-color: #000;
}

@media only screen and (min-width: 49.1875em) {
  .one_column_regular .content-wrapper > div {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.one_column_regular--width-narrow {
  width: 100%;
  margin: 0 auto;
}
.one_column_regular--width-narrow .content-wrapper {
  max-width: 78.125rem;
}
.one_column_regular--width-ultra-narrow {
  width: 100%;
  margin: 0 auto;
}
.one_column_regular--width-ultra-narrow .content-wrapper {
  max-width: 50rem;
}
.one_column_regular--width-wide {
  width: 100%;
  margin: 0 auto;
}
.one_column_regular--width-wide .content-wrapper {
  max-width: 1800px;
}
@media only screen and (min-width: 49.1875em) {
  .one_column_regular--width-wide .content-wrapper > div {
    max-width: 100%;
  }
}

.past_events__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: stretch;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.past_events__wrapper__single {
  width: 100%;
  margin: 0 auto 2.5rem;
}
@media only screen and (min-width: 49.1875em) {
  .past_events__wrapper__single {
    width: 50%;
    padding: 0 1rem;
    margin: 0 0 4rem;
    flex-grow: 2;
  }
}
@media only screen and (min-width: 63.6876em) {
  .past_events__wrapper__single {
    width: 33.33%;
    padding: 0 0.6rem;
  }
}
.past_events__wrapper__single__image {
  font-size: 0;
}
.past_events__wrapper__single__image picture {
  position: relative;
  height: 0;
  width: 100%;
  display: block;
  padding-bottom: 75%;
}
.past_events__wrapper__single__image picture img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.past_events__wrapper__single p {
  text-align: center;
  margin: 1.5rem auto 0;
}
.past_events__wrapper__single p em, .past_events__wrapper__single p strong {
  text-transform: uppercase;
}
@media only screen and (max-width: 49.125em) {
  .past_events__wrapper__single:last-of-type {
    margin-bottom: 0;
  }
}

.product_tile .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product_tile .h1 {
  text-transform: none;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 1.5rem 0 2.5rem;
}
.product_tile .c7-product-collection .c7-product-collection__product-list {
  grid-template-columns: 1fr;
}

.slider {
  font-size: 0;
}
.slider__slide {
  position: relative;
  font-size: 0;
  text-align: center;
}
.slider__slide img {
  width: 100%;
}
@media only screen and (max-width: 49.125em) {
  .slider__slide img {
    max-width: 250%;
    object-fit: cover;
  }
}
.slider__slide a {
  text-align: center;
}
.slider__slide span {
  font-size: 18px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.slider .slick-next,
.slider .slick-prev {
  background-image: url("images/icons/icon-slider-arrow.svg");
  width: 40px;
  height: 40px;
  transform: none;
  margin-top: -20px;
}
@media only screen and (min-width: 49.1875em) {
  .slider .slick-next,
  .slider .slick-prev {
    width: 55px;
    height: 55px;
    margin-top: -55px;
  }
}
.slider .slick-next {
  width: 35px;
  height: 35px;
  margin-top: 0;
}
.slider .slick-next .slick-next-icon:before {
  height: 35px;
  width: 35px;
}
@media only screen and (max-width: 49.125em) {
  .slider .slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .slider .slick-next {
    right: -40px;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.slider .slick-prev {
  height: 35px;
  width: 35px;
  margin-top: 0;
}
.slider .slick-prev .slick-prev-icon:before {
  height: 35px;
  width: 35px;
}
@media only screen and (max-width: 49.125em) {
  .slider .slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .slider .slick-prev {
    left: -40px;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.slider_complex {
  padding-bottom: 0;
}
@media only screen and (max-width: 49.125em) {
  .slider_complex .content-wrapper {
    padding: 0;
  }
}
.slider_complex .slick-slider.slick-dotted {
  margin-bottom: 90px;
}
.slider_complex .slick-next,
.slider_complex .slick-prev {
  background-image: none;
  width: 40px;
  height: 40px;
  transform: none;
  margin-top: -20px;
}
@media only screen and (min-width: 49.1875em) {
  .slider_complex .slick-next,
  .slider_complex .slick-prev {
    width: 55px;
    height: 60px;
    margin-top: -55px;
  }
}
.slider_complex .slick-next,
.slider_complex .slick-prev {
  top: 168px;
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex .slick-next,
  .slider_complex .slick-prev {
    top: 50% !important;
  }
}
.slider_complex .slick-next {
  right: 5px;
  margin-top: 0;
  transform: none;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex .slick-next {
    right: 2.5%;
    left: initial;
    margin-top: -55px;
    width: 55px;
    height: 60px;
  }
}
.slider_complex .slick-next-icon:before {
  background: url(images/icons/icon-arrow-right-thin.svg);
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex .slick-next-icon:before {
    width: 60px;
    height: 60px;
  }
}
.slider_complex .slick-prev {
  left: 5px;
  margin-top: 0;
  transform: none;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex .slick-prev {
    left: 2.5%;
    right: initial;
    margin-top: -55px;
    width: 55px;
    height: 55px;
  }
}
.slider_complex .slick-prev-icon:before {
  background: url(images/icons/icon-arrow-right-thin.svg);
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex .slick-prev-icon:before {
    width: 60px;
    height: 60px;
  }
}
.slider_complex__slide__inner {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.slider_complex__slide__inner__image {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex__slide__inner__image {
    justify-content: center;
    flex-direction: row;
  }
}
.slider_complex__slide__inner__image img {
  width: 100%;
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex__slide__inner__image img {
    width: 75% !important;
    margin-top: 0;
  }
}
.slider_complex__slide__inner__image__text {
  padding: 1.5rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: var(--text-color, black);
}
@media only screen and (min-width: 49.1875em) {
  .slider_complex__slide__inner__image__text {
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex__slide__inner__image__text {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 4rem 2rem;
    max-height: 95%;
    width: 40%;
    position: absolute;
  }
}
.slider_complex__slide__inner__image__text h1, .slider_complex__slide__inner__image__text h2, .slider_complex__slide__inner__image__text h3, .slider_complex__slide__inner__image__text h4, .slider_complex__slide__inner__image__text h5, .slider_complex__slide__inner__image__text .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .slider_complex__slide__inner__image__text .c7-product-detail__subtitle.c7-subtitle, .slider_complex__slide__inner__image__text h6, .slider_complex__slide__inner__image__text p {
  color: var(--text-color, black);
}
.slider_complex__slide__inner__image__text h1, .slider_complex__slide__inner__image__text .h1, .slider_complex__slide__inner__image__text .h2, .slider_complex__slide__inner__image__text h2 {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.slider_complex__slide__inner__image__text h1 + p, .slider_complex__slide__inner__image__text h2 + p, .slider_complex__slide__inner__image__text p {
  font-size: clamp(0.75rem, 0.6rem + 0.5vw, 1rem);
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex__slide--image-right .slider_complex__slide__inner__image img {
    margin-left: auto;
  }
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex__slide--image-right .slider_complex__slide__inner__image__text {
    left: 0;
    right: initial;
  }
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex__slide--image-left .slider_complex__slide__inner__image img {
    margin-right: auto;
  }
}
@media only screen and (min-width: 63.6876em) {
  .slider_complex__slide--image-left .slider_complex__slide__inner__image__text {
    right: 0;
    left: initial;
  }
}

.two_columns_large_offset_image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
}
.two_columns_large_offset_image__content {
  width: 100%;
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_large_offset_image__content {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.two_columns_large_offset_image__content * {
  color: var(--ww-text-color);
}
.two_columns_large_offset_image__content > div {
  max-width: 650px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_large_offset_image__content > div {
    padding: 2rem 3rem;
  }
}
.two_columns_large_offset_image__image {
  width: 100%;
  font-size: 0;
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_large_offset_image__image {
    width: 55%;
  }
}
.two_columns_large_offset_image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--ww-object-position-horizontal-mobile, 50%) var(--ww-object-position-vertical-mobile, 50%);
  max-height: 50vh;
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_large_offset_image__image img {
    object-position: var(--ww-object-position-horizontal-desktop, 50%) var(--ww-object-position-vertical-desktop, 50%);
    max-height: 100%;
  }
}
.two_columns_large_offset_image--full-height {
  min-height: 600px;
  align-items: stretch;
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_large_offset_image--full-height {
    height: 100vh;
    max-height: 100vh;
  }
}
.two_columns_large_offset_image--full-height .two_columns_large_offset_image__content {
  height: 100%;
}
.two_columns_large_offset_image--full-height .two_columns_large_offset_image__image {
  display: flex;
  height: 100%;
}
.two_columns_large_offset_image--image-side-left .two_columns_large_offset_image__content {
  order: 2;
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_large_offset_image--image-side-left .two_columns_large_offset_image__content {
    order: 2;
  }
}
.two_columns_large_offset_image--image-side-left .two_columns_large_offset_image__image {
  order: 1;
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_large_offset_image--image-side-left .two_columns_large_offset_image__image {
    order: 1;
  }
}
.two_columns_large_offset_image--image-side-right .two_columns_large_offset_image__content {
  order: 2;
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_large_offset_image--image-side-right .two_columns_large_offset_image__content {
    order: 1;
  }
}
.two_columns_large_offset_image--image-side-right .two_columns_large_offset_image__image {
  order: 1;
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_large_offset_image--image-side-right .two_columns_large_offset_image__image {
    order: 2;
  }
}

.three_columns .content-wrapper {
  justify-content: space-between;
}
.three_columns .content-wrapper > div {
  width: 100%;
}
@media screen and (min-width: 30.0625em) {
  .three_columns .content-wrapper > div {
    width: 50%;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .three_columns .content-wrapper > div {
    width: 33.33%;
    padding: 0 5px;
  }
}
.three_columns .content-wrapper > div:first-of-type, .three_columns .content-wrapper > div:nth-of-type(2) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 30.0625em) {
  .three_columns .content-wrapper > div:first-of-type, .three_columns .content-wrapper > div:nth-of-type(2) {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .three_columns .content-wrapper > div:first-of-type, .three_columns .content-wrapper > div:nth-of-type(2) {
    margin-bottom: 0;
  }
}

.two_columns_regular .content-wrapper > div {
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular .content-wrapper > div {
    width: 50%;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular .content-wrapper > div:first-of-type {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 49.125em) {
  .two_columns_regular .content-wrapper > div:first-of-type {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_regular .content-wrapper > div:first-of-type {
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular .content-wrapper > div:last-of-type {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_regular .content-wrapper > div:last-of-type {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular .content-wrapper > div.text-only > * {
    max-width: 680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .two_columns_regular .content-wrapper > div.text-only > .button-wrapper {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }
  .two_columns_regular .content-wrapper > div.text-only > .center-button.button-wrapper {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular--25_75 .content-wrapper > div:first-of-type {
    width: 25%;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_regular--25_75 .content-wrapper > div:first-of-type {
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular--25_75 .content-wrapper > div:last-of-type {
    width: 75%;
    padding-left: 0.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_regular--25_75 .content-wrapper > div:last-of-type {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular--30_70 .content-wrapper > div:first-of-type {
    width: 30%;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_regular--30_70 .content-wrapper > div:first-of-type {
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular--30_70 .content-wrapper > div:last-of-type {
    width: 70%;
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_regular--30_70 .content-wrapper > div:last-of-type {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular--70_30 .content-wrapper > div:first-of-type {
    width: 70%;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_regular--70_30 .content-wrapper > div:first-of-type {
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular--70_30 .content-wrapper > div:last-of-type {
    width: 30%;
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_regular--70_30 .content-wrapper > div:last-of-type {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular--75_25 .content-wrapper > div:first-of-type {
    width: 75%;
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_regular--75_25 .content-wrapper > div:first-of-type {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_regular--75_25 .content-wrapper > div:last-of-type {
    width: 25%;
    padding-left: 0.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_regular--75_25 .content-wrapper > div:last-of-type {
    padding-left: 1rem;
  }
}
.two_columns_regular--wide .content-wrapper {
  max-width: 90rem;
}
.two_columns_regular--narrow .content-wrapper {
  max-width: 78.125rem;
}

.two_columns_text_beside_images {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.two_columns_text_beside_images .content-wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.two_columns_text_beside_images__column {
  width: 100%;
  position: relative;
  margin: 0 auto 2.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_text_beside_images__column {
    width: calc(50% - 1rem);
    margin: 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_text_beside_images__column {
    width: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_text_beside_images__column:first-of-type {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_text_beside_images__column:first-of-type {
    margin-right: 2.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_text_beside_images__column:last-of-type {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_text_beside_images__column:last-of-type {
    margin-left: 2.5rem;
  }
}
.two_columns_text_beside_images__column__image {
  font-size: 0;
  width: 50%;
}
.two_columns_text_beside_images__column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two_columns_text_beside_images__column__text {
  width: 50%;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.two_columns_text_beside_images__column__text a {
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #6e6e6d;
  font-size: 14px;
}
@media only screen and (max-width: 49.125em) {
  .two_columns_text_beside_images__column:last-of-type {
    margin-bottom: 0;
  }
}

.two_columns_text_over_image {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}
.two_columns_text_over_image__column {
  width: 100%;
  position: relative;
  margin: 0 auto 4rem;
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_text_over_image__column {
    width: calc(50% - 1rem);
    margin: 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_text_over_image__column {
    width: calc(50% - 2.5rem);
  }
}
.two_columns_text_over_image__column > div {
  background-size: cover;
  padding-bottom: 100%;
  height: 0;
}
.two_columns_text_over_image__column > div > div {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.two_columns_text_over_image__column > div span {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  padding: 20px;
  width: 80%;
  max-width: 100%;
  display: block;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.28;
  letter-spacing: 0.35px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_text_over_image__column > div span {
    width: var(--component-width, 100%);
  }
}
.two_columns_text_over_image__column > div div.two_columns_text_over_image__column__button {
  position: relative;
  display: block;
}
.two_columns_text_over_image__column > div div.two_columns_text_over_image__column__button a {
  display: inline-block;
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_text_over_image__column:first-of-type {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_text_over_image__column:first-of-type {
    margin-right: 2.5rem;
  }
}
@media only screen and (max-width: 49.125em) {
  .two_columns_text_over_image__column:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 49.1875em) {
  .two_columns_text_over_image__column:last-of-type {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .two_columns_text_over_image__column:last-of-type {
    margin-left: 2.5rem;
  }
}

.video__wrapper video {
  width: 100%;
  height: auto;
}

.vineyards_list__buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
.vineyards_list .slick-prev--custom,
.vineyards_list .slick-next--custom {
  background-image: url("images/icons/icon-arrow-right-grey.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 2px solid #6e6e6d;
  transition: all 0.3s cubic-bezier(0.3, 0.46, 0.45, 0.94);
  font-size: 0;
  display: flex;
}
.vineyards_list .slick-prev--custom path,
.vineyards_list .slick-next--custom path {
  fill: #6e6e6d;
}
.vineyards_list .slick-prev--custom:hover,
.vineyards_list .slick-next--custom:hover {
  box-shadow: 0 3px 5px rgba(110, 110, 109, 0.25);
}
.vineyards_list .slick-prev--custom.slick-disabled,
.vineyards_list .slick-next--custom.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.vineyards_list .slick-prev--custom {
  transform: rotate(180deg);
  margin-right: 10px;
}
.vineyards_list .slick-track {
  display: flex !important;
}
.vineyards_list .slick-dots {
  bottom: -45px;
}
.vineyards_list .slick-slide {
  height: inherit !important;
  display: flex !important;
  margin-right: 14px;
  justify-content: center;
  align-items: center;
}
.vineyards_list .slick-slide > div {
  height: 100%;
  width: 100%;
}
.vineyards_list .slick-slide .vineyards_list__wrapper__single {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.vineyards_list .slick-slide .vineyards_list__wrapper__single__image {
  width: 100%;
}
.vineyards_list .slick-slide .vineyards_list__wrapper__single__image picture {
  display: block;
  padding-bottom: 75%;
  width: 100%;
  position: relative;
}
.vineyards_list .slick-slide .vineyards_list__wrapper__single__image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: var(--pd-picture-focal_x, 50%) var(--pd-picture-focal_y, 50%);
  position: absolute;
  width: 100%;
}
.vineyards_list .slick-slide .vineyards_list__wrapper__single__content {
  margin-top: auto;
  text-align: center;
}
.vineyards_list .slick-slide .vineyards_list__wrapper__single h4, .vineyards_list .slick-slide .vineyards_list__wrapper__single .c7-product-detail__info__description h2, .c7-product-detail__info__description .vineyards_list .slick-slide .vineyards_list__wrapper__single h2 {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.vineyards_list .slick-slide .vineyards_list__wrapper__single a.button--white {
  width: 100%;
  display: inline-block;
}
.page-banner__buttons {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (min-width: 63.6876em) {
  .page-banner__buttons {
    align-items: center;
  }
}
.page-banner__buttons > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1rem;
  width: 50%;
  padding: 0 7px;
}
@media only screen and (min-width: 49.1875em) {
  .page-banner__buttons > div {
    width: 50%;
  }
}
@media only screen and (min-width: 63.6876em) {
  .page-banner__buttons > div {
    width: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 49.1875em) {
  .page-banner__buttons > div a.button {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
  }
}

.page-content.blog_category {
  margin-top: 1.5rem;
}
.page-content.blog_category .blog_category__single {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 3rem;
}
.page-content.blog_category .blog_category__single .h2 {
  margin-bottom: 1.25rem;
  text-align: center;
}
.page-content.blog_category .blog_category__single__posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.page-content.blog_category .blog_category__single__posts__single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 3rem;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.blog_category .blog_category__single__posts__single {
    margin: 0 0 3rem;
    width: 50%;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .page-content.blog_category .blog_category__single__posts__single {
    width: 33.33%;
  }
}
.page-content.blog_category .blog_category__single__posts__single__image {
  width: 100%;
  position: relative;
  background: #F0EEEA;
}
.page-content.blog_category .blog_category__single__posts__single__image picture {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
.page-content.blog_category .blog_category__single__posts__single__image picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-content.blog_category .blog_category__single__posts__single__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 auto;
}
.page-content.blog_category .blog_category__single__posts__single__content h4, .page-content.blog_category .blog_category__single__posts__single__content .c7-product-detail__info__description h2, .c7-product-detail__info__description .page-content.blog_category .blog_category__single__posts__single__content h2 {
  width: 100%;
  text-align: center;
  margin: 1.25rem auto;
}
.page-content.blog_category .blog_category__single__posts__single__button a.button {
  margin: 1rem auto 0;
  display: inline-block;
}
@media only screen and (max-width: 49.125em) {
  .page-content.blog_category .blog_category__single__posts__single:last-of-type {
    margin-bottom: 0;
  }
}

body.page-template-page-commerce7-collection #c7-content, body.page-template-page-commerce7-collection .c7-product-collection {
  min-height: 94vh !important;
}

.commerce7-collection-page-content {
  opacity: 0;
  transition: all 0.5s ease-out;
}
.commerce7-collection-page-content--loaded {
  opacity: 1;
}

.sub-nav {
  margin-top: 1rem;
}
.sub-nav h1 {
  text-align: center;
}
.sub-nav__description {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 0;
  width: 100%;
}
.sub-nav .content-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background: #F0EEEA;
}
.sub-nav__wrapper ul {
  list-style-type: none;
  padding: 2.5rem 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 49.1875em) {
  .sub-nav__wrapper {
    padding: 4rem 0;
  }
}
.sub-nav__wrapper li {
  padding: 5px 20px 5px;
}
@media only screen and (min-width: 49.1875em) {
  .sub-nav__wrapper li {
    padding: 0 10px;
  }
}
.sub-nav__wrapper li a {
  padding: 5px 0;
  color: #000;
  letter-spacing: 0.16px;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: 0 0;
}
.sub-nav__wrapper li a:hover, .sub-nav__wrapper li a:focus {
  animation: link-underline 0.2s cubic-bezier(0.5, 0.2, 0.65, 0.7) forwards;
  text-decoration: none;
}
.sub-nav__wrapper li.sub-nav__wrapper__item--active a {
  background-size: 100% 1px;
}

.content-wrapper--product-collection .c7-content {
  max-width: 100%;
}
.content-wrapper--product-collection .c7-product-collection .c7-product-collection__product-list {
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) {
  .content-wrapper--product-collection .c7-product-collection .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 769px) {
  .content-wrapper--product-collection .c7-product-collection .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.content-wrapper--product-collection .c7-product-collection .c7-product-collection__product-list .c7-product {
  flex-direction: column;
  align-items: center;
  position: relative;
}
.collection-promos {
  display: none;
}
.collection-promos__single {
  width: 100%;
  position: relative;
  background-size: cover;
}
.collection-promos__single__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.collection-promos__single__content > *:first-child {
  margin-top: auto;
}
.collection-promos__single__content > div {
  padding: 20px 20px 0 20px;
}
.collection-promos__single__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.collection-promos__single--text--light * {
  color: #ffffff;
}
.collection-promos__single--text--light .collection-promos__single__content > div {
  background: rgba(0, 0, 0, 0.8);
}
.collection-promos__single--text--dark * {
  color: #000;
}
.collection-promos__single--text--dark .collection-promos__single__content > div {
  background: rgba(255, 255, 255, 0.8);
}

.collection-club-callout.page-banner.page-banner--image {
  padding-top: 60px;
  padding-bottom: 60px;
}
.collection-club-callout.page-banner picture {
  padding-top: 0;
}
.collection-club-callout.page-banner picture img {
  object-position: var(--image-x-focus, 50%) var(--image-y-focus, 50%);
}
.collection-club-callout.page-banner .page-banner__text > div {
  display: flex;
  flex-wrap: wrap;
}
.collection-club-callout.page-banner .page-banner__text > div > div {
  padding: 5px;
}
@media only screen and (min-width: 49.1875em) {
  .collection-club-callout.page-banner .page-banner__text > div > div {
    padding: 0 10px;
    margin: 0 0 15px;
  }
}
.collection-club-callout.page-banner .page-banner__text > div .one-col {
  width: 100%;
}
.collection-club-callout.page-banner .page-banner__text > div .two-col {
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .collection-club-callout.page-banner .page-banner__text > div .two-col {
    width: 50%;
  }
}
.collection-club-callout.page-banner .page-banner__text > div .three-col {
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .collection-club-callout.page-banner .page-banner__text > div .three-col {
    width: 33.33%;
  }
}
.collection-club-callout.page-banner .page-banner__text > div h3 {
  font-size: 1.875rem;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 49.125em) {
  .collection-club-callout.page-banner .page-banner__text > div h3 {
    margin-bottom: 0;
  }
}

.c7-filters {
  margin-top: 2rem;
}

.c7-product-collection .c7-product__title, .c7-product-allocation .c7-product__title, .c7-club-product__details__title {
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: bold;
}

.contact-us .content-wrapper {
  max-width: 41rem;
}

body.page-id-165 h4, body.page-id-165 .c7-product-detail__info__description h2, .c7-product-detail__info__description body.page-id-165 h2 {
  margin-bottom: 2rem;
  text-transform: none;
}
body.page-id-165 .center-button.button-wrapper {
  margin-top: 2.5rem;
}

.event-inquiry .content-wrapper > div {
  max-width: 480px;
  width: 100%;
}
.event-inquiry h1 {
  padding-top: 0;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 1px;
  padding-bottom: 48px;
  margin-bottom: 0;
  font-weight: 700;
}
@media only screen and (min-width: 49.1875em) {
  .event-inquiry h1 {
    padding-top: 74px;
  }
}
.event-inquiry p {
  font-size: 0.875rem;
  line-height: 21px;
}
.event-inquiry p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 2.75rem;
}
@media only screen and (min-width: 49.1875em) {
  .event-inquiry p:last-of-type {
    padding-bottom: 5.25rem;
  }
}

.page-content.home-intro h2 {
  font-size: 1.125rem;
  line-height: 1.44;
  font-family: var(--theme-body-font);
  letter-spacing: 0.2px;
}

.visit-j-bubble-room,
.visit-legacy-lounge,
.visit-signature-tasting {
  background-image: url("/wp-content/uploads/2023/06/TheBubbleRoomSwipe.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  min-height: 70vh;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  padding: 0;
}
@media only screen and (max-width: 49.125em) {
  .visit-j-bubble-room,
  .visit-legacy-lounge,
  .visit-signature-tasting {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 48em) and (max-height: 35em) {
  .visit-j-bubble-room,
  .visit-legacy-lounge,
  .visit-signature-tasting {
    padding: 1.25rem 0;
  }
}
.visit-j-bubble-room .content-wrapper,
.visit-legacy-lounge .content-wrapper,
.visit-signature-tasting .content-wrapper {
  max-width: 1300px;
  height: 100%;
  margin: auto;
  align-items: stretch !important;
}
.visit-j-bubble-room .content-wrapper > div,
.visit-legacy-lounge .content-wrapper > div,
.visit-signature-tasting .content-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 49.125em) {
  .visit-j-bubble-room .content-wrapper > div:first-of-type,
  .visit-legacy-lounge .content-wrapper > div:first-of-type,
  .visit-signature-tasting .content-wrapper > div:first-of-type {
    margin-bottom: 2.5rem;
  }
}
.visit-j-bubble-room .content-wrapper > div p,
.visit-legacy-lounge .content-wrapper > div p,
.visit-signature-tasting .content-wrapper > div p {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visit-j-bubble-room .content-wrapper > div img,
.visit-legacy-lounge .content-wrapper > div img,
.visit-signature-tasting .content-wrapper > div img {
  height: 100%;
  object-fit: cover;
}
.visit-j-bubble-room h4, .visit-j-bubble-room .c7-product-detail__info__description h2, .c7-product-detail__info__description .visit-j-bubble-room h2, .visit-j-bubble-room .h4,
.visit-legacy-lounge h4,
.visit-legacy-lounge .c7-product-detail__info__description h2,
.c7-product-detail__info__description .visit-legacy-lounge h2,
.visit-legacy-lounge .h4,
.visit-signature-tasting h4,
.visit-signature-tasting .c7-product-detail__info__description h2,
.c7-product-detail__info__description .visit-signature-tasting h2,
.visit-signature-tasting .h4 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .visit-j-bubble-room h4, .visit-j-bubble-room .c7-product-detail__info__description h2, .c7-product-detail__info__description .visit-j-bubble-room h2, .visit-j-bubble-room .h4,
  .visit-legacy-lounge h4,
  .visit-legacy-lounge .c7-product-detail__info__description h2,
  .c7-product-detail__info__description .visit-legacy-lounge h2,
  .visit-legacy-lounge .h4,
  .visit-signature-tasting h4,
  .visit-signature-tasting .c7-product-detail__info__description h2,
  .c7-product-detail__info__description .visit-signature-tasting h2,
  .visit-signature-tasting .h4 {
    margin-bottom: 3rem;
  }
}
.visit-j-bubble-room .button-wrapper,
.visit-legacy-lounge .button-wrapper,
.visit-signature-tasting .button-wrapper {
  margin-top: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .visit-j-bubble-room .button-wrapper,
  .visit-legacy-lounge .button-wrapper,
  .visit-signature-tasting .button-wrapper {
    margin-top: 3rem;
  }
}

.visit-j-bubble-room .content-wrapper > div:first-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 49.125em) {
  .visit-j-bubble-room .content-wrapper > div:first-of-type {
    order: -1;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .visit-j-bubble-room .content-wrapper > div:last-of-type {
    height: inherit;
    margin: auto;
    max-width: 480px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 49.125em) {
  .visit-j-bubble-room .content-wrapper > div:last-of-type {
    margin-bottom: 2.5rem;
  }
}

.visit-legacy-lounge {
  background-image: url("/wp-content/uploads/2023/06/LegacyRoomSwipe.png");
  background-position: top left;
  background-size: contain;
}
@media only screen and (min-width: 49.1875em) {
  .visit-legacy-lounge .content-wrapper > div:first-of-type {
    height: inherit;
    margin: auto;
    max-width: 480px;
    margin-left: auto;
  }
}
.visit-legacy-lounge .content-wrapper > div:last-of-type {
  padding-left: 0;
}
@media only screen and (max-width: 49.125em) {
  .visit-legacy-lounge .content-wrapper > div:last-of-type {
    order: -1;
    margin-bottom: 2.5rem;
  }
}

.visit-signature-tasting {
  background-image: url("/wp-content/uploads/2023/06/TheJTourTastingSwipe.png");
  background-position: bottom right;
  background-size: contain;
}
.visit-signature-tasting .content-wrapper > div:first-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 49.125em) {
  .visit-signature-tasting .content-wrapper > div:first-of-type {
    order: -1;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 49.1875em) {
  .visit-signature-tasting .content-wrapper > div:last-of-type {
    height: inherit;
    margin: auto;
    max-width: 480px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 49.125em) {
  .visit-signature-tasting .content-wrapper > div:last-of-type {
    margin-bottom: 2.5rem;
  }
}

.visit-events {
  background-image: url("/wp-content/uploads/2023/06/visit-events-bg.jpeg");
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  padding: 0;
}
.visit-events .content-wrapper {
  margin: auto;
  max-width: 890px;
}
.visit-events .content-wrapper p a {
  color: #000;
}
.visit-events .content-wrapper > div p:first-of-type {
  margin-bottom: 0;
}

.page-content.banner.wine-club-banner .page-banner--image {
  min-height: 400px;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.banner.wine-club-banner .page-banner--image {
    max-height: 50vh;
    height: 50vh;
  }
}
.page-content.banner.wine-club-banner p a {
  color: #000;
}

.wine-club-2-col h2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.wine-club-2-col p {
  line-height: 1.5;
  margin-bottom: 9px;
}
.wine-club-2-col p b {
  display: block;
  margin-top: 1.125rem;
}

.club-choices {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 1rem;
}
.club-choices__select {
  margin-right: 10px;
  width: auto;
  min-width: 140px;
  text-indent: 5px;
  border: 1px solid black;
}
@media only screen and (min-width: 63.6876em) {
  .club-choices__select {
    text-indent: 10px;
  }
}
.club-choices__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.club-choices__buttons .c7-club-join-button {
  display: none;
}
.club-choices__buttons .c7-club-join-button--visible {
  display: block;
}
.club-choices__buttons .c7-club-join-button .c7-btn {
  min-height: 26px;
}

@media only screen and (max-width: 49.125em) {
  .wine-club-choices--red {
    flex-direction: column;
  }
}
.wine-club-choices--red select#club-select,
.wine-club-choices--red select.bottle-choices {
  border-radius: 50px;
  border-color: #ff0100;
  color: #ff0100;
  background-image: url(images/icons/icon-down-red-triangle.png);
  background-size: 14px;
  text-transform: uppercase;
  font-family: var(--theme-alt-body-font) !important;
  letter-spacing: 1.12px;
}
@media only screen and (max-width: 49.125em) {
  .wine-club-choices--red select#club-select,
  .wine-club-choices--red select.bottle-choices {
    font-size: 14px;
    min-width: 170px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .wine-club-choices--red select#club-select,
  .wine-club-choices--red select.bottle-choices {
    min-width: 210px;
    background-position: center right 19px;
  }
}
.wine-club-choices--red select#club-select option:after,
.wine-club-choices--red select.bottle-choices option:after {
  content: "h";
}
.wine-club-choices--red select#club-select {
  min-width: 360px;
  width: auto;
}
@media only screen and (max-width: 49.125em) {
  .wine-club-choices--red select#club-select {
    min-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 49.1875em) {
  .wine-club-choices--red select#club-select {
    min-width: 360px;
    width: auto;
  }
}
@media only screen and (max-width: 49.125em) {
  .wine-club-choices--red .club-choice-buttons {
    text-align: center;
  }
}
.wine-club-choices--red .club-choice-buttons .c7-club-join-button .c7-btn {
  background: #ff0100;
  border-color: #ff0100;
}
.wine-club-choices--red .club-choice-buttons .c7-club-join-button .c7-btn:hover {
  border-color: #ff0100;
  background: #ffffff;
  color: #ff0100;
}

.page-content.one_column_regular.wine-varietals {
  background-size: cover;
  min-height: 97vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-content.one_column_regular.wine-varietals .content-wrapper {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.one_column_regular.wine-varietals .content-wrapper {
    padding: 0;
    max-width: 650px;
    margin: auto 45% auto 0;
  }
}
.page-content.one_column_regular.wine-varietals .content-wrapper > div {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.one_column_regular.wine-varietals .content-wrapper > div {
    width: 62%;
    margin: auto;
  }
}

.wines-sparkling {
  background-image: url("images/wine-varietal-bgs/sparkling.jpg");
  background-position: 11% 100%;
}

.wines-red {
  background-image: url("images/wine-varietal-bgs/red.jpg");
  background-position: 3% 79%;
}

.wines-white {
  background-image: url("images/wine-varietal-bgs/white.jpg");
  background-position: 0% 28%;
}

.page-content.recipe {
  background: #F0EEEA;
}
@media only screen and (max-width: 49.125em) {
  .page-content.recipe h2 + .recipe__wrapper__directions__group > p.group-title,
  .page-content.recipe h2 + .recipe__wrapper__ingredients__group > p.group-title {
    margin-top: -0.75rem;
  }
}
.page-content.recipe .recipe__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #ffffff;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.recipe .recipe__wrapper {
    padding: 3rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .page-content.recipe .recipe__wrapper {
    padding: 5rem;
  }
}
.page-content.recipe .recipe__wrapper__ingredients {
  width: 100%;
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.recipe .recipe__wrapper__ingredients {
    width: 50%;
    margin-bottom: 0;
  }
}
.page-content.recipe .recipe__wrapper__ingredients h2 {
  font-style: italic;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.recipe .recipe__wrapper__ingredients h2 {
    margin-bottom: 2.1rem;
  }
}
.page-content.recipe .recipe__wrapper__ingredients__group p:last-of-type {
  margin-bottom: 0;
}
.page-content.recipe .recipe__wrapper__directions {
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.recipe .recipe__wrapper__directions {
    width: 50%;
  }
}
.page-content.recipe .recipe__wrapper__directions h2 {
  font-style: italic;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.recipe .recipe__wrapper__directions h2 {
    margin-bottom: 2.1rem;
  }
}
.page-content.recipe .recipe__wrapper__directions__group p:last-of-type {
  margin-bottom: 0;
}
.page-content.recipe p.group-title {
  font-weight: bold;
}
.page-content.recipe p.group-title--secondary {
  margin-top: 1.35rem;
}

body.single-vineyard .page-banner h1 {
  margin-bottom: 1.5rem;
}

:root {
  --c7-page-width: 1440px;
  --c7-font-family: var(--theme-button-font);
  --c7-body-text-color: #000;
  --c7-heading-font-family: var(--theme-title-font);
  --c7-heading-text-color: #000;
  --c7-link-color: #000;
  --c7-border-radius: 0px;
  --c7-modal-border-radius: 0px;
  --c7-field-option-selected-color: #000;
  --c7-field-option-focus-color: rgba(255, 199, 44, 0.25);
  --c7-primary-button-bg: #000;
  --c7-primary-button-bg-hover: #ffffff;
  --c7-primary-button-text-color: #000;
  --c7-alt-button-bg: #ffffff;
  --c7-alt-button-bg-hover: #000;
  --c7-alt-button-text-color: #000;
  --c7-button-border-radius: 0px;
  --c7-block-border-radius: 0px;
}

.c7-content {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.c7-badge {
  display: flex;
  background-image: url("images/misc/product-badge.svg");
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  flex-direction: column;
  height: 44px;
  width: 44px;
  justify-content: center;
  position: absolute;
  left: 1%;
  top: 1%;
  font-family: var(--theme-title-font);
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
@media only screen and (min-width: 49.1875em) {
  .c7-badge {
    left: 7%;
    top: 7%;
    height: 84px;
    width: 84px;
    font-size: 20px;
    line-height: 1.65;
  }
}
.c7-badge > span {
  font-size: 12px;
}

.page-content.commerce7-page-content section.c7-content.c7-error-page {
  padding: 0 1rem;
  max-width: 1000px;
}

@media screen and (min-width: 769px) {
  .c7-checkout .c7-form__buttons:not(.c7-form__buttons--wide) button:only-child {
    flex: 0 1 350px;
  }
}
.c7-side-cart__summary-container .c7-order-summary__buttons a.c7-btn {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c7-buy-product .c7-product__add-to-cart__price {
  display: flex;
}
.c7-buy-product .c7-product__add-to-cart__price .c7-price--discounted {
  margin-left: 1rem;
  width: auto;
}

.page-content .c7-account__menu ul li a {
  text-decoration: none;
}

.c7-address a {
  color: inherit;
}

.c7-account__header .c7-link:hover, .c7-account__header .c7-link:active {
  animation: none;
}
.c7-account__header .c7-link svg {
  position: relative;
  top: -2px;
}

#c7-delivery-shipping-group .c7-radio__label__description a {
  color: inherit;
}

.c7-account-details__delete-account {
  display: none;
}

.c7-btn {
  text-transform: uppercase;
  font-family: var(--theme-button-font);
  border-radius: 30px;
}
.c7-btn--primary {
  border: 1px solid #000;
}
.c7-btn--primary:hover, .c7-btn--primary:focus, .c7-btn--primary:active {
  background-color: #ffffff;
  border-color: #000;
}

.c7-form input[type=text], .c7-form input[type=email], .c7-form input[type=number], .c7-form input[type=tel], .c7-form input[type=username], .c7-form input[type=password], .c7-form textarea, .c7-form--stripe, .c7-order-item input, .c7-form select, .c7-order-item select {
  border-radius: 0;
}
.c7-form--coupon-code-container .c7-form input[type=text], .c7-form--coupon-code-container .c7-form input[type=email], .c7-form--coupon-code-container .c7-form input[type=number], .c7-form--coupon-code-container .c7-form input[type=tel], .c7-form--coupon-code-container .c7-form input[type=username], .c7-form--coupon-code-container .c7-form input[type=password], .c7-form--coupon-code-container .c7-form textarea, .c7-form--coupon-code-container .c7-form--stripe, .c7-form--coupon-code-container .c7-order-item input, .c7-form--coupon-code-container .c7-form select, .c7-form--coupon-code-container .c7-order-item select {
  height: 58px;
}

.c7-form__empty {
  font-size: 15px;
}

.c7-checkout .c7-form__buttons {
  justify-content: flex-start;
}

.c7-form__field.c7-form__field-static p:first-of-type {
  font-weight: 500;
}

.c7-form--login h1 {
  text-transform: uppercase !important;
  font-family: var(--theme-title-font);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-align: center;
  display: block;
}
.c7-form--login h1:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #c7c7c7;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}

.c7-login-form--shortcode .c7-form {
  margin: 0 auto;
}
.c7-login-form--shortcode .c7-account-login__password-options {
  max-width: 700px;
}

.c7-modal-container .c7-modal__header button {
  background: transparent;
  border: none;
  padding: 5px;
}
.c7-modal-container .c7-modal__header button svg {
  stroke: #000;
}

.c7-product-collection {
  margin: 0 auto 2rem;
}
.c7-product-collection__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 0;
  width: 100%;
}
.c7-product-collection .c7-product-collection__product-list {
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 581px) {
  .c7-product-collection .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 769px) {
  .c7-product-collection .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c7-product-collection .c7-product-collection__product-list .c7-product {
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 49.125em) {
  .c7-product-collection .c7-product-collection__product-list .c7-product {
    flex-direction: row !important;
    display: flex;
    border-bottom: 1px solid rgba(110, 110, 109, 0.5);
    padding-bottom: 2rem;
  }
  .c7-product-collection .c7-product-collection__product-list .c7-product:last-of-type {
    border-bottom: 0;
  }
}
.c7-product-collection .c7-product-collection__product-list .c7-product__image {
  width: 100%;
  margin-right: 0;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 49.125em) {
  .c7-product-collection .c7-product-collection__product-list .c7-product__image {
    width: 33.33%;
    padding: 0;
  }
}
.c7-product-collection .c7-product-collection__product-list .c7-product__image img {
  width: auto;
  max-height: 305px;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-collection .c7-product-collection__product-list .c7-product__image img {
    max-height: 480px;
  }
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details {
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 380px;
  width: 100%;
  height: 100%;
  margin: auto auto 0;
  flex: initial;
}
@media only screen and (max-width: 49.125em) {
  .c7-product-collection .c7-product-collection__product-list .c7-product__details {
    width: 66.66%;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 481px) {
  .c7-product-collection .c7-product-collection__product-list .c7-product__details {
    padding: 0 20px;
  }
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__title {
  margin-bottom: auto;
}
@media only screen and (max-width: 49.125em) {
  .c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__title {
    font-size: 24px;
  }
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__subtitle {
  display: none;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__teaser {
  display: none;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__login-message p {
  font-size: 14px;
  margin-bottom: 10px;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__login-message button.c7-btn.c7-btn--primary {
  border-color: #000;
  color: #000;
  background: #ffffff;
  width: 100%;
  padding: 7px 14px;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__login-message button.c7-btn.c7-btn--primary:hover, .c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__login-message button.c7-btn.c7-btn--primary:focus {
  background: #000;
  color: #ffffff;
  border-color: #000;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart {
  margin-top: auto;
  margin-bottom: 0;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__price > span:nth-of-type(2) {
  font-size: 20px;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__price__variant {
  display: none;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__club_info {
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__form {
  flex-direction: column;
  margin: 0;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__form__quantity {
  margin-right: 0;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__form__quantity .c7-form__field .c7__quantity-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__form__quantity .c7-form__field .c7__quantity-wrapper__button {
  padding: 9px 19px;
  background: none;
  border: none;
  color: #000;
  position: absolute;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__form__quantity .c7-form__field .c7__quantity-wrapper__button--minus {
  left: 0;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__form__quantity .c7-form__field .c7__quantity-wrapper__button--plus {
  right: 0;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__form__quantity .c7-form__field input {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__form button.c7-btn.c7-btn--primary {
  border-color: #000;
  color: #000;
  background: #ffffff;
  width: 100%;
  padding: 7px 14px;
  min-height: 30px;
}
.c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__form button.c7-btn.c7-btn--primary:hover, .c7-product-collection .c7-product-collection__product-list .c7-product__details .c7-product__add-to-cart__form button.c7-btn.c7-btn--primary:focus {
  border-color: #000;
  color: #ffffff;
  background: #000;
}

.c7-pagination {
  margin-top: 0;
}

.c7-product-collection-personalization-club-info {
  display: none;
}

@media only screen and (max-width: 49.125em) {
  body.page-template-page-commerce7-product-detail .page-content.commerce7-page-content {
    padding-bottom: 0;
  }
}
body.page-template-page-commerce7-product-detail .page-content.commerce7-page-content .content-wrapper {
  padding: 0;
}
body.page-template-page-commerce7-product-detail .page-content.commerce7-page-content .content-wrapper .c7-content {
  max-width: 100%;
}
body.page-template-page-commerce7-product-detail .c7-personalization .c7-product-collection h2.c7-h2 {
  display: none;
}

.c7-product-detail__top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__top {
    padding: 0 1.75rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .c7-product-detail__top {
    padding: 0 3rem;
  }
}
.c7-product-detail__top__photo {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 49.125em) {
  .c7-product-detail__top__photo {
    text-align: center;
    max-width: 450px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__top__photo {
    width: 40%;
  }
}
.c7-product-detail__top__photo .c7-badge {
  top: 5%;
  left: 0;
  height: 84px;
  width: 84px;
  font-size: 20px;
  line-height: 1.65;
}
.c7-product-detail__top__photo picture img {
  max-height: 600px;
  width: auto;
}
.c7-product-detail__top__photo img {
  max-height: 600px;
}
.c7-product-detail__top__titles_and_price {
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__top__titles_and_price {
    width: 60%;
    padding-left: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.c7-product-detail__top__titles_and_price > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__top__titles_and_price > div {
    max-width: 450px;
    width: 100%;
  }
}
.c7-product-detail__top__titles_and_price__titles {
  text-align: center;
}
.c7-product-detail__top__titles_and_price__titles h1 {
  font-size: clamp(1.688rem, 1.35rem + 2vw, 3.25rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 63.6876em) {
  .c7-product-detail__top__titles_and_price__titles h1 {
    line-height: 1;
  }
}
.c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle {
  font-weight: bold;
  margin-bottom: 20px;
}
.c7-product-detail__top__titles_and_price__price .c7-product__login-message {
  text-align: center;
  max-width: 300px;
}
.c7-product-detail__top__titles_and_price__price .c7-product__login-message + .c7-product-detail__top__titles_and_price__price__club + .c7-product-detail__top__titles_and_price__price__login {
  display: none;
}
.c7-product-detail__top__titles_and_price__price .c7-product__add-to-cart {
  margin: 0 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__top__titles_and_price__price .c7-product__add-to-cart {
    max-width: 450px;
  }
}
.c7-product-detail__top__titles_and_price__price .c7-product__add-to-cart__price {
  font-size: 21px;
  margin: 10px 0 0;
}
.c7-product-detail__top__titles_and_price__price .c7-product__add-to-cart__price__variant {
  display: none;
  position: relative;
}
.c7-product-detail__top__titles_and_price__price .c7-product__add-to-cart__club {
  font-family: var(--theme-title-font);
  letter-spacing: 1px;
  font-style: italic;
}
.c7-product-detail__top__titles_and_price__price .c7-product__add-to-cart__club_info {
  font-weight: bold;
}
.c7-product-detail__top__titles_and_price__price .c7-product__add-to-cart__form {
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
}
.c7-product-detail__top__titles_and_price__price .c7-product__add-to-cart__form__quantity {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.c7-product-detail__top__titles_and_price__price .c7-product__add-to-cart__form__quantity .c7-form__field input[type=text] {
  max-width: 100%;
}
.c7-product-detail__top__titles_and_price__price__promo {
  margin-bottom: 10px;
  max-width: 400px;
  background: #f7f7f7;
  border-radius: 0;
  color: #231f20;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-align: center;
  padding: 10px 20px;
  text-align: left;
}
.c7-product-detail__top__titles_and_price__price__promo p {
  font-size: 14px;
}
.c7-product-detail__top__titles_and_price__price__promo p:last-of-type {
  margin-bottom: 0;
}
.c7-product-detail__top__titles_and_price__price__promo p a {
  color: #000;
  text-decoration: underline;
}
.c7-product-detail__top__titles_and_price__price__login {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__top__titles_and_price__price__login {
    margin-bottom: 0;
  }
}
.c7-product-detail__top__titles_and_price__price__login a {
  font-size: 0.9375rem;
  color: #000;
}
.c7-product-detail__info__description {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__info__description {
    padding: 0 1.75rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .c7-product-detail__info__description {
    padding: 0 3rem;
  }
}
.c7-product-detail__info__reviews_and_links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__info__reviews_and_links {
    padding: 0 1.75rem 3rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .c7-product-detail__info__reviews_and_links {
    padding: 0 3rem 3rem;
  }
}
.c7-product-detail__info__reviews_and_links__reviews {
  margin: 0 0 1rem;
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__info__reviews_and_links__reviews {
    width: 50%;
    padding-right: 1rem;
    margin: 0 auto 0 0;
  }
}
.c7-product-detail__info__reviews_and_links__reviews h3 {
  font-size: 115%;
  margin-bottom: 0.5rem;
}
.c7-product-detail__info__reviews_and_links__reviews p {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.c7-product-detail__info__reviews_and_links__reviews p:last-of-type {
  margin-bottom: 0;
}
.c7-product-detail__info__reviews_and_links__links {
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__info__reviews_and_links__links {
    width: 50%;
    padding-left: 1rem;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 63.6876em) {
  .c7-product-detail__info__reviews_and_links__links {
    width: 40%;
  }
}
.c7-product-detail__info__reviews_and_links__links h3 {
  margin-bottom: 0;
}
.c7-product-detail__info__reviews_and_links__links > div:first-of-type {
  background: #F0EEEA;
  padding: 2rem;
}
.c7-product-detail__info__reviews_and_links__links > div:first-of-type a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c7-product-detail__info__reviews_and_links__links > div:first-of-type a:before {
  display: flex;
  content: "";
  width: 15px;
  height: 15px;
  position: relative;
  left: 0;
  margin-right: 5px;
  background-image: url("images/icons/icon-pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c7-product-detail__info__reviews_and_links__links p {
  margin-bottom: 0;
}
.c7-product-detail__info__reviews_and_links__links a {
  color: #000;
  text-decoration: underline;
}
.c7-product-detail__info__reviews_and_links__links > a {
  display: inline-block;
  text-decoration: none;
  margin-top: 2rem;
}
.c7-product-detail__info__bottom {
  background: #F0EEEA;
}
.c7-product-detail__info__bottom__banner {
  max-height: 90vh;
  overflow: hidden;
  font-size: 0;
}
.c7-product-detail__info__bottom__banner img {
  max-height: 90vh;
  width: 100%;
  object-fit: cover;
}
.c7-product-detail__info__bottom__quote {
  padding: 40px 0;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__info__bottom__quote {
    padding: 75px 0;
  }
}
.c7-product-detail__info__bottom__quote > div {
  margin: 0 auto;
  max-width: 800px;
}
.c7-product-detail__info__bottom__quote > div p:first-of-type {
  font-style: italic;
  font-family: var(--theme-title-font);
  font-size: 1.375rem;
  line-height: 1.4;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__info__bottom__quote > div p:first-of-type {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .c7-product-detail__info__bottom__quote > div p:first-of-type {
    font-size: 1.625rem;
  }
}
.c7-product-detail__info__bottom__quote > div p:last-of-type {
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.c7-product-detail__info__bottom__two_col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__info__bottom__two_col {
    padding: 0 1.75rem 5rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .c7-product-detail__info__bottom__two_col {
    padding: 0 3rem 5rem;
  }
}
.c7-product-detail__info__bottom__two_col__image {
  width: 100%;
  font-size: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__info__bottom__two_col__image {
    width: 50%;
    margin-bottom: 0;
  }
}
.c7-product-detail__info__bottom__two_col__image img {
  width: 100%;
}
.c7-product-detail__info__bottom__two_col__text {
  width: 100%;
}
@media only screen and (min-width: 49.1875em) {
  .c7-product-detail__info__bottom__two_col__text {
    width: 50%;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .c7-product-detail__info__bottom__two_col__text {
    padding: 0 2rem;
  }
}
.c7-product-detail__info__bottom__two_col__text p:last-of-type {
  margin-bottom: 0;
}

.page-content--personalizations {
  padding: 0;
}

.c7-product-detail-personalization {
  margin-bottom: 3rem;
}

.c7-product-detail-personalization-club-info {
  display: none;
}

.c7-price--discounted {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
  text-align: center;
}

.c7-product-detail-personalization .c7-product-collection > h1 {
  display: none;
}

.c7-user-nav__cart button.c7-link {
  background: transparent;
}

@media screen and (max-width: 480px) {
  .c7-side-cart {
    max-height: 80vh;
    overflow: hidden;
    min-height: 80vh;
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    top: 4rem !important;
  }
}
body.admin-bar .c7-side-cart {
  top: 32px;
}
@media screen and (max-width: 480px) {
  body.admin-bar .c7-side-cart {
    top: 5rem;
  }
}
.c7-side-cart #c7-side-cart__header__close {
  border: 0;
  background: none;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.padding-top-none,
.padding-top-0 {
  padding-top: 0;
}

.padding-bottom-none,
.padding-bottom-0 {
  padding-bottom: 0;
}

@media only screen and (min-width: 75em) {
  .desktop-padding-bottom-none,
  .desktop-padding-bottom-0 {
    padding-bottom: 0;
  }
}

.margin-top-none,
.margin-top-0 {
  margin-top: 0;
}

.margin-bottom-none,
.margin-bottom-0 {
  margin-bottom: 0;
}

@media only screen and (max-width: 49.125em) {
  .mobile-padding-top-double {
    padding: 3rem 0 0;
  }
}

.padding-top-double {
  padding-top: 2.5rem;
}
@media screen and (min-width: 76em) {
  .padding-top-double {
    padding-top: 3.5rem;
  }
}

.padding-bottom-double {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 76em) {
  .padding-bottom-double {
    padding-bottom: 3.5rem;
  }
}

@media only screen and (max-width: 49.125em) {
  .mobile-padding-top-none,
  .mobile-padding-top-0 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 49.125em) {
  .mobile-padding-bottom-none,
  .mobile-padding-bottom-0 {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 49.125em) {
  .mobile-margin-top-none,
  .mobile-margin-top-0 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 49.125em) {
  .mobile-margin-bottom-none,
  .mobile-margin-bottom-0 {
    margin-bottom: 0;
  }
}

.left-align .content-wrapper > div {
  margin: 0 auto 0 0;
}

.narrow-text .content-wrapper > div {
  max-width: 78.125rem;
}

@media only screen and (max-width: 74.9375em) {
  .mobile-reverse .content-wrapper > div:first-of-type {
    order: 2;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 74.9375em) {
  .mobile-reverse .content-wrapper > div:last-of-type {
    order: 1;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 49.125em) {
  .mobile-reverse hr {
    order: 3;
  }
}

.page-404 {
  margin-top: 4.3rem;
  margin-bottom: 5rem;
}

@media print {
  body, html {
    background: #ffffff;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
}
.one_column_regular--width-narrow .content-wrapper > p:last-of-type {
  margin-bottom: 0;
}

.medium-width .content-wrapper {
  max-width: 1280px;
}

.narrow-width .content-wrapper {
  max-width: 980px;
}

.vertical-center .content-wrapper.content-wrapper--flex {
  align-items: center;
}

.narrow-content.four_columns .content-wrapper.content-wrapper--flex > div:not(.image-only) > *, .narrow-content.five_columns .content-wrapper.content-wrapper--flex > div:not(.image-only) > * {
  max-width: 80%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.intro {
  padding-top: 3rem;
}
@media only screen and (min-width: 49.1875em) {
  .intro {
    padding-top: 5.25rem;
  }
}

.intro-text {
  max-width: 60vw;
  text-align: center;
  margin: 0 auto;
}

.width-80 {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 49.1875em) {
  .two_columns_regular.flex-center .content-wrapper.content-wrapper--flex > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (min-width: 49.1875em) {
  .two_columns_regular.flex-stretch .content-wrapper.content-wrapper--flex > div {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: auto;
  }
  .two_columns_regular.flex-stretch .content-wrapper.content-wrapper--flex > div > div:last-of-type {
    margin-top: auto;
  }
}

.smaller-font p {
  font-size: 0.875rem;
}

.image-cover-wrapper {
  display: block;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
}
.image-cover-100 .image-cover-wrapper {
  padding-bottom: 100%;
  height: 100%;
}
.image-cover-125 .image-cover-wrapper {
  padding-bottom: 125%;
  height: 100%;
}
.image-cover-150 .image-cover-wrapper {
  padding-bottom: 150%;
  height: 100%;
}
.image-cover-wrapper p {
  margin-bottom: 0;
}
.image-cover-wrapper img {
  position: absolute;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: var(--focal-points, 50% 50%);
  width: 100%;
}

.no-padding.page-content {
  padding: 0;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.full-width-image img {
  width: 100%;
}

.google-maps .content-wrapper {
  padding: 0;
  max-width: 100%;
}
.google-maps .content-wrapper > div {
  max-width: 100%;
}
.google-maps .content-wrapper > div p {
  display: block;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: visible;
}
.google-maps .content-wrapper > div p iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 49.125em) {
  .mobile-second-column-padding-top-double .content-wrapper > div.text-only {
    padding-top: 1.5rem;
  }
}

.page-content .content-wrapper > div > :first-child.center-button.button-wrapper {
  margin-top: 0;
}

.home-extra-space {
  margin-bottom: 2rem;
}

body.page-id-952 .page-banner--video video {
  max-width: 100%;
}

.full-width .content-wrapper {
  max-width: 100%;
  padding: 0;
}

@media screen and (min-width: 30.0625em) {
  .recipe.three_columns .content-wrapper > div {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .recipe.three_columns .content-wrapper > div {
    padding: 0 15px;
  }
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.voices-banner .page-banner--image,
body.page-id-324 main > .page-banner:first-of-type {
  min-height: 70vh;
}
.voices-banner .page-banner--image .page-banner__text,
body.page-id-324 main > .page-banner:first-of-type .page-banner__text {
  text-align: center;
}
@media only screen and (min-width: 49.1875em) {
  .voices-banner .page-banner--image .page-banner__text,
  body.page-id-324 main > .page-banner:first-of-type .page-banner__text {
    margin-left: auto;
    margin-right: 4%;
    max-width: 400px;
    padding: 3rem;
  }
}

.page-content.one_column_regular.full-width .content-wrapper > div {
  max-width: 100%;
}

@media only screen and (min-width: 49.1875em) {
  .voices-one-col.page-content {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 63.6876em) {
  .voices-one-col.page-content {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 49.1875em) {
  .voices-one-col.page-content h4, .voices-one-col.page-content .c7-product-detail__info__description h2, .c7-product-detail__info__description .voices-one-col.page-content h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .voices-one-col.page-content h4, .voices-one-col.page-content .c7-product-detail__info__description h2, .c7-product-detail__info__description .voices-one-col.page-content h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .voices-one-col.page-content .center-button.button-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .voices-one-col.page-content .center-button.button-wrapper {
    margin-top: 40px;
  }
}

.voices-two-col.page-content {
  padding: 0;
}
@media only screen and (min-width: 49.1875em) {
  .voices-two-col.page-content .content-wrapper {
    padding-left: 0;
  }
}
.voices-two-col.page-content div#gform_wrapper_9 {
  max-width: 400px;
  margin-top: 2rem;
}
@media only screen and (min-width: 49.1875em) {
  .voices-two-col.page-content div#gform_wrapper_9 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .voices-two-col.page-content div#gform_wrapper_9 {
    margin-top: 4rem;
  }
}
.voices-two-col.page-content div#gform_wrapper_9 input[type=text], .voices-two-col.page-content div#gform_wrapper_9 input[type=email], .voices-two-col.page-content div#gform_wrapper_9 select {
  border-radius: 5px;
  border-color: transparent;
  font-family: inherit;
}

@media only screen and (min-width: 49.1875em) {
  .voices-four-col.page-content .content-wrapper > div {
    border-left: 1px solid black;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .voices-four-col.page-content .content-wrapper > div {
    padding-left: 15px;
  }
}
.voices-four-col.page-content h4, .voices-four-col.page-content .c7-product-detail__info__description h2, .c7-product-detail__info__description .voices-four-col.page-content h2 {
  margin: 0 0 1.6rem;
}

.voices-one-col-last.page-content h1 {
  margin-bottom: -2rem;
  text-transform: uppercase;
  font-size: 17vw;
}
@media only screen and (min-width: 49.1875em) {
  .voices-one-col-last.page-content h1 {
    margin-bottom: -3rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .voices-one-col-last.page-content h1 {
    font-size: clamp(9.375rem, -1.3393rem + 14.2857vw, 15.625rem);
  }
}
.voices-one-col-last.page-content p {
  text-align: center;
  max-width: 50rem;
  margin: 1rem auto 2rem;
}

.allegrini-one-col .content-wrapper > div {
  max-width: 100%;
}

.less-bold-hr.page-content {
  padding: 0;
  margin-top: -2rem;
}
.less-bold-hr.page-content hr {
  border: 0.5px solid #000;
}

.producers-slider {
  background: #f5e3dc;
}

.wine-slider .slider__slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 5px;
}
.wine-slider .slider__slide a {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.wine-slider .slider__slide img {
  align-self: center;
  max-height: 320px;
  width: auto;
}

@media only screen and (min-width: 49.1875em) {
  .large-gutter .content-wrapper > div:first-of-type {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .large-gutter .content-wrapper > div:first-of-type {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 49.1875em) {
  .large-gutter .content-wrapper > div:last-of-type {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .large-gutter .content-wrapper > div:last-of-type {
    padding-left: 30px;
  }
}

.bottom-dropshadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 2;
}
.bottom-dropshadow + .page-content {
  position: relative;
  z-index: 1;
}

.producers-wine-dialogues hr {
  margin-top: -0.5rem;
  margin-bottom: -1.9rem !important;
}

.speakers-wine-dialogues hr {
  margin-top: -0.5rem;
  margin-bottom: -1.9rem !important;
}
.speakers-wine-dialogues + div {
  padding-top: 0.625rem;
}

.speakers-3-col hr {
  margin-top: -0.5rem;
  max-width: 80%;
  opacity: 0.5;
}

.wines-wine-dialogues hr {
  margin-top: -0.5rem;
}

.faqs-wine-dialogues {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 63.6876em) {
  .faqs-wine-dialogues {
    padding-bottom: 6rem;
  }
}

.reverse .content-wrapper,
.reverse-red .content-wrapper {
  background: #000;
}
@media only screen and (max-width: 49.125em) {
  .reverse .content-wrapper,
  .reverse-red .content-wrapper {
    padding-bottom: 2rem;
  }
}
.reverse .content-wrapper h1, .reverse .content-wrapper h2, .reverse .content-wrapper h3, .reverse .content-wrapper h4, .reverse .content-wrapper h5, .reverse .content-wrapper .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle, .c7-product-detail__top__titles_and_price__titles .reverse .content-wrapper .c7-product-detail__subtitle.c7-subtitle, .reverse .content-wrapper h6, .reverse .content-wrapper p,
.reverse .content-wrapper .h1, .reverse .content-wrapper .h2, .reverse .content-wrapper .h3, .reverse .content-wrapper .h4, .reverse .content-wrapper .h5, .reverse .content-wrapper .h6,
.reverse-red .content-wrapper h1,
.reverse-red .content-wrapper h2,
.reverse-red .content-wrapper h3,
.reverse-red .content-wrapper h4,
.reverse-red .content-wrapper h5,
.reverse-red .content-wrapper .c7-product-detail__top__titles_and_price__titles .c7-product-detail__subtitle.c7-subtitle,
.c7-product-detail__top__titles_and_price__titles .reverse-red .content-wrapper .c7-product-detail__subtitle.c7-subtitle,
.reverse-red .content-wrapper h6,
.reverse-red .content-wrapper p,
.reverse-red .content-wrapper .h1,
.reverse-red .content-wrapper .h2,
.reverse-red .content-wrapper .h3,
.reverse-red .content-wrapper .h4,
.reverse-red .content-wrapper .h5,
.reverse-red .content-wrapper .h6 {
  color: #ffffff;
}

.reverse-red .content-wrapper {
  background: #ff0100;
}

.one_column_regular.border .content-wrapper {
  max-width: 73.125rem;
  border: 2px solid #000;
  border-radius: 8px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 49.1875em) {
  .one_column_regular.border .content-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 63.6876em) {
  .one_column_regular.border .content-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

div.blog-info {
  text-align: center;
  padding-top: 0 !important;
}

p.blogEntryDate {
  margin-bottom: 0;
  font-weight: 700;
  color: black;
}

span.blogEntryDate {
  font-weight: 700;
  color: black;
  display: block;
  margin-bottom: -0.75rem;
}

h2.blogEntryTitle {
  margin-top: 0.3em;
  line-height: 0.9;
}

p.blogEntryTeaser {
  max-width: 560px;
  margin: 1em auto 2em;
}

div.blogEntryTeaser {
  max-width: 560px;
  margin: 1em auto 2em;
}

img.size-full {
  width: 100%;
}

h1.page-title,
h1 .page-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-align: center;
  display: block;
}
h1.page-title:after,
h1 .page-title:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #c7c7c7;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}

.fourcol-narrow.four_columns .content-wrapper {
  max-width: 78.125rem;
}
@media only screen and (min-width: 63.6876em) {
  .fourcol-narrow.four_columns .content-wrapper > div {
    padding: 0 15px;
  }
}

.twocol-narrow.two_columns_regular .content-wrapper {
  max-width: 78.125rem;
  justify-content: center;
}
@media only screen and (min-width: 63.6876em) {
  .twocol-narrow.two_columns_regular .content-wrapper > div {
    width: 25%;
    padding: 0 15px;
  }
}

.page-content.blog-post.one_column_regular .content-wrapper {
  border: 1px solid #e5e5e5;
  padding: 25px;
}

.page-content.blog-post.two_columns_regular {
  padding-top: 0;
}
@media only screen and (min-width: 63.6876em) {
  .page-content.blog-post.two_columns_regular .content-wrapper {
    padding: 0;
  }
}
.page-content.blog-post.two_columns_regular .content-wrapper > div {
  border: 1px solid #e5e5e5;
  padding: 25px;
}
@media only screen and (min-width: 49.1875em) {
  .page-content.blog-post.two_columns_regular .content-wrapper > div {
    width: 49%;
  }
}
@media only screen and (min-width: 49.1875em) {
  .page-content.blog-post.two_columns_regular .content-wrapper > div:first-of-type {
    margin-right: 1%;
  }
}
@media only screen and (min-width: 49.1875em) {
  .page-content.blog-post.two_columns_regular .content-wrapper > div:last-of-type {
    margin-left: 1%;
  }
}

.hide-second.two_columns_regular .content-wrapper > div:last-of-type {
  display: none;
}

.hide-first.two_columns_regular .content-wrapper > div:first-of-type {
  display: none;
}

.blog-intro h1 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 64px;
  max-width: 800px;
  margin: 0 auto 15px;
  line-height: 1.2;
}
@media only screen and (max-width: 49.125em) {
  .blog-intro h1 {
    font-size: 2rem;
  }
}
.blog-intro h1:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #c7c7c7;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}
.blog-intro h2 {
  line-height: normal;
  font-size: 1.7em;
  max-width: 780px;
  margin: 0 auto 1rem;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 49.125em) {
  .blog-intro h2 {
    font-size: 1.25em;
  }
}
.blog-intro p.entry-intro, .blog-intro h2.entry-intro {
  font-size: clamp(1.125rem, 0.9rem + 0.75vw, 1.5rem);
  letter-spacing: 0.02em;
  text-wrap: pretty;
  text-transform: capitalize;
}

ul.social {
  margin: 10px auto 70px;
  padding: 0 15px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.social li {
  display: inline-block;
  font-size: 28px;
  margin: 0px 7px;
}

body.single-post .page-content.one_column_regular.one_column_regular--width-ultra-narrow .content-wrapper {
  max-width: 700px;
}

.narrow3col.three_columns .content-wrapper {
  max-width: 70rem;
}
@media only screen and (min-width: 63.6876em) {
  .narrow3col.three_columns .content-wrapper > div {
    padding: 0 15px;
  }
}

.wide3col.three_columns .content-wrapper {
  max-width: 120rem;
}
@media only screen and (min-width: 49.1875em) {
  .wide3col.three_columns .content-wrapper > div {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 63.6876em) {
  .wide3col.three_columns .content-wrapper > div {
    padding: 0 32.5px;
  }
}

.zoombg img {
  width: 100%;
}
.zoombg p a {
  text-transform: uppercase;
  text-decoration: none !important;
}
.zoombg .content-wrapper > div {
  position: relative;
  transition: all 0.3s ease-out;
}
.zoombg .content-wrapper > div:hover {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.52);
}
.zoombg .content-wrapper > div p {
  margin-bottom: 1rem !important;
}

.shop-block {
  background-image: url("/wp-content/uploads/2024/03/shop-bg-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop-block .content-wrapper {
  background: transparent !important;
  max-width: 390px !important;
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 49.125em) {
  .shop-block .content-wrapper {
    min-height: 450px;
  }
}
@media only screen and (max-width: 49.125em) {
  .shop-block {
    background-image: none;
  }
}

.membership-block p {
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
.membership-block h2, .membership-block .h2 {
  margin-top: 50px;
}

.threecol-wines .content-wrapper > div > p > a {
  display: block;
  text-align: center;
}

.footer-social ul li:nth-of-type(3) a {
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
}
.footer-social ul li:nth-of-type(3) a svg {
  height: 55%;
  max-width: 55%;
}
.footer-social ul li:nth-of-type(3) a svg path {
  fill: #000;
}

.hide-third-col.three_columns .content-wrapper > div:last-of-type {
  display: none;
}
.hide-third-col.three_columns .content-wrapper {
  justify-content: center;
}

.c7-product-detail .ww_breadcrumbs {
  margin: 2rem 0;
  text-align: center;
  text-transform: uppercase;
}

.ww_breadcrumbs {
  margin: 2rem 0;
  text-align: center;
  text-transform: uppercase;
}

.gift-set-remove-desc .c7-product__add-to-cart__price__variant {
  display: none;
}

.hide-price .c7-product__add-to-cart__price {
  display: none !important;
}

.hide-price-elementor .c7-product__add-to-cart__price {
  display: none !important;
}
.hide-price-elementor .c7-product__add-to-cart__form {
  display: flex;
  flex-direction: row !important;
}

.admin-only {
  display: none;
}

body.admin-bar .admin-only {
  display: block;
}

.page-content.black-hr hr {
  border-color: #000;
}

hr.black-hr {
  border-color: #000;
}

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