@charset "UTF-8";
/*
Theme Name: Journeyman
Text Domain: twentysixteen
*/
@import 'node_modules/@fancyapps/fancybox/dist/jquery.fancybox.min.css';
@import 'node_modules/flickity/dist/flickity.min.css';
@import 'node_modules/aos/dist/aos.css';
:root {
  --color-mustard: #ce952f;
  --font-prohibition:"Prohibition";
  --font-nartoscript:"NartoScript";
  --font-acumin:"Acumin";
  --font-title: "BebasNeue",
    sans-serif;
  --font-body: "helveticaneue",
    sans-serif;
  --font-acuminpro:"Acumin";
  --fw-regular: 400;
  --fw-bold: 700;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site__uppertitle {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .site__uppertitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .site__uppertitle {
    font-size: 16px;
  }
}

.site__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .site__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .site__title {
    font-size: 26px;
  }
}

.site__text {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  color: #000;
  text-align: center;
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .site__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .site__text {
    font-size: 16px;
  }
}

/* Text Block Custom Style */
@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeue-webfont.eot");
  src: url("fonts/BebasNeue-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeue-webfont.woff2") format("woff2"), url("fonts/BebasNeue-webfont.woff") format("woff"), url("fonts/BebasNeue-webfont.ttf") format("truetype"), url("fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: 100 600;
}
@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeue-Bold.ttf") format("truetype");
  font-weight: 700 900;
}
@font-face {
  font-family: "helveticaneue";
  src: url("fonts/helveticaneue.eot");
  src: url("fonts/helveticaneue.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneue.woff2") format("woff2"), url("fonts/helveticaneue.woff") format("woff"), url("fonts/helveticaneue.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "helveticaneue";
  src: url("fonts/helveticaneue-light.eot");
  src: url("fonts/helveticaneue-light.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneue-light.woff2") format("woff2"), url("fonts/helveticaneue-light.woff") format("woff"), url("fonts/helveticaneue-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "helveticaneue";
  src: url("fonts/helveticaneue-medium.eot");
  src: url("fonts/helveticaneue-medium.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneue-medium.woff2") format("woff2"), url("fonts/helveticaneue-medium.woff") format("woff"), url("fonts/helveticaneue-medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "helveticaneue";
  src: url("fonts/helveticaneue-bold.eot");
  src: url("fonts/helveticaneue-bold.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneue-bold.woff2") format("woff2"), url("fonts/helveticaneue-bold.woff") format("woff"), url("fonts/helveticaneue-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RalewayWebfont";
  src: url("fonts/raleway-thin.eot");
  src: url("fonts/raleway-thin.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-thin.woff") format("woff"), url("fonts/raleway-thin.ttf") format("truetype"), url("fonts/raleway-thin.svg#ralewaythin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "RalewayWebfont";
  src: url("fonts/raleway-extralight.eot");
  src: url("fonts/raleway-extralight.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-extralight.woff") format("woff"), url("fonts/raleway-extralight.ttf") format("truetype"), url("fonts/raleway-extralight.svg#ralewayextralight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "RalewayWebfont";
  src: url("fonts/raleway-light.eot");
  src: url("fonts/raleway-light.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-light.woff") format("woff"), url("fonts/raleway-light.ttf") format("truetype"), url("fonts/raleway-light.svg#ralewaylight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RalewayWebfont";
  src: url("fonts/raleway-medium.eot");
  src: url("fonts/raleway-medium.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-medium.woff") format("woff"), url("fonts/raleway-medium.ttf") format("truetype"), url("fonts/raleway-medium.svg#ralewaymedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "RalewayWebfont";
  src: url("fonts/raleway-semibold.eot");
  src: url("fonts/raleway-semibold.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-semibold.woff") format("woff"), url("fonts/raleway-semibold.ttf") format("truetype"), url("fonts/raleway-semibold.svg#ralewaysemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "RalewayWebfont";
  src: url("fonts/raleway-bold.eot");
  src: url("fonts/raleway-bold.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-bold.woff") format("woff"), url("fonts/raleway-bold.ttf") format("truetype"), url("fonts/raleway-bold.svg#ralewaybold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RalewayWebfont";
  src: url("fonts/raleway-extrabold.eot");
  src: url("fonts/raleway-extrabold.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-extrabold.woff") format("woff"), url("fonts/raleway-extrabold.ttf") format("truetype"), url("fonts/raleway-extrabold.svg#ralewayextrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Acumin";
  src: url("fonts/Acumin-Pro-Semibold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Acumin";
  src: url("fonts/Acumin-Pro-Book.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "NartoScript";
  src: url("fonts/NartoScript.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "BNRoute22";
  src: url("fonts/BNRoute22.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Rats-Get-Fat";
  src: url("fonts/Rats-Get-Fat.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Noki";
  src: url("fonts/Noki.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Prohibition";
  src: url("fonts/Prohibition-Regular.ttf");
  font-weight: 400;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

:root {
  font-size: 18px;
  --content-width: min(calc(1920px - 60px), 100%);
  --xs-size: 1rem;
  --sm-size: 2rem;
  --md-size: 4rem;
  --lg-size: 6rem;
  --xl-size: 8rem;
}

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

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

body {
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  color: #000;
  overflow-x: hidden;
}
body img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body ul li {
  list-style: none;
}

section {
  float: left;
  width: 100%;
}

.site-main {
  clear: both;
}

.hidden {
  display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
  font-family: "BebasNeue", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  font-family: "BebasNeue", sans-serif;
}

h1,
.h1,
.h1 p {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  h1,
  .h1,
  .h1 p {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
  .h1,
  .h1 p {
    font-size: 32px;
  }
}

h2,
.h2,
.h2 p {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  h2,
  .h2,
  .h2 p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  h2,
  .h2,
  .h2 p {
    font-size: 26px;
  }
}

h3,
.h3,
.h3 p {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  h3,
  .h3,
  .h3 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  h3,
  .h3,
  .h3 p {
    font-size: 28px;
  }
}

h4,
.h4,
.h4 p {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  h4,
  .h4,
  .h4 p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  h4,
  .h4,
  .h4 p {
    font-size: 24px;
  }
}

h5,
.h5,
.h5 p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  h5,
  .h5,
  .h5 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h5,
  .h5,
  .h5 p {
    font-size: 16px;
  }
}

h6,
.h6,
.h6 p {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  h6,
  .h6,
  .h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h6,
  .h6,
  .h6 p {
    font-size: 16px;
  }
}

a {
  color: #CBAD60;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

b,
strong,
strong * {
  font-weight: 600;
}

:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row {
  float: left;
  width: 100%;
}

.container {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  .container {
    padding: 0 15px;
  }
}

.centerDiv {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.iframe-wrapper {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

hr {
  border-top: 1px solid;
  margin: 20px 0 10px 0;
  width: 100%;
}

.cite {
  padding: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .cite {
    padding: 20px 0;
  }
}
.cite__cont {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.reservations {
  padding: 60px 0;
  text-align: center;
}
.reservations__cont {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

.title, .single-press__title, .explore .second__title, .date_text_block__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .title, .single-press__title, .explore .second__title, .date_text_block__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .title, .single-press__title, .explore .second__title, .date_text_block__title {
    font-size: 26px;
  }
}

.row_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}

.border {
  margin: 0 auto;
}
.border::before {
  content: "";
  padding: 0 30px;
  width: calc(100% - 60px);
  max-width: 100%;
  border-top: 1px solid #CBAD60;
  display: table;
  text-align: center;
  margin: 20px auto;
}
@media only screen and (max-width: 1024px) {
  .border::before {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 750px) {
  .border::before {
    width: calc(100% - 30px);
  }
}

.flickity-page-dots {
  bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .flickity-page-dots {
    bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .flickity-page-dots {
    bottom: 15px;
  }
}
.flickity-page-dots button {
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 1024px) {
  .flickity-page-dots button {
    width: 12px;
    height: 12px;
  }
}
.flickity-page-dots .is-selected {
  background: #CBAD60;
  border: none;
}

.error404 .site-content {
  min-height: calc(100vh - 376px);
}
.error404 .site-content .error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 800px;
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .error404 .site-content .error-404 {
    padding: 0 10%;
    height: 870px;
  }
}
@media only screen and (max-width: 750px) {
  .error404 .site-content .error-404 {
    height: 600px;
  }
}
.error404 .site-content .page-title {
  text-align: center;
}

.age-gate .age-gate-logo img {
  width: 350px;
}
.age-gate .age-gate-label {
  color: #ffffff;
  margin-bottom: 5px;
}
.age-gate .age-gate-input,
.age-gate .age-gate-select {
  padding: 10px 30px;
  margin: 5px 10px 0 5px;
  font-size: 18px;
  max-width: 100px;
}
.age-gate .age-gate-input:focus,
.age-gate .age-gate-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.age-gate .age-gate-submit {
  margin-top: 20px;
}
.age-gate .age-gate-submit .age-gate-button {
  color: #ffffff !important;
  background-color: #ce952f;
}
.age-gate .age-gate-submit .age-gate-button:hover {
  background-color: #333F44;
}

.page-template-template-mixology {
  background-color: #272727;
}
.page-template-template-mixology .title, .page-template-template-mixology .single-press__title, .page-template-template-mixology .explore .second__title, .explore .page-template-template-mixology .second__title, .page-template-template-mixology .date_text_block__title {
  color: #ffffff;
}

.js-loading:before {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.208vw;
  float: left;
  height: 8.208vw;
  background: transparent url(images/loading.svg) center top no-repeat;
  background-size: 8.208vw;
  content: "";
  z-index: 1;
  /*  position: absolute;
    top: 70px;
    right: 27%;
    left: auto;
    width: 4.208vw;
    height: 4.208vw;
    background-size: 4.208vw;

    @include responsive ('mobile-h') {
      top: 50%;
      left: 50%;
      width: 8.208vw;
      height: 8.208vw;
      background-size: 8.208vw;
      top: 90px;
    } */
}

.site .site-content {
  min-height: calc(100vh - 388px);
}

.page-staymaker .block_pages + .reservations {
  padding-top: 0;
}
.page-staymaker .text_block + .two_column {
  padding-top: 0;
}

.tock_id div#Tock_widget_container > div.TockWidgetWrapper .TockWidget-container {
  max-width: none !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .TockButtonWidgetContainer,
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .TockButton-buttonContainer {
  width: auto !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .TockInlineButton {
  width: auto !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white {
  color: #ffffff !important;
  background-color: #CBAD60 !important;
  line-height: 49px !important;
  letter-spacing: 4px;
  border-radius: 0px !important;
  padding: 0 30px;
  font-family: "BebasNeue", sans-serif;
  border: none;
  font-size: 14px;
  width: auto !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .TockButton-white:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
  border: none !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .InlineWidgetDropDown-section {
  background-color: #ffffff !important;
  border-radius: 0px !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .InlineWidgetDropDown-LeftRounded {
  padding-left: 0px !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .InlineWidgetDropDown-sectionDropdown {
  background-color: #ffffff !important;
  border-radius: 0px !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .TockDatePicker-container {
  background-color: #ffffff !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .InlineWidgetDropDown-optionLabel {
  font-size: 14px !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .MainLabelSpan {
  font-family: "BebasNeue", sans-serif !important;
  background: none !important;
  font-size: 14px !important;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .TockLogo-container {
  display: none !important;
}

.sharebox {
  text-align: center;
  padding: 60px 0 0 0;
}
.sharebox p {
  font-size: 21px;
  margin-bottom: 10px;
}
.sharebox a {
  margin: 0 10px;
}
.sharebox a:hover svg path {
  fill: #CBAD60;
}

.press__cont + .sharebox {
  padding-top: 0;
}

.barcart-frame .barcart-buy__layout-vertical {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.press_grid__select {
  font-size: 18px;
  font-weight: 400;
  font-family: "helveticaneue", sans-serif;
  padding: 10px;
  border: 1px solid #5c5c5c;
  margin-top: 40px;
  cursor: pointer;
  width: 150px;
  height: 60px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
@media only screen and (max-width: 1024px) {
  .press_grid__select {
    margin: 40px auto;
    display: table;
    margin-bottom: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.gform_confirmation_message {
  color: #CBAD60;
  font-size: 28px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .gform_confirmation_message {
    margin: 20px 0;
    font-size: 22px;
  }
}

.gform_footer {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* .gform_ajax_spinner {
    position: absolute;
    top: 30px;
    left:10%;		
  } */
}
.gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 30px;
  right: -25px;
  left: auto;
}

.post-item-none {
  text-align: center;
  padding: 100px 0 40px;
}

.tock_id__cont {
  position: relative;
  z-index: 1;
}

.tock_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .TockSearchBar-container {
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.tock_id div#Tock_widget_container > div.TockWidgetWrapper .TockIcon {
  display: none !important;
}
.tock_id:nth-child(1) {
  z-index: 10;
}
.tock_id:nth-child(2) {
  z-index: 9;
}
.tock_id:nth-child(3) {
  z-index: 8;
}
.tock_id:nth-child(4) {
  z-index: 7;
}
.tock_id:nth-child(5) {
  z-index: 6;
}
.tock_id:nth-child(6) {
  z-index: 5;
}
.tock_id:nth-child(7) {
  z-index: 4;
}
.tock_id:nth-child(8) {
  z-index: 3;
}
.tock_id:nth-child(9) {
  z-index: 2;
}
.tock_id:nth-child(10) {
  z-index: 1;
}

.tock_id + .tock_id {
  margin-top: 30px;
}

.button_peek {
  margin: 30px auto;
  text-align: center;
}

.tock_id + .button_peek {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.popup {
  display: none;
  position: fixed;
  z-index: 100;
  top: 20vh;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 755px;
  height: 60vh;
  overflow-y: scroll;
  background: #ffffff;
  padding: 30px;
  text-align: left;
  -webkit-box-shadow: 9px 10px 48px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 9px 10px 48px 0px rgba(0, 0, 0, 0.75);
  z-index: 101;
}
@media only screen and (max-width: 750px) {
  .popup {
    top: 0;
    width: 100%;
    height: 100vh;
  }
}
.popup .close_popup {
  position: absolute;
  right: 2%;
  top: 2%;
  z-index: 100;
  cursor: pointer;
  background-image: url(images/close-form.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 20px;
  height: 30px;
}
.popup .gform_wrapper.gravity-theme {
  text-align: left;
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  .popup .gform_wrapper.gravity-theme {
    padding-top: 0;
  }
}
.popup .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 16px;
  margin-left: 5px;
  color: #5c5c5c;
}
.popup .gform_wrapper.gravity-theme .gfield_label {
  color: #5c5c5c;
  letter-spacing: 1.5px;
  font-size: 20px;
}
.popup .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 120px;
  border: 1px solid #5c5c5c;
  letter-spacing: 1.5px;
  font-family: "helveticaneue", sans-serif;
}
@media only screen and (max-width: 1440px) {
  .popup .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 80px;
  }
}
.popup .gform_wrapper.gravity-theme .gform_validation_errors, .popup .text_block .gform_wrapper.gravity-theme #field_5_27, .text_block .popup .gform_wrapper.gravity-theme #field_5_27,
.popup .gform_wrapper.gravity-theme .gravity-theme,
.popup .gform_wrapper.gravity-theme .gfield_description,
.popup .gform_wrapper.gravity-theme .validation_message {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 20px;
  background: transparent;
  color: #CBAD60;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 1.5px;
  padding: 6px 16px 16px 0;
}
@media only screen and (max-width: 1440px) {
  .popup .gform_wrapper.gravity-theme .gform_validation_errors, .popup .text_block .gform_wrapper.gravity-theme #field_5_27, .text_block .popup .gform_wrapper.gravity-theme #field_5_27,
  .popup .gform_wrapper.gravity-theme .gravity-theme,
  .popup .gform_wrapper.gravity-theme .gfield_description,
  .popup .gform_wrapper.gravity-theme .validation_message {
    padding: 5px 16px 5px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .popup .gform_wrapper.gravity-theme .gform_validation_errors, .popup .text_block .gform_wrapper.gravity-theme #field_5_27, .text_block .popup .gform_wrapper.gravity-theme #field_5_27,
  .popup .gform_wrapper.gravity-theme .gravity-theme,
  .popup .gform_wrapper.gravity-theme .gfield_description,
  .popup .gform_wrapper.gravity-theme .validation_message {
    padding: 0;
    width: 95%;
  }
}
.popup .gform_wrapper.gravity-theme .gform_validation_errors > h2, .popup .text_block .gform_wrapper.gravity-theme #field_5_27 > h2, .text_block .popup .gform_wrapper.gravity-theme #field_5_27 > h2,
.popup .gform_wrapper.gravity-theme .gravity-theme > h2,
.popup .gform_wrapper.gravity-theme .gfield_description > h2,
.popup .gform_wrapper.gravity-theme .validation_message > h2 {
  font-size: 20px;
  color: #CBAD60;
  letter-spacing: 1.5px;
}
.popup .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon, .popup .text_block .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon, .text_block .popup .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon,
.popup .gform_wrapper.gravity-theme .gravity-theme > h2 .gform-icon,
.popup .gform_wrapper.gravity-theme .gfield_description > h2 .gform-icon,
.popup .gform_wrapper.gravity-theme .validation_message > h2 .gform-icon {
  display: none;
}
.popup .gform_wrapper.gravity-theme .gfield.gfield--width-third,
.popup .gform_wrapper.gravity-theme .gfield--width-half {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  -ms-grid-row-align: end;
      align-self: end;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .popup .gform_wrapper.gravity-theme .gfield.gfield--width-third,
  .popup .gform_wrapper.gravity-theme .gfield--width-half {
    grid-column: 1/-1;
    padding-top: 20px;
  }
}
.popup .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .ginput_container input {
  line-height: 1;
}
.popup .gform_wrapper.gravity-theme input {
  letter-spacing: 1.5px;
  font-size: 18px;
  border: 1px solid #5c5c5c;
}
.popup .gform_wrapper.gravity-theme input[type=submit] {
  border: none;
}
.popup .gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
.popup .gform_wrapper.gravity-theme legend {
  padding-top: 40px;
}
.popup .gform_wrapper.gravity-theme .ginput_container_multiselect {
  border: 1px solid;
}
.popup .gform_wrapper.gravity-theme .ginput_container_multiselect select option {
  color: #5c5c5c;
}
.popup .gform_wrapper.gravity-theme #field_5_27 .gfield_description {
  font-size: 14px;
  color: #5c5c5c;
  padding-top: 10px;
}
.popup .gform_wrapper.gravity-theme .gform_heading {
  padding: 0 0 0 0;
}
@media only screen and (max-width: 1280px) {
  .popup .gform_wrapper.gravity-theme .gform_heading {
    padding: 0;
  }
}
.popup .gform_wrapper.gravity-theme .gform_heading h2 {
  font-size: 31px;
  color: #5c5c5c;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1680px) {
  .popup .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
  }
}
.popup .gform_wrapper.gravity-theme .gform_footer {
  float: left;
}
.popup .gform_wrapper.gravity-theme .gform_footer .top_label {
  position: relative;
}
.popup .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 30px;
  left: 120px;
}
@media only screen and (max-width: 750px) {
  .popup .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
    left: 100px;
  }
}
.popup .gform_confirmation_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-flex.j-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer.site-footer {
  overflow: hidden;
}

.bg-dark {
  position: relative;
  z-index: 1;
}
.bg-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  z-index: -1;
}

.ful_link {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.dl_section_revised {
  overflow: hidden;
  float: unset;
}
.dl_section_revised .dl_clear {
  clear: left;
  display: block;
}

#spinnaker-modal-content {
  padding-top: 100px;
}

.dl-xs-padding {
  padding-top: var(--xs-size);
  padding-bottom: var(--xs-size);
}

.dl-sm-padding {
  padding-top: var(--sm-size);
  padding-bottom: var(--sm-size);
}

.dl-md-padding {
  padding-top: var(--md-size);
  padding-bottom: var(--md-size);
}

.dl-lg-padding {
  padding-top: var(--lg-size);
  padding-bottom: var(--lg-size);
}

.dl-xl-padding {
  padding-top: var(--xl-size);
  padding-bottom: var(--xl-size);
}

.dl-xs-padding-top {
  padding-top: var(--xs-size);
}

.dl-sm-padding-top {
  padding-top: var(--sm-size);
}

.dl-md-padding-top {
  padding-top: var(--md-size);
}

.dl-lg-padding-top {
  padding-top: var(--lg-size);
}

.dl-xl-padding-top {
  padding-top: var(--xl-size);
}

.dl-xs-padding-bottom {
  padding-bottom: var(--xs-size);
}

.dl-sm-padding-bottom {
  padding-bottom: var(--sm-size);
}

.dl-md-padding-bottom {
  padding-bottom: var(--md-size);
}

.dl-lg-padding-bottom {
  padding-bottom: var(--lg-size);
}

.dl-xl-padding-bottom {
  padding-bottom: var(--xl-size);
}

.dl-xs-margin {
  margin-top: var(--xs-size);
  margin-bottom: var(--xs-size);
}

.dl-sm-margin {
  margin-top: var(--sm-size);
  margin-bottom: var(--sm-size);
}

.dl-md-margin {
  margin-top: var(--md-size);
  margin-bottom: var(--md-size);
}

.dl-lg-margin {
  margin-top: var(--lg-size);
  margin-bottom: var(--lg-size);
}

.dl-xl-margin {
  margin-top: var(--xl-size);
  margin-bottom: var(--xl-size);
}

.dl-xs-margin-top {
  margin-top: var(--xs-size);
}

.dl-sm-margin-top {
  margin-top: var(--sm-size);
}

.dl-md-margin-top {
  margin-top: var(--md-size);
}

.dl-lg-margin-top {
  margin-top: var(--lg-size);
}

.dl-xl-margin-top {
  margin-top: var(--xl-size);
}

.dl-xs-margin-bottom {
  margin-bottom: var(--xs-size);
}

.dl-sm-margin-bottom {
  margin-bottom: var(--sm-size);
}

.dl-md-margin-bottom {
  margin-bottom: var(--md-size);
}

.dl-lg-margin-bottom {
  margin-bottom: var(--lg-size);
}

.dl-xl-margin-bottom {
  margin-bottom: var(--xl-size);
}

.site-logo {
  display: block;
  width: 22.67226087rem;
}
.site-logo img {
  width: 100%;
  height: auto;
}
.site-logo--footer {
  width: 150px;
}
@media only screen and (max-width: 750px) {
  .site-logo {
    width: 20rem;
    max-width: 20rem;
  }
}
@media only screen and (max-width: 600px) {
  .site-logo {
    width: 12rem;
  }
}

.sticky-header .site-logo {
  width: 20rem;
  max-width: 20rem;
}
@media only screen and (max-width: 1680px) {
  .sticky-header .site-logo {
    width: 16rem;
  }
}
@media only screen and (max-width: 1440px) {
  .sticky-header .site-logo {
    width: 11.5rem;
  }
}

.site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .site-menu {
    padding: 20px 30px;
    margin-top: 5.65rem;
    margin-top: 7.3rem;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #272727;
    height: calc(100vh - 114px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .site-menu {
    margin-top: 7.1rem;
  }
}
@media only screen and (max-width: 750px) {
  .site-menu {
    margin-top: 6.7rem;
    height: calc(100vh - 81px);
  }
}
@media only screen and (max-width: 600px) {
  .site-menu {
    margin-top: 5.5rem;
  }
}
.site-menu__first-level {
  font-family: "Acumin", sans-serif;
  position: relative;
  padding: 0 10px 0 0;
  font-size: 0.7826086957rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  cursor: pointer;
  padding-right: 0.1rem !important;
  /*  &:nth-last-child(1) {
    padding: 20px 0 50px 0;
  } */
}
@media only screen and (max-width: 1280px) {
  .site-menu__first-level {
    font-size: 1rem;
    position: relative;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    display: inline-block;
  }
}
.site-menu__opener {
  background: url(images/arrow-white.svg) center/contain no-repeat;
  width: 0.4412478261rem;
  height: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  .site-menu__opener {
    display: block;
    height: 70px;
    line-height: 70px;
    background-size: 20px auto;
    background-position: right;
    padding: 0;
    width: 1.2rem;
    -webkit-transition: none;
    transition: none;
  }
}
.site-menu__item {
  position: relative;
}
@media (min-width: 1281px) {
  .site-menu__item {
    border-bottom: 0;
  }
}
.site-menu__item .js-open-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 60px 0 0;
}
@media only screen and (max-width: 1680px) {
  .site-menu__item .js-open-left {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu__item .js-open-left {
    margin: 0;
    overflow: hidden;
  }
}
.site-menu__item .js-open-left:nth-last-child(1) {
  padding: 0;
}
.site-menu__item .submenu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0rem;
  background-color: white;
  top: 3rem;
  padding: 2.308973913rem 1.84273913rem;
}
@media only screen and (max-width: 1280px) {
  .site-menu__item .submenu {
    padding: 1.2rem !important;
  }
}
.site-menu__item .submenu::before {
  display: block;
  content: "";
  width: 0.7144521739rem;
  height: 0.3024826087rem;
  background-image: url("images/triangulo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 3rem;
  top: -0.3rem;
}
@media (max-width: 1280px) {
  .site-menu__item .submenu {
    width: 103vw !important;
    padding-top: 4rem !important;
    position: fixed;
    top: 8rem !important;
    left: 0 !important;
  }
}
.site-menu__item .submenu a {
  color: #000 !important;
  padding: 0 !important;
  font-family: "Acumin", sans-serif;
  font-size: 0.7826086957rem;
  letter-spacing: 0.18rem;
  line-height: 2rem;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.site-menu__item .submenu a:hover {
  border-bottom: 0.1rem solid #CBAD60;
  -webkit-transition: none;
  transition: none;
  border-bottom: 0 !important;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #cbad60 !important;
  transition: all 0.1s ease-in-out;
}
.site-menu__item.hover .js-open-left .site-menu__opener {
  background: url(images/arrow-yellow.svg) center/contain no-repeat;
}
@media only screen and (max-width: 1280px) {
  .site-menu__item.hover .js-open-left .site-menu__opener {
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (min-width: 1280px) {
  .site-menu__item.js-open .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .site-menu__item.js-open .js-open-left .site-menu__opener {
    background: url(images/arrow-yellow.svg) center/contain no-repeat;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1280px) {
  .site-menu__item.js-open .js-open-left .site-menu__opener {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu__item {
    margin: 0;
    display: inline-block;
    padding: 0.2899169565rem 0 !important;
    width: 100%;
    border-bottom: 0;
  }
  .site-menu__item.js-open .submenu--list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 1280px) {
  .site-menu__item.hover .submenu--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu__item.hover .submenu--list {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu__item--list {
    position: static;
  }
}
.site-menu__item .submenu {
  position: absolute;
  background: #ffffff;
  -webkit-filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(15px 15px 20px rgba(0, 0, 0, 0.1));
  display: none;
}
@media only screen and (max-width: 1024px) {
  .site-menu__item .submenu.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.site-menu__item .submenu__item:hover .submenu__title {
  color: #CBAD60;
}
.site-menu__item .submenu--list::after {
  content: "";
  background: transparent;
  width: 100%;
  position: absolute;
  top: -30px;
  height: 35px;
}
@media only screen and (max-width: 1280px) {
  .site-menu__item .submenu--list {
    display: block;
    width: 100vw !important;
    height: 100%;
    top: 0 !important;
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    z-index: 2;
    padding: 20px;
    padding-top: 60px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
  }
  .site-menu__item .submenu--list.js-open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.site-menu__item .submenu--list .submenu__item {
  display: block;
  padding: 0 22px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  margin-bottom: 1.25em;
  line-height: 1.25em;
}
@media only screen and (max-width: 1440px) {
  .site-menu__item .submenu--list .submenu__item {
    letter-spacing: 0.05rem;
    white-space: break-spaces;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu__item .submenu--list .submenu__item {
    width: 100%;
    letter-spacing: 0.25rem;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .site-menu__item .submenu--list .submenu__item .submenu__title {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .site-menu__item .submenu--list .submenu__item:nth-last-child(2) {
    border: none;
  }
}
.site-menu__item .submenu--list .submenu__item:hover {
  color: #272727;
}
@media only screen and (max-width: 1280px) {
  .site-menu__item .submenu--list .submenu__item:hover {
    color: #CBAD60;
  }
}
@media (min-width: 1281px) {
  .site-menu__item .submenu--list .submenu__item {
    white-space: nowrap !important;
  }
}
.site-menu .header__yellow {
  background: transparent;
  padding: 0;
  margin-top: 1.5rem;
}
@media (min-width: 1281px) {
  .site-menu .header__yellow {
    display: none;
  }
}
.site-menu .header__yellow .col {
  padding: 1rem 0.7rem;
  border: 0.02rem solid #CBAD60;
}
.site-menu .header__yellow .col .icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.site-menu .header__yellow .col a {
  color: #ffffff !important;
}
@media (max-width: 580px) {
  .site-menu .header__yellow .col a {
    font-size: 0.7rem;
  }
}
.site-menu .dl_cta_buttons {
  position: relative;
}
.site-menu .dl_cta_buttons.hover .submenu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.site-menu .dl_cta_buttons.hover .carry::after {
  display: block !important;
  content: "";
  width: 0.7144521739rem;
  height: 0.3024826087rem;
  background-image: url("images/triangulo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 3.7rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.site-menu .dl_cta_buttons .carry {
  display: block;
  font-family: "Acumin", sans-serif;
  font-size: 0.7826086957rem;
  text-transform: uppercase;
  padding: 0.6808521739rem 1.746530435rem;
  line-height: 1;
  padding-top: calc(0.6808521739rem + 0.25em);
  white-space: nowrap;
}
@media screen and (max-width: 1500px) and (min-width: 1280px) {
  .site-menu .dl_cta_buttons .carry {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .site-menu .dl_cta_buttons .carry {
    margin: auto;
    margin-top: 1.2rem;
  }
}
.site-menu .dl_cta_buttons .submenu--list {
  display: none;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: auto !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  gap: 0rem;
  background-color: white !important;
  top: 4rem !important;
  position: absolute;
  -ms-flex-direction: row;
      flex-direction: row;
  right: 0;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .site-menu .dl_cta_buttons .submenu--list {
    display: block;
    width: 100vw !important;
    height: 100vh;
    top: 7rem !important;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
    padding: 0;
    padding-top: 4rem !important;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-menu .dl_cta_buttons .submenu--list .site-menu__close {
    position: absolute;
    top: 0;
    display: block;
    left: 2.2rem;
  }
  .site-menu .dl_cta_buttons .submenu--list .site-menu__close::before {
    display: inline-block;
  }
}
@media only screen and (max-width: 600px) {
  .site-menu .dl_cta_buttons .submenu--list {
    top: 5.3rem !important;
  }
}
.site-menu .dl_cta_buttons .submenu--list a {
  color: #000 !important;
  padding: 0 !important;
  font-family: "Acumin", sans-serif;
  font-size: 0.7826086957rem;
  letter-spacing: 0.18rem;
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 {
  padding: 2.308973913rem 1.84273913rem !important;
  min-width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1280px) {
  .site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 {
    padding-bottom: 0 !important;
  }
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 a {
  font-size: 0.7391304348rem;
  letter-spacing: 0;
  line-height: 1.086956522rem;
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 h3 {
  margin-bottom: 0.8658652174rem;
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 h3 a {
  font-family: "Prohibition";
  font-size: 1.739130435rem;
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 h4 a {
  font-family: Noki;
  font-size: 1.086956522rem;
  line-height: 1;
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 h5 {
  margin-bottom: 0.8658652174rem;
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 h5:first-of-type a {
  margin-top: 0.8rem;
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 h5 a {
  font-size: 0.7391304348rem;
  line-height: 1;
  color: #CBAD60 !important;
}
@media only screen and (max-width: 1280px) {
  .site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 h5 a {
    font-size: 0.9rem;
    padding: 0.2rem 0 !important;
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2 p a {
    font-size: 0.9rem;
    padding: 0.2rem 0 !important;
    display: block;
  }
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2:first-of-type {
  position: relative;
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2:first-of-type::after {
  content: "";
  width: 0.02rem;
  height: calc(100% - 2.308973913rem - 2.308973913rem);
  background: #272727;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1280px) {
  .site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2:first-of-type::after {
    display: none;
  }
}
.site-menu .dl_cta_buttons .submenu--list .submenu--col-1-2:last-of-type h5 a {
  color: #BA654A !important;
}
.site-menu__cont {
  position: absolute;
  top: 0;
  left: 40px;
}
.site-menu__close {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .site-menu__close {
    display: block;
    font-size: 20px;
    font-family: "BebasNeue", sans-serif;
    background: none;
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 1rem !important;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1024px) {
  .site-menu__close {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 600px) {
  .site-menu__close {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .site-menu__close:before {
    margin-right: 10px;
    width: 8px;
    height: 15px;
    background: url(images/arrow-menu.svg) center/contain no-repeat;
    content: "";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}
.site-menu .carry,
.site-menu .shop {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .site-menu .carry,
  .site-menu .shop {
    display: inline-block;
    margin: 30px 20px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .site-menu .carry,
  .site-menu .shop {
    margin: 15px 20px 10px 0;
  }
}

.responsive__btn {
  float: left;
  position: relative;
  z-index: 11;
  width: 28px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  margin-left: 25px;
}
.responsive__btn span {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
}
.responsive__btn span:nth-child(1) {
  top: 0px;
}
.responsive__btn span:nth-child(2), .responsive__btn span:nth-child(3) {
  top: 9px;
}
.responsive__btn span:nth-child(4) {
  top: 18px;
}
.responsive__btn.burger_menu {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .responsive__btn {
    display: block;
  }
}

.menu-responsive-open .responsive__btn span {
  background: #ffffff;
}
.menu-responsive-open .responsive__btn span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .responsive__btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-responsive-open .responsive__btn span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.menu-responsive-open .site-menu.burger_menu {
  display: block;
}
.menu-responsive-open .header__bottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.carry,
.shop {
  color: #000;
  background-color: #CBAD60;
  padding: 18px 21px;
  margin: 0 0.618em;
  font-size: 14px;
  letter-spacing: 4px;
  font-family: "Acumin";
}
@media only screen and (max-width: 1440px) {
  .carry,
  .shop {
    padding: 18px 15px;
    margin: 0 0.418em;
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.carry:hover,
.shop:hover {
  opacity: 0.8;
}
.carry:nth-last-child(1),
.shop:nth-last-child(1) {
  margin-right: 0;
}

.menu-responsive-open .header {
  background: #272727;
  height: 100%;
}

@media only screen and (max-width: 1280px) {
  .sticky-header .site-menu {
    height: calc(100vh - 95px);
    margin-top: 5.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .sticky-header .site-menu {
    height: calc(100vh - 72px);
    margin-top: 5.5rem;
  }
}
.sticky-header .site-menu .header__item .submenu {
  top: 2.4rem;
}
.sticky-header .site-menu .submenu {
  top: 2.4rem;
}
.sticky-header .site-menu .dl_cta_buttons a.carry::after {
  top: 3.2rem;
}
.sticky-header .site-menu .dl_cta_buttons .submenu--list {
  top: 3.5rem !important;
}
@media only screen and (max-width: 1280px) {
  .sticky-header .site-menu .dl_cta_buttons .submenu--list {
    top: 5rem !important;
  }
}
@media only screen and (max-width: 600px) {
  .sticky-header .site-menu .dl_cta_buttons .submenu--list {
    top: 5.5rem !important;
    height: calc(100vh - 5.5rem);
    padding-bottom: 5.5rem;
  }
}

.mobil-search {
  display: none;
}
@media (max-width: 1280px) {
  .mobil-search {
    display: block;
  }
}
.mobil-search button {
  background: #CBAD60;
  width: 2.35rem;
  height: 2.35rem;
  right: 0;
  background-image: url(./images/lupa.svg);
  background-repeat: no-repeat;
  background-size: 62%;
  background-position: center;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1280px) {
  .mobil-search button {
    top: 3.56rem;
  }
}
@media (max-width: 750px) {
  .mobil-search button {
    top: 3.35rem;
  }
}
@media (max-width: 600px) {
  .mobil-search button {
    top: 2.6rem;
  }
}

.search-form-movil {
  position: absolute;
  background: #CBAD60;
  margin-left: 1.8rem;
  display: none;
  right: 5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1280px) {
  .search-form-movil {
    display: block;
    top: 50%;
  }
}
@media (max-width: 750px) {
  .search-form-movil {
    right: 3.5rem;
  }
}
@media (max-width: 600px) {
  .search-form-movil {
    right: 3.35rem;
  }
}
.search-form-movil:hover #search-field-movil {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  width: 88vw;
}
@media (max-width: 750px) {
  .search-form-movil:hover #search-field-movil {
    width: 82vw;
  }
}
@media (max-width: 600px) {
  .search-form-movil:hover #search-field-movil {
    width: 80vw;
  }
}
.search-form-movil.open #search-field-movil {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  width: 88vw;
}
@media (max-width: 750px) {
  .search-form-movil.open #search-field-movil {
    width: 82vw;
  }
}
@media (max-width: 600px) {
  .search-form-movil.open #search-field-movil {
    width: 80vw;
  }
}
.search-form-movil #search-field-movil {
  z-index: 999999;
  position: relative;
  background: #CBAD60;
  font-family: "Acumin", sans-serif;
  font-size: 0.7826086957rem;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  padding: 0.8rem;
  padding-bottom: 0.6rem;
  padding-right: 1rem;
  width: 2.5rem;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  outline: none;
}
@media (max-width: 1024px) {
  .search-form-movil #search-field-movil {
    padding: 0.52rem;
    padding-bottom: 0.2rem;
    width: 2rem;
  }
}
.search-form-movil #search-field-movil::-webkit-input-placeholder {
  color: #000;
}
.search-form-movil #search-field-movil::-moz-placeholder {
  color: #000;
}
.search-form-movil #search-field-movil:-ms-input-placeholder {
  color: #000;
}
.search-form-movil #search-field-movil::-ms-input-placeholder {
  color: #000;
}
.search-form-movil #search-field-movil::placeholder {
  color: #000;
}
.search-form-movil #search-submit-movil {
  z-index: 9999999;
  background: #CBAD60;
  width: 2.35rem;
  height: 2.35rem;
  position: absolute;
  right: 0;
  background-image: url(./images/lupa.svg);
  background-repeat: no-repeat;
  background-size: 62%;
  background-position: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .search-form-movil #search-submit-movil {
    width: 1.8rem;
    height: 1.65rem;
  }
}
.search-form-movil #unibox-suggest-box a {
  color: var(--ag-background-color);
}

.search-form {
  position: relative;
  background: #CBAD60;
  margin-left: 1.8rem;
}
@media only screen and (max-width: 1680px) {
  .search-form {
    margin-left: 20px;
  }
}
@media (max-width: 1280px) {
  .search-form {
    display: none;
  }
}
.search-form:hover #search-field {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  width: 9rem;
}
.search-form.open #search-field {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  width: 9rem;
}
.search-form #search-field {
  background: #CBAD60;
  font-family: "Acumin", sans-serif;
  font-size: 0.7826086957rem;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  padding: 0.8rem;
  padding-bottom: 0.6rem;
  padding-right: 1rem;
  width: 2.5rem;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  outline: none;
}
.search-form #search-field::-webkit-input-placeholder {
  color: #000;
}
.search-form #search-field::-moz-placeholder {
  color: #000;
}
.search-form #search-field:-ms-input-placeholder {
  color: #000;
}
.search-form #search-field::-ms-input-placeholder {
  color: #000;
}
.search-form #search-field::placeholder {
  color: #000;
}
.search-form #search-submit {
  background: #CBAD60;
  width: 2.35rem;
  height: 2.35rem;
  position: absolute;
  right: 0;
  background-image: url(./images/lupa.svg);
  background-repeat: no-repeat;
  background-size: 62%;
  background-position: center;
  cursor: pointer;
  z-index: 10;
}
.search-form #unibox-suggest-box a {
  color: var(--ag-background-color);
}

#ss360-layer {
  background: var(--ag-background-color) !important;
}
#ss360-layer #ss360-search-result-heading {
  color: #fff;
}
#ss360-layer #ss360-no-results {
  color: #fff;
}
@media (max-width: 1280px) {
  #ss360-layer {
    width: 93% !important;
    height: 96% !important;
    left: 3.5% !important;
    top: 2% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
}

.ss360-layer-content .ss360-suggests {
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
.ss360-layer-content .ss360-suggests article .ss360-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.ss360-layer-content .ss360-suggests article .ss360-content-container p {
  width: 92%;
  font-family: "Acumin", sans-serif;
  color: #fff;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 600px) {
  .socials {
    display: none;
  }
}
.socials a {
  display: block;
  height: 15px;
  width: auto;
}
.socials a:hover {
  opacity: 0.5;
}

.learnmore {
  display: inline-block;
  cursor: pointer;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
  background: #CBAD60;
  color: #ffffff;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
  background: transparent;
  border: 1px solid #5c5c5c;
  color: #000;
  margin: 20px 0;
}
.learnmore:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.learnmore--line {
  border: 2px solid #333F44;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.learnmore--line:hover {
  background: #D8D8D8 !important;
  color: #000 !important;
}
@media only screen and (max-width: 600px) {
  .learnmore {
    padding: 0 20px;
  }
}
.learnmore:hover {
  background: #5c5c5c !important;
  color: #ffffff !important;
  border: 1px solid #5c5c5c;
}
.learnmore::after {
  content: "→";
  float: right;
  margin-top: -1px;
  margin-left: 5px;
  /*  position: absolute;
  top: -1px;
  right: 28px; */
}

.button, .age-gate .age-gate-submit .age-gate-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  cursor: pointer;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
  background: #CBAD60;
  color: #ffffff;
  padding: 0 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 0;
}
.button:hover, .age-gate .age-gate-submit .age-gate-button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #333F44 !important;
  color: #ffffff !important;
}
.button--line,
.woocommerce #respond input#submit--line,
.woocommerce a.button--line,
.woocommerce button.button--line,
.woocommerce input.button--line {
  border: 2px solid #333F44;
  background: none;
  color: #000 !important;
  line-height: 36px;
}
.button--line:hover,
.woocommerce #respond input#submit--line:hover,
.woocommerce a.button--line:hover,
.woocommerce button.button--line:hover,
.woocommerce input.button--line:hover {
  background: #D8D8D8 !important;
  color: #000 !important;
}
@media only screen and (max-width: 600px) {
  .button, .age-gate .age-gate-submit .age-gate-button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    padding: 0 20px;
  }
}

.dl_btn {
  padding: 0.7252565217rem 1.84273913rem;
  font-family: "Prohibition";
  font-size: 1.61rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2812217391rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .dl_btn {
    font-size: 1rem;
  }
}
.dl_btn.dl_color_1 {
  color: white;
}
.post-cont .post-thumbnail {
  width: 100%;
  padding-top: 67.25%;
  position: relative;
  margin-bottom: 19px;
}
.post-cont .post-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.post-cont .post-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-cont .post-thumbnail a img {
  width: 100% !important;
  height: 100% !important;
}
.post-cont__date {
  font-size: 16px;
  font-family: "BebasNeue", sans-serif;
  color: #606A6E;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .post-cont__date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__date {
    font-size: 12px;
  }
}
.post-cont__title {
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .post-cont__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__title {
    font-size: 16px;
  }
}
.post-cont__title:hover {
  color: #CBAD60;
}
.post-cont__link {
  font-size: 16px;
  font-family: "BebasNeue", sans-serif;
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .post-cont__link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .post-cont__link {
    font-size: 12px;
  }
}
.post-cont__link:hover {
  color: #CBAD60;
}

.archive-cont__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 1024px) {
  .archive-cont__list {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .archive-cont__list {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .archive-cont__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.single-header__title {
  margin: 0 auto;
  width: 985px;
  max-width: 100%;
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .single-header__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__title {
    font-size: 26px;
  }
}
.single-header__introduction {
  margin: 0 auto;
  width: 773px;
  max-width: 100%;
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.2;
  color: #606A6E;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .single-header__introduction {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__introduction {
    font-size: 24px;
  }
}
.single-header__date {
  margin: 0 auto;
  width: 773px;
  max-width: 100%;
  font-size: 16px;
  font-family: "BebasNeue", sans-serif;
  color: #606A6E;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .single-header__date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .single-header__date {
    font-size: 12px;
  }
}
.single-header .post-thumbnail {
  margin-top: 70px;
  width: 100%;
}
.single-header .post-thumbnail img {
  width: 100%;
  height: auto;
}

.single-content {
  padding: 80px 0 168px 0;
}
.single-content__cont {
  margin: 0 auto;
  width: 620px;
  max-width: 100%;
}
.single-content__cont h1, .single-content__cont h2, .single-content__cont h3, .single-content__cont h4, .single-content__cont h5, .single-content__cont h6 {
  color: #000;
  margin-bottom: 20px;
}
.single-content__cont h1 {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h1 {
    font-size: 32px;
  }
}
.single-content__cont h2 {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h2 {
    font-size: 26px;
  }
}
.single-content__cont h3 {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h3 {
    font-size: 28px;
  }
}
.single-content__cont h4 {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h4 {
    font-size: 24px;
  }
}
.single-content__cont h5 {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h5 {
    font-size: 16px;
  }
}
.single-content__cont h6 {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont h6 {
    font-size: 16px;
  }
}
.single-content__cont p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont p {
    font-size: 16px;
  }
}
.single-content__cont ul, .single-content__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.single-content__cont ul li {
  list-style: disc;
}
.single-content__cont a:hover {
  text-decoration: underline;
}
.single-content__cont blockquote {
  padding-left: 30px;
  border-left: 1px solid #CBAD60;
}
.single-content__cont blockquote p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .single-content__cont blockquote p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-content__cont blockquote p {
    font-size: 16px;
  }
}
.single-content__cont img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.single-content__cont .alignleft {
  float: left;
  margin-right: 30px;
}
.single-content__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.single-content__cont .alignright {
  float: right;
  margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .latest_news {
    padding: 0 0 0 33px;
  }
}
.latest_news__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media only screen and (max-width: 600px) {
  .latest_news__cont {
    width: 100%;
    padding-right: 27%;
  }
}
.latest_news__cont .slick-list {
  overflow: visible;
}
.latest_news__cont .slick-slide {
  margin-right: 40px;
}
.latest_news__cont .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px 0 23.5px;
  width: 100vw;
  padding: 0 30px;
  margin-left: -30px;
  margin-top: 48px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.latest_news__cont .slick-dots li {
  margin: 0 23.5px;
  position: relative;
}
.latest_news__cont .slick-dots li * {
  font-size: 16px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .latest_news__cont .slick-dots li * {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .latest_news__cont .slick-dots li * {
    font-size: 12px;
  }
}
.latest_news__cont .slick-dots li:before {
  position: absolute;
  left: -17px;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  content: "";
  cursor: pointer;
}
.latest_news__cont .slick-dots li.slick-active:before {
  border: 1px solid #CBAD60;
  background: #CBAD60;
}
.latest_news .posts_grid__cont {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.latest_news .post-cont .post-thumbnail {
  width: 100%;
  padding-top: 67.25%;
  position: relative;
  margin-bottom: 19px;
}
.latest_news .post-cont .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.flickity-page-dot:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flickity-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.flickity-prev-next-button {
  width: 50px;
  height: 40px;
  top: 47%;
}
@media only screen and (max-width: 1024px) {
  .flickity-prev-next-button {
    top: 46%;
  }
}
@media only screen and (max-width: 750px) {
  .flickity-prev-next-button {
    top: 44%;
  }
}

.flickity-button-icon {
  display: none;
}

.flickity-prev-next-button.previous {
  background: url(images/slider-arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.flickity-prev-next-button.next {
  background: url(images/slider-arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.layout_instagram__slider .flickity-prev-next-button.next {
  right: 6%;
  top: 46%;
}
.layout_instagram__slider .flickity-prev-next-button.previous {
  left: 6%;
  top: 46%;
}

.breadcrumb,
.woocommerce-breadcrumb {
  font-size: 16px;
  font-family: "BebasNeue", sans-serif;
  color: #5c5c5c;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .breadcrumb,
  .woocommerce-breadcrumb {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .breadcrumb,
  .woocommerce-breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb span,
.breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a {
  display: inline-block;
  position: relative;
  color: #5c5c5c;
  margin: 0 15px 15px 15px;
}
.breadcrumb span:before,
.breadcrumb a:before,
.woocommerce-breadcrumb span:before,
.woocommerce-breadcrumb a:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background: #5c5c5c;
  content: "";
}
.breadcrumb span:nth-child(1):before,
.breadcrumb a:nth-child(1):before,
.woocommerce-breadcrumb span:nth-child(1):before,
.woocommerce-breadcrumb a:nth-child(1):before {
  display: none;
}
.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: #000;
}

.post-item__iamge {
  position: relative;
}
.post-item__title {
  padding: 10px 0;
}
.post-item__title a {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .post-item__title a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .post-item__title a {
    font-size: 24px;
  }
}
.post-item__text {
  font-size: 16px;
  color: #F7F7F7;
  padding: 5px 15px;
  text-align: center;
  font-weight: 400;
  font-family: "helveticaneue", sans-serif;
}
.post-item .learnmore {
  color: #ffffff;
  position: relative;
}

.single_recipes .learnmore {
  display: none;
}

.searchbar_recipes {
  margin: 0 auto;
  text-align: center;
}
.searchbar_recipes__cont {
  width: 100%;
  padding: 50px 0;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .searchbar_recipes__cont {
    padding: 25px 0;
  }
}
.searchbar_recipes .js-filter {
  padding: 10px 20px 10px 50px;
  width: 30%;
  max-width: 100%;
  font-size: 18px;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: 10px;
  /*  &::before {
    content: "";
    background: url(images/search.svg) no-repeat center/contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: auto;
    margin-left: 10px;
  }  */
  /* .search {
    border: 1px solid #CECECE;
    font-size: 18px;
    @include inputs();
    width: 70%;
    padding: 10px 40px;

    @include responsive ('mobile-h') {
      width: 100%;
    }
  } */
}
@media only screen and (max-width: 750px) {
  .searchbar_recipes .js-filter {
    width: 100%;
  }
}
.searchbar_recipes .js-filter:focus {
  outline: none;
  border: none;
}
.searchbar_recipes .post-item__text-cont {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.searchbar_recipes .post-item__text-cont:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.searchbar_recipes .post-item__text-cont img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.searchbar_recipes .recipes_grid__cont {
  padding-bottom: 50px;
}
.searchbar_recipes .recipes_grid__cont .recipes_grid__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .searchbar_recipes .recipes_grid__cont .recipes_grid__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .searchbar_recipes .recipes_grid__cont .recipes_grid__title {
    font-size: 26px;
  }
}
.searchbar_recipes .recipes_grid__cont .recipes_grid__description {
  color: #ffffff;
  margin: 20px 0;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 18px;
}
.searchbar_recipes .recipes_grid__cont .internals__cont .post-item .post-item__text-cont .post-item__title__recipes {
  color: #F7F7F7;
}
.searchbar_recipes .recipes_grid__cont .internals__cont .post-item .post-item__text-cont .post-item__title__recipes .intructions {
  color: #5c5c5c;
}
.searchbar_recipes .recipes_grid__cont .internals__cont .post-item .post-item__text-cont .post-item__title__recipes .post-item__text {
  color: #F7F7F7;
}
.searchbar_recipes .no-results {
  font-size: 50px;
  text-align: center;
  color: #ffffff;
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
.searchbar_recipes .internals {
  position: relative;
}
.searchbar_recipes .internals .post-item__title__recipes {
  color: #F7F7F7;
}

.single_recipes, .single-press {
  background-color: #272727;
  padding: 200px 0 160px 0;
}
@media only screen and (max-width: 750px) {
  .single_recipes, .single-press {
    padding: 120px 0 100px 0;
  }
}
.single_recipes .post-item__text-cont, .single-press .post-item__text-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  justify-items: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single_recipes .post-item__text-cont a, .single-press .post-item__text-cont a {
  cursor: default;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .single_recipes .post-item__text-cont, .single-press .post-item__text-cont {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.single_recipes .post-item__text-cont img, .single-press .post-item__text-cont img {
  width: 435px;
  max-height: 435px;
  aspect-ratio: 1;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .single_recipes .post-item__text-cont img, .single-press .post-item__text-cont img {
    margin: 0 0 20px 0;
  }
}
.single_recipes .post-item__text-cont .post-item__text,
.single_recipes .post-item__text-cont .post-item__title,
.single_recipes .post-item__text-cont .post-item__subtitle, .single-press .post-item__text-cont .post-item__text,
.single-press .post-item__text-cont .post-item__title,
.single-press .post-item__text-cont .post-item__subtitle {
  text-align: left;
  color: #F7F7F7;
}
.single_recipes .post-item__text-cont .post-item__text a,
.single_recipes .post-item__text-cont .post-item__title a,
.single_recipes .post-item__text-cont .post-item__subtitle a, .single-press .post-item__text-cont .post-item__text a,
.single-press .post-item__text-cont .post-item__title a,
.single-press .post-item__text-cont .post-item__subtitle a {
  cursor: default;
  pointer-events: none !important;
}
.single_recipes .post-item__text-cont .post-item__subtitle, .single-press .post-item__text-cont .post-item__subtitle {
  font-size: 20px;
  padding-top: 20px;
}
.single_recipes .post-item__text-cont .post-item__title__recipes, .single-press .post-item__text-cont .post-item__title__recipes {
  color: #F7F7F7;
}
.single_recipes .post-item__text-cont .post-item__title__recipes a, .single-press .post-item__text-cont .post-item__title__recipes a {
  cursor: pointer;
  pointer-events: auto;
}
.single_recipes .post-item__text-cont .post-item__title__recipes a:hover, .single-press .post-item__text-cont .post-item__title__recipes a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.single_recipes .button, .single_recipes .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .single_recipes .age-gate-button, .single-press .button, .single-press .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .single-press .age-gate-button {
  display: table;
  margin: 50px auto;
}
.single_recipes .recipe-button, .single-press .recipe-button {
  padding-top: 10px;
  text-align: left;
  float: left;
}
.single_recipes .recipe-button:hover, .single-press .recipe-button:hover {
  color: #ffffff;
  text-decoration: underline;
}
.single_recipes .intructions,
.single_recipes .recipe_text, .single-press .intructions,
.single-press .recipe_text {
  font-size: 16px;
  color: #ffffff;
  font-family: "helveticaneue", sans-serif;
  line-height: 1.6;
  text-align: left;
  padding-top: 10px;
}
.single_recipes ul li, .single-press ul li {
  list-style: disc;
  list-style-position: inside;
  padding: 5px 0px;
}

.single-recipes {
  background-color: #272727;
}

.searchbar_recipes .internals .post-item__title__recipes .intructions {
  color: #606A6E;
}

.hero-home {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .hero-home__cont {
    height: 140vw !important;
    overflow: hidden;
  }
}
@media only screen and (max-width: 750px) {
  .hero-home__cont .flickity-viewport {
    height: 140vw !important;
  }
}
.hero-home__cont video,
.hero-home__cont img,
.hero-home__cont iframe {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 750px) {
  .hero-home__cont video,
  .hero-home__cont img,
  .hero-home__cont iframe {
    height: 140vw;
    width: auto;
  }
}
.hero-home__cont .hero-home__cont,
.hero-home__cont .video_home {
  position: relative;
}
.hero-home__cont .hero-home__cont::before,
.hero-home__cont .video_home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
  opacity: 0.3;
}
.hero-home__cont .home-hero__slider {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .hero-home__cont .home-hero__slider {
    height: 100vw;
  }
}
.hero-home__image {
  width: 100%;
  aspect-ratio: 2.12;
}
.hero-home__image img {
  width: 100%;
}
.hero-home__content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(6%, -50%);
          transform: translate(6%, -50%);
  z-index: 4;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1280px) {
  .hero-home__content {
    -webkit-transform: translate(0, -51%);
            transform: translate(0, -51%);
  }
}
@media only screen and (max-width: 750px) {
  .hero-home__content {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}
@media only screen and (max-width: 750px) {
  .hero-home__content {
    padding-top: 2em;
  }
}
.hero-home__big_text {
  color: #ffffff;
  font-size: 4.782608696rem;
  line-height: 4.635652174rem;
  letter-spacing: 3.33px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Prohibition";
  margin-bottom: 1.398704348rem;
  /* &::after {
      @include white-line();
      margin: 30px 0 20px 0;

      @include responsive ('tablet-h') {
          margin: 20px 0 15px 0;
      }

      @include responsive ('mobile-v') {
          margin: 10px 0;
      }
  }*/
}
@media only screen and (max-width: 1440px) {
  .hero-home__big_text {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .hero-home__big_text br {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .hero-home__big_text {
    font-size: 40px;
    line-height: 1em;
  }
}
.hero-home__bottom_text {
  font-size: 1rem;
  line-height: 1.391304348rem;
  color: #ffffff;
  font-weight: 400;
  width: 400px;
  max-width: 100%;
  font-family: "Acumin";
}
@media only screen and (max-width: 1024px) {
  .hero-home__bottom_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-home__bottom_text {
    font-size: 12px;
    line-height: 1.25em;
  }
  .hero-home__bottom_text br {
    display: none;
  }
}
.hero-home__text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 4;
}
.hero-home__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.397778261rem;
  margin-top: 2.397778261rem;
}
@media only screen and (max-width: 750px) {
  .hero-home__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-home__buttons a {
    width: 100%;
  }
}
.hero-home__buttons a {
  padding: 0.7252565217rem 1.84273913rem;
  display: block;
  font-family: "Prohibition";
  font-size: 1.61rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2812217391rem;
  padding-bottom: calc(0.7252565217rem + 0.15em);
}
.hero-home__buttons a.dl_btn_color_1 {
  background-color: #CBAD60;
}
.hero-home__buttons a.dl_btn_color_2 {
  background-color: #BA654A;
}

.hero_internal {
  position: relative;
  float: unset;
  clear: both;
  width: 100%;
  height: 31.6704087rem;
}
.hero_internal::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(2, 2, 0, 0.56);
  width: 100%;
  height: 100%;
}
.hero_internal__title {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.25px;
}
@media only screen and (max-width: 1024px) {
  .hero_internal__title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .hero_internal__title {
    font-size: 32px;
  }
}
.hero_internal__description {
  color: white;
  font-size: 1rem;
  font-family: var(--font-body);
}
.hero_internal .logo-hero {
  width: 400px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 750px) {
  .hero_internal .logo-hero {
    width: 200px;
  }
}
.hero_internal .row_cont {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}
.hero_internal .row_cont img {
  max-width: 15.70218261rem;
}
@media only screen and (max-width: 750px) {
  .hero_internal .row_cont {
    width: 100%;
    text-align: center;
  }
}

.page-subscribe .hero_internal {
  height: 350px;
}

.internals {
  margin: 0 auto;
  text-align: center;
}
.internals__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .internals__cont {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .internals__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-timeline .hero_internal {
  height: 36.59154783rem;
}
.page-timeline .hero_internal .row_cont {
  top: unset;
  bottom: 4.254782609rem;
  max-width: 78.69565217rem;
  width: min(100%, 78.69565217rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-timeline .hero_internal__title {
  font-family: var(--font-title);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 3.913043478rem;
  max-width: 29.1559087rem;
}
.page-timeline .hero_internal__description {
  max-width: 57.06923043rem;
}
.page-timeline .hero_internal:before {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  .page-timeline .hero_internal {
    height: 25rem;
  }
}

.hero_spirits {
  position: relative;
  height: 780px;
  width: 100%;
}
.hero_spirits::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(48, 35, 8, 0.39);
  width: 100%;
  height: 100%;
}
.hero_spirits .row_cont {
  top: calc(50% + 60px);
}
.hero_spirits__title {
  font-size: 90px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 11.25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero_spirits__title::after {
  content: "";
  border-top: 1px solid #ffffff;
  width: 90px;
  margin: 20px 0;
  margin: 10px auto;
}
.hero_spirits__subtitle {
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  padding: 22px 0 32px 0;
  letter-spacing: 3.13px;
  font-weight: 400;
  font-family: "helveticaneue", sans-serif;
}
.hero_spirits__description {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 2px;
  font-family: "helveticaneue", sans-serif;
}

.header {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  float: left;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #000;
}
@media only screen and (max-width: 600px) {
  .header {
    position: fixed;
  }
}
.header.sticky-header {
  position: fixed;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.header.sticky-header .header__top {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  gap: 20px;
}
@media only screen and (max-width: 1280px) {
  .header.sticky-header .header__top__center .responsive__btn.js-open {
    top: 2.6rem;
  }
}
@media only screen and (max-width: 600px) {
  .header.sticky-header .header__top__center .responsive__btn.js-open {
    top: 2.7rem;
  }
}
.header.sticky-header .header__top .site-logo {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.header .container {
  background-color: #000;
}
@media (max-width: 1280px) {
  .header > .header__yellow {
    display: none;
  }
}
.header__yellow {
  width: 100%;
  background: #CBAD60;
  padding: 0.8991695652rem 1.720630435rem;
  height: 2.7rem;
}
.header__yellow .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}
.header__yellow .col .icon {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.header__yellow .col .icon.icon-cart {
  content: "";
  background-image: url("images/icono-cart.svg");
  width: 1.322121739rem;
  height: 1.150595652rem;
}
.header__yellow .col .icon.icon-location {
  background-image: url("images/ico-location.svg");
  width: 0.689126087rem;
  height: 1.040078261rem;
}
.header__yellow .col a {
  font-size: 0.7826086957rem;
  font-family: "Acumin", sans-serif;
  color: #000 !important;
}
.header__top {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1280px) {
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
  }
}
@media only screen and (max-width: 750px) {
  .header__top {
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .header__top .site-logo {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 751px) {
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1281px) {
  .header__top .site-logo {
    margin-bottom: 1rem;
    padding-bottom: 4%;
  }
}
.header__top, .header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.84273913rem 0;
}
@media only screen and (max-width: 1024px) {
  .header__top, .header__bottom {
    padding: 1.720630435rem 0;
  }
}
@media only screen and (max-width: 750px) {
  .header__top, .header__bottom {
    height: auto;
    padding: 1.720630435rem 0;
  }
}
.header__top__left, .header__bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}
.header__top__center, .header__bottom__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1280px) {
  .header__top__center .responsive__btn, .header__bottom__center .responsive__btn {
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header__top__center .responsive__btn.js-open, .header__bottom__center .responsive__btn.js-open {
    top: 3.56rem;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: 750px) {
  .header__top__center .responsive__btn, .header__bottom__center .responsive__btn {
    right: 15px;
  }
  .header__top__center .responsive__btn.js-open, .header__bottom__center .responsive__btn.js-open {
    top: 3.35rem;
  }
}
@media only screen and (max-width: 600px) {
  .header__top__center .responsive__btn.js-open, .header__bottom__center .responsive__btn.js-open {
    top: 2.6rem;
  }
}
.header__top__right, .header__bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
}
@media only screen and (max-width: 1280px) {
  .header__top__right, .header__bottom__right {
    display: none;
  }
}
.header__bottom {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .header__bottom {
    display: block;
  }
}

body {
  -webkit-transition: none !important;
  transition: none !important;
}
body #page {
  -webkit-transition: none !important;
  transition: none !important;
}

.sticky-header .header__top,
.sticky-header .header__bottom {
  padding: 1rem 0;
}
@media only screen and (max-width: 600px) {
  .sticky-header .header__top,
  .sticky-header .header__bottom {
    padding: 1.720630435rem 0;
  }
}

body:not(.home):has(.sticky-header) {
  padding-top: 128px;
}

.site-footer {
  float: left;
  width: 100%;
  background-color: #272727;
  background-color: #232323;
  margin-top: -2px;
  color: white;
  font-family: "Acumin", sans-serif;
}
.site-footer a {
  color: white;
}
.site-footer__cont {
  padding: 40px 0 73px 0;
  padding-top: 4.956521739rem;
  padding-bottom: 4.608695652rem;
}
.site-footer__cont2 {
  border-top: 0.0869565217rem solid #CBAD60;
  padding-top: 1.105652174rem;
  padding-bottom: 1.869565217rem;
}
.site-footer__cont2 p,
.site-footer__cont2 a,
.site-footer__cont2 div {
  color: white;
  font-family: "Acumin", sans-serif;
  font-size: 0.6956521739rem;
}
.site-footer__cont2 a:hover {
  text-decoration: underline;
}
.site-footer__cont2 .site-footer__container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media (max-width: 767px) {
  .site-footer__cont2 .site-footer__container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .site-footer__cont2 .site-footer__container2.site-footer__copy {
    margin-top: 0.5em;
  }
}
.site-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0;
  -ms-grid-rows: auto 1.5rem auto 1.5rem auto;
      grid-template-areas: "footer_logo footer_menu footer_menu" "footer_logo footer_locations footer_giving_back" "footer_social footer_locations footer_cta";
  -ms-grid-columns: 24.652174rem 0 10.816rem 0 calc(var(--content-width) - 10.816rem - 24.65217391rem);
  grid-template-columns: 24.652174rem 10.816rem calc(var(--content-width) - 10.816rem - 24.65217391rem);
}
.site-footer__container .site-logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: footer_logo;
  width: 100%;
  max-width: 21.652174rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .site-footer__container .site-logo {
    width: 100%;
  }
}
.site-footer__container .site-logo img {
  width: 14.40782609rem;
}
.site-footer__container .site-footer__menu {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: footer_menu;
  font-family: "Prohibition";
}
.site-footer__container .site-footer__menu a {
  font-size: 1rem;
  font-family: "Prohibition";
  font-weight: 400;
  letter-spacing: 0.22em;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1.5rem;
}
.site-footer__container .site-footer__menu a:first-of-type {
  width: 9.17391304rem;
}
.site-footer__container .site-footer__menu a:last-of-type {
  margin-right: 0;
}
.site-footer__container .site-footer__social {
  margin-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 21.652174rem;
  width: 100%;
}
.site-footer__container .site-footer__social a img {
  width: 22px;
  height: 100%;
  max-height: 22px;
  margin-right: 26px;
}
@media only screen and (max-width: 600px) {
  .site-footer__container .site-footer__social a img {
    margin-right: 16px;
  }
}
.site-footer__container .site-footer__social a img:hover path {
  fill: #CBAD60;
}
.site-footer__container .site-footer__social a:last-of-type img {
  margin-right: 0;
}
.site-footer__container .site-footer__social:last-of-type img {
  margin-right: 0;
}
.site-footer__container .site-footer__locations {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: footer_locations;
  font-size: 0.6956521739rem;
  width: 9.17391304rem;
  margin-right: 1.5rem;
}
.site-footer__container .site-footer__locations p {
  margin-bottom: 1.304347826em;
}
.site-footer__container .site-footer__locations p:last-of-type {
  margin-bottom: 1.304347826em;
}
.site-footer__container .site-footer__giving-back {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: footer_giving_back;
  font-size: 0.79rem;
}
.site-footer__container .site-footer__cta {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: footer_cta;
}
.site-footer__container .site-footer__cta a {
  font-family: "Prohibition";
  border: 0.0434782609rem solid #CBAD60;
  font-size: 1.304347826rem;
  padding: 0.4em;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  padding-bottom: 0.55em;
}
@media only screen and (max-width: 600px) {
  .site-footer__container .site-footer__cta a {
    display: block;
  }
}
.site-footer__container .learnmore {
  margin: 0;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.site-footer__container .form_footer form .gform_body .gfield {
  -ms-grid-column-span: 4 !important;
  grid-column: span 4 !important;
}
@media (max-width: 1280px) {
  .site-footer__container {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .site-footer__container .site-logo {
    margin: auto;
    margin-bottom: 2rem;
  }
  .site-footer__container .site-footer__social {
    margin: auto;
    margin-bottom: 2rem;
  }
  .site-footer__container .site-footer__menu {
    margin-bottom: 2rem;
  }
  .site-footer__container .site-footer__menu a {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
  }
  .site-footer__container .site-footer__locations,
  .site-footer__container .site-footer__giving-back {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .site-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer__menu__item {
  margin-right: 30px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .site-footer__menu__item {
    margin: 0 0 20px 0;
    font-size: 22px;
  }
}
.site-footer__menu__item:hover {
  color: #CBAD60;
}
.site-footer button {
  margin: 0;
}
.site-footer__column {
  position: relative;
}
.site-footer__title {
  font-size: 16px;
  font-family: "BebasNeue", sans-serif;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .site-footer__title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer__title {
    font-size: 12px;
  }
}
.site-footer .learnmore {
  color: #ffffff;
}

.form_footer {
  background: #CBAD60;
  width: calc(100% - 500px);
  padding: 30px;
}
@media only screen and (max-width: 1280px) {
  .form_footer {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1024px) {
  .form_footer {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .form_footer {
    padding: 10px;
  }
}
.form_footer .gform_heading {
  text-align: center;
}
.form_footer .gform_heading h2 {
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}
.form_footer .gform_heading span {
  font-family: "helveticaneue", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
}
.form_footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 1280px) {
  .form_footer form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.form_footer form .gform_wrapper .gform_validation_errors, .form_footer form .text_block .gform_wrapper.gravity-theme #field_5_27, .text_block .form_footer form .gform_wrapper.gravity-theme #field_5_27 {
  background: transparent;
  border: none;
  text-align: center;
  color: #ffffff;
}
.form_footer form .gform_body {
  width: 100%;
}
.form_footer form input[type=email],
.form_footer form input[type=text] {
  height: 50px;
  line-height: 50px;
}
.form_footer form .gform_footer {
  position: relative;
}
.form_footer form .gform_footer .button, .form_footer form .gform_footer .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .form_footer form .gform_footer .age-gate-button {
  background: transparent;
  border: 1px solid #ffffff;
  margin: 0 0 0 30px;
}
.form_footer form .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 30px;
  right: -25px;
  left: auto;
}
.form_footer form .gform_footer input[type=submit] {
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 1280px) {
  .form_footer form .gform_footer input[type=submit] {
    margin: 0;
  }
}
.form_footer .gform_wrapper.gravity-theme .gform_validation_errors, .form_footer .text_block .gform_wrapper.gravity-theme #field_5_27, .text_block .form_footer .gform_wrapper.gravity-theme #field_5_27,
.form_footer .gform_wrapper.gravity-theme .gravity-theme,
.form_footer .gform_wrapper.gravity-theme .gfield_description,
.form_footer .gform_wrapper.gravity-theme .validation_message {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 20px;
  background: transparent;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 1.5px;
  padding: 6px 0 0 0;
  text-align: center;
}
.form_footer .gform_wrapper.gravity-theme .gform_validation_errors > h2, .form_footer .text_block .gform_wrapper.gravity-theme #field_5_27 > h2, .text_block .form_footer .gform_wrapper.gravity-theme #field_5_27 > h2,
.form_footer .gform_wrapper.gravity-theme .gravity-theme > h2,
.form_footer .gform_wrapper.gravity-theme .gfield_description > h2,
.form_footer .gform_wrapper.gravity-theme .validation_message > h2 {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.form_footer .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon, .form_footer .text_block .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon, .text_block .form_footer .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon,
.form_footer .gform_wrapper.gravity-theme .gravity-theme > h2 .gform-icon,
.form_footer .gform_wrapper.gravity-theme .gfield_description > h2 .gform-icon,
.form_footer .gform_wrapper.gravity-theme .validation_message > h2 .gform-icon {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .form_footer .gform_wrapper.gravity-theme .gform_fields {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.form_footer .gform_confirmation_message {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .form_footer .gform_confirmation_message {
    margin: 10px 0;
  }
}
.form_footer .form_footer_descripion {
  text-align: center;
  font-family: "helveticaneue", sans-serif;
  color: #ffffff;
  font-size: 16px;
  padding-top: 20px;
  display: block;
}

.videos {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .videos {
    margin-top: 50px;
  }
}
.videos .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
  .videos .container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.videos__video {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 54%;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .videos__video {
    padding-top: 128% !important;
  }
}
.videos__video video {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.videos__video .image_placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videos__video .image_placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.41)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.41) 100%);
}
.videos__video .image_placeholder img {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos .controls {
  display: none;
}
.videos .video-controls {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px 4px;
  cursor: pointer;
}
.videos .video-controls.pause {
  height: 32px;
  width: 32px;
  background: url(images/pause.svg) center/contain no-repeat;
  z-index: 2;
  font-size: 0;
}
.videos__text-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin-top: 25px;
  width: 435px;
  padding: 0 20px;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .videos__text-cont {
    width: 295px;
  }
}
.videos__title {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .videos__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .videos__title {
    font-size: 24px;
  }
}
.videos .play-button {
  cursor: pointer;
}
.videos--1 .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.videos--1 .videos__video {
  padding-top: 40%;
}

.image-text + .videos,
.videos + .image-text {
  margin-top: 0;
}

.text_block {
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .text_block {
    padding: 15px 0;
  }
}
.text_block__title {
  font-weight: 500;
  padding-bottom: 25px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 30px;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 750px) {
  .text_block__title {
    font-size: 26px;
  }
}
.text_block__text {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: 1.5px;
}
.text_block__text h1, .text_block__text h2, .text_block__text h3, .text_block__text h4, .text_block__text h5, .text_block__text h6 {
  color: #000;
  margin-bottom: 20px;
}
.text_block__text h1 {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .text_block__text h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__text h1 {
    font-size: 32px;
  }
}
.text_block__text h2 {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .text_block__text h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__text h2 {
    font-size: 26px;
  }
}
.text_block__text h3 {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .text_block__text h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__text h3 {
    font-size: 28px;
  }
}
.text_block__text h4 {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .text_block__text h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__text h4 {
    font-size: 24px;
  }
}
.text_block__text h5 {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .text_block__text h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__text h5 {
    font-size: 16px;
  }
}
.text_block__text h6 {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .text_block__text h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__text h6 {
    font-size: 16px;
  }
}
.text_block__text p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .text_block__text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__text p {
    font-size: 16px;
  }
}
.text_block__text ul, .text_block__text ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.text_block__text ul li {
  list-style: disc;
}
.text_block__text a:hover {
  text-decoration: underline;
}
.text_block__text blockquote {
  padding-left: 30px;
  border-left: 1px solid #CBAD60;
}
.text_block__text blockquote p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .text_block__text blockquote p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .text_block__text blockquote p {
    font-size: 16px;
  }
}
.text_block__text img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.text_block__text .alignleft {
  float: left;
  margin-right: 30px;
}
.text_block__text .aligncenter {
  margin: 30px auto;
  display: block;
}
.text_block__text .alignright {
  float: right;
  margin-left: 30px;
}
.text_block__text p {
  font-family: "helveticaneue", sans-serif !important;
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .text_block__text p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
  }
}
.text_block__text li {
  font-family: "helveticaneue", sans-serif;
}
.text_block__text form .gform_body .gfield--width-half {
  -ms-grid-column-span: 12 !important;
  grid-column: span 12 !important;
}
.text_block .button__cont {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.text_block--left {
  text-align: left;
}
.text_block--right {
  text-align: right;
}
.text_block .gform_wrapper.gravity-theme {
  border-top: 1px solid #CBAD60;
  text-align: left;
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  .text_block .gform_wrapper.gravity-theme {
    padding-top: 0;
  }
}
.text_block .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 16px;
  margin-left: 5px;
  color: #5c5c5c;
}
.text_block .gform_wrapper.gravity-theme .gfield_label {
  color: #5c5c5c;
  letter-spacing: 1.5px;
  font-size: 20px;
}
.text_block .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 200px;
  border: 1px solid #5c5c5c;
  letter-spacing: 1.5px;
  font-family: sans-serif;
  text-transform: capitalize;
}
.text_block .gform_wrapper.gravity-theme select.large {
  border: 1px solid #5c5c5c;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 750px) {
  .text_block .gform_wrapper.gravity-theme select.large {
    height: 48px;
  }
}
.text_block .gform_wrapper.gravity-theme .gform_validation_errors, .text_block .gform_wrapper.gravity-theme #field_5_27,
.text_block .gform_wrapper.gravity-theme .gravity-theme,
.text_block .gform_wrapper.gravity-theme .gfield_description,
.text_block .gform_wrapper.gravity-theme .validation_message {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 20px;
  background: transparent;
  color: #CBAD60;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 1.5px;
  padding: 6px 16px 16px 0;
}
.text_block .gform_wrapper.gravity-theme .gform_validation_errors > h2, .text_block .gform_wrapper.gravity-theme #field_5_27 > h2,
.text_block .gform_wrapper.gravity-theme .gravity-theme > h2,
.text_block .gform_wrapper.gravity-theme .gfield_description > h2,
.text_block .gform_wrapper.gravity-theme .validation_message > h2 {
  font-size: 20px;
  color: #CBAD60;
  letter-spacing: 1.5px;
}
.text_block .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon, .text_block .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon,
.text_block .gform_wrapper.gravity-theme .gravity-theme > h2 .gform-icon,
.text_block .gform_wrapper.gravity-theme .gfield_description > h2 .gform-icon,
.text_block .gform_wrapper.gravity-theme .validation_message > h2 .gform-icon {
  display: none;
}
@media only screen and (max-width: 750px) {
  .text_block .gform_wrapper.gravity-theme .gfield.gfield--width-third, .text_block .gform_wrapper.gravity-theme .gfield--width-half {
    grid-column: 1/-1;
    padding-top: 20px;
  }
}
.text_block .gform_wrapper.gravity-theme input {
  letter-spacing: 1.5px;
  font-size: 18px;
  border: 1px solid #5c5c5c;
}
.text_block .gform_wrapper.gravity-theme input[type=submit] {
  border: none;
}
.text_block .gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
.text_block .gform_wrapper.gravity-theme .ginput_container_multiselect select option, .text_block .gform_wrapper.gravity-theme .ginput_container_select select option {
  color: #5c5c5c;
}
.text_block .gform_wrapper.gravity-theme .ginput_container_multiselect select:focus, .text_block .gform_wrapper.gravity-theme .ginput_container_select select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.text_block .gform_wrapper.gravity-theme .ginput_container_multiselect:focus, .text_block .gform_wrapper.gravity-theme .ginput_container_select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.text_block .gform_wrapper.gravity-theme #field_5_27 .gfield_description {
  font-size: 20px;
  color: #CBAD60;
  padding: 10px 0 0;
}
.text_block .gform_wrapper.gravity-theme .gform_heading {
  padding: 20px 0;
}
.text_block .gform_wrapper.gravity-theme .gfield_radio, .text_block .gform_wrapper.gravity-theme .gfield_checkbox {
  cursor: pointer;
}
.text_block .gform_wrapper.gravity-theme .gfield_radio label, .text_block .gform_wrapper.gravity-theme .gfield_checkbox label {
  cursor: pointer;
}
.text_block .gform_wrapper.gravity-theme .gfield_error label {
  color: #000;
}
.text_block .gform_wrapper.gravity-theme .gform_confirmation_wrapper #gform_confirmation_message_1,
.text_block .gform_wrapper.gravity-theme .gform_confirmation_wrapper .gform_confirmation_message {
  color: #CBAD60;
  font-size: 28px;
}
@media only screen and (max-width: 750px) {
  .text_block .gform_wrapper.gravity-theme .gform_confirmation_wrapper #gform_confirmation_message_1,
  .text_block .gform_wrapper.gravity-theme .gform_confirmation_wrapper .gform_confirmation_message {
    margin: 20px 0;
    font-size: 22px;
  }
}
.text_block .gform_wrapper.gravity-theme #field_5_27 {
  padding-bottom: 0;
}
.text_block .gform_confirmation_message_4 {
  color: #CBAD60;
  font-size: 28px;
}
@media only screen and (max-width: 750px) {
  .text_block .gform_confirmation_message_4 {
    margin: 20px 0;
    font-size: 22px;
  }
}

.text_block + .cite {
  padding-top: 0;
}

.text_block + .logos {
  padding-top: 0;
}

.page-template-template-spirits .text_block__title {
  color: #ffffff;
  width: 1060px;
  max-width: 100%;
}
.page-template-template-spirits .text_block {
  background-color: #272727;
}
.page-template-template-spirits .text_block img {
  -webkit-filter: invert(0.5) brightness(10);
          filter: invert(0.5) brightness(10);
}
.page-template-template-spirits .text_block__text {
  width: 1060px;
  max-width: 100%;
}
.page-template-template-spirits .text_block__text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.56;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: "helveticaneue", sans-serif;
}
.page-template-template-spirits .button__cont {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
}

.page-template-template-mixology .text_block__title {
  color: #ffffff;
}
.page-template-template-mixology .text_block__text {
  color: #ffffff;
}

.page-fathersday .text_block__text ol, .page-fathersday .text_block__text ul {
  padding-left: 0;
}
.page-fathersday .text_block__text li {
  margin-bottom: 15px;
  list-style-position: inside;
}

.form_sublabel_below .gfield--width-third {
  -ms-grid-column-span: 12 !important;
  grid-column: span 12 !important;
}
@media only screen and (max-width: 750px) {
  .form_sublabel_below .gfield--width-third {
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important;
  }
}

.buttons-block {
  margin-top: 90px;
  text-align: center;
}
.buttons-block .button, .buttons-block .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .buttons-block .age-gate-button {
  margin: 10px;
}

.two_column {
  padding: 60px 0;
}
.two_column__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .two_column__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.two_column__cont {
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .two_column__cont {
    position: inherit;
  }
}
.two_column__cont__bottom {
  padding-top: 20px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 50px);
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  .two_column__cont__bottom {
    width: calc(100% - 15px);
    position: inherit;
  }
}
.two_column__cont__bottom__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1440px) {
  .two_column__cont__bottom__title {
    color: #000;
  }
}
.two_column__cont__bottom__description {
  padding-top: 10px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 2px;
  font-size: 16px;
  font-family: "helveticaneue", sans-serif;
}
@media only screen and (max-width: 1440px) {
  .two_column__cont__bottom__description {
    color: #000;
  }
}
.two_column__cont__bottom__description p {
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 2px;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .two_column__cont__bottom__description p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  .two_column__cont__bottom__description p {
    font-size: 16px;
  }
}
.two_column__image {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .two_column__image {
    height: auto;
  }
}
.two_column__image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(48, 35, 8, 0.39);
  width: 100%;
  height: 100%;
}
.two_column__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.two_column__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 550px;
  max-width: 100%;
  padding: 0 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.89;
}
@media only screen and (max-width: 1440px) {
  .two_column__content {
    width: 100%;
    line-height: 1;
  }
}
.two_column__title_image {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
  font-size: 90px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  letter-spacing: 11.25px;
  line-height: 0.89;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .two_column__title_image {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column__title_image {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1880px) {
  .two_column__title_image {
    font-size: 55px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column__title_image {
    font-size: 32px;
  }
}
.two_column__title_image::after {
  content: "";
  border-top: 1px solid #ffffff;
  width: 90px;
  margin: 20px 0;
  margin: 20px auto;
  display: block;
}
.two_column__subtitle {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 48px;
  font-weight: 400;
  letter-spacing: 3.75px;
  font-family: "helveticaneue", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .two_column__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .two_column__subtitle {
    font-size: 18px;
    letter-spacing: 1.75px;
  }
}
.two_column .button, .two_column .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .two_column .age-gate-button {
  color: #000;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  padding: 0 42px;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.two_column .button:hover, .two_column .age-gate .age-gate-submit .age-gate-button:hover, .age-gate .age-gate-submit .two_column .age-gate-button:hover {
  background: #CBAD60 !important;
  border: 2px solid #CBAD60;
}

.home .two_column__cont__bottom__title,
.home .two_column__cont__bottom__description {
  color: #ffffff;
}
.home .two_column {
  background-color: #272727;
  padding: 38px 0;
}
@media only screen and (max-width: 1024px) {
  .home .two_column__cont__bottom__description p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .home .two_column__cont__bottom__description p {
    font-size: 18px;
  }
}

.two_column_v2 {
  padding: 3.752082609rem 0;
}
.two_column_v2 .two_column_v2_heading h2 {
  font-family: "Prohibition";
  text-align: center;
  font-weight: 400;
  font-size: 4.347826087rem;
  padding-bottom: 3.9963rem;
}
@media only screen and (max-width: 1280px) {
  .two_column_v2 .two_column_v2_heading h2 {
    font-size: 4rem;
    line-height: 3.835652rem;
  }
}
@media only screen and (max-width: 750px) {
  .two_column_v2 .two_column_v2_heading h2 {
    font-size: 3.2rem;
    line-height: 3rem;
  }
}
.two_column_v2 .two_column_v2__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.434782609rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.434782609rem;
  position: relative;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__image {
  height: 44.55vw;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__image {
    height: 92.596vw;
  }
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__image .two_column_v2__content {
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 2.797408696rem;
}
@media only screen and (max-width: 400px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__image .two_column_v2__content {
    padding: 0.797409rem;
  }
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__image .two_column_v2__content h1 {
  font-size: 5.2rem;
  color: #ffffff;
  letter-spacing: 0.25rem;
  line-height: 4.835652174rem;
}
@media only screen and (max-width: 1280px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__image .two_column_v2__content h1 {
    font-size: 4rem;
    line-height: 3.835652rem;
  }
}
@media only screen and (max-width: 1024px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__image .two_column_v2__content h1 {
    font-size: 4rem;
    line-height: 3.835652rem;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__image .two_column_v2__content h1 {
    font-size: 3.2rem;
    line-height: 3rem;
  }
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__image .two_column_v2__content .two_column_v2__subtitle {
  color: #ffffff;
  font-family: NartoScript;
  font-size: 2.043478261rem;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock {
  text-align: center;
  margin-top: 5%;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  font-size: 2rem;
  font-family: "Prohibition";
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock #eastern-clock {
  color: #cbad60;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock #eastern-clock-hour::after,
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock #central-clock-hour::after {
  content: "hour";
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock #eastern-clock-minute::after,
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock #central-clock-minute::after {
  content: "minute";
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock #eastern-clock-second::after,
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock #central-clock-second::after {
  content: "second";
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock #eastern-clock-minute::before,
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock #central-clock-minute::before,
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock #eastern-clock-second::before,
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock #central-clock-second::before {
  content: ":";
  position: absolute;
  left: 0;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock .innerclock::after {
  position: absolute;
  bottom: -12px;
  font-size: 0.8rem;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock #central-clock {
  color: #ba654a;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__clock .clock .innerclock {
  padding: 1% 2%;
  width: 100%;
  max-width: 100px;
  position: relative;
  margin-bottom: 20px;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container {
  padding: 3.396856522rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.398704348rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.398704348rem;
}
@media only screen and (max-width: 600px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container {
    padding: 2.396856522rem 0 0;
  }
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container .tcv2_sub_item {
  height: 12.282vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container .tcv2_sub_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container .tcv2_sub_item {
    height: 29.282vw;
  }
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container .tcv2_sub_item .tcv2_si_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container .tcv2_sub_item .tcv2_si_title h3,
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container .tcv2_sub_item .tcv2_si_title h4 {
  color: #ffffff;
  font-family: "Prohibition";
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container .tcv2_sub_item .tcv2_si_title h3 {
  font-size: 2.075217391rem;
  text-align: center;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container .tcv2_sub_item .tcv2_si_title h4 {
  font-size: 1.066956522rem;
  text-align: center;
}
@media (max-width: 768px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container .tcv2_sub_item .tcv2_si_title h3 {
    font-size: 1.5rem;
  }
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .tcv2_sub_items_container .tcv2_sub_item .dl_url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 9rem;
  margin-top: 3.396856522rem;
}
@media only screen and (max-width: 1440px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__bottom {
    min-height: 12.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__bottom {
    min-height: auto;
  }
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__bottom .two_column_v2__cont__bottom__description {
  min-height: 170px;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .two_column_v2__cont__bottom .two_column_v2__cont__bottom__description p {
  font-family: "Acumin";
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .dl_btn {
  padding: 0.7252565217rem 1.84273913rem;
  display: block;
  font-family: "Prohibition";
  font-size: 1.61rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2812217391rem;
  text-align: center;
  margin-top: 2.730804348rem;
  padding-bottom: calc(0.7252565217rem + 0.15em);
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .dl_btn.dl_color_1 {
  background: #CBAD60;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont .dl_btn.dl_color_2 {
  background-color: #BA654A;
}
.two_column_v2 .two_column_v2__grid .two_column_v2__cont:last-of-type .dl_btn.dl_color_1 {
  background-color: #BA654A;
}

.home .grid_page {
  background-color: #272727;
}

.grid_page {
  margin-top: -1px;
}
.grid_page__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 38px 1fr 38px 1fr 38px 1fr 38px 1fr 38px 1fr;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 38px;
  padding-top: 38px;
}
@media only screen and (max-width: 1024px) {
  .grid_page__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
    row-gap: 38px;
  }
}
.grid_page__cont .grid_page__item {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid_page__cont .grid_page__item img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid_page__cont .grid_page__item:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.grid_page__cont.cont--1 .grid_page__item {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.grid_page__cont.cont--3 .grid_page__item:nth-child(1) {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(1),
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(2),
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(3), .grid_page__cont.cont--7 .grid_page__item:nth-last-child(1),
.grid_page__cont.cont--7 .grid_page__item:nth-last-child(2),
.grid_page__cont.cont--7 .grid_page__item:nth-last-child(3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(1) .grid_page__title,
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(2) .grid_page__title,
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(3) .grid_page__title, .grid_page__cont.cont--7 .grid_page__item:nth-last-child(1) .grid_page__title,
.grid_page__cont.cont--7 .grid_page__item:nth-last-child(2) .grid_page__title,
.grid_page__cont.cont--7 .grid_page__item:nth-last-child(3) .grid_page__title {
  font-size: 70px;
  letter-spacing: 8.75px;
}
@media only screen and (max-width: 1280px) {
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(1) .grid_page__title,
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(2) .grid_page__title,
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(3) .grid_page__title, .grid_page__cont.cont--7 .grid_page__item:nth-last-child(1) .grid_page__title,
  .grid_page__cont.cont--7 .grid_page__item:nth-last-child(2) .grid_page__title,
  .grid_page__cont.cont--7 .grid_page__item:nth-last-child(3) .grid_page__title {
    font-size: 36px;
    letter-spacing: 2.75px;
  }
}
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(1) .grid_page__subtitle,
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(2) .grid_page__subtitle,
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(3) .grid_page__subtitle, .grid_page__cont.cont--7 .grid_page__item:nth-last-child(1) .grid_page__subtitle,
.grid_page__cont.cont--7 .grid_page__item:nth-last-child(2) .grid_page__subtitle,
.grid_page__cont.cont--7 .grid_page__item:nth-last-child(3) .grid_page__subtitle {
  font-size: 20px;
  letter-spacing: 3.75px;
}
@media only screen and (max-width: 1280px) {
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(1) .grid_page__subtitle,
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(2) .grid_page__subtitle,
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(3) .grid_page__subtitle, .grid_page__cont.cont--7 .grid_page__item:nth-last-child(1) .grid_page__subtitle,
  .grid_page__cont.cont--7 .grid_page__item:nth-last-child(2) .grid_page__subtitle,
  .grid_page__cont.cont--7 .grid_page__item:nth-last-child(3) .grid_page__subtitle {
    font-size: 20px;
    letter-spacing: 2.75px;
  }
}
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(4) .grid_page__title,
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(5) .grid_page__title {
  font-size: 90px;
  letter-spacing: 11.25px;
}
@media only screen and (max-width: 1280px) {
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(4) .grid_page__title,
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(5) .grid_page__title {
    font-size: 46px;
    letter-spacing: 6.25px;
  }
}
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(4) .grid_page__subtitle,
.grid_page__cont.cont--5 .grid_page__item:nth-last-child(5) .grid_page__subtitle {
  font-size: 30px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 1280px) {
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(4) .grid_page__subtitle,
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(5) .grid_page__subtitle {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 750px) {
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(4) .grid_page__subtitle,
  .grid_page__cont.cont--5 .grid_page__item:nth-last-child(5) .grid_page__subtitle {
    font-size: 22px;
  }
}
.grid_page__cont.cont--6 .grid_page__item, .grid_page__cont.cont--9 .grid_page__item {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.grid_page__cont.cont--6 .grid_page__item .grid_page__title, .grid_page__cont.cont--9 .grid_page__item .grid_page__title {
  font-size: 70px;
}
.grid_page__cont.cont--8 .grid_page__item {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.grid_page__cont.cont--8 .grid_page__item:nth-child(1), .grid_page__cont.cont--8 .grid_page__item:nth-child(2) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.grid_page__cont.cont--10 .grid_page__item {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.grid_page__cont.cont--10 .grid_page__item:nth-child(1) {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.grid_page__image {
  position: relative;
  overflow: hidden;
}
.grid_page__image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(48, 35, 8, 0.39);
  width: 100%;
  height: 100%;
}
.grid_page__image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.grid_page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid_page__title::after {
  content: "";
  border-top: 1px solid #ffffff;
  width: 90px;
  margin: 20px 0;
  margin: 10px auto;
}
.grid_page__title, .grid_page__subtitle {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.grid_page__subtitle {
  letter-spacing: 0.25em;
  line-height: 1.3em;
  font-weight: 400;
  font-size: 30px;
  padding-top: 15px;
  font-family: "helveticaneue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .grid_page__subtitle {
    font-size: 20px;
  }
}

.image__text {
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .image__text {
    padding: 20px 0;
  }
}
.image__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 40px;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .image__text__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.image__text__left {
  position: relative;
}
.image__text__left::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(48, 35, 8, 0.39);
  width: 100%;
  height: 100%;
}
.image__text__left img {
  aspect-ratio: 1.6309;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.image__text .image-backgound {
  width: 579px;
  height: 355px;
  aspect-ratio: 1.6309;
}
@media only screen and (max-width: 1024px) {
  .image__text .image-backgound {
    width: 100%;
    height: auto;
  }
}
.image__text__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}
.image__text__title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 30px;
  letter-spacing: 6.75px;
  font-size: 55px;
}
@media only screen and (max-width: 750px) {
  .image__text__title {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
.image__text__subtitle {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  font-family: "helveticaneue", sans-serif;
}
@media only screen and (max-width: 750px) {
  .image__text__subtitle {
    font-size: 16px;
  }
}
.image__text__right {
  padding-left: 30px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .image__text__right {
    padding-left: 0;
  }
}
.image__text__right h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .image__text__right h3 {
    padding-top: 30px;
  }
}
.image__text__right p {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  line-height: 1.6;
  font-family: "helveticaneue", sans-serif;
}

.date_text_block__cont {
  border-bottom: 1px solid #CBAD60;
  margin: 50px auto;
  width: 1200px;
  max-width: 100%;
  margin-bottom: 0;
}
.date_text_block__title {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 50px;
}
.date_text_block__subtitle {
  margin-bottom: 20px;
  font-size: 31px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.date_text_block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .date_text_block__item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .date_text_block__item {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.date_text_block__year {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 10px;
  border-right: 2px solid;
  min-width: 60px;
}
@media only screen and (max-width: 600px) {
  .date_text_block__year {
    min-width: 135px;
    border-right: none;
  }
}
.date_text_block__uppertitle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
}
@media only screen and (max-width: 600px) {
  .date_text_block__uppertitle {
    line-height: 1.3;
    padding-left: 0;
  }
}
.date_text_block__paragraph {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 20px;
  border-left: 1px solid #CBAD60;
  margin-bottom: 40px;
  font-family: "helveticaneue", sans-serif;
}
@media only screen and (max-width: 750px) {
  .date_text_block__paragraph {
    font-size: 16px;
  }
}
.date_text_block .link-style {
  font-weight: 700;
  color: currentColor;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.3);
}
@media only screen and (max-width: 600px) {
  .date_text_block .link-style {
    padding-bottom: 0;
  }
}
.date_text_block .link-style:hover {
  color: rgba(18, 18, 18, 0.6);
}

.date_text_block:nth-last-child(2) .date_text_block__cont {
  border-bottom: none;
}

.block_pages {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .block_pages {
    padding: 20px 0;
  }
}
.block_pages .title, .block_pages .single-press__title, .block_pages .explore .second__title, .explore .block_pages .second__title, .block_pages .date_text_block__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .block_pages .title, .block_pages .single-press__title, .block_pages .explore .second__title, .explore .block_pages .second__title, .block_pages .date_text_block__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .block_pages .title, .block_pages .single-press__title, .block_pages .explore .second__title, .explore .block_pages .second__title, .block_pages .date_text_block__title {
    font-size: 26px;
  }
}
.block_pages__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .block_pages__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block_pages__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block_pages__image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(48, 35, 8, 0.39);
  width: 100%;
  height: 100%;
}
.block_pages__item {
  aspect-ratio: 1;
  position: relative;
  margin: 10px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .block_pages__item {
    margin: 0 0 40px 0;
  }
}
.block_pages__item img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.block_pages__item:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block_pages__title {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .block_pages__title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .block_pages__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1880px) {
  .block_pages__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .block_pages__title {
    font-size: 38px;
  }
}
@media (max-width: 1460px) {
  .block_pages__title {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .block_pages__title {
    font-size: 27px;
  }
}
@media (max-width: 1020px) {
  .block_pages__title {
    font-size: 50px;
  }
}
.block_pages__subtitle {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  height: 2em;
}
@media only screen and (max-width: 1024px) {
  .block_pages__subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .block_pages__subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .block_pages__subtitle {
    font-size: 16px;
  }
}
.block_pages.dl_section_revised .container {
  padding-left: calc(30px + 2rem);
  padding-right: calc(30px + 2rem);
}
@media (max-width: 750px) {
  .block_pages.dl_section_revised .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block_pages.dl_section_revised .container .title, .block_pages.dl_section_revised .container .single-press__title, .block_pages.dl_section_revised .container .explore .second__title, .explore .block_pages.dl_section_revised .container .second__title, .block_pages.dl_section_revised .container .date_text_block__title {
  text-align: left;
  color: #ffffff;
  font-family: var(--font-prohibition);
  font-size: 3.913rem;
  letter-spacing: 0.5rem;
  margin-bottom: 3.252rem;
  line-height: 3.91rem;
}

.hours {
  padding: 100px 0;
  text-align: center;
}
.hours__day, .hours__hour, .hours__notes h2 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.09em;
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}
.hours__hour, .hours__notes h2 {
  margin-bottom: 20px;
}
.hours .button, .hours .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .hours .age-gate-button {
  margin-bottom: 40px;
}
.hours__notes h2 {
  margin-bottom: 20px;
}
.hours p {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 1.1em;
  text-transform: capitalize;
  text-align: center;
  color: #5c5c5c;
  margin-bottom: 20px;
}

.virtual_tour {
  padding: 20px 0;
}
.virtual_tour .title, .virtual_tour .single-press__title, .virtual_tour .explore .second__title, .explore .virtual_tour .second__title, .virtual_tour .date_text_block__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .virtual_tour .title, .virtual_tour .single-press__title, .virtual_tour .explore .second__title, .explore .virtual_tour .second__title, .virtual_tour .date_text_block__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .virtual_tour .title, .virtual_tour .single-press__title, .virtual_tour .explore .second__title, .explore .virtual_tour .second__title, .virtual_tour .date_text_block__title {
    font-size: 26px;
  }
}
.virtual_tour__cont {
  width: 1300px;
  background-color: #f3f3f3;
  height: 500px;
  aspect-ratio: 2.6;
  margin: 0 auto;
}

.map iframe {
  width: 100%;
  margin: 20px 0;
}

.upcoming_events {
  padding-top: 100px;
  padding-bottom: 60px;
}
.upcoming_events__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .upcoming_events__cont {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 750px) {
  .upcoming_events__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.upcoming_events__card {
  overflow: hidden;
  margin: 0 20px 20px;
}
@media only screen and (max-width: 1024px) {
  .upcoming_events__card {
    max-width: 40%;
  }
}
@media only screen and (max-width: 750px) {
  .upcoming_events__card {
    max-width: 100%;
    margin: 40px 0 0 0;
    width: 100%;
  }
}
.upcoming_events .block_pages__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.upcoming_events .block_pages__item img {
  display: block;
  width: 350px;
}
@media only screen and (max-width: 750px) {
  .upcoming_events .block_pages__item img {
    width: 100%;
  }
}
.upcoming_events .block_pages__item:hover .upcoming_events__month-year {
  display: block;
}
.upcoming_events .block_pages__image {
  overflow: hidden;
}
.upcoming_events .block_pages__image img {
  display: block;
  width: 350px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .upcoming_events .block_pages__image img {
    width: 100%;
  }
}
.upcoming_events__uppertitle, .upcoming_events__month-year, .upcoming_events__duration, .upcoming_events__date {
  font-size: 18px;
  text-align: left;
  color: #5c5c5c;
  padding-top: 20px;
}
.upcoming_events__date {
  font-weight: 700;
}
.upcoming_events__month-year {
  font-size: 14px;
  position: absolute;
  top: 30px;
  right: -330px;
  left: auto;
  width: auto;
  text-align: center;
  padding: 10px;
  background: #ffffff;
  outline: 1px solid #ffffff;
  outline-offset: 2px;
  overflow: visible;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "helveticaneue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .upcoming_events__month-year {
    display: block;
    right: 10px;
    top: 10px;
  }
}
.upcoming_events .block_pages__image::before {
  display: none;
}

.events .title, .events .single-press__title, .events .explore .second__title, .explore .events .second__title, .events .date_text_block__title {
  margin-top: 20px;
}

.press {
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .press {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  .press {
    padding-top: 0;
  }
}
.press__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (max-width: 750px) {
  .press__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.press__cont .learnmore {
  color: #000;
}
.press__card {
  max-width: 30%;
  width: 100%;
  overflow: hidden;
  margin: 20px 40px;
  background: #ffffff;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .press__card {
    max-width: 40%;
    margin: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .press__card {
    max-width: 100%;
    margin: 40px 0 0 0;
  }
}
.press .block_pages__item {
  margin: 0;
  position: static;
  /*  @include responsive ('mobile-h') {
    text-align: center;
  } */
}
.press .block_pages__item img {
  display: block;
  width: 100%;
}
.press .block_pages__item .press__card__cont {
  margin-top: 20px;
}
.press__uppertitle, .single-events .post-item .press__text, .press__read__more, .press__text, .press__month-year {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  color: #5c5c5c;
  padding-top: 20px;
  letter-spacing: 1px;
}
.press__month-year {
  padding-bottom: 10px;
  font-size: 16px;
  font-family: "helveticaneue", sans-serif;
  text-transform: capitalize;
}
.press__title {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  color: #5c5c5c;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .press__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .press__title {
    font-size: 16px;
  }
}
.press__text {
  color: #CBAD60;
  font-family: "helveticaneue", sans-serif;
  display: block;
  padding-top: 0;
}
.press__text:hover {
  text-decoration: underline;
  color: #000;
}
.press__read__more {
  margin-left: -10px;
}
@media only screen and (max-width: 1024px) {
  .press__read__more {
    margin-left: 0;
  }
}
.press .learnmore {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.press .block_pages__image::before {
  display: none;
}

.image_text_block {
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .image_text_block {
    padding: 20px 0;
  }
}
.image_text_block__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .image_text_block__content {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.image_text_block__content--decoration {
  padding: 20px 0;
  border-top: 1px solid #CBAD60;
  border-bottom: 1px solid #CBAD60;
  margin: 60px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image_text_block__content--1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image_text_block__content--1 .image_text_block__image {
  aspect-ratio: 3;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .image_text_block__content--1 .image_text_block__image {
    text-align: center;
  }
}
.image_text_block__content--1 .image_text_block__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 500px;
}
.image_text_block__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.image_text_block__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 900px) {
  .image_text_block__image img {
    height: auto;
  }
}
.image_text_block__txt {
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .image_text_block__txt {
    padding-left: 0;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .image_text_block__txt {
    padding-top: 20px;
  }
}
.image_text_block__txt .learnmore {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .image_text_block__txt .learnmore {
    margin: 20px auto;
    display: table;
    margin-bottom: 0;
  }
}
.image_text_block__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .image_text_block__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .image_text_block__title {
    font-size: 26px;
  }
}
.image_text_block__paragraph {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1px;
}
.image_text_block__paragraph p {
  font-family: "helveticaneue", sans-serif;
  padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .image_text_block__paragraph {
    font-size: 16px;
  }
}
.image_text_block__paragraph ul li {
  list-style: disc;
  list-style-position: inside;
  font-family: "helveticaneue", sans-serif;
}
.image_text_block__paragraph ol li {
  list-style-position: inside;
  font-family: "helveticaneue", sans-serif;
}
.image_text_block__paragraph ul, .image_text_block__paragraph li {
  margin-bottom: 28px;
}
@media only screen and (max-width: 600px) {
  .image_text_block .button, .image_text_block .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .image_text_block .age-gate-button {
    display: table;
    margin: 0 auto;
  }
}

.two_column_image {
  padding: 60px 0;
}
.two_column_image__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 80%;
  margin: 20px auto;
  padding-top: 60px;
}
@media only screen and (max-width: 1280px) {
  .two_column_image__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .two_column_image__cont {
    width: 100%;
  }
}
.two_column_image__cont--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.two_column_image__cont--right .two_column_image__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.two_column_image__text {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .two_column_image__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.two_column_image__uppertitle {
  font-size: 38px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.two_column_image__paragraph {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  color: #5c5c5c;
  font-family: "helveticaneue", sans-serif;
}
.two_column_image__picture {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
@media only screen and (max-width: 900px) {
  .two_column_image__picture {
    aspect-ratio: 1.9;
  }
}

.image_full_width__cont {
  margin: 0 auto;
  width: 40%;
  max-width: 100%;
  /* aspect-ratio: 1; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .image_full_width__cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.barrels {
  text-align: center;
}
.barrels__text {
  font-weight: 500;
  padding-bottom: 25px;
  font-size: 30px;
  letter-spacing: 0.09em;
}
.barrels .popup .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select .gfield_select {
  border: 1px solid black;
}

.logos {
  padding: 60px 0;
}
.logos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logos__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .logos__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.logos__cont img {
  width: 125px;
  max-width: 100%;
  max-height: 105px;
}
.logos__btn {
  margin: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .logos__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.logos__btn .button, .logos__btn .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .logos__btn .age-gate-button {
  text-align: center;
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .logos__btn .button, .logos__btn .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .logos__btn .age-gate-button {
    margin: 20px 0;
  }
}

.page-template-template-spirits .logos {
  background-color: #272727;
  padding: 75px 0 0 0;
}
.page-template-template-spirits .logos__cont img {
  -webkit-filter: invert(0.5) brightness(10);
          filter: invert(0.5) brightness(10);
}

.lodging .container {
  text-align: center;
}
.lodging__house {
  margin: 20px auto;
}
.lodging__house::before {
  content: "";
  width: 80%;
  max-width: 100%;
  border-bottom: 1px solid #CBAD60;
  margin: 40px auto;
  text-align: center;
  display: table;
}
.lodging__house:nth-child(1)::before {
  display: none;
}
.lodging__house img {
  width: 500px;
}
.lodging__uppertitle {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
  padding: 20px 0;
  font-family: "helveticaneue", sans-serif;
  line-height: 1.6;
}
.lodging__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .lodging__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lodging__details__item {
  border-right: 1px solid;
  font-size: 20px;
  padding: 0 10px;
  color: #121212;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .lodging__details__item {
    border-right: none;
    margin-bottom: 40px;
  }
}
.lodging__details__item:nth-last-child(1) {
  border-right: none;
}
.lodging__slider {
  width: 100%;
}
.lodging .flickity-cell {
  width: 100%;
}
.lodging .flickity-cell img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 700px;
}
@media only screen and (max-width: 1024px) {
  .lodging .flickity-cell img {
    height: 500px;
  }
}
@media only screen and (max-width: 750px) {
  .lodging .flickity-cell img {
    height: 350px;
  }
}
.lodging__subtitle {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
.lodging__description {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "helveticaneue", sans-serif;
  margin-bottom: 20px;
}
.lodging__description ul li {
  list-style: disc;
  list-style-position: inside;
}
.lodging__description ol li {
  list-style: auto;
  list-style-position: inside;
}
.lodging .button, .lodging .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .lodging .age-gate-button {
  margin: 20px 0;
}

.banner_text {
  width: 100%;
}
.banner_text__img {
  position: relative;
}
.banner_text__img img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 750px) {
  .banner_text__img img {
    height: 34rem;
  }
}
.banner_text__img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background-color: rgba(8, 6, 2, 0.59);
}
.banner_text__txt {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1;
  text-align: center;
  padding: 0 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner_text__txt p {
  font-size: 2.2rem;
  font-family: "Prohibition";
}
@media only screen and (max-width: 750px) {
  .banner_text__txt p {
    font-size: 1.5rem;
  }
}
.banner_text__txt::after {
  content: "";
  border-top: 1px solid #ffffff;
  width: 90px;
  margin: 20px 0;
  margin: 30px 0 35px 0;
}
@media only screen and (max-width: 750px) {
  .banner_text__txt::after {
    margin: 15px 0 15px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .banner_text__txt {
    padding: 0 5%;
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .banner_text__txt {
    padding: 0;
    font-size: 20px;
  }
}
.banner_text__subtitle {
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 1;
  text-align: center;
  letter-spacing: 2.5px;
  font-size: 1.2rem;
  font-family: "Acumin";
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .banner_text__subtitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 750px) {
  .banner_text__subtitle {
    font-size: 0.9rem;
  }
}

.home .layout_instagram {
  background-color: #D8D8D8;
  /* .flickity-prev-next-button.previous {
    background: url(images/slider-arrow.svg) no-repeat center/contain;
  } */
}
.home .layout_instagram__title a:hover {
  color: #CBAD60;
}
.home .layout_instagram .flickity-prev-next-button.next, .home .layout_instagram .flickity-prev-next-button.previous {
  background: url(images/jm-arrow.svg) no-repeat center/contain;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width: 750px) {
  .home .layout_instagram .flickity-prev-next-button.next, .home .layout_instagram .flickity-prev-next-button.previous {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.home .layout_instagram .flickity-prev-next-button.next.previous, .home .layout_instagram .flickity-prev-next-button.previous.previous {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.layout_instagram {
  width: 100%;
  padding: 81px 0 92px 0;
}
.layout_instagram__title {
  color: #CBAD60;
  font-size: 30px;
  text-align: center;
  margin: 0 0 50px 0;
  letter-spacing: 5px;
  font-weight: 400;
  text-align: center;
  font-family: "helveticaneue", sans-serif;
  letter-spacing: 3.75px;
  text-transform: uppercase;
}
.layout_instagram__title a {
  color: #000;
  font-family: "Noki";
  font-weight: 400;
  font-size: 1.739130435rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 750px) {
  .layout_instagram__title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .layout_instagram__title a {
    font-size: 16px;
  }
}
.layout_instagram__title a:hover {
  color: #CBAD60;
}
.layout_instagram__slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2rem;
}
.layout_instagram__slider .fts-instagram-scrollable {
  height: 100% !important;
  overflow: hidden !important;
}
.layout_instagram__slider .flickity-enabled {
  padding: 0 200px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .layout_instagram__slider .flickity-enabled {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 750px) {
  .layout_instagram__slider .flickity-enabled {
    padding: 0;
  }
}
.layout_instagram__slider .flickity-enabled .flickity-viewport {
  width: 100%;
}
.layout_instagram__slider .flickity-prev-next-button.next {
  background: url(images/slider-arrow-black.svg) no-repeat center/contain;
}
.layout_instagram__slider .flickity-prev-next-button.previous {
  background: url(images/slider-arrow-black.svg) no-repeat center/contain;
}
.layout_instagram__slider .flickity-cell {
  position: absolute !important;
  width: 25% !important;
  height: auto !important;
  aspect-ratio: 1 !important;
}
@media only screen and (max-width: 900px) {
  .layout_instagram__slider .flickity-cell {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 750px) {
  .layout_instagram__slider .flickity-cell {
    width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  .layout_instagram__slider .flickity-cell {
    width: 100% !important;
  }
}

.two_text_interest {
  width: 100%;
  background-color: #272727;
}
.two_text_interest__cont {
  width: 100%;
  padding: 70px 90px 70px 175px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1440px) {
  .two_text_interest__cont {
    padding: 70px 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
  }
}
.two_text_interest__item {
  border-right: 1px solid #ffffff;
}
.two_text_interest__item:nth-last-child(1) {
  border-right: none;
}
@media only screen and (max-width: 1440px) {
  .two_text_interest__item {
    border-right: none;
  }
}
.two_text_interest__title, .two_text_interest__subtitle {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 4.38px;
  text-align: center;
  text-transform: uppercase;
}
.two_text_interest__subtitle {
  font-size: 20px;
  letter-spacing: 2.5px;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "helveticaneue", sans-serif;
  text-align: center;
}
.two_text_interest__subtitle::before {
  content: "";
  border-top: 1px solid #ffffff;
  width: 90px;
  margin: 20px 0;
  margin: 26px auto;
}
@media only screen and (max-width: 1440px) {
  .two_text_interest__subtitle::before {
    margin: 20px auto;
  }
}
.two_text_interest__subtitle:hover {
  color: orange;
}

.image_whith_logo__cont {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: -2px;
}
.image_whith_logo__cont img {
  aspect-ratio: 1.7777;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_whith_logo .row_cont {
  width: 500px;
  max-width: 100%;
}
.image_whith_logo .row_cont img {
  aspect-ratio: 2.72;
}
@media only screen and (max-width: 1024px) {
  .image_whith_logo .row_cont {
    width: 280px;
  }
}

.online_distributors {
  text-align: center;
}
.online_distributors .container {
  width: 1200px;
  max-width: 100%;
}
.online_distributors__subtitle {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 30px 0;
  font-family: "helveticaneue", sans-serif;
}
.online_distributors__links {
  padding: 30px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .online_distributors__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.online_distributors__links__item {
  padding: 0 10px;
  border-right: 1px solid #000;
  color: #000;
  line-height: 2;
  font-size: 18px;
  font-family: "helveticaneue", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .online_distributors__links__item {
    font-size: 20px;
    border-right: none;
  }
}
.online_distributors__links__item:hover {
  color: #CBAD60;
  text-decoration: underline;
}
.online_distributors__links__item:nth-last-child(1) {
  border-right: none;
}
.online_distributors__description {
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 2px;
  font-size: 16px;
  font-family: "helveticaneue", sans-serif;
}

.external_embedded {
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: 1.5px;
  padding: 20px 0;
  font-size: 26px;
  text-align: center;
}
.external_embedded .crtgrphr-location-box {
  padding: 50px 40px !important;
}
.external_embedded .crtgrphr-bottom-space {
  padding-bottom: 10px !important;
}
.external_embedded .crtgrphr-input {
  font-size: 20px;
}
.external_embedded .crtgrphr-button {
  font-size: 18px !important;
  font-weight: 400 !important;
}
.external_embedded #crtgrphr-request-form {
  padding: 20px 0;
}
.external_embedded #crtgrphr-request-form input {
  margin: 20px 0;
  padding: 20px 0;
}
.external_embedded .external_embedded #crtgrphr-request-form input {
  padding: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .external_embedded .crtgrphr-options-field-container {
    padding: 0 10px;
    padding-bottom: 10px;
  }
}
.external_embedded .crtgrphr-text-center {
  padding: 20px 0;
}
.external_embedded .crtgrphr-search-map-button-container {
  width: 250px;
}

.dl_subscription_form {
  padding: 2.6642rem;
}
.dl_subscription_form p {
  font-size: 1rem;
  text-align: center;
  margin-top: 2.597595652rem;
  font-family: "Acumin";
  font-weight: 400;
}
.dl_subscription_form .gform_description {
  font-size: 1.61rem;
  font-family: "Prohibition";
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
.dl_subscription_form form.recaptcha-v3-initialized {
  margin-top: 2.530991304rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dl_subscription_form .gform-body {
  display: inline-block;
  width: 80%;
}
@media only screen and (max-width: 1440px) {
  .dl_subscription_form .gform-body {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .dl_subscription_form .gform-body {
    width: 100%;
  }
}
.dl_subscription_form .gform-body .gform_fields {
  width: 100%;
}
.dl_subscription_form .gform-body .gform_fields .gfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.dl_subscription_form .gform-body .gform_fields .gfield label.gfield_label {
  font-size: 0.8260869565rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  color: #000;
  margin: 0;
  position: relative;
  clip-path: none;
  line-height: 1.391304348rem;
  font-family: "Acumin";
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.dl_subscription_form .gform-body .gform_fields .gfield label.gfield_label .gfield_required {
  display: none;
}
.dl_subscription_form .gform-body .gform_fields .gfield .ginput_container input {
  color: #000;
  font-size: 1rem;
  font-family: "Acumin";
  border-bottom: 0.0952173913rem solid;
}
.dl_subscription_form .gform-body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
  font-size: 0px;
}
.dl_subscription_form .gform-body .gform_fields .gfield .ginput_container input::-moz-placeholder {
  font-size: 0px;
}
.dl_subscription_form .gform-body .gform_fields .gfield .ginput_container input:-ms-input-placeholder {
  font-size: 0px;
}
.dl_subscription_form .gform-body .gform_fields .gfield .ginput_container input::-ms-input-placeholder {
  font-size: 0px;
}
.dl_subscription_form .gform-body .gform_fields .gfield .ginput_container input::placeholder {
  font-size: 0px;
}
.dl_subscription_form .gform-body .gform_fields .gfield:nth-of-type(1) {
  -ms-grid-column: 1 !important;
  -ms-grid-column-span: 4 !important;
  grid-column: 1/span 4 !important;
}
@media only screen and (max-width: 750px) {
  .dl_subscription_form .gform-body .gform_fields .gfield:nth-of-type(1) {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 12 !important;
    grid-column: 1/span 12 !important;
  }
}
.dl_subscription_form .gform-body .gform_fields .gfield:nth-of-type(2) {
  -ms-grid-column: 5 !important;
  -ms-grid-column-span: 4 !important;
  grid-column: 5/span 4 !important;
}
@media only screen and (max-width: 750px) {
  .dl_subscription_form .gform-body .gform_fields .gfield:nth-of-type(2) {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 12 !important;
    grid-column: 1/span 12 !important;
  }
}
.dl_subscription_form .gform-body .gform_fields .gfield:nth-of-type(3) {
  -ms-grid-column: 9 !important;
  -ms-grid-column-span: 4 !important;
  grid-column: 9/span 4 !important;
}
@media only screen and (max-width: 750px) {
  .dl_subscription_form .gform-body .gform_fields .gfield:nth-of-type(3) {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 12 !important;
    grid-column: 1/span 12 !important;
  }
}
.dl_subscription_form .gform_footer {
  display: inline-block;
  margin: auto;
  padding: 0;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .dl_subscription_form .gform_footer {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .dl_subscription_form .gform_footer {
    width: 100%;
  }
}
.dl_subscription_form .gform_footer .gform_button {
  line-height: 1.478695652rem;
  border: 0.15rem solid #000;
  background: transparent;
  color: #000;
  font-family: "Prohibition";
  font-size: 1.478695652rem;
  padding: 0.8931173913rem 2.6642rem;
  padding-bottom: calc(0.8931173913rem + 0.15em);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.dl_subscription_form .gform_footer .gform_button:hover {
  background: #000;
  background-color: #000;
}
.dl_subscription_form.dl-bg-mustard {
  background-color: #ce952f;
}
.dl_subscription_form.dl-bg-mustard div,
.dl_subscription_form.dl-bg-mustard p {
  color: white;
}
.dl_subscription_form.dl-bg-mustard .gform_description {
  color: black;
}
.dl_subscription_form.dl-bg-mustard .gform-body .gform_fields .gfield .ginput_container input {
  border-color: white;
  background-color: transparent;
}
.dl_subscription_form.dl-bg-mustard .gform-body .gform_fields .gfield label.gfield_label {
  color: white;
}
.dl_subscription_form.dl-bg-mustard .gform_footer .gform_button {
  border-color: white;
  color: white;
}
.dl_subscription_form.dl-bg-mustard .gform_footer .gform_button:hover {
  background-color: white !important;
  color: black !important;
}

.grecaptcha-badge {
  z-index: 999;
}

.subscribe {
  padding: 50px 0;
  text-align: center;
  background-color: #272727;
}
.subscribe__cont {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.subscribe__cont .title, .subscribe__cont .single-press__title, .subscribe__cont .explore .second__title, .explore .subscribe__cont .second__title, .subscribe__cont .date_text_block__title {
  color: #ffffff;
  margin-bottom: 50px;
}
.subscribe .gform_wrapper .gravity-theme .gfield_description {
  font-size: 16px;
  color: white;
  letter-spacing: 1.5px;
}
.subscribe .gform_wrapper .gform_validation_errors, .subscribe .text_block .gform_wrapper.gravity-theme #field_5_27, .text_block .subscribe .gform_wrapper.gravity-theme #field_5_27,
.subscribe .gform_wrapper .gravity-theme,
.subscribe .gform_wrapper .gfield_description {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 20px;
  background: transparent;
  color: #CBAD60;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 1.5px;
}
.subscribe .gform_wrapper .gform_validation_errors > h2, .subscribe .text_block .gform_wrapper.gravity-theme #field_5_27 > h2, .text_block .subscribe .gform_wrapper.gravity-theme #field_5_27 > h2,
.subscribe .gform_wrapper .gravity-theme > h2,
.subscribe .gform_wrapper .gfield_description > h2 {
  font-size: 20px;
  color: #CBAD60;
  letter-spacing: 1.5px;
}
.subscribe .gform_wrapper .gform_validation_errors > h2 .gform-icon, .subscribe .text_block .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon, .text_block .subscribe .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon,
.subscribe .gform_wrapper .gravity-theme > h2 .gform-icon,
.subscribe .gform_wrapper .gfield_description > h2 .gform-icon {
  display: none;
}
.subscribe .gform_wrapper .ginput_container_text:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.subscribe .gform_wrapper input {
  letter-spacing: 1.5px;
}
.subscribe .gform_wrapper.gravity-theme .gform_description {
  color: #fff;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .subscribe .gform_wrapper.gravity-theme .gform_fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.subscribe .gform_wrapper.gravity-theme .gform_fields .gfield_visibility_visible {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  max-width: calc(100vw - 30px);
}
.subscribe .gform_confirmation_wrapper #gform_confirmation_message_1 {
  color: #CBAD60;
  font-size: 28px;
}
@media only screen and (max-width: 750px) {
  .subscribe .gform_confirmation_wrapper #gform_confirmation_message_1 {
    margin: 20px 0;
    font-size: 22px;
  }
}

.page-subscribe {
  background-color: #272727;
}

.explore__cont {
  padding: 60px 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  text-align: center;
}
.explore .second__title {
  padding-top: 30px;
}
.explore__subtitle {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 50px 0;
  font-family: "helveticaneue", sans-serif;
  text-align: center;
  border-bottom: 1px solid #CBAD60;
  width: 100%;
}
.explore__paragraph {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  font-family: "helveticaneue", sans-serif;
  padding-top: 50px;
}
.explore__links {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore__links__item {
  padding: 0 10px;
  color: #000;
  line-height: 2;
  font-size: 18px;
  font-family: "helveticaneue", sans-serif;
  text-transform: uppercase;
}
.explore__links__item:hover {
  color: #ce952f;
}

.two_column_info__cont {
  padding: 60px 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #CBAD60;
  font-family: "helveticaneue", sans-serif;
}
.two_column_info__cont h1, .two_column_info__cont h2, .two_column_info__cont h3, .two_column_info__cont h4, .two_column_info__cont h5, .two_column_info__cont h6 {
  color: #000;
  margin-bottom: 20px;
}
.two_column_info__cont h1 {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .two_column_info__cont h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_info__cont h1 {
    font-size: 32px;
  }
}
.two_column_info__cont h2 {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .two_column_info__cont h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_info__cont h2 {
    font-size: 26px;
  }
}
.two_column_info__cont h3 {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .two_column_info__cont h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_info__cont h3 {
    font-size: 28px;
  }
}
.two_column_info__cont h4 {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .two_column_info__cont h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_info__cont h4 {
    font-size: 24px;
  }
}
.two_column_info__cont h5 {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .two_column_info__cont h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_info__cont h5 {
    font-size: 16px;
  }
}
.two_column_info__cont h6 {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .two_column_info__cont h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_info__cont h6 {
    font-size: 16px;
  }
}
.two_column_info__cont p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .two_column_info__cont p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_info__cont p {
    font-size: 16px;
  }
}
.two_column_info__cont ul, .two_column_info__cont ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.two_column_info__cont ul li {
  list-style: disc;
}
.two_column_info__cont a:hover {
  text-decoration: underline;
}
.two_column_info__cont blockquote {
  padding-left: 30px;
  border-left: 1px solid #CBAD60;
}
.two_column_info__cont blockquote p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .two_column_info__cont blockquote p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_info__cont blockquote p {
    font-size: 16px;
  }
}
.two_column_info__cont img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.two_column_info__cont .alignleft {
  float: left;
  margin-right: 30px;
}
.two_column_info__cont .aligncenter {
  margin: 30px auto;
  display: block;
}
.two_column_info__cont .alignright {
  float: right;
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .two_column_info__cont {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}
.two_column_info__cont ul, .two_column_info__cont ol {
  padding-left: 0;
}
@media only screen and (max-width: 750px) {
  .two_column_info__cont ul, .two_column_info__cont ol {
    margin-bottom: 15px;
  }
}
.two_column_info__cont p {
  font-family: "helveticaneue", sans-serif;
  font-size: 18px;
}
.two_column_info__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  padding-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .two_column_info__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_info__title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .two_column_info__title {
    padding-top: 10px;
  }
}
.two_column_info__paragraph {
  font-size: 18px;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
}
.two_column_info__paragraph ul li, .two_column_info__paragraph ol li {
  list-style-position: inside;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .two_column_info__paragraph ul li, .two_column_info__paragraph ol li {
    font-size: 16px;
  }
}
.two_column_info__paragraph p iframe {
  width: 100%;
}
.two_column_info .button, .two_column_info .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .two_column_info .age-gate-button {
  margin: 20px 0;
}

.hero_internal + .slider_image {
  padding-top: 60px;
}

.page-warren-hall .grid_page,
.page-the-still-room .grid_page,
.page-the-grainery .grid_page {
  background: transparent;
  padding: 0 0 40px 0;
}

.page-valpo-events .two_column_info__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 40px 50%;
  grid-template-columns: repeat(2, 50%);
  gap: 40px;
  padding: 0px 0 30px 0;
}
@media only screen and (max-width: 1024px) {
  .page-valpo-events .two_column_info__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.careers {
  padding: 40px 0 0 0;
}
.careers__cont {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.careers__title {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 1.5px;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .careers__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .careers__title {
    font-size: 28px;
  }
}
.careers__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .careers__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.careers__content__left {
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  .careers__content__left {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .careers__content__right {
    margin: 40px 0;
  }
}
.careers__subtitle {
  color: #CBAD60;
  font-family: "helveticaneue", sans-serif;
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.careers__subtitle:hover {
  text-decoration: underline;
}
.careers__description {
  color: #000;
  font-family: "helveticaneue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.careers__description ul, .careers__description ol {
  padding-left: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.careers__description ul li {
  list-style: disc;
}

.faqs__cont {
  margin: 100px 0;
}
.faqs__cont .faqs_item {
  margin-bottom: 20px;
}
.faqs__cont .faqs_item__question {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  font-family: "helveticaneue", sans-serif;
  border: 1px solid black;
  padding: 15px 60px 15px 15px;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .faqs__cont .faqs_item__question {
    padding: 15px 60px 15px 10px;
  }
}
@media only screen and (max-width: 750px) {
  .faqs__cont .faqs_item__question {
    padding: 15px 57px 15px 10px;
    font-size: 18px;
  }
}
.faqs__cont .faqs_item__question:before, .faqs__cont .faqs_item__question:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 29px;
  background: url(images/plus.svg) no-repeat center center;
  background-color: #333F44;
  color: #ffffff;
  content: "";
  font-size: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .faqs__cont .faqs_item__question:before, .faqs__cont .faqs_item__question:after {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .faqs__cont .faqs_item__question:before, .faqs__cont .faqs_item__question:after {
    padding: 22px;
  }
}
.faqs__cont .faqs_item__question:after {
  content: "";
  background: url(images/minus.svg) no-repeat center center;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .faqs__cont .faqs_item__question:after {
    width: auto;
  }
}
.faqs__cont .faqs_item__question .question {
  color: black;
  margin-right: 50px;
}
.faqs__cont .faqs_item .text_block {
  text-align: left;
}
.faqs__cont .faqs_item .text_block ol {
  padding-left: 19px;
}
.faqs__cont .faqs_item .text_block ul {
  padding-left: 19px;
}
.faqs__cont .faqs_item .text_block ul li {
  list-style: initial;
}
.faqs__cont .faqs_item__answer {
  display: none;
  padding: 20px;
  font-family: "helveticaneue", sans-serif;
  line-height: 1.6;
}
.faqs__cont .faqs_item.js-open .faqs_item__question::before {
  opacity: 0;
}
.faqs__cont .faqs_item.js-open .faqs_item__question::after {
  opacity: 1;
  background-color: #333F44;
}

.islays_barrel {
  padding: 60px 0;
}
.islays_barrel .title, .islays_barrel .single-press__title, .islays_barrel .date_text_block__title, .islays_barrel .explore .second__title, .explore .islays_barrel .second__title {
  margin-bottom: 20px;
}
.islays_barrel__text {
  width: 50%;
}
@media only screen and (max-width: 1280px) {
  .islays_barrel__text {
    width: 100%;
  }
}
.islays_barrel__slider {
  width: 100%;
}
.islays_barrel__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 1280px) {
  .islays_barrel__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
  }
}
.islays_barrel__subtitle {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .islays_barrel__subtitle {
    font-size: 22px;
  }
}
.islays_barrel blockquote {
  margin-top: 40px;
}

.dl_cta {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: rgba(39, 39, 39, 0.6) !important;
  background-blend-mode: overlay !important;
}
.dl_cta .container .dl_cta_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 37%;
  grid-template-columns: 60% 37%;
}
@media only screen and (max-width: 1024px) {
  .dl_cta .container .dl_cta_container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 2rem;
  }
}
.dl_cta .container .dl_cta_container .dl_title_container .title, .dl_cta .container .dl_cta_container .dl_title_container .single-press__title, .dl_cta .container .dl_cta_container .dl_title_container .date_text_block__title, .dl_cta .container .dl_cta_container .dl_title_container .explore .second__title, .explore .dl_cta .container .dl_cta_container .dl_title_container .second__title {
  color: white;
  font-size: 3.913043478rem;
  font-family: "Prohibition";
  text-align: left;
  letter-spacing: 0.2rem;
  padding-left: 1.598521739rem;
}
@media (max-width: 767px) {
  .dl_cta .container .dl_cta_container .dl_title_container .title, .dl_cta .container .dl_cta_container .dl_title_container .single-press__title, .dl_cta .container .dl_cta_container .dl_title_container .date_text_block__title, .dl_cta .container .dl_cta_container .dl_title_container .explore .second__title, .explore .dl_cta .container .dl_cta_container .dl_title_container .second__title {
    font-size: 2rem;
  }
}
.dl_cta .container .dl_cta_container .dl_btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dl_cta .container .dl_cta_container .dl_btn_container .dl_btn {
  padding: 1.631730435rem 0;
  width: 19.59601304rem;
  display: block;
  line-height: 1;
  font-family: "Prohibition";
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.4;
  padding-bottom: calc(1.631730435rem + 0.15em);
}
@media only screen and (max-width: 1024px) {
  .dl_cta.layout-1 .container .dl_cta_container .dl_title_container .title, .dl_cta.layout-1 .container .dl_cta_container .dl_title_container .single-press__title, .dl_cta.layout-1 .container .dl_cta_container .dl_title_container .date_text_block__title, .dl_cta.layout-1 .container .dl_cta_container .dl_title_container .explore .second__title, .explore .dl_cta.layout-1 .container .dl_cta_container .dl_title_container .second__title {
    padding-left: 0;
    text-align: center;
  }
}
.dl_cta.layout-1 .container .dl_cta_container .dl_paragraph_container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.dl_cta.layout-1 .container .dl_cta_container .dl_paragraph_container p {
  padding-left: 1.598521739rem;
  font-family: "Acumin", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.391304348rem;
  color: #fff;
  max-width: 39rem;
}
@media only screen and (max-width: 1024px) {
  .dl_cta.layout-1 .container .dl_cta_container .dl_paragraph_container p {
    padding-left: 0;
    text-align: center;
  }
}
.dl_cta.layout-1 .container .dl_cta_container .dl_btn_container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
}
@media only screen and (max-width: 1024px) {
  .dl_cta.layout-1 .container .dl_cta_container .dl_btn_container {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
  }
}
.dl_cta.layout-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (max-width: 750px) {
  .dl_cta.layout-2 .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.dl_cta.layout-2 .container .dl_cta_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24.51141304rem;
  gap: 1.991178261rem;
}
.dl_cta.layout-2 .container .dl_cta_container .dl_title_container h3 {
  margin-bottom: 0;
  text-align: center;
  padding-left: 0;
}
@media only screen and (max-width: 750px) {
  .dl_cta.layout-2 .container .dl_cta_container .dl_title_container h3 {
    font-size: 3.913043478rem;
  }
}
@media only screen and (max-width: 600px) {
  .dl_cta.layout-2 .container .dl_cta_container .dl_title_container h3 {
    font-size: 3rem;
  }
}
.dl_cta.layout-2 .container .dl_cta_container .dl_subtitle_container {
  padding: 0 2.864013043rem;
}
.dl_cta.layout-2 .container .dl_cta_container .dl_subtitle_container .subtitle {
  font-family: "Acumin";
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
.dl_cta.layout-2 .container .dl_cta_container .dl_btn_container a {
  width: 100%;
  padding: 1.598521739rem 0;
  line-height: 1;
  padding-bottom: calc(1.631730435rem + 0.15em);
}
.dl_cta.layout-3 {
  z-index: 1;
  position: relative;
}
.dl_cta.layout-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  z-index: -1;
}
.dl_cta.layout-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dl_cta.layout-3 .container .dl_cta_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dl_cta.layout-3 .container .dl_cta_container .dl_title_container h3 {
  margin-bottom: 0;
  text-align: center;
  padding-left: 0;
}
@media only screen and (max-width: 750px) {
  .dl_cta.layout-3 .container .dl_cta_container .dl_title_container h3 {
    font-size: 3.913043478rem;
  }
}
@media only screen and (max-width: 600px) {
  .dl_cta.layout-3 .container .dl_cta_container .dl_title_container h3 {
    font-size: 3rem;
  }
}
.dl_cta.layout-3 .container .dl_cta_container .dl_subtitle_container {
  padding: 0 2.864013043rem;
}
.dl_cta.layout-3 .container .dl_cta_container .dl_subtitle_container .subtitle {
  color: #fff;
  text-align: center;
  font-family: "Prohibition";
  font-size: 2.173913043rem;
  margin-top: 0.2rem;
}
.dl_cta.layout-3 .container .dl_cta_container .dl_paragraph_container {
  margin-top: 1.81543478rem;
}
.dl_cta.layout-3 .container .dl_cta_container .dl_paragraph_container .paragraph {
  font-family: "NartoScript";
  font-size: 2.130434783rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.dl_cta.layout-3 .container .dl_cta_container .dl_btn_container {
  margin: auto;
  width: 100%;
  margin-top: 1rem;
  max-width: 24.51141304rem;
}
.dl_cta.layout-3 .container .dl_cta_container .dl_btn_container a {
  width: 100%;
  padding: 1.598521739rem 0;
  line-height: 1;
  padding-bottom: calc(1.631730435rem + 0.15em);
}
.dl_cta.dark-background-1, .dl_cta.dark-background-2 {
  position: relative;
  z-index: 1;
}
.dl_cta.dark-background-1::after, .dl_cta.dark-background-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}
.dl_cta.dark-background-1::after {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.dl_cta.dark-background-2::after {
  -webkit-filter: brightness(0.45);
          filter: brightness(0.45);
}
.dl_cta.yellow-button .container .dl_btn_container a {
  background: #CBAD60;
}
.dl_cta.orange-button .container .dl_btn_container a {
  background: #BA654A;
}
.dl_cta.dark-button .container .dl_cta_container .dl_btn_container {
  margin-top: 2rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.dl_cta.dark-button .container .dl_cta_container .dl_btn_container a {
  background: #272727;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .dl_cta.dark-button .container .dl_cta_container .dl_btn_container a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.dl_cta.sm-padding {
  padding: var(--md-size) 0;
}
.dl_cta.md-padding {
  padding: 6.75rem 0;
}
.dl_cta.lg-padding {
  padding: 9.724330435rem 0;
}

.contet_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.contet_banner .col-7 {
  width: 66.84%;
  max-width: 1283.328px;
  padding: 5.261795652rem 30px !important;
  padding-right: 4.129508696rem !important;
}
.contet_banner .col-7 h3 {
  font-family: "Prohibition";
  font-weight: 400;
  font-size: 4.782608696rem;
  letter-spacing: 0.2rem;
  text-align: left;
  max-width: 28.42743913rem;
  margin-bottom: 2.652173913rem;
}
@media only screen and (max-width: 600px) {
  .contet_banner .col-7 h3 {
    font-size: 3rem;
  }
}
.contet_banner .col-7 .subtitle {
  font-size: 2.043478261rem;
  font-family: NartoScript;
  margin-bottom: 1.598521739rem;
}
.contet_banner .col-7 .paragraph {
  font-family: "Acumin";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.391304348rem;
}
@media only screen and (max-width: 900px) {
  .contet_banner .col-7 {
    width: 100%;
    padding-right: 30px !important;
  }
}
.contet_banner .col-3 {
  width: 33.16%;
}
.contet_banner .col-3 .image_container {
  width: 100%;
  height: 100%;
}
.contet_banner .col-3 .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .contet_banner .col-3 {
    width: 100%;
  }
}

.tax-spirits_type .two_columns_grid {
  padding-top: 0;
}
.tax-spirits_type .two_columns_grid .d-flex {
  padding: 0;
  gap: 2.21%;
}
@media only screen and (max-width: 900px) {
  .tax-spirits_type .two_columns_grid .d-flex {
    gap: 2rem;
  }
}
.tax-spirits_type .two_columns_grid .d-flex .two_column_cont {
  width: 48.8%;
}
@media (max-width: 900px) {
  .tax-spirits_type .two_columns_grid .d-flex .two_column_cont {
    width: 100%;
  }
}

.two_columns_grid .d-flex {
  gap: 3.21%;
  width: 100%;
  padding: 0 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .two_columns_grid .d-flex {
    gap: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .two_columns_grid .d-flex {
    padding: 0 0;
  }
}
.two_columns_grid .d-flex .two_column_cont {
  width: 47.08%;
  padding: 6.793708696rem 1em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .two_columns_grid .d-flex .two_column_cont {
    width: 100%;
  }
}
.two_columns_grid .d-flex .two_column_cont h3 {
  font-family: "Prohibition";
  color: #fff;
  font-size: 2.173913043rem;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.two_columns_grid .d-flex .two_column_cont h4 {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  font-weight: 100;
  font-family: var(--font-acumin);
  font-size: 1.15rem;
}
@media only screen and (max-width: 900px) {
  .two_columns_grid .d-flex .two_column_cont h4 {
    font-size: 1rem;
  }
}
.two_columns_grid .d-flex .two_column_cont .full_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  z-index: 1;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.two_columns_grid .d-flex .two_column_cont .ful_link {
  z-index: 2;
}
.two_columns_grid .d-flex .two_column_cont:hover {
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  background-size: 120%;
}
.two_columns_grid .d-flex .two_column_cont:hover .full_img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.two_columns_grid .spc-cta {
  width: 100%;
  padding-left: 2.304347826rem;
  padding-right: 2.304347826rem;
  max-width: 58.65217391rem;
  margin: auto;
  margin-top: 4.79556087rem;
  position: relative;
}
.two_columns_grid .spc-cta a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.two_columns_grid .spc-cta h4 {
  color: #000;
  font-size: 1.61rem;
  color: #000;
  font-family: "Prohibition";
  letter-spacing: 0.2rem;
  margin-bottom: 0.6rem;
}
.two_columns_grid .spc-cta p {
  font-size: 1rem;
  font-family: "Acumin", sans-serif;
  color: #000;
}
.two_columns_grid .spc-cta .dl_icon {
  width: 1.434782609rem;
  height: 1.608695652rem;
  display: block;
  position: absolute;
  right: 2em;
  top: calc(50% - 0.8rem);
  background-image: url(./images/jm-arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.certifications {
  padding: 4.440334783rem 0.999073913rem;
  background: #272727;
}
.certifications h1,
.certifications h2,
.certifications h3,
.certifications h4,
.certifications p,
.certifications li,
.certifications div {
  color: #ffffff;
}
.certifications .title, .certifications .single-press__title, .certifications .date_text_block__title, .certifications .explore .second__title, .explore .certifications .second__title {
  text-align: left;
  font-family: "Prohibition";
  font-size: 1.61rem;
}
.certifications .content_certifications {
  margin-top: 2.3rem;
}
.certifications .content_certifications p {
  color: #fff;
  font-family: "Acumin";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.391304348;
}
.certifications .certifications_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.108234783rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.596669565rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certifications .certifications_container .certification {
  width: 6.438482609rem;
}
.certifications .certifications_container .certification img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.certifications a {
  color: #232323;
}

.tax-spirits_type .certifications {
  background-color: #C8AA60;
}
.tax-spirits_type .certifications .container .dl_title_container .title, .tax-spirits_type .certifications .container .dl_title_container .single-press__title, .tax-spirits_type .certifications .container .dl_title_container .date_text_block__title, .tax-spirits_type .certifications .container .dl_title_container .explore .second__title, .explore .tax-spirits_type .certifications .container .dl_title_container .second__title {
  letter-spacing: 0.15em;
}
.tax-spirits_type .certifications .container .content_certifications p {
  letter-spacing: 0.05em;
}
.tax-spirits_type .certifications .container .content_certifications p span {
  color: #232323;
  font-size: 1rem;
  font-weight: 500;
}
.tax-spirits_type .certifications .container .certifications_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.three_columns_grid {
  padding: 3.729878261rem 0;
}
.three_columns_grid .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_columns_grid .title, .three_columns_grid .single-press__title, .three_columns_grid .date_text_block__title, .three_columns_grid .explore .second__title, .explore .three_columns_grid .second__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: auto;
  margin-bottom: 3.9963rem;
}
.three_columns_grid .title h3, .three_columns_grid .single-press__title h3, .three_columns_grid .date_text_block__title h3, .three_columns_grid .explore .second__title h3, .explore .three_columns_grid .second__title h3 {
  text-align: center;
  font-family: "Prohibition";
  font-size: 1.61rem;
}
.three_columns_grid .btn_url {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #CBAD60;
  margin-top: 3.9963rem;
  padding-left: 9.391304348rem;
  padding-right: 9.391304348rem;
}
@media only screen and (max-width: 750px) {
  .three_columns_grid .btn_url {
    padding-left: 1.84273913rem;
    padding-right: 1.84273913rem;
  }
}
.three_columns_grid .d-flex {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  gap: 3.21%;
  width: 100%;
  padding: 0 2rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 900px) {
  .three_columns_grid .d-flex {
    gap: 2rem;
  }
}
.three_columns_grid .d-flex .three_column_cont {
  width: 31.08%;
  padding: 5.661426087rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .three_columns_grid .d-flex .three_column_cont {
    width: 100%;
  }
}
.three_columns_grid .d-flex .three_column_cont h3 {
  font-family: "Prohibition";
  color: #fff;
  font-size: 2.173913043rem;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.three_columns_grid .d-flex .three_column_cont .full_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  z-index: 1;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.three_columns_grid .d-flex .three_column_cont .ful_link {
  z-index: 2;
}
.three_columns_grid .d-flex .three_column_cont:hover {
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  background-size: 120%;
}
.three_columns_grid .d-flex .three_column_cont:hover .full_img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.dl_timeline h2 {
  font-size: 4.347826087rem;
  color: var(--color-mustard);
}
.dl_timeline .container {
  max-width: min(70.2173913rem, 100%);
  margin-left: auto;
  margin-right: auto;
}
.dl_timeline .container .dl-timeline-container {
  position: relative;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item {
  margin-bottom: 4.025217391rem;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item:last-child {
  margin-bottom: 0;
  padding-bottom: 4.025217391rem;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  margin: 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-ribbon .dl-ti-ribbon-content {
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-ribbon .dl-ti-ribbon-content h2 {
  opacity: 0.2;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-ribbon .dl-ti-ribbon-content .dl-ti-ribbon-title {
  font-size: 2.173913043rem;
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  margin-bottom: 0.8216782609rem;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-ribbon .dl-ti-ribbon-content .dl-ti-ribbon-desc {
  font-size: 1rem;
  text-align: left;
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: normal;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-ribbon .dl-ti-ribbon-content .dl-ti-ribbon-desc h4 {
  font-size: 1.304347826rem;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
}
@media (max-width: 840px) {
  .dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-ribbon .dl-ti-ribbon-content .dl-ti-ribbon-desc h4 {
    margin-bottom: 1rem;
  }
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-ribbon .dl-ti-ribbon-content strong {
  color: var(--color-mustard);
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-ribbon .dl-ti-ribbon-content .dl-ti-ribbon-first-title {
  position: absolute;
  top: -7rem;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-icon_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 1rem 3.069565217rem;
  position: relative;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-icon_wrap .dl-ti-icon {
  background-color: black;
  width: 1.130434783rem;
  height: 0.1304347826rem;
  display: block;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-card_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 12.39130435rem;
      flex-basis: 12.39130435rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-card_wrap {
    top: unset;
    height: unset;
  }
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-card_wrap .dl-ti-card .dl-ti-image img {
  display: block;
  width: 12.39130435rem;
  height: 8.391304348rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-card_wrap .dl-ti-card .dl-ti-content {
  text-align: right;
}
@media (max-width: 840px) {
  .dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 2rem;
  }
  .dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-card_wrap {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    margin-bottom: 1.25rem;
  }
  .dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes .dl-ti-container .dl-ti-icon_wrap {
    position: absolute;
    top: 0;
    left: -3.6rem;
    margin-top: 2rem;
  }
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes.dl-ti-cc--has-image .dl-ti-container .dl-ti-card_wrap {
  height: 8.391304rem;
  top: -3rem;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item .dl-ti-inner .dl-ti-custom-classes.dl-ti-cc--has-content .dl-ti-container .dl-ti-ribbon .dl-ti-ribbon-content .dl-ti-ribbon-desc h4 {
  margin-bottom: 1.969130435rem;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-items .dl-timeline-item.dl-timeline-item-first {
  padding-top: 9.391304348rem;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-line {
  left: 15.95rem;
  right: auto;
  overflow: inherit !important;
  border-color: var(--color-mustard);
  border-style: solid;
  border-width: 2px;
  position: absolute;
  z-index: -1;
  border-left: none !important;
  bottom: 0;
  top: 0;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-line__active {
  background-color: #77b0cd;
}
.dl_timeline .container .dl-timeline-container .dl-timeline-line::after {
  content: "";
  background-image: url("./dist/assets/images/timeline-down-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.4834782609rem;
  left: -0.3713043479rem;
  width: 0.7826086957rem;
  height: 0.4834782609rem;
}
@media (max-width: 840px) {
  .dl_timeline .container .dl-timeline-container .dl-timeline-line {
    left: 0;
    right: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.dl_timeline .container .dl-timeline-description {
  margin-top: 2.144782609rem;
  max-width: 55.33613478rem;
  margin-left: auto;
  margin-right: auto;
}
.dl_timeline .container .dl-timeline-description p,
.dl_timeline .container .dl-timeline-description div {
  font-size: 1.739130435rem;
  font-weight: var(--fw-bold);
  font-family: var(--font-title);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2.608695652rem;
}
@media (max-width: 840px) {
  .dl_timeline h2 {
    font-size: 3.5rem;
  }
}

.content_background_logo {
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
  background-size: 100%;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.content_background_logo .logo {
  height: 27.12041739rem;
  width: 29.21685652rem;
  position: absolute;
  top: 0;
  z-index: 1;
  margin-left: -6.3rem;
}
.content_background_logo .logo img {
  -webkit-filter: brightness(0.93);
          filter: brightness(0.93);
  width: 100%;
}
.content_background_logo .container {
  z-index: 2;
  position: relative;
}
.content_background_logo .container h2 {
  font-family: "BNRoute22";
  font-size: 4.782608696rem;
  line-height: 5rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 600px) {
  .content_background_logo .container h2 {
    font-size: 3rem;
  }
}
.content_background_logo .container h3 {
  font-family: "Rats-Get-Fat";
  font-size: 2.173913043rem;
  line-height: 3.47826087rem;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .content_background_logo .container h3 {
    font-size: 1.5rem;
  }
}
.content_background_logo .container h4 {
  color: #CBAD60;
  font-family: "BNRoute22";
  font-size: 1.61rem;
  line-height: 3.083478261rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
}
.content_background_logo .container p {
  color: #ffffff;
  font-family: "Acumin";
  font-size: 1rem;
  margin-bottom: 1.465308696rem;
}
.content_background_logo.background-color.black {
  background: #000;
}
.content_background_logo.background-color.blue {
  background: #5E7A85;
}
.content_background_logo.padding-right .container {
  padding-right: 17.05087826rem;
}
@media only screen and (max-width: 1024px) {
  .content_background_logo.padding-right .container {
    padding-right: 0;
  }
}
.content_background_logo:not(.padding-right) .container {
  max-width: min(65rem, 100%);
}

.page-explore-our-spirits .large_button.style2.dl-md-padding {
  padding-top: 6rem;
}

.large_button.dl-md-padding {
  padding-bottom: 0;
}
.large_button .container {
  padding-left: calc(30px + 2rem);
  padding-right: calc(30px + 2rem);
}
@media (max-width: 750px) {
  .large_button .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.large_button .container .dl_div_buttons {
  background: #294470;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.4rem 3rem;
  gap: 1.31rem;
  position: relative;
}
.large_button .container .dl_div_buttons .one_tittle {
  font-size: 2.173rem;
  line-height: 3.083rem;
  letter-spacing: 0.15em;
  color: #ffffff;
  font-family: var(--font-prohibition);
  line-height: 1em;
}
.large_button .container .dl_div_buttons .two_tittle {
  font-family: var(--font-nartoscript);
  font-size: 2.05rem;
  color: #CBAD60;
  line-height: 3.65rem;
  line-height: 1em;
}
@media (max-width: 650px) {
  .large_button .container .dl_div_buttons .two_tittle {
    text-align: center;
    line-height: 1em;
    margin-top: 0.5em;
  }
}
.large_button .container .dl_div_buttons .link_lb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.large_button .container .dl_div_buttons span {
  position: absolute;
  width: 2.56rem;
  bottom: calc(50% - 1.585rem);
  right: 58px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  height: 3.17rem;
  cursor: pointer;
}
@media (max-width: 680px) {
  .large_button .container .dl_div_buttons span {
    right: auto;
    bottom: 4rem !important;
  }
}
@media (max-width: 890px) {
  .large_button .container .dl_div_buttons {
    display: block;
  }
}
@media (max-width: 680px) {
  .large_button .container .dl_div_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 2rem 6rem 2rem 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .large_button .container .dl_div_buttons span {
    bottom: unset !important;
    right: 2em;
    padding: 2rem 4rem 2rem 2rem;
  }
}
.large_button.style2.dl-md-padding {
  padding-bottom: 6rem;
  padding-top: 2rem;
}
.large_button.style2 .container {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 750px) {
  .large_button.style2 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.large_button.style2 .container .dl_div_buttons {
  background: #CBAD60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.504rem 4.08rem 1.504rem 2.08rem;
  gap: 0.611rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 58.7rem;
  margin: auto;
}
.large_button.style2 .container .dl_div_buttons .one_tittle {
  font-size: 1.63rem;
  line-height: 3.083rem;
  letter-spacing: 0.15em;
  color: #ffffff;
  font-family: var(--font-prohibition);
  line-height: 1em;
}
.large_button.style2 .container .dl_div_buttons .two_tittle {
  font-family: var(--font-acumin);
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.33rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1110px) {
  .large_button.style2 .container .dl_div_buttons .two_tittle {
    max-width: 30rem;
    text-align: left;
    line-height: 1em;
    margin-top: 0.5em;
  }
}
.large_button.style2 .container .dl_div_buttons .link_lb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.large_button.style2 .container .dl_div_buttons span {
  position: absolute;
  width: 2.56rem;
  bottom: calc(50% - 1.585rem);
  right: 2.22rem;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  height: 3.17rem;
  cursor: pointer;
}
@media (max-width: 680px) {
  .large_button.style2 .container .dl_div_buttons span {
    right: 1.5rem !important;
    bottom: 4.5rem !important;
  }
}
@media (max-width: 478px) {
  .large_button.style2 .container .dl_div_buttons span {
    bottom: 5.5rem !important;
  }
}
@media (max-width: 380px) {
  .large_button.style2 .container .dl_div_buttons span {
    bottom: 6.5rem !important;
  }
}
@media (max-width: 890px) {
  .large_button.style2 .container .dl_div_buttons {
    display: block;
  }
}
@media (max-width: 1110px) {
  .large_button.style2 .container .dl_div_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 4rem 4rem 4rem 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-union-hall .hero_internal .image-background .row_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.page-union-hall .hero_internal .image-background .row_cont .logo-hero {
  width: 500px !important;
  height: 185px !important;
  max-width: min(100%, 70rem) !important;
}
.page-union-hall .hero_internal::before {
  background-color: rgba(41, 69, 113, 0.44) !important;
}

.page-spirit .hero_internal::before {
  display: none;
}
.page-spirit .hero_internal .image-background .row_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.page-spirit .hero_internal .image-background .row_cont .hero_internal__title {
  font-size: 4.78rem;
  font-family: var(--font-prohibition);
  letter-spacing: 0.05em;
  line-height: 4.6rem;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 579px) {
  .page-spirit .hero_internal .image-background .row_cont .hero_internal__title {
    font-size: 3rem;
  }
}

.page-explore-our-spirits .hero_internal .row_cont {
  max-width: 43rem;
  width: 100%;
}
.page-explore-our-spirits .hero_internal .row_cont p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.391304348rem;
  font-family: "Acumin";
  letter-spacing: 0.02rem;
}
.page-explore-our-spirits .hero_internal__title {
  font-family: "Prohibition";
  font-weight: 400;
  font-size: 4.782608696rem;
  line-height: 4.482608696rem;
  margin-bottom: 0.5652173913rem;
}
@media (max-width: 600px) {
  .page-explore-our-spirits .hero_internal__title {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}

.page-id-3641 .hero_internal {
  height: 29.95652174rem;
}
.page-id-3641 .hero_internal .image-background .row_cont {
  width: 100%;
  top: 40%;
}
@media (max-width: 1200px) {
  .page-id-3641 .hero_internal .image-background .row_cont {
    top: 50%;
  }
}
.page-id-3641 .hero_internal .image-background .row_cont .hero_internal__title {
  font-size: 4.78rem;
  font-family: var(--font-prohibition);
  letter-spacing: 0.05em;
  line-height: 4.6rem;
  color: #000000;
  font-weight: 400;
}
.page-id-3641 .hero_internal .image-background img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.page-id-3641 .hero_internal:before {
  display: none;
}
@media (max-width: 750px) {
  .page-id-3641 .hero_internal {
    height: 90vw;
  }
  .page-id-3641 .hero_internal .image-background .row_cont {
    top: 60%;
  }
  .page-id-3641 .hero_internal .image-background .row_cont .hero_internal__title {
    font-size: 2.78rem;
    line-height: 1.2;
  }
}

.booking .container {
  padding-left: calc(30px + 2rem);
  padding-right: calc(30px + 2rem);
}
@media (max-width: 768px) {
  .booking .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.booking .container .one_column_booking {
  padding: 5.22rem 0;
}
.booking .container .one_column_booking .one_column_infob {
  font-size: 4.44rem;
  color: #294470;
  line-height: 3.91rem;
  letter-spacing: 0.05em;
  margin-bottom: 3.22rem;
}
@media (max-width: 768px) {
  .booking .container .one_column_booking .one_column_infob {
    font-size: 3.44rem;
  }
}
.booking .container .one_column_booking .two_column_booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.2rem;
}
@media (max-width: 1300px) {
  .booking .container .one_column_booking .two_column_booking {
    gap: 2.2rem;
  }
}
.booking .container .one_column_booking .two_column_booking .two_column_infob {
  width: 22.47826087rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 22.47826087rem;
      flex-basis: 22.47826087rem;
}
.booking .container .one_column_booking .two_column_booking .two_column_infob h3 {
  font-family: var(--font-nartoscript);
  font-size: 2.04rem;
  color: #BA654A;
  line-height: 2rem;
  padding-bottom: 2rem;
}
.booking .container .one_column_booking .two_column_booking .two_column_infob p {
  line-height: 1.399rem;
  font-family: var(--font-acumin);
  letter-spacing: 0.05em;
  color: #221F20;
  margin-bottom: 1em;
}
@media (max-width: 530px) {
  .booking .container .one_column_booking .two_column_booking .two_column_infob p {
    width: 100% !important;
  }
}
@media (max-width: 1300px) {
  .booking .container .one_column_booking .two_column_booking .two_column_infob {
    width: 15.47rem;
    -ms-flex-preferred-size: 15.47rem;
        flex-basis: 15.47rem;
  }
}
@media (max-width: 1150px) {
  .booking .container .one_column_booking .two_column_booking .two_column_infob {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.booking .container .one_column_booking .two_column_booking .three_column_infob {
  width: calc(100% - 22.47826087rem - 4.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.39rem;
}
.booking .container .one_column_booking .two_column_booking .three_column_infob p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #221F20;
  font-family: var(--font-acumin);
}
.booking .container .one_column_booking .two_column_booking .three_column_infob span {
  font-family: var(--font-acuminpro);
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #221F20;
}
.booking .container .one_column_booking .two_column_booking .three_column_infob a:not(.button) {
  line-height: 1.399rem;
  font-family: var(--font-acumin);
  letter-spacing: 0.05em;
  color: #221F20;
}
@media (max-width: 1300px) {
  .booking .container .one_column_booking .two_column_booking .three_column_infob {
    width: calc(100% - 15.47rem - 2.2rem);
  }
}
@media (max-width: 1150px) {
  .booking .container .one_column_booking .two_column_booking .three_column_infob {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .booking .container .one_column_booking .two_column_booking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.three_column_grid_text {
  padding: 3.729878261rem 0;
}
.three_column_grid_text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_column_grid_text .title, .three_column_grid_text .single-press__title, .three_column_grid_text .date_text_block__title, .three_column_grid_text .explore .second__title, .explore .three_column_grid_text .second__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: auto;
  margin-bottom: 3.9963rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.73rem;
}
.three_column_grid_text .title h3, .three_column_grid_text .single-press__title h3, .three_column_grid_text .date_text_block__title h3, .three_column_grid_text .explore .second__title h3, .explore .three_column_grid_text .second__title h3 {
  text-align: center;
  font-family: "Prohibition";
  font-size: 3.91rem;
}
@media (max-width: 450px) {
  .three_column_grid_text .title h3, .three_column_grid_text .single-press__title h3, .three_column_grid_text .date_text_block__title h3, .three_column_grid_text .explore .second__title h3, .explore .three_column_grid_text .second__title h3 {
    font-size: 2rem;
  }
}
.three_column_grid_text .title p, .three_column_grid_text .single-press__title p, .three_column_grid_text .date_text_block__title p, .three_column_grid_text .explore .second__title p, .explore .three_column_grid_text .second__title p {
  text-align: center;
  font-size: 1rem;
  font-family: var(--font-acumin);
  line-height: 1.39rem;
  letter-spacing: 0.05em;
  color: #000000;
  max-width: 54rem;
  text-transform: initial;
}
.three_column_grid_text .btn_url {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #CBAD60;
  margin-top: 3.9963rem;
  padding-left: 9.391304348rem;
  padding-right: 9.391304348rem;
}
@media only screen and (max-width: 750px) {
  .three_column_grid_text .btn_url {
    padding-left: 1.84273913rem;
    padding-right: 1.84273913rem;
  }
}
.three_column_grid_text .d-flex {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  gap: 4%;
  width: 100%;
  padding: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 900px) {
  .three_column_grid_text .d-flex {
    gap: 2rem;
  }
}
.three_column_grid_text .d-flex .three_column_cont {
  padding: 5.661426087rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  overflow: hidden;
  height: 20rem;
  width: 20rem;
}
@media only screen and (max-width: 900px) {
  .three_column_grid_text .d-flex .three_column_cont {
    width: 100%;
  }
}
.three_column_grid_text .d-flex .three_column_cont h3 {
  font-family: "Prohibition";
  color: #fff;
  font-size: 1.61rem;
  letter-spacing: 0.22em;
  z-index: 2;
  margin: 0;
  position: absolute;
  bottom: 1.52rem;
  left: 1.3rem;
  text-align: left;
}
.three_column_grid_text .d-flex .three_column_cont .full_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  z-index: 1;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.three_column_grid_text .d-flex .three_column_cont .ful_link {
  z-index: 2;
}
.three_column_grid_text .d-flex .three_column_cont:hover {
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  background-size: 120%;
}
.three_column_grid_text .d-flex .three_column_cont:hover .full_img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
@media (max-width: 1320px) {
  .three_column_grid_text .d-flex .three_column_cont {
    height: 18rem;
    width: 18rem;
  }
}
@media (max-width: 900px) {
  .three_column_grid_text .d-flex .three_column_cont {
    width: 20rem;
  }
}
@media (max-width: 1300px) {
  .three_column_grid_text .d-flex {
    row-gap: 2rem;
  }
}

.customer_quote {
  padding: 3.82rem 0;
}
@media (max-width: 560px) {
  .customer_quote {
    padding: 3.82rem 2rem;
  }
}
.customer_quote .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.73rem;
}
.customer_quote .container .tittle {
  font-size: 2.6rem;
  line-height: 3.08rem;
  letter-spacing: 0.15em;
  color: #ffffff;
  font-family: var(--font-prohibition);
  text-align: center;
}
@media (max-width: 450px) {
  .customer_quote .container .tittle {
    font-size: 2rem;
  }
}
.customer_quote .container .div-img img {
  width: 7.8rem;
  height: 5.56rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.customer_quote .container .content_p {
  max-width: 32rem;
}
.customer_quote .container .content_p p {
  text-align: center;
  color: #ffffff;
  font-family: var(--font-acumin);
  letter-spacing: 0.05em;
}
.customer_quote .container h2 {
  font-size: 2.17rem;
  line-height: 3.6rem;
  font-family: var(--font-nartoscript);
  color: #000000;
  position: relative;
}
.customer_quote .container h2::before {
  content: "";
  width: 5.17rem;
  height: 1px;
  background: white;
  position: absolute;
  left: 2rem;
  top: -0.5rem;
}

@media (max-width: 600px) {
  .tax-spirits_type .page-header .image-background {
    position: relative;
  }
}
.tax-spirits_type .page-header .image-background .page-title {
  font-size: 4.7rem;
  top: 50%;
  font-family: var(--font-prohibition);
  letter-spacing: 0.2rem;
  line-height: 3.08rem;
}
@media (max-width: 600px) {
  .tax-spirits_type .page-header .image-background .page-title {
    font-size: 3rem;
    top: 0;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.dl_cta_v2 {
  padding: 4.2rem 8.54rem;
  background-color: rgba(39, 39, 39, 0.6);
  background-blend-mode: overlay;
  background-position: center;
}
@media (max-width: 1111px) {
  .dl_cta_v2 {
    padding: 4rem 2rem;
  }
}
.dl_cta_v2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.18rem;
}
@media (max-width: 1111px) {
  .dl_cta_v2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dl_cta_v2 .container .tittle {
  width: 35rem;
}
@media (max-width: 1111px) {
  .dl_cta_v2 .container .tittle {
    width: 100%;
  }
}
.dl_cta_v2 .container .tittle h3 {
  font-size: 3.47rem;
  color: #ffffff;
  font-family: var(--font-prohibition);
  letter-spacing: 0.005em;
  line-height: 3.913rem;
}
@media (max-width: 1111px) {
  .dl_cta_v2 .container .tittle h3 {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .dl_cta_v2 .container .tittle h3 {
    font-size: 2.47rem;
  }
}
.dl_cta_v2 .container div a {
  padding: 1.73rem 5.44rem;
  color: #ffffff;
  background-color: #CBAD60;
  font-size: 1.611rem;
  font-family: var(--font-prohibition);
  line-height: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 450px) {
  .dl_cta_v2 .container div a {
    padding: 1.73rem 3.44rem;
  }
}
.dl_cta_v2 .container div a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.dl_cta_v2 .container div a:hover:before {
  opacity: 1;
}

.dl-featured-spirits .container .dl-featured-spirits-title h3 {
  font-size: 1.73rem;
  font-family: var(--font-prohibition);
  letter-spacing: 0.22em;
  line-height: 3.08rem;
  color: #232323;
  text-align: center;
  text-align: left;
  padding-left: 7.5rem;
  margin-bottom: 2.064756522rem;
}
@media (max-width: 750px) {
  .dl-featured-spirits .container .dl-featured-spirits-title h3 {
    padding: 2rem;
    padding-right: 2rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .dl-featured-spirits .container .dl-featured-spirits-title h3 {
    padding: 0;
    padding-right: 0;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont {
  position: relative;
  background-image: url(images/fondo-slider-j-2.png);
  background-size: 15.5719913rem 15.70816522rem;
  background-repeat: no-repeat;
  background-position: 86% 27%;
}
@media (max-width: 980px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont {
    background-position: 86% 21rem;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-arrow {
  height: 2.92246087rem;
  width: 1.472217391rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  background: url(images/arrow-light-orange-right.webp) no-repeat center/contain;
}
@media (max-width: 600px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-arrow {
    width: 1rem;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 600px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-arrow.slick-prev {
    left: -0.2rem;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-arrow.slick-next {
  right: 0;
}
@media (max-width: 600px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-arrow.slick-next {
    right: -0.2rem;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-list {
  width: 100%;
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 7.5rem;
}
@media (max-width: 750px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box {
    padding: 0 2rem;
  }
}
@media (max-width: 600px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box {
    padding: 0 1rem;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-img-cont {
  max-width: 100%;
  height: 100%;
  width: 50%;
}
@media (max-width: 980px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-img-cont {
    width: 100%;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-img-cont img {
  max-width: 22rem;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-img-cont img {
    max-width: 100%;
    width: 100%;
    padding-right: 1rem;
  }
}
@media (max-width: 980px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-img-cont img {
    padding-right: 0;
    height: 21rem;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-info-cont {
  width: 50%;
  display: block;
  padding-right: 9rem;
}
@media (max-width: 980px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-info-cont {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-info-cont {
    padding-right: 0;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-info-cont h2 {
  font-size: 3.9rem;
  line-height: 3.9rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #232323;
  margin-bottom: 0.981543rem;
}
@media (max-width: 600px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-info-cont h2 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-info-cont .dl-fsb-info {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin-bottom: 4.928769565rem;
  font-family: "Acumin", sans-serif;
  font-size: 1rem;
}
@media (max-width: 980px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-info-cont .dl-fsb-link {
    height: 5rem;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-info-cont .dl-fsb-link .dl-btn {
  font-size: 1.61rem;
  line-height: 3.08rem;
  letter-spacing: 0.15em;
  color: #ffffff;
  padding: 1.68rem 3.9rem;
  background-color: #c09e5a;
}
@media (max-width: 600px) {
  .dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-info-cont .dl-fsb-link .dl-btn {
    font-size: 1rem;
    padding: 1.68rem 2.9rem;
  }
}
.dl-featured-spirits .container .dl-featured-spirits-cont .slick-list .slick-track .dl-featured-spirit-cont .dl-featured-spirit-box .dl-fsb-info-cont .dl-fsb-link .dl-btn:hover {
  background-color: #8e7542;
}

.description_reserved {
  background-color: rgba(39, 39, 39, 0.6);
  background-blend-mode: overlay;
  background-position: center;
}
.description_reserved .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.56rem;
  padding: 2.06rem;
}
.description_reserved .container .title-reserved {
  text-align: center;
}
.description_reserved .container .title-reserved h3 {
  font-size: 3.91rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 3.91rem;
  font-family: var(--font-prohibition);
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .description_reserved .container .title-reserved h3 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
.description_reserved .container .info-content {
  max-width: 26rem;
  text-align: center;
}
.description_reserved .container .info-content p {
  font-size: 0.91rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.39rem;
  font-family: "Acumin", sans-serif;
  font-weight: 500;
}
.description_reserved .container .logo-div {
  width: 6.52rem;
  height: 6.52rem;
  margin-top: 1.31730435rem;
}
.description_reserved .container .logo-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.info_text_img {
  background-color: #232323;
  padding: var(--md-size) 0;
}
.info_text_img .container {
  gap: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .info_text_img .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.info_text_img .container .content-info {
  width: 47.5%;
}
@media (max-width: 980px) {
  .info_text_img .container .content-info {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.info_text_img .container .content-info .info {
  padding-top: 5.395004348rem;
  padding-bottom: 5.395004348rem;
}
@media (max-width: 980px) {
  .info_text_img .container .content-info .info {
    padding-top: 0;
  }
}
.info_text_img .container .content-info .info h3 {
  font-size: 4.7rem;
  font-family: var(--font-prohibition);
  letter-spacing: 0.05em;
  line-height: 4.34rem;
  color: #ffffff;
  padding-bottom: 1.798334783rem;
}
@media (max-width: 600px) {
  .info_text_img .container .content-info .info h3 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
.info_text_img .container .content-info .info p {
  font-size: 1rem;
  font-family: var(--font-acumin);
  letter-spacing: 0.05em;
  line-height: 1.34rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.info_text_img .container .content-img {
  width: 47.5%;
}
@media (max-width: 980px) {
  .info_text_img .container .content-img {
    width: 100%;
  }
}
.info_text_img .container .content-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.page-spirits-archive {
  /*
  .info_text_img{
      padding: var(--md-size) 0;
      .container{
          gap: 5%;
          .content-info{
              width: 47.5%;
          }
          .content-img{
              width: 47.5%;
              img{
                  width: 100%;
                  object-fit: cover;
              }
          }
      }
  }*/
}
.page-spirits-archive .container {
  /*
  .spirits__cont{
      display: flex;
      flex-direction: column;
      gap: 1.56rem;
      max-width: 65rem;
      margin: 0 auto;
      .dl-sppirits__grid-title{
          h3{
              text-align: center;
              font-size: 1.73rem;
              line-height: 3.08rem;
              letter-spacing: 0.22em;
              color: #232323;
          }
      }
      .dl-spirits__grid{
          display: grid;
          gap: 0.5rem;
          grid-template-columns: repeat(auto-fill, minmax(15.78rem, 1fr));
          place-content: center;
          place-items: center;


          .dl_spirits__card{
              .dl_spirits__cont{
                  width: 15.78rem;
                  height: 15.78rem;
                  background-size: cover;
                  background-repeat: no-repeat;
                  background-position: center;
                  position: relative;

                  .dl_spirits__box{
                      .dl_spirits__title_cont{
                          .spirits__title{
                              position: absolute;
                              bottom: 1.39rem;
                              left: 1.65rem;
                              color:#ffffff;
                              font-size: 1.04rem;
                              line-height: 1.25rem;
                              letter-spacing: 0.22em;
                          }
                      }
                  }
              }
          }
      }
  }
  */
}

.container .spirits__cont,
.container .sprits_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.56rem;
  margin: 0 auto;
  padding: 0 2.864939rem;
}
@media (max-width: 750px) {
  .container .spirits__cont,
  .container .sprits_cont {
    padding: 0;
  }
}
.container .spirits__cont .dl-spirits-filters,
.container .sprits_cont .dl-spirits-filters {
  padding: 6.260856522rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5.217382609rem;
  gap: 1rem;
}
.container .spirits__cont .dl-spirits-filters .dl-sf-title h3,
.container .sprits_cont .dl-spirits-filters .dl-sf-title h3 {
  font-size: 1.946186957rem;
  color: #CBAD60;
}
.container .spirits__cont .dl-spirits-filters .dl-sf-btn-cont,
.container .sprits_cont .dl-spirits-filters .dl-sf-btn-cont {
  background: #CBAD60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .spirits__cont .dl-spirits-filters .dl-sf-btn-cont .dl-sf-btn,
.container .sprits_cont .dl-spirits-filters .dl-sf-btn-cont .dl-sf-btn {
  color: #fff;
  font-family: "Acumin", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  padding: 1.159417391rem 1.797097826rem;
}
.container .spirits__cont .dl-spirits-filters .dl-sf-btn-cont .dl-sf-btn.active, .container .spirits__cont .dl-spirits-filters .dl-sf-btn-cont .dl-sf-btn:hover,
.container .sprits_cont .dl-spirits-filters .dl-sf-btn-cont .dl-sf-btn.active,
.container .sprits_cont .dl-spirits-filters .dl-sf-btn-cont .dl-sf-btn:hover {
  background: #b19858;
}
.container .spirits__cont .dl-sppirits__grid-title h3,
.container .sprits_cont .dl-sppirits__grid-title h3 {
  text-align: center;
  font-size: 1.73rem;
  line-height: 3.08rem;
  letter-spacing: 0.22em;
  color: #232323;
}
.container .spirits__cont .dl-spirits__grid,
.container .sprits_cont .dl-spirits__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.43%;
}
@media (max-width: 980px) {
  .container .spirits__cont .dl-spirits__grid,
  .container .sprits_cont .dl-spirits__grid {
    gap: 1.8%;
  }
}
.container .spirits__cont .dl-spirits__grid .dl_spirits__card,
.container .sprits_cont .dl-spirits__grid .dl_spirits__card {
  margin-bottom: 0.9546695652rem;
  width: 23.77%;
  height: 21.226vw;
  background-color: var(--ag-form-background);
  display: none;
}
.container .spirits__cont .dl-spirits__grid .dl_spirits__card.active,
.container .sprits_cont .dl-spirits__grid .dl_spirits__card.active {
  display: block;
}
@media (max-width: 980px) {
  .container .spirits__cont .dl-spirits__grid .dl_spirits__card,
  .container .sprits_cont .dl-spirits__grid .dl_spirits__card {
    width: 49%;
    height: 40.78vw;
  }
}
.container .spirits__cont .dl-spirits__grid .dl_spirits__card .dl_spirits__cont,
.container .sprits_cont .dl-spirits__grid .dl_spirits__card .dl_spirits__cont {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.container .spirits__cont .dl-spirits__grid .dl_spirits__card .dl_spirits__cont::after,
.container .sprits_cont .dl-spirits__grid .dl_spirits__card .dl_spirits__cont::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #000000), color-stop(24%, rgba(191, 40, 40, 0))), transparent !important;
  background: linear-gradient(0deg, #000000 3%, rgba(191, 40, 40, 0) 24%), transparent !important;
  top: 0;
  left: 0;
  z-index: 1;
}
.container .spirits__cont .dl-spirits__grid .dl_spirits__card .dl_spirits__cont .dl_spirits__link,
.container .sprits_cont .dl-spirits__grid .dl_spirits__card .dl_spirits__cont .dl_spirits__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.container .spirits__cont .dl-spirits__grid .dl_spirits__card .dl_spirits__cont .dl_spirits__box,
.container .sprits_cont .dl-spirits__grid .dl_spirits__card .dl_spirits__cont .dl_spirits__box {
  position: absolute;
  bottom: 1.39rem;
  left: 1.65rem;
  z-index: 2;
}
.container .spirits__cont .dl-spirits__grid .dl_spirits__card .dl_spirits__cont .dl_spirits__box .dl_spirits__title_cont .spirits__title,
.container .sprits_cont .dl-spirits__grid .dl_spirits__card .dl_spirits__cont .dl_spirits__box .dl_spirits__title_cont .spirits__title {
  color: #ffffff;
  font-size: 1.04rem;
  line-height: 1.25rem;
  letter-spacing: 0.22em;
}

.slider_image .flickity-viewport {
  min-height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .slider_image .flickity-viewport {
    min-height: 100%;
  }
}
.slider_image__cont {
  width: 100%;
  aspect-ratio: 1.5;
}
.slider_image__cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two_slider__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 40px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .two_slider__cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 1280px) {
  .two_slider__cont .flickity-viewport {
    height: 480px;
  }
}
@media only screen and (max-width: 1024px) {
  .two_slider__cont .flickity-viewport {
    height: 600px;
  }
}
.two_slider__cont .carousel-cell {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 750px) {
  .two_slider__cont .carousel-cell {
    height: 350px;
  }
}
.two_slider__cont .carousel-cell img {
  width: 100%;
  max-width: 100%;
  max-height: 600px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.two_slider__cont__item {
  position: relative;
  width: 100%;
}
.two_slider__cont__title {
  margin-bottom: 10px;
}
.two_slider__cont__text {
  font-family: "helveticaneue", sans-serif;
}
.two_slider__bottom {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .two_slider__bottom {
    margin-bottom: 20px;
  }
}

.slider-products {
  padding: 120px 0 120px 0;
  background-color: #272727;
  position: relative;
}
.slider-products::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  width: 100%;
  height: 430px;
  background: url(images/last.png) no-repeat right bottom/contain;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  .slider-products::before {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .slider-products::before {
    height: 200px;
    right: 0;
  }
}
.slider-products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1280px) {
  .slider-products__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slider-products__left {
  -webkit-transform: translate(15%, 0);
          transform: translate(15%, 0);
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .slider-products__left {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.slider-products__text {
  text-align: left;
  width: 100%;
  color: #ffffff;
  font-size: 75px;
  font-weight: 700;
  width: 600px;
  max-width: 100%;
  position: relative;
  line-height: 1;
  letter-spacing: 1.67px;
}
@media only screen and (max-width: 1440px) {
  .slider-products__text {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-products__text {
    font-size: 55px;
  }
}
@media only screen and (max-width: 750px) {
  .slider-products__text {
    width: 100%;
    font-size: 40px;
  }
}
.slider-products__text::before {
  content: "“";
  font-size: 200px;
  color: #ce952f;
  position: absolute;
  top: -100px;
  left: -5px;
}
.slider-products__cont {
  width: 100%;
}
.slider-products__cont .item {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .slider-products__cont .item {
    width: 100%;
  }
}
.slider-products__cont .item a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
}
@media only screen and (max-width: 1280px) {
  .slider-products__cont .item a {
    width: 500px;
    max-width: 100%;
    margin: 60px 0;
  }
}
@media only screen and (max-width: 750px) {
  .slider-products__cont .item a {
    width: 100%;
  }
}
.slider-products__cont .item a::after {
  content: "";
  border-top: 1px solid #ffffff;
  width: 90px;
  margin: 20px 0;
  position: absolute;
  bottom: 25px;
  left: auto;
}
.slider-products__cont .item__name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 2.5px;
  position: relative;
  padding-top: 40px;
  font-family: "BebasNeue", sans-serif;
}
.slider-products__author {
  color: #ffffff;
  font-family: "helveticaneue", sans-serif;
  text-transform: uppercase;
  line-height: 1.56;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slider-products__author::before {
  content: "";
  border-top: 1px solid #ffffff;
  width: 90px;
  margin: 20px 0;
}

.slider-product-cats .container .slider-products__content {
  display: block;
}
.slider-product-cats .container .slider-products__content .slider-products__heading {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 67.43478261rem;
  margin: auto;
}
.slider-product-cats .container .slider-products__content .slider-products__heading .slider-product_cats__title {
  font-size: 4.347826087rem;
  width: 16rem;
  margin-right: 2.913043478rem;
  display: inline-block;
  vertical-align: top;
}
.slider-product-cats .container .slider-products__content .slider-products__heading .slider-product_cats__text {
  display: inline-block;
  width: calc(100% - 23rem);
}
.slider-product-cats .container .slider-products__content .slider-products__heading .slider-product_cats__text p {
  font-family: "Acumin";
}
@media (max-width: 768px) {
  .slider-product-cats .container .slider-products__content .slider-products__heading .slider-product_cats__title,
  .slider-product-cats .container .slider-products__content .slider-products__heading .slider-product_cats__text {
    width: 100%;
    display: block;
    margin-right: 0px;
  }
  .slider-product-cats .container .slider-products__content .slider-products__heading .slider-product_cats__title {
    margin-bottom: 1rem;
  }
}
.slider-product-cats .container .slider-products__content .slider-products__cont {
  max-width: 71rem;
  margin: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .slider-product-cats .container .slider-products__content .slider-products__cont.viewall .flickity-prev-next-button {
    display: none !important;
  }
}
.slider-product-cats .container .slider-products__content .slider-products__cont .flickity-slider .item {
  width: 16.77391304rem;
  height: 26.34rem;
  padding: 0 0.522869565rem;
}
.slider-product-cats .container .slider-products__content .slider-products__cont .flickity-slider .item > div {
  height: 100%;
  position: relative;
}
.slider-product-cats .container .slider-products__content .slider-products__cont .flickity-slider .item > div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-product-cats .container .slider-products__content .slider-products__cont .flickity-slider .item > div .item__name {
  color: white;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  font-size: 1.608695652rem;
}
.slider-product-cats .container .slider-products__content .slider-products__cont .flickity-slider .item .full_link {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-product-cats .container .slider-products__content .slider-products__cont .flickity-slider .item .full_link::after {
  border: unset;
}
.slider-product-cats .container .slider-products__content .spc-cta {
  padding-left: 2.304347826rem;
  padding-right: 2.304347826rem;
  max-width: 58.65217391rem;
  margin: auto;
  position: relative;
}
.slider-product-cats .container .slider-products__content .spc-cta h4 {
  font-size: 1.61rem;
}
.slider-product-cats .container .slider-products__content .spc-cta p {
  font-size: 1rem;
  font-family: "Acumin";
}
.slider-product-cats .container .slider-products__content .spc-cta .dl_url {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.slider-product-cats .container .slider-products__content .spc-cta .dl_icon.dl_icon_arrow_right {
  width: 1.434782609rem;
  height: 1.608695652rem;
  display: block;
  position: absolute;
  right: 2em;
  top: calc(50% - 0.8rem);
}
@media (max-width: 767px) {
  .slider-product-cats .container .slider-products__content .spc-cta {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.dl-bg-gray-1 {
  background-color: #272727;
}
.dl-bg-gray-1 h1,
.dl-bg-gray-1 h2,
.dl-bg-gray-1 h3,
.dl-bg-gray-1 h4,
.dl-bg-gray-1 h5,
.dl-bg-gray-1 h6,
.dl-bg-gray-1 p,
.dl-bg-gray-1 div,
.dl-bg-gray-1 span {
  color: white;
}

.dl-bg-mustard {
  background-color: #CBAD60;
}
.dl-bg-mustard h1,
.dl-bg-mustard h2,
.dl-bg-mustard h3,
.dl-bg-mustard h4,
.dl-bg-mustard h5,
.dl-bg-mustard h6,
.dl-bg-mustard p,
.dl-bg-mustard div,
.dl-bg-mustard span {
  color: white;
}

.container.dl-full-width {
  padding-left: 0px;
  padding-right: 0px;
}

.dl_icon.dl_icon_arrow_right {
  background-image: url(./images/jm-arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.spirits_grid {
  background-color: #272727;
  padding: 0 90px 0 75px;
}
@media only screen and (max-width: 1440px) {
  .spirits_grid {
    padding: 0;
  }
}
.spirits_grid__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0 230px 0;
}
@media only screen and (max-width: 1440px) {
  .spirits_grid__cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .spirits_grid__cont {
    padding: 0 0 130px 0;
  }
}
@media only screen and (max-width: 750px) {
  .spirits_grid__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spirits_grid__cont:nth-child(1) {
  border-top: 1px solid #ffffff;
  padding-top: 145px;
}
.spirits_grid__cont:nth-last-child(1) {
  border-bottom: 1px solid #ffffff;
  margin-top: -1px;
}
.spirits_grid__text {
  max-width: 100%;
  text-align: right;
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 750px) {
  .spirits_grid__text {
    border-right: none;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
  }
}
.spirits_grid__title, .spirits_grid__description {
  font-size: 70px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.38px;
  text-transform: uppercase;
  padding-right: 50px;
  width: 380px;
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .spirits_grid__title, .spirits_grid__description {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.spirits_grid__description {
  font-size: 16px;
  letter-spacing: 2px;
  padding-top: 10px;
  font-family: "helveticaneue", sans-serif;
  line-height: 1.56;
}
.spirits_grid__description h1, .spirits_grid__description h2, .spirits_grid__description h3, .spirits_grid__description h4, .spirits_grid__description h5, .spirits_grid__description h6 {
  color: #000;
  margin-bottom: 20px;
}
.spirits_grid__description h1 {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits_grid__description h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits_grid__description h1 {
    font-size: 32px;
  }
}
.spirits_grid__description h2 {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits_grid__description h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits_grid__description h2 {
    font-size: 26px;
  }
}
.spirits_grid__description h3 {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits_grid__description h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits_grid__description h3 {
    font-size: 28px;
  }
}
.spirits_grid__description h4 {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits_grid__description h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits_grid__description h4 {
    font-size: 24px;
  }
}
.spirits_grid__description h5 {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits_grid__description h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits_grid__description h5 {
    font-size: 16px;
  }
}
.spirits_grid__description h6 {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits_grid__description h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits_grid__description h6 {
    font-size: 16px;
  }
}
.spirits_grid__description p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .spirits_grid__description p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits_grid__description p {
    font-size: 16px;
  }
}
.spirits_grid__description ul, .spirits_grid__description ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.spirits_grid__description ul li {
  list-style: disc;
}
.spirits_grid__description a:hover {
  text-decoration: underline;
}
.spirits_grid__description blockquote {
  padding-left: 30px;
  border-left: 1px solid #CBAD60;
}
.spirits_grid__description blockquote p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .spirits_grid__description blockquote p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits_grid__description blockquote p {
    font-size: 16px;
  }
}
.spirits_grid__description img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.spirits_grid__description .alignleft {
  float: left;
  margin-right: 30px;
}
.spirits_grid__description .aligncenter {
  margin: 30px auto;
  display: block;
}
.spirits_grid__description .alignright {
  float: right;
  margin-left: 30px;
}
.spirits_grid__article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
@media only screen and (max-width: 1280px) {
  .spirits_grid__article {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .spirits_grid__article {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
  }
}
.spirits_grid__article__product {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 75px;
  width: 435px;
  aspect-ratio: 1;
}
@media only screen and (max-width: 1880px) {
  .spirits_grid__article__product {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .spirits_grid__article__product {
    margin: 30px 0;
  }
}
.spirits_grid__article__product:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.spirits_grid__article__product img {
  width: 435px;
  max-height: 435px;
  aspect-ratio: 1;
  display: block;
}
@media only screen and (max-width: 1880px) {
  .spirits_grid__article__product img {
    width: 100%;
  }
}
.spirits_grid__article__name {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "helveticaneue", sans-serif;
  line-height: 1.56;
  letter-spacing: 2px;
  color: #ffffff;
}
.spirits_grid__article__name::before {
  content: "";
  border-top: 1px solid #ffffff;
  width: 90px;
  margin: 20px 0;
  margin: 20px auto;
}
.spirits_grid__image {
  min-height: 435px;
}
@media only screen and (max-width: 1880px) {
  .spirits_grid__image {
    min-height: 100%;
  }
}

.spirits {
  background-color: #272727;
  padding: 200px 0 160px 0;
}
@media only screen and (max-width: 750px) {
  .spirits {
    padding: 120px 0 60px 0;
  }
}
.spirits__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding: 0 10%;
}
@media only screen and (max-width: 1880px) {
  .spirits__cont {
    padding: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .spirits__cont {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.spirits__left {
  border-right: 1px solid #ffffff;
  padding: 0 50px 0 0;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .spirits__left {
    padding: 0 25px 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .spirits__left {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 60px;
  }
}
.spirits__left__top {
  padding: 0 0 50px 0;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1440px) {
  .spirits__left__top {
    padding: 0 0 25px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  .spirits__left__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spirits__left__img {
  padding-right: 35px;
  border-right: 1px solid #ffffff;
  margin-right: 35px;
}
@media only screen and (max-width: 750px) {
  .spirits__left__img {
    border-right: none;
    padding: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.spirits__left__img img {
  width: 100px;
  max-width: 100%;
  margin: 10px;
}
@media only screen and (max-width: 750px) {
  .spirits__left__img img {
    width: 150px;
  }
}
.spirits__left__subtitle {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 3.13px;
  font-weight: 400;
  font-family: "BebasNeue", sans-serif;
  color: #ffffff;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  .spirits__left__subtitle {
    font-size: 35px;
    border-left: none;
    margin-left: 0;
    padding: 10px 0 10px 0;
  }
}
.spirits__left__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 7.5px;
  color: #CBAD60;
  text-transform: uppercase;
  padding: 50px 0;
  text-align: left;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 750px) {
  .spirits__left__title {
    font-size: 45px;
  }
}
.spirits__left__accolades {
  border-bottom: 1px solid #ffffff;
  padding-top: 30px;
}
.spirits__left__uppertitle {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2.5px;
}
.spirits__left__description {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "helveticaneue", sans-serif;
  padding: 0 0 20px 0;
}
.spirits__left__description h1, .spirits__left__description h2, .spirits__left__description h3, .spirits__left__description h4, .spirits__left__description h5, .spirits__left__description h6 {
  color: #000;
  margin-bottom: 20px;
}
.spirits__left__description h1 {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits__left__description h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits__left__description h1 {
    font-size: 32px;
  }
}
.spirits__left__description h2 {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits__left__description h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits__left__description h2 {
    font-size: 26px;
  }
}
.spirits__left__description h3 {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits__left__description h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits__left__description h3 {
    font-size: 28px;
  }
}
.spirits__left__description h4 {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits__left__description h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits__left__description h4 {
    font-size: 24px;
  }
}
.spirits__left__description h5 {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits__left__description h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits__left__description h5 {
    font-size: 16px;
  }
}
.spirits__left__description h6 {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .spirits__left__description h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits__left__description h6 {
    font-size: 16px;
  }
}
.spirits__left__description p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .spirits__left__description p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits__left__description p {
    font-size: 16px;
  }
}
.spirits__left__description ul, .spirits__left__description ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.spirits__left__description ul li {
  list-style: disc;
}
.spirits__left__description a:hover {
  text-decoration: underline;
}
.spirits__left__description blockquote {
  padding-left: 30px;
  border-left: 1px solid #CBAD60;
}
.spirits__left__description blockquote p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .spirits__left__description blockquote p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .spirits__left__description blockquote p {
    font-size: 16px;
  }
}
.spirits__left__description img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.spirits__left__description .alignleft {
  float: left;
  margin-right: 30px;
}
.spirits__left__description .aligncenter {
  margin: 30px auto;
  display: block;
}
.spirits__left__description .alignright {
  float: right;
  margin-left: 30px;
}
.spirits__left__description ul li {
  list-style: disc;
  list-style-position: inside;
  padding: 0 0 10px 0;
}
.spirits__left__description ol li {
  padding: 0 0 10px 0;
  list-style-position: inside;
}
.spirits__left__description ol,
.spirits__left__description ul {
  padding-left: 0;
}
.spirits__left__description h1,
.spirits__left__description h2,
.spirits__left__description h3,
.spirits__left__description h4,
.spirits__left__description h5,
.spirits__left__description h6 {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
}
.spirits__left__description__sm {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "helveticaneue", sans-serif;
  padding: 0 0 50px 0;
  line-height: 1.79;
  letter-spacing: 1.75px;
  width: 650px;
  max-width: 100%;
  margin-top: 35px;
}
.spirits__left__description__sm ul li {
  list-style: disc;
  list-style-position: inside;
  padding: 0 0 10px 0;
}
.spirits__left__description__sm ol li {
  list-style: auto;
  list-style-position: inside;
  padding: 0 0 10px 0;
}
.spirits__left__description__sm h1,
.spirits__left__description__sm h2,
.spirits__left__description__sm h3,
.spirits__left__description__sm h4,
.spirits__left__description__sm h5,
.spirits__left__description__sm h6 {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
}
@media only screen and (max-width: 1280px) {
  .spirits__left__description__sm {
    width: 100%;
  }
}
.spirits__right {
  padding: 0 0 0 50px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .spirits__right {
    padding: 0 0 0 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .spirits__right {
    padding: 0;
  }
}
.spirits__right__back {
  width: auto;
  max-width: 100%;
  height: auto;
  text-align: right;
  color: #ffffff;
  z-index: 5;
  position: absolute;
  top: 23px;
  left: 40px;
}
.spirits__right__back:hover {
  color: #CBAD60;
}
@media only screen and (max-width: 750px) {
  .spirits__right__back {
    right: 0;
    left: auto;
    top: -20px;
  }
}
.spirits__right__back a {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  padding-left: 20px;
  cursor: pointer;
}
.spirits__right__back a::after {
  content: "";
  background: url(images/arrow-menu.svg) center/contain no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  float: left;
  width: 10px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.spirits__right__back a:hover {
  color: #CBAD60;
}
.spirits__right__back a:hover::after {
  background-image: url(images/arrow-menu-orange.svg);
}
.spirits__right__grid__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
  min-height: 410px;
}
@media only screen and (max-width: 1280px) {
  .spirits__right__grid__image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: none;
  }
}
@media only screen and (max-width: 750px) {
  .spirits__right__grid__image {
    display: block;
    padding: 0;
    margin: 0;
    min-height: 440px;
  }
}
.spirits__right__grid__image__info {
  width: 100px;
  max-width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0px;
}
@media only screen and (max-width: 750px) {
  .spirits__right__grid__image__info {
    width: 70px;
    bottom: -40px;
  }
}
.spirits__right__grid__image__bottle {
  width: 535px;
  height: 535px;
  max-width: 100%;
  aspect-ratio: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1880px) {
  .spirits__right__grid__image__bottle {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .spirits__right__grid__image__bottle {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
.spirits__right__grid__image__bottle img {
  width: 535px;
  height: 535px;
  aspect-ratio: 1;
}
@media only screen and (max-width: 750px) {
  .spirits__right__grid__image__bottle img {
    width: 100%;
    height: auto;
  }
}
.spirits__right__grid__image .button_barcart_buy_now {
  position: absolute;
  right: 0;
  top: 13px;
  letter-spacing: 1.75px;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 250px;
}
@media only screen and (max-width: 750px) {
  .spirits__right__grid__image .button_barcart_buy_now {
    top: 95%;
    display: inline-block;
  }
}
.spirits__right__grid__image .button_barcart_buy_now.js-active .button_barcart_buy_now__title {
  width: 100%;
  border-bottom: none;
}
.spirits__right__grid__image .button_barcart_buy_now.js-active .button_barcart_buy_now__title::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.spirits__right__grid__image .button_barcart_buy_now__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 10px 20px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 250px;
  font-size: 18px;
}
.spirits__right__grid__image .button_barcart_buy_now__title::after {
  content: "";
  background: url(images/arrow-menu.svg) center/contain no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 10px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 10px;
}
.spirits__right__grid__image .button_barcart_buy_now .item_dropdown {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  border-top: none;
  background-color: #272727;
}
.spirits__right__grid__image .button_barcart_buy_now .item_dropdown a {
  color: #ffffff;
  padding: 10px 0;
  font-size: 16px;
  font-family: "helveticaneue", sans-serif;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 750px) {
  .spirits__right__grid__image .button_barcart_buy_now .item_dropdown a {
    text-align: left;
  }
}
.spirits__right__grid__image .button_barcart_buy_now .item_dropdown a:hover {
  color: #CBAD60;
}
.spirits__right__grid__image .button_barcart {
  position: absolute;
  right: 0;
  top: -7px;
  width: 193px;
}
@media only screen and (max-width: 750px) {
  .spirits__right__grid__image .button_barcart {
    position: static;
    margin: 50px auto;
  }
}
.spirits__right__grid__image .buy_now_online_distributor__cont {
  display: block;
}
.spirits__right__grid__image .buy_now_online_distributor__cont .buy_now_online_distributor__link {
  width: 100%;
  display: inline-block;
}
.spirits__right__description {
  border-bottom: none;
}
.spirits__right h1,
.spirits__right h2,
.spirits__right h3,
.spirits__right h4,
.spirits__right h5,
.spirits__right h6 {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .spirits__right h1,
  .spirits__right h2,
  .spirits__right h3,
  .spirits__right h4,
  .spirits__right h5,
  .spirits__right h6 {
    padding: 80px 0 15px 0;
  }
}

.single-spirits {
  background-color: #272727;
}
.single-spirits .spirits__cont {
  display: -ms-grid !important;
  display: grid !important;
}

.single-events .post-item .single-events {
  background-color: #ffffff;
  padding: 60px 0 60px 0;
}
@media only screen and (max-width: 750px) {
  .single-events .post-item .single-events {
    padding: 120px 0 100px 0;
  }
}
.single-events .post-item .single-events__title, .single-events .post-item .single-events__text_with_image h1, .single-events .post-item .single-events__text_with_image h2, .single-events .post-item .single-events__text_with_image h3, .single-events .post-item .single-events__text_with_image h4, .single-events .post-item .single-events__text_with_image h5, .single-events .post-item .title_relation_press {
  color: #000;
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
}
.single-events .post-item .single-events__text_with_image {
  color: #000;
  font-family: "helveticaneue", sans-serif;
  line-height: 1.6;
}
.single-events .post-item .single-events__text_with_image h1, .single-events .post-item .single-events__text_with_image h2, .single-events .post-item .single-events__text_with_image h3, .single-events .post-item .single-events__text_with_image h4, .single-events .post-item .single-events__text_with_image h5, .single-events .post-item .single-events__text_with_image h6 {
  color: #000;
  margin-bottom: 20px;
}
.single-events .post-item .single-events__text_with_image h1 {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text_with_image h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text_with_image h1 {
    font-size: 32px;
  }
}
.single-events .post-item .single-events__text_with_image h2 {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text_with_image h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text_with_image h2 {
    font-size: 26px;
  }
}
.single-events .post-item .single-events__text_with_image h3 {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text_with_image h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text_with_image h3 {
    font-size: 28px;
  }
}
.single-events .post-item .single-events__text_with_image h4 {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text_with_image h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text_with_image h4 {
    font-size: 24px;
  }
}
.single-events .post-item .single-events__text_with_image h5 {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text_with_image h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text_with_image h5 {
    font-size: 16px;
  }
}
.single-events .post-item .single-events__text_with_image h6 {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text_with_image h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text_with_image h6 {
    font-size: 16px;
  }
}
.single-events .post-item .single-events__text_with_image p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text_with_image p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text_with_image p {
    font-size: 16px;
  }
}
.single-events .post-item .single-events__text_with_image ul, .single-events .post-item .single-events__text_with_image ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.single-events .post-item .single-events__text_with_image ul li {
  list-style: disc;
}
.single-events .post-item .single-events__text_with_image a:hover {
  text-decoration: underline;
}
.single-events .post-item .single-events__text_with_image blockquote {
  padding-left: 30px;
  border-left: 1px solid #CBAD60;
}
.single-events .post-item .single-events__text_with_image blockquote p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text_with_image blockquote p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text_with_image blockquote p {
    font-size: 16px;
  }
}
.single-events .post-item .single-events__text_with_image img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.single-events .post-item .single-events__text_with_image .alignleft {
  float: left;
  margin-right: 30px;
}
.single-events .post-item .single-events__text_with_image .aligncenter {
  margin: 30px auto;
  display: block;
}
.single-events .post-item .single-events__text_with_image .alignright {
  float: right;
  margin-left: 30px;
}
.single-events .post-item .single-events__text_with_image a:hover {
  text-decoration: underline;
  color: #000;
}
.single-events .post-item .single-events__text_with_image p {
  font-family: "helveticaneue", sans-serif;
  font-size: 18px;
}
.single-events .post-item .single-events__date, .single-events .post-item .single-events__duration {
  font-size: 16px;
  color: #000;
  padding-top: 20px;
  font-weight: 400;
  padding-top: 10px;
  font-family: "helveticaneue", sans-serif;
  text-align: center;
}
.single-events .post-item .single-events__text {
  font-size: 16px;
  text-align: left;
  color: #000;
  padding-top: 20px;
  font-weight: 400;
  padding-top: 10px;
  font-family: "helveticaneue", sans-serif;
  line-height: 1.6;
  text-align: center;
}
.single-events .post-item .single-events__text h1, .single-events .post-item .single-events__text h2, .single-events .post-item .single-events__text h3, .single-events .post-item .single-events__text h4, .single-events .post-item .single-events__text h5, .single-events .post-item .single-events__text h6 {
  color: #000;
  margin-bottom: 20px;
}
.single-events .post-item .single-events__text h1 {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text h1 {
    font-size: 32px;
  }
}
.single-events .post-item .single-events__text h2 {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text h2 {
    font-size: 26px;
  }
}
.single-events .post-item .single-events__text h3 {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text h3 {
    font-size: 28px;
  }
}
.single-events .post-item .single-events__text h4 {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text h4 {
    font-size: 24px;
  }
}
.single-events .post-item .single-events__text h5 {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text h5 {
    font-size: 16px;
  }
}
.single-events .post-item .single-events__text h6 {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text h6 {
    font-size: 16px;
  }
}
.single-events .post-item .single-events__text p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text p {
    font-size: 16px;
  }
}
.single-events .post-item .single-events__text ul, .single-events .post-item .single-events__text ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.single-events .post-item .single-events__text ul li {
  list-style: disc;
}
.single-events .post-item .single-events__text a:hover {
  text-decoration: underline;
}
.single-events .post-item .single-events__text blockquote {
  padding-left: 30px;
  border-left: 1px solid #CBAD60;
}
.single-events .post-item .single-events__text blockquote p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events__text blockquote p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events__text blockquote p {
    font-size: 16px;
  }
}
.single-events .post-item .single-events__text img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.single-events .post-item .single-events__text .alignleft {
  float: left;
  margin-right: 30px;
}
.single-events .post-item .single-events__text .aligncenter {
  margin: 30px auto;
  display: block;
}
.single-events .post-item .single-events__text .alignright {
  float: right;
  margin-left: 30px;
}
.single-events .post-item .single-events__text p {
  font-family: "helveticaneue", sans-serif;
  font-size: 16px;
}
.single-events .post-item .single-events__embed_data {
  width: 1200px;
  max-width: 100%;
  margin: 50px auto;
}
.single-events .post-item .single-events__slider {
  width: 1200px;
  max-width: 100%;
  margin: 50px auto;
  margin-bottom: 0;
}
.single-events .post-item .single-events__slider .flickity-button:disabled {
  display: none;
}
.single-events .post-item .single-events .flickity-cell {
  height: 600px;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events .flickity-cell {
    height: 500px;
    width: 66%;
  }
}
@media only screen and (max-width: 750px) {
  .single-events .post-item .single-events .flickity-cell {
    width: 100%;
  }
}
.single-events .post-item .single-events .flickity-cell img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 600px;
  max-width: 100%;
  max-height: 600px;
  display: block;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events .flickity-cell img {
    height: 500px;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .single-events .post-item .single-events .flickity-cell img {
    width: 100%;
  }
}
.single-events .post-item .single-events .gallery__cont {
  margin-top: 30px;
}
.single-events .post-item .single-events .gallery__title {
  text-align: center;
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .single-events .gallery__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events .gallery__title {
    font-size: 26px;
  }
}
.single-events .post-item .single-events .gallery__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .single-events .post-item .single-events .gallery__grid--items-5 .gallery__item:nth-last-child(1), .single-events .post-item .single-events .gallery__grid--items-7 .gallery__item:nth-last-child(1), .single-events .post-item .single-events .gallery__grid--items-9 .gallery__item:nth-last-child(1), .single-events .post-item .single-events .gallery__grid--items-11 .gallery__item:nth-last-child(1) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }
}
@media only screen and (min-width: 900px) {
  .single-events .post-item .single-events .gallery__grid--items-4 .gallery__item:nth-last-child(1), .single-events .post-item .single-events .gallery__grid--items-7 .gallery__item:nth-last-child(1), .single-events .post-item .single-events .gallery__grid--items-10 .gallery__item:nth-last-child(1) {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
  .single-events .post-item .single-events .gallery__grid--items-5 .gallery__item:nth-last-child(1), .single-events .post-item .single-events .gallery__grid--items-8 .gallery__item:nth-last-child(1), .single-events .post-item .single-events .gallery__grid--items-11 .gallery__item:nth-last-child(1) {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 6;
  }
  .single-events .post-item .single-events .gallery__grid--items-5 .gallery__item:nth-last-child(2), .single-events .post-item .single-events .gallery__grid--items-8 .gallery__item:nth-last-child(2), .single-events .post-item .single-events .gallery__grid--items-11 .gallery__item:nth-last-child(2) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }
}
@media only screen and (max-width: 900px) {
  .single-events .post-item .single-events .gallery__grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .single-events .post-item .single-events .gallery__grid--items-3 .gallery__item:nth-last-child(1) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events .gallery__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .single-events .post-item .single-events .gallery__grid--items-3 .gallery__item:nth-last-child(1) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
  }
}
.single-events .post-item .single-events .gallery__item {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media only screen and (max-width: 600px) {
  .single-events .post-item .single-events .gallery__item {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.single-events .post-item .single-events .gallery__image a {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.single-events .post-item .single-events .gallery__image a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-events .post-item .single-events .gallery__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-events .post-item .single-events .gallery__caption {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  font-family: "helveticaneue", sans-serif;
  color: #606A6E;
  line-height: 1.6;
}
.single-events .post-item .single-events .gallery__second__caption {
  font-size: 12px;
  font-weight: 400;
  font-family: "helveticaneue", sans-serif;
  color: #606A6E;
  line-height: 1.6;
}
.single-events .post-item .post-item__text-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  justify-items: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .post-item__text-cont {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.single-events .post-item .post-item__text-cont img {
  width: 435px;
  max-height: 435px;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .single-events .post-item .post-item__text-cont img {
    margin: 0 0 20px 0;
  }
}
.single-events .post-item .post-item__text-cont--events {
  padding-top: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-events .post-item .title_relation_press {
  text-align: center;
}
.single-events .post-item .single-events__text_with_image h1, .single-events .post-item .single-events__text_with_image h2, .single-events .post-item .single-events__text_with_image h3, .single-events .post-item .single-events__text_with_image h4, .single-events .post-item .single-events__text_with_image h5 {
  text-align: left;
}
.single-events .post-item .single-events__text_with_image h1:nth-child(1), .single-events .post-item .single-events__text_with_image h2:nth-child(1), .single-events .post-item .single-events__text_with_image h3:nth-child(1), .single-events .post-item .single-events__text_with_image h4:nth-child(1), .single-events .post-item .single-events__text_with_image h5:nth-child(1) {
  margin-top: 0;
}
.single-events .post-item .press__card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-events .post-item .press__card .block_pages__image {
  overflow: hidden;
}
.single-events .post-item .press__card .block_pages__image::before {
  display: none;
}
.single-events .post-item .press__card__cont {
  padding: 0;
}
.single-events .post-item .press__title {
  color: #5c5c5c;
}
.single-events .post-item .press__uppertitle, .single-events .post-item .press__text, .single-events .post-item .press__month-year, .single-events .post-item .press__read__more {
  color: #5c5c5c;
  padding-top: 20px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  text-transform: capitalize;
}
.single-events .post-item .press__text {
  color: #CBAD60;
  padding-top: 0;
}
.single-events .post-item .press__text:hover {
  text-decoration: underline;
  color: #000;
}
.single-events .block_pages__item {
  margin: 0;
}

.events .block_pages__image::before {
  display: none;
}
.events .block_pages__image img {
  width: 350px;
}
@media only screen and (max-width: 750px) {
  .events .block_pages__image img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .events .upcoming_events__cont {
    padding-bottom: 50px;
  }
}
.events .block_pages__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.events .block_pages__item:hover .upcoming_events__month-year {
  display: block;
}

.valpo_events {
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .valpo_events {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .valpo_events {
    padding: 50px 0;
  }
}
.valpo_events__cont {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #CBAD60;
}
.valpo_events .block {
  width: 100%;
  padding-bottom: 12px;
  margin-top: 40px;
}
.valpo_events__subtitle {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .valpo_events__subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .valpo_events__subtitle {
    font-size: 28px;
  }
}
.valpo_events__text {
  font-family: "helveticaneue", sans-serif;
  line-height: 1.8;
  margin-bottom: 28px;
}
.valpo_events__text ul li {
  list-style: disc;
  list-style-position: inside;
  padding: 0 0 10px 0;
}
.valpo_events__text ol li {
  padding: 0 0 10px 0;
  list-style-position: inside;
}
.valpo_events__text ol, .valpo_events__text ul {
  padding-left: 0;
  padding-bottom: 15px;
}
.valpo_events .title, .valpo_events .single-press__title, .valpo_events .date_text_block__title, .valpo_events .explore .second__title, .explore .valpo_events .second__title {
  text-align: left;
}

.two_column_info + .valpo_events .border {
  border-bottom: none;
}

.contact__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .contact__cont {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .contact__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contact__cont h1, .contact__cont h2, .contact__cont h3, .contact__cont h4, .contact__cont h5 {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  margin-bottom: 20px;
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .contact__cont h1, .contact__cont h2, .contact__cont h3, .contact__cont h4, .contact__cont h5 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .contact__cont h1, .contact__cont h2, .contact__cont h3, .contact__cont h4, .contact__cont h5 {
    font-size: 26px;
  }
}
.contact__cont p {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "helveticaneue", sans-serif;
  line-height: 1.6;
}
.contact__cont__left, .contact__cont__right {
  width: 50%;
  max-width: 100%;
}
@media only screen and (max-width: 1280px) {
  .contact__cont__left, .contact__cont__right {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .contact__cont__left iframe, .contact__cont__right iframe {
    width: 100%;
  }
}
.contact__cont__left ul, .contact__cont__left ol, .contact__cont__right ul, .contact__cont__right ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
  font-family: "helveticaneue", sans-serif;
}
.contact__cont__left ul li, .contact__cont__right ul li {
  list-style: disc;
}
.contact__cont__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .contact__cont__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .contact__cont__title {
    font-size: 26px;
  }
}
.contact__cont a:hover {
  text-decoration: underline;
  color: #000;
}
.contact__btn {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .contact__btn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .contact__btn {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__btn .button, .contact__btn .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .contact__btn .age-gate-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .contact__btn .button, .contact__btn .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .contact__btn .age-gate-button {
    margin: 0 auto;
    min-width: 210px;
  }
}

.get_in_touch__cont {
  padding: 60px 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
.get_in_touch__cont__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  padding-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1024px) {
  .get_in_touch__cont__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .get_in_touch__cont__title {
    font-size: 26px;
  }
}
.get_in_touch .gform_wrapper.gravity-theme {
  font-size: 50px;
}
.get_in_touch .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
}
.get_in_touch .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 16px;
  margin-left: 5px;
  color: #5c5c5c;
  cursor: pointer;
}
.get_in_touch .gform_wrapper.gravity-theme .gchoice {
  height: 40px;
  cursor: pointer;
}
.get_in_touch .gform_wrapper.gravity-theme .gfield-choice-input {
  cursor: pointer;
}
.get_in_touch .gform_wrapper.gravity-theme .gfield_label {
  color: #5c5c5c;
  letter-spacing: 1.5px;
}
.get_in_touch .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 200px;
  border: 1px solid #5c5c5c;
  letter-spacing: 1.5px;
  font-family: "helveticaneue", sans-serif;
}
.get_in_touch .gform_wrapper.gravity-theme .gform_validation_errors, .get_in_touch .text_block .gform_wrapper.gravity-theme #field_5_27, .text_block .get_in_touch .gform_wrapper.gravity-theme #field_5_27,
.get_in_touch .gform_wrapper.gravity-theme .gravity-theme,
.get_in_touch .gform_wrapper.gravity-theme .gfield_description {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 20px;
  background: transparent;
  color: #CBAD60;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 1.5px;
  padding: 16px 16px 16px 0;
}
.get_in_touch .gform_wrapper.gravity-theme .gform_validation_errors > h2, .get_in_touch .text_block .gform_wrapper.gravity-theme #field_5_27 > h2, .text_block .get_in_touch .gform_wrapper.gravity-theme #field_5_27 > h2,
.get_in_touch .gform_wrapper.gravity-theme .gravity-theme > h2,
.get_in_touch .gform_wrapper.gravity-theme .gfield_description > h2 {
  font-size: 20px;
  color: #CBAD60;
  letter-spacing: 1.5px;
}
.get_in_touch .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon, .get_in_touch .text_block .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon, .text_block .get_in_touch .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon,
.get_in_touch .gform_wrapper.gravity-theme .gravity-theme > h2 .gform-icon,
.get_in_touch .gform_wrapper.gravity-theme .gfield_description > h2 .gform-icon {
  display: none;
}
.get_in_touch .gform_wrapper.gravity-theme .gfield {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
@media only screen and (max-width: 750px) {
  .get_in_touch .gform_wrapper.gravity-theme .gfield {
    grid-column: 1/-1;
  }
}
.get_in_touch .gform_wrapper.gravity-theme input {
  letter-spacing: 1.5px;
  font-size: 20px;
  border: 1px solid #5c5c5c;
}
.get_in_touch .gform_wrapper.gravity-theme input[type=submit] {
  border: none;
  margin-right: 20px;
}
.get_in_touch .gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
.get_in_touch .gform_confirmation_message {
  color: #CBAD60;
  font-size: 28px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .get_in_touch .gform_confirmation_message {
    font-size: 22px;
  }
}
.get_in_touch .gform_footer {
  position: relative;
}
.get_in_touch .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 35px;
}
@media only screen and (max-width: 750px) {
  .get_in_touch .gform_footer .gform_button {
    margin-right: 0 !important;
  }
}

.form_tripleseat .button_back_tripleseat {
  display: inline-block;
  margin: 20px 0;
  padding-left: 20px;
  position: relative;
}
.form_tripleseat .button_back_tripleseat::before {
  content: "";
  background: url(images/arrow-right-orange.svg) center/contain no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  float: left;
  width: 10px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_tripleseat__cont {
  margin: 50px auto;
  width: 600px;
  max-width: 100%;
}
.form_tripleseat__cont #tripleseat_embed_form .row_submit .button, .form_tripleseat__cont #tripleseat_embed_form .row_submit .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .form_tripleseat__cont #tripleseat_embed_form .row_submit .age-gate-button {
  border: none !important;
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  .form_tripleseat__cont #tripleseat_embed_form #lead_form_submit a {
    display: inline-block;
    margin-top: 20px;
    float: right;
    font-size: 80%;
    width: 100%;
  }
}
.form_tripleseat__cont #tsLeadSuccessMessage {
  font-size: 50px;
  margin-bottom: 20px;
}
.form_tripleseat__cont input.timeselect_input {
  padding-left: 23px !important;
}
.form_tripleseat__cont input.hasDatepicker {
  padding-left: 23px !important;
}
.form_tripleseat__cont #tripleseat_embed_form input, .form_tripleseat__cont #tripleseat_embed_form textarea {
  padding: 0 5px;
}
.form_tripleseat__cont #tripleseat_embed_form .location_list label {
  margin: 0 5px;
}
.form_tripleseat__cont #tripleseat_embed_form .row_email_opt_out label {
  margin: 0 5px;
}

.receive_press_releases__cont {
  max-width: 100%;
  text-align: center;
  background-color: #272727;
  margin-bottom: 60px;
  padding: 0 60px;
  /* .gform_confirmation_message {
      color: $orange;
      font-size: 28px;

      @include responsive ('mobile-h') {
          margin: 20px 0;
          font-size: 22px;
      }
  } */
}
@media only screen and (max-width: 750px) {
  .receive_press_releases__cont {
    padding: 0 20px;
  }
}
.receive_press_releases__cont__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  padding-top: 40px;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1024px) {
  .receive_press_releases__cont__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .receive_press_releases__cont__title {
    font-size: 26px;
  }
}
.receive_press_releases__cont__note {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.receive_press_releases__cont__form form .gform_body .field_description_below {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.receive_press_releases__cont__form form .gform_footer {
  width: 200px;
}
@media only screen and (max-width: 750px) {
  .receive_press_releases__cont__form form .gform_footer input {
    margin: 0;
  }
}
.receive_press_releases__cont__form form .gform_footer .gform_ajax_spinner {
  right: 5px;
}
@media only screen and (max-width: 1024px) {
  .receive_press_releases__cont__form form .gform_footer .gform_ajax_spinner {
    right: 301px;
  }
}
@media only screen and (max-width: 900px) {
  .receive_press_releases__cont__form form .gform_footer .gform_ajax_spinner {
    right: 180px;
  }
}
@media only screen and (max-width: 750px) {
  .receive_press_releases__cont__form form .gform_footer .gform_ajax_spinner {
    left: 100px;
  }
}
.receive_press_releases__cont .gform_wrapper.gravity-theme {
  text-align: left;
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  .receive_press_releases__cont .gform_wrapper.gravity-theme {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .receive_press_releases__cont .gform_wrapper.gravity-theme .gform_fields {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 16px;
  margin-left: 5px;
  color: #5c5c5c;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .gfield_label {
  color: #5c5c5c;
  letter-spacing: 1.5px;
  font-size: 20px;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 200px;
  border: 1px solid #5c5c5c;
  letter-spacing: 1.5px;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .gform_validation_errors, .receive_press_releases__cont .text_block .gform_wrapper.gravity-theme #field_5_27, .text_block .receive_press_releases__cont .gform_wrapper.gravity-theme #field_5_27,
.receive_press_releases__cont .gform_wrapper.gravity-theme .gravity-theme,
.receive_press_releases__cont .gform_wrapper.gravity-theme .gfield_description,
.receive_press_releases__cont .gform_wrapper.gravity-theme .validation_message {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 20px;
  background: transparent;
  color: #CBAD60;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 1.5px;
  padding: 6px 16px 16px 0;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .gform_validation_errors > h2, .receive_press_releases__cont .text_block .gform_wrapper.gravity-theme #field_5_27 > h2, .text_block .receive_press_releases__cont .gform_wrapper.gravity-theme #field_5_27 > h2,
.receive_press_releases__cont .gform_wrapper.gravity-theme .gravity-theme > h2,
.receive_press_releases__cont .gform_wrapper.gravity-theme .gfield_description > h2,
.receive_press_releases__cont .gform_wrapper.gravity-theme .validation_message > h2 {
  font-size: 20px;
  color: #CBAD60;
  letter-spacing: 1.5px;
  text-align: center;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon, .receive_press_releases__cont .text_block .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon, .text_block .receive_press_releases__cont .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon,
.receive_press_releases__cont .gform_wrapper.gravity-theme .gravity-theme > h2 .gform-icon,
.receive_press_releases__cont .gform_wrapper.gravity-theme .gfield_description > h2 .gform-icon,
.receive_press_releases__cont .gform_wrapper.gravity-theme .validation_message > h2 .gform-icon {
  display: none;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .gfield.gfield--width-third,
.receive_press_releases__cont .gform_wrapper.gravity-theme .gfield--width-half {
  -ms-grid-column-span: 4 !important;
  grid-column: span 4 !important;
}
@media only screen and (max-width: 750px) {
  .receive_press_releases__cont .gform_wrapper.gravity-theme .gfield.gfield--width-third,
  .receive_press_releases__cont .gform_wrapper.gravity-theme .gfield--width-half {
    grid-column: 1/-1;
    padding-top: 20px;
  }
}
.receive_press_releases__cont .gform_wrapper.gravity-theme input {
  letter-spacing: 1.5px;
  font-size: 18px;
  border: 1px solid #5c5c5c;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme input[type=submit] {
  border: none;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme legend {
  padding-top: 40px;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .ginput_container_multiselect {
  border: 1px solid;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .ginput_container_multiselect select option {
  color: #5c5c5c;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme #field_5_27 .gfield_description {
  font-size: 14px;
  color: #5c5c5c;
  padding-top: 10px;
}
.receive_press_releases__cont .gform_wrapper.gravity-theme .gform_heading {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.receive_press_releases__title {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
  padding-top: 40px;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1024px) {
  .receive_press_releases__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .receive_press_releases__title {
    font-size: 26px;
  }
}
.receive_press_releases__note {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.receive_press_releases .gform_wrapper.gravity-theme {
  text-align: left;
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .receive_press_releases .gform_wrapper.gravity-theme {
    padding-top: 0;
  }
}
.receive_press_releases .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 16px;
  margin-left: 5px;
  color: #5c5c5c;
}
.receive_press_releases .gform_wrapper.gravity-theme .gfield_label {
  color: #5c5c5c;
  letter-spacing: 1.5px;
  font-size: 20px;
}
.receive_press_releases .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 200px;
  border: 1px solid #5c5c5c;
  letter-spacing: 1.5px;
}
.receive_press_releases .gform_wrapper.gravity-theme .gform_validation_errors, .receive_press_releases .text_block .gform_wrapper.gravity-theme #field_5_27, .text_block .receive_press_releases .gform_wrapper.gravity-theme #field_5_27,
.receive_press_releases .gform_wrapper.gravity-theme .gravity-theme,
.receive_press_releases .gform_wrapper.gravity-theme .gfield_description,
.receive_press_releases .gform_wrapper.gravity-theme .validation_message {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 20px;
  background: transparent;
  color: #CBAD60;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 1.5px;
  padding: 6px 16px 16px 0;
}
.receive_press_releases .gform_wrapper.gravity-theme .gform_validation_errors > h2, .receive_press_releases .text_block .gform_wrapper.gravity-theme #field_5_27 > h2, .text_block .receive_press_releases .gform_wrapper.gravity-theme #field_5_27 > h2,
.receive_press_releases .gform_wrapper.gravity-theme .gravity-theme > h2,
.receive_press_releases .gform_wrapper.gravity-theme .gfield_description > h2,
.receive_press_releases .gform_wrapper.gravity-theme .validation_message > h2 {
  font-size: 20px;
  color: #CBAD60;
  letter-spacing: 1.5px;
  text-align: center;
}
.receive_press_releases .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon, .receive_press_releases .text_block .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon, .text_block .receive_press_releases .gform_wrapper.gravity-theme #field_5_27 > h2 .gform-icon,
.receive_press_releases .gform_wrapper.gravity-theme .gravity-theme > h2 .gform-icon,
.receive_press_releases .gform_wrapper.gravity-theme .gfield_description > h2 .gform-icon,
.receive_press_releases .gform_wrapper.gravity-theme .validation_message > h2 .gform-icon {
  display: none;
}
.receive_press_releases .gform_wrapper.gravity-theme .gfield.gfield--width-third,
.receive_press_releases .gform_wrapper.gravity-theme .gfield--width-half {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
@media only screen and (max-width: 750px) {
  .receive_press_releases .gform_wrapper.gravity-theme .gfield.gfield--width-third,
  .receive_press_releases .gform_wrapper.gravity-theme .gfield--width-half {
    grid-column: 1/-1;
    padding-top: 20px;
  }
}
.receive_press_releases .gform_wrapper.gravity-theme .gform_footer {
  width: 15%;
  margin: 20px auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .receive_press_releases .gform_wrapper.gravity-theme .gform_footer {
    width: 100%;
  }
}
.receive_press_releases .gform_wrapper.gravity-theme .gform_footer input {
  letter-spacing: 1.5px;
  font-size: 18px;
  border: 1px solid #5c5c5c;
}
@media only screen and (max-width: 750px) {
  .receive_press_releases .gform_wrapper.gravity-theme .gform_footer .gform_button {
    margin-right: 0;
  }
}
.receive_press_releases .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 30px;
}
.receive_press_releases .gform_wrapper.gravity-theme input[type=submit] {
  border: none;
}
.receive_press_releases .gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
.receive_press_releases .gform_wrapper.gravity-theme legend {
  padding-top: 40px;
}
.receive_press_releases .gform_wrapper.gravity-theme .ginput_container_multiselect {
  border: 1px solid;
}
.receive_press_releases .gform_wrapper.gravity-theme .ginput_container_multiselect select option {
  color: #5c5c5c;
}
.receive_press_releases .gform_wrapper.gravity-theme #field_5_27 .gfield_description {
  font-size: 14px;
  color: #5c5c5c;
  padding-top: 10px;
}
.receive_press_releases .gform_wrapper.gravity-theme .gform_heading {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.single-press {
  padding: 100px 0;
  clear: both;
  /* Slider Press */
  /* end Slider Press */
}
@media only screen and (max-width: 750px) {
  .single-press {
    padding: 160px 0 100px 0;
  }
}
.single-press.internal .container {
  width: 1200px;
}
.single-press.internal .image-thumbnail {
  width: 500px;
  max-width: 100%;
  margin: 20px auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-press__date {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-family: "helveticaneue", sans-serif;
  text-align: center;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.single-press__links {
  text-align: center;
}
.single-press .single-post-press__item {
  font-size: 14px;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
  padding-right: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.single-press .single-post-press__item:hover {
  text-decoration: underline;
}
.single-press .single-press__item {
  font-size: 14px;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
  padding-right: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.single-press__subtitle {
  color: #000;
  font-size: 31px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.single-press__author {
  font-size: 16px;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
  padding-right: 10px;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
.single-press .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
.single-press .inline--left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.single-press .inline img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  margin: 0 auto;
  aspect-ratio: 1;
}
@media only screen and (max-width: 750px) {
  .single-press .inline img {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .single-press .inline img {
    width: 100%;
  }
}
.single-press .inline .button, .single-press .inline .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .single-press .inline .age-gate-button {
  margin-bottom: 0;
}
.single-press__uppertitle {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1;
}
.single-press__text p {
  font-size: 16px;
  font-family: "helveticaneue", sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.single-press__text p h1, .single-press__text p h2, .single-press__text p h3, .single-press__text p h4, .single-press__text p h5, .single-press__text p h6 {
  color: #000;
  margin-bottom: 20px;
}
.single-press__text p h1 {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press__text p h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press__text p h1 {
    font-size: 32px;
  }
}
.single-press__text p h2 {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press__text p h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press__text p h2 {
    font-size: 26px;
  }
}
.single-press__text p h3 {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press__text p h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press__text p h3 {
    font-size: 28px;
  }
}
.single-press__text p h4 {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press__text p h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press__text p h4 {
    font-size: 24px;
  }
}
.single-press__text p h5 {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press__text p h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press__text p h5 {
    font-size: 16px;
  }
}
.single-press__text p h6 {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press__text p h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press__text p h6 {
    font-size: 16px;
  }
}
.single-press__text p p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .single-press__text p p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press__text p p {
    font-size: 16px;
  }
}
.single-press__text p ul, .single-press__text p ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.single-press__text p ul li {
  list-style: disc;
}
.single-press__text p a:hover {
  text-decoration: underline;
}
.single-press__text p blockquote {
  padding-left: 30px;
  border-left: 1px solid #CBAD60;
}
.single-press__text p blockquote p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .single-press__text p blockquote p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press__text p blockquote p {
    font-size: 16px;
  }
}
.single-press__text p img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.single-press__text p .alignleft {
  float: left;
  margin-right: 30px;
}
.single-press__text p .aligncenter {
  margin: 30px auto;
  display: block;
}
.single-press__text p .alignright {
  float: right;
  margin-left: 30px;
}
.single-press__text ul, .single-press__text ol {
  padding-left: 20px;
}
.single-press__video {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .single-press__video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
.single-press__video__cont {
  width: 100%;
  margin-bottom: 4px;
  margin-right: 20px;
}
@media only screen and (max-width: 1280px) {
  .single-press__video__cont {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0;
  }
}
.single-press__video iframe {
  width: 100%;
  height: 100%;
  min-height: 600px;
}
@media only screen and (max-width: 1280px) {
  .single-press__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
  }
}
.single-press .content {
  font-family: "helveticaneue", sans-serif;
  font-size: 16px;
  /* ul li,ol li  {
    list-style-position: inherit;
    margin-left: 20px;
  }  */
}
.single-press .content h1, .single-press .content h2, .single-press .content h3, .single-press .content h4, .single-press .content h5, .single-press .content h6 {
  color: #000;
  margin-bottom: 20px;
}
.single-press .content h1 {
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press .content h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press .content h1 {
    font-size: 32px;
  }
}
.single-press .content h2 {
  font-size: 31px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press .content h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press .content h2 {
    font-size: 26px;
  }
}
.single-press .content h3 {
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press .content h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press .content h3 {
    font-size: 28px;
  }
}
.single-press .content h4 {
  font-size: 24px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press .content h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press .content h4 {
    font-size: 24px;
  }
}
.single-press .content h5 {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press .content h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press .content h5 {
    font-size: 16px;
  }
}
.single-press .content h6 {
  font-size: 18px;
  font-family: "BebasNeue", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .single-press .content h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press .content h6 {
    font-size: 16px;
  }
}
.single-press .content p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .single-press .content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press .content p {
    font-size: 16px;
  }
}
.single-press .content ul, .single-press .content ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.single-press .content ul li {
  list-style: disc;
}
.single-press .content a:hover {
  text-decoration: underline;
}
.single-press .content blockquote {
  padding-left: 30px;
  border-left: 1px solid #CBAD60;
}
.single-press .content blockquote p {
  font-size: 20px;
  font-family: "BebasNeue", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .single-press .content blockquote p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .single-press .content blockquote p {
    font-size: 16px;
  }
}
.single-press .content img {
  width: auto;
  height: auto;
  margin: 0 0 28px 0;
}
.single-press .content .alignleft {
  float: left;
  margin-right: 30px;
}
.single-press .content .aligncenter {
  margin: 30px auto;
  display: block;
}
.single-press .content .alignright {
  float: right;
  margin-left: 30px;
}
.single-press .content h1, .single-press .content h2, .single-press .content h3, .single-press .content h4, .single-press .content h5 {
  font-size: 22px;
  font-family: "BebasNeue", sans-serif;
  padding: 10px 0;
}
.single-press .content p {
  font-family: "helveticaneue", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .single-press .content p {
    margin-bottom: 15px;
  }
}
.single-press .content blockquote {
  padding-left: 30px;
  border-left: 1px solid #CBAD60;
}
.single-press .content blockquote p {
  padding-bottom: 0;
  font-family: "helveticaneue", sans-serif;
  font-size: 16px;
}
.single-press .content .border_line {
  border: 1px solid #CBAD60;
  width: 100%;
  margin: 20px 0;
}
.single-press .content .button, .single-press .content .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .single-press .content .age-gate-button {
  margin-bottom: 0;
}
.single-press .press__slider {
  width: 100%;
}
.single-press .flickity-cell img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
}
@media only screen and (max-width: 1024px) {
  .single-press .flickity-cell img {
    height: 500px;
  }
}
@media only screen and (max-width: 750px) {
  .single-press .flickity-cell img {
    height: 350px;
  }
}

.archive .page-header {
  background: url(images/20180338-Journeyman_Content_Day1-602.jpg) no-repeat center/cover;
  width: 100%;
  height: 650px;
  position: relative;
}
@media (max-width: 750px) {
  .archive .page-header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.archive .page-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  z-index: 2;
  width: 100%;
  color: #ffffff;
}

.single-press {
  background: transparent;
}

body.single-press {
  padding-top: 0 !important;
}

.page-press__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .page-press__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    grid-gap: 0;
  }
}
.page-press .block_pages__item {
  margin: 0;
}
.page-press .block_pages__image {
  overflow: hidden;
}
.page-press .block_pages__image img {
  display: block;
  width: 100%;
}
.page-press .block_pages__image::before {
  display: none;
}
.page-press .button, .page-press .age-gate .age-gate-submit .age-gate-button, .age-gate .age-gate-submit .page-press .age-gate-button {
  margin: 0 auto;
  display: table;
}
.page-press .press__links {
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}
.page-press .press__links__item {
  padding: 0 10px;
  border-right: 1px solid #000;
  color: #000;
  line-height: 2;
  font-size: 18px;
  font-family: "helveticaneue", sans-serif;
  text-transform: uppercase;
}
.page-press .press__links__item:hover {
  text-decoration: underline;
  color: #CBAD60;
}
.page-press .press__links__item:nth-last-child(1) {
  border-right: none;
}
.page-press .press__cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin: 60px 0;
  border-top: 1px solid #CBAD60;
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .page-press .press__cont {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .page-press .press__cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.page-press .press__cont .press__card {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.page-press .press__cont .press__card .learnmore {
  position: absolute;
  bottom: 10px;
  left: 0px;
}
/*# sourceMappingURL=style.css.map */