/** Config */

/**
 * Variables
 */

/**
 * External
 */

@font-face {
  font-family: "MagnatText-Medium";

  font-weight: 400;

  src: url(../fonts/MagnatText-Medium.otf) format("TrueType");
}

@font-face {
  font-family: "MagnatText-Bold";

  font-weight: 700;

  src: url(../fonts/MagnatText-Bold.otf) format("TrueType");
}

/** Common */

/**
 * Global
 */

html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: "MagnatText-Medium";
  color: #D34127;
}

@media (min-width: 1679px) {
  html,
body {
    font-size: 20px;
  }
}

@media screen and (min-width: 2100px) {
  html,
body {
    font-size: 1.14vw;
  }
}

@media (max-width: 390px) {
  html,
body {
    font-size: 14px;
  }
}

html.not-of-age {
  animation: spin 0.4s linear 7 normal;
}

html.not-of-age body {
  animation-name: fade;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

body.page-template-static-template .mad-header,
body.magiquestatique .mad-header {
  position: absolute !important;
}

body.page-template-static-template .content-header,
body.magiquestatique .content-header {
  position: relative !important;
  z-index: 1;
}

body.page-template-static-template .magic-border,
body.magiquestatique .magic-border {
  margin-top: -20px;
}

@media (max-width: 768px) {
  body.page-template-static-template .magic-border,
body.magiquestatique .magic-border {
    margin-top: -10px;
  }
}

body.magiquestatique .hero {
  position: relative !important;
}

body.magiquestatique .hero .text-content {
  padding-bottom: 3em;
}

@media (max-width: 768px) {
  body.page-template-alternative-template .mad-header {
    position: absolute !important;
  }

  body.page-template-alternative-template .content-header {
    position: relative !important;
    z-index: 1;
  }

  body.page-template-alternative-template .magic-border {
    margin-top: -10px;
  }
}

body.search-results .mad-header,
body.search-no-results .mad-header {
  position: absolute !important;
}

@media (max-width: 768px) {
  .min-h-screen {
    min-height: 100vh;
    min-height: calc((var(--vh, 1vh) * 100));
  }
}

@media (max-width: 768px) {
  .max-h-screen {
    max-height: 100vh;
    max-height: calc((var(--vh, 1vh) * 100));
  }
}

.content-header {
  border-width: 20px;
  border-bottom: none;
  z-index: -1;
}

@media (max-width: 768px) {
  .content-header {
    border-width: 10px;
  }
}

.content-header.search {
  border-bottom: 20px solid #D34127;
}

@media (max-width: 768px) {
  .content-header.search {
    border-bottom: 10px solid #D34127;
  }
}

.magic-border {
  height: 20px;
  margin-top: calc(100vh - 20px);
  z-index: 31;
}

@media (max-width: 768px) {
  .magic-border {
    height: 10px;
    margin-top: calc(100vh - 10px);
    margin-top: calc((var(--vh, 1vh) * 100) - 10px);
  }
}

.magic-border-beer {
  height: 20px;
  z-index: 31;
  margin-top: -20px;
}

@media (max-width: 768px) {
  .magic-border-beer {
    height: 10px;
    margin-top: calc(100vh - 10px);
    margin-top: 120vh;
  }
}

.content-wrapper {
  border-top: 20px solid #F0EDD7;
  border-right: 20px solid #F0EDD7;
  border-left: 20px solid #F0EDD7;
  border-bottom: none;
  z-index: 31;
}

@media (max-width: 768px) {
  .content-wrapper {
    border-width: 10px;
  }
}

.single-tap a {
  transition: all 0.2s ease-out;
}

.single-tap a .beer-name {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translate(-33%, 0);
  margin-bottom: 35px;
  width: 300%;
  text-align: center;
  color: #D34127;
}

.single-tap a:hover {
  margin-top: -30px;
  cursor: pointer;
}

.single-tap a:hover .beer-name {
  opacity: 1;
  transform: translate(-33%, 25px);
}

@media (max-width: 768px) {
  .single-tap a:hover .beer-name {
    transform: translate(-33%, -30px);
  }
}

.single-page-tap img {
  transition: all 0.2s ease-out;
}

.single-page-tap img:hover {
  margin-top: -30px;
}

.taps-controls {
  transform: translate(-50%);
  left: 50%;
  bottom: 42vh;
  z-index: 1;
  pointer-events: all;
}

@media (max-width: 768px) {
  .taps-controls {
    width: 100%;
    bottom: 40%;
  }
}

.taps-controls.scrolling-down {
  display: none !important;
}

.taps-controls span {
  display: block;
  width: 1em;
  height: 1em;
  transition: 0.3s all;
}

.taps-controls span:hover {
  transform: scale(1.2);
}

.taps-controls .next {
  background-image: url("../images/next.svg");
}

.taps-controls .prev {
  background-image: url("../images/prev.svg");
}

.single-beers .mad-header {
  position: absolute !important;
}

@media (max-width: 768px) {
  .single-beers .mad-header {
    position: fixed !important;
  }
}

.taps-wrapper {
  z-index: 32;
  overflow: hidden;
  top: 100vh;
  transform: translateY(-100%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .taps-wrapper {
    top: 100vh;
    top: calc((var(--vh, 1vh) * 100));
  }
}

.taps-wrapper-inner {
  position: relative;
}

.taps-wrapper-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100vw - 20px);
  height: 60vw;
  background: white;
  box-shadow: 0 -10px 10px -5px rgba(255, 255, 255, 0.75);
  z-index: -1;
  /* Position it behind the content */
}

@media (min-width: 768px) {
  .taps-wrapper-inner::after {
    left: 20px;
    width: calc(100vw - 40px);
    height: 42vh;
  }
}

.taps-wrapper .single-tap {
  height: 41vh;
  margin: 0 20px;
  flex: 0 0 12.5%;
  pointer-events: all;
}

@media (max-width: 768px) {
  .taps-wrapper .single-tap {
    height: 50vw;
    flex: 0 0 25%;
    margin: 0 10px;
  }
}

.taps-wrapper .single-tap img {
  width: 100%;
}

@media (max-width: 1200px) {
  .taps-wrapper .single-tap img {
    margin-top: 3em;
  }
}

@media (max-width: 768px) {
  .taps-wrapper .single-tap img {
    margin-top: 0;
  }
}

.single-beer-content .hero-image {
  min-height: calc(100% + 2em);
  z-index: 0;
}

@media (max-width: 768px) {
  .single-beer-content .hero-image {
    min-height: 0;
    height: 90vw;
    width: 100%;
  }
}

.single-beer-content .hero-image .single-tap {
  right: 28%;
  max-width: 35%;
  top: -2em;
  transform: translatex(50%);
}

@media (max-width: 768px) {
  .single-beer-content .hero-image .single-tap {
    right: 10%;
    max-width: 40%;
    top: -7em;
  }
}

.hero-text-width-helper {
  width: 28%;
}

@media (max-width: 768px) {
  .hero-text-width-helper {
    width: 100%;
  }
}

#are-you-old-enough {
  position: fixed;
  border: 20px solid #D34127;
  background-color: white;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
}

#are-you-old-enough.open {
  display: block;
}

#are-you-old-enough .popup-content {
  margin: auto;
  max-width: 60%;
}

@media (max-width: 768px) {
  #are-you-old-enough .popup-content {
    max-width: 100%;
  }
}

#are-you-old-enough .popup-content video {
  margin: auto;
  max-width: 500px;
  max-height: 50vh;
}

@media (max-width: 768px) {
  #are-you-old-enough .popup-content video {
    max-width: 85%;
  }
}

#are-you-old-enough .popup-content .text {
  text-align: center;
  margin-bottom: 2em;
}

#are-you-old-enough .popup-content .button-container {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

#are-you-old-enough .popup-content .button-container div {
  padding: 0.75em 3em 0.75em 1.5em;
  position: relative;
  cursor: pointer;
}

#are-you-old-enough .popup-content .button-container div::after {
  content: "";
  position: absolute;
  display: block;
  background: red;
  height: 1em;
  width: 1em;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5em;
  transition: 0.4s all;
}

#are-you-old-enough .popup-content .button-container .yes {
  border: 4px solid #D34127;
  border-right: none;
  border-radius: 100px 0 0 100px;
}

#are-you-old-enough .popup-content .button-container .yes::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 2px;
  right: 0;
  background-color: #D34127;
  top: 50%;
  transform: translateY(-50%);
}

#are-you-old-enough .popup-content .button-container .yes:after {
  width: 1.2em;
  right: 1.3em;
  background: unset;
  background-image: url("../images/arrow_right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#are-you-old-enough .popup-content .button-container .no {
  border: 4px solid #D34127;
  border-left: none;
  border-radius: 0 100px 100px 0;
}

#are-you-old-enough .popup-content .button-container .no::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 2px;
  left: 0;
  background-color: #D34127;
  top: 50%;
  transform: translateY(-50%);
}

#are-you-old-enough .popup-content .button-container .no:after {
  background: unset;
  background-image: url("../images/icon-no.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #are-you-old-enough {
    border: 10px solid #D34127;
  }
}

.gm-style-iw {
  border: 4px solid #D34127 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 100% !important;
}

.gm-style-iw button {
  display: none !important;
}

.gm-style-iw-t::after {
  box-shadow: none !important;
  border-bottom: 4px solid !important;
  border-left: 4px solid !important;
  background: #fff !important;
  top: -1px !important;
}

.gm-style-iw-tc {
  background: #D34127;
  height: 16px !important;
  z-index: 1 !important;
  top: -4px !important;
  width: 33px !important;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.gm-style-iw-tc::after {
  left: 4px !important;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p {
  margin-bottom: 1em;
}

@keyframes spin {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  10% {
    transform: translate(20px, 40px) rotate(2deg);
  }

  20% {
    transform: translate(40px, 0) rotate(6deg);
  }

  30% {
    transform: translate(20px, -20px) rotate(-1deg);
  }

  40% {
    transform: translate(0, -40px) rotate(-9deg);
  }

  50% {
    transform: translate(-40px, 0) rotate(-7deg);
  }

  60% {
    transform: translate(-60px, 20px) rotate(0deg);
  }

  70% {
    transform: translate(-40px, 40px) rotate(12deg);
  }

  80% {
    transform: translate(60px, 60px) rotate(5deg);
  }

  90% {
    transform: translate(40px, 0) rotate(-3deg);
  }

  100% {
    transform: translate(-20px, -20px) rotate(-6deg);
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

h1,
.h1 {
  font-size: 2rem;
  line-height: 1;
}

h1.smaller,
.h1.smaller {
  font-size: 1rem;
}

h2,
.h2 {
  font-size: 5rem;
  line-height: 1;
}

@media (max-width: 768px) {
  h2,
.h2 {
    font-size: 3rem;
  }
}

h2.smallish,
.h2.smallish {
  font-size: 3.5rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  h2.smallish,
.h2.smallish {
    font-size: 2rem;
  }
}

h2.smaller,
.h2.smaller {
  font-size: 2.5rem;
  line-height: 1.3;
}

@media (max-width: 768px) {
  h2.smaller,
.h2.smaller {
    font-size: 1.5rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 768px) {
  h3,
.h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 768px) {
  h4,
.h4 {
    font-size: 1.15rem;
  }
}

/** Components */

.madness-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .madness-wrapper {
    top: calc(100px + 12vh);
    transform: translate(-50%, 0%);
  }
}

.madness-wrapper .madness {
  width: calc(280 / 1800 * 100vw);
  height: calc(280 / 1800 * 100vw);
}

@media (max-width: 1200px) {
  .madness-wrapper .madness {
    width: calc(280 / 1400 * 100vw);
    height: calc(280 / 1400 * 100vw);
  }
}

@media (max-width: 768px) {
  .madness-wrapper .madness {
    width: calc(280 / 650 * 100vw);
    height: calc(280 / 650 * 100vw);
    transform: translateY(calc(500 / 1920 * -100vw));
  }
}

.madness-wrapper .madness .mad-inside {
  height: calc(80 / 1800 * 100vw);
  width: auto;
}

@media (max-width: 1200px) {
  .madness-wrapper .madness .mad-inside {
    height: calc(80 / 1400 * 100vw);
  }
}

@media (max-width: 768px) {
  .madness-wrapper .madness .mad-inside {
    height: calc(80 / 650 * 100vw);
  }
}

.madness-wrapper .madness .mad-middle {
  height: calc(160 / 1800 * 100vw);
  width: auto;
}

@media (max-width: 1200px) {
  .madness-wrapper .madness .mad-middle {
    height: calc(160 / 1400 * 100vw);
  }
}

@media (max-width: 768px) {
  .madness-wrapper .madness .mad-middle {
    height: calc(160 / 650 * 100vw);
  }
}

.madness-wrapper .madness .mad-outside {
  height: calc(280 / 1800 * 100vw);
  width: auto;
}

@media (max-width: 1200px) {
  .madness-wrapper .madness .mad-outside {
    height: calc(280 / 1400 * 100vw);
  }
}

@media (max-width: 768px) {
  .madness-wrapper .madness .mad-outside {
    height: calc(280 / 650 * 100vw);
  }
}

.madness-wrapper .footer-logo {
  height: 120px;
  width: auto;
}

@media screen and (min-width: 1600px) {
  .madness-wrapper .footer-logo {
    height: 145px;
  }
}

/**
 * Button
 */

.button {
  background-image: url(../images/arrow_right.svg);
  background-position: right 0.3em center;
  background-size: 1em;
  background-repeat: no-repeat;
  padding: 0.3em 1.6em 0.3em 0.3em;
  position: relative;
  font-weight: 700;
}

.button::after {
  content: "";
  display: block;
  position: absolute;
  height: 15%;
  width: 100%;
  bottom: 30%;
  left: 0;
  background-color: #D34127;
  opacity: 0.17;
}

.button.arrow-down {
  background-image: url(../images/arrow_down.png);
  background-size: 0.6em;
  padding: 0.4em 1.2em 0.3em 0.3em;
}

.button.back {
  background-position: left 0.3em center;
  padding: 0.3em 0.3em 0.3em 1.6em;
  background-image: url(../images/arrow_left.png);
}

.special-button {
  display: flex;
  align-items: center;
  border: 4px solid #D34127;
  border-radius: 100px;
  padding: 0.85em 0.5em 0.85em 2em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
}

@media (min-width: 1679px) {
  .special-button {
    border: 6px solid #D34127;
  }
}

.special-button::after {
  content: "";
  display: block;
  background-image: url(../images/arrow_right.svg);
  background-position: center;
  background-size: 1.3em;
  background-repeat: no-repeat;
  border-left: 3px solid #D34127;
  height: calc(100% + 1em);
  width: 3em;
  margin-left: 1em;
}

@media (min-width: 1679px) {
  .special-button::after {
    border-left: 4px solid #D34127;
  }
}

.some-button {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.some-button.facebook {
  background-image: url(../images/facebook.svg);
}

.some-button.facebook.white {
  background-image: url(../images/facebook_white.svg);
}

.some-button.twitter {
  background-image: url(../images/twitter.svg);
}

.some-button.twitter.white {
  background-image: url(../images/twitter_white.svg);
}

.some-button.instagram {
  background-image: url(../images/instagram.svg);
}

.some-button.instagram.white {
  background-image: url(../images/instagram_white.svg);
}

.some-button.untappd {
  background-image: url(../images/untappd.svg);
}

.some-button.untappd.white {
  background-image: url(../images/untappd_white.svg);
}

.special-nav-button {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(211, 65, 39, var(--tw-text-opacity));
  padding: 0.5em 1.5em;
  border: 2px solid;
  border-radius: 100px;
  letter-spacing: 1.6px;
}

.special-nav-button span {
  display: inline-block;
  background-image: url(../images/arrow_right.svg);
  background-position: right center;
  background-size: 1em;
  background-repeat: no-repeat;
  padding-right: 1.6em;
}

@media (max-width: 768px) {
  .special-nav-button span {
    background-image: url(../images/arrow_right_white.svg);
  }
}

@media (max-width: 768px) {
  .special-nav-button {
    color: #fff;
    padding: 1em 1.5em;
    margin-top: auto;
    margin-bottom: 3em;
    text-align: center;
  }
}

.search-form .form-wrapper {
  width: calc(100% - 10vw + 4em + 6px);
}

@media (max-width: 768px) {
  .search-form .form-wrapper {
    width: 100%;
  }
}

.search-form .form-wrapper.alt-width {
  max-width: 500px;
  width: 100%;
}

.search-form .search-input {
  display: flex;
  align-items: center;
  border: 4px solid #D34127;
  border-radius: 100px;
  padding: 0.7em 4em 0.7em 1em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
}

@media screen and (min-width: 1600px) {
  .search-form .search-input {
    border: 6px solid #D34127;
  }
}

.search-form input[type=submit] {
  width: 4em;
  background-image: url("../images/search_icon.png");
  background-size: 40%;
  right: 4px;
  height: calc(100% - 16px);
  border-left: 4px solid;
  top: 8px;
}

@media screen and (min-width: 1600px) {
  .search-form input[type=submit] {
    right: 6px;
    height: calc(100% - 20px);
    border-left: 4px solid;
    top: 10px;
  }
}

.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form input[type=email] {
  background: none;
  -webkit-appearance: none;
          appearance: none;
  padding: 0.75em;
  border-bottom: 8px solid rgba(211, 65, 39, 0.17);
  width: 100%;
  margin-bottom: 4em;
}

.contact-form textarea {
  background: none;
  -webkit-appearance: none;
          appearance: none;
  padding: 0.75em;
  border-bottom: 8px solid rgba(211, 65, 39, 0.17);
  border-left: 8px solid rgba(211, 65, 39, 0.17);
  width: 100%;
  height: 11em;
  resize: none;
}

.contact-form input[type=submit] {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: none;
  cursor: pointer;
}

.contact-form .ajax-loader {
  position: absolute;
  left: -3em;
  transform: translatex(-100%);
}

.contact-form .wpcf7-not-valid-tip {
  margin-top: -3.5em;
}

.contact-form .wpcf7-response-output {
  grid-column: span 12/span 12;
  margin-right: 4em !important;
  border-color: #D34127 !important;
}

@media (max-width: 768px) {
  .contact-form .wpcf7-response-output {
    margin-right: 0 !important;
  }
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
}

.wpcf7-radio input {
  display: none;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item.first {
  margin-bottom: 0.75em;
}

.wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
  border-bottom: 8px solid rgba(211, 65, 39, 0.17);
}

.wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  background-image: url(../images/checkmark.svg);
  background-size: 80%;
  background-position: bottom -4px center;
  background-repeat: no-repeat;
}

.news-liftup-item {
  position: relative;
  padding-right: 8em;
}

@media (max-width: 1200px) {
  .news-liftup-item {
    padding-right: 5em;
  }
}

@media (max-width: 768px) {
  .news-liftup-item {
    padding-right: 0;
  }
}

.news-liftup-item::before {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background-color: #D34127;
  opacity: 0.17;
  position: absolute;
  top: 0;
  left: -3em;
}

@media (max-width: 1200px) {
  .news-liftup-item::before {
    left: -2em;
  }
}

@media (max-width: 768px) {
  .news-liftup-item::before {
    display: none;
  }
}

.news-liftup-item .image::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.beer-liftup-item {
  position: relative;
  padding-right: 8em;
}

@media (max-width: 1200px) {
  .beer-liftup-item {
    padding-right: 3em;
  }
}

@media (max-width: 768px) {
  .beer-liftup-item {
    padding-right: 0;
  }
}

.beer-liftup-item .text-content::before {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background-color: #D34127;
  opacity: 0.17;
  position: absolute;
  top: 0;
  left: -3em;
}

@media (max-width: 1200px) {
  .beer-liftup-item .text-content::before {
    left: -2em;
  }
}

@media (max-width: 768px) {
  .beer-liftup-item .text-content::before {
    display: none;
  }
}

.beer-liftup-item .image {
  max-width: 100%;
  max-height: 11em;
}

.philosophy-block .text::before {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background-color: #D34127;
  opacity: 0.17;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .philosophy-block .text::before {
    width: 6px;
  }
}

.hero-image {
  height: calc(100vh - 12rem - 40px);
  width: 72%;
  bottom: 20px;
  z-index: -1;
}

@media (max-width: 768px) {
  .hero-image {
    min-height: 0;
    height: 60vw;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}

.contact-hero .hero-image {
  height: 100%;
}

.repeater-content .text {
  position: relative;
  background-color: unset;
}

@media (max-width: 768px) {
  .repeater-content .text {
    background-color: unset;
  }
}

@media (max-width: 1200px) {
  .repeater-content .text {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.repeater-content .text::before {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background-color: #D34127;
  opacity: 0.17;
  position: absolute;
  top: 0;
  left: -2.5em;
}

@media (max-width: 1200px) {
  .repeater-content .text::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .repeater-content .image {
    height: auto;
  }

  .repeater-content .image::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}

.single-content h3 {
  margin-bottom: 0.5em;
}

.single-content img {
  display: block;
  margin: 2em 0;
}

.single-content .posts-navigation::before {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background-color: #D34127;
  opacity: 0.17;
  position: absolute;
  top: 0;
  left: -2.5em;
}

@media (max-width: 768px) {
  .single-content .posts-navigation::before {
    display: none;
  }
}

.tour-schedule .left::before,
.tour-schedule .right::before {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background-color: #D34127;
  opacity: 0.17;
  position: absolute;
  top: 0;
  left: -2.5em;
}

@media (max-width: 768px) {
  .tour-schedule .left::before,
.tour-schedule .right::before {
    display: none;
  }
}

.tour-schedule .date-item::before {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background-color: #D34127;
  opacity: 0.17;
  position: absolute;
  top: 0;
  left: -2.5em;
}

@media (max-width: 768px) {
  .tour-schedule .date-item::before {
    display: none;
  }
}

.tour-schedule #modal {
  transform: translateX(-9999px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.tour-schedule #modal iframe {
  width: 100%;
}

.tour-schedule #modal.open {
  transform: translateX(0);
  opacity: 1;
}

.tour-schedule #modal .backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.tour-schedule #modal .modal-content {
  z-index: 1;
}

.tour-schedule #modal .modal-content .close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  height: 1.5em;
  width: 1.5em;
  cursor: pointer;
}

.tour-schedule #modal .modal-content .close::before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  background-color: #D34127;
}

.tour-schedule #modal .modal-content .close::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  background-color: #D34127;
}

.instagram h3 {
  transform: rotate(-90deg);
  transform-origin: top right;
}

@media (max-width: 1200px) {
  .instagram h3 {
    transform: rotate(0deg);
  }
}

.instagram h3 .icon {
  display: block;
  height: 1em;
  width: 1em;
  background-image: url(../images/instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.25em;
}

.location-lift .map::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.location-lift .map .image {
  top: -3em;
  left: -3em;
  width: 40%;
  background-size: cover;
  background-position: center;
}

.location-lift .map .image::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.map-hero .text-content {
  width: 34%;
}

@media (max-width: 768px) {
  .map-hero .text-content {
    width: 100%;
  }
}

.map-hero .hero-image {
  z-index: 1;
  width: 66%;
}

@media (max-width: 768px) {
  .map-hero .hero-image {
    height: auto;
    width: calc(100% - 1.5em);
  }

  .map-hero .hero-image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.restaurants .image::before {
  content: "";
  display: block;
  padding-top: 66%;
}

@media (max-width: 1200px) {
  .restaurants .image::before {
    padding-top: 75%;
  }
}

@media (max-width: 768px) {
  .restaurants .image::before {
    padding-top: 66%;
  }
}

.restaurants .down-arrows .arrow {
  width: 1.3em;
  height: 1.3em;
  display: block;
  background-image: url("../images/caret.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.restaurants .single-restaurant::before {
  content: "";
  display: block;
  height: 100%;
  width: 8px;
  background-color: #D34127;
  opacity: 0.17;
  position: absolute;
  top: 0;
  left: -3em;
}

@media (max-width: 768px) {
  .restaurants .single-restaurant::before {
    left: -2em;
  }
}

.downloadable-files-grid-hero .image .image-inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/** Partials */

/**
 * Header
 */

.brand {
  font-weight: bold;
}

.brand img {
  height: 120px;
}

@media (max-width: 768px) {
  .brand img {
    height: 20vw;
    max-height: 5.5em;
  }
}

.nav-toggle {
  transition: 0.6s all;
  z-index: 2;
}

.nav-toggle .burger {
  background: #D34127;
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  transition: 0.4s all linear;
}

.nav-toggle .burger::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  background: #D34127;
  transition: 0.2s all linear;
}

.nav-toggle .burger::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #D34127;
  transition: 0.5s all linear;
}

.nav-toggle.open {
  transform: rotate(90deg);
}

.nav-toggle.open .burger {
  width: 0;
  transition: 0.2s all linear;
  background: white;
}

.nav-toggle.open .burger::before {
  transform: rotate(45deg);
  top: calc(50% - 1px);
  background: white;
}

.nav-toggle.open .burger::after {
  transform: rotate(130deg);
  width: 100%;
  bottom: calc(50% - 1px);
  background: white;
}

.nav-primary .nav > li {
  position: relative;
}

@media (min-width: 1200px) {
  .nav-primary .nav > li:not(:first-child).current-menu-item > a::before {
    content: "";
    position: absolute;
    bottom: 11px;
    /* Position it at the bottom */
    left: 0;
    width: 100%;
    /* Full width of the element */
    height: 10px;
    /* Thickness of the line */
    background-color: #F8DFDA;
    z-index: -1;
  }
}

.nav-primary ul li {
  padding: 0.75em 0;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-primary ul li a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(211, 65, 39, var(--tw-text-opacity));
  letter-spacing: 1.6px;
}

.nav-primary ul li .sub-menu {
  position: absolute;
  top: 100%;
  background-color: #D34127;
  padding: 1em 2em;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0.5em);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
  margin: 0;
}

.nav-primary ul li .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.8em;
  width: 0.8em;
  top: -0.4em;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #D34127;
  pointer-events: none;
}

.nav-primary ul li .sub-menu li a {
  color: #fff;
}

@media (max-width: 1200px) {
  .nav-primary ul li .sub-menu {
    position: static;
    padding: 0em 2em 0.5em 1em;
    text-align: left;
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
    display: none;
  }

  .nav-primary ul li .sub-menu.open {
    display: block;
  }

  .nav-primary ul li .sub-menu li {
    border: none !important;
    font-size: 0.85em;
    margin: 0;
    padding: 0;
  }

  .nav-primary ul li .sub-menu::before {
    display: none;
  }
}

.nav-primary ul li:hover .sub-menu {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
  transition: all 0.2s ease-in;
}

@media (max-width: 1200px) {
  .nav-primary ul li:hover .sub-menu {
    transform: translate(0, 0);
  }
}

.nav-primary ul li.menu-item-has-children {
  position: relative;
}

.nav-primary ul li.menu-item-has-children .sub-nav-toggle {
  display: none;
}

@media (max-width: 1200px) {
  .nav-primary ul li.menu-item-has-children .sub-nav-toggle {
    display: block;
    width: 4em;
    height: 3.4em;
    background-image: url(../images/caret_white.svg);
    background-size: 1.3em;
    background-repeat: no-repeat;
    background-position: center right 0.5em;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.2s all;
  }

  .nav-primary ul li.menu-item-has-children .sub-nav-toggle.open {
    transform: scaleY(-1);
  }
}

.nav-primary ul li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}

.nav-primary ul li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/caret.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1200px) {
  .mad-header {
    transition-property: z-index;
    transition-duration: 0s;
    transition-delay: 0.5s;
  }

  .mad-header.open {
    z-index: 999;
    transition-property: z-index;
    transition-duration: 0s;
    transition-delay: 0s;
  }

  .mad-header.open .nav-primary {
    transform: translatex(0);
    background-color: rgba(0, 0, 0, 0.25);
    transition: 0.2s background-color;
  }

  .mad-header.open .nav-primary .nav-mobile-container {
    transform: translateX(0);
  }

  .mad-header .nav-primary {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    background-color: rgba(0, 0, 0, 0);
    transition: 0.2s background-color, 0s 0.5s transform;
    z-index: 1;
  }

  .mad-header .nav-primary .nav-mobile-container {
    position: absolute;
    top: 0;
    left: 3em;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: 0.5s all ease-out;
    background-color: #D34127;
  }

  .mad-header .nav-primary .nav-mobile-container #menu-main-menu {
    padding: 5em 2em 0 2em;
    display: flex;
    flex-direction: column;
  }

  .mad-header .nav-primary .nav-mobile-container #menu-main-menu > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateX(120%);
  }

  .mad-header .nav-primary .nav-mobile-container #menu-main-menu > li:last-child {
    border-bottom: none;
  }

  .mad-header .nav-primary .nav-mobile-container #menu-main-menu > li a {
    color: #fff;
    padding: 1em 0;
    display: flex;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .mad-header {
    z-index: 30;
  }
}

footer.content-info {
  border-width: 20px;
  border-top: none;
}

@media (max-width: 768px) {
  footer.content-info {
    border-width: 10px;
  }
}

footer.content-info.with-border {
  border-top: 20px solid #F0EDD7;
}

@media (max-width: 768px) {
  footer.content-info.with-border {
    border-top: none;
  }
}

footer.content-info .no-border {
  border: none !important;
}

@media (max-width: 768px) {
  footer.content-info .no-border.on-desktop {
    border-top: 10px solid #F0EDD7 !important;
  }
}

.search-results footer.content-info {
  border-top: 20px solid #F0EDD7 !important;
}

@media (max-width: 768px) {
  .search-results footer.content-info {
    border-top: 10px solid #F0EDD7 !important;
  }
}

.search-results footer.content-info .footer-inner {
  border-top: none !important;
}

.footer-logo {
  height: 120px;
}

@media (max-width: 768px) {
  .footer-logo {
    height: 20vw;
    max-height: 5.5em;
  }
}
/*# sourceMappingURL=app.css.map*/