/* purgecss start ignore */
/** Config */
/**
 * Variables
 */
/**
 * External
 */
/** Common */
/**
 * Common
 */
/**
 * Mixins
 */
/*
@mixin tablet-min-height {
    @media (min-height: 1018px) and (max-width: $screen-lg-min) {
        @content;
    }
}
@mixin mobile-min-height {
    @media (min-height: 840px) and (max-width: $screen-md-min) {
        @content;
    }
}*/
/*
@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi){ 

}
@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi){ 

}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 

}
*/
/**
 * Global
 */
body {
  color: #515151;
  line-height: 1.5;
  font-size: 16px;
  font-family: Barlow, arial, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #bf574a;
  text-decoration: none;
  transition: all 300ms ease;
}

a:hover, a:focus {
  text-decoration: none;
}

ol, ul, dl {
  margin-top: 0;
}

.main li {
  padding-left: 14px;
  margin: 0 0 10px 0;
  position: relative;
}
.main li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: #515151;
  position: absolute;
  left: 0;
  top: 8px;
}
.main ol, .main ul, .main dl {
  margin: 0 0 30px;
  padding-left: 0;
  list-style: none;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

h1 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    letter-spacing: 3px;
  }
}

h2 {
  font-size: 42px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 36px;
    letter-spacing: 2.2px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
    letter-spacing: 1.8px;
  }
}
h2 em {
  font-style: normal;
  display: block;
  font-size: 19px;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 7px;
}
@media (max-width: 1440px) {
  h2 em {
    font-size: 17px;
    letter-spacing: 1.7px;
  }
}
@media (max-width: 768px) {
  h2 em {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.6px;
}
h3 em {
  font-style: normal;
  display: block;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 4px;
}

h4 {
  font-size: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 500;
}
h4 em {
  font-style: normal;
  display: block;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 4px;
}

h5 {
  font-size: 16px;
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  text-transform: uppercase;
}

/*
h4,h5{
	font-size:17px;
	font-weight: 500;//medium
	letter-spacing: 1px;
}
h5{
	.small{
		font-size:15px;
		font-weight:normal;
	}
}
h6{
	font-size:12px;
	font-weight: 500;
	letter-spacing: .54px;
	margin:0 0 13px;
	text-transform: uppercase;
}
p{
	margin:0 0 30px;
	line-height: 1.67;
}
*/
blockquote {
  border-left: 2px solid #003b80;
  color: #5d91cf;
  padding: 0 10px 0 52px;
  margin: 60px 0;
}
blockquote em {
  color: #ffffff;
  font-style: normal;
}

.age-verification-overlay {
  opacity: 0;
  z-index: 58;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}
.age-verification-overlay.fadein {
  opacity: 1;
  transition: all 300ms ease;
}

.age-verification-overlay_inner {
  background: #fff;
  top: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 450px;
  max-width: 90%;
  padding: 30px;
}
.age-verification-overlay_inner p {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.6px;
  font-size: 26px;
}
@media (max-width: 768px) {
  .age-verification-overlay_inner p {
    font-size: 18px;
  }
}
.age-verification-overlay_inner .age-verification-warning {
  opacity: 0;
  color: #ae4e32;
  font-size: 14px;
  margin: 20px 0 0;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
}
.age-verification-overlay_inner .age-verification-warning.fadein {
  opacity: 1;
  transition: all 300ms ease;
}

#subscribe-overlay {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#subscribe-overlay.fadein {
  opacity: 1;
  height: auto;
  display: block;
  transition: opacity 300ms ease;
  z-index: 58;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}

.subscribe-overlay_inner {
  background: #fff;
  position: relative;
  width: 750px;
  max-width: 90%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.3);
  color: #515151;
}
.subscribe-overlay_inner .close {
  position: absolute;
  top: 12px;
  right: 8px;
  height: 20px;
  width: 20px;
  padding: 6px 14px;
  cursor: pointer;
  background: url(/wp-content/themes/whisky/dist/images/icon-close.svg) center center no-repeat;
}
@media (max-height: 480px) {
  .subscribe-overlay_inner .close {
    background-image: url(/wp-content/themes/whisky/dist/images/icon-close-black.svg);
  }
}
.subscribe-overlay_inner .close:hover {
  opacity: 0.8;
}

.subscribe-overlay_inner-banner {
  width: 100%;
  background: #843008 url(/wp-content/themes/whisky/dist/images/amber-swirl-background.webp) center center no-repeat;
  min-height: 110px;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-height: 480px) {
  .subscribe-overlay_inner-banner {
    display: none;
  }
}

.subscribe-overlay_inner-content {
  padding: 40px 50px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .subscribe-overlay_inner-content {
    padding: 15px 20px 0;
  }
}
.subscribe-overlay_inner-content strong {
  color: #BE574A;
  letter-spacing: 2px;
}
.subscribe-overlay_inner-content p {
  margin: 0 0 12px;
  padding: 0;
}
.subscribe-overlay_inner-content .input-fields {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0 25px;
}
@media (max-width: 768px) {
  .subscribe-overlay_inner-content .input-fields {
    display: block;
    padding: 10px 0 15px;
  }
  .subscribe-overlay_inner-content .input-fields input:first-child {
    margin: 0 0 12px;
  }
}
.subscribe-overlay_inner-content .input-fields input {
  background: #fff;
  color: #0E161C;
  border: 1px solid #606A6D;
  padding: 13px 17px;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
}
.subscribe-overlay_inner-content .input-fields input:-ms-input-placeholder {
  color: #ACAEB1;
}
.subscribe-overlay_inner-content .input-fields input::placeholder {
  color: #ACAEB1;
}
.subscribe-overlay_inner-content input[type=submit] {
  background: #BE574A;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px;
  display: block;
  border-radius: 4px;
  text-align: center;
  border: 0;
  width: 100%;
  cursor: pointer;
  transition: all 300ms ease;
}
.subscribe-overlay_inner-content input[type=submit]:hover {
  background: #2A2A2A;
}
.subscribe-overlay_inner-content .mc4wp-form-success .mc4wp-form-fields {
  display: none;
}
.subscribe-overlay_inner-content .mc4wp-alert {
  padding: 20px;
}
.subscribe-overlay_inner-content .no-thanks {
  color: #818384;
  padding: 12px 0 15px;
  cursor: pointer;
}

.shelterpoint-button_row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.shelterpoint-button {
  display: flex;
  border: 1px solid #9F9F9F;
  background: #fff;
  color: #5C5D5E;
  text-transform: uppercase;
  line-height: 1;
  width: 172px;
  height: 64px;
  cursor: pointer;
  border-radius: 4px 4px;
  align-items: center;
  padding: 0 0 0 16px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1146px) {
  .shelterpoint-button {
    width: 48%;
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .shelterpoint-button {
    height: 40px;
    font-size: 12px;
  }
}
.shelterpoint-button:hover {
  background: #9F9F9F;
  color: #fff;
}

.wp-block-image {
  /*
  width: 1165px;
  @include transform(translate(-50%,0));
  left: 50%;
  position: relative;
  margin:60px 0 72px;
  @include lg-max{
  	max-width: 120%;
  }

  img{
  	@include border-radius(12px);
  	width:100%;
  	height:auto;
  }
  figcaption{
  	color:$primary-tint-light;
  	border-bottom:1px solid $primary-base;
  	padding:14px 0 16px;
  	text-align: left;
  }
  */
}

.wp-block-pullquote {
  font-size: 24px;
  width: calc(100% + 72px);
  margin: 64px -36px;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-radius: 0.75;
  background: #011833;
  padding: 0;
  padding: 30px 46px;
  margin: 0;
  border: 0;
  font-weight: normal;
}

blockquote.wp-block-quote {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: normal;
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

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

.container {
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  max-width: 1080px;
  /*
  	&.container--page{
  		margin:50px auto 100px;
  		h1{
  			margin:0 0 100px;
  		}
  		h2,h3,h4,h5,h6{
  			margin:0 0 15px;
  		}
  	}
  */
}
.container.container--footer {
  max-width: 1300px;
}
.container.container--footer-form {
  margin: 0 auto 50px;
  border-top: 1px solid #485866;
  padding: 50px 24px 0;
}

/**
 * Block editor color palette utilities
 * @see https://git.io/JeyD6
 */
.has-primary-color {
  color: #00234d;
}

.has-primary-background-color {
  background-color: #00234d;
}

.has-secondary-color {
  color: #d6161d;
}

.has-secondary-background-color {
  background-color: #d6161d;
}

.has-light-color {
  color: #ffffff;
}

.has-light-background-color {
  background-color: #ffffff;
}

/*for js to determine which media query is used:*/
#tablet-sized {
  display: none;
}
@media (max-width: 1064px) {
  #tablet-sized {
    display: block;
    height: 1px;
    width: 1px;
    position: fixed;
    bottom: 0;
  }
}

#mobile-sized {
  display: none;
}
@media (max-width: 768px) {
  #mobile-sized {
    display: block;
    height: 1px;
    width: 1px;
    position: fixed;
    bottom: 0;
  }
}

/**
 * Fonts


100 Thin (Hairline)
200 Extra Light (Ultra Light)
300 Light
400 Normal (Regular)
500 Medium
600 Semi Bold (Demi Bold)
700 Bold
800 Extra Bold (Ultra Bold)
900 Black (Heavy)
 */
@font-face {
  font-family: Barlow;
  src: url("/wp-content/themes/whisky/dist/fonts/Barlow-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Barlow;
  src: url("/wp-content/themes/whisky/dist/fonts/Barlow-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Barlow;
  src: url("/wp-content/themes/whisky/dist/fonts/Barlow-Bold.ttf");
  font-weight: 700;
}
/**
 * mailchimp form
 */
.container--footer-form h3 {
  font-size: 43px;
  margin: 0 0 20px;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 768px) {
  .container--footer-form h3 {
    font-size: 30px;
  }
}
.container--footer-form p {
  text-align: center;
  width: 340px;
  max-width: 80%;
  margin: 0 auto 20px;
}

#mc_embed_signup_scroll {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  #mc_embed_signup_scroll {
    flex-direction: column;
    align-items: center;
  }
}

.mc-field-group {
  width: 340px;
}
@media (max-width: 768px) {
  .mc-field-group {
    margin: 0 0 20px;
    max-width: 80%;
  }
}
.mc-field-group input {
  border: 0;
  color: #fff;
  border-bottom: 1px solid #485866;
  padding: 14px;
  height: 58px;
  width: 100%;
  background: transparent;
}
.mc-field-group input:focus {
  outline: 0;
  border-bottom: 1px solid #ffffff;
}
.mc-field-group input :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #485866;
  opacity: 1; /* Firefox */
}
.mc-field-group input ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #485866;
  opacity: 1; /* Firefox */
}
.mc-field-group input :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #485866;
}
.mc-field-group input ::-ms-input-placeholder { /* Microsoft Edge */
  color: #485866;
}

#mc-embedded-subscribe {
  background: #162535;
  border: 2px solid #707070;
  padding: 17px;
  width: 120px !important;
  float: right;
  border-radius: 40px 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  float: right;
  cursor: pointer;
}
@media (max-width: 768px) {
  #mc-embedded-subscribe {
    width: 80% !important;
    max-width: 340px;
  }
}

#mce-responses {
  margin: 20px 0 0;
  text-align: center;
}

/**
 * Gravity Forms
 */
.gform_ajax_spinner {
  display: none !important;
}

.gform_wrapper {
  width: 100%;
  margin: 0 0 100px;
}
.gform_wrapper form {
  overflow: hidden;
}
.gform_wrapper li {
  padding: 0;
}
.gform_wrapper li:before {
  display: none;
}
.gform_wrapper .gf_placeholder {
  color: #fff;
}
.gform_wrapper select {
  color: #485866;
}
.gform_wrapper select:invalid {
  color: #485866;
}
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .gform_wrapper .ginput_complex select {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.gform_wrapper select:required:invalid {
  color: #485866;
}
.gform_wrapper option[value=""][disabled] {
  color: #485866;
}
.gform_wrapper option {
  color: #485866;
}
.gform_wrapper select > option {
  color: #ffffff;
  padding: 5px;
  background: #485866;
}
.gform_wrapper :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #485866;
  opacity: 1; /* Firefox */
}
.gform_wrapper ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #485866;
  opacity: 1; /* Firefox */
}
.gform_wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #485866;
}
.gform_wrapper ::-ms-input-placeholder { /* Microsoft Edge */
  color: #485866;
}
.gform_wrapper ::-webkit-file-upload-button {
  padding: 15px 25px;
  margin: 0 0 0 -15px;
  border: 0;
  color: #ffffff;
  background: #003b80;
}
.gform_wrapper .validation_error {
  margin: 0 0 24px;
  color: #ff1a22;
}
.gform_wrapper .gform_fields .gfield {
  width: 100%;
  margin: 0 0 24px;
}
.gform_wrapper .gform_fields .gfield input, .gform_wrapper .gform_fields .gfield textarea, .gform_wrapper .gform_fields .gfield select {
  border: 0;
  border-bottom: 1px solid #485866;
  padding: 14px;
  width: 100%;
  background: transparent;
}
.gform_wrapper .gform_fields .gfield input:focus, .gform_wrapper .gform_fields .gfield textarea:focus, .gform_wrapper .gform_fields .gfield select:focus {
  outline: 0;
  border-bottom: 1px solid #ffffff;
}
.gform_wrapper .gform_fields .gfield input, .gform_wrapper .gform_fields .gfield textarea {
  color: #fff;
}
.gform_wrapper .gform_fields .gfield input, .gform_wrapper .gform_fields .gfield select {
  height: 58px;
}
.gform_wrapper .gform_fields .gfield textarea {
  border: 1px solid #485866;
}
.gform_wrapper .gform_fields .gfield .gfield_label {
  color: #485866;
}
.gform_wrapper .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gfield_error input, .gform_wrapper .gform_fields .gfield.gfield_error textarea, .gform_wrapper .gform_fields .gfield.gfield_error select {
  border: 0;
}
.gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_select {
  position: relative;
  background: #202E3C;
}
.gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_select:before {
  content: "";
  top: 31px;
  right: 27px;
  font-size: 12px;
  pointer-events: none;
  color: #003b80;
  z-index: 3;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #cca674 transparent transparent transparent;
}
.gform_wrapper .gform_fields .gfield .ginput_container select { /* Firefox */ /* Safari and Chrome */
  appearance: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_fileupload input {
  height: 100px;
  padding-left: 39px;
}
.gform_wrapper .gform_fields .gfield .validation_message {
  color: #ff1a22;
}
.gform_wrapper .gform_fields .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper .gform_button {
  background: #162535;
  border: 2px solid #707070;
  padding: 17px;
  width: 480px !important;
  float: right;
  border-radius: 40px 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  float: right;
  cursor: pointer;
}
@media (max-width: 768px) {
  .gform_wrapper .gform_button {
    width: 80% !important;
  }
}

/** Components */
/** Partials */
/**
 * Partials
 */
/**
 * Header
 */
.banner {
  position: relative;
}
.banner.fixed {
  margin-top: 182px;
}
@media (max-width: 768px) {
  .banner.fixed {
    margin-top: 120px;
  }
}
.banner.fixed .banner__container {
  background: #fff;
  position: fixed;
  height: 182px;
  width: 100%;
  z-index: 55;
  top: 0;
  animation-name: slideIn;
  animation-duration: 300ms;
}
@media (max-width: 768px) {
  .banner.fixed .banner__container {
    height: 120px;
  }
}
.banner.fixed.open .banner__container {
  z-index: 57;
}
.banner.banner--home {
  height: 1020px;
}
@media (max-width: 1064px) {
  .banner.banner--home {
    max-height: 94vw;
  }
}
@media (max-width: 768px) {
  .banner.banner--home {
    height: auto;
    max-height: none;
  }
}
.banner.banner--home.fixed {
  margin-top: 0;
}
@media (max-width: 768px) {
  .banner.banner--home.fixed {
    margin-top: 120px;
  }
}

@keyframes slideIn {
  0% {
    top: -182px;
  }
  100% {
    top: 0;
  }
}
.banner__container-inner {
  display: flex;
  position: relative;
  z-index: 22;
  height: 182px;
  align-items: center;
  max-width: 1344px;
  margin: 0 auto;
  width: 94%;
}
@media (max-width: 768px) {
  .banner__container-inner {
    height: 120px;
    justify-content: space-between;
    z-index: 3;
    align-items: flex-start;
  }
  .open .banner__container-inner {
    height: 100%;
    width: 100%;
    padding: 0 3%;
    background: #ebebeb;
    position: fixed;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .brand {
    width: 69px;
    height: 69px;
    margin: 23px 0 0;
  }
}
.brand a {
  display: block;
}
.brand img {
  width: 102px;
  height: 102px;
}
@media (max-width: 768px) {
  .brand img {
    width: 69px;
    height: 69px;
  }
}

.burger {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  margin-left: 35px;
  transform: rotate(0deg);
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .burger {
    order: 3;
    margin: 10px 0 0;
  }
}
@media (max-width: 480px) {
  .burger {
    top: 27px;
    width: 64px;
    height: 64px;
  }
}
.burger .burger__container {
  top: 50%;
  left: 50%;
  width: 37px;
  height: 29px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  opacity: 1;
  transform: rotate(0deg);
  transition: all 250ms ease-in-out;
  background: #9C9C9C;
}
@media (max-width: 768px) {
  .burger span {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .burger.burger--home span {
    background: #9C9C9C;
  }
}
.burger span:nth-child(even) {
  left: 50%;
  border-radius: 0 1px 1px 0;
}
.burger span:nth-child(odd) {
  left: 0px;
  border-radius: 1px 0 0 1px;
}
.burger span:nth-child(1), .burger span:nth-child(2) {
  top: 0px;
}
.burger span:nth-child(3), .burger span:nth-child(4) {
  top: 13px;
}
.burger span:nth-child(5), .burger span:nth-child(6) {
  top: 26px;
}
@media (max-width: 768px) {
  .burger.open span {
    background: #9C9C9C;
  }
}
.burger.open span:nth-child(1), .burger.open span:nth-child(6) {
  transform: rotate(45deg);
}
.burger.open span:nth-child(2), .burger.open span:nth-child(5) {
  transform: rotate(-45deg);
}
.burger.open span:nth-child(1) {
  left: 3px;
  top: 5px;
}
.burger.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 5px;
}
.burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.burger.open span:nth-child(5) {
  left: 3px;
  top: 18px;
}
.burger.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 18px;
}

.nav-primary-menu {
  display: none;
  align-items: center;
  height: 100%;
  margin: 0 180px 0 0;
  background: transparent;
  z-index: 22;
}
.open .nav-primary-menu {
  display: flex;
  background: #fff;
  transition: background 300ms ease;
}
@media (max-width: 768px) {
  .open .nav-primary-menu {
    background: none;
    margin: 0 auto;
    text-align: center;
    min-height: 480px;
  }
}
.nav-primary-menu .nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .nav-primary-menu .nav {
    flex-direction: column;
  }
}
.nav-primary-menu .menu-item {
  display: flex;
  align-items: flex-start;
}
.nav-primary-menu .menu-item.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .nav-primary-menu .menu-item.mobile-only {
    display: block;
  }
}
@media (max-width: 768px) {
  .nav-primary-menu .menu-item {
    display: block;
  }
}
.nav-primary-menu a {
  color: #5C5D5E;
  text-transform: uppercase;
  font-weight: 500;
  padding: 21px 22px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
}
.nav-primary-menu a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .nav-primary-menu a {
    display: block;
  }
}
.nav-primary-menu a:hover {
  color: #BF574A;
  font-weight: 600;
}
.nav-primary-menu .current-menu-item a {
  color: #BF574A;
  font-weight: 600;
}

.shop-menu {
  border: 1px solid #9F9F9F;
  background: #fff;
  color: #5C5D5E;
  text-transform: uppercase;
  line-height: 1;
  width: 160px;
  height: 64px;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 60px;
  right: 0;
  border-radius: 4px 4px;
  align-items: center;
  cursor: default;
}
@media (max-width: 1064px) {
  .shop-menu {
    right: 22px;
  }
}
@media (max-width: 768px) {
  .shop-menu {
    display: none;
  }
}
.shop-menu:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #9F9F9F;
  position: absolute;
  right: 52px;
  top: 12px;
}
.shop-menu a {
  display: block;
  border-top: 1px solid #9F9F9F;
  padding: 13px 16px;
  color: #5C5D5E;
  font-size: 14px;
  font-weight: 500;
}
.shop-menu a:hover {
  background: #9F9F9F;
  font-weight: 600;
  color: #fff;
}
.shop-menu:hover, .shop-menu.active {
  height: 145px;
  transition: all 300ms ease;
}

.shop-menu__title {
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  padding: 0 0 0 16px;
  margin: 12px 0;
  display: inline-flex;
  align-items: center;
}
.shop-menu__title:before {
  content: "";
  width: 11px;
  height: 14px;
  background: url(/wp-content/themes/whisky/dist/images/icon-canada.svg) center center no-repeat;
  position: absolute;
  right: 20px;
  top: 14px;
}
.shop-menu__title:after {
  content: "";
  width: 16px;
  height: 9px;
  background: url(/wp-content/themes/whisky/dist/images/icon-usa.svg) center center no-repeat;
  position: absolute;
  right: 18px;
  top: 37px;
}

.hero--home {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .hero--home {
    overflow: hidden;
    position: relative;
  }
}
.hero--home h1 {
  display: none;
}
.hero--home h2 {
  margin: 0;
}
@media (max-width: 1146px) {
  .hero--home h2 {
    font-size: 36px;
  }
}
@media (max-width: 1064px) {
  .hero--home h2 {
    font-size: 26px;
  }
}
.hero--home .hero-bottle {
  display: flex;
  max-width: 1344px;
  margin: 40px auto 0;
  gap: 50px;
}
@media (max-width: 1440px) {
  .hero--home .hero-bottle {
    max-width: 94%;
  }
}
@media (max-width: 1064px) {
  .hero--home .hero-bottle {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .hero--home .hero-bottle {
    margin: 0 auto;
    display: block;
  }
}
.hero--home .hero-bottle .hero-bottle_title {
  flex-basis: 50%;
  margin: 200px 0 65px;
}
@media (max-width: 1146px) {
  .hero--home .hero-bottle .hero-bottle_title {
    margin: 100px 0 0;
    height: 254px;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .hero--home .hero-bottle .hero-bottle_title {
    display: flex;
    height: auto;
    margin: 0;
    padding: 180px 0 0;
  }
}
.hero--home .hero-bottle .hero-bottle_title em {
  color: #E0A30D;
}
.hero--home .hero-bottle .hero-bottle_img {
  flex: 0 0 auto;
  order: 2;
  z-index: 56;
}
@media (max-width: 1064px) {
  .hero--home .hero-bottle .hero-bottle_img {
    flex: 0 1 40%;
  }
}
@media (max-width: 768px) {
  .hero--home .hero-bottle .hero-bottle_img {
    float: right;
    width: 30%;
    padding: 0 0 10px 10px;
    margin: 0 0 35px;
  }
}
@media (max-width: 480px) {
  .hero--home .hero-bottle .hero-bottle_img {
    width: 40%;
  }
}
.hero--home .hero-bottle picture {
  margin: 0 auto;
  width: 263px;
  height: 922px;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 1064px) {
  .hero--home .hero-bottle picture {
    width: 100%;
    height: auto;
  }
}
.hero--home .hero-bottle picture:after {
  content: "";
  width: 263px;
  height: 922px;
  background: url(/wp-content/themes/whisky/dist/images/bottle-shadow.webp) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -70px;
  bottom: -40px;
}
@media (max-width: 1064px) {
  .hero--home .hero-bottle picture:after {
    width: 100%;
    height: 100%;
    left: -14%;
    bottom: -7%;
  }
}
.hero--home .hero-bottle img {
  object-fit: cover;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.hero--home .hero-bottle .hero-bottle_content {
  flex-basis: 50%;
  align-items: flex-end;
  display: flex;
  margin: 0 0 40px;
  order: 3;
}
@media (max-width: 768px) {
  .hero--home .hero-bottle .hero-bottle_content {
    display: inline;
  }
}
.hero--home .hero-background {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1064px) {
  .hero--home .hero-background {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero--home .hero-background {
    display: block;
    top: 25px;
  }
}
.hero--home .hero-background picture {
  width: 100%;
  height: 257px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero--home .hero-background picture {
    height: 125px;
  }
}
.hero--home .hero-background img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

.hero--page {
  color: #fff;
  min-height: 743px;
  position: relative;
  margin: 0 0 124px;
}
@media (max-width: 768px) {
  .hero--page {
    margin: 0;
    min-height: 844px;
  }
}
.about-us .hero--page {
  margin: 0;
}
.hero--page .hero-text {
  background: rgba(84, 27, 14, 0.7);
  width: 50%;
  position: absolute;
  top: 82px;
  bottom: 86px;
  left: 0;
  max-width: 640px;
}
@media (max-width: 1064px) {
  .hero--page .hero-text {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .hero--page .hero-text {
    width: 100%;
    bottom: 0;
    top: auto;
    /*
    441
    844 */
  }
}
.hero--page .hero-text-inner {
  max-width: 460px;
  margin: 39px 12% 0;
}
@media (max-width: 768px) {
  .hero--page .hero-text-inner {
    margin: 31px 27px 45px;
  }
}
.hero--page .hero-text-inner h1 {
  margin: 0 0 20px;
  color: #fff;
}
.hero--page .hero-text-inner p {
  font-size: 14px;
  line-height: 2;
}
.hero--page .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero--page .hero-background {
    top: -120px;
  }
}
.hero--page .hero-background picture {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 2;
}
.hero--page .hero-background img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

/**
 * Footer
 */
footer {
  font-size: 14px;
  color: #fff;
  background: #0E161C;
  padding: 97px 0 90px;
}
@media (max-width: 768px) {
  footer {
    padding: 47px 0 90px;
  }
}
footer h5 {
  margin: 0 0 23px;
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 75px;
}
@media (max-width: 1064px) {
  footer .footer-container {
    flex-wrap: wrap;
  }
}
footer .brand-footer {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  footer .brand-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 50px;
  }
}
footer .brand-footer img {
  max-width: 100%;
  height: auto;
}
footer .footer-column.footer-column--nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1064px) {
  footer .footer-column.footer-column--nav {
    margin: 0 0 50px;
  }
}
@media (max-width: 768px) {
  footer .footer-column.footer-column--nav {
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  footer .footer-column.footer-column--contact {
    flex-basis: 50%;
    margin: 0 0 50px;
  }
}
@media (max-width: 768px) {
  footer .footer-column.footer-column--hours {
    flex-basis: 50%;
    margin: 0 0 50px;
  }
}
footer .footer-column .nav-footer-menu {
  margin: 0 5px;
  font-weight: 500;
  text-transform: uppercase;
}
footer .footer-column .nav-footer-menu .menu-item {
  margin: 0 0 9px;
  line-height: 1.2;
}
footer .footer-column .nav-footer-menu .menu-item a {
  color: #fff;
  font-weight: 500;
}
footer .footer-column .nav-footer-menu .menu-item a:hover {
  color: #BF574A;
}
footer .footer-column .nav-footer-menu .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
footer .footer-column .nav-footer-menu .shop-nav {
  line-height: 1.1;
}
footer .footer-column .nav-footer-menu .shop-nav a {
  color: #ACAEB1;
  font-weight: 400;
}
footer .footer-column .nav-footer-menu .shop-nav a:hover {
  color: #BF574A;
}
footer .footer-column.footer-column--form {
  max-width: 276px;
}
@media (max-width: 1064px) {
  footer .footer-column.footer-column--form {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  footer .footer-column.footer-column--form {
    max-width: 100%;
  }
}
footer .footer-column.footer-column--form > p {
  color: #ACAEB1;
}
footer .footer-column.footer-column--form .mc4wp-form label {
  display: none;
}
footer .footer-column.footer-column--form .mc4wp-form p {
  margin: 0 0 10px;
}
footer .footer-column.footer-column--form .mc4wp-form input {
  background: #0E161C;
  color: #fff;
  border: 1px solid #606A6D;
  padding: 13px 17px;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
  margin: 0 0 10px;
}
footer .footer-column.footer-column--form .mc4wp-form input:-ms-input-placeholder {
  color: #ACAEB1;
}
footer .footer-column.footer-column--form .mc4wp-form input::placeholder {
  color: #ACAEB1;
}
footer .footer-column.footer-column--form .mc4wp-form input[type=submit] {
  text-transform: uppercase;
  color: #fff;
  width: auto;
  font-weight: 500;
  padding: 13px 65px 13px 17px;
  background: #0E161C url(/wp-content/themes/whisky/dist/images/icon-checkmark.svg) calc(100% - 15px) center no-repeat;
  background-size: 12px 12px;
}
footer .footer-column .social-row {
  display: flex;
  gap: 29px;
  align-items: center;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  footer .footer-column .social-row {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
}
footer .footer-column .social-row .social-icon {
  width: 47px;
  height: 47px;
  display: block;
  overflow: hidden;
  text-indent: -555px;
  background-color: #97a3a6;
  transition: background-color 0.2s ease;
}
footer .footer-column .social-row .social-icon:hover {
  background-color: #BF574A;
}
footer .footer-column .social-row .social-icon.social-icon--mail {
  -webkit-mask: url(/wp-content/themes/whisky/dist/images/icon-mail.svg) no-repeat left top;
  mask: url(/wp-content/themes/whisky/dist/images/icon-mail.svg) no-repeat left top;
}
footer .footer-column .social-row .social-icon.social-icon--fb {
  -webkit-mask: url(/wp-content/themes/whisky/dist/images/icon-facebook.svg) no-repeat left top;
  mask: url(/wp-content/themes/whisky/dist/images/icon-facebook.svg) no-repeat left top;
}
footer .footer-column .social-row .social-icon.social-icon--ig {
  -webkit-mask: url(/wp-content/themes/whisky/dist/images/icon-ig.svg) no-repeat left top;
  mask: url(/wp-content/themes/whisky/dist/images/icon-ig.svg) no-repeat left top;
}
footer .footer-column .social-row .social-icon.social-icon--yt {
  -webkit-mask: url(/wp-content/themes/whisky/dist/images/icon-youtube.svg) no-repeat left top;
  mask: url(/wp-content/themes/whisky/dist/images/icon-youtube.svg) no-repeat left top;
}
footer .footer-column .social-row .social-handle {
  font-size: 24px;
  text-transform: lowercase;
}
footer .nav-privacy-menu .nav {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .nav-privacy-menu .nav {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .nav-privacy-menu li {
    margin: 0 0 10px;
  }
}
footer .nav-privacy-menu a {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 15px;
  color: #ACAEB1;
  font-weight: 500;
}
@media (max-width: 768px) {
  footer .nav-privacy-menu a {
    font-size: 11px;
  }
}
footer .nav-privacy-menu a:hover {
  color: #BF574A;
}

/**
* Front Page
*/
.feature-products-panel {
  position: relative;
  overflow: hidden;
}
.feature-products-panel .feature-products-panel__background {
  position: relative;
  width: 100%;
  display: flex;
  align-self: stretch;
  flex-basis: 100%;
  min-height: 390px;
  max-height: 720px;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .feature-products-panel .feature-products-panel__background {
    position: absolute;
    max-height: 100%;
    height: 100%;
  }
}
.feature-products-panel .feature-products-panel__background picture {
  display: flex;
  z-index: 0;
  align-self: stretch;
  flex-basis: 100%;
}
.feature-products-panel .feature-products-panel__background picture img {
  max-width: 100%;
  position: relative;
  object-fit: cover;
  align-self: stretch;
  flex-basis: 100%;
  object-position: bottom;
}
.feature-products-panel .feature-products {
  display: flex;
  gap: 3%;
  margin: 0 auto;
  width: 1360px;
  max-width: calc(97% - 100px);
  justify-content: space-around;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  right: 120px;
}
@media (max-width: 768px) {
  .feature-products-panel .feature-products {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    flex-wrap: wrap;
    margin: 0 auto 30px;
  }
}
.feature-products-panel .feature-products a {
  transform: scale(0.9);
  transition: all 300ms ease;
}
@media (max-width: 768px) {
  .feature-products-panel .feature-products a {
    flex-basis: 31%;
  }
}
.feature-products-panel .feature-products a:hover {
  transform: scale(1);
}
.feature-products-panel .feature-products picture {
  display: block;
}
.feature-products-panel .feature-products img {
  max-width: 100%;
  display: block;
}
.feature-products-panel .club-exclusives {
  width: 120px;
  position: absolute;
  height: 504px;
  right: 0;
  top: 50%;
  transform: translate(40px, -50%);
  transition: all 300ms ease;
  cursor: pointer;
  display: block;
}
.feature-products-panel .club-exclusives span {
  padding: 0 0 15px;
}
.feature-products-panel .club-exclusives.fixed {
  position: fixed;
  z-index: 55;
  width: 94px;
}
@media (max-width: 1064px) {
  .feature-products-panel .club-exclusives.fixed {
    width: 75px;
  }
}
@media (max-width: 768px) {
  .feature-products-panel .club-exclusives.fixed {
    position: relative;
  }
}
.feature-products-panel .club-exclusives.fixed .club-exclusives_upper {
  background-image: none;
  padding: 17px 0 0 13px;
  height: 285px;
  transition: all 300ms ease;
}
@media (max-width: 1064px) {
  .feature-products-panel .club-exclusives.fixed .club-exclusives_upper {
    height: 253px;
    padding: 17px 0 0 9px;
  }
}
.feature-products-panel .club-exclusives.fixed .club-exclusives_title {
  font-size: 16px;
  transition: all 300ms ease;
  letter-spacing: -2.5px;
}
@media (max-width: 1064px) {
  .feature-products-panel .club-exclusives.fixed .club-exclusives_title {
    font-size: 14px;
  }
}
.feature-products-panel .club-exclusives.fixed .club-exclusives_lower {
  opacity: 0;
  transition: all 300ms ease;
}
@media (max-width: 768px) {
  .feature-products-panel .club-exclusives {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    height: auto;
    display: flex;
    gap: 2px;
    justify-content: center;
    width: auto;
  }
}
.feature-products-panel .club-exclusives:hover {
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .feature-products-panel .club-exclusives:hover {
    transform: none;
  }
}
.feature-products-panel .club-exclusives .club-exclusives_upper {
  height: 424px;
  margin: 0 0 2px;
  background: #0E161C url(/wp-content/themes/whisky/dist/images/shelterpoint-logo-grey.svg) 19px 25px no-repeat;
  background-size: 44px 44px;
  border-radius: 5px 0 0 5px;
  padding: 87px 0 0 27px;
}
@media (max-width: 768px) {
  .feature-products-panel .club-exclusives .club-exclusives_upper {
    padding: 0 40px 0 87px;
    border-radius: 5px;
    height: auto;
    background-position: 19px center;
    display: flex;
    align-items: center;
  }
}
.feature-products-panel .club-exclusives .club-exclusives_title {
  text-transform: uppercase;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 18px;
  font-weight: 700;
  color: #AAA;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .feature-products-panel .club-exclusives .club-exclusives_title {
    -ms-writing-mode: inherit;
        writing-mode: inherit;
    letter-spacing: 2.2px;
    font-size: 15px;
  }
}
.feature-products-panel .club-exclusives .club-exclusives_lower {
  border-radius: 5px 0 0 5px;
  background: #0E161C;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .feature-products-panel .club-exclusives .club-exclusives_lower {
    height: 64px;
    border-radius: 5px;
  }
}
.feature-products-panel .club-exclusives .club-exclusives_arrow {
  background: url(/wp-content/themes/whisky/dist/images/icon-clubexclusivesarrow.svg) center center no-repeat;
  height: 26px;
  width: 28px;
  margin: 0 0 0 25px;
}
@media (max-width: 768px) {
  .feature-products-panel .club-exclusives .club-exclusives_arrow {
    margin: 0 15px;
  }
}

.block__content--whisky_highlight_panel {
  display: flex;
  flex-direction: row-reverse;
  max-height: 100vh;
  min-height: 930px;
  /*shop button and bottle side*/
  /*background image side*/
}
.block__content--whisky_highlight_panel.reverse {
  flex-direction: row;
  background: #F4F1F4;
}
.block__content--whisky_highlight_panel .whisky-featured {
  flex: 1 1 66.6666666667%;
  display: flex;
  margin: 70px 0 108px;
}
@media (max-width: 1064px) {
  .block__content--whisky_highlight_panel .whisky-featured {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .block__content--whisky_highlight_panel .whisky-featured {
    overflow: hidden;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .whisky-bottle {
  flex-grow: 0;
  flex-basis: 50%;
  align-self: center;
  justify-items: center;
  height: 100%;
}
@media (max-width: 1064px) {
  .block__content--whisky_highlight_panel .whisky-featured .whisky-bottle {
    height: auto;
  }
}
@media (max-width: 768px) {
  .block__content--whisky_highlight_panel .whisky-featured .whisky-bottle {
    flex-basis: 30%;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .whisky-bottle picture {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .block__content--whisky_highlight_panel .whisky-featured .whisky-bottle picture {
    display: block;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .whisky-bottle img {
  max-width: 100%;
  height: auto;
  width: 70%;
  width: auto;
  max-width: 70%;
  height: 100%;
}
@media (max-width: 768px) {
  .block__content--whisky_highlight_panel .whisky-featured .whisky-bottle img {
    width: 140%;
    max-width: 210px;
    transform: translate(-40%, 0);
  }
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .whisky-bottle img {
    width: 160%;
    transform: translate(-50%, 0);
  }
}
.block__content--whisky_highlight_panel .whisky-featured .whisky-bottle-details {
  flex: 1 1 50%;
  padding: 0 calc(2vw + 50px) 25px 0;
  position: relative;
  align-self: flex-end;
}
@media (max-width: 1064px) {
  .block__content--whisky_highlight_panel .whisky-featured .whisky-bottle-details {
    padding: 0 2vw 0 0;
  }
}
@media (max-width: 768px) {
  .block__content--whisky_highlight_panel .whisky-featured .whisky-bottle-details {
    flex-basis: 70%;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .whisky-bottle-details .award-icon {
  display: flex;
  gap: 17px;
  align-items: center;
}
.block__content--whisky_highlight_panel .whisky-featured .whisky-bottle-details .award-icon img {
  max-width: 105px;
  max-height: 105px;
  width: auto;
  height: auto;
}
@media (max-width: 1064px) {
  .block__content--whisky_highlight_panel .whisky-featured .whisky-bottle-details .award-icon img {
    max-width: 85px;
    max-height: 85px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .button-row {
  position: relative;
  height: 70px;
  margin: 49px 0 33px;
}
@media (max-width: 1064px) {
  .block__content--whisky_highlight_panel .whisky-featured .button-row {
    margin: 28px 0 12px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu {
  border: 1px solid #9F9F9F;
  background: #fff;
  color: #5C5D5E;
  text-transform: uppercase;
  line-height: 1;
  width: 172px;
  height: 64px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  border-radius: 4px 4px;
  align-items: center;
  cursor: default;
}
@media (max-width: 1146px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu {
    height: 40px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #9F9F9F;
  position: absolute;
  right: 52px;
  top: 12px;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu:after {
    right: 32px;
    height: 20px;
    top: 11px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu a {
  display: block;
  border-top: 1px solid #9F9F9F;
  padding: 13px 16px;
  color: #5C5D5E;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1146px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu a {
    padding: 13px 10px;
  }
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu a {
    font-size: 14px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu a:hover {
  background: #9F9F9F;
  font-weight: 600;
  color: #fff;
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu:hover, .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.active {
  height: 145px;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu:hover, .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.active {
    height: 121px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.buy-now-menu--single:hover, .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.buy-now-menu--single.active {
  height: 106px;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.buy-now-menu--single:hover, .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.buy-now-menu--single.active {
    height: 79px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu .buy-now-menu__title {
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  padding: 0 0 0 16px;
  margin: 12px 0;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 50px);
}
@media (max-width: 1146px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu .buy-now-menu__title {
    font-size: 16px;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu .buy-now-menu__title {
    font-size: 12px;
    height: 15px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu .buy-now-menu__title:before {
  content: "";
  width: 11px;
  height: 14px;
  background: url(/wp-content/themes/whisky/dist/images/icon-canada.svg) center center no-repeat;
  position: absolute;
  right: 20px;
  top: 14px;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu .buy-now-menu__title:before {
    right: 9px;
    top: 7px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu .buy-now-menu__title:after {
  content: "";
  width: 16px;
  height: 9px;
  background: url(/wp-content/themes/whisky/dist/images/icon-usa.svg) center center no-repeat;
  position: absolute;
  right: 18px;
  top: 37px;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu .buy-now-menu__title:after {
    right: 7px;
    top: 24px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.buy-now-menu--cad_only .buy-now-menu__title:after {
  display: none;
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.buy-now-menu--cad_only .buy-now-menu__title:before {
  width: 14px;
  height: 17px;
  right: 16px;
  top: 23px;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.buy-now-menu--cad_only .buy-now-menu__title:before {
    right: 9px;
    top: 13px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.buy-now-menu--usa_only .buy-now-menu__title:after {
  right: 15px;
  top: 27px;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.buy-now-menu--usa_only .buy-now-menu__title:after {
    right: 7px;
    top: 16px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .buy-now-menu.buy-now-menu--usa_only .buy-now-menu__title:before {
  display: none;
}
.block__content--whisky_highlight_panel .whisky-featured .join-button {
  display: flex;
  border: 1px solid #9F9F9F;
  background: #fff;
  color: #5C5D5E;
  text-transform: uppercase;
  line-height: 1;
  width: 172px;
  height: 64px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  left: 190px;
  top: 0;
  border-radius: 4px 4px;
  align-items: center;
  padding: 0 0 0 16px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1146px) {
  .block__content--whisky_highlight_panel .whisky-featured .join-button {
    left: 55%;
    width: 48%;
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .block__content--whisky_highlight_panel .whisky-featured .join-button {
    left: 52%;
  }
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .join-button {
    height: 40px;
    font-size: 12px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .join-button:hover {
  background: #9F9F9F;
  color: #fff;
}
.block__content--whisky_highlight_panel .whisky-featured .feature-button {
  display: flex;
  border: 1px solid #9F9F9F;
  background: #fff;
  color: #5C5D5E;
  text-transform: uppercase;
  line-height: 1;
  height: 64px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 85px;
  border-radius: 4px 4px;
  align-items: center;
  padding: 0 16px 0 16px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1146px) {
  .block__content--whisky_highlight_panel .whisky-featured .feature-button {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .feature-button {
    height: 40px;
    font-size: 12px;
    top: 55px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .feature-button:hover {
  background: #9F9F9F;
  color: #fff;
}
.block__content--whisky_highlight_panel .whisky-featured .contact-row {
  display: flex;
  position: relative;
}
.block__content--whisky_highlight_panel .whisky-featured .contact-row.contact-row--lower {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .contact-row.contact-row--lower {
    margin-top: 40px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .contact-link {
  font-weight: 700;
  font-size: 14px;
  color: #5C5D5E;
  text-transform: uppercase;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .contact-link {
    font-size: 10px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .contact-link:hover {
  color: #BF574A;
}
.block__content--whisky_highlight_panel .whisky-featured .contact-link--contact-us {
  padding: 5px 0 5px 27px;
  background: url(/wp-content/themes/whisky/dist/images/icon-contact.svg) left center no-repeat;
  background-size: 17px 22px;
  margin: 0 40px 0 0;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .contact-link--contact-us {
    padding: 5px 0 5px 23px;
  }
}
.block__content--whisky_highlight_panel .whisky-featured .contact-link--visit-us {
  padding: 5px 0 5px 26px;
  background: url(/wp-content/themes/whisky/dist/images/icon-visit.svg) left center no-repeat;
  background-size: 16px 24px;
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel .whisky-featured .contact-link--visit-us {
    padding: 5px 0 5px 21px;
  }
}
.block__content--whisky_highlight_panel.reverse .whisky-featured {
  flex-direction: row-reverse;
}
.block__content--whisky_highlight_panel.reverse .whisky-featured .whisky-bottle-details {
  padding: 0 0 25px 2vw;
}
@media (max-width: 1064px) {
  .block__content--whisky_highlight_panel.reverse .whisky-featured .whisky-bottle-details {
    padding: 0 0 0 2vw;
  }
}
@media (max-width: 768px) {
  .block__content--whisky_highlight_panel.reverse .whisky-featured .whisky-bottle img {
    transform: translate(15%, 0);
  }
}
@media (max-width: 480px) {
  .block__content--whisky_highlight_panel.reverse .whisky-featured .whisky-bottle img {
    transform: translate(10%, 0);
  }
}
.block__content--whisky_highlight_panel .whisky-info {
  position: relative;
  flex: 1 1 33.3333333333%;
}
@media (max-width: 768px) {
  .block__content--whisky_highlight_panel .whisky-info {
    display: none;
  }
}
.block__content--whisky_highlight_panel .whisky-info picture {
  height: 100%;
  display: flex;
  z-index: 0;
  align-self: stretch;
  flex-basis: 100%;
}
.block__content--whisky_highlight_panel .whisky-info picture img {
  max-width: 100%;
  position: relative;
  object-fit: cover;
  align-self: stretch;
  flex-basis: 100%;
  object-position: bottom;
}
.block__content--whisky_highlight_panel .whisky-info-content {
  background: rgba(84, 27, 14, 0.75);
  color: #fff;
  position: absolute;
  height: 39%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 30px;
}
.block__content--whisky_highlight_panel .whisky-info-content h3 {
  position: relative;
  padding: 0 0 40px;
  display: inline-block;
  margin: 75px 0 25px;
}
.block__content--whisky_highlight_panel .whisky-info-content h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 46px;
  height: 10px;
  background-image: radial-gradient(ellipse, #fff 1px, #fff 1px, transparent 0px);
  background-size: 5px 5px;
  background-position: center;
  background-repeat: repeat-x;
}
.block__content--whisky_highlight_panel.reverse .whisky-info-content {
  padding: 0 70px 0 30px;
}

.block__content--two_column_panel {
  display: flex;
  gap: 3px;
  justify-content: space-between;
  margin: 0 0 105px;
  z-index: 2;
  position: relative;
  /*
  .inner-columns > div{
  	//flex:0 0 40%;
  	flex:0 0 31.2%;
  	margin:0 0 100px;

  	@include md-max{
  		padding:41px 27px;
  		flex:0 0 100%;
  		margin:0;
  	}
  }
  	.left-column.left-column--small .inner-columns > div{
  		flex:0 0 85%;
  		margin:80px 0;
  	}
  */
  /*
  .inner-columns > div:first-child{
  	flex:0 0 45%;
  	@include md-max{
  		flex:0 0 100%;
  	}
  }
  */
  /*
  @include md-max{
  	.flex-order-1{
  		order:1;
  	}
  	.flex-order-2{
  		order:2;
  	}
  	.flex-order-3{
  		order:3;
  	}
  }
  */
}
@media (max-width: 768px) {
  .block__content--two_column_panel {
    margin: 0;
    flex-direction: column;
  }
}
.block__content--two_column_panel img {
  display: block;
  width: 100%;
  height: auto;
}
.block__content--two_column_panel video {
  max-width: 100%;
}
.block__content--two_column_panel .inner-columns {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 768px) {
  .block__content--two_column_panel .inner-columns {
    flex-direction: column;
  }
}
.block__content--two_column_panel .column-content.column-content--half {
  flex: 0 0 40%;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .block__content--two_column_panel .column-content.column-content--half {
    flex: 0 0 100%;
  }
}
.block__content--two_column_panel .column-content.column-content--text {
  margin: 46px 10%;
}
@media (max-width: 768px) {
  .block__content--two_column_panel .column-content.column-content--text {
    margin: 41px 27px;
  }
}
.block__content--two_column_panel .column-content.column-content--text.column-content--half {
  margin: 46px 0;
}
@media (max-width: 768px) {
  .block__content--two_column_panel .column-content.column-content--text.column-content--half {
    margin: 41px 0;
    padding: 0 27px;
  }
}
@media (max-width: 768px) {
  .block__content--two_column_panel .column-content.column-content--text + .column-content--text.column-content--half {
    margin: -41px 0 41px;
  }
}
.block__content--two_column_panel .column-content.column-content--icons {
  display: flex;
  flex: 0 0 40%;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 768px) {
  .block__content--two_column_panel .column-content.column-content--icons {
    padding: 0 27px;
    margin: 0 0 40px;
  }
}
.block__content--two_column_panel .column-content.column-content--icons img {
  max-width: 80%;
}
.block__content--two_column_panel .column-content.column-content--video {
  /*override for now, should be set in ACF field*/
  flex: 0 0 31%;
}
.block__content--two_column_panel .column-content.column-content--cta {
  margin: -20px 10%;
  width: 100%;
}
@media (max-width: 768px) {
  .block__content--two_column_panel .column-content.column-content--cta {
    margin: 0 auto;
    width: 86%;
  }
}
.block__content--two_column_panel .left-column {
  flex: 1 1 67%;
}
.block__content--two_column_panel .left-column.left-column--small {
  flex: 1 1 33%;
}
.block__content--two_column_panel .left-column.left-column--top-offset {
  margin-top: -110px;
}
@media (max-width: 1440px) {
  .block__content--two_column_panel .left-column.left-column--top-offset {
    margin-top: -50px;
  }
}
@media (max-width: 1146px) {
  .block__content--two_column_panel .left-column.left-column--top-offset {
    margin-top: 0;
  }
}
.block__content--two_column_panel .inner-columns {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: 100%;
}
.block__content--two_column_panel .inner-columns > picture {
  display: block;
  align-self: flex-end;
  width: 100%;
}
.block__content--two_column_panel .inner-columns > picture:first-child {
  align-self: flex-start;
}
.block__content--two_column_panel .text-columns p {
  line-height: 1.64;
  color: #515151;
}
.block__content--two_column_panel .right-column {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.block__content--two_column_panel .right-column.right-column--large {
  flex: 1 1 67%;
}
.block__content--two_column_panel .whisky-club-join-button {
  background: #BF574A;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 20px;
  display: block;
  border-radius: 4px;
  text-align: center;
}
.block__content--two_column_panel .whisky-club-join-button:hover {
  background: #2A2A2A;
}

.block__content--three_column_panel {
  margin: 0 0 105px;
}
@media (max-width: 768px) {
  .block__content--three_column_panel {
    margin: 0;
  }
}
.block__content--three_column_panel img {
  display: block;
  width: 100%;
  height: auto;
}
.block__content--three_column_panel video {
  max-width: 100%;
  width: 100%;
}
.block__content--three_column_panel h6 {
  margin: 0 0 26px;
}
.block__content--three_column_panel .block_content-container {
  display: flex;
  gap: 34px;
  justify-content: space-evenly;
  width: 94%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .block__content--three_column_panel .block_content-container {
    flex-direction: column;
    gap: 0;
  }
}
.block__content--three_column_panel .block_content-column {
  flex: 1 1 33.33%;
}
@media (max-width: 768px) {
  .block__content--three_column_panel .block_content-column {
    margin: 39px 0 0;
  }
}
.block__content--three_column_panel .block_content-column .checkfront-widget {
  margin-top: -55px;
}
.block__content--three_column_panel .block_content-copy h6 {
  padding: 16px 0 0;
  background: url(/wp-content/themes/whisky/dist/images/firefly-swirl-bg.jpg) no-repeat top left;
  background-size: 95% 6px;
}
.block__content--three_column_cocktails_panel {
  margin: 0 0 20px;
}
.block__content--three_column_cocktails_panel img {
  display: block;
  width: 100%;
  height: auto;
}
.block__content--three_column_cocktails_panel h3 {
  margin: 100px 0 80px 29px;
}
@media (max-width: 768px) {
  .block__content--three_column_cocktails_panel h3 {
    margin: 50px 20px 50px 29px;
  }
}
.block__content--three_column_cocktails_panel h4 {
  margin: 0 0 24px;
}
.block__content--three_column_cocktails_panel .block_content-container {
  display: flex;
  gap: 3px;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .block__content--three_column_cocktails_panel .block_content-container {
    flex-direction: column;
    gap: 0;
  }
}
.block__content--three_column_cocktails_panel .block_content-column {
  flex: 1 1 33.33%;
}
.block__content--three_column_cocktails_panel .block_content-copy {
  padding: 42px 29px;
}
@media (max-width: 768px) {
  .block__content--three_column_cocktails_panel .block_content-copy {
    padding: 35px 29px 55px;
  }
}
.block__content--three_column_cocktails_panel .block_content-image img {
  max-width: 100%;
}

.block__content--full_image_with_overlay {
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  .block__content--full_image_with_overlay {
    margin: 0;
  }
}
.block__content--full_image_with_overlay .block_content-container {
  position: relative;
}
@media (max-width: 768px) {
  .block__content--full_image_with_overlay .panel-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.block__content--full_image_with_overlay .panel-background picture {
  height: 100%;
  display: flex;
  z-index: 0;
  align-self: stretch;
  flex-basis: 100%;
}
.block__content--full_image_with_overlay .panel-background picture img {
  max-width: 100%;
  position: relative;
  object-fit: cover;
  align-self: stretch;
  flex-basis: 100%;
  object-position: bottom;
}
.block__content--full_image_with_overlay .inner-content {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .block__content--full_image_with_overlay .inner-content {
    position: relative;
    display: block;
  }
}
.block__content--full_image_with_overlay .inner-content .copy {
  margin: 100px 10% 0;
  flex: 1 1 43.75%;
  color: #fff;
}
@media (max-width: 768px) {
  .block__content--full_image_with_overlay .inner-content .copy {
    margin: 0;
    padding: 70px 10% 90px;
  }
}
.block__content--full_image_with_overlay .overlay-image {
  flex: 1 1 33.3333333333%;
  margin: 0 0 -125px;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .block__content--full_image_with_overlay .overlay-image {
    margin: 0 10%;
  }
}
.block__content--full_image_with_overlay .overlay-image img {
  max-width: 100%;
  display: block;
}
.block__content--full_image_with_overlay .sub-paragraph {
  margin: 50px 10% 0;
  width: 43.75%;
}
@media (max-width: 768px) {
  .block__content--full_image_with_overlay .sub-paragraph {
    width: 80%;
    margin: 41px 10%;
  }
}

.block__content--bio_panel .block_content-container {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .block__content--bio_panel .block_content-container {
    display: block;
  }
}
.block__content--bio_panel .block_content-container.reverse {
  flex-direction: row-reverse;
  background: #F4F1F4;
}
.block__content--bio_panel .block_content-container .block_content-image {
  flex: 1 0 33.3333333333%;
}
.block__content--bio_panel .block_content-container .block_content-image img {
  max-width: 100%;
  display: block;
}
.block__content--bio_panel .block_content-container .block_content-copy {
  margin: 35px 10%;
}
@media (max-width: 768px) {
  .block__content--bio_panel .block_content-container .block_content-copy {
    margin: 0;
    padding: 35px 10% 90px;
  }
}
.block__content--bio_panel .block_content-container h4 {
  margin: 0 0 19px;
}

/* purgecss end ignore */
/*# sourceMappingURL=app.css.map*/