@import "hco_fonts/hco_fonts.css";
.txt-fancy {
  font-size: 48px;
  line-height: 54px;
  font-family: 'Copernicus';
  letter-spacing: 0.01em;
  font-style: italic;
  font-weight: 900;
}
.txt-fancy.small {
  font-size: 30px;
  line-height: 42px;
  text-transform: none;
}
.txt-fancy.gold {
  color: #b28b4c;
}
.txt-fancy.burgundy {
  color: #79232e;
}
.txt-quote {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Copernicus';
  font-style: italic;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.txt-price {
  font-size: 26px;
  line-height: 34px;
  font-family: 'Copernicus';
  font-weight: 700;
  font-style: italic;
}
.txt-price.burgundy {
  color: #79232e;
}
.txt-badge {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "HCo Gotham";
  letter-spacing: 0.075em;
  font-weight: 500;
}
.txt-link {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Copernicus';
  letter-spacing: 0.01em;
  font-weight: 700;
}
.txt-label {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Copernicus';
  letter-spacing: 0.015em;
  font-weight: 300;
}
.txt-label--red {
  font-family: "HCo Gotham";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.015em;
  color: #79232e;
  text-transform: uppercase;
  padding-right: 12px;
}
.txt-footerlink {
  font-size: 14px;
  line-height: 34px;
  font-family: "HCo Gotham" !important;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #2d2924;
  transition: 0.25s;
}
.txt-footerlink:hover {
  color: #b28b4c;
}
.txt-footerlink.gold {
  color: #b28b4c;
}
.txt-small {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Copernicus';
  letter-spacing: 0.01em;
  font-weight: 500;
}
.txt-small a {
  font-weight: 600;
}
.txt-smallinfo {
  font-size: 16px;
  line-height: 24px;
  font-family: "HCo Gotham";
  letter-spacing: 0.01em;
  font-weight: 500;
}
.txt-legal {
  font-size: 10px;
  line-height: 20px;
  font-family: 'Copernicus';
  font-weight: 500;
}
.txt-legal a {
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
}
a.txt-legal {
  font-size: 10px;
  line-height: 20px;
  font-family: 'Copernicus';
  font-weight: 700;
}
.txt-card-date {
  font-family: "HCo Gotham";
  color: #2d2924;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.txt-card-date i {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Copernicus';
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.015em;
  font-weight: 100;
}
@media (min-width: 1400px) {
  .p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 750px) {
  .p {
    font-size: 16px;
    line-height: 18px;
  }
}
.u-txt-center {
  text-align: center;
}
.u-weight-black {
  font-weight: 800;
}
.u-weight-bold {
  font-weight: 700;
}
.txt-default,
.txt-base {
  color: #2d2924;
}
.txt-headlinegrey {
  color: #101822;
}
.txt-yellow {
  color: #ffdA3D;
}
.txt-burgundy {
  color: #79232e;
}
.txt-white {
  color: #fff;
}
.txt-black {
  color: #000;
}
.txt-basegrey {
  color: #181613;
}
.txt-darkgrey {
  color: #1c242d;
}
.txt-mediumgrey {
  color: #524b43;
}
.txt-lightgrey {
  color: #d9d9da;
}
.txt-fieldgrey {
  color: #eeeeee;
}
.txt-ivory {
  color: #f4efdd;
}
.txt-lightivory {
  color: #fefdf9;
}
.txt-medivory {
  color: #fcfaf3;
}
.txt-gold {
  color: #b28b4c;
}
.txt-vineyard-1 {
  color: #bab00a;
}
.txt-vineyard-2 {
  color: #97942a;
}
.txt-vineyard-3 {
  color: #9aa338;
}
.bg-headlinegrey {
  background-color: #101822;
}
.bg-yellow {
  background-color: #ffdA3D;
}
.bg-burgundy {
  background-color: #79232e;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-basegrey {
  background-color: #181613;
}
.bg-darkgrey {
  background-color: #1c242d;
}
.bg-mediumgrey {
  background-color: #524b43;
}
.bg-lightgrey {
  background-color: #d9d9da;
}
.bg-fieldgrey {
  background-color: #eeeeee;
}
.bg-ivory {
  background-color: #f4efdd;
}
.bg-lightivory {
  background-color: #fefdf9;
}
.bg-medivory {
  background-color: #fcfaf3;
}
.bg-gold {
  background-color: #b28b4c;
}
.bg-vineyard-1 {
  background-color: #bab00a;
}
.bg-vineyard-2 {
  background-color: #97942a;
}
.bg-vineyard-3 {
  background-color: #9aa338;
}
.bg-headlinegrey,
.bg-burgundy,
.bg-black,
.bg-basegrey,
.bg-darkgrey,
.bg-mediumgrey,
.bg-gold {
  color: white;
}
.bg-stripes {
  border: 5px solid #ffdA3D;
  background-image: url(../img/repeating-stripe.png);
  padding: 2rem;
}
/* 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;
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
html {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
html.is-grayscale {
  filter: grayscale(100%);
}
html.is-grayscale body {
  background-color: #d9d9da;
}
body {
  background-color: #f4efdd;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
fieldset {
  border: 0;
}
.has-flyout html,
.has-flyout main,
.has-flyout body {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.capitalize {
  text-transform: capitalize;
}
.hidden,
.input-setting {
  display: none !important;
}
.txt-bold {
  font-weight: 600;
}
@media (max-width: 750px) {
  .hide-on-small {
    display: none !important;
  }
}
@media (min-width: 750px) {
  .show-on-small {
    display: none !important;
  }
}
img {
  max-width: 100%;
}
a {
  color: #000;
  font-family: 'Copernicus';
  transition: 0.5s;
}
a:hover {
  color: #b28b4c;
}
a.fill-tile-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
a.wines-add-to-cart {
  z-index: 3;
}
a.jump-link {
  display: block;
  position: relative;
  top: -6vw;
  visibility: hidden;
}
input:not([type=checkbox]) {
  border-radius: 0;
  -webkit-appearance: none;
}
.rememberwrapper input {
  -webkit-appearance: none;
}
h1,
.c-level-1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-family: 'Copernicus';
  font-style: normal;
}
@media (min-width: 1400px) {
  h1,
  .c-level-1 {
    font-size: 36px;
    line-height: 44px;
  }
}
h1.hero,
.c-level-1.hero {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 38px;
  font-size: 2.8vw;
  line-height: 3vw;
  font-weight: 300;
}
@media (min-width: 1400px) {
  h1.hero,
  .c-level-1.hero {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 750px) {
  h1.hero,
  .c-level-1.hero {
    font-size: 30px;
    line-height: 38px;
  }
}
h2,
.c-level-2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-family: 'Copernicus';
  font-style: normal;
}
@media (min-width: 1400px) {
  h2,
  .c-level-2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 750px) {
  h2,
  .c-level-2 {
    font-size: 24px;
    line-height: 32px;
  }
}
h3,
.c-level-3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: 'Copernicus';
  font-style: italic;
}
@media (max-width: 750px) {
  h3,
  .c-level-3 {
    font-size: 18px;
    line-height: 26px;
  }
}
h4,
.c-level-4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: 'Copernicus';
  font-style: italic;
}
h4.burgundy,
.c-level-4.burgundy {
  color: #79232e;
}
@media (min-width: 1400px) {
  h4,
  .c-level-4 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 750px) {
  h4,
  .c-level-4 {
    font-size: 18px;
    line-height: 26px;
  }
}
h5,
.c-level-5 {
  font-size: 16px;
  line-height: 22px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "HCo Gotham";
  font-style: normal;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  h5,
  .c-level-5 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 750px) {
  h5,
  .c-level-5 {
    font-size: 18px;
    line-height: 25px;
  }
}
h6,
.c-level-6 {
  font-family: 'Copernicus';
  font-size: 11px;
  font-style: normal;
}
p,
.entry-content li {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Copernicus';
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.015em;
  font-weight: 100;
}
@media (min-width: 1400px) {
  p,
  .entry-content li {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 750px) {
  p,
  .entry-content li {
    font-size: 16px;
    line-height: 25px;
  }
}
p.error,
.entry-content li.error {
  color: #79232e;
  font-weight: 600;
}
ul {
  list-style: none;
}
.entry-content ul li {
  position: relative;
  padding-left: 1rem;
}
.entry-content ul li:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 0;
  width: 0;
  border: 1.5px solid;
  top: 0.75em;
  left: 0;
}
a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}
label {
  cursor: pointer;
}
/*                           MOVED TO VARIABLES.LESS
                             Being used as a mix-in                                 */
button.learn-more {
  background-color: transparent;
  border: none;
  text-align: left;
}
.learn-more {
  transition: 0.25s;
  cursor: pointer;
}
.learn-more + .learn-more {
  margin-left: 20px;
}
.learn-more:hover {
  color: #ffdA3D;
}
.learn-more.burgundy {
  color: #79232e;
}
.learn-more.burgundy:hover {
  color: #3e1217;
}
.learn-more.white {
  color: #fff;
  text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
}
.learn-more.white:hover {
  color: #ffdA3D;
}
.learn-more:after {
  content: '»';
  display: inline-block;
  margin-left: 0.5vw;
  position: relative;
}
.learn-more .rsvp {
  font-weight: 700;
}
a.offscreen {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  text-align: left;
  overflow: hidden;
}
a.offscreen:focus,
a.offscreen:active,
a.offscreen:hover {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  background-color: #FF3;
  border: 1px dotted #000;
  z-index: 3000;
}
.dont-break {
  white-space: nowrap;
}
/*.pre-load {
	 background-repeat: no-repeat;
	 background-position:  -9999px -9999px;
	 -webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}*/
.age-gate-terms {
  max-width: 70%;
  margin-left: 15%;
}
@media (max-width: 750px) {
  .age-gate-terms {
    max-width: 90%;
    margin-left: 5%;
  }
}
.video-con {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.video-con:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  /* content: '\f039'; */
  content: '►';
  font: normal normal normal 14px/1 'Scv';
  font-size: 50px;
  line-height: 50px;
  color: white;
  margin-left: -16px;
  margin-top: -25px;
  z-index: 3;
  transition: 0.5s;
}
.video-con:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  height: 80px;
  width: 80px;
  border-radius: 100%;
  z-index: 2;
  margin-top: -40px;
  margin-left: -40px;
  transition: 0.5s;
}
.video-con:hover:after {
  transform: scale(1.1);
}
.video-con:hover:before {
  transform: scale(1.25);
}
.video-con a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.6 !important;
}
.fancybox-container li,
.generic-content li {
  list-style-type: disc;
  font-family: 'Copernicus';
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 10px;
  margin-left: 30px;
}
@media (max-width: 750px) {
  .fancybox-container .blade-split-content .col {
    min-height: auto;
  }
}
.to-top {
  z-index: 201;
}
.ul-col-three {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
.ul-col-three li:first-child {
  margin-top: 0;
}
.ul-col-three li {
  margin-right: 10px;
}
.gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gallery .slide-placeholder {
  opacity: 0;
}
@media (max-width: 750px) {
  .gallery .slide-placeholder {
    height: 300px;
  }
}
.gallery .slide-con {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.gallery .slide-con .slide {
  display: block;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: 0.5s;
  left: 0;
  z-index: 49;
}
@media (max-width: 750px) {
  .gallery .slide-con .slide {
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .gallery .slide-con .slide.process {
    width: 100%;
    margin-left: 0;
  }
  .gallery .slide-con .slide.process .txt-fancy,
  .gallery .slide-con .slide.process p {
    position: static;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .gallery .slide-con .slide.process {
    width: 100%;
    margin-left: 0;
    padding: 50px;
  }
}
@media (max-width: 410px) {
  .gallery .slide-con .slide.process {
    width: 100%;
    margin-left: 0;
    padding: 25px 50px;
  }
}
.gallery .slide-con .slide.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery .slide-con .slide.active {
  opacity: 1;
  left: 0;
  z-index: 51;
  cursor: crosshair;
}
.gallery .slide-con .slide.active + .slide {
  left: 0;
  z-index: 50;
}
.gallery.copy .slide {
  padding-top: 65px;
  margin-bottom: -65px;
}
@media (max-width: 750px) {
  .gallery.copy .slide {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}
.gallery .content-slide {
  box-sizing: border-box;
  padding: 65px 50px;
  background-size: cover;
}
.gallery .content-slide h2,
.gallery .content-slide p,
.gallery .content-slide span.txt-fancy {
  position: absolute;
  left: 0;
  top: 50px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 0 10%;
  white-space: normal;
  color: #fff;
}
.gallery .content-slide p {
  top: auto;
  bottom: 100px;
  padding: 0 20%;
  white-space: normal;
}
.gallery .content-slide img {
  width: 100%;
  height: auto;
}
.gallery .content-slide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.zoom {
  position: relative;
  content: '';
}
.zoom-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.25s;
  background-color: #fff;
  display: none;
  pointer-events: none;
}
@media (max-width: 750px) {
  .zoom-target {
    display: none;
  }
}
.zoom-target.active {
  display: block;
}
.zoom-target.show {
  opacity: 1;
  z-index: 101;
}
.zoom-target img {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  max-width: 120%;
  height: auto;
  max-height: none;
}
@media (max-width: 750px) {
  .zoom-target img {
    width: 150%;
    max-width: 150%;
  }
}
video.fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}
.award {
  height: 6.5vw;
  width: 6.5vw;
  border-radius: 100%;
  border: 3px solid #92702c;
  color: #92702c;
  position: absolute;
  top: 85px;
  right: 5px;
  z-index: 100;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.7em;
  display: block;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  font-family: "HCo Gotham";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1400px) {
  .award {
    height: 6vw;
    width: 6vw;
  }
}
@media (max-width: 750px) {
  .award {
    height: 24.5vw;
    width: 24.5vw;
  }
}
.award-score {
  border: 3px solid #ffdA3D;
  border-radius: 100%;
  height: 98px;
  width: 98px;
  font-family: 'Copernicus';
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  color: #ffdA3D;
  margin: auto;
  margin-top: 75px;
  box-sizing: border-box;
  line-height: 98px;
}
.award-card h3 {
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.card {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
}
.cards .card {
  margin-right: 15px;
  width: calc( 33.33333333% - 10px );
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
}
@media (max-width: 1050px) {
  .cards .card {
    width: calc( 50% - 15px );
  }
}
@media (max-width: 750px) {
  .cards .card {
    width: 100% !important;
  }
}
.cards .card:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1050px) {
  .cards .card:nth-child(3n) {
    margin-right: 15px;
  }
}
.card .card-top {
  min-height: 200px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: top;
}
.card .date {
  font-family: "HCo Gotham";
  font-size: 14px;
}
.card .card-bottom {
  padding: 40px 50px;
  border: 1px solid #eeeeee;
  border-top: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  flex: 1 100%;
  align-items: flex-start;
  max-height: 330px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  align-content: center;
  background-color: #fff;
}
@media (max-width: 750px) {
  .card .card-bottom {
    height: auto;
  }
}
.card .card-bottom .c-level-3 {
  margin-top: 15px;
}
.card .card-bottom .recipe-summary * {
  display: none;
}
.card .card-bottom .recipe-summary p:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: block;
  max-height: 112px;
}
@media (max-width: 750px) {
  .card .card-bottom .recipe-summary p:first-child {
    padding-bottom: 15px;
  }
}
.scale {
  transform: scale(1.085);
  -webkit-backface-visibility: hidden;
  z-index: 101;
}
.scale.scale-left {
  transform-origin: left;
}
.scale.scale-right {
  transform-origin: right;
}
@media (max-width: 750px) {
  .scale {
    transform: scale(1);
  }
}
.darken-back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.dot-nav,
.right-arrow,
.left-arrow {
  color: #181613;
}
.dot-nav.light,
.right-arrow.light,
.left-arrow.light {
  color: #fff;
}
.dot-nav .fa,
.right-arrow .fa,
.left-arrow .fa,
.dot-nav li,
.right-arrow li,
.left-arrow li {
  color: inherit;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.dot-nav .fa:hover,
.right-arrow .fa:hover,
.left-arrow .fa:hover,
.dot-nav li:hover,
.right-arrow li:hover,
.left-arrow li:hover,
.dot-nav .fa.active,
.right-arrow .fa.active,
.left-arrow .fa.active,
.dot-nav li.active,
.right-arrow li.active,
.left-arrow li.active {
  opacity: 1;
}
.dot-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 102;
}
.dot-nav li {
  display: inline-block;
  list-style: none;
  font-size: 35px;
  margin-right: 5px;
}
@media (max-width: 750px) {
  .dot-nav {
    bottom: 0;
  }
}
.right-arrow,
.left-arrow {
  position: absolute;
  height: 50px;
  width: 50px;
  top: calc(50% - 25px);
  left: 25px;
  z-index: 102;
}
@media (max-width: 750px) {
  .right-arrow,
  .left-arrow {
    left: 0;
  }
}
.right-arrow .fa,
.left-arrow .fa {
  font-size: 40px;
}
.right-arrow {
  left: auto;
  right: 25px;
}
@media (max-width: 750px) {
  .right-arrow {
    left: auto;
    right: 0;
  }
}
footer {
  background-color: #fff;
  width: 100%;
  display: block;
  padding-top: 50px;
  position: relative;
}
footer .row {
  display: block;
  width: 90vw;
  position: relative;
  left: 5vw;
}
footer .row a {
  color: #2d2924;
  transition: 0.25s;
}
footer .row a:hover {
  color: #b28b4c;
}
footer .row ul li {
  list-style: none;
}
@media (min-width: 1400px) {
  footer .row {
    width: 75vw;
    left: 12.5vw;
  }
}
footer .legal {
  position: relative;
  display: block;
  width: 90vw;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
footer .legal ul li {
  list-style: none;
  display: inline-block;
}
@media (min-width: 1400px) {
  footer .legal {
    width: 75vw;
    left: 12.5vw;
  }
}
footer legend {
  font-size: 14px;
  line-height: 34px;
  font-family: "HCo Gotham" !important;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #2d2924;
  transition: 0.25s;
}
.background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.btn {
  color: #2d2924;
  border: 0;
  background-color: #ffdA3D;
  font-family: 'Copernicus';
  position: relative;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-decoration: none;
  box-sizing: border-box;
  min-height: 50px;
  min-width: 185px;
  padding: 0 30px;
  display: inline-block;
  font-weight: 700;
  transition: 1s;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  background-color: #f0c200;
  color: #2d2924;
}
.btn.disabled {
  background-color: #eeeeee;
  color: rgba(45, 41, 36, 0.42);
}
.btn.margin-top {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .btn.margin-top {
    margin-top: 15px;
  }
}
.btn.float-right {
  float: right;
}
@media (max-width: 750px) {
  .btn {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.03em;
    min-width: 185px;
    max-width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.btn.hero {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-top: 5px solid #ffdA3D;
  border-bottom: 5px solid #ffdA3D;
  transition: 0.5s;
  z-index: 1000;
}
@media (max-width: 750px) {
  .btn.hero {
    margin-top: 15px;
    line-height: 39px;
  }
}
.btn.hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.btn.hero:after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 00%;
  left: 0;
  top: 0;
  display: block;
  border-left: 5px solid #ffdA3D;
  border-right: 5px solid #ffdA3D;
  opacity: 0;
  transition: 1s;
}
.btn.hero:hover:after {
  opacity: 1;
  height: 100%;
  top: 0;
}
.btn.secondary {
  background-color: transparent;
  color: #2d2924;
  border: 3px solid #2d2924;
  transition: 0.25s;
}
.btn.secondary:hover {
  background-color: #2d2924;
  color: white;
}
.btn.inline {
  min-width: 100px;
  padding: 0 20px;
  background-color: #ffdA3D;
  color: #2d2924;
  margin-left: -4px;
  vertical-align: middle;
}
.btn.inline.small {
  min-height: 40px;
  height: 40px;
  line-height: 40px;
}
.btn.inline:hover {
  background-color: #f0c200;
}
.btn.facebook {
  background-color: #3b5998;
  color: white;
}
@media (min-width: 750px) {
  .btn + .btn {
    margin-left: 1rem;
  }
}
.parralax {
  position: relative;
}
.row {
  position: relative;
  display: block;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}
.row--flex {
  display: flex;
  flex-wrap: wrap;
}
.row--colrev {
  display: flex;
  flex-direction: column-reverse;
}
.row--colrev-m {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 750px) {
  .row--colrev-m {
    flex-direction: column;
  }
}
.row--gutter {
  justify-content: flex-start;
}
.row--gutter .col.col-12.four {
  width: 32% !important;
  margin-bottom: 32px;
  margin-right: 2%;
}
.row--gutter .col.col-12.four:nth-child(3n + 3) {
  margin-right: 0;
}
@media (max-width: 750px) {
  .row--gutter .col.col-12.four {
    margin-right: 0;
    width: 100% !important;
  }
}
.row--gutter .col.col-12.eight {
  width: 65% !important;
}
@media (max-width: 750px) {
  .row--gutter .col.col-12.eight {
    margin-right: 0;
    width: 100% !important;
  }
}
.row--gutter .col.col-12.six {
  width: 48% !important;
  margin-right: 3.333333%;
  margin-bottom: 32px;
}
.row--gutter .col.col-12.six:nth-child(2n + 2) {
  margin-right: 0;
}
@media (max-width: 750px) {
  .row--gutter .col.col-12.six {
    width: 100% !important;
  }
}
.row.btn-row {
  height: 50px;
}
@media (max-width: 750px) {
  .row.btn-row {
    height: auto;
    min-height: 50px;
  }
  .row.btn-row .col.col-2 {
    min-height: 0;
  }
}
.row.btn-row .col .btn.inline {
  vertical-align: top;
}
.row .col {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.row .col.col-12.one {
  width: 8.33%;
}
.row .col.col-12.two {
  width: 16.66%;
}
.row .col.col-12.three {
  width: 25%;
}
.row .col.col-12.four {
  width: 33.33%;
}
.row .col.col-12.five {
  width: 41.66%;
}
.row .col.col-12.six {
  width: 50%;
}
.row .col.col-12.seven {
  width: 58.33%;
}
.row .col.col-12.eight {
  width: 66.66%;
}
.row .col.col-12.nine {
  width: 75%;
}
.row .col.col-12.ten {
  width: 83.33%;
}
.row .col.col-12.eleven {
  width: 91.66%;
}
.row .col.col-12.twelve {
  width: 100%;
}
@media (max-width: 750px) {
  .row .col.col-12 {
    width: 100% !important;
  }
}
.row .col.col-3.one {
  width: 33.33%;
}
.row .col.col-3.two {
  width: 66.66%;
}
.row .col.col-3.three {
  width: 100%;
}
@media (max-width: 750px) {
  .row .col.col-3 {
    width: 100% !important;
  }
}
.row .col.col-2.one {
  width: 50%;
}
.row .col.col-2.two {
  width: 100%;
}
@media (max-width: 750px) {
  .row .col.col-2 {
    width: 100% !important;
  }
}
.row .col.col-12-m.one {
  width: 8.33%;
}
.row .col.col-12-m.two {
  width: 16.66%;
}
.row .col.col-12-m.three {
  width: 25%;
}
.row .col.col-12-m.four {
  width: 33.33%;
}
.row .col.col-12-m.five {
  width: 41.66%;
}
.row .col.col-12-m.six {
  width: 50%;
}
.row .col.col-12-m.seven {
  width: 58.33%;
}
.row .col.col-12-m.eight {
  width: 66.66%;
}
.row .col.col-12-m.nine {
  width: 75%;
}
.row .col.col-12-m.ten {
  width: 83.33%;
}
.row .col.col-12-m.eleven {
  width: 91.66%;
}
.row .col.col-12-m.twelve {
  width: 100%;
}
.row .col.col-3-m.one {
  width: 33.33%;
}
.row .col.col-3-m.two {
  width: 66.66%;
}
.row .col.col-3-m.three {
  width: 100%;
}
.row.headlinegrey {
  background-color: #101822;
}
.row.headlinegrey h2 {
  color: #fff;
}
.row.headlinegrey h1 {
  color: #ffdA3D;
}
.row.headlinegrey p {
  color: #fff;
}
.row.padded {
  padding: 65px 75px 65px 75px;
}
@media (max-width: 750px) {
  .row.padded {
    padding: 15px;
  }
}
form .row {
  display: table !important;
  padding: 10px 0;
}
form .row .col {
  vertical-align: top;
}
form .row label.col {
  vertical-align: middle;
}
label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.015em;
  font-family: 'Copernicus';
  text-align: right;
  padding-right: 10px;
}
input,
select,
textarea {
  border: 0px;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.075em;
  font-family: 'Copernicus';
}
input.zip-code,
select.zip-code,
textarea.zip-code {
  width: 130px;
}
input:focus,
select:focus,
textarea:focus {
  /* border: 1px solid #f8da3d !important; */
  /* box-shadow: 0 0 3px #f8da3d !important; */
  /* -webkit-box-shadow: 0 0 3px #f8da3d !important; */
  outline-color: #ffdA3D;
}
input.full-width,
select.full-width,
textarea.full-width {
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="textarea"],
input[type="phone"],
textarea {
  background-color: #eeeeee;
  color: #2d2924;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
  font-family: 'Copernicus';
  vertical-align: top;
}
input[type="text"]:placeholder,
input[type="password"]:placeholder,
input[type="email"]:placeholder,
input[type="number"]:placeholder,
input[type="textarea"]:placeholder,
input[type="phone"]:placeholder,
textarea:placeholder {
  color: #b2a99e;
}
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"] {
  height: 50px;
}
input[type="textarea"],
textarea {
  height: 125px;
  resize: none;
}
select {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.075em;
  font-family: 'Copernicus';
  background-color: #eeeeee;
  color: #2d2924;
  outline: #ffdA3D;
}
.select {
  display: block;
  min-height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.075em;
  font-family: 'Copernicus';
  color: #2d2924;
  position: relative;
  vertical-align: middle;
}
.select:focus-within select {
  outline: #ffdA3D auto 3px;
}
.select:after {
  content: '\f017';
  font: normal normal normal 14px/1 'Scv';
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 19px;
  text-align: center;
  box-sizing: border-box;
  z-index: 101;
  pointer-events: none;
}
.select select {
  background: transparent;
  background-color: #eeeeee;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  z-index: 100;
  padding-right: 30px;
}
input[type="radio"]:not('.c-quiz__step_check'),
input[type="radio"]:not(old) input[type="checkbox"]:not('.c-quiz__step_check'),
input[type="checkbox"]:not(old) {
  display: none;
}
input[type="radio"]:not('.c-quiz__step_check') + label,
input[type="radio"]:not(old) input[type="checkbox"]:not('.c-quiz__step_check') + label,
input[type="checkbox"]:not(old) + label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.015em;
  font-family: 'Copernicus';
  text-align: left;
  margin-left: 10px;
  vertical-align: middle;
}
input[type="radio"]:not('.c-quiz__step_check') + .icon,
input[type="radio"]:not(old) input[type="checkbox"]:not('.c-quiz__step_check') + .icon,
input[type="checkbox"]:not(old) + .icon {
  text-align: center;
  display: inline-block;
}
input[type="radio"]:not('.c-quiz__step_check') + .icon .fa,
input[type="radio"]:not(old) input[type="checkbox"]:not('.c-quiz__step_check') + .icon .fa,
input[type="checkbox"]:not(old) + .icon .fa,
input[type="radio"]:not('.c-quiz__step_check') + .icon .bullet,
input[type="radio"]:not(old) input[type="checkbox"]:not('.c-quiz__step_check') + .icon .bullet,
input[type="checkbox"]:not(old) + .icon .bullet {
  visibility: hidden;
}
input[type="radio"]:not('.c-quiz__step_check'):checked + .icon,
input[type="radio"]:not(old) input[type="checkbox"]:not('.c-quiz__step_check'):checked + .icon,
input[type="checkbox"]:not(old):checked + .icon {
  text-align: center;
  display: inline-block;
}
input[type="radio"]:not('.c-quiz__step_check'):checked + .icon .fa,
input[type="radio"]:not(old) input[type="checkbox"]:not('.c-quiz__step_check'):checked + .icon .fa,
input[type="checkbox"]:not(old):checked + .icon .fa,
input[type="radio"]:not('.c-quiz__step_check'):checked + .icon .bullet,
input[type="radio"]:not(old) input[type="checkbox"]:not('.c-quiz__step_check'):checked + .icon .bullet,
input[type="checkbox"]:not(old):checked + .icon .bullet {
  visibility: visible;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + .icon {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  vertical-align: middle;
  background-color: #eeeeee;
  margin-right: 10px;
}
input[type="radio"] + .icon .bullet {
  visibility: hidden;
  height: 0;
  width: 0;
}
input[type="radio"]:checked + .icon {
  text-align: center;
  display: inline-block;
}
input[type="radio"]:checked + .icon .bullet {
  display: inline-block;
  visibility: visible;
  background-color: #2d2924;
  height: 8px;
  width: 8px;
  border-radius: 100%;
}
input[type="checkbox"] + .icon {
  height: 30px;
  width: 30px;
  vertical-align: middle;
  background-color: #eeeeee;
  margin-right: 10px;
}
input[type="checkbox"]:checked + .icon .fa {
  line-height: 30px;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: #f8da3d auto 3px;
}
.checkbox input[type="checkbox"] + label::after {
  content: none;
}
.checkbox label {
  position: relative;
  display: inline-block;
  line-height: 36px !important;
  margin-left: 0 !important;
  padding-left: 42px;
}
.checkbox label::before,
.checkbox label::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.checkbox label::before {
  left: 0;
  top: 3px;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  background-color: #eeeeee;
}
.checkbox label::after {
  content: "";
  font-family: "FontAwesome";
  left: 7px;
  top: 2px;
}
header {
  background-color: #fefdf9;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  box-shadow: 0px 0px 7.84px 0.16px rgba(82, 78, 65, 0.06);
}
header .top-hat {
  height: 30px;
  background-color: #181613;
  line-height: 30px;
  font: 11px "HCo Gotham";
  letter-spacing: 0.01em;
  transition: 0.25s;
  margin-top: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0 5vw;
}
header .top-hat.hide {
  margin-top: -30px;
}
header .top-hat.hide + .top-hat__button {
  color: #000;
  position: fixed;
  right: 5vw;
  left: auto;
  top: 2px;
}
@media (max-width: 750px) {
  header .top-hat.hide + .top-hat__button {
    right: auto;
    color: #f4efdd;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
  }
}
header .top-hat__button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  color: #fefdf9;
  cursor: pointer;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.5;
  font-family: "HCo Gotham";
  letter-spacing: 0.01em;
  font-weight: 500;
  position: fixed;
  left: 5vw;
  z-index: 9;
  top: 6.5px;
}
@media (max-width: 750px) {
  header .top-hat__button {
    right: auto;
    color: #f4efdd;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    top: 5px;
  }
}
header .top-hat ul.top-nav {
  display: block;
  position: relative;
  height: 30px;
  text-align: right;
  box-sizing: border-box;
}
header .top-hat ul.top-nav li {
  display: inline-block;
  margin-left: 15px;
}
header .top-hat ul.top-nav li i {
  margin-right: 5px;
  font-size: 14px;
}
header .top-hat ul.top-nav li a {
  color: #fefdf9;
  text-decoration: none;
  font-size: 11px;
  line-height: 30px;
  font-family: "HCo Gotham";
  letter-spacing: 0.01em;
  font-weight: 500;
}
header .top-hat-promo {
  background-color: #ffdA3D;
  height: 40px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
header .top-hat-promo h4 {
  color: #000;
  font-style: normal;
  text-align: center;
  margin-left: 22px;
  line-height: 40px;
}
header .top-hat-promo i {
  display: inline-block;
  font-size: 24px;
  position: relative;
  top: 1px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 750px) {
  header .top-hat-promo {
    height: 0;
  }
}
header .main-nav-con {
  position: relative;
  display: block;
  height: 75px;
  width: 1100px;
  width: 90vw;
  margin: auto;
  margin-left: 5vw;
  height: 6vw;
}
header .main-nav-con .logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 18vw;
}
header .main-nav-con .logo img {
  position: relative;
  top: 1.75vw;
  width: 100%;
  height: auto;
}
header .main-nav-con ul.main-nav {
  vertical-align: top;
  display: inline-block;
  margin-left: 10vw;
  height: 75px;
  z-index: 10;
  width: 50vw;
  height: 100%;
}
@media (max-width: 750px) {
  header .main-nav-con ul.main-nav {
    marign-left: 0;
  }
}
header .main-nav-con ul.main-nav > li {
  display: inline-block;
  position: relative;
  height: 4vw;
  text-align: center;
  padding: 1vw 1vw;
  width: auto;
  text-transform: uppercase;
  margin-left: 0.25vw;
  margin-right: 0.25vw;
  padding-left: 0.4vw;
  padding-right: 0.4vw;
}
header .main-nav-con ul.main-nav > li:before,
header .main-nav-con ul.main-nav > li:after {
  content: '';
  position: absolute;
  top: 0;
  height: 5px;
  left: 50%;
  background-color: #ffdA3D;
  width: 0px;
  display: block;
  transition: 1s;
  opacity: 0;
}
header .main-nav-con ul.main-nav > li:after {
  top: auto;
  bottom: -1px;
}
header .main-nav-con ul.main-nav > li.active:before,
header .main-nav-con ul.main-nav > li:hover:before,
header .main-nav-con ul.main-nav > li:focus-within:before,
header .main-nav-con ul.main-nav > li.active:after,
header .main-nav-con ul.main-nav > li:hover:after,
header .main-nav-con ul.main-nav > li:focus-within:after {
  width: 100%;
  opacity: 1;
  left: 0%;
}
header .main-nav-con ul.main-nav > li > a {
  color: #2d2924;
  text-decoration: none;
  position: relative;
  display: block;
  top: -4px;
  left: 0;
  font-size: 0.8vw;
  font-family: "HCo Gotham";
  letter-spacing: 0.2em;
  white-space: nowrap;
  padding-left: 0.7vw;
  padding-right: 0.7vw;
}
header .main-nav-con ul.main-nav > li > a i {
  font-size: 32px;
  font-size: 3vw;
  color: #ffdA3D;
  display: block;
  width: 100%;
  text-align: center;
}
header .main-nav-con ul.main-nav > li > ul.subnav {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  position: absolute;
  top: 6vw;
  left: 0px;
  display: block;
  background-color: #fff;
}
header .main-nav-con ul.main-nav > li > ul.subnav:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0px;
  height: 5px;
  background-color: #ffdA3D;
  display: block;
}
header .main-nav-con ul.main-nav > li > ul.subnav li {
  text-align: left;
  line-height: 25px;
  padding: 0vw 1.8vw 0.8vw;
  display: block;
  position: relative;
  margin-left: 5px;
}
header .main-nav-con ul.main-nav > li > ul.subnav li:first-child {
  margin-top: 0.8vw;
}
header .main-nav-con ul.main-nav > li > ul.subnav li a,
header .main-nav-con ul.main-nav > li > ul.subnav li span {
  background-color: transparent;
  border: none;
  text-align: left;
  line-height: 26px;
  color: #2d2924;
  transition: 0.25s;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  display: block;
  font-size: 1vw;
  letter-spacing: 0.02em;
  font-family: "HCo Gotham";
  text-transform: initial;
}
header .main-nav-con ul.main-nav > li > ul.subnav li a:hover,
header .main-nav-con ul.main-nav > li > ul.subnav li span:hover {
  color: #79232e;
}
header .main-nav-con ul.main-nav > li > ul.subnav .subnav__search {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
}
header .main-nav-con ul.main-nav > li > ul.subnav .subnav__search svg {
  color: black;
  width: 16px;
  height: 100%;
  position: absolute;
  left: 10px;
}
header .main-nav-con ul.main-nav > li > ul.subnav .subnav__search input[type="text"] {
  height: 36px;
  max-width: 70%;
  padding-left: 31px;
}
header .main-nav-con ul.main-nav > li > ul.subnav .subnav__search input[type="text"]:after {
  content: "your mom";
}
header .main-nav-con ul.main-nav > li > ul.subnav .subnav__search .btn {
  min-width: 0px;
  line-height: 1;
  min-height: 0px;
  padding: 0px 10px;
  font-size: 13px;
}
header .main-nav-con ul.main-nav > li > ul.subnav .subnav__search label {
  padding-right: 0;
}
header .main-nav-con ul.main-nav > li:hover,
header .main-nav-con ul.main-nav > li:focus-within {
  background-color: #fff;
}
header .main-nav-con ul.main-nav > li:hover > ul.subnav,
header .main-nav-con ul.main-nav > li:focus-within > ul.subnav {
  max-height: 500px;
  z-index: 9;
}
header .main-nav-con ul.main-nav > li > a:focus + ul.subnav {
  max-height: 500px;
  z-index: 9;
}
header ul.right-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 2.8vw;
  line-height: 0.8vw;
  height: 0.8vw;
}
header ul.right-nav li {
  display: inline-block;
  border-left: 0.15vw solid #2d2924;
  line-height: 0.8vw;
  height: 0.8vw;
  position: relative;
}
header ul.right-nav li:first-child {
  border-left: none;
}
header ul.right-nav li:first-child:after {
  display: none;
}
header ul.right-nav li a {
  color: #2d2924;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5vw 1vw;
  font-size: 0.8vw;
  line-height: 0.8vw;
  font-family: "HCo Gotham";
  letter-spacing: 0.2em;
  white-space: nowrap;
  transition: 0.25s;
}
header ul.right-nav li a:hover {
  color: #79232e;
}
header ul.right-nav li div {
  padding: 0 5px;
}
header ul.right-nav li div a {
  padding: 0;
}
header ul.right-nav li div .v65-widgetLogin-logout {
  margin: 10px 0;
}
header ul.right-nav li i {
  color: #ffdA3D;
  font-size: 1.5vw;
  margin-right: 0.5vw;
  top: -0.4vw;
  position: relative;
  vertical-align: top;
}
header ul.right-nav li ul.right-nav-logged-in {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  transition: 0.25s opacity;
}
header ul.right-nav li ul.right-nav-logged-in li {
  display: block;
  line-height: 2.8vw;
  height: 2.8vw;
  border-left: none;
}
header ul.right-nav li ul.right-nav-logged-in li:first-child {
  margin-top: 1vw;
}
header ul.right-nav li ul.right-nav-logged-in.show {
  opacity: 1;
  z-index: 100;
}
.left-slide-mobile {
  display: none;
}
@media (max-width: 750px) {
  .left-slide-mobile {
    width: 90%;
    height: 100%;
    transition: 0.25s;
    display: block;
    position: fixed;
    top: 0;
    background-color: #fefdf9;
    left: -90%;
    box-sizing: border-box;
    box-shadow: 2px 5px 5px rgba(51, 49, 50, 0.14);
    padding: 10px;
    z-index: 11;
  }
}
.left-slide-mobile .btn {
  width: 100%;
  display: block;
  float: none;
}
.left-slide-mobile .txt-badge {
  text-transform: initial;
}
a.left-slide-mobile .txt-badge {
  display: none;
}
.left-slide-mobile .newsletter-form {
  display: none;
  margin-top: 2rem;
}
.left-slide-mobile .newsletter-form .form-input input {
  flex: auto;
}
.left-slide-mobile .newsletter-form .btn {
  width: auto;
}
.left-slide-mobile .social-media {
  display: flex;
  justify-content: space-between;
}
.left-slide-mobile .social-media a {
  color: #514b43;
}
.left-slide-mobile .contact-form {
  margin-top: 2rem;
}
.left-slide-mobile .contact-form label {
  text-align: left;
}
.left-slide-mobile .contact-form .txt-legal {
  text-align: center;
}
.left-slide-mobile .contact-form .select::after {
  top: 50px;
}
.left-slide-mobile .c-level-2 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.left-slide-mobile .c-level-2 i {
  font-size: 24px;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 15px;
}
.left-slide-mobile > .c-level-2 {
  text-align: center;
}
.left-slide-mobile .map-img {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.left-slide-mobile .map-img img {
  max-width: 100%;
}
.left-slide-mobile .address {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.left-slide {
  display: none;
}
@media (max-width: 750px) {
  .left-slide {
    width: 90%;
    height: 100%;
    transition: 0.25s;
    display: block;
    position: fixed;
    top: 0;
    background-color: #fefdf9;
    left: -90%;
    box-sizing: border-box;
    box-shadow: 2px 5px 5px rgba(51, 49, 50, 0.14);
    padding: 10px;
    z-index: 11;
  }
}
.left-slide .btn {
  width: 100%;
  display: block;
  float: none;
}
.left-slide .txt-badge {
  text-transform: initial;
}
a.left-slide .txt-badge {
  display: none;
}
.left-slide .newsletter-form {
  display: none;
  margin-top: 2rem;
}
.left-slide .newsletter-form .form-input input {
  flex: auto;
}
.left-slide .newsletter-form .btn {
  width: auto;
}
.left-slide .social-media {
  display: flex;
  justify-content: space-between;
}
.left-slide .social-media a {
  color: #514b43;
}
.left-slide .contact-form {
  margin-top: 2rem;
}
.left-slide .contact-form label {
  text-align: left;
}
.left-slide .contact-form .txt-legal {
  text-align: center;
}
.left-slide .contact-form .select::after {
  top: 50px;
}
.left-slide .c-level-2 {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.left-slide .c-level-2 i {
  font-size: 24px;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 15px;
}
.left-slide > .c-level-2 {
  text-align: center;
}
.left-slide .map-img {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.left-slide .map-img img {
  max-width: 100%;
}
.left-slide .address {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mobile-nav .top-hat {
  background-color: #181613;
  height: 50px;
  padding-top: 20px;
}
.mobile-nav .top-hat i {
  font-size: 32px;
  color: #ffdA3D;
}
.mobile-nav .top-hat > div {
  display: inline-block;
  height: 50px;
  position: relative;
}
.mobile-nav .top-hat > div label {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mobile-nav .top-hat .contact {
  width: 12.5%;
}
.mobile-nav .top-hat .contact i {
  margin: auto;
  margin-top: 10px;
}
.mobile-nav .top-hat .logo {
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.mobile-nav .top-hat .logo img {
  margin-top: 13px;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mobile-nav .top-hat .cart {
  width: 12.5%;
}
.mobile-nav .top-hat .cart i {
  margin: auto;
  margin-top: 10px;
}
.mobile-nav .top-hat .login {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8da3d;
  font-family: "HCo Gotham";
  width: 25%;
}
.mobile-nav .top-hat.hide {
  margin-top: 0px;
}
.mobile-nav ul.main-nav {
  background-color: #fefdf9;
  position: relative;
  vertical-align: top;
  display: flex;
  height: 75px;
  z-index: 10;
  width: 100%;
  height: 60px;
}
@media (max-width: 750px) {
  .mobile-nav ul.main-nav {
    display: flex;
    marign-left: 0;
  }
}
.mobile-nav ul.main-nav > li.navtoggle {
  display: inline-block;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  width: 25%;
  height: 60px;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav {
  max-height: 500px;
  transition: 0.5s ease-in-out 0.1s;
}
.mobile-nav ul.main-nav > li.navtoggle:before,
.mobile-nav ul.main-nav > li.navtoggle:after {
  content: '';
  position: absolute;
  top: 0;
  height: 5px;
  width: 25% !important;
  background-color: #ffdA3D;
  display: block;
  transition: 0.5s;
  opacity: 0;
}
.mobile-nav ul.main-nav > li.navtoggle:after {
  top: auto;
  bottom: -2px;
}
.mobile-nav ul.main-nav > li.navtoggle.active:before,
.mobile-nav ul.main-nav > li.navtoggle:hover:before,
.mobile-nav ul.main-nav > li.navtoggle.active:after,
.mobile-nav ul.main-nav > li.navtoggle:hover:after {
  width: 100%;
  opacity: 1;
}
.mobile-nav ul.main-nav > li.navtoggle > a,
.mobile-nav ul.main-nav > li.navtoggle > span {
  color: #2d2924;
  cursor: pointer;
  text-decoration: none;
  display: block;
  font-weight: 700;
  top: 0;
  left: 0;
  font-size: 10px;
  font-family: "HCo Gotham";
  letter-spacing: 0.2em;
  white-space: nowrap;
  line-height: 24px;
}
.mobile-nav ul.main-nav > li.navtoggle > a > i,
.mobile-nav ul.main-nav > li.navtoggle > span > i {
  font-size: 36px;
  color: #ffdA3D;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 3px;
  margin-bottom: -3px;
}
.mobile-nav ul.main-nav > li.navtoggle.navtoggle--collapsed > ul.subnav {
  max-height: 0;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav {
  background: white;
  position: fixed;
  left: 0;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0px;
  height: 5px;
  background-color: #ffdA3D;
  display: block;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav li {
  text-align: left;
  line-height: 25px;
  padding: 0vw 5vw 0;
  display: block;
  position: relative;
  margin-left: 5px;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav li:first-child {
  margin-top: 0.8vw;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav li a,
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav li span {
  color: #2d2924;
  transition: 0.25s;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  display: block;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-family: "HCo Gotham";
  text-transform: initial;
  line-height: 4;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav li a:hover,
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav li span:hover {
  color: #79232e;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav .search {
  position: relative;
  max-width: 100%;
  display: flex;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav .search:before {
  content: '\f027';
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  font-family: 'Scv';
  font-size: 16px;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav .search input[type="text"] {
  height: unset;
  font-size: 12px;
  line-height: 3;
  width: 60%;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav .search input[type="text"]:focus:before {
  display: none;
}
.mobile-nav ul.main-nav > li.navtoggle > ul.subnav .search .btn {
  font-size: 12px;
  min-height: unset;
  height: unset;
  line-height: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  min-width: unset;
  font-family: "HCo Gotham";
}
.input-setting:checked + .left-slide {
  left: 0;
  overflow-y: auto;
}
.input-setting:checked + .left-slide .newsletter-form {
  display: block;
}
.hero-blade-home {
  position: relative;
  display: block;
  width: 100%;
  min-height: 555px;
  background-color: #fefdf9;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
}
@media (max-width: 750px) {
  .hero-blade-home {
    max-height: 75vh;
    min-height: 75vh;
  }
  .hero-blade-home video {
    display: none;
  }
}
.hero-blade-home:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 1;
}
.hero-blade-home h1 {
  margin: auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: 1vw;
}
@media (max-width: 750px) {
  .hero-blade-home h1 {
    left: 0;
    margin-top: 30px;
  }
}
.hero-blade-home img {
  height: 6vw;
  margin-top: 3%;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .hero-blade-home img {
    width: 75px;
    height: auto;
    clear: both;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
.hero-blade-home p {
  position: relative;
  color: #fff;
  display: block;
  max-width: 550px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  z-index: 1;
}
@media (max-width: 750px) {
  .hero-blade-home p {
    display: none;
  }
}
@media (max-width: 750px) {
  .hero-blade-home a {
    display: none;
  }
}
.hero-blade-home + .content {
  top: -30px;
  position: relative;
  margin-bottom: -30px;
}
.container {
  position: relative;
  overflow-x: hidden;
  padding-top: calc( 6vw + 71px );
  background-color: #f4efdd;
}
@media (max-width: 750px) {
  .container {
    padding-top: 100px;
  }
}
.content {
  width: 1100px;
  width: 90vw;
  margin-left: 5vw;
  display: block;
  position: relative;
  min-height: 50vh;
  z-index: 3;
}
@media (max-width: 750px) {
  .content {
    width: 100vw;
    margin-left: 0;
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .content {
    width: 75vw;
    margin-left: 12.5vw;
  }
}
.content--flush {
  min-height: unset;
  padding: 0;
}
@media (max-width: 750px) {
  .content--flush {
    width: 100%;
  }
}
.blade-home-feature {
  background-color: #fcfaf3;
  padding-bottom: 2vw;
  position: relative;
  z-index: 10;
  color: #2d2924;
}
.blade-home-feature .col:first-child {
  padding: 3vw 5vw;
}
.blade-home-feature .col:last-child img {
  position: absolute;
  bottom: -23vw;
  width: 41vw;
  left: -10vw;
}
.blade-hero {
  background-color: #2d2924;
  width: 100%;
  position: relative;
  display: block;
  padding-top: 70px;
  padding-bottom: 105px;
  min-height: 340px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.blade-hero.darken-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@media (max-width: 750px) {
  .blade-hero video {
    display: none;
  }
  .blade-hero p {
    width: 90%;
  }
}
.blade-hero i.fa-blog {
  font-size: 60px;
  position: relative;
  z-index: 10;
  color: #ffdA3D;
  margin-bottom: 15px;
}
.blade-hero h1 {
  color: #fff;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blade-hero p,
.blade-hero a {
  z-index: 10;
  color: #fff;
  position: relative;
}
.blade-hero p {
  display: block;
  max-width: 550px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 15px;
}
.blade-hero:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 1;
}
.blade-hero + .content {
  top: -30px;
  margin-bottom: -30px;
}
.blade-hero .txt-footerlink:hover {
  color: white;
}
.blade-hero--simple h1 {
  text-transform: capitalize;
}
.blade-video-content {
  display: block;
  position: relative;
  padding-bottom: 2vw;
  height: 25vw;
  vertical-align: top;
  z-index: 99;
}
.blade-video-content .col:first-child {
  display: inline-block;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 6;
}
.blade-video-content .col:first-child .video-con {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.blade-video-content .col.col-12.seven {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 3vw 5vw 3vw 6vw;
  background-color: #fff;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: 4;
}
.blade-video-content .col.col-12.seven h3 {
  color: #2d2924;
}
.blade-video-content .col.col-12.seven h5 {
  color: #2d2924;
}
.blade-video-content .col.col-12.seven p {
  color: #2d2924;
}
.c-bumpers {
  position: relative;
}
.c-bumpers:after {
  content: '';
  background-color: #fff;
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-bumpers__off {
  transform: translateY(-35px);
  margin-bottom: -35px;
}
.blade-bumpers {
  display: table;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 750px) {
  .blade-bumpers {
    flex-direction: row;
  }
}
.blade-bumpers .col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(#2D2924 100%, transparent 0%);
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  border: solid 3px #f8da3d;
}
.blade-bumpers .col__icon {
  border-radius: 50%;
  background-color: #f8da3d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.blade-bumpers .col__icon--left {
  left: -23px;
}
@media (max-width: 750px) {
  .blade-bumpers .col__icon--left {
    left: 50%;
    transform: translateY(0) translateX(-50%);
    top: -23px;
    bottom: auto;
  }
}
.blade-bumpers .col__icon--right {
  right: -23px;
}
@media (max-width: 750px) {
  .blade-bumpers .col__icon--right {
    left: 50%;
    transform: translateY(0) translateX(-50%);
    top: auto;
    bottom: -23px;
  }
}
.blade-bumpers .col__icon .fa-club-mini {
  font-size: 22px;
}
.blade-bumpers .col:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.45);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blade-bumpers .col h2,
.blade-bumpers .col a {
  color: #fff;
  position: relative;
  z-index: 2;
}
.blade-bumpers .col h2 {
  font-weight: bold;
  font-style: italic;
}
.blade-bumpers .col a {
  margin-top: 20px;
  display: block;
  position: relative;
}
.blade-bumpers .col:hover {
  z-index: 2;
}
.blade-bumpers .col a.fill-tile-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
}
.blade-bumpers .col:hover:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}
.blade-products {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.blade-products.club-grid {
  margin-bottom: 0;
}
.blade-products.club-grid .row .col {
  height: auto;
}
.blade-products.club-grid .row .col img {
  height: auto;
  width: 100%;
  max-width: 300px;
}
.blade-products.featured-products {
  background-color: #fcfaf3;
  padding: 3vw;
}
.blade-products.featured-products .row .col {
  outline: 1px solid #eeeeee;
}
.blade-products.featured-products .row .col.col-3 {
  width: calc(33.333% - 20px);
  height: 595px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .blade-products.featured-products .row .col.col-3 {
    width: calc(100% - 20px) !important;
  }
}
.blade-products.no-margin-bottom {
  margin-bottom: 0;
}
.blade-products .row {
  position: relative;
  display: block;
  vertical-align: top;
}
.blade-products .row > h2 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.blade-products .row .col {
  box-sizing: border-box;
  background-color: #fff;
  margin: 5px;
  padding: 50px 30px 50px 30px;
  height: 595px;
}
.blade-products .row .col.col-2 {
  width: calc(50% - 12px);
}
.blade-products .row .col.col-2:last-child {
  margin-right: 0;
}
.blade-products .row .col.col-3 {
  width: calc(33.333% - 10px);
}
.blade-products .row .col.col-3:last-child {
  margin-right: 0;
}
@media (min-width: 751px) and (max-width: 1050px) {
  .blade-products .row .col.col-3 {
    width: calc(50% - 12px);
  }
}
.blade-products .row .col > .prod-image {
  position: relative;
  display: block;
  flex: 1 1 auto;
}
.blade-products .row .col > .prod-image .prod-image-con {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
}
.blade-products .row .col > .prod-image .prod-image-con img {
  height: 100%;
  width: auto;
  margin: auto;
}
.blade-products .row .col > .card-header {
  flex: 0 1 auto;
  position: relative;
}
.blade-products .row .col > .card-footer {
  height: 128px;
  flex: 0 1 128px;
  z-index: 3;
}
.blade-products .row.flex {
  display: flex;
}
.blade-products .one {
  background-color: #fefdf9;
}
.blade-products .prod-image {
  text-align: center;
  position: relative;
  display: block;
}
.blade-products .prod-image img {
  position: relative;
  margin: auto;
  height: 280px;
  width: auto;
}
.blade-products .prod-image img.trimmed {
  height: 250px;
}
.blade-products .club-link {
  text-decoration: none;
}
.blade-products .club-link:hover {
  color: #b28b4c;
}
.blade-products .price-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  justify-content: space-between;
}
.blade-products .price-row .select {
  margin-left: 5px;
  width: 100%;
}
.blade-products .price-row .txt-price {
  background-color: transparent;
  border: none;
  color: #79232e;
  line-height: 50px;
  margin-right: 5px;
}
.blade-products .price-row .txt-price.out-of-stock {
  color: #b2a99e;
  text-align: center;
  height: 122.6px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blade-products .price-row h3,
.blade-products .price-row span {
  display: inline-block;
}
@media (min-width: 1200px) {
  .blade-products .varietal {
    display: flex;
  }
  .blade-products .varietal .half {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
  .blade-products .varietal .half.prod-image {
    padding-right: 1rem;
  }
}
.blade-products .varietal .price-row {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.blade-products .varietal .btn {
  padding: 1rem 1.5rem;
  line-height: 1.4;
  max-width: 100%;
}
.blade-products.category .col {
  transition: 0.25s;
  opacity: 1;
  box-shadow: 0px 0px 0px 0px rgba(51, 49, 50, 0.14);
  outline: 0 solid #fefdf9;
  background-color: #fefdf9;
}
.blade-products.category .fade {
  opacity: 0.65;
  box-shadow: 0px 0px 0px 0px rgba(51, 49, 50, 0.14);
  outline: 0 solid #fefdf9;
}
.blade-products.category .grow {
  opacity: 1;
  box-shadow: 0px 0px 35px 2px rgba(51, 49, 50, 0.14);
  outline: 3px solid #fefdf9;
}
.add-to-cart {
  display: block;
  margin-top: 5px;
  white-space: nowrap;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
}
.add-to-cart p,
.add-to-cart .select,
.add-to-cart a,
.add-to-cart div:not(.c-add-to-cart) {
  display: inline-block;
}
.add-to-cart .select {
  margin-right: 10px;
  margin-left: 10px;
}
.add-to-cart .btn.inline {
  width: 185px;
  width: 145px;
}
.add-to-cart .btn.inline {
  width: auto;
  flex: 1 1 auto;
  line-height: 58px;
}
@media (max-width: 750px) {
  .add-to-cart .btn.inline {
    height: 58px;
  }
}
.add-to-cart p {
  flex: 0 1 28px;
}
.add-to-cart .select {
  flex: 0 1 70px;
}
.blade-bread .breadcrumb {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (min-width: 750px) {
  .blade-bread .breadcrumb {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
.blade-bread .breadcrumb li {
  display: inline-block;
  margin-right: 16px;
  font-size: 14px;
  line-height: 22px;
  font-family: "HCo Gotham";
  letter-spacing: 0.01em;
}
@media (min-width: 750px) {
  .blade-bread .breadcrumb li {
    margin-right: 24px;
  }
}
.blade-bread .breadcrumb li a,
.blade-bread .breadcrumb li span {
  font-family: "HCo Gotham";
  color: rgba(45, 41, 36, 0.5);
  font-weight: 500;
  font-size: 14px;
}
.blade-bread .breadcrumb li a:active,
.blade-bread .breadcrumb li span:active,
.blade-bread .breadcrumb li a.active,
.blade-bread .breadcrumb li span.active {
  color: #2d2924;
}
.blade-bread .breadcrumb li:after {
  content: url("data:image/svg+xml,%3Csvg width='7' height='24' viewBox='0 0 7 24' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 9L3.5 13L0.5 17' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M3.5 9L6.5 13L3.5 17' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 7px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
  font-size: 14px;
}
@media (min-width: 750px) {
  .blade-bread .breadcrumb li:after {
    margin-left: 24px;
  }
}
.blade-bread .breadcrumb li:last-child:after {
  content: '';
}
@media (max-width: 750px) {
  .blade-bread .breadcrumb {
    padding-left: 15px;
    max-width: 100%;
    overflow-x: auto;
    height: 55px;
    overflow-y: hidden;
  }
}
.blade-vineyard-grid {
  position: relative;
  display: block;
}
.blade-vineyard-grid h2 {
  color: #fff;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 100;
}
.blade-vineyard-grid .col {
  min-height: 350px;
  position: relative;
  background-size: cover;
}
.blade-vineyard-grid .col:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.blade-vineyard-grid .col a {
  position: absolute;
  left: 50px;
  bottom: 30px;
  color: #fff;
}
.blade-vineyard-grid .col a:hover {
  color: #ffdA3D;
}
.blade-vineyard-grid .col a.fill-tile-link {
  left: 0;
}
@media (min-width: 750px) {
  .blade-vineyard-grid .col:nth-child(4) a {
    bottom: 60px;
  }
}
.blade-split-content {
  background-color: #fff;
}
.blade-split-content .col.copy {
  text-align: left;
  padding: 65px 107px;
}
@media (max-width: 750px) {
  .blade-split-content .col.copy {
    padding: 15px;
  }
}
.blade-split-content .col.copy.center {
  text-align: center;
}
.blade-split-content .col.copy .slide-con img {
  max-width: 100%;
  height: auto;
}
.blade-split-content .col.copy.bottom {
  vertical-align: bottom;
}
.blade-split-content .col.copy.inline-flex-vert-center {
  display: inline-flex;
  flex-direction: column;
  align-content: center;
  flex-flow: row wrap;
}
.blade-split-content .col.copy--dtfull {
  padding: 15px;
}
@media (min-width: 750px) {
  .blade-split-content .col.copy--dtfull {
    padding: 40px 0;
  }
}
.blade-split-content .col.copy h3,
.blade-split-content .col.copy .c-level-3 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.blade-split-content .col.copy h3.first,
.blade-split-content .col.copy .c-level-3.first {
  margin-top: 0;
}
.blade-split-content .col.copy h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blade-split-content .col.copy h2.first {
  margin-top: 0;
}
.blade-split-content .col.copy .btn {
  margin-top: 15px;
}
.blade-split-content .col.copy .btn.newsletter {
  margin-top: 0;
}
.blade-split-content .col.copy.award-copy {
  padding-left: 14%;
}
.blade-split-content .col.copy.award-copy h3 {
  margin-bottom: 0;
}
.blade-split-content .col.copy.award-copy h3,
.blade-split-content .col.copy.award-copy h2 {
  display: block;
  width: 100%;
}
@media (min-width: 62em) {
  .blade-split-content .col.copy.award-copy {
    margin-top: 4rem;
  }
}
.blade-split-content .background {
  display: table-cell;
  min-height: 450px;
}
@media (max-width: 750px) {
  .blade-split-content .background {
    display: block;
    min-height: 35vh;
  }
}
.blade-split-content .col {
  display: table-cell;
}
@media (max-width: 750px) {
  .blade-split-content .col {
    display: block;
  }
}
.blade-split-content .col.col-block {
  display: block;
}
.blade-split-content .col.inline-block {
  display: inline-block;
}
.blade-split-content .col.map {
  vertical-align: middle;
  padding-left: 0;
}
.blade-split-content .col.bg-medivory {
  background-color: #fcfaf3;
}
.blade-split-content .col .table-con {
  max-width: 100%;
  overflow-y: auto;
}
.blade-split-content .col table {
  border-collapse: collapse;
}
.blade-split-content .col table td {
  border-collapse: collapse;
  line-height: 28px;
  text-align: left;
  padding-left: 15px;
  font-family: 'Copernicus';
  white-space: nowrap;
}
.blade-split-content.home-top img {
  position: absolute;
  width: 110%;
  height: auto;
  bottom: 5%;
  max-width: initial;
  right: 0;
}
@media (max-width: 750px) {
  .blade-split-content.home-top .copy {
    padding-top: 50%;
  }
  .blade-split-content.home-top .home-top {
    float: left;
    position: absolute;
    top: -10%;
    background-color: transparent;
  }
}
.blade-split-content.product {
  display: flex;
  flex-direction: column;
}
.blade-split-content.product h1,
.blade-split-content.product h3,
.blade-split-content.product p {
  color: #2d2924;
}
.blade-split-content.product a h3 {
  display: block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.25s;
}
.blade-split-content.product a h3:hover {
  color: #b28b4c;
}
.blade-split-content.product h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blade-split-content.product .gallery {
  background-color: #f8f5ea;
}
.blade-split-content.product .gallery .slide-con img {
  max-height: 500px;
  width: auto;
}
@media (max-width: 750px) {
  .blade-split-content.product .gallery .slide-con img {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
.blade-split-content.product .txt-price {
  border: none;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.blade-split-content.product .col:last-child {
  background-color: #fefdf9;
  padding: 65px 75px 65px 75px;
  padding-bottom: 85px;
}
@media (max-width: 750px) {
  .blade-split-content.product .col:last-child {
    padding: 15px;
  }
}
.blade-split-content.product .club-price {
  margin-bottom: 30px;
}
.blade-split-content.product .txt-price {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}
.blade-split-content.product .add-to-cart {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 30px;
  white-space: normal;
  width: auto;
}
@media (max-width: 750px) {
}
@media (min-width: 750px) {
  .blade-split-content.product {
    flex-direction: row;
  }
}
.blade-split-content.product > .col.col-2 {
  min-height: 400px;
}
.blade-split-content.recipe .gallery {
  position: relative;
  height: 100vh;
  max-height: 576px;
  min-height: 100%;
}
.blade-split-content.recipe .gallery .slide-con .slide img {
  display: block;
  width: 100%;
}
.blade-split-content.background-light-ivory {
  background-color: #fefdf9;
}
.blade-split-content .award-image-con {
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blade-split-content .award-image-con img {
  position: absolute;
  height: auto;
  width: auto;
}
.blade-promo {
  border: 5px solid #ffdA3D;
  background-image: url(../img/repeating-stripe.png);
}
.blade-sign-in > .col {
  display: inline-block;
  min-height: 400px;
}
.blade-sign-in form .col {
  display: inline-block;
}
.blade-sign-in form label.col,
.blade-sign-in form .col {
  min-height: 0;
}
.blade-product-info .method-con {
  display: table-cell;
  position: relative;
}
@media (max-width: 750px) {
  .blade-product-info .method-con {
    display: block;
  }
}
.blade-product-info .method-con .method {
  padding: 65px 75px 65px 75px;
  padding-bottom: 350px;
  background-color: #fefdf9;
}
@media (max-width: 750px) {
  .blade-product-info .method-con .method {
    padding: 15px;
  }
}
.blade-product-info .method-con .info-photos {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.blade-product-info .method-con .info-photos div {
  min-height: 300px;
}
@media (max-width: 750px) {
  .blade-product-info .method-con .info-photos {
    position: relative;
  }
}
.blade-product-info .profile {
  display: table-cell;
  border: 5px solid #ffdA3D;
  background-image: url(../img/repeating-stripe.png);
  padding: 65px 75px 65px 75px;
  z-index: 101;
  position: relative;
}
.blade-product-info .profile table tr td {
  font-size: 14px;
  color: #2d2924;
  padding: 15px 0;
  vertical-align: top;
  padding-right: 10px;
}
.blade-product-info .profile table tr td .no-break {
  white-space: nowrap;
}
.blade-product-info .profile table tr td p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 750px) {
  .blade-product-info .profile {
    padding: 15px;
  }
}
.blade-virtual-swirl {
  background-color: #fff;
  height: 510px;
  display: table;
  position: relative;
}
@media (max-width: 750px) {
  .blade-virtual-swirl {
    height: 65vh;
  }
}
.blade-virtual-swirl .virtual-swirl {
  cursor: ew-resize;
  text-align: center;
}
.blade-virtual-swirl .virtual-swirl img {
  max-height: 100%;
}
.blade-virtual-swirl .virtual-swirl img + img {
  position: absolute;
  opacity: 0;
}
@media (max-width: 750px) {
  .blade-virtual-swirl .virtual-swirl {
    max-height: 65vh;
  }
}
.blade-virtual-swirl #swirlTarget {
  max-height: 510px;
  width: auto;
  opacity: 0;
}
@media (max-width: 750px) {
  .blade-virtual-swirl #swirlTarget {
    max-height: 65vh;
    padding-top: 50px;
  }
}
.blade-virtual-swirl .pre-load {
  position: absolute;
  left: 0;
  display: block;
  background-size: contain;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  top: 0px;
}
@media (max-width: 750px) {
  .blade-virtual-swirl .pre-load {
    top: 50px;
  }
}
.blade-virtual-swirl .pre-load.show {
  opacity: 1;
}
.blade-virtual-swirl .col {
  display: table-cell;
}
@media (max-width: 750px) {
  .blade-virtual-swirl .col {
    display: block;
  }
  .blade-virtual-swirl .col p {
    display: none;
  }
}
.blade-virtual-swirl .col:first-child {
  text-align: center;
}
.blade-virtual-swirl .col:last-child {
  padding: 75px 50px 50px 50px;
}
@media (max-width: 750px) {
  .blade-virtual-swirl .col:last-child {
    padding: 15px;
  }
}
@media (max-width: 750px) {
  .blade-virtual-swirl .txt-fancy {
    position: absolute;
    top: -65vh;
    width: 100%;
    text-align: center;
    display: block;
    left: 0;
    margin-top: 15px;
  }
}
.blade-testimonials {
  position: relative;
}
.blade-testimonials .slide p {
  white-space: normal;
}
.blade-testimonials .col {
  display: table-cell;
  min-height: 200px;
  vertical-align: middle;
  background-color: #fefdf9;
  position: relative;
}
.blade-testimonials .col .txt-quote {
  color: #2d2924;
  white-space: normal;
}
.blade-testimonials .col .author {
  color: #79232e;
}
@media (max-width: 750px) {
  .blade-testimonials .background {
    display: none;
  }
}
.blade-testimonials .col.testimonial {
  text-align: center;
  min-height: 150px;
  padding: 90px 100px;
  background-color: #fcfaf3;
}
@media (max-width: 750px) {
  .blade-testimonials .col.testimonial {
    padding: 40px 25px;
    width: 80%;
    margin-left: 10%;
  }
}
.blade-testimonials .col.testimonial:before {
  content: '“';
  font-family: 'Copernicus';
  font-size: 230px;
  left: 70px;
  top: 115px;
  line-height: 50px;
  font-weight: 700;
  vertical-align: top;
  position: absolute;
  display: block;
  z-index: 1;
  color: rgba(45, 41, 36, 0.15);
}
.blade-testimonials .col.photo {
  position: relative;
  z-index: 10;
}
.blade-testimonials .slide {
  padding: 50px 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .blade-testimonials .slide {
    padding: 15px;
  }
  .blade-testimonials .slide h5 {
    white-space: pre-line;
  }
}
.blade-page-awards {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .blade-page-awards .row.blade-split-content {
    display: flex;
    flex-direction: column;
  }
  .blade-page-awards .row.blade-split-content .col.copy.award-copy {
    padding-left: 33%;
  }
  .blade-page-awards .blade-awards {
    order: 2;
  }
  .blade-page-awards .award-row-display {
    order: 1;
    white-space: nowrap;
    overflow-y: scroll;
  }
}
.blade-awards {
  position: relative;
  display: block;
  max-height: 500px;
  overflow: hidden;
}
.blade-awards:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.blade-awards i {
  color: #ffdA3D;
  font-size: 100px;
  margin-top: 75px;
}
.blade-awards h2 {
  color: #fff;
}
.blade-awards .award-flex-parent {
  overflow-x: scroll;
}
.blade-awards .award-flex-parent .award-flex-con {
  display: flex;
}
.blade-awards .award-row-display {
  text-align: center;
}
.blade-awards .award-row-display:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.blade-awards .col {
  text-align: center;
  vertical-align: center;
  display: inline-block;
}
.blade-awards .col h2,
.blade-awards .col h5,
.blade-awards .col h3 {
  color: #fff;
}
.blade-awards .col h3 {
  margin-bottom: 100px;
  white-space: normal;
}
.blade-awards .col.flex {
  width: 25%;
}
.blade-awards .row:first-child {
  padding: 65px 75px 0px 75px;
}
@media (max-width: 750px) {
  .blade-awards .row:last-child {
    white-space: nowrap;
    overflow-x: auto;
  }
}
h3:empty {
  display: none;
}
@media (max-width: 750px) {
  .blade-our-wines .row.blade-split-content {
    display: flex;
    flex-direction: column;
  }
  .blade-our-wines .row.blade-split-content .copy {
    order: 2;
  }
  .blade-our-wines .row.blade-split-content .background {
    order: 1;
  }
}
.blade-recipe-pairings {
  padding: 65px 75px 55px 75px;
  position: relative;
  display: block;
  background-color: #fcfaf3;
}
@media (max-width: 750px) {
  .blade-recipe-pairings {
    padding: 15px;
  }
}
.blade-recipe-pairings h2 {
  margin-bottom: 25px;
}
.blade-recipe-pairings .perfect-pairing {
  border: 5px solid #ffdA3D;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABzCAYAAADJ7BGMAAACHUlEQVR4nO3bzW6bUBSF0QVywvs/rekAt4NGjtvEDv+cc7l7iBDSmlwhxNfchl+/jVzf95qm0XXd/drtdnO9Xr2/d97eLmMftfvasTdmRjISmh3JCGgJSH6AloLkBbQkJE+gpSH5Bloikv+gpSJ5gJaM5ANaOhLaMyChPQOy73vN40t9scim+TyMSkZ2XfcXWjoS2jMgoT0DchgG7RmQX07dzHuFvB9G2fcT8nK55IeOQTLh41jEjUWSGDoFSVLoVCQJoXOQJIPORZIIugRJEuhSJAmgayAJDl0LSWDomkiCQtdGEhC6BZJg0K2QBIJuiSQIdGskAaB7IDkYuheSA6F7IjkIujeSA6BHINkZehSSHaFHItkJejSSHaARkGwMjYJkQ2gkJBtBoyHZABoRycrQqEhWhEZGshI0OpIVoBmQLIRmQbIAmgnJTGg2JDOgGZFMhGZFsrBkyoJkQcmUCcnMkikbkhklU0YkE0umrEgmlEyZkYwsmbIjGVEylYDkh5KpFCQvSqaSkDwpmUpD8k3JVCLyyz/1xSIfS6aSkfd4oHQktGdA8nHqlo4chkF7BmTf99ozIGvJlGm1ZKolU6LVkqmWTImgtWSqJdO/Cw2tJVMtmZ4vHLSWTLVkGrcQ0Foy1ZJp+mrJtOVqyVRLpuWrJdOaOxpJLZnWWRQktWRatmhIask0b1GR1JJp2qIjqSXTuGVBUkum18uGhD8swxuy9wmTKwAAAABJRU5ErkJggg==);
  padding: 35px;
  margin-bottom: 15px;
}
.blade-recipe-pairings .perfect-pairing h3,
.blade-recipe-pairings .perfect-pairing p {
  color: #2d2924;
}
.blade-recipe-pairings .intro p {
  padding-right: 50px;
}
.blade-recipe-pairings .pairings {
  padding: 25px;
  border-left: 1px dashed #ffdA3D;
}
.blade-recipe-pairings .pairings ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.blade-recipe-pairings .pairings ul li {
  list-style: none;
  line-height: 2em;
}
.blade-recipe-pairings .pairings ul li p {
  padding: 0;
  margin: 0;
  color: #79232e;
}
.blade-blog {
  display: block;
  position: relative;
  background-color: #fefdf9;
  box-sizing: border-box;
}
.blade-blog .blog-head {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 15px 15px 0 15px;
}
@media (max-width: 750px) {
  .blade-blog .blog-head {
    padding: 15px 15px 25px 15px;
  }
}
.blade-blog .blog-head .blog-search {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding-right: 15px;
  box-sizing: border-box;
}
.blade-blog .blog-head .blog-search:before {
  position: absolute;
  content: '\f027';
  left: 0;
  width: 75px;
  font: normal normal normal 14px/1 'Scv';
  z-index: 10;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.blade-blog .blog-head .blog-search input {
  width: 100%;
  line-height: 50px;
  font-weight: 600;
  font-family: 'Copernicus';
  font-size: 16px;
  letter-spacing: 0.075em;
  padding-left: 55px;
  box-sizing: border-box;
  z-index: 9;
}
@media (max-width: 750px) {
  .blade-blog .blog-head .blog-search {
    width: calc(100% - 15px);
  }
}
.blade-blog .blog-head .blog-nav {
  display: inline-block;
  width: calc(70% - 15px);
  vertical-align: top;
  top: -15px;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .blade-blog .blog-head .blog-nav {
    overflow-x: scroll;
  }
}
@media (max-width: 1200px) {
  .blade-blog .blog-head .blog-nav {
    overflow-x: scroll;
  }
}
@media (max-width: 750px) {
  .blade-blog .blog-head .blog-nav {
    box-sizing: border-box;
    width: calc(100% - 15px);
    padding-right: 15px;
    vertical-align: top;
    top: 15px;
  }
  .blade-blog .blog-head .blog-nav .btn-group {
    display: flex;
    flex-wrap: wrap;
  }
  .blade-blog .blog-head .blog-nav label {
    width: 100%;
    display: block;
    text-align: left;
    padding-bottom: 8px;
  }
  .blade-blog .blog-head .blog-nav select {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 3rem;
    -webkit-appearance: none;
  }
  .blade-blog .blog-head .blog-nav button {
    flex: 0;
  }
  .blade-blog .blog-head .blog-nav .select {
    flex: 1;
  }
}
.blade-blog .blog-head .blog-nav ul {
  display: inline-block;
  width: 100%;
  display: table;
  vertical-align: top;
}
.blade-blog .blog-head .blog-nav ul li {
  display: table-cell;
  text-align: center;
  list-style: none;
  vertical-align: middle;
  background-color: #fefdf9;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  height: 80px;
}
.blade-blog .blog-head .blog-nav ul li:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 50%;
  width: 0%;
  height: 5px;
  z-index: 10;
  transition: 0.25s;
  background-color: #ffdA3D;
}
.blade-blog .blog-head .blog-nav ul li:hover:before,
.blade-blog .blog-head .blog-nav ul li.active:before {
  left: 0;
  width: 100%;
}
.blade-blog .blog-head .blog-nav ul li.active {
  background-color: #fcfaf3;
}
.blade-blog .blog-head .blog-nav ul li a,
.blade-blog .blog-head .blog-nav ul li span {
  cursor: pointer;
  line-height: 18px;
  font-weight: 500;
  font-family: 'Copernicus';
  font-size: 14px;
  color: #2d2924;
}
.blade-blog .blog-head .blog-nav ul li:hover {
  background-color: #f4efdd;
  transition: 0.25s;
}
.blade-blog .blog-cards {
  padding: 15px 75px 0 75px;
  background-color: #fcfaf3;
  position: relative;
  top: -15px;
  margin-bottom: -15px;
}
@media (max-width: 500px) {
  .blade-blog .blog-cards {
    padding: 15px 0px 0;
  }
}
.blade-blog .blog-cards .card-bottom {
  position: static;
  padding-bottom: 60px;
}
.blog-pagination {
  padding-left: 75px;
  padding-bottom: 50px;
  background-color: #fcfaf3;
}
@media (max-width: 750px) {
  .blog-pagination {
    padding: 0px 75px 50px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .blog-pagination {
    padding: 0px 0px 50px;
  }
}
.blog-pagination ul {
  text-align: center;
}
.blog-pagination ul li {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  margin-right: 0px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(121, 35, 46, 0);
}
.blog-pagination ul li .dots {
  color: #79232e;
  line-height: 20px;
  font-family: "HCo Gotham";
}
.blog-pagination ul li a {
  color: #79232e;
  transition: 0.25s;
  line-height: 20px;
  font-family: "HCo Gotham";
}
.blog-pagination ul li:hover,
.blog-pagination ul li.active,
.blog-pagination ul li.current {
  background-color: #79232e;
}
.blog-pagination ul li:hover a,
.blog-pagination ul li.active a,
.blog-pagination ul li.current a {
  color: #fff;
}
.blog-pagination ul li:hover .dots,
.blog-pagination ul li.active .dots,
.blog-pagination ul li.current .dots {
  color: #79232e;
  line-height: 20px;
  font-family: "HCo Gotham";
}
.blog-pagination ul li:hover,
.blog-pagination ul li.current {
  background-color: #3e1217;
}
.blog-pagination ul li.current:hover {
  background-color: #3e1217;
}
.blog-pagination ul li:first-child,
.blog-pagination ul li:last-child {
  margin-right: 10px;
}
.blog-pagination ul li:first-child:hover,
.blog-pagination ul li:last-child:hover {
  background-color: transparent;
}
.blog-pagination ul li:first-child:hover a,
.blog-pagination ul li:last-child:hover a {
  color: #79232e;
}
.blog-pagination ul li:first-child.current:hover,
.blog-pagination ul li:last-child.current:hover {
  background-color: #3e1217;
}
.blog-pagination ul li:first-child a,
.blog-pagination ul li:last-child a {
  font-family: 'Copernicus';
}
.blog-pagination ul li:first-child a:hover,
.blog-pagination ul li:last-child a:hover {
  color: #3e1217;
}
.blog-pagination ul li:last-child {
  margin-right: 0;
  margin-left: 10px;
}
.blog-pagination ul li span.current {
  font-family: "HCo Gotham" !important;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}
.blade-wine-locator {
  margin-top: 25px;
  position: relative;
  display: block;
}
.blade-wine-locator .locator-head {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fefdf9;
}
.blade-wine-locator .locator-head p,
.blade-wine-locator .locator-head input,
.blade-wine-locator .locator-head .select,
.blade-wine-locator .locator-head label {
  display: inline-block;
  vertical-align: middle;
  flex: 1 1 auto;
}
.blade-wine-locator .locator-head label {
  padding-right: 1rem;
  line-height: 1.5;
}
.blade-wine-locator .locator-head ul,
.blade-wine-locator .locator-head li {
  display: flex;
  align-items: center;
}
.blade-wine-locator .locator-head ul {
  width: 100%;
  vertical-align: top;
  justify-content: space-between;
}
.blade-wine-locator .locator-head ul li {
  text-align: center;
  list-style: none;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 750px) {
  .blade-wine-locator .locator-head ul {
    display: block;
  }
  .blade-wine-locator .locator-head ul li {
    display: block;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    text-align: left;
  }
  .blade-wine-locator .locator-head ul li label {
    display: block;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .blade-wine-locator .locator-head ul li input,
  .blade-wine-locator .locator-head ul li select,
  .blade-wine-locator .locator-head ul li div.select {
    width: 100%;
  }
  .blade-wine-locator .locator-head ul li input.btn {
    margin-top: 15px;
  }
}
.blade-wine-locator .locator-head #item-varietal {
  max-width: 250px;
}
.blade-wine-locator .locator-head #item-radius {
  min-width: 80px;
}
.locator-map {
  display: flex;
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}
.locator-map #map {
  flex: 1;
  position: relative;
  width: 100%;
  min-height: 500px;
}
.locator-map .locator-results-toggle {
  display: none;
  background-color: #fefdf9;
}
@media (max-width: 750px) {
  .locator-map .locator-results-toggle {
    display: block;
    position: absolute;
    bottom: -50px;
    z-index: 1001;
    width: 100%;
    height: 50px;
    background-color: white;
    text-align: left;
  }
  .locator-map .locator-results-toggle label {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .locator-map .locator-results-toggle label h4 {
    height: 50px;
    line-height: 50px;
  }
  .locator-map .locator-results-toggle label h4 i {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.locator-map #locator-results {
  flex: 1;
  flex-basis: 50%;
  background-color: white;
  max-width: 0;
  transition: max-width 0.25s ease-in-out;
  overflow: scroll;
  background-color: #fcfaf3;
}
.locator-map #locator-results.populated {
  max-width: 360px;
}
@media (max-width: 750px) {
  .locator-map #locator-results.populated {
    position: absolute;
    width: 100%;
    min-width: 100%;
    max-height: 0px;
    overflow: hidden;
    bottom: 0;
    z-index: 1000;
    transition: 0.25s;
  }
}
@media (max-width: 750px) {
  .locator-map #locator-results.preview {
    max-height: 200px;
  }
}
.locator-map #locator-results .locator-result {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  border-top: 1px solid #f4efdd;
  transition: background-color 0.2s ease-in-out;
}
.locator-map #locator-results .locator-result:hover,
.locator-map #locator-results .locator-result.active {
  background-color: #fff;
}
.locator-map #locator-results .locator-result:before {
  content: attr(data-result);
  position: absolute;
  display: block;
  left: 0.5rem;
  width: 2rem;
  height: 3rem;
  font-family: "HCo Gotham", sans-serif;
  font-weight: 900;
  line-height: 2.75;
  color: white;
  text-align: center;
  background-image: url('../img/map-pin.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .locator-map #toggle-results:checked + .locator-results-toggle + #locator-results {
    position: absolute;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    bottom: 0;
    z-index: 1000;
  }
}
@media (max-width: 750px) {
  .locator-map .locator-results-toggle {
    display: none;
  }
  .locator-map .locator-results-toggle.populated {
    display: block;
  }
  .locator-map .locator-results-toggle .showlist {
    display: inline-block;
  }
  .locator-map .locator-results-toggle .hidelist {
    display: none;
  }
}
.locator-map #toggle-results:checked + .locator-results-toggle .showlist {
  display: none;
}
.locator-map #toggle-results:checked + .locator-results-toggle .hidelist {
  display: inline-block;
}
.locator-map.active::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#locator-message {
  position: absolute;
  background-color: white;
  padding: 3rem;
  width: 100%;
  max-width: 600px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
#locator-message.active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}
#locator-message::after {
  content: '';
}
.blade-toursandtastings h4 {
  margin-bottom: 15px;
}
.blade-toursandtastings .row {
  margin-bottom: 15px;
}
.blade-toursandtastings .row:last-child {
  margin-bottom: 30px;
}
.blade-toursandtastings .event-info i {
  margin-left: 15px;
}
.blade-toursandtastings .event-info i:first-child {
  margin-left: 0;
}
.blade-toursandtastings .blade-split-content .col.copy h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blade-people-grid {
  margin-bottom: 30px;
}
@media (max-width: 1050px) {
  .blade-people-grid .cards .card {
    width: calc(50% - 15px);
  }
  .blade-people-grid .cards .card:nth-child(3n) {
    margin-right: 15px;
  }
  .blade-people-grid .cards .card:nth-child(2n) {
    margin-right: 0;
  }
}
.blade-people-grid .cards .card-top {
  height: 300px;
}
.blade-people-grid .cards .card-bottom {
  min-height: 437px;
  display: block;
}
@media (min-width: 1400px) {
  .blade-people-grid .cards .card-bottom {
    min-height: 370px;
  }
}
.blade-people-grid .cards .card-bottom p {
  max-height: 253px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .blade-people-grid .cards .card-bottom p {
    max-height: 113px;
  }
}
.blade-single-people {
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.blade-single-people .col.copy {
  background-color: #fefdf9;
}
.blade-single-people .fa {
  font: normal normal normal 14px/1 FontAwesome;
}
section.widget .widget-title {
  margin-bottom: 30px;
}
section.widget .card .card-bottom {
  max-height: none;
}
@media (min-width: 750px) {
  .blade-recipe-specs.row .col:not(:last-child) {
    margin-right: 30px;
  }
}
.blade-recipe-specs .txt-label--red {
  font-size: 16px;
}
.recipe-directions ol {
  font-weight: bold;
  padding-left: 2em;
}
.recipe-directions li {
  font-size: 1rem;
  padding-left: 1em;
}
#agegate-outer {
  display: none;
  position: fixed;
  height: 0;
  width: 100%;
  text-align: center;
  overflow: scroll;
  background-color: #fefdf9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 99994;
}
@media (min-width: 750px) {
  #agegate-outer {
    display: flex;
    justify-content: center;
    background-image: url('../img/bg/sc-exterior-2c.jpg');
  }
  #agegate-outer[style*="block"] {
    display: flex !important;
  }
}
.agegate #agegate-outer {
  height: 100vh;
}
#agegate-outer .logo {
  max-width: 400px;
  margin: 0 auto 1rem;
}
#agegate-outer label {
  font-weight: normal;
}
.agegate-container {
  background-color: #fefdf9;
  padding: 2rem 3rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 680px;
  height: 100%;
  overflow-y: auto;
}
.agegate-container a {
  transition: color 0.2s ease-in-out;
}
.agegate-container a:hover {
  color: #b28b4c;
}
@media (min-width: 750px) {
  .agegate-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.agegate-container .fields > div:not(:first-child) {
  margin-top: 1rem;
}
.agegate-container .selectwrapper p,
.agegate-container .selectwrapper .select {
  display: inline-block;
  vertical-align: middle;
}
.agegate-container .selectwrapper p {
  margin: 0;
}
.agegate-container .selectwrapper .select {
  margin-left: 1rem;
}
.agegate-container .selectwrapper option:hover {
  background-color: #ffdA3D;
}
.agegate-container .legal {
  margin-top: 1rem;
}
.agegate-container .legal ul {
  list-style: none;
}
.agegate-container .legal li {
  display: inline-block;
}
#agegate-errors {
  font-size: 16px;
  line-height: 24px;
  font-family: "HCo Gotham";
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #79232e;
}
.fields-date input[type="number"],
.bfcf-lda-field input[type="number"] {
  text-align: center;
  height: auto;
  line-height: 3;
  width: 27.5%;
}
.fields-date input[type="number"][name*="year"],
.bfcf-lda-field input[type="number"][name*="year"] {
  width: 37.5%;
}
.agegate-container .fields-date input[type="number"],
.agegate-container .bfcf-lda-field input[type="number"] {
  font-size: 1.125rem;
  width: 80px;
}
.agegate-container .fields-date input[type="number"][name*="year"],
.agegate-container .bfcf-lda-field input[type="number"][name*="year"] {
  width: 100px;
}
@media (min-width: 750px) {
  .agegate-container .fields-date input[type="number"],
  .agegate-container .bfcf-lda-field input[type="number"] {
    font-size: 1.5rem;
    width: 100px;
  }
  .agegate-container .fields-date input[type="number"][name*="year"],
  .agegate-container .bfcf-lda-field input[type="number"][name*="year"] {
    width: 130px;
  }
}
.fields-date input[type="number"]:placeholder,
.bfcf-lda-field input[type="number"]:placeholder {
  color: #d9d9da;
}
.fields-date input[type="number"]:-webkit-inner-spin-button,
.bfcf-lda-field input[type="number"]:-webkit-inner-spin-button,
.fields-date input[type="number"]:-webkit-outer-spin-button,
.bfcf-lda-field input[type="number"]:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fields-date input[type="number"],
.bfcf-lda-field {
  text-align: center;
  height: auto;
  line-height: 3;
  width: 27.5% !important;
}
.fields-date input[type="number"].field-year,
.bfcf-lda-field.field-year,
.fields-date input[type="number"][name*="year"],
.bfcf-lda-field[name*="year"] {
  width: 37.5% !important;
}
.fields-date input[type="number"]:not(:first-child),
.bfcf-lda-field:not(:first-child) {
  margin-left: 5px !important;
}
.agegate-container .fields-date input[type="number"]:not(:first-child),
.agegate-container .bfcf-lda-field:not(:first-child) {
  margin-left: 1em;
}
.blade-contact-form .bfcf-form input,
.blade-contact-form .bfcf-form select,
.blade-contact-form .bfcf-form textarea {
  width: 100%;
}
.blade-contact-form .bfcf-form .bfcf-field-label {
  vertical-align: middle;
  text-align: right;
}
.blade-contact-form .bfcf-form .bfcf-lda-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.share-bar__open {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 120;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 35px 2px rgba(51, 49, 50, 0.14);
}
.share-bar__open #mylist {
  visibility: visible;
  transform: scaleY(1);
}
.share-bar__open #mylist:focus-within {
  visibility: visible;
  transform: scaleY(1);
}
#share-bar {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 120;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 35px 2px rgba(51, 49, 50, 0.14);
}
#share-bar.fixed {
  position: fixed;
  right: initial;
}
#share-bar > button {
  transition: background-color 0.2s ease-in-out;
}
#share-bar > button:not(.fa-print) {
  margin-right: 5px;
}
#share-bar .fa-save {
  font-size: 16px;
  margin-right: 6px;
}
#share-bar .fa-down-carat {
  font-size: 12px;
  margin-left: 6px;
}
#share-bar button {
  color: #2d2924;
  border: 0;
  background-color: #ffdA3D;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  font-weight: 700;
}
#share-bar button:hover {
  background-color: #f0c200;
}
#share-bar button:hover {
  cursor: pointer;
}
#share-bar button:not(.fa) {
  font-family: 'Copernicus';
}
#share-bar button.fa-facebook,
#share-bar button.fa-twitter,
#share-bar button.fa-pinterest-p {
  color: white;
}
#share-bar button.fa-facebook {
  background-color: #3b5998;
}
#share-bar button.fa-facebook:hover {
  background-color: #263961;
}
#share-bar button.fa-twitter {
  background-color: #4099FF;
}
#share-bar button.fa-twitter:hover {
  background-color: #0071f3;
}
#share-bar button.fa-pinterest-p {
  background-color: #C92228;
}
#share-bar button.fa-pinterest-p:hover {
  background-color: #88171b;
}
#share-bar button.btn-remove {
  margin-left: 12px;
}
#share-bar a {
  color: #2d2924;
  border: 0;
  background-color: #fcfaf3;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  font-weight: 700;
}
#share-bar a:hover {
  background-color: #ede0b6;
}
#share-bar a:hover {
  cursor: pointer;
}
#share-bar a.fa-facebook,
#share-bar a.fa-twitter,
#share-bar a.fa-pinterest-p {
  color: white;
}
#share-bar a.fa-facebook {
  background-color: #3b5998;
}
#share-bar a.fa-facebook:hover {
  background-color: #263961;
}
#share-bar a.fa-twitter {
  background-color: #4099FF;
}
#share-bar a.fa-twitter:hover {
  background-color: #0071f3;
}
#share-bar a.fa-pinterest-p {
  background-color: #C92228;
}
#share-bar a.fa-pinterest-p:hover {
  background-color: #88171b;
}
@media (min-width: 750px) and (max-width: 1000px) {
  #share-bar {
    top: 5px;
  }
}
@media (max-width: 500px) {
  #share-bar {
    top: 5px;
  }
}
#mylist {
  background-color: #f4efdd;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 35px 2px rgba(51, 49, 50, 0.14);
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: none 0.2s ease-in-out;
  transition-property: visibility, transform;
}
#mylist.disabled {
  display: none;
}
#share-bar:hover #mylist {
  visibility: visible;
  transform: scaleY(1);
}
#mylist li {
  display: block;
}
#mylist ul li:nth-child(odd) {
  background-color: #fcfaf3;
}
#mylist button {
  background-color: transparent;
}
#mylist-items li {
  display: flex;
}
#mylist-items li:hover .mli {
  color: #b28b4c;
  opacity: 1;
}
#mylist .mli {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 8px;
  font-size: 13px;
  font-family: 'Copernicus';
  font-weight: normal;
  transition: none 0.2s ease-in-out;
  transition-property: opacity, background-color;
}
#mylist .mli:not(:hover) {
  opacity: 0.5;
}
aside {
  background-color: #fcfaf3;
}
aside .featured-image img {
  display: block;
  min-width: 100%;
  height: auto;
}
aside .widget {
  padding: 40px 50px;
}
.widget-title {
  margin-bottom: 0.5em;
}
.vcard {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: 'Copernicus';
  font-style: italic;
  margin-top: 1.75em;
  margin-bottom: 1.5em;
}
p.byline.vcard {
  margin-top: 25px;
  margin-bottom: 30px;
}
.schedule {
  margin-top: 1rem;
}
.schedule .txt-badge {
  display: inline-block;
  width: 40%;
  padding-right: 15px;
}
.faq {
  border-bottom: 3px solid #ffdA3D;
  margin-top: 1rem;
}
.faq-item {
  list-style: none;
  position: relative;
  border-top: 3px solid #ffdA3D;
  padding: 1rem 3rem;
}
.faq-q {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.faq-q:before {
  content: '\f020';
  display: block;
  font-family: 'Scv';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 1rem;
  transition: transform 0.2s linear;
}
.faq-q.active:before {
  content: '\f01f';
  transform: rotate(180deg);
}
.faq-a {
  display: none;
}
.blade-contact-info {
  display: table;
  background-color: #fefdf9;
}
.contact-info {
  margin-top: 2rem;
}
.contact-info li {
  list-style: none;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
}
.contact-info li:before {
  display: inline-block;
  font-family: 'Scv';
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}
.contact-info li.phone:before {
  content: '\f01a';
}
.contact-info li.location:before {
  content: '\f01b';
}
.contact-info li.hours:before {
  content: '\f019';
}
.contact-info li.email:before {
  content: '\f01e';
}
.newsletter-form label {
  display: block;
  text-align: left;
  width: 100%;
}
.newsletter-form .form-input {
  display: flex;
}
.newsletter-form .form-input input {
  flex: 1 1 auto;
}
.newsletter-form .form-input input[type="email"] {
  width: 60%;
  min-width: 0;
}
.newsletter-form .form-input input[type="submit"] {
  width: 36%;
}
footer .newsletter-form .form-input input {
  height: 40px;
  min-height: 40px;
  line-height: 40px;
}
footer .newsletter-form .form-input input[type="submit"] {
  font-size: 13px;
}
footer .newsletter-form {
  padding-right: 2rem;
}
footer .newsletter-form h2 {
  font-size: 14px;
  line-height: 34px;
  font-family: "HCo Gotham" !important;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #2d2924;
  transition: 0.25s;
  cursor: normal;
}
footer .newsletter-form h2:hover {
  color: #b28b4c;
}
footer .newsletter-form h2.gold {
  color: #b28b4c;
}
footer .newsletter-form h2:hover {
  color: inherit;
}
footer .newsletter-form label {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Copernicus';
  letter-spacing: 0.01em;
  font-weight: 500;
}
footer .newsletter-form label a {
  font-weight: 600;
}
.newsletter-form__flex {
  display: flex;
}
.social-media {
  margin-top: 1rem;
}
.social-media li {
  list-style: none;
  display: inline-block;
}
.social-media a {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  padding: 0.5rem;
}
.blade-contact-form .txt-legal {
  text-align: center;
}
.blade-contact-form .btn {
  width: 100%;
}
.blade-contact-info .contact-info {
  margin-bottom: 35px;
}
.blade-contact-info h1 {
  margin-bottom: 30px;
}
.blade-contact-info .txt-badge {
  text-transform: none;
}
.blade-contact-info .txt-badge.email {
  display: block;
}
.blade-contact-info .learn-more {
  text-transform: none;
  margin-top: 5px;
  position: relative;
  display: block;
}
.blade-contact-info label.txt-label {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.two-columns {
  display: flex;
}
.two-columns > * {
  flex: 1;
}
.two-columns > *:first-child {
  margin-right: 1rem;
}
.two-columns:last-of-type {
  display: none;
}
.blade-magazine {
  padding: 4rem 0 3rem;
  text-align: center;
}
.blade-magazine h2 {
  margin-bottom: 15px;
}
.blade-magazine .flipbook-container {
  margin: 0;
}
.blade-magazine #flipbook-container-0 .fb-nav ul li,
.blade-magazine #flipbook-container-0 .preview,
.blade-magazine #flipbook-container-0 .next,
.blade-magazine #flipbook-container-0 div.big-side,
.blade-magazine #flipbook-container-0 div.big-next {
  color: #2d2924;
  border-right-color: currentColor;
}
.blade-magazine #flipbook-container-0 .fb-nav ul li:hover,
.blade-magazine #flipbook-container-0 .preview:hover,
.blade-magazine #flipbook-container-0 .next:hover,
.blade-magazine #flipbook-container-0 div.big-side:hover,
.blade-magazine #flipbook-container-0 div.big-next:hover {
  color: #79232e;
  border-right-color: currentColor;
}
.flipbook-container .fa {
  font-family: 'font-awesome';
}
.flipbook-container .fa-search-plus:before {
  content: "\f00e";
}
.flex {
  display: flex;
  flex-flow: row wrap;
}
.flex .col-3.one {
  display: flex;
  flex-direction: column;
}
.blade-vineyard-single {
  margin-bottom: 30px;
}
.blade-vineyard-map {
  background-color: #fefdf9;
}
.blade-vineyard-map #Pins path {
  transform-origin: bottom;
  transition: transform 0.2s ease-in-out;
  transition-property: transform, color;
  -moz-transition-property: color;
  color: #2d2924;
  fill: currentColor;
  stroke: #2d2924;
  stroke-width: 3;
}
@media (max-width: 750px) {
  .blade-vineyard-map #Pins path {
    stroke-width: 26;
  }
}
.blade-vineyard-map #Pins path:hover {
  color: #ffdA3D;
}
.block-data {
  position: absolute;
}
.block-data:not([style]) {
  display: none;
}
.block-data:hover,
.block-data.active {
  z-index: 123;
}
.block-data:hover .block-data-popup,
.block-data.active .block-data-popup {
  visibility: visible;
  opacity: 1;
}
.block-data-popup {
  position: absolute;
  padding: 1rem;
  margin-left: 1rem;
  background-color: white;
  width: 250px;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: none 0.2s ease-in-out;
  transition-property: opacity, visibility;
}
.block-data-popup:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  right: 99%;
  top: calc(50% - 12px);
  border: 12px solid transparent;
  border-right-color: white;
}
.block-data-popup li {
  margin-top: 3px;
  font-weight: normal;
}
.block-data-popup span {
  display: inline-block;
  width: 120px;
}
.block-data.reverse .block-data-popup {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 1rem;
}
.block-data.reverse .block-data-popup:before {
  right: auto;
  left: 99%;
  border-right-color: transparent;
  border-left-color: white;
}
@media (max-width: 750px) {
  .block-data-popup {
    width: 150px;
  }
  .block-data-popup h4 {
    font-size: 12px;
  }
  .block-data-popup li,
  .block-data-popup span {
    font-size: 10px;
  }
}
.blade-split-content.blade-login {
  margin-top: 30px;
  margin-bottom: 30px;
  display: table;
}
@media (max-width: 750px) {
  .blade-split-content.blade-login {
    width: 100%;
  }
  .blade-split-content.blade-login .col {
    display: block;
    min-height: 250px;
    min-height: 0;
    padding: 30px 25px 10px;
    text-align: left;
  }
  .blade-split-content.blade-login .col label,
  .blade-split-content.blade-login .col input {
    padding-top: 0;
  }
  .blade-split-content.blade-login .col .col {
    padding-top: 0;
  }
  .blade-split-content.blade-login .background {
    min-height: 250px;
  }
}
.not-found {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/404-Background.jpg");
}
.not-found .content {
  height: 100%;
  width: 40%;
  margin: auto;
  max-width: 750px;
  text-align: center;
}
#cart-con {
  position: fixed;
  z-index: 10500;
  width: 30%;
  max-width: 500px;
  background-color: #fefdf9;
  height: 100%;
  top: 0;
  padding: 25px;
  box-sizing: border-box;
  min-width: 320px;
  transition: 0.25s;
  right: -500px;
}
@media (max-width: 750px) {
  #cart-con {
    width: 100%;
  }
}
#cart-con .cart-header {
  position: relative;
}
#cart-con .cart-header i.fa-cart {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  width: 50px;
  font-size: 26px;
}
#cart-con .cart-header span.cart-total {
  position: absolute;
  left: 56px;
  top: 25px;
  height: 25px;
  width: 25px;
  background-color: #ffdA3D;
  border-radius: 100%;
  text-align: center;
  color: #000;
  line-height: 26px;
  font-weight: 500;
  font-size: 14px;
  font-family: "HCo Gotham";
}
#cart-con .cart-header .label-cart-close {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 50px;
  display: block;
}
#cart-con .cart-header .label-cart-close i {
  font-size: 26px;
}
#cart-con .cart-header h2 {
  position: block;
  width: 100%;
  text-align: center;
}
#cart-con #cart-con-load {
  height: 100%;
}
#cart-con .cart-items {
  max-height: calc(100% -  230px);
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 25px;
}
#cart-con .cart-items .cart-empty {
  display: none;
}
#cart-con .cart-items .cart-empty a {
  margin-top: 10%;
  display: block;
  position: relative;
}
#cart-con .cart-items .cart-empty .c-level-5 {
  margin-top: 30%;
  display: block;
  position: relative;
  text-align: center;
  color: #2d2924;
}
#cart-con .cart-items .cart-empty.show {
  display: block;
}
#cart-con .cart-items .cart-item {
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  background-color: #fcfaf3;
  padding-bottom: 45px;
  margin-top: 15px;
  padding-left: calc(20% + 15px);
}
#cart-con .cart-items .cart-item:first-child {
  margin-top: 0;
}
#cart-con .cart-items .cart-item p {
  margin: 0;
}
#cart-con .cart-items .cart-item p.product-type {
  margin-top: -3px;
  margin-bottom: 10px;
  font-style: italic;
}
#cart-con .cart-items .cart-item .item-img {
  height: calc( 100% - 30px );
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 0;
  box-sizing: border-box;
}
#cart-con .cart-items .cart-item .item-img img {
  max-height: 100%;
  width: auto;
  margin: auto;
  display: block;
  position: relative;
}
#cart-con .cart-items .cart-item p.item-price {
  float: right;
  margin-top: 5px;
}
#cart-con .cart-items .cart-item-footer {
  background-color: #f4efdd;
  position: absolute;
  height: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  color: rgba(45, 41, 36, 0.25);
}
#cart-con .cart-items .cart-item-footer i {
  margin-right: 5px;
}
#cart-con .cart-items .cart-item-footer .btn-remove-from-cart {
  cursor: pointer;
  transition: 0.25s;
  color: rgba(45, 41, 36, 0.25);
  font-family: 'Copernicus';
  font-size: 15px;
}
#cart-con .cart-items .cart-item-footer .btn-remove-from-cart:hover {
  color: rgba(45, 41, 36, 0.45);
}
#cart-con .cart-items .cart-item-row span,
#cart-con .cart-items .cart-item-row p,
#cart-con .cart-items .cart-item-row .select {
  display: inline-block;
}
#cart-con .cart-items .cart-item-row .select {
  margin-left: 5px;
}
#cart-con .btn {
  width: 100%;
  margin-top: 15px;
}
#cart-con .cart-footer {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: calc(100% - 50px);
  height: 178px;
}
#cart-con .cart-footer .cart-subtotal-value {
  float: right;
}
#cart-con-trigger:checked + #cart-con {
  left: auto;
  right: 0;
}
.cart-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.5s opacity;
}
#cart-con-trigger:checked + #cart-con + .cart-overlay {
  left: 0;
  opacity: 1;
  transition: 0.5s opacity;
  z-index: 10400;
}
#memberReview,
#memberReview-thankyou,
#modal-newsletterSignup,
#memberLogin,
#memberClubLogin,
#exitNewsSignup,
.popupModal {
  box-sizing: border-box;
  min-width: 600px;
  background-color: #fefdf9;
  display: none;
}
#memberReview > .col,
#memberReview-thankyou > .col,
#modal-newsletterSignup > .col,
#memberLogin > .col,
#memberClubLogin > .col,
#exitNewsSignup > .col,
.popupModal > .col {
  text-align: center;
}
#memberReview textarea,
#memberReview-thankyou textarea,
#modal-newsletterSignup textarea,
#memberLogin textarea,
#memberClubLogin textarea,
#exitNewsSignup textarea,
.popupModal textarea,
#memberReview .btn,
#memberReview-thankyou .btn,
#modal-newsletterSignup .btn,
#memberLogin .btn,
#memberClubLogin .btn,
#exitNewsSignup .btn,
.popupModal .btn {
  width: 100%;
}
@media (max-width: 750px) {
  #memberReview,
  #memberReview-thankyou,
  #modal-newsletterSignup,
  #memberLogin,
  #memberClubLogin,
  #exitNewsSignup,
  .popupModal {
    min-width: 100%;
  }
}
#memberReview .birthdate-row,
#memberReview-thankyou .birthdate-row,
#modal-newsletterSignup .birthdate-row,
#memberLogin .birthdate-row,
#memberClubLogin .birthdate-row,
#exitNewsSignup .birthdate-row,
.popupModal .birthdate-row {
  white-space: nowrap;
}
#memberReview .birthdate-row input,
#memberReview-thankyou .birthdate-row input,
#modal-newsletterSignup .birthdate-row input,
#memberLogin .birthdate-row input,
#memberClubLogin .birthdate-row input,
#exitNewsSignup .birthdate-row input,
.popupModal .birthdate-row input {
  display: inline-block;
  margin-right: 5px;
  width: 70px;
  text-align: center;
}
#memberReview .birthdate-row input:last-child,
#memberReview-thankyou .birthdate-row input:last-child,
#modal-newsletterSignup .birthdate-row input:last-child,
#memberLogin .birthdate-row input:last-child,
#memberClubLogin .birthdate-row input:last-child,
#exitNewsSignup .birthdate-row input:last-child,
.popupModal .birthdate-row input:last-child {
  margin-right: 0;
  width: 85px;
}
#memberReview input[type=number]:-webkit-input-placeholder,
#memberReview-thankyou input[type=number]:-webkit-input-placeholder,
#modal-newsletterSignup input[type=number]:-webkit-input-placeholder,
#memberLogin input[type=number]:-webkit-input-placeholder,
#memberClubLogin input[type=number]:-webkit-input-placeholder,
#exitNewsSignup input[type=number]:-webkit-input-placeholder,
.popupModal input[type=number]:-webkit-input-placeholder {
  text-align: center;
}
#memberReview input[type=number]:-moz-placeholder,
#memberReview-thankyou input[type=number]:-moz-placeholder,
#modal-newsletterSignup input[type=number]:-moz-placeholder,
#memberLogin input[type=number]:-moz-placeholder,
#memberClubLogin input[type=number]:-moz-placeholder,
#exitNewsSignup input[type=number]:-moz-placeholder,
.popupModal input[type=number]:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
#memberReview input[type=number]:-moz-placeholder,
#memberReview-thankyou input[type=number]:-moz-placeholder,
#modal-newsletterSignup input[type=number]:-moz-placeholder,
#memberLogin input[type=number]:-moz-placeholder,
#memberClubLogin input[type=number]:-moz-placeholder,
#exitNewsSignup input[type=number]:-moz-placeholder,
.popupModal input[type=number]:-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
#memberReview input[type=number]:-ms-input-placeholder,
#memberReview-thankyou input[type=number]:-ms-input-placeholder,
#modal-newsletterSignup input[type=number]:-ms-input-placeholder,
#memberLogin input[type=number]:-ms-input-placeholder,
#memberClubLogin input[type=number]:-ms-input-placeholder,
#exitNewsSignup input[type=number]:-ms-input-placeholder,
.popupModal input[type=number]:-ms-input-placeholder {
  text-align: center;
}
#memberReview,
#memberReview-thankyou,
#memberLogin,
#memberClubLogin,
.popupModal {
  width: 60%;
}
#memberReview .col,
#memberReview-thankyou .col,
#memberLogin .col,
#memberClubLogin .col,
.popupModal .col {
  text-align: left;
}
.popupModal {
  padding: 0 !important;
  width: 660px;
}
.popupModal h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.popupModal .modal-email-field {
  max-width: 238px;
}
.popupModal .blade-split-content .col.copy .btn {
  margin-bottom: 20px;
}
.popupModal .modal-error,
.popupModal .modal-error-age {
  display: none;
}
.popupModal .modal-error.show,
.popupModal .modal-error-age.show {
  display: block;
}
#memberClubLogin {
  padding: 0;
  width: 80%;
}
#memberClubLogin .bg-stripes {
  vertical-align: middle;
}
#memberClubLogin .member-info {
  text-align: left;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
#memberClubLogin .member-info h4 {
  margin-top: 15px;
}
#memberClubLogin .member-info .btn {
  margin-top: 15px;
}
@media (max-width: 750px) {
  #memberClubLogin .member-info {
    position: relative;
  }
}
#modal-newsletterSignup,
#exitNewsSignup {
  padding: 0;
  width: 40%;
}
#modal-newsletterSignup .copy,
#exitNewsSignup .copy {
  padding: 15px 25px 10px;
}
@media (min-width: 750px) {
  #modal-newsletterSignup .copy,
  #exitNewsSignup .copy {
    padding: 15px 65px 10px;
  }
}
#modal-newsletterSignup label,
#exitNewsSignup label,
#modal-newsletterSignup .label,
#exitNewsSignup .label {
  font-weight: 500;
  text-align: left;
}
@media (min-width: 750px) {
  #modal-newsletterSignup label,
  #exitNewsSignup label,
  #modal-newsletterSignup .label,
  #exitNewsSignup .label {
    text-align: right;
  }
}
#modal-newsletterSignup .label,
#exitNewsSignup .label {
  padding-right: 10px;
  vertical-align: middle;
}
#modal-newsletterSignup input[type=text],
#exitNewsSignup input[type=text] {
  width: 100%;
}
#modal-newsletterSignup .birthdate-row,
#exitNewsSignup .birthdate-row {
  display: flex;
  float: left;
  justify-content: space-between;
  white-space: nowrap;
  width: 100%;
}
#modal-newsletterSignup .birthdate-row input,
#exitNewsSignup .birthdate-row input {
  display: inline-block;
  flex: 1;
  margin-right: 15px;
  width: 70px;
  text-align: center;
}
#modal-newsletterSignup .birthdate-row input:last-child,
#exitNewsSignup .birthdate-row input:last-child {
  margin-right: 0;
  width: 90px;
}
#modal-newsletterSignup .birthdate-row input::-webkit-input-placeholder,
#exitNewsSignup .birthdate-row input::-webkit-input-placeholder {
  color: #cecdcc;
}
#modal-newsletterSignup .modal-error,
#exitNewsSignup .modal-error,
#modal-newsletterSignup .modal-error-age,
#exitNewsSignup .modal-error-age {
  display: none;
}
#modal-newsletterSignup .modal-error.show,
#exitNewsSignup .modal-error.show,
#modal-newsletterSignup .modal-error-age.show,
#exitNewsSignup .modal-error-age.show {
  display: block;
}
.print-view .blade-bread {
  display: none !important;
}
.print-view #share-bar {
  display: none;
}
.print-view .content {
  margin-bottom: 50px;
  top: 0;
  margin-top: 50px;
}
@-moz-document url-prefix() {
  .select select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  }
}
.blade-products.category .col:hover a .card-footer h4:hover .club-link {
  color: #b28b4c;
}
.border-yellow {
  border: 5px solid #ffdA3D !important;
}
@media (max-width: 1050px) {
  .c-cal.blade-split-content .col {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 1050px) {
  .c-cal.blade-split-content .scale {
    transform: scale(1);
  }
}
.c-cal__header {
  font-family: "HCo Gotham";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 1050px) {
  .c-cal__header {
    font-size: 14px;
    white-space: nowrap !important;
  }
}
.c-cal__header[scope="col"] {
  padding: 0 0 10px 15px;
}
@media (max-width: 750px) {
  .c-cal__table-wrapper {
    overflow-x: scroll;
  }
}
.c-cal__table {
  margin-bottom: 20px;
}
.c-cal__table tbody tr td {
  font-size: 12px !important;
}
@media (min-width: 750px) {
  .c-cal__table tbody tr td {
    white-space: normal !important;
    font-size: 15px !important;
  }
}
.c-cal .col.copy {
  padding: 65px 25px;
}
@media (min-width: 750px) {
  .c-cal .col.copy {
    padding: 65px 45px;
  }
}
@media (min-width: 1400px) {
  .c-cal .col.copy {
    padding: 65px 107px;
  }
}
.c-promo__award .background::before {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-promo__award i {
  color: #ffdA3D;
  float: right;
  font-size: 100px;
  margin-right: 20px;
  margin-top: 20px;
}
@media (min-width: 750px) {
  .c-promo__default.blade-split-content .col.copy {
    padding: 65px 107px;
  }
}
.c-news-modal__content {
  padding: 0 5rem;
}
.c-news-modal__bg {
  background-position: center 15%;
  background-size: cover;
  height: 200px;
  position: relative;
}
.c-news-modal__bg::after {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.c-news-modal__form {
  margin: auto;
  max-width: 440px;
}
.c-news-modal .fancybox-close-small::after {
  background-color: transparent;
  color: #ffdA3D;
  font: 38px Arial;
  font-weight: 100;
}
.c-news-modal .fancybox-close-small:hover::after {
  background-color: transparent;
  color: #f4efdd;
}
.c-instafeed__title {
  padding: 25px 10px;
  text-align: center;
}
.c-instafeed__feed {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 1050px) {
  .c-instafeed__feed {
    flex-flow: row nowrap;
  }
}
.c-instafeed__link {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-basis: 50%;
}
.c-instafeed__link:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.c-instafeed__link > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1050px) {
  .c-instafeed__link {
    flex-basis: 25%;
  }
}
.c-instafeed__link::after {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.c-instafeed__meta {
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  left: 10px;
  position: absolute;
  right: 10px;
  word-break: break-all;
  word-wrap: break-word;
  z-index: 1;
}
@media (min-width: 750px) {
  .c-instafeed__meta {
    bottom: 20px;
    width: 90%;
    flex-direction: row;
  }
}
.multi {
  padding: 15px;
}
@media (min-width: 750px) {
  .multi {
    padding: 65px 75px;
  }
}
.multi__row {
  margin-top: 80px;
}
@media (min-width: 750px) {
  .multi__row {
    display: flex;
    flex-wrap: wrap;
  }
}
.multi__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  margin-bottom: 80px;
  width: 100%;
}
@media (min-width: 750px) {
  .multi__item {
    margin-right: 3.8%;
    width: 22%;
  }
}
.multi__item:nth-of-type(4n) {
  margin-right: 0;
}
.multi__item img {
  flex: none;
  max-height: 100%;
}
.merch-title {
  margin-bottom: 20px;
  padding: 0 5px;
}
.merch-title.flex {
  justify-content: space-between;
}
.merch-title.flex .select select {
  background-color: white;
}
.merch-title__select {
  align-items: center;
  display: flex;
}
.merch-title__select .select {
  padding-left: 0;
  white-space: nowrap;
}
.merch-vid-row {
  padding-bottom: 20px;
}
.merch-vid-row__text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.merch-vid-row > .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 750px) {
  .merch-vid-row > .row {
    flex-direction: row;
  }
}
.merch-vid-row .fa {
  color: #ffdA3D;
  font-size: 100px;
}
.content-benefits .benefit p {
  display: initial;
}
.content-benefits .benefit i {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}
.content-benefits .benefit i:after {
  content: ' ';
  display: block;
  position: absolute;
  max-width: 0;
  max-height: 0;
  z-index: 1000;
  background-color: white;
  opacity: 0;
  transition: opacity 0.25s;
}
.content-benefits .benefit i:hover:after {
  content: attr(data-tooltip);
  opacity: 1;
  display: block;
  position: absolute;
  min-width: 265px;
  max-height: 1000px;
  z-index: 1000;
  background-color: white;
  font-size: 15px;
  padding: 30px;
  margin-top: 0rem;
  margin-left: 0rem;
  border: 0;
  font-size: 14px;
  line-height: 1.8em;
  font-family: 'Copernicus';
  letter-spacing: 0.01em;
  font-weight: 500;
  box-shadow: 0px 0px 34.3px 0.7px rgba(54, 50, 41, 0.27);
  text-shadow: 0px 0px 34.3px rgba(54, 50, 41, 0.27);
}
@media (max-width: 750px) {
  .content-benefits .benefit i:hover:after {
    left: 0;
    max-width: 90vw;
  }
}
.h2-container {
  margin: 10px;
}
.fa-lock:before {
  content: '\f01d' !important;
}
textarea.embed_code {
  width: 100%;
  font-size: 14px;
  font-family: 'Courier New';
  height: 2em;
  white-space: nowrap;
  overflow: hidden;
}
.drizly {
  padding-bottom: 40px;
}
@media (max-width: 1050px) {
  .drizly {
    padding: 40px;
  }
}
@media (max-width: 1050px) {
  .drizly__cta {
    width: 100%;
  }
}
.drizly__background {
  vertical-align: middle !important;
  text-align: center;
}
@media (max-width: 1050px) {
  .drizly__background {
    min-width: calc(100% + 40px);
    position: relative;
    left: -20px;
    top: -20px;
    vertical-align: middle !important;
    text-align: center;
    min-height: auto !important;
    height: 27vh !important;
  }
}
.drizly__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
}
@media (max-width: 1050px) {
  .drizly__overlay {
    height: 27vh;
  }
}
@media (min-width: 1050px) {
  .drizly__overlay {
    height: auto;
  }
}
.drizly__overlay > img {
  height: 75%;
}
@media (max-width: 750px) {
  .drizly__overlay > img {
    height: 75%;
  }
}
@media (min-width: 1050px) {
  .drizly__overlay > img {
    height: auto;
    width: 75%;
    max-width: 300px;
  }
}
@media (max-width: 1050px) {
  .drizly__copy {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1050px) {
  .drizly__copy {
    padding: 45px 77px !important;
  }
}
.drizly__headline {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: 'Copernicus';
  font-style: italic;
  color: #79232e;
}
@media (min-width: 1050px) {
  .drizly__headline {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1050px) {
  .drizly__headline {
    font-size: 18px;
    line-height: 26px;
  }
}
.drizly__headline--first-line {
  color: #000;
  font-weight: 300;
}
@media (min-width: 1050px) {
  .drizly__headline--first-line {
    font-size: 14px;
    line-height: 44px;
  }
}
@media (max-width: 1050px) {
  .drizly__headline--first-line {
    font-size: 0.8em;
    line-height: 2.7em;
  }
}
.drizly__disclaimer {
  font-size: 12px;
}
@media (max-width: 750px) {
  .blade-virtual-tours.content {
    padding-top: 30px;
  }
}
.blade-virtual-tours .btn {
  padding: 0 10px ;
}
@media (max-width: 750px) {
  .blade-virtual-tours .btn {
    padding-bottom: 40px;
  }
}
@media (max-width: 321px) {
  .blade-virtual-tours iframe {
    height: 300px;
  }
}
@media (max-width: 750px) {
  .blade-virtual-tours iframe {
    height: 400px;
  }
}
@media (max-width: 750px) {
  .blade-virtual-tours .blade-split-content--reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
strong.burgundy:hover {
  color: #b28b4c;
  cursor: pointer;
}
.cart-login {
  color: #79232e;
  cursor: pointer;
  font-size: 1.6em;
}
/* UTILITIES */
.u-bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.u-bg-blue {
  background-color: #F6F6F6;
}
.u-bg-grey {
  background-color: #fcfcfc;
}
.u-bg-white {
  background-color: #fff;
}
.u-bg-yellow {
  background-color: #f8da3d;
}
.u-center {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.u-rowrev {
  flex-direction: row-reverse;
}
.u-rowrev .c-text-block__copy {
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 750px) {
  .u-rowrev .c-text-block__copy {
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .u-rowrev {
    flex-direction: column-reverse;
  }
}
@media (max-width: 750px) {
  .u-rowrev--no-colrev {
    flex-direction: column;
  }
}
.u-no-desktop {
  display: none;
}
@media (max-width: 750px) {
  .u-no-desktop {
    display: initial;
  }
}
.u-no-mobile {
  display: initial;
}
@media (max-width: 750px) {
  .u-no-mobile {
    display: none;
  }
}
.u-pv-section {
  padding: 80px 0;
}
@media (max-width: 750px) {
  .u-pv-section {
    padding: 40px 16px;
  }
}
.u-pv-none {
  padding: 0 !important;
}
.u-link-red {
  color: #79232e;
}
.u-link-arrow:after {
  content: '»';
  display: inline-block;
  padding-left: 10px;
  position: relative;
}
.u-link-small {
  font-size: 16px;
}
.u-mb8 {
  margin-bottom: 8px !important;
}
.u-mb16 {
  margin-bottom: 16px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}
@media (min-width: 750px) {
  .u-pull--1\/12 {
    margin-left: 8.33%;
  }
  .u-pull--2\/12 {
    margin-left: 16.66%;
  }
  .u-pull--3\/12 {
    margin-left: 25%;
  }
  .u-pull--4\/12 {
    margin-left: 33.33%;
  }
  .u-pull--5\/12 {
    margin-left: 41.66%;
  }
  .u-pull--6\/12 {
    margin-left: 50%;
  }
  .u-pull--7\/12 {
    margin-left: 58.33%;
  }
  .u-pull--8\/12 {
    margin-left: 66.66%;
  }
  .u-pull--9\/12 {
    margin-left: 75%;
  }
  .u-pull--10\/12 {
    margin-left: 83.33%;
  }
  .u-pull--11\/12 {
    margin-left: 91.66%;
  }
  .u-pull--12\/12 {
    margin-left: 100%;
  }
}
@media (min-width: 750px) {
  .u-push--1\/12 {
    margin-right: 8.33%;
  }
  .u-push--2\/12 {
    margin-right: 16.66%;
  }
  .u-push--3\/12 {
    margin-right: 25%;
  }
  .u-push--4\/12 {
    margin-right: 33.33%;
  }
  .u-push--5\/12 {
    margin-right: 41.66%;
  }
  .u-push--6\/12 {
    margin-right: 50%;
  }
  .u-push--7\/12 {
    margin-right: 58.33%;
  }
  .u-push--8\/12 {
    margin-right: 66.66%;
  }
  .u-push--9\/12 {
    margin-right: 75%;
  }
  .u-push--10\/12 {
    margin-right: 83.33%;
  }
  .u-push--11\/12 {
    margin-right: 91.66%;
  }
  .u-push--12\/12 {
    margin-right: 100%;
  }
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}
.fa-award-general-2:before {
  background-image: url('../img/icons/Award-General-No-Circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fa-award-five-stars-2:before {
  background-image: url('../img/icons/Award-Five-Stars-No-Circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 22px;
}
.share-block {
  background-color: #fcfaf3;
  padding: 10px;
}
.share-bar {
  padding: 10px 0;
}
.share-bar > button {
  transition: background-color 0.2s ease-in-out;
}
.share-bar > button:not(.fa-print) {
  margin-right: 5px;
}
.share-bar .fa-save {
  font-size: 16px;
  margin-right: 6px;
}
.share-bar .fa-down-carat {
  font-size: 12px;
  margin-left: 6px;
}
.share-bar button {
  color: #2d2924;
  border: 0;
  background-color: #ffdA3D;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  font-weight: 700;
}
.share-bar button:hover {
  background-color: #f0c200;
}
.share-bar button:hover {
  cursor: pointer;
}
.share-bar button:not(.fa) {
  font-family: 'Copernicus';
}
.share-bar button.fa-facebook,
.share-bar button.fa-twitter,
.share-bar button.fa-pinterest-p {
  color: white;
}
.share-bar button.fa-facebook {
  background-color: #3b5998;
}
.share-bar button.fa-facebook:hover {
  background-color: #263961;
}
.share-bar button.fa-twitter {
  background-color: #4099FF;
}
.share-bar button.fa-twitter:hover {
  background-color: #0071f3;
}
.share-bar button.fa-pinterest-p {
  background-color: #C92228;
}
.share-bar button.fa-pinterest-p:hover {
  background-color: #88171b;
}
.share-bar button.btn-remove {
  margin-left: 12px;
}
.share-bar a {
  color: #2d2924;
  border: 0;
  background-color: #ffdA3D;
  margin-right: 10px;
  min-width: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  font-weight: 700;
}
.share-bar a:hover {
  background-color: #ede0b6;
}
.share-bar a:hover {
  cursor: pointer;
}
.share-bar a.fa-facebook,
.share-bar a.fa-twitter,
.share-bar a.fa-pinterest-p {
  color: white;
}
.share-bar a.fa-facebook {
  background-color: #3b5998;
}
.share-bar a.fa-facebook:hover {
  background-color: #263961;
}
.share-bar a.fa-twitter {
  background-color: #4099FF;
}
.share-bar a.fa-twitter:hover {
  background-color: #0071f3;
}
.share-bar a.fa-pinterest-p {
  background-color: #C92228;
}
.share-bar a.fa-pinterest-p:hover {
  background-color: #88171b;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .share-bar {
    top: 5px;
  }
}
@media (max-width: 500px) {
  .share-bar {
    top: 5px;
  }
}
.fixed-share-bar {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 120;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 35px 2px rgba(51, 49, 50, 0.14);
}
.fixed-share-bar.fixed {
  position: fixed;
  right: 30px;
}
.fixed-share-bar > button {
  transition: background-color 0.2s ease-in-out;
}
.fixed-share-bar > button:not(.fa-print) {
  margin-right: 5px;
}
.fixed-share-bar .fa-share-alt {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  margin-right: 6px;
}
.fixed-share-bar button {
  float: right;
  color: #2d2924;
  border: 0;
  background-color: #ffdA3D;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  font-weight: 700;
}
.fixed-share-bar button:hover {
  background-color: #f0c200;
}
.fixed-share-bar button:hover {
  cursor: pointer;
}
.fixed-share-bar button:not(.fa) {
  font-family: 'Copernicus';
}
.fixed-share-bar button.fa-facebook,
.fixed-share-bar button.fa-twitter,
.fixed-share-bar button.fa-pinterest-p {
  color: white;
}
.fixed-share-bar button.fa-facebook {
  background-color: #3b5998;
}
.fixed-share-bar button.fa-facebook:hover {
  background-color: #263961;
}
.fixed-share-bar button.fa-twitter {
  background-color: #4099FF;
}
.fixed-share-bar button.fa-twitter:hover {
  background-color: #0071f3;
}
.fixed-share-bar button.fa-pinterest-p {
  background-color: #C92228;
}
.fixed-share-bar button.fa-pinterest-p:hover {
  background-color: #88171b;
}
.fixed-share-bar button.btn-remove {
  margin-left: 12px;
}
.fixed-share-bar button.is-open {
  background-color: transparent;
  font-family: sans-serif;
}
.fixed-share-bar button.is-open .fa {
  display: none;
}
.fixed-share-bar a {
  color: #2d2924;
  border: 0;
  background-color: #fcfaf3;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  font-weight: 700;
}
.fixed-share-bar a:hover {
  background-color: #ede0b6;
}
.fixed-share-bar a:hover {
  cursor: pointer;
}
.fixed-share-bar a.fa-facebook,
.fixed-share-bar a.fa-twitter,
.fixed-share-bar a.fa-pinterest-p {
  color: white;
}
.fixed-share-bar a.fa-facebook {
  background-color: #3b5998;
}
.fixed-share-bar a.fa-facebook:hover {
  background-color: #263961;
}
.fixed-share-bar a.fa-twitter {
  background-color: #4099FF;
}
.fixed-share-bar a.fa-twitter:hover {
  background-color: #0071f3;
}
.fixed-share-bar a.fa-pinterest-p {
  background-color: #C92228;
}
.fixed-share-bar a.fa-pinterest-p:hover {
  background-color: #88171b;
}
.fixed-share-bar-container {
  display: none;
}
.fixed-share-bar-container.is-open {
  display: block;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .fixed-share-bar {
    top: 5px;
  }
}
@media (max-width: 500px) {
  .fixed-share-bar {
    top: 5px;
  }
}
.u-border-yellow {
  border: solid 4px #ffdA3D;
}
.c-breadcrumbs {
  display: flex;
  list-style: none;
  padding: 32px 0;
  position: absolute;
}
@media (max-width: 750px) {
  .c-breadcrumbs {
    display: none;
  }
}
.c-breadcrumbs__item {
  padding: 0 24px;
  position: relative;
}
.c-breadcrumbs__item:first-child {
  padding-left: 0;
}
.c-breadcrumbs__item:last-child::after {
  content: '';
}
.c-breadcrumbs__item::after {
  content: url("data:image/svg+xml,%3Csvg width='7' height='24' viewBox='0 0 7 24' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 9L3.5 13L0.5 17' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M3.5 9L6.5 13L3.5 17' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 7px;
  height: 24px;
  position: absolute;
  right: -6px;
  top: 0;
}
.c-breadcrumbs__link,
.c-breadcrumbs__item {
  color: #fff;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 24px;
  opacity: 0.75;
  text-transform: capitalize;
}
.c-breadcrumbs__link:hover,
.c-breadcrumbs__item:hover {
  opacity: 1;
}
.c-breadcrumbs__link:hover:first-child::after,
.c-breadcrumbs__item:hover:first-child::after {
  color: inherit;
}
.c-breadcrumbs__link:hover::after,
.c-breadcrumbs__item:hover::after {
  color: #b28b4c;
}
.c-breadcrumbs--dark .c-breadcrumbs__item::after {
  content: url("data:image/svg+xml,%3Csvg width='7' height='24' viewBox='0 0 7 24' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 9L3.5 13L0.5 17' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M3.5 9L6.5 13L3.5 17' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.c-breadcrumbs--dark .c-breadcrumbs__item:last-child::after {
  content: '';
}
.c-breadcrumbs--dark .c-breadcrumbs__link,
.c-breadcrumbs--dark .c-breadcrumbs__item {
  color: #000;
  opacity: 0.75;
}
.c-breadcrumbs--dark .c-breadcrumbs__link:last-child,
.c-breadcrumbs--dark .c-breadcrumbs__item:last-child {
  opacity: 1;
}
.c-breadcrumbs--dark .c-breadcrumbs__link:hover,
.c-breadcrumbs--dark .c-breadcrumbs__item:hover {
  opacity: 1;
}
.c-breadcrumbs--dark .c-breadcrumbs__link:hover::after,
.c-breadcrumbs--dark .c-breadcrumbs__item:hover::after {
  color: #000;
}
.c-button,
.c-cart .v65-widgetModalCart-viewCartButton a,
.c-cart .v65-widgetModalCart-checkOutButton a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-right: 25px;
  text-align: center;
}
.c-button:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .c-button,
  .c-cart .v65-widgetModalCart-viewCartButton a,
  .c-cart .v65-widgetModalCart-checkOutButton a {
    margin-bottom: 25px;
    margin-right: 16px;
  }
  .c-button--five {
    margin-bottom: 0;
  }
}
.c-button:hover {
  color: initial;
}
.c-button--yellow {
  background-color: #f8da3d;
  padding: 12px 48px;
}
@media screen and (max-width: 1182px) {
  .c-button--yellow {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1418px) {
  .c-button--yellow {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.c-button--yellow:hover {
  background-color: #f0c200;
}
.c-button--yellow-four {
  margin-top: 8px;
}
.c-button--yellow-five {
  background-color: #f8da3d;
  padding: 0;
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.c-button--yellow-five:hover {
  background-color: #f0c200;
}
.c-button--yellow-five::after {
  content: '';
  border: solid #000000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(314deg);
  margin-left: -10px;
}
.c-button--transparent {
  background-color: rgba(24, 22, 19, 0.15);
  color: #fff;
  padding: 12px 24px;
}
.c-button--transparent:hover {
  background-color: rgba(24, 22, 19, 0.35);
  color: #fff;
}
.c-button--outline {
  background-color: transparent;
  border: 4px solid #2d2924;
  padding: 8px 20px;
}
.c-button--outline:hover {
  color: #fff;
  background-color: #2d2924;
}
.c-button--inline {
  vertical-align: middle;
}
.c-button--full {
  display: block;
  text-align: center;
  padding: 12px 24px;
}
.c-button--full2 {
  width: 100%;
  max-width: 536px;
}
.c-button--full2:first-child {
  margin-left: auto;
  margin-right: auto;
}
.c-button--no-margin {
  margin-bottom: 0;
  margin-right: 0;
}
.c-button--download {
  color: #2d2924;
  font: bold 14px/2.43 "HCo Gotham";
  height: 0;
  letter-spacing: 1.5px;
  margin-top: 20px;
  position: relative;
  padding-left: 28px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.c-button--download::before {
  background-color: #ffdA3D;
  bottom: -4px;
  content: "";
  height: 8px;
  left: -8px;
  position: absolute;
  right: -8px;
  z-index: -1;
}
.c-button--download::after {
  box-sizing: border-box;
  content: "\f063";
  font: normal normal normal 21px/1 "FontAwesome";
  pointer-events: none;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.c-button--block {
  display: block;
}
.c-copy {
  color: #2D2924;
  font-family: "HCo Gotham";
  font-weight: bold;
}
.c-copy--pre-heading {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 34px;
  margin: 32px 0 20px 0;
  text-transform: uppercase;
}
.c-countdown {
  align-items: center;
  background-color: #F8DA3D;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 8px;
}
@media (max-width: 750px) {
  .c-countdown {
    flex-direction: column;
  }
}
.c-countdown__text p {
  font-size: 14px;
  margin: 0;
}
.c-countdown__link {
  font-size: 14px;
  margin-left: 16px;
}
.c-countdown__date {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.c-select {
  cursor: pointer;
  flex-grow: 1;
  margin-right: 16px;
  position: relative;
}
.c-select:last-child {
  margin-right: 0;
}
.c-select select {
  display: none;
}
.c-select__current {
  background-color: #eeeeee;
  color: #2D2924;
  font-family: 'Copernicus';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 28px;
  padding: 10px 20px 10px 10px;
}
.c-select__current:focus-within {
  outline: solid;
}
.c-select__current::after {
  border: 6px solid transparent;
  border-color: #2D2924 transparent transparent transparent;
  content: "";
  height: 0;
  top: 20px;
  right: 10px;
  position: absolute;
  width: 0;
}
.c-select__current--active::after {
  transform: rotateZ(180deg);
  top: 15px;
}
.c-select__items {
  background-color: #fff;
  color: #2D2924;
  font-family: 'Copernicus';
  font-size: 16px;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.01px;
  line-height: 28px;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
}
.c-select__items--hide {
  display: none;
}
.c-select__items > div {
  padding: 0.4rem 1rem;
}
.c-select__items > div:hover {
  background-color: #F8DA3D;
}
.c-select__copy {
  font-size: 12px;
}
.c-select__selected {
  background-color: #F8DA3D;
}
.c-faq {
  background-color: #fff;
  padding: 80px 0;
}
.c-faq a {
  color: #79232e;
  font-size: 16px;
}
.c-faq__title {
  color: #2D2924;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 54px;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 750px) {
  .c-faq__title {
    font-size: 30px;
    letter-spacing: 0.01px;
    line-height: 42px;
  }
}
@media (max-width: 750px) {
  .c-faq {
    padding: 56px 16px;
  }
}
.c-floating-cta {
  background-color: #fff;
  bottom: 32px;
  box-shadow: 0 0 35px 2px rgba(82, 75, 67, 0.14);
  padding: 16px;
  position: fixed;
  right: 20px;
  width: 300px;
  z-index: 10;
}
@media (max-width: 750px) {
  .c-floating-cta {
    bottom: 0;
    box-sizing: border-box;
    right: 0;
    width: 100%;
  }
}
.c-floating-cta__price {
  align-items: center;
  color: #2D2924;
  display: inline-flex;
  font-family: 'Copernicus';
  font-style: italic;
  font-weight: bold;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 5px;
  width: 100%;
}
.c-floating-cta__price_regular {
  color: #79252E;
  margin-right: 8px;
}
.c-floating-cta__price_club {
  align-items: center;
  display: flex;
}
.c-floating-cta__small {
  color: #2D2924;
  font-family: 'Copernicus';
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 20px;
  margin-top: 8px;
  text-align: center;
}
.c-floating-cta__close {
  font-size: 12px;
  opacity: 0.5;
  position: absolute;
  right: 5px;
  top: 0;
}
.c-floating-cta__close:hover {
  opacity: 1;
}
.c-gifts {
  padding: 40px 0;
}
.c-gifts__title {
  color: #2D2924;
  font-family: 'Copernicus';
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  .c-gifts__title {
    margin: 0 16px 32px 16px;
  }
}
.c-gifts__title--lg {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 750px) {
  .c-gifts__title--lg {
    font-size: 30px;
    line-height: 42px;
  }
}
.c-gifts--padded {
  padding: 0 32px;
}
.single-event {
  background-color: #fff;
}
.btn-group {
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-event-card {
  margin-bottom: 32px;
}
.c-event-card__content {
  padding: 40px 30px;
}
.c-event-card__title {
  font-family: 'Copernicus';
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03px;
  line-height: 32px;
  padding-bottom: 10px;
}
.c-event-card__info {
  display: inline-block;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
.c-event-card__info::after {
  content: '';
  padding-right: 16px;
}
.c-event-card__info .fa {
  font-size: 20px;
}
.c-event-card__sign-up {
  padding: 8px 0;
  vertical-align: middle;
  white-space: nowrap;
}
.c-event-card__sign-up .fa {
  font-size: 20px;
}
.c-event-card__btnGroup {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 25px;
}
.c-event-card__btnGroup > a {
  margin-right: 0;
}
.c-event-card__btnGroup > a > .btn {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .c-event-card__btnGroup {
    flex-direction: row;
  }
  .c-event-card__btnGroup > a {
    margin-right: 16px;
  }
}
.c-events {
  overflow: auto;
}
.c-events__heading {
  color: #2D2924;
  font-family: 'Copernicus';
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
  margin-bottom: 32px;
}
.c-events__no-results {
  padding: 16px;
}
@media (min-width: 1050px) {
  .c-events__no-results {
    max-width: 50%;
    padding: 0;
  }
}
.c-events__filter {
  padding: 16px;
}
@media (min-width: 750px) {
  .c-events__filter {
    padding: 80px 0 40px;
  }
}
@media (min-width: 750px) {
  .c-events__filter .searchandfilter ul {
    display: flex;
    flex-flow: row wrap;
  }
}
.c-events__filter .searchandfilter ul li {
  display: flex;
  align-items: center;
}
@media (min-width: 750px) {
  .c-events__filter .searchandfilter ul li:first-child {
    margin-right: 16px;
  }
}
.c-events__filter .searchandfilter ul li label {
  width: 75%;
}
@media (min-width: 750px) {
  .c-events__filter .searchandfilter ul li label {
    width: auto;
  }
}
.c-events__filter .searchandfilter ul li h4 {
  color: #2d2924;
  font: normal 16px/1.75 'Copernicus';
  font-style: normal;
  letter-spacing: 1px;
  margin-right: 8px;
  text-align: right;
  width: 25%;
}
@media (min-width: 750px) {
  .c-events__filter .searchandfilter ul li h4 {
    width: auto;
  }
}
.c-events__filter .searchandfilter select::-ms-expand {
  display: none;
}
.c-events__filter .searchandfilter li {
  position: relative;
}
.c-events__filter .searchandfilter li::after {
  color: #2d2924;
  content: '\f0d7';
  font: normal normal normal 18px/1 FontAwesome;
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.c-events__filter .searchandfilter select {
  -webkit-appearance: none;
  background-color: #eeeeee;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #2d2924;
  display: block;
  float: right;
  font: 700 16px/1.75 'Copernicus';
  margin: 5px 0px;
  max-width: 100%;
  padding: 8px 30px 8px 10px;
  width: 100%;
  word-break: normal;
}
.c-events__filter .searchandfilter select.sf-input-select {
  min-width: 1px;
}
.c-hero {
  display: flex;
  padding: 112px 0;
}
.c-hero--one-col {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  padding: 142px 32px;
  position: relative;
}
.c-hero--one-col::before {
  background: linear-gradient(90deg, #35312B 0%, rgba(24, 22, 19, 0) 100%);
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.c-hero__pre {
  color: #fff;
  font-family: "HCo Gotham";
  font-weight: bold;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.c-hero__pre-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "HCo Gotham";
  line-height: 24px;
  text-align: center;
}
.c-hero__title {
  color: #fff;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  line-height: 54px;
  position: relative;
  text-align: center;
}
@media (max-width: 750px) {
  .c-hero__title {
    font-size: 38px;
    line-height: 46px;
  }
}
.c-hero__copy {
  color: #fff;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0;
  text-wrap: pretty;
  text-align: center;
}
.c-hero__container {
  position: relative;
}
.c-hero__container--yellow {
  background-color: #ffdA3D;
}
.c-hero__container--yellow h1,
.c-hero__container--yellow li,
.c-hero__container--yellow .c-breadcrumbs__link,
.c-hero__container--yellow p,
.c-hero__container--yellow span {
  color: #000;
}
.c-hero__container--yellow .c-wysiwyg--hero {
  text-align: center;
}
.c-hero__container--home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 110px 0;
  z-index: 1;
}
@media (max-width: 750px) {
  .c-hero__container--home {
    padding: 40px 0;
    z-index: 1;
  }
}
@media (max-width: 750px) {
  .c-hero__container--tall {
    padding: 40px 0 400px;
  }
}
@media (max-width: 750px) {
  .c-hero__container--med {
    padding: 40px 0 150px;
  }
}
.c-hero__bg-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-hero__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(10px);
  height: 110%;
  width: 110%;
  transform: translate(-5%, -5%);
}
@media (max-width: 750px) {
  .c-hero {
    padding: 48px 16px;
  }
}
.c-hero__left,
.c-hero__right {
  align-items: center;
  display: flex;
  height: 100%;
}
.c-hero__right {
  padding-left: 32px;
  margin-top: 0;
}
@media (max-width: 750px) {
  .c-hero__right {
    padding-left: 0;
    margin-top: 32px;
  }
}
.c-hero__right--wrap {
  flex-wrap: wrap;
}
.c-hero__right_cta-heading {
  color: #fff;
  font-size: 16px;
  font-family: "HCo Gotham";
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  font-style: normal;
}
.c-hero__center {
  align-items: center;
  display: flex;
  height: 100%;
  max-width: 800px;
  margin: auto;
}
.c-hero__text {
  color: #fff;
  text-align: left;
}
@media (max-width: 750px) {
  .c-hero__text {
    text-align: center;
  }
}
.c-hero__text_pre {
  font-family: "HCo Gotham";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 23px !important;
}
.c-hero__text--center {
  text-align: center;
}
.c-hero__buttons {
  margin: 21px 0;
}
@media (max-width: 1418px) {
  .c-hero__buttons {
    display: flex;
    flex-direction: column;
  }
}
.c-hero__buttons--flex {
  display: flex;
  justify-content: center;
}
.c-hero__button {
  text-align: center;
  margin: 0 12px;
}
.c-hero__button_label {
  font-family: "HCo Gotham";
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
}
.c-hero__button .c-button {
  min-width: 180px;
}
.c-hero__signature {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 21px 0;
}
@media (min-width: 750px) {
  .c-hero__signature {
    justify-content: flex-start;
  }
}
.c-hero__signature_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  height: 52px;
  margin-right: 16px;
  overflow: hidden;
  width: 52px;
}
.c-hero__signature_txt {
  display: flex;
  flex-direction: column;
  font-family: "HCo Gotham";
  font-size: 12px;
}
.c-hero__signature_name {
  font-weight: 500;
}
.c-hero__address {
  color: #fff;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-weight: 500;
  padding-left: 120px;
}
@media (max-width: 750px) {
  .c-hero__address {
    padding-left: 0;
  }
}
.c-hero__address_title {
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  margin-top: 24px;
  text-transform: uppercase;
}
.c-hero__address_title:first-child {
  margin-top: 0;
}
.c-hero__address_location {
  line-height: 2;
}
.c-hero__img-off {
  transform: translateY(150px);
  width: 100%;
}
.c-hero__img-off img {
  width: 100%;
}
@media (max-width: 750px) {
  .c-hero__img-off {
    margin-top: -80px;
    transform: translateY(90px);
  }
}
.c-hero__event {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 160px;
}
.c-hero__event--five {
  min-height: 100px;
}
.c-hero__event_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33%;
}
@media (max-width: 1046px) {
  .c-hero__event_img--no-img-mobile {
    width: 0%;
  }
}
.c-hero__event_content {
  padding: 24px;
  width: 67%;
  box-sizing: border-box;
}
.c-hero__event_content-five {
  display: flex;
  align-items: center;
}
.c-hero__event_title {
  font-family: 'Copernicus';
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03px;
  line-height: 32px;
}
.c-hero__event_txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 22px;
  margin-bottom: 10px;
}
.c-hero__event--four {
  margin-bottom: 25px;
}
.c-hero__event--five {
  flex-wrap: nowrap;
  margin-bottom: 25px;
  justify-content: space-between;
}
.c-hero__watermark {
  bottom: 32px;
  position: absolute;
  right: 0;
  width: 140px;
}
@media (max-width: 750px) {
  .c-hero__watermark {
    bottom: 132px;
    float: right;
    margin-right: 16px;
    width: 88px;
    position: relative;
  }
}
@media (max-width: 750px) {
  .c-hero__watermark--tall {
    bottom: 380px;
  }
}
.page-template-page-club-landing .c-breadcrumbs {
  display: none;
}
.c-levels {
  padding: 80px 0;
}
.c-levels .row > .col.col-12.six {
  width: 50% !important;
}
@media (max-width: 750px) {
  .c-levels .row > .col.col-12.six {
    width: 50%;
  }
}
.c-levels__title {
  color: #fff;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 54px;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 750px) {
  .c-levels__title {
    font-size: 30px;
  }
}
.c-levels__header {
  background-color: #fff;
  box-shadow: 0 0 35px 2px rgba(82, 75, 67, 0.14);
  position: relative;
}
.c-levels__header_title {
  align-items: center;
  display: flex;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
  padding: 40px;
}
@media (max-width: 750px) {
  .c-levels__header_title {
    font-size: 18px;
    padding: 24px;
  }
}
.c-levels__header.is-fixed {
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media (min-width: 750px) {
  .c-levels__header.is-fixed {
    width: 90vw;
  }
}
@media (min-width: 1400px) {
  .c-levels__header.is-fixed {
    width: 75vw;
  }
}
.c-levels__icon {
  background-color: #F8DA3D;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 50%;
  display: block;
  margin-right: 16px;
  height: 56px;
  width: 56px;
}
@media (max-width: 750px) {
  .c-levels__icon {
    background-size: 22px;
    height: 40px;
    width: 40px;
  }
}
.c-levels__icon--transparent {
  background-color: transparent;
  margin-right: 0;
}
.c-levels__icon.fa {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-levels__icon.fa-club {
  background-image: url('../img/icons/club-mini.svg');
}
.c-levels__body {
  background-color: #fff;
  margin: 0 8px;
  padding: 32px;
}
@media (max-width: 750px) {
  .c-levels__body {
    padding: 16px 20px;
  }
}
.c-levels__body_title {
  align-items: center;
  border-bottom: solid 4px #F8DA3D;
  display: flex;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
  margin-bottom: 32px;
  padding: 16px;
}
@media (max-width: 750px) {
  .c-levels__body_title {
    font-size: 18px;
  }
}
.c-levels__body_title_row {
  align-items: center;
  display: flex;
}
.c-levels__call {
  align-items: center;
  color: #2D2924;
  display: inline-flex;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  height: 100%;
  letter-spacing: 0.03px;
  line-height: 26px;
  padding-left: 16px;
}
.c-levels__call > p {
  margin: 0;
}
.c-levels__call_link {
  color: #79252E;
  margin: 0 6px;
}
.c-levels__call_link:hover {
  color: #79252E;
  text-decoration: underline;
}
.c-levels2 {
  padding: 80px 0;
}
.c-levels2 .row > .col.col-12.six {
  width: 50% !important;
}
@media (max-width: 750px) {
  .c-levels2 .row > .col.col-12.six {
    width: 50%;
  }
}
.c-levels2__table {
  position: relative;
}
.c-levels2__title {
  color: #fff;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 54px;
  margin-bottom: 56px;
  text-align: center;
}
.c-levels2__title--grand {
  margin-bottom: 100px;
  max-width: 1000px;
  padding-top: 80px;
}
@media (max-width: 750px) {
  .c-levels2__title {
    font-size: 30px;
  }
}
.c-levels2__title_grand-heading {
  height: 54px;
  width: 100%;
  color: #79252e;
  font-family: Copernicus;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 54px;
}
@media (min-width: 1050px) {
  .c-levels2__title_grand-heading {
    max-width: 408px;
    font-size: 48px;
  }
}
.c-levels2__img {
  position: relative;
  width: 80%;
  height: auto;
  transform: translateX(15%);
  max-width: initial;
  bottom: 0px;
}
@media (min-width: 750px) {
  .c-levels2__img {
    position: absolute;
    width: 95%;
    bottom: 0;
    transform: translateY(58px);
  }
}
.c-levels2__header {
  display: none;
  background-color: #fff;
  box-shadow: 0 0 35px 2px rgba(82, 75, 67, 0.14);
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  z-index: 2;
}
@media (min-width: 750px) {
  .c-levels2__header {
    display: block;
  }
}
.c-levels2__header_title-box {
  text-align: center;
  padding: 40px 40px 40px 0;
}
@media (max-width: 750px) {
  .c-levels2__header_title-box {
    padding: 24px;
  }
}
.c-levels2__header_heading {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
}
@media (max-width: 750px) {
  .c-levels2__header_heading {
    font-size: 18px;
    padding: 24px;
  }
}
.c-levels2__header_heading.show-on-mobile {
  text-align: center;
  padding-bottom: 0;
}
@media (min-width: 750px) {
  .c-levels2__header_heading.show-on-mobile {
    display: none;
  }
}
.c-levels2__header_heading-mobile {
  font-size: 14px;
  padding: 0;
}
@media (min-width: 750px) {
  .c-levels2__header_heading-mobile {
    display: none;
  }
}
.c-levels2__header_text-title.show-on-mobile {
  text-align: center;
  font-size: 14px;
  margin-top: 0;
}
@media (min-width: 750px) {
  .c-levels2__header_text-title.show-on-mobile {
    display: none;
  }
}
.c-levels2__header_text {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-levels2__header_text-mobile {
  font-size: 10px;
  line-height: 4px;
}
@media (min-width: 750px) {
  .c-levels2__header_text-mobile {
    display: none;
  }
}
.c-levels2__header_small-text {
  color: #2d2924;
  font-family: Copernicus;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02px;
  line-height: 28px;
}
.c-levels2__header_small-text.show-on-mobile {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .c-levels2__header_small-text.show-on-mobile {
    display: none;
  }
}
.c-levels2__header_grid {
  height: 100%;
}
.c-levels2__header_small-col:nth-child(odd) {
  background-color: #f7f7f7;
}
.c-levels2__header_small-col-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-levels2__header_text .c-levels2__header.is-fixed {
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media (min-width: 750px) {
  .c-levels2__header_text .c-levels2__header.is-fixed {
    width: 90vw;
  }
}
@media (min-width: 1400px) {
  .c-levels2__header_text .c-levels2__header.is-fixed {
    width: 75vw;
  }
}
.c-levels2__header::after,
.c-levels2__header::before {
  content: "";
  width: 1.5rem;
  height: 100%;
  background-color: white;
  position: absolute;
  z-index: 0;
}
.c-levels2__header::before {
  left: 0;
  transform: translateX(-1.5rem);
}
.c-levels2__header::after {
  right: 0;
  top: 0;
  transform: translateX(1.5rem);
}
.c-levels2__header.is-fixed {
  position: fixed;
  z-index: 2;
}
.c-levels2__header.noFixed {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.c-levels2__icon {
  background-color: #f8da3d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 50%;
  display: block;
  margin-right: 16px;
  height: 56px;
  width: 56px;
}
@media (max-width: 750px) {
  .c-levels2__icon {
    background-size: 22px;
    height: 40px;
    width: 40px;
  }
}
.c-levels2__icon--transparent {
  background-color: transparent;
  margin-right: 0;
}
.c-levels2__icon.fa {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-levels2__icon.fa-club {
  background-image: url("../img/icons/club-mini.svg");
}
.c-levels2__icon.fa-price-tag,
.c-levels2__icon.fa-blog,
.c-levels2__icon.fa-location-pin {
  font-size: 32px;
}
.c-levels2__body {
  background-color: #ffffff;
}
.c-levels2__body--grand {
  border: solid 4px #f8da3d;
}
.c-levels2__row-img {
  padding-top: 113px;
}
.c-levels2__body-row {
  padding-left: 17px;
  padding-right: 17px;
}
@media (min-width: 750px) {
  .c-levels2__body-row {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.c-levels2__body-row-content-header {
  border-bottom: solid 4px #f8da3d;
  width: 100%;
}
.c-levels2__body-title-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 25px;
}
.c-levels2__body-title-heading {
  color: #2d2924;
  font-family: Copernicus;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 15px;
}
@media (min-width: 750px) {
  .c-levels2__body-title-heading {
    font-size: 23px;
    letter-spacing: 0.01px;
    line-height: 32px;
  }
}
@media (min-width: 960px) {
  .c-levels2__body-title-heading {
    font-size: 30px;
    letter-spacing: 0.01px;
    line-height: 42px;
  }
}
.c-levels2__body-title-description {
  width: 100%;
  padding-left: 56px;
}
@media (min-width: 750px) {
  .c-levels2__body-title-description {
    padding-left: 75px;
  }
}
.c-levels2__body-title-description p {
  font-size: 13px;
}
@media (min-width: 750px) {
  .c-levels2__body-title-description p {
    font-size: 16px;
  }
}
.c-levels2__body-grid {
  height: 100%;
  display: flex;
}
.c-levels2__body-club-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-levels2__body-col {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.c-levels2__body-col:nth-child(odd) {
  background-color: #f7f7f7;
}
.c-levels2__body-list {
  display: inline-block;
  list-style: square;
  margin-top: 32px;
  padding-left: 21px;
}
.c-levels2__body-list_price {
  margin-top: 108px;
}
.c-levels2__body-list--last {
  margin-top: 124px;
}
@media (min-width: 750px) {
  .c-levels2__body-list {
    padding-left: 40px;
  }
}
.c-levels2__body-list-item {
  max-width: 460px;
  color: #2d2924;
  font-family: 'Copernicus';
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02px;
  line-height: 28px;
  margin-bottom: 16px;
}
.c-levels2__body-list-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .c-levels2__body-list-item {
    font-size: 16px;
  }
}
.c-levels2__body-option {
  text-align: center;
  margin-bottom: 44px;
  font-size: 6px;
}
.c-levels2__body-option:first-child {
  margin-top: 32px;
}
.c-levels2__body-option--red {
  color: #79252e;
  max-width: 107px;
  font-size: 7px;
  margin: 40px auto;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 750px) {
  .c-levels2__body-option--red {
    font-size: 14px;
  }
}
.c-levels2__body-option--red span {
  display: block;
}
@media (min-width: 750px) {
  .c-levels2__body-option {
    font-size: 16px;
  }
}
.c-levels2__option-grand {
  text-align: center;
  margin-bottom: 44px;
  font-size: 8px;
  font-size: 16px;
}
.c-levels2__option-grand:first-child {
  margin-top: 32px;
}
.c-levels2__content-copy {
  padding-left: 30px;
}
.c-levels2__copy-grand {
  max-width: 490px;
  color: #2d2924;
  font-family: Copernicus;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02px;
  line-height: 28px;
}
.c-levels2__copy-grand--small {
  width: 327px;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.03px;
  line-height: 26px;
}
.c-logos {
  background-color: #fff;
  box-shadow: 0 0 35px 2px rgba(82, 75, 67, 0.14);
  padding: 32px 0;
}
.c-logos__container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .c-logos__container {
    justify-content: center;
  }
}
.c-logos__item {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0 1%;
  text-transform: uppercase;
  width: 18.3%;
}
.c-logos__item:first-child {
  margin-left: 0;
}
.c-logos__item:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .c-logos__item {
    height: 50px;
    width: 45%;
  }
  .c-logos__item:first-child {
    width: 60%;
  }
}
@media (min-width: 750px) {
  .page-template-page-pillar {
    overflow-x: unset;
  }
}
.c-pillar {
  box-sizing: border-box;
  padding: 32px 0;
  width: 100%;
}
@media (max-width: 750px) {
  .c-pillar {
    padding: 24px 0;
  }
}
.c-pillar__quote {
  box-sizing: border-box;
  color: #2D2924;
  font-family: 'Copernicus';
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  width: 100%;
}
.c-pillar__quote::after {
  background-color: #F8DA3D;
  bottom: 10px;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  width: 70%;
  z-index: -1;
}
.c-pillar__quote_author {
  color: #2D2924;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 8px 0 0 0;
}
.c-pillar__quote_title {
  color: #2D2924;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0;
}
.c-pillar__image {
  box-sizing: border-box;
  width: 100%;
}
.c-pillar__image_img {
  width: 100%;
}
.c-pillar__image_caption {
  color: #2D2924;
  display: block;
  font-family: "HCo Gotham";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 12px;
  margin-top: 12px;
}
.c-pillar__product {
  box-shadow: 0 0 35px 2px rgba(82, 75, 67, 0.14);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px;
  width: 100%;
}
@media (max-width: 750px) {
  .c-pillar__product {
    flex-direction: column;
  }
}
.c-pillar__product_img {
  margin-right: 5%;
  min-height: 248px;
  width: 20%;
}
@media (max-width: 750px) {
  .c-pillar__product_img {
    width: 100%;
  }
}
.c-pillar__product_content {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 75%;
}
@media (max-width: 750px) {
  .c-pillar__product_content {
    width: 100%;
  }
  .c-pillar__product_content > div {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .c-pillar__product_content > div .c-product-card__title {
    text-align: center;
  }
}
.c-pillar__product_award {
  align-items: center;
  display: inline-flex;
  font-family: "HCo Gotham";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 34px;
  left: 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
}
.c-pillar__product_award::after {
  background-color: #F8DA3D;
  bottom: 8px;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.c-pillar__stat {
  align-items: flex-start;
  box-shadow: 0 0 35px 2px rgba(82, 75, 67, 0.14);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  width: 100%;
}
@media (max-width: 750px) {
  .c-pillar__stat {
    align-items: center;
    text-align: center;
  }
}
.c-pillar__stat_icon {
  align-items: center;
  background-color: #F8DA3D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 56px;
  width: 56px;
}
.c-pillar__stat_icon > img {
  max-height: 32px;
  max-width: 32px;
}
.c-pillar__stat_title {
  color: #2D2924;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03px;
  line-height: 32px;
  margin: 16px 0;
}
.c-pillar__stat_txt {
  color: #2D2924;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02px;
  line-height: 28px;
}
.c-process {
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 750px) {
  .c-process {
    padding: 40px 0;
  }
}
.c-process__title {
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 54px;
  text-align: center;
  padding: 0 16px;
}
@media (max-width: 750px) {
  .c-process__title {
    font-size: 30px;
  }
}
.c-process__txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02px;
  line-height: 28px;
  margin-bottom: 32px;
  text-align: center;
  padding: 0 16px;
}
.c-process__card {
  padding: 0 30px;
}
@media (max-width: 750px) {
  .c-process__card {
    padding: 0 30px 32px 30px;
  }
}
.c-process__card_img-container {
  position: relative;
}
.c-process__card_img {
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
}
.c-process__card_icon {
  align-items: center;
  background-color: #F8DA3D;
  border-radius: 50%;
  bottom: -28px;
  display: flex;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-28px);
  width: 56px;
}
.c-process__card_icon img {
  height: auto;
  max-height: 32px;
  max-width: 32px;
  width: 100%;
}
.c-process__card_title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03px;
  line-height: 32px;
  margin: 40px 0 15px 0;
  text-align: center;
}
.c-process__card_txt p,
.c-process__card_txt a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02px;
  line-height: 28px;
  text-align: center;
}
.c-process__buttons {
  margin-top: 32px;
  text-align: center;
}
.c-product {
  color: #2D2924;
}
.c-product__header .c-breadcrumbs {
  position: relative;
}
@media (max-width: 750px) {
  .c-product__header {
    padding: 0 20px;
  }
}
.c-product__desc {
  padding-left: 0 50px 0 32px;
}
@media (max-width: 750px) {
  .c-product__desc {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.c-product__desc_title {
  font-family: 'Copernicus';
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.03px;
  line-height: 44px;
}
.c-product__desc_pos {
  display: block;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 24px;
  margin: 10px 0;
}
.c-product__desc_award {
  position: relative;
}
.c-product__only-club {
  display: flex;
  flex-direction: row;
}
.c-product__options {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.c-product__options_item {
  flex-grow: 1;
  margin-right: 32px;
  min-width: 30%;
}
.c-product__options_item:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .c-product__options_item {
    margin-right: 16px;
  }
}
.c-product__options_label {
  display: inline-block;
  margin-bottom: 5px;
}
.c-product__price {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Copernicus';
  margin: 24px 0;
  width: 100%;
}
.c-product__price_regular {
  color: #000;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  line-height: 34px;
  margin-right: 16px;
}
@media (max-width: 750px) {
  .c-product__price_regular {
    display: block;
    width: 100%;
  }
}
.c-product__price_club {
  align-items: center;
  color: #79252E;
  display: flex;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.03px;
  line-height: 26px;
  margin-right: 16px;
}
.c-product__price_link {
  color: #79252E;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.03px;
  line-height: 26px;
  margin: 0 8px;
}
.c-product__copy {
  color: #2D2924;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 20px;
}
.c-product__gallery {
  height: 100%;
  position: relative;
}
@media (max-width: 750px) {
  .c-product__gallery {
    height: unset;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 32px;
  }
}
.c-product__gallery_icons {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 0;
  width: 68px;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (max-width: 750px) {
  .c-product__gallery_icons {
    bottom: 0;
    flex-direction: row;
    justify-content: center;
    top: unset;
    width: 100%;
    position: relative;
  }
}
.c-product__gallery_single {
  align-items: center;
  background-color: #EEEEEE;
  border-bottom: solid 5px #EEEEEE;
  cursor: pointer;
  display: flex;
  height: 63px;
  justify-content: center;
  margin-bottom: 16px;
  width: 68px;
}
@media (max-width: 750px) {
  .c-product__gallery_single {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.c-product__gallery_single.is-active {
  border-bottom: solid 5px #F8DA3D;
}
.c-product__gallery_single:hover {
  border-bottom: solid 5px #F8DA3D;
}
.c-product__gallery_thumb {
  height: auto;
  max-height: 50px;
  max-width: 50px;
}
.c-product__gallery_main {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 500px;
  justify-content: center;
  margin: 0 70px;
  position: relative;
}
.c-product__gallery_main > img {
  max-height: 500px;
  cursor: crosshair;
}
.c-product__gallery_main .zoom-target {
  pointer-events: none;
}
@media (max-width: 750px) {
  .c-product__gallery_main {
    margin: 32px;
  }
}
.c-product__gallery_modal {
  display: none;
}
.c-product__about {
  padding: 80px 0;
}
@media (max-width: 750px) {
  .c-product__about {
    padding: 40px 20px;
  }
}
.c-product__spec_title {
  font-family: "HCo Gotham";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 34px;
  margin: 0;
  text-transform: uppercase;
}
.c-product__spec_flav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-product__spec_item {
  box-sizing: border-box;
  text-align: center;
  width: 30%;
}
.c-product__spec_item:nth-child(1n + 3) {
  margin-right: 0;
}
.c-product__spec_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 92px;
  margin: 0 auto;
  overflow: hidden;
  width: 92px;
}
.c-product__spec_copy {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.01px;
  line-height: 20px;
  margin: 8px 0 16px 0;
}
.c-product__spec_txt {
  display: block;
  font-family: 'Copernicus';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 22px;
  margin-bottom: 20px;
}
.c-product__spec_link {
  color: #79252E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 22px;
  margin-bottom: 8px;
}
.c-product__spec_link .fa {
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
}
.c-product__apellation {
  padding: 80px 0;
}
@media (max-width: 750px) {
  .c-product__apellation {
    padding: 40px 20px;
  }
}
.c-product__apellation_img {
  align-content: center;
  display: flex;
  justify-content: center;
  padding-right: 64px;
}
@media (max-width: 750px) {
  .c-product__apellation_img {
    margin-bottom: 32px;
    padding-right: 0;
  }
}
.c-product__apellation_pre {
  font-family: 'Copernicus';
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 26px;
}
.c-product__apellation_title {
  display: block;
  font-family: 'Copernicus';
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
  margin-bottom: 16px;
}
.c-product__swirl {
  box-shadow: 0 0 35px 2px rgba(82, 75, 67, 0.14);
  padding: 40px 0 0 0;
  position: relative;
}
.c-product__swirl .virtual-swirl {
  height: 100%;
}
@media (max-width: 750px) {
  .c-product__swirl {
    padding: 40px 20px;
  }
  .c-product__swirl .pre-load {
    top: 0;
  }
}
.c-product__video {
  padding: 0 0 80px 0;
}
@media (max-width: 750px) {
  .c-product__video {
    padding: 0 0 40px 0;
  }
}
.c-product__video_wrapper {
  padding-bottom: 56.6%;
  position: relative;
  width: 100%;
}
.c-product__video_iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-product__awards {
  padding: 80px 0;
}
@media (max-width: 750px) {
  .c-product__awards {
    padding: 40px 20px;
  }
}
.c-product__awards_title {
  align-items: center;
  border-bottom: solid 4px #F8DA3D;
  display: flex;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 24px;
  margin-right: 133px;
  padding: 16px 0;
}
@media (max-width: 750px) {
  .c-product__awards_title {
    margin-right: 0;
  }
}
.c-product__awards_icon {
  align-items: center;
  background-color: #F8DA3D;
  border-radius: 50%;
  display: flex;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  margin-right: 16px;
  position: relative;
  width: 56px;
}
.c-product__awards_icon img {
  height: auto;
  max-height: 32px;
  max-width: 32px;
  width: 100%;
}
.c-product .c-process__txt {
  margin: auto;
  max-width: 600px;
}
.c-product__intro {
  max-width: 560px;
  margin: auto;
  text-align: center;
  padding: 0 16px;
}
.c-product__intro h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  font-style: italic;
}
.c-product__intro p {
  margin-bottom: 32px;
}
.c-product__video-container {
  padding: 100px 0;
}
@media (max-width: 750px) {
  .c-product__video-container {
    padding: 50px 0;
  }
}
.c-products .c-breadcrumbs {
  position: relative;
}
.c-products__filter {
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
}
.c-products__filter_title {
  color: #2D2924;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03px;
  line-height: 32px;
}
.c-products__filter_title.clickable {
  padding-left: 25px;
  position: relative;
}
.c-products__filter_title.clickable::before {
  background-color: #2D2924;
  border-radius: 4px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 20px;
}
.c-products__filter_title.clickable::after {
  background-color: #2D2924;
  border-radius: 4px;
  content: '';
  height: 20px;
  left: 8px;
  position: absolute;
  top: 25%;
  transition: all 0.4s ease;
  width: 4px;
}
.c-products__filter_title.clickable--open::after {
  transform: rotateZ(270deg);
}
.c-products__filter .searchandfilter > ul > li > h4 {
  color: #2D2924;
  font-family: "HCo Gotham";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 34px;
  padding: 0 0 0 25px;
  position: relative;
  text-transform: uppercase;
}
.c-products__filter .searchandfilter > ul > li > h4::before {
  background-color: #2D2924;
  border-radius: 4px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 42%;
  width: 15px;
}
.c-products__filter .searchandfilter > ul > li .sf-input-checkbox {
  padding-left: 0;
  position: relative;
}
.c-products__filter .searchandfilter > ul > li .sf-input-checkbox::before {
  align-items: center;
  background-color: #eee;
  content: '';
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}
.c-products__filter .searchandfilter > ul > li .sf-input-checkbox:checked::before {
  content: '\2713';
}
.c-products__filter .searchandfilter > ul > li .sf-label-checkbox {
  color: #2D2924;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 28px;
  vertical-align: middle;
}
.c-product-card {
  background-color: #fff;
  box-sizing: border-box;
  color: #2d2924;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
@media (min-width: 1400px) {
  .c-product-card {
    padding: 40px;
  }
}
.c-product-card__title {
  font-family: 'Copernicus';
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03px;
  line-height: 32px;
}
.c-product-card__title--club-level {
  text-align: center;
  margin-bottom: 30px;
}
.c-product-card__desc {
  font-family: "HCo Gotham";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 22px;
}
.c-product-card__img {
  flex-grow: 1;
  padding-top: 40px;
  position: relative;
}
.c-product-card__img img {
  display: block;
  margin: 0 auto;
}
.c-product-card__award {
  align-items: center;
  display: flex;
  font-family: "HCo Gotham";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 34px;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
}
.c-product-card__award::after {
  background-color: #f8da3d;
  bottom: 8px;
  content: "";
  left: 0px;
  height: 8px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.c-product-card__award--rel {
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  vertical-align: bottom;
}
.c-product-card__award--rel:last-child {
  margin-right: 0;
}
.c-product-card__award_star {
  background-color: #2d2924;
  background-image: url("../img/icons/star.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}
.c-product-card__profile {
  font-family: 'Copernicus';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02px;
  line-height: 28px;
  margin-bottom: 16px;
  text-align: center;
}
.c-product-card__profile--club-level {
  max-width: 343px;
  color: #2D2924;
  font-weight: 500;
}
.c-product-card__price {
  display: flex;
  margin-bottom: 12px;
}
.c-product-card__price_regular {
  color: #000;
  font-family: 'Copernicus';
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.03px;
  line-height: 26px;
  margin-right: 10px;
}
.c-product-card__price_club {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.03px;
  line-height: 26px;
  color: #79252e;
}
.c-product-card__price_club:hover {
  color: #79252e;
}
.c-product-card__price_club--purple {
  color: #79252e;
}
.c-product-card__price-wrapper {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 8px;
  margin-top: 4px;
}
.c-product-card__club-icon {
  background-image: url("../img/icons/club-mini.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.c-product-card__club-icon--purple {
  background-image: url("../img/icons/club-mini-purple.svg");
}
.c-product-card__options {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  margin-bottom: 12px;
}
.c-product-card__options label {
  margin-right: 16px;
  padding: 0;
}
.c-product-card__options select {
  -webkit-appearance: none;
  border-radius: 0;
  flex-grow: 1;
  margin-right: 16px;
  padding-right: 24px;
}
.c-product-card__options select:last-child {
  margin-right: 0;
}
.c-product-card--flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-product-card__article {
  align-items: center;
  color: #2d2924;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
.c-product-card__article:last-child {
  margin-bottom: 0;
}
.c-product-card__article_icon {
  background-color: #f8da3d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 50%;
  display: block;
  height: 56px;
  margin-bottom: 16px;
  width: 56px;
}
.c-product-card__article_title {
  cursor: pointer;
  font-family: 'Copernicus';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02px;
  line-height: 28px;
  text-align: center;
}
.c-product-card__article_txt {
  font-family: "HCo Gotham";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 22px;
  text-align: center;
}
.c-product-card--club-level {
  max-height: 505px;
}
@media (min-width: 1400px) {
  .c-product-card--club-level {
    padding: 40px;
  }
}
.c-product-card__only-club > .c-button {
  width: 100%;
  padding: 12px 0;
}
.c-product-card__only-club > .c-button--outline {
  max-width: 329px;
}
@media (min-width: 1050px) {
  .c-product-card__only-club {
    justify-content: space-between;
    display: flex;
  }
  .c-product-card__only-club > .c-button {
    width: 50%;
    padding: 12px 0;
  }
}
.c-quiz {
  background-color: #fff;
  padding: 0 16px 80px 16px;
}
.c-quiz__header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px;
}
@media (max-width: 750px) {
  .c-quiz__header {
    flex-direction: column;
    justify-content: center;
  }
}
.c-quiz__header_logo {
  width: 252px;
}
.c-quiz__index {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.c-quiz__index_item {
  position: relative;
}
@media (max-width: 750px) {
  .c-quiz__index_item {
    width: 22%;
  }
}
.c-quiz__index_item::after {
  background-color: #2D2924;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 33%;
  width: 100%;
  z-index: -1;
}
.c-quiz__index_item:last-child a {
  margin-right: 0;
}
.c-quiz__index_item:last-child span {
  margin-right: 0;
}
.c-quiz__index_item:last-child::after {
  display: none;
}
.c-quiz__index_link {
  align-items: center;
  background-color: #fff;
  border: 3px solid #2D2924;
  border-radius: 50%;
  color: #2D2924;
  display: inline-flex;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  line-height: 34px;
  margin-right: 114px;
  width: 56px;
}
@media (max-width: 750px) {
  .c-quiz__index_link {
    height: 44px;
    margin-right: 24px;
    width: 44px;
  }
}
.c-quiz__index_link:hover {
  border-color: #F8DA3D;
  background-color: #F8DA3D;
  color: #2D2924;
}
.c-quiz__index_link.is-active {
  border-color: #F8DA3D;
  background-color: #F8DA3D;
}
.c-quiz__index_link.is-checked {
  background-image: url('../img/icons/check.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  color: transparent;
}
.c-quiz__index_label {
  display: block;
  color: #2D2924;
  font-family: "HCo Gotham";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  margin-right: 114px;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
}
.c-quiz__steps {
  margin: auto;
  max-width: 800px;
  padding: 64px 0;
}
@media (max-width: 750px) {
  .c-quiz__steps {
    padding: 0;
  }
}
.c-quiz__step {
  display: none;
}
.c-quiz__step.is-active {
  display: block;
}
.c-quiz__step_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-quiz__step_container input[type=radio] {
  display: block;
  position: absolute;
}
.c-quiz__step_container input[type=radio]:focus + label {
  box-shadow: 0 0 3px #f8da3d;
}
.c-quiz__step input[type=checkbox] {
  display: none;
}
.c-quiz__step input[type=checkbox]:checked + label {
  background-color: #F8DA3D;
  border-color: #F8DA3D;
}
.c-quiz__step input[type=checkbox].disabled + label {
  pointer-events: none;
  opacity: 0.7;
}
.c-quiz__step_check {
  border: #2D2924 4px solid;
  color: #2D2924;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03px;
  line-height: 24px;
  margin-bottom: 30px;
  margin-right: 5%;
  padding: 12px 24px;
  text-align: center;
  width: 23%;
}
.c-quiz__step_check:nth-child(6n + 6) {
  margin-right: 0;
}
@media (max-width: 750px) {
  .c-quiz__step_check {
    margin-right: 0;
    width: 100%;
  }
}
.c-quiz__step_radio {
  align-items: center;
  color: #2D2924;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03px;
  justify-content: center;
  line-height: 32px;
  padding: 0;
}
.c-quiz__step_img {
  height: 80px;
  margin-bottom: 32px;
  width: auto;
}
.c-quiz__step_bar {
  background-color: #EEEEEE;
  border-radius: 7px;
  justify-content: space-between;
  height: 12px;
  margin: 44px 0;
  position: relative;
  width: 100%;
}
.c-quiz__step_bar_dot {
  background-color: #2D2924;
  border-radius: 50%;
  height: 36px;
  position: absolute;
  top: -10px !important;
  width: 36px;
}
.c-quiz__buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 28px;
}
.c-quiz__buttons_submit {
  display: none;
}
.c-quiz__buttons_skip {
  color: #79252E;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03px;
  line-height: 24px;
  text-align: center;
}
.c-quiz__buttons_next {
  opacity: 0.5;
  pointer-events: none;
}
.c-quiz__buttons_next.is-active {
  opacity: 1;
  pointer-events: all;
}
.c-recipes {
  color: #2D2924;
  background-color: #fff;
  padding: 80px 0;
}
.c-recipes__bg-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-recipes__bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(5px);
  height: 110%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-5%, -5%);
  width: 110%;
}
.c-recipes__title {
  font-family: 'Copernicus';
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
  margin-bottom: 32px;
}
.c-recipes__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 32px auto 32px auto;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template: 'tip recipe1' 'tip recipe2' 'tip recipe3' / 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 750px) {
  .c-recipes__grid {
    -ms-grid-rows: auto 32px auto 32px auto 32px auto;
    -ms-grid-columns: 1fr;
    grid-template: 'tip' 'recipe1' 'recipe2' 'recipe3' / 1fr;
    grid-gap: 32px;
  }
}
.c-recipes__tip {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: tip;
  min-height: 500px;
  position: relative;
}
@media (max-width: 750px) {
  .c-recipes__tip {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: tip;
  }
}
.c-recipes__tip_content {
  bottom: 0;
  color: #FFFFFF;
  font-family: 'Copernicus';
  left: 0;
  padding: 40px;
  position: absolute;
}
.c-recipes__tip_title {
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 16px;
}
.c-recipes__tip_txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02px;
  line-height: 28px;
  margin-bottom: 16px;
}
.c-recipes__single {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .c-recipes__single {
    flex-direction: column;
    padding: 0 16px;
  }
}
.c-recipes__single--one {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: recipe1;
}
@media (max-width: 750px) {
  .c-recipes__single--one {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: recipe1;
  }
}
.c-recipes__single--two {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: recipe2;
}
@media (max-width: 750px) {
  .c-recipes__single--two {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: recipe2;
  }
}
.c-recipes__single--three {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: recipe3;
}
@media (max-width: 750px) {
  .c-recipes__single--three {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: recipe3;
  }
}
.c-recipes__single_img {
  margin-right: 32px;
  width: 28%;
}
@media (max-width: 750px) {
  .c-recipes__single_img {
    margin-bottom: 16px;
    margin-right: 0;
    padding-bottom: 50%;
    width: 100%;
  }
}
.c-recipes__single_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
@media (max-width: 750px) {
  .c-recipes__single_content {
    width: 100%;
  }
}
.c-recipes__single_title {
  font-family: 'Copernicus';
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03px;
  line-height: 32px;
  margin-bottom: 16px;
}
.c-recipes__single_link {
  color: #79252E;
  font-family: 'Copernicus';
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 26px;
}
.c-recipes__single_link .fa {
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-left: 5px;
}
.c-results {
  padding-bottom: 100px;
}
.c-results__wrapper {
  background-color: #fff;
  border: 5px solid #F8DA3D;
  display: grid;
  padding: 110px 100px;
  -ms-grid-rows: 60% 40%;
  grid-template-rows: 60% 40%;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
}
@media (max-width: 750px) {
  .c-results__wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
}
.c-results__img {
  height: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  margin: 16px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 750px) {
  .c-results__img {
    margin: 0;
    order: 1;
    width: 100%;
  }
}
.c-results__img_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.c-results__img_tag {
  align-items: center;
  background-color: #F8DA3D;
  border-radius: 50%;
  color: #2D2924;
  display: flex;
  flex-direction: column;
  height: 124px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 124px;
}
.c-results__img_copy {
  font-family: "HCo Gotham";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.c-results__img_price {
  display: flex;
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
  line-height: 42px;
}
.c-results__img_sign {
  font-size: 22px;
  line-height: 1;
  vertical-align: super;
}
.c-results__quote {
  color: #2D2924;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.01px;
  line-height: 28px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
  overflow: hidden;
  padding-top: 54px;
  position: relative;
}
@media (max-width: 750px) {
  .c-results__quote {
    width: 100%;
    order: 3;
    padding-top: 32px;
  }
}
.c-results__quote_icon {
  background-color: #EEEEEE;
  background-image: url('../img/icons/blockquote.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  display: block;
  height: 56px;
  margin: 0 auto 16px auto;
  width: 56px;
}
.c-results__quote_sign {
  color: #79252E;
  display: block;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 24px;
  margin-top: 12px;
}
.c-results__form {
  height: 100%;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  overflow: hidden;
  padding-left: 86px;
}
@media (max-width: 750px) {
  .c-results__form {
    width: 100%;
    order: 2;
    padding-left: 0;
    padding-top: 32px;
  }
}
.c-results__form_pre {
  color: #2D2924;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 26px;
  margin-bottom: 16px;
}
.c-results__form label {
  display: block;
  color: #2D2924;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 28px;
  margin-bottom: 8px;
  margin-top: 16px;
  text-align: left;
}
.c-results__form select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
}
.c-results__back {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03px;
  line-height: 24px;
  padding: 32px 0;
}
.c-results__copy {
  color: #2D2924;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 20px;
  margin: 24px 0;
}
.c-results__help {
  color: #2D2924;
  font-family: "HCo Gotham";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 12px;
}
.c-results__help_link {
  color: #2D2924;
  font-family: "HCo Gotham";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 12px;
  margin-left: 16px;
}
.c-social-gallery {
  background-color: #FCFCFC;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 750px) {
  .c-social-gallery {
    padding: 40px 0;
  }
}
.c-social-gallery__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .c-social-gallery__container {
    display: inherit;
  }
}
.c-social-gallery__title {
  color: #2D2924;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
  text-align: center;
}
.c-social-gallery__intro {
  text-align: center;
  max-width: 780px;
  margin: auto;
  margin-bottom: 56px;
}
.c-social-gallery__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 1% 24px 0;
  height: 260px;
  overflow: hidden;
  position: relative;
  width: 24%;
}
.c-social-gallery__img:last-child {
  margin-right: 0;
}
.c-social-gallery__img:hover .c-social-gallery__user {
  bottom: 16px;
}
@media (max-width: 750px) {
  .c-social-gallery__img {
    width: 100%;
  }
}
.c-social-gallery__user {
  background-color: #181613;
  border-radius: 4px;
  bottom: -20%;
  color: #FFFFFF;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  opacity: 0.85;
  position: absolute;
  padding: 8px;
  right: 16px;
  text-transform: uppercase;
  transition: bottom 0.2s ease;
}
.c-social-gallery .slick-arrow {
  appearance: none;
  background-color: transparent;
  border: none;
  bottom: -40px;
  height: 25px;
  position: absolute;
  width: 25px;
  z-index: 2;
}
.c-social-gallery .slick-prev {
  background-image: url('../img/icons/left-carat.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: unset;
  left: 10px;
}
.c-social-gallery .slick-next {
  background-image: url('../img/icons/right-carat.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: unset;
  right: 10px;
}
.c-social-gallery .slick-dots {
  align-items: center;
  bottom: -35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  position: absolute;
  width: 100%;
}
.c-social-gallery .slick-dots li {
  background-color: #2D2924;
  border-radius: 50%;
  display: block;
  height: 8px;
  margin: 0 4px;
  opacity: 0.5;
  width: 8px;
}
.c-social-gallery .slick-dots li:hover {
  opacity: 1;
}
.c-social-gallery .slick-dots li.slick-active {
  opacity: 1;
}
.c-social-gallery .slick-dots li button {
  display: none;
}
.c-split__img {
  padding: 32px;
}
.c-split__img.row,
.c-split__img.col {
  vertical-align: middle;
}
.c-split__wysiwyg h3 {
  font-size: 18px;
  font-style: italic;
  line-height: 26px;
}
.c-split__wysiwyg h2 {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  line-height: 42px;
}
.c-split__copy {
  font-size: 10px;
  line-height: 20px;
}
.c-split__copy p {
  font-size: 10px;
  line-height: 20px;
}
.c-standards {
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 750px) {
  .c-standards {
    padding: 32px 0;
  }
}
.c-standards__title {
  color: #322F28;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  line-height: 54px;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 750px) {
  .c-standards__title {
    font-size: 30px;
    line-height: 42px;
  }
}
.c-standards__desc {
  margin: auto;
  max-width: 800px;
  padding: 0 20px;
  text-align: center;
}
.c-standards__cat {
  padding: 0 20px;
}
.c-standards__cat_title {
  align-items: center;
  border-bottom: solid 4px #ffdA3D;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 16px;
}
.c-standards__cat_icon {
  align-items: center;
  background-color: #ffdA3D;
  border-radius: 50%;
  height: 56px;
  justify-content: center;
  margin-right: 16px;
  min-width: 56px;
  width: 56px;
}
.c-standards__cat_icon.fa {
  display: flex;
  font-size: 36px;
}
.c-standards__cat_txt {
  color: #322F28;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}
.c-standards__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 32px 0;
}
.c-standards__card {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 25%;
}
@media (max-width: 1050px) {
  .c-standards__card {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .c-standards__card {
    width: 100%;
  }
}
.c-standards__card_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 200px;
  width: 200px;
}
.c-standards__card_title {
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  margin: 16px 0;
  padding: 0 16px;
  text-align: center;
}
.c-standards__card_desc {
  padding: 0 16px;
  text-align: center;
}
.c-standards__card_desc a {
  color: #84384D;
}
.c-sidenav {
  background-color: #fff;
  box-shadow: 0 0 35px 2px rgba(82, 75, 67, 0.14);
  bottom: 0;
  display: flex;
  flex-flow: row wrap;
  left: 0;
  max-height: calc(90vh - 130px);
  overflow-y: auto;
  position: fixed;
  right: 0;
  z-index: 4;
}
@media (min-width: 750px) {
  .c-sidenav {
    background-color: transparent;
    box-shadow: none;
    max-height: none;
    overflow: visible;
    position: sticky;
    top: 120px;
  }
}
.c-sidenav__menu {
  flex: 1 1 56%;
  padding: 16px 40px 16px 16px;
}
@media (min-width: 750px) {
  .c-sidenav__menu {
    padding: 0;
  }
}
.c-sidenav__btn {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  height: 40px;
  margin: 16px 0 16px 40px;
  position: sticky;
  top: 0;
  width: 40px;
  z-index: 9;
}
@media (min-width: 750px) {
  .c-sidenav__btn {
    display: none;
  }
}
.c-sidenav__btn::after {
  box-sizing: border-box;
  content: '\f017';
  font: normal normal normal 22px/1 'Scv';
  pointer-events: none;
  position: absolute;
  left: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.is-active .c-sidenav__btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-sidenav__item {
  color: #2d2924;
  font: bold 14px/2.43 "HCo Gotham";
  height: 0;
  letter-spacing: 1.5px;
  position: absolute;
  text-transform: uppercase;
  visibility: hidden;
  z-index: -9999;
  transition: none;
}
@media (min-width: 750px) {
  .c-sidenav__item {
    position: static;
    visibility: visible;
    height: auto;
  }
}
.is-active .c-sidenav__item {
  height: auto;
  position: relative;
  visibility: visible;
  z-index: 9;
}
.c-sidenav__item.is-active {
  position: relative;
  visibility: visible;
  z-index: 9;
}
.c-sidenav__item.is-active::before {
  background-color: #ffdA3D;
  bottom: -4px;
  content: '';
  height: 8px;
  left: -8px;
  position: absolute;
  right: -8px;
  z-index: -1;
}
.c-sidenav__body {
  color: #2d2924;
  font: 500 14px/1.57 'Copernicus';
  margin-top: 8px;
}
.c-sidenav__item-summ {
  display: none;
}
.is-active .c-sidenav__item-summ {
  display: block;
}
@media (min-width: 750px) {
  .c-sidenav__item-summ {
    display: block;
    margin-bottom: 16px;
  }
}
.c-sidenav__cta {
  display: none;
}
@media (min-width: 750px) {
  .c-sidenav__cta {
    background-color: #fff;
    box-shadow: 0 0 35px 2px rgba(82, 75, 67, 0.14);
    display: flex;
    margin-top: 30px;
  }
}
.is-active .c-sidenav__cta {
  display: flex;
  flex: 1 1 100%;
}
@media (min-width: 750px) {
  .c-sidenav__cta--product {
    padding: 20px 17px 20px 0;
  }
}
.is-active .c-sidenav__cta--product {
  padding: 24px 20px 24px 0;
}
@media (min-width: 750px) {
  .c-sidenav__cta--download {
    padding: 20px 18px;
  }
}
.is-active .c-sidenav__cta--download {
  padding: 24px 20px;
}
.c-sidenav__cta--download img {
  margin-top: -35px;
}
.c-sidenav__cta-btn {
  margin-top: 20px;
  text-align: center;
}
.c-text-block {
  padding: 80px 0;
}
@media (max-width: 750px) {
  .c-text-block--colrev {
    flex-direction: column-reverse;
  }
}
.c-text-block__video-wrapper {
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
  width: 100%;
}
.c-text-block__video-wrapper iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-text-block__video-wrapper_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.c-text-block__img {
  height: auto;
  width: 100%;
}
@media (max-width: 750px) {
  .c-text-block {
    padding: 40px 20px;
  }
}
@media (max-width: 750px) {
  .c-text-block__copy {
    margin-top: 20px;
  }
}
.c-text-block__table-wrapper {
  padding: 32px;
  background-color: #fff;
}
@media (max-width: 750px) {
  .c-text-block__table-wrapper {
    padding: 0;
  }
}
.c-text-block__table_title {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  font-style: italic;
  padding: 16px 0;
  border-bottom: solid 4px #f8da3d;
}
.c-text-block__table_icon {
  width: 56px;
  height: 56px;
  background-color: #f8da3d;
  border-radius: 50%;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  margin-right: 16px;
}
.c-text-block__table_row {
  display: flex;
}
.c-text-block__table_row:last-of-type .c-text-block__table_col--border {
  border-bottom: solid 2px #eeeeee;
}
.c-text-block__table_row:nth-of-type(2n + 3) .c-text-block__table_col--border {
  background-color: #f6f6f6;
}
.c-text-block__table_col {
  width: 25%;
  padding: 12px;
  font-family: 'Copernicus';
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .c-text-block__table_col {
    padding: 5px;
  }
}
.c-text-block__table_col--head {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}
.c-text-block__table_col--border {
  border-top: solid 2px #eeeeee;
}
.c-text-block__table_col--border:nth-of-type(2) {
  border-left: solid 2px #eeeeee;
}
.c-text-block__table_col--border:last-child {
  border-right: solid 2px #eeeeee;
}
.single-tour_tasting {
  background-color: #fff;
}
.c-toursandtastings {
  padding: 40px 0;
  background-color: #fff;
}
.c-toursandtastings .content {
  min-height: auto;
}
@media (min-width: 750px) {
  .c-toursandtastings {
    padding: 80px 0;
  }
}
.c-toursandtastings__gradient {
  background: linear-gradient(90deg, #fcfcfc 0%, #fcfcfc 50%, #f6f6f6 50%);
}
@media (max-width: 750px) {
  .c-toursandtastings__gradient {
    background: linear-gradient(180deg, #fcfcfc 0%, #fcfcfc 50%, #f6f6f6 50%);
  }
}
.c-toursandtastings__cards {
  justify-content: flex-start;
  padding-top: 60px;
}
@media (min-width: 750px) {
  .c-toursandtastings__cards {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.c-toursandtastings__col {
  padding: 40px;
  display: flex !important;
  flex-direction: column;
}
@media (max-width: 750px) {
  .c-toursandtastings__col {
    padding: 0;
  }
}
.c-toursandtastings__card {
  background-color: #fff;
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column;
  margin-bottom: 32px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 750px) {
  .c-toursandtastings__card {
    margin-bottom: 0;
  }
}
.c-toursandtastings__flex {
  min-height: 180px;
}
@media (max-width: 750px) {
  .c-toursandtastings__flex {
    padding: 0 16px;
  }
}
.c-toursandtastings__card-top {
  align-items: flex-end;
  display: flex;
  height: 210px;
}
.c-toursandtastings__card-btm {
  padding: 24px;
  flex: 1;
}
@media (min-width: 750px) {
  .c-toursandtastings__card-btm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
}
.c-toursandtastings__card-btm p {
  flex: 1;
}
.c-toursandtastings__card-btm .txt-smallinfo {
  margin-bottom: 8px;
}
.c-toursandtastings__card-btm .learn-more {
  font-size: 16px;
}
.c-toursandtastings__card-btns {
  margin-bottom: 16px;
  margin-top: 24px;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.c-toursandtastings__card-btns .c-button {
  margin-right: 0;
}
@media (max-width: 750px) {
  .c-toursandtastings__card-btns .c-button {
    padding: 0 10px;
  }
}
.c-toursandtastings__card-btns .c-button:first-child {
  margin-right: 10px;
}
.c-toursandtastings__card-btns .c-button--outline {
  padding: 8px 14px;
}
.c-toursandtastings__cat {
  background-color: rgba(24, 22, 19, 0.45);
  border: 4px solid #fff;
  color: #fff;
  font: bold 16px/1.5 "HCo Gotham";
  letter-spacing: 1px;
  margin: 20px;
  padding: 8px 14px;
  text-transform: uppercase;
}
.c-toursandtastings__name {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 12px;
  font-weight: 500;
}
.c-toursandtastings__disclaimer {
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
}
.c-toursandtastings__underline {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.c-toursandtastings__underline::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #f8da3d;
  bottom: 4px;
  left: 0;
  z-index: -1;
}
.c-toursandtastings__heading {
  font-size: 30px;
  line-height: 42px;
  font-style: italic;
  font-weight: bold;
}
.c-toursandtastings__virtual {
  background-color: #fff;
}
.c-toursandtastings__virtual_title {
  border-bottom: solid 4px #f8da3d;
  padding: 18px 40px;
  margin: 0 0 80px 0;
}
@media (max-width: 750px) {
  .c-toursandtastings__virtual_title {
    margin: 0 16px 40px;
    padding: 18px 0;
  }
}
.c-toursandtastings__virtual_title h2 {
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 750px) {
  .c-toursandtastings__virtual_title h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.c-toursandtastings__virtual_img {
  margin: 0 auto;
  width: 80%;
  border-radius: 50%;
  box-sizing: border-box;
  padding-bottom: 80%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.c-toursandtastings__virtual_icon {
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #f8da3d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.c-toursandtastings__virtual_content {
  margin-top: 40px;
  text-align: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 750px) {
  .c-toursandtastings__virtual_content {
    padding: 0 16px;
  }
}
.c-toursandtastings__virtual .c-toursandtastings__card-btns {
  justify-content: center;
}
.c-wysiwyg {
  color: #2d2924;
  font-family: 'Copernicus';
}
.c-wysiwyg h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03px;
  line-height: 36px;
}
.c-wysiwyg h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 26px;
}
.c-wysiwyg ul {
  list-style: none;
  padding: 0 16px;
}
.c-wysiwyg ul li {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02px;
  line-height: 28px;
}
.c-wysiwyg ul li::before {
  color: #79252e;
  content: "\2022";
  display: inline-block;
  font-weight: bold;
  height: 1em;
  width: 1em;
}
.c-wysiwyg--address {
  color: #fff;
}
.c-wysiwyg--address p {
  font-family: "HCo Gotham";
  font-weight: 500;
  margin: 10px 0 0 0;
}
.c-wysiwyg--hero {
  color: #fff;
}
.c-wysiwyg--hero h1 {
  font-size: 62px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 68px;
}
.c-wysiwyg--hero p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03px;
  line-height: 32px;
}
@media (max-width: 750px) {
  .c-wysiwyg--hero h1 {
    font-size: 50px;
  }
}
.c-wysiwyg--levels {
  margin-bottom: 28px;
}
.c-wysiwyg--levels p {
  max-width: 425px;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.03px;
  line-height: 26px;
  margin: 0 auto;
  margin-top: 32px;
  text-align: center;
}
.c-wysiwyg--levels p > a {
  color: #79252e;
}
.c-wysiwyg--levels strong {
  color: #79252e;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  line-height: 34px;
  vertical-align: middle;
}
.c-wysiwyg--levels ul {
  list-style: square;
  padding: 0 32px;
}
.c-wysiwyg--levels ul li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02px;
  line-height: 28px;
  margin-bottom: 10px;
}
.c-wysiwyg--levels ul li::before {
  display: none;
}
.c-wysiwyg--levels ul li:last-child {
  margin-bottom: 0;
}
.c-wysiwyg--levels2 {
  color: #2d2924;
  font-family: Copernicus;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 28px;
}
@media (min-width: 750px) {
  .c-wysiwyg--levels2 {
    font-size: 16px;
  }
}
.c-wysiwyg--quiz {
  margin: 64px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .c-wysiwyg--quiz {
    margin: 34px 0;
  }
}
.c-wysiwyg--quiz h2 {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
  text-align: center;
}
.c-wysiwyg--results {
  color: #2d2924;
}
.c-wysiwyg--results h1 {
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 54px;
}
.c-wysiwyg--results p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02px;
  line-height: 28px;
}
.c-wysiwyg--text-block {
  color: #2d2924;
  padding-right: 32px;
}
@media (max-width: 750px) {
  .c-wysiwyg--text-block {
    padding-right: 0;
  }
}
.c-wysiwyg--text-block h2 {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
}
.c-wysiwyg--text-block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02px;
  line-height: 28px;
}
.c-wysiwyg--text-block p:first-child {
  margin-top: 0;
}
.c-wysiwyg--product {
  font-family: 'Copernicus';
  padding-right: 132px;
}
@media (max-width: 750px) {
  .c-wysiwyg--product {
    padding-right: 0;
  }
}
.c-wysiwyg--product h2 {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 42px;
}
.c-wysiwyg--product h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 26px;
  margin-bottom: 10px;
}
.c-wysiwyg--product p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02px;
  line-height: 28px;
}
.c-wysiwyg--product p > a {
  color: #79252e;
  font-size: inherit;
}
.c-wysiwyg--product p > a::after {
  display: none;
}
.c-wysiwyg--product a {
  color: #79252e;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 26px;
  position: relative;
}
.c-wysiwyg--product a::after {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  right: -16px;
  top: 0;
}
.c-wysiwyg--product a:hover {
  color: #b28b4c;
}
.c-wysiwyg--awards {
  padding-right: 133px;
}
@media (max-width: 750px) {
  .c-wysiwyg--awards {
    padding-right: 0;
  }
}
.c-wysiwyg--awards ul {
  font-family: 'Copernicus';
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.01px;
  line-height: 32px;
  list-style: none;
}
.c-wysiwyg--awards ul li {
  margin-bottom: 16px;
}
.c-wysiwyg--grand_cru {
  font-size: 16px;
}
.c-wysiwyg--grand_cru h2 {
  height: 54px;
  width: 100%;
  font-family: Copernicus;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 54px;
}
@media (min-width: 1050px) {
  .c-wysiwyg--grand_cru h2 {
    max-width: 408px;
    font-size: 48px;
  }
}
.c-wysiwyg--grand_cru p {
  max-width: 490px;
  color: #2d2924;
  font-family: Copernicus;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02px;
  line-height: 28px;
}
.c-wysiwyg--grand_cru {
  font-size: 16px;
}
.c-wysiwyg--grand_cru h2 {
  height: 54px;
  width: 100%;
  font-family: Copernicus;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 54px;
}
@media (min-width: 1050px) {
  .c-wysiwyg--grand_cru h2 {
    max-width: 408px;
    font-size: 48px;
  }
}
.c-wysiwyg--grand_cru p {
  max-width: 490px;
  color: #2d2924;
  font-family: Copernicus;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02px;
  line-height: 28px;
}
.c-cart {
  display: none;
  font-family: 'Copernicus';
}
.c-cart .v65-widgetModalCart-dropdown {
  background-color: #ffffff;
  height: 100vh;
  min-width: 600px;
  padding: 25px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}
@media (max-width: 750px) {
  .c-cart .v65-widgetModalCart-dropdown {
    min-width: 80%;
    width: 80%;
  }
}
.c-cart .v65-widgetModalCart-closeButton {
  text-align: right;
}
.c-cart .v65-widgetModalCart-closeButton a {
  display: inline-block;
  font-family: 'Copernicus';
  font-size: 14px;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}
.c-cart .v65-widgetModalCart-closeButton a::before {
  font: normal normal normal 18px/1 Scv;
  content: '\f03a';
}
.c-cart .v65-widgetModalCart-status > a {
  display: none;
  overflow: hidden;
  padding: 0 1vw;
  width: 55px;
}
.c-cart .v65-widgetModalCart-subTotal {
  display: none;
}
.c-cart .v65-widgetModalCart-itemCount {
  margin-right: 10px;
}
.c-cart .v65-widgetModalCart-itemSummaryHeader {
  color: #2d2924;
  display: flex;
  font-family: "HCo Gotham";
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0;
  text-transform: uppercase;
}
.c-cart .v65-widgetModalCart-itemSummaryHeader div {
  margin-right: 25px;
}
.c-cart .v65-widgetModalCart-itemSummaryHeader div:first-child {
  width: 25px;
}
.c-cart .v65-widgetModalCart-itemSummaryHeader div:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .c-cart .v65-widgetModalCart-itemSummaryHeader div {
    margin-right: 15px;
  }
}
.c-cart .v65-widgetModalCart-itemSummaryHeader .v65-widgetModalCart-itemSummaryDescription {
  flex: 1;
}
.c-cart .v65-widgetModalCart-items {
  align-items: center;
  border-bottom: solid 3px #2d2924;
  border-top: solid 3px #2d2924;
  display: flex;
  flex-direction: row;
  font-family: 'Copernicus';
  margin-bottom: 20px;
  padding: 20px 0;
}
.c-cart .v65-widgetModalCart-items a,
.c-cart .v65-widgetModalCart-items span,
.c-cart .v65-widgetModalCart-items strong,
.c-cart .v65-widgetModalCart-items div {
  font-family: 'Copernicus';
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
.c-cart .v65-widgetModalCart-items div {
  margin-right: 25px;
}
.c-cart .v65-widgetModalCart-items div:first-child {
  width: 25px;
}
.c-cart .v65-widgetModalCart-items div:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .c-cart .v65-widgetModalCart-items div {
    margin-right: 15px;
  }
}
.c-cart .v65-widgetModalCart-items .v65-widgetModalCart-itemSummaryDescription {
  flex: 1;
}
.c-cart .v65-widgetModalCart-itemSummarySubTotal {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 225px;
}
.c-cart .v65-widgetModalCart-itemSummarySubTotal .v65-widgetModalCart-itemSummarySubTotalLabel {
  margin-right: 25px;
}
.c-cart .v65-widgetModalCart-itemSummarySubTotal div {
  color: #79252E;
  font-family: 'Copernicus';
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  line-height: 35px;
}
.c-cart .v65-widgetModalCart-viewCartButton a {
  background-color: #f8da3d;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 12px 48px;
  width: 100%;
}
.c-cart .v65-widgetModalCart-checkOutButton a {
  background-color: transparent;
  border: solid 3px #2d2924;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 12px 48px;
  width: 100%;
}
.c-add-to-cart {
  display: none;
}
.v65-widgetLogin-login {
  display: none;
}
.c-steps {
  background-color: white;
  padding: 80px 0;
}
.c-steps--contest {
  padding: 0 20px 80px 0;
}
.c-steps__title {
  margin: 80px 0 40px 0;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 54px;
  text-align: center;
}
@media (max-width: 750px) {
  .c-steps__title {
    font-size: 32px;
    line-height: 40px;
    margin: 40px 0 20px 0;
  }
}
.c-steps__intro {
  max-width: 768px;
  margin: auto;
}
.c-steps__steps {
  list-style: none;
}
.c-steps__step {
  margin-bottom: 40px;
}
.c-steps__step_title {
  align-items: center;
  border-bottom: solid 4px #F8DA3D;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  padding-bottom: 16px;
}
.c-steps__step_icon {
  align-items: center;
  background-color: #F8DA3D;
  border-radius: 50%;
  display: flex;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  margin-right: 16px;
  width: 56px;
}
.c-steps__step_desc {
  margin: 16px 72px;
}
.c-steps__form {
  border: solid 4px #F8DA3D;
  padding: 0 50px 80px;
}
@media (max-width: 750px) {
  .c-steps__form {
    padding: 32px;
  }
}
.c-steps__form input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: auto;
}
.c-cc__title {
  font-size: 30px;
  line-height: 42px;
  font-style: italic;
  font-weight: bold;
}
.c-cc__img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
@media (max-width: 750px) {
  .c-cc__img-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .c-cc__img-wrapper {
    padding-bottom: 30px;
  }
}
.c-cc__img {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: scale(1.3) translateX(-55%);
}
@media (max-width: 750px) {
  .c-cc__img {
    bottom: 0;
    transform: scale(1) translateX(-50%);
    max-height: 500px;
  }
}
.c-cc__content {
  padding: 64px;
}
@media (max-width: 750px) {
  .c-cc__content {
    padding: 32px;
  }
}
.c-testimonial {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .c-testimonial {
    padding: 40px 16px;
    position: relative;
  }
}
.c-testimonial__heading {
  font-size: 30px;
  line-height: 30px;
  color: #79252E;
  font-weight: bold;
  font-family: "HCo Gotham";
  margin-bottom: 32px;
  text-align: center;
  text-transform: uppercase;
}
.c-testimonial__slide {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .c-testimonial__slide {
    flex-direction: column-reverse;
  }
}
.c-testimonial__left {
  flex: 1;
  padding: 80px;
}
@media (max-width: 750px) {
  .c-testimonial__left {
    padding: 32px;
  }
}
.c-testimonial__right {
  margin-top: 0;
  position: relative;
  padding-bottom: 50%;
  width: 40%;
  height: 0px;
}
@media (max-width: 750px) {
  .c-testimonial__right {
    width: 100%;
    padding-bottom: 120%;
    margin-top: 42px;
  }
}
.c-testimonial__quote {
  display: inline;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  font-family: 'Copernicus';
  line-height: 42px;
  position: relative;
}
@media (max-width: 750px) {
  .c-testimonial__quote {
    font-size: 22px;
    line-height: 32px;
  }
}
.c-testimonial__quote::after {
  content: '';
  background-color: #F8DA3D;
  height: 8px;
  bottom: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.c-testimonial__name,
.c-testimonial__title {
  font-family: "HCo Gotham";
  text-transform: capitalize;
  margin: 0;
  line-height: 24px;
}
.c-testimonial__name {
  font-weight: bold;
}
.c-testimonial__img {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-testimonial__img--landscape {
  top: 0;
  right: 0;
  width: 80%;
  padding-bottom: 60%;
}
.c-testimonial__img--portrait {
  left: 0;
  bottom: 0;
  width: 70%;
  padding-bottom: 80%;
}
.c-testimonial__img--tour {
  top: 0;
  left: 0;
  right: auto;
  position: relative;
  width: 100%;
  padding-bottom: 130%;
}
.c-testimonial__slider .slick-list {
  overflow: hidden;
  padding: 0 !important;
}
.c-testimonial__controls {
  display: flex;
  justify-content: flex-start;
  padding: 0 80px;
  margin-top: 32px;
}
@media (max-width: 750px) {
  .c-testimonial__controls {
    justify-content: center;
  }
}
.c-testimonial__prev,
.c-testimonial__next {
  appearance: none;
  border: none;
  background-color: transparent;
  font-size: 18px !important;
}
.c-testimonial__prev.slick-disabled,
.c-testimonial__next.slick-disabled {
  pointer-events: none;
}
.c-testimonial__counter {
  align-items: center;
  display: flex;
  margin: 0 12px;
  font-size: 14px;
  line-height: 22px;
}
.c-testimonial__current,
.c-testimonial__total {
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  margin: 0 12px;
  text-align: center;
}
.c-testimonial__current {
  position: relative;
}
.c-testimonial__current::after {
  content: '';
  display: block;
  background-color: #F8DA3D;
  height: 4px;
  width: 16px;
  position: absolute;
  bottom: -5px;
  left: -4px;
}
.c-testimonial__watermark {
  position: absolute;
  height: 400px;
  width: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -50px;
  bottom: -50px;
}
@media (max-width: 750px) {
  .c-testimonial__watermark {
    width: 300px;
    height: 300px;
    bottom: auto;
    top: 40%;
  }
}
.c-fwbg__img {
  height: 100%;
  width: 100%;
}
.c-fwbg__video {
  width: 100%;
  height: 100%;
}
.c-fwbg__wrapper {
  position: relative;
}
.c-fwbg__pause {
  appearance: none;
  border: none;
  background-color: #181613;
  opacity: 0.8;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 100px;
  bottom: 32px;
}
.c-fwbg__pause .fa {
  color: #fff;
  font-size: 20px;
}
.c-fwbg__pause .fa.fa-pause {
  font: normal normal normal 14px/1 FontAwesome;
}
@media (max-width: 750px) {
  .c-fwbg__pause {
    right: 16px;
    bottom: 16px;
  }
}
.c-fwbg--padded {
  padding: 100px 0 0 0;
}
@media (max-width: 750px) {
  .c-fwbg--padded {
    padding: 40px 0 80px 0;
  }
}
.c-modal {
  display: none;
  background-color: rgba(24, 22, 19, 0.4);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
}
.c-modal--gallery .c-product__gallery_main {
  margin: 0;
}
.c-modal--gallery .c-modal__wrapper {
  padding: 32px 0;
  width: 100%;
  box-sizing: border-box;
}
.c-modal--gallery .c-modal__close {
  top: 16px;
  right: 16px;
}
.c-modal--gallery .gallery {
  height: 500px;
}
.c-modal.is-open {
  display: block;
}
.c-modal__wrapper {
  padding: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  background-color: #fff;
  border: solid 3px #F8DA3D;
}
@media (max-width: 750px) {
  .c-modal__wrapper {
    width: 80%;
  }
}
.c-modal__container {
  position: relative;
}
.c-modal__close {
  appearance: none;
  background-color: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
  cursor: pointer;
  top: -16px;
  right: -16px;
}
.c-fpromo {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .c-fpromo {
    padding: 50px 0;
  }
}
@media (max-width: 750px) {
  .c-fpromo__flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-fpromo__container {
  border: 5px solid #F8DA3D;
  box-sizing: border-box;
}
.c-fpromo__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
}
.c-fpromo__img--half {
  border-radius: 0;
  margin-right: 5%;
  margin-bottom: 5%;
  width: 45%;
  padding-bottom: 45%;
}
.c-fpromo__img--half:nth-child(even) {
  margin-right: 0;
}
.c-fpromo__img--half:nth-child(n + 3) {
  margin-bottom: 0;
}
.c-fpromo__grid {
  display: flex;
  flex-wrap: wrap;
}
.c-fpromo__wrapper {
  padding: 50px;
}
@media (max-width: 750px) {
  .c-fpromo__wrapper {
    padding: 32px;
  }
}
.c-fpromo__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 50px;
}
@media (max-width: 750px) {
  .c-fpromo__content {
    padding: 50px 32px;
  }
}
.c-fpromo__pre {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
  font-style: italic;
}
.c-fpromo__heading {
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  font-style: italic;
}
.c-before-after {
  width: 100%;
  position: relative;
}
.c-before-after img {
  width: 100%;
}
.c-before-after .beer-handle {
  background-color: transparent;
  border: solid 4px #fff;
  height: 64px;
  width: 64px;
  transform: translate3d(-54%, -50%, 0);
}
.c-before-after .beer-handle:after,
.c-before-after .beer-handle:before {
  color: #fff;
}
.c-before-after .beer-reveal {
  border-right: solid 2px #fff;
}
.c-before-after .beer-reveal[data-beer-label]:after,
.c-before-after:after {
  display: none;
}
.c-before-after__copy {
  padding: 10px 0;
}
.c-before-after__copy p {
  font-size: 16px;
  line-height: 12px;
  font-family: "HCo Gotham";
  font-weight: bold;
}
@media (max-width: 750px) {
  .c-before-after__copy p {
    margin: 0 16px;
  }
}
.c-images-row {
  display: flex;
  flex-wrap: wrap;
}
.c-images-row__single {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  padding-bottom: 25%;
}
.c-share {
  background-color: white;
  padding: 80px 0;
}
.c-share--story {
  padding: 80px 0 0 0;
}
@media (max-width: 750px) {
  .c-share--story {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 750px) {
  .c-share__content {
    padding: 0 16px;
  }
}
.c-share__title {
  margin: 80px 0 40px 0;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 54px;
  text-align: center;
}
.c-share__title--left {
  text-align: left;
}
@media (max-width: 750px) {
  .c-share__title--left {
    font-size: 30px;
    line-height: 42px;
  }
}
.c-share__steps {
  list-style: none;
}
.c-share__step:not(:last-of-type) {
  margin-bottom: 40px;
}
.c-share__step_title {
  align-items: center;
  border-bottom: solid 4px #F8DA3D;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  padding-bottom: 16px;
}
.c-share__step_icon {
  align-items: center;
  background-color: #F8DA3D;
  border-radius: 50%;
  display: flex;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  margin-right: 16px;
  width: 56px;
}
.c-share__step_icon img {
  width: 70%;
}
.c-share__step_txt {
  margin-bottom: 0;
}
.c-share__img {
  width: 80%;
  padding-bottom: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin: 10%;
}
@media (max-width: 750px) {
  .c-share__img {
    margin: 2.5%;
    width: 95%;
    padding-bottom: 95%;
  }
}
.c-share__form {
  border: solid 4px #F8DA3D;
  padding: 0 50px 80px;
}
@media (max-width: 750px) {
  .c-share__form {
    padding: 16px;
  }
}
.c-share__form textarea {
  width: 100%;
}
.c-share__form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: auto;
}
.c-legal {
  position: relative;
  background-repeat: no-repeat;
  background-position: 105% 100%;
  background-size: contain;
}
@media (min-width: 1400px) {
  .c-legal {
    background-position: 90% 100%;
  }
}
@media (max-width: 750px) {
  .c-legal {
    background-size: 0;
  }
}
.c-legal__content {
  max-width: 786px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 750px) {
  .c-legal__content {
    padding: 40px 0;
    margin: 0 16px;
  }
}
.c-legal__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-bottom: 40px;
}
.success-lightbox {
  background-color: #fff;
  border: solid 5px #F8DA3D;
  max-width: 700px;
  position: relative;
  padding: 60px 60px 120px 60px;
  text-align: center;
}
.success-lightbox h2 {
  font-size: 48px;
  line-height: 54px;
  color: #79252E;
  font-weight: bold;
  font-style: italic;
}
.success-lightbox .close-button-container {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.c-club-level-section {
  margin: 0 auto;
  max-width: 1200px;
  background-color: #f6f6f6;
  padding: 32px;
}
@media (min-width: 1050px) {
  .c-club-level-section {
    padding: 100px;
  }
}
.c-club-level-section__title {
  font-family: 'Copernicus';
  width: 100%;
  color: #2d2924;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.01px;
  line-height: 50px;
}
@media (min-width: 750px) {
  .c-club-level-section__title {
    max-width: 273px;
  }
}
.c-club-level-section__text {
  width: 100%;
  color: #2D2924;
  font-family: 'Copernicus';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02px;
  line-height: 28px;
  margin-top: 20px;
}
@media (min-width: 750px) {
  .c-club-level-section__text {
    max-width: 273px;
  }
}
.flex--block {
  display: flex;
}
.flex--column {
  flex-direction: column;
}
.flex--row {
  flex-direction: row;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--nowrap {
  flex-wrap: nowrap;
}
@media (min-width: 750px) {
  .md--flex--row {
    flex-direction: row;
  }
  .md--flex--column {
    flex-direction: column;
  }
}
.landing-wrapper {
  width: calc(100% - 3rem);
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 1280px;
}
.landing-wrapper.medium {
  max-width: 960px;
}
.landing-page-hero {
  background-color: #ffdA3D;
  color: #101822;
  width: 100%;
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}
.landing-page-hero h1 {
  font-weight: bold;
  font-family: 'Copernicus';
  font-style: italic ;
}
.landing-page-hero p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.landing-page-blocks {
  background-color: #fcfaf3;
}
.landing-page-blocks .wine-info {
  padding: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.landing-page-blocks .wine-info .inner {
  width: 100%;
  max-width: 650px;
}
.landing-page-blocks .wine-eyebrow {
  font-style: italic;
  font-size: 1.25rem;
  font-family: 'Copernicus';
  margin-bottom: 1.5rem;
}
.landing-page-blocks .wine-main-line {
  font-style: italic;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: 'Copernicus';
  margin-bottom: 1.5rem;
}
.landing-page-blocks .wine-description {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "HCo Gotham";
}
.landing-page-blocks .wine-pairings {
  padding-left: 1.5rem;
  font-size: 1rem;
  margin-top: 1.5rem;
  font-family: "HCo Gotham";
}
.landing-page-blocks .wine-pairings li {
  margin-bottom: 0.5rem;
}
.landing-page-blocks .wine-cta {
  display: inline-flex;
  padding: 0.75rem 1rem;
  background-color: #ffdA3D;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8375rem;
  margin-top: 1.5rem;
}
.landing-page-blocks .wine-image {
  width: 100%;
}
.landing-page-blocks .wine-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .landing-page-blocks .wine-block {
    align-items: center;
    flex-wrap: nowrap;
  }
  .landing-page-blocks .wine-block:nth-child(even) .wine-image {
    order: 2;
  }
  .landing-page-blocks .wine-block:nth-child(even) .wine-info {
    order: 1;
  }
  .landing-page-blocks .wine-image {
    width: 50%;
  }
  .landing-page-blocks .wine-info {
    width: calc(50% - 4rem);
    align-items: center;
  }
}
@media (max-width: 1280px) {
  .landing-page-blocks .wine-eyebrow {
    font-style: italic;
    font-size: 1rem;
    font-family: 'Copernicus';
    margin-bottom: 1.25rem;
  }
  .landing-page-blocks .wine-main-line {
    font-style: italic;
    font-size: 1.75rem;
    font-weight: bold;
    font-family: 'Copernicus';
    margin-bottom: 1.25rem;
  }
  .landing-page-blocks .wine-description {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "HCo Gotham";
  }
  .landing-page-blocks .wine-pairings {
    padding-left: 1.5rem;
    font-size: 1rem;
    margin-top: 1.25rem;
    font-family: "HCo Gotham";
  }
  .landing-page-blocks .wine-pairings li {
    margin-bottom: 0.5rem;
  }
}
/* Radiance Landing */
/* ========================================
   Video Hero Section
   ======================================== */
body.page-template-page-radiance-landing {
  background-color: #F6F6F6;
}
.video-hero-section {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 400px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1400px) {
  .video-hero-section {
    height: 65vh;
  }
}
.hero-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.hero-video-mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero-video-desktop {
    display: none;
  }
  .hero-video-mobile {
    display: block;
  }
}
/* ========================================
   Radiance Section
   ======================================== */
.radiance-section {
  padding: 60px 20px 48px 20px;
  text-align: center;
}
.radiance-section .landing-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.radiance-heading {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-family: "ogg", sans-serif;
  font-weight: 500;
}
.radiance-description {
  line-height: 1.6;
}
/* ========================================
   Recipes Section
   ======================================== */
.recipes-section {
  padding: 60px 20px;
}
.recipes-heading {
  text-align: center;
  margin-bottom: 48px;
  font-size: 2.5rem;
  font-family: "ogg", sans-serif;
  font-weight: 500;
}
.recipe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px;
  margin-bottom: 48px;
}
.recipe-block {
  position: relative;
}
.recipe-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.recipe-image {
  width: 100%;
  aspect-ratio: 1.33333333;
  background-color: #d3d3d3;
  margin-bottom: 15px;
  overflow: hidden;
}
.recipe-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.recipe-link:hover .recipe-image img {
  transform: scale(1.05);
}
.recipe-title {
  font-style: italic;
  margin: 0;
}
.recipes-cta-wrapper {
  text-align: center;
  margin-top: 40px;
}
.recipes-cta-button {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s ease;
}
.recipes-cta-button:hover {
  background: #333;
}
/* ========================================
   Portfolio Section
   ======================================== */
.portfolio-section {
  padding: 60px 20px;
}
.portfolio-heading {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-family: "ogg", sans-serif;
  font-weight: 500;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.wine-product {
  text-align: center;
  background-color: #ffffff;
  padding: 8px 16px 16px 16px;
}
.wine-image-wrapper {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
.wine-bottle-image {
  max-width: 100%;
  height: auto;
  max-height: 400px;
}
.wine-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50%;
  font-size: 12px;
  text-transform: uppercase;
}
.wine-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wine-name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: normal;
}
.wine-region {
  font-style: italic;
  font-size: 1.25rem;
}
.wine-price {
  font-size: 1rem;
}
.wine-cta-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.btn-shop-now,
.btn-find-store {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.btn-shop-now {
  background: #f4c430;
  color: #000;
}
.btn-shop-now:hover {
  background: #d4a420;
}
.btn-find-store {
  background: #f4c430;
  color: #000;
}
.btn-find-store:hover {
  background: #d4a420;
}
.portfolio-cta-wrapper {
  text-align: center;
  margin-top: 50px;
}
.portfolio-cta-button {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 30px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s ease;
}
.portfolio-cta-button:hover {
  background: #333;
}
/* ========================================
   Mobile Responsive Styles
   ======================================== */
/* Tablet breakpoint */
@media (max-width: 768px) {
  .video-hero-section {
    height: 50vh;
  }
  .recipe-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
/* Mobile breakpoint */
@media (max-width: 480px) {
  .video-hero-section {
    height: 40vh;
  }
  .radiance-section,
  .recipes-section,
  .portfolio-section {
    padding: 40px 15px;
  }
  .recipe-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .wine-cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .btn-shop-now,
  .btn-find-store {
    width: calc(100% - 40px);
  }
}
/* Utility Classes */
.landing-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.landing-wrapper.medium {
  max-width: 750px;
}
.flex {
  display: flex;
}
.flex--col {
  flex-direction: column;
}
