/* Media Breakpoints */
/* Brand Colors */
/* Site width */
/* File Imports */
/* Initialise */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  font-style: none;
  text-decoration: none;
  color: unset;
}

body {
  line-height: 1;
  color: #3B3830;
  position: relative;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

span {
  line-height: normal;
}

textarea, select, input, button {
  outline: none;
}

.fake-link {
  cursor: pointer;
}

#wpadminbar {
  display: none;
}

html.no-js {
  margin-top: unset !important;
}

#map {
  height: 700px !important;
}

.align_middle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.align_top {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

/* Spacing Elements */
.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1800px) {
  .col_1_xxl {
    width: 16.6666666667%;
  }

  .col_2_xxl {
    width: 33.3333333333%;
  }

  .col_3_xxl {
    width: 50%;
  }

  .col_4_xxl {
    width: 66.6666666667%;
  }

  .col_5_xxl {
    width: 83.3333333333%;
  }

  .col_6_xxl {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col_1_xl {
    width: 16.6666666667%;
  }

  .col_2_xl {
    width: 33.3333333333%;
  }

  .col_3_xl {
    width: 50%;
  }

  .col_4_xl {
    width: 66.6666666667%;
  }

  .col_5_xl {
    width: 83.3333333333%;
  }

  .col_6_xl {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .col_1_l {
    width: 16.6666666667%;
  }

  .col_2_l {
    width: 33.3333333333%;
  }

  .col_3_l {
    width: 50%;
  }

  .col_4_l {
    width: 66.6666666667%;
  }

  .col_5_l {
    width: 83.3333333333%;
  }

  .col_6_l {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .col_1_m {
    width: 16.6666666667%;
  }

  .col_2_m {
    width: 33.3333333333%;
  }

  .col_3_m {
    width: 50%;
  }

  .col_4_m {
    width: 66.6666666667%;
  }

  .col_5_m {
    width: 83.3333333333%;
  }

  .col_6_m {
    width: 100%;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  .col_1_s {
    width: 16.6666666667%;
  }

  .col_2_s {
    width: 33.3333333333%;
  }

  .col_3_s {
    width: 50%;
  }

  .col_4_s {
    width: 66.6666666667%;
  }

  .col_5_s {
    width: 83.3333333333%;
  }

  .col_6_s {
    width: 100%;
  }
}
.overflow-hide {
  overflow: hidden;
  max-height: 100vh;
}

.inline {
  display: inline-block;
}

.txt-padding {
  padding-right: 9px;
  box-sizing: border-box;
}

.content-margin-top-small {
  margin-top: 20px;
}

.content-margin-bottom-small {
  margin-bottom: 20px;
}

.content-width-padding {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.content-padding-top-large {
  padding: 40px 0 0 0;
  box-sizing: border-box;
}

.common-padding {
  padding: 20px;
  box-sizing: border-box;
}

.small-padding {
  padding: 5px;
  box-sizing: border-box;
}

.common-padding-vertical {
  padding: 20px 0;
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .content-padding-desktop-height-large {
    padding: 40px 0;
    box-sizing: border-box;
  }
}

.text-center {
  text-align: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 599px) and (max-height: 2000px) {
  .mobile-center {
    margin: auto;
    text-align: center;
  }
}

.padding-vertical-small {
  padding: 3px 0;
}

/*** PADDING CLASSES ***/
.content_padding {
  box-sizing: border-box;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .content_padding {
    padding: 20px 20px;
  }
}
@media (min-width: 600px) {
  .content_padding {
    padding: 20px 20px;
  }
}
@media (min-width: 900px) {
  .content_padding {
    padding: 20px 20px;
  }
}

.form_padding {
  box-sizing: border-box;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .form_padding {
    padding: 10px 20px;
  }
}
@media (min-width: 600px) {
  .form_padding {
    padding: 10px 20px;
  }
}
@media (min-width: 900px) {
  .form_padding {
    padding: 10px 20px;
  }
}

.menu_padding {
  box-sizing: border-box;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .menu_padding {
    padding: 10px 20px;
  }
}
@media (min-width: 600px) {
  .menu_padding {
    padding: 10px 20px;
  }
}
@media (min-width: 900px) {
  .menu_padding {
    padding: 10px 20px;
  }
}

.headline_padding {
  box-sizing: border-box;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .headline_padding {
    padding: 20px 20px 0;
  }
}
@media (min-width: 600px) {
  .headline_padding {
    padding: 20px 20px 0;
  }
}
@media (min-width: 900px) {
  .headline_padding {
    padding: 20px 20px 0;
  }
}

.bottom_padding {
  box-sizing: border-box;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .bottom_padding {
    padding: 20px 20px 0;
  }
}
@media (min-width: 600px) {
  .bottom_padding {
    padding: 20px 20px 0;
  }
}
@media (min-width: 900px) {
  .bottom_padding {
    padding: 20px 20px 0;
  }
}

.vertical_padding {
  box-sizing: border-box;
  padding: 10px 0 10px;
}

.horizontal_padding {
  box-sizing: border-box;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .horizontal_padding {
    padding: 0 20px 0;
  }
}
@media (min-width: 600px) {
  .horizontal_padding {
    padding: 0 20px 0;
  }
}
@media (min-width: 900px) {
  .horizontal_padding {
    padding: 0 20px 0;
  }
}

.margin-top {
  margin-top: 20px;
}

@media (min-width: 900px) {
  .page_padding {
    padding-bottom: 50px;
  }
}

@font-face {
  font-family: "Vap_font";
  src: url("fonts/vap_font.eot");
  src: url("fonts/vap_font.ttf") format("truetype"), url("fonts/vap_font.eot?#iefix") format("embedded-opentype"), url("fonts/vap_font.woff2") format("woff2"), url("fonts/vap_font.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
html {
  font-size: 16px;
}
@media (max-height: 568px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Barlow", sans-serif;
}

h1 {
  font-family: "Vap_font", sans-serif;
  font-size: 2.125rem;
}
h1.content-heading {
  padding-bottom: 20px;
}

h2 {
  font-family: "Vap_font", sans-serif;
  font-size: 1.625rem;
}
h2.content-heading {
  padding-bottom: 20px;
}

h3 {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25rem;
}

h4 {
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}

p {
  font-family: "Barlow", sans-serif;
  font-size: 0.87rem;
  line-height: 1.25rem;
}
p strong {
  font-weight: bold;
}
p a {
  font-weight: bold;
  color: #E5002B;
  transition: color 0.25s;
}
p a:hover {
  color: #92001B;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.email_container h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.email_container p {
  font-size: 1rem;
  font-weight: 400;
}

.wysiwyg p {
  padding: 10px 0 0 0;
}
.wysiwyg p:first-child {
  padding: 0;
}
.wysiwyg ol, .wysiwyg ul, .wysiwyg li {
  list-style: unset;
  margin: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 0.87rem;
  line-height: 1.25rem;
}
.wysiwyg a {
  transition: color 0.25s;
}
.wysiwyg a:hover {
  transition: color 0.25s;
  color: #92001B;
}

.sub_name {
  text-decoration: underline;
  font-style: italic;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.top_nav span {
  font-weight: 600;
  font-size: 21px;
}

.toggle_icon {
  font-family: "Vap_font", sans-serif;
  font-size: 1.875rem;
}

.red {
  color: #E5002B;
}

.white {
  color: #ffffff;
}

.dark-grey {
  color: #3B3830;
}

.background-red {
  background-color: #E5002B;
}

.background-white {
  background-color: #ffffff;
}

.background-dark-grey {
  background-color: #3B3830;
}

.background-light-grey {
  background-color: #EDEDED;
}

@media (max-width: 599px) and (max-height: 2000px) {
  .alternate_title_grey {
    background-color: #ffffff !important;
  }
  .alternate_title_grey h1 {
    color: #3B3830 !important;
  }

  .alternate_title_red {
    background-color: #ffffff !important;
  }
  .alternate_title_red h1 {
    color: #E5002B !important;
  }
}
.button {
  text-align: center;
  min-width: fit-content;
  min-height: 50px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  /* HOVER */
}
@media (max-width: 599px) and (max-height: 2000px) {
  .button {
    max-width: 300px;
    max-height: 50px;
  }
}
.button.button_generic {
  font-family: "Vap_font", sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  background-color: #E5002B;
  padding: unset;
}
.button.button_generic span, .button.button_generic svg {
  vertical-align: middle;
}
.button.button_a {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  background-color: #E5002B;
  padding: 0 30px;
}
.button.button_a span, .button.button_a svg {
  vertical-align: middle;
}
.button.button_a .button_icon {
  padding-right: 15px;
}
.button.button_a .button_icon.mail {
  content: url(./svgs/mail.svg);
  width: 35px;
  height: 23px;
}
.button.button_a .button_icon.employ {
  content: url(./svgs/employ.svg);
  width: 25px;
  height: 25px;
}
.button.button_b {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  background-color: #92001B;
  padding: 0 30px;
}
.button.button_b .button_icon.vip {
  width: 35px;
  height: 23px;
  padding-right: 15px;
}
.button.button_b span, .button.button_b svg {
  vertical-align: middle;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .button.button_b {
    max-height: 60px;
  }
}
@media (min-width: 900px) {
  .button {
    transition: all 0.25s;
  }
  .button.button_generic:hover {
    transition: all 0.25s;
    background-color: #3B3830;
  }
  .button.button_a:hover {
    transition: all 0.25s;
    background-color: #3B3830;
  }
  .button.button_b:hover {
    transition: all 0.25s;
    background-color: #3B3830;
  }
}
.button.button_c {
  font-family: "Vap_font", sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  background-color: #E5002B;
  padding: 0 30px;
  width: 300px;
}
.button.button_c span {
  vertical-align: middle;
}
.button#usemylocation {
  border-radius: 0 !important;
}

.button_width {
  max-width: 300px;
}

.button-container {
  display: flex;
  align-self: center;
}

.icon_with_text svg {
  padding-right: 13px;
}

.allergen_icon {
  width: 16px;
  height: 16px;
  padding: 0 2px;
}

.allergen_item {
  padding: 5px 0;
}
.allergen_item svg, .allergen_item img {
  width: 25px;
  height: auto;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  align-self: flex-start;
}

.email_icon {
  box-sizing: border-box;
  display: flex;
  min-width: 50%;
  text-align: left;
}
.email_icon svg {
  display: inline-block;
  width: 25px;
  height: 17px;
  padding-right: 27px;
}
.email_icon svg path {
  transition: fill 0.25s;
  fill: #3B3830;
}
.email_icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  box-sizing: border-box;
  transition: color 0.25s;
}
.email_icon a:hover {
  transition: color 0.25s;
  color: #92001B;
}
.email_icon:hover svg path {
  transition: fill 0.25s;
  fill: #92001B;
}

.slider {
  overflow: hidden;
  /* Slideshow container */
  /* The dots/bullets/indicators */
  /* Animation */
  /*.fade { 
    -webkit-animation-name: fade-image; 
    -webkit-animation-duration: 1.5s; 
    animation-name: fade-image; 
    animation-duration: 1.5s; 
  } 

  @-webkit-keyframes fade-image { 
    from {left: 0}  
    to {right: -100%} 
  } 

  @keyframes fade-image { 
    from {left: 0}  
    to {left: -100%} 
  } */
  /* On smaller screens, decrease text size */
}
.slider .slider-container {
  position: relative;
  overflow: hidden;
}
.slider * {
  box-sizing: border-box;
}
.slider .image-slider {
  position: absolute;
  width: 100%;
}
.slider a, .slider img {
  vertical-align: middle;
}
.slider .container {
  position: relative;
  margin: auto;
}
.slider .dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-color: black;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  transition: border-color 0.6s ease;
}
.slider .active {
  border-color: #666;
}
@media only screen and (max-width: 300px) {
  .slider .text {
    font-size: 11px;
  }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container {
  height: 466px;
}
@media (min-width: 600px) {
  .swiper-container {
    height: 466px;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  .swiper-container {
    height: 197px;
  }
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100vw;
  height: inherit;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: inherit;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  overflow: hidden;
  cursor: pointer;
}
.swiper-slide img {
  height: inherit;
  min-width: 100%;
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  padding: 6px 8px;
  border-radius: 50%;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(229, 0, 43, 0.5);
  z-index: 9;
  display: flex;
  transition: background-color 0.25s;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: flex;
  align-self: center;
  width: 10px;
  height: 12px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transition: background-color 0.25s;
  background-color: #e5002b;
}

.swiper-button-next {
  transform: rotate(180deg);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 13px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 13px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.search_input {
  display: flex;
  justify-content: center;
}

input {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  border: none;
  /* border-radius: 30px; */
  background-color: #3B3830;
  padding: 0 20px;
  min-height: 50px;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0px 1000px #3B3830 inset;
  -webkit-text-fill-color: #ffffff;
}
input.address_input {
  width: calc(100% - 60px);
  margin: 0;
}
input:focus {
  border: none;
}
input:placeholder {
  color: #E5002B;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: grey;
  -webkit-text-fill-color: grey;
}
input::-moz-input-placeholder {
  /* Firefox 19+ */
  color: grey;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: grey;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: grey;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border: none;
  padding: 10px 40px 10px 20px;
  box-sizing: border-box;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9.1' viewBox='0 0 13 9.1'%3E%3Cpath id='Path_25' data-name='Path 25' d='M301.4,294l-3.9,3.9-3.9-3.9-2.6,2.6,6.5,6.5,6.5-6.5Z' transform='translate(-291 -294)' fill='%23808080'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 13px 9px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #3B3830;
  border-radius: 0;
  filter: DropShadow(Color=#000000, OffX=1, OffY=1);
}
select:invalid {
  color: gray;
}
select option[disabled] {
  color: gray !important;
}
select option {
  color: #ffffff;
}
select::-ms-expand {
  display: none;
}

.location_loader {
  display: none;
  background-image: url("imgs/location_loading.gif");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center center;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  margin: auto;
}

/* HOVER */
@media (min-width: 900px) {
  .restaurant-finder-tools div.button_c {
    transition: background-color 0.25s;
  }
  .restaurant-finder-tools div.button_c:hover {
    transition: background-color 0.25s;
    background-color: #92001B;
  }
}

.form-middle {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 99px);
  flex-direction: column;
  box-sizing: border-box;
}

.vip-section {
  padding: 20px 0 50px;
}

.vip_form section {
  display: flex;
  padding: 0 20px;
}
.vip_form section div {
  flex-grow: 1;
  padding: 15px;
  box-sizing: border-box;
}
.vip_form section div.halves {
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}
.vip_form section div.thirds {
  max-width: 33.333334%;
  min-width: 33.333334%;
  width: 33.333334%;
}
.vip_form section div.thirds button {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.vip_form section div input, .vip_form section div select {
  width: 100%;
  box-sizing: border-box;
}
.vip_form section div button {
  flex-grow: 1;
  width: unset;
  max-width: 31.5%;
  transition: background-color 0.25s;
}
.vip_form section div button:hover {
  transition: background-color 0.25s;
  background-color: #92001B;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .vip_form section {
    flex-direction: column;
  }
  .vip_form section div {
    padding: 10px 15px;
  }
  .vip_form section div.halves {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .vip_form section div.thirds {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .vip_form section div.thirds button {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.vip_form .form_title {
  margin: 0 15px;
}
.vip_form .form_title h3 {
  font-size: 1.25rem;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .vip_form .form_title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.message {
  display: none;
  padding: 20px;
  text-align: center;
}
@media (min-width: 600px) {
  .message {
    padding: 20px 50px;
  }
}
.message .social_finder .social_links {
  display: flex;
  padding: 20px;
  justify-content: center;
}
.message .social_finder .social_links a {
  display: flex;
  padding: 20px;
}
.message .social_finder .social_links a svg path {
  transition: fill 0.25s;
  fill: #3B3830;
}
.message .social_finder .social_links a:hover svg path {
  transition: fill 0.25s;
  fill: #92001B;
}

/* NEW FORM STYLES FOR CRM INTEGRATION // THESE OVERRIDE THE CRM STYLING */
#page .contacta-webform-table .dropdown select {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

#page .contacta-webform-table .label-option input:hover {
  cursor: pointer;
}

#page .contacta-webform-table .label-option input:checked {
  border: 10px solid #3b3830;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

#page .contacta-webform-table label:not(.no-full-width) {
  width: initial;
}

.gender > div {
  display: flex;
  flex-direction: row;
}

label {
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25rem;
  display: flex;
  padding-top: 0.75em;
  padding-bottom: 0.25em;
}

.gender > div label {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.gender > div input {
  margin: 0 10px 0 30px;
}

#page .submitBtn button {
  font-family: "Vap_font", sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff !important;
  text-transform: uppercase;
  border: none 30px !important;
  border-radius: 30px !important;
  background-color: #E5002B !important;
  padding: 0 30px !important;
  line-height: 100% !important;
  max-width: 100%;
  min-width: 100%;
  width: 300px !important;
  min-height: 50px;
  letter-spacing: initial !important;
  opacity: 1 !important;
  transition: background-color 0.25s;
}
#page .submitBtn button:hover {
  background-color: #92001B !important;
  transition: background-color 0.25s, color 0.25s;
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Page Sections */
header {
  background-color: #ffffff;
}

.main_logo {
  display: block;
  text-align: center;
  padding: 20px 75px;
}
.main_logo svg {
  width: 100%;
  height: auto;
}
@media (max-height: 321px) {
  .main_logo svg {
    width: 180px;
  }
}
@media (min-width: 600px) {
  .main_logo {
    text-align: center;
    padding: 20px 20px;
    max-width: 320px;
  }
}
@media (min-width: 900px) {
  .main_logo {
    width: unset;
    max-width: 320px;
    box-sizing: unset;
    padding: 40px 50px;
  }
}
@media (max-height: 321px) {
  .main_logo {
    padding: 10px 0;
  }
}

#top_nav_container {
  z-index: 99;
  background-color: #ffffff;
}
#top_nav_container nav {
  z-index: 99;
  width: 100%;
}
@media (max-width: 599px) and (max-height: 2000px) {
  #top_nav_container nav {
    display: none;
    left: auto !important;
  }
}
@media (min-width: 600px) {
  #top_nav_container nav {
    position: fixed;
    top: 0;
    left: auto !important;
    right: -323px;
    width: auto;
  }
  #top_nav_container nav .nav_close_tablet {
    background-color: #E5002B;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #ffffff;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 273px;
    color: #ffffff;
  }
  #top_nav_container nav .nav_close_tablet span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
  }
}
@media (min-width: 900px) {
  #top_nav_container nav {
    position: relative;
    top: 0;
    left: 0 !important;
    right: auto !important;
    width: inherit;
  }
  #top_nav_container nav .nav_close_tablet {
    display: none;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  #top_nav_container nav .nav_close_tablet {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  #top_nav_container {
    position: fixed;
    width: 50px;
    top: 0;
    left: calc(100vw - 50px);
  }
}
#top_nav_container .top_nav {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #E5002B;
  display: flex;
  color: #ffffff;
  z-index: 9;
}
#top_nav_container .top_nav .nav_section {
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
@media (max-width: 599px) and (max-height: 2000px) {
  #top_nav_container .top_nav .nav_section.nav_food_menu {
    border-left: unset;
  }
  #top_nav_container .top_nav .nav_section.nav_location_menu {
    border-right: unset;
  }
}
#top_nav_container .top_nav .nav_section a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
#top_nav_container .top_nav .nav_section:nth-child(even) {
  border-width: 1px 0px 1px 0px;
}
@media (min-width: 600px) {
  #top_nav_container .top_nav .nav_section:nth-child(even) {
    border-width: 0px 1px 0px 1px;
  }
}
#top_nav_container .top_nav .nav_close_mobile {
  background-color: #ffffff;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #E5002B;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  position: absolute;
  left: 0;
  top: -1px;
  box-sizing: border-box;
  color: #E5002B;
  display: none;
}
@media (min-width: 600px) {
  #top_nav_container .top_nav {
    flex-direction: column;
    height: unset;
    width: 50px;
  }
  #top_nav_container .top_nav .nav_section {
    width: 50px;
    height: 50px;
  }
  #top_nav_container .top_nav .icon_with_text span {
    display: none;
  }
  #top_nav_container .top_nav .icon_with_text svg {
    padding-right: 0;
    height: 22px;
    width: 28px;
  }
}
@media (min-width: 900px) {
  #top_nav_container .top_nav {
    display: none;
  }
}
@media (min-width: 600px) {
  #top_nav_container {
    position: fixed;
  }
}
@media (min-width: 900px) {
  #top_nav_container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    position: unset;
  }
}

.main_menu {
  /*position: absolute;
  //bottom: 0;
  top: 50px;*/
}

@media (min-width: 900px) {
  .site-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1265px;
  }
}
@media (min-width: 900px) {
  .site-inner .site-header {
    position: absolute !important;
    left: unset;
    width: 100%;
    max-width: 374px;
    background: #ffffff;
  }
}
@media (min-width: 900px) and (max-height: 1023px) {
  .site-inner .site-header {
    position: absolute;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  .site-inner .site-header {
    position: relative;
  }
}

.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
}

@media (max-width: 599px) and (max-height: 2000px) {
  .site-content-padding {
    margin-top: 52px;
  }
}

.menu-vapiano-container {
  width: inherit;
  display: flex;
  align-items: stretch;
  background: #ffffff;
  /*@include for-phone-only {
      position: fixed;
      z-index: 99;
      transition: all 0.2s;
      top: 0;
      bottom: 0px;
  }*/
}
@media (min-width: 600px) {
  .menu-vapiano-container #menu-vapiano {
    height: 100%;
  }
}
@media (min-width: 900px) {
  .menu-vapiano-container {
    justify-content: center;
    width: 374px;
  }
  .menu-vapiano-container #menu-vapiano {
    height: auto;
  }
}
@media (min-width: 900px) and (max-height: 1023px) {
  .menu-vapiano-container {
    min-height: 100vh;
    height: unset;
  }
}
@media (max-width: 812px) and (max-height: 375px) {
  .menu-vapiano-container {
    height: calc(100vh);
  }
}
.menu-vapiano-container ul.primary-menu {
  width: inherit;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
}
.menu-vapiano-container ul.primary-menu li {
  background-color: #E5002B;
  width: 50%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  margin-top: -1px;
  /* HOVER */
}
.menu-vapiano-container ul.primary-menu li.menu_icon svg {
  display: inline-block;
  width: 21px;
  height: 21px;
  padding-right: 12px;
}
.menu-vapiano-container ul.primary-menu li.restaurant_icon svg {
  display: inline-block;
  width: 15px;
  height: 21px;
  padding-right: 12px;
}
.menu-vapiano-container ul.primary-menu li svg {
  vertical-align: middle;
}
.menu-vapiano-container ul.primary-menu li svg path {
  fill: #ffffff;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .menu-vapiano-container ul.primary-menu li:nth-child(odd) {
    border-right: unset;
    border-left: unset;
  }
  .menu-vapiano-container ul.primary-menu li:nth-child(even) {
    border-right: unset;
  }
}
.menu-vapiano-container ul.primary-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .menu-vapiano-container ul.primary-menu li a {
    font-size: 1rem;
  }
}
@media (min-width: 900px) {
  .menu-vapiano-container ul.primary-menu li a {
    color: #E5002B;
  }
  .menu-vapiano-container ul.primary-menu li a svg {
    color: #E5002B;
  }
}
@media (min-width: 900px) {
  .menu-vapiano-container ul.primary-menu li {
    background-color: #ffffff;
    width: inherit;
    border: none;
    box-sizing: unset;
    margin-top: 0px;
    padding: 20px 0;
  }
  .menu-vapiano-container ul.primary-menu li svg path {
    fill: #E5002B;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  .menu-vapiano-container ul.primary-menu li.current-menu-item a {
    background-color: #3B3830;
    text-decoration: underline;
  }
}
@media (min-width: 600px) {
  .menu-vapiano-container ul.primary-menu li.current-menu-item a {
    background-color: #3B3830;
    text-decoration: underline;
  }
}
@media (min-width: 900px) {
  .menu-vapiano-container ul.primary-menu li.current-menu-item {
    margin-top: 0;
  }
  .menu-vapiano-container ul.primary-menu li.current-menu-item a {
    background-color: transparent;
    color: #92001B;
    text-decoration: underline;
  }
  .menu-vapiano-container ul.primary-menu li.current-menu-item svg path {
    transition: all 0.25s;
    fill: #92001B;
  }
}
@media (min-width: 900px) {
  .menu-vapiano-container ul.primary-menu li a, .menu-vapiano-container ul.primary-menu li path {
    transition: all 0.25s;
  }
  .menu-vapiano-container ul.primary-menu li:not(.restaurant_menu):hover a {
    transition: all 0.25s;
    color: #92001B;
    text-decoration: underline;
  }
  .menu-vapiano-container ul.primary-menu li:not(.restaurant_menu):hover svg path {
    transition: all 0.25s;
    fill: #92001B;
  }
}
.menu-vapiano-container ul.primary-menu .restaurant_menu {
  background-color: #92001B;
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 900px) {
  .menu-vapiano-container ul.primary-menu .restaurant_menu {
    background-color: #ffffff;
  }
}
@media (min-width: 900px) {
  .menu-vapiano-container ul.primary-menu .restaurant_menu a {
    pointer-events: auto;
    cursor: pointer;
  }
}
@media (min-width: 900px) {
  .menu-vapiano-container ul.primary-menu .restaurant_menu a {
    font-weight: bold;
  }
}
.menu-vapiano-container ul.primary-menu .restaurant_menu ~ li {
  flex-grow: 1;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .menu-vapiano-container ul.primary-menu .restaurant_menu ~ li:nth-of-type(odd) {
    border-right: unset;
    border-left: 1px solid #ffffff;
  }
  .menu-vapiano-container ul.primary-menu .restaurant_menu ~ li:nth-of-type(even) {
    border-right: unset;
    border-left: unset;
  }
}
@media (min-width: 600px) {
  .menu-vapiano-container ul.primary-menu {
    max-width: 273px;
    min-width: 273px;
    flex-direction: column;
  }
  .menu-vapiano-container ul.primary-menu li {
    width: 100%;
  }
}
@media (max-width: 812px) and (max-height: 375px) {
  .menu-vapiano-container ul.primary-menu {
    flex-direction: unset;
  }
  .menu-vapiano-container ul.primary-menu li {
    width: 50%;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  .menu-vapiano-container ul.primary-menu {
    padding-bottom: 60px;
    box-sizing: border-box;
    background: #92001B;
  }
}

.post-type-archive-food-menu .nav_food_menu,
.page-template-restaurant-finder .nav_location_menu {
  background-color: #92001B !important;
}

.pop_up-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 231, 231, 0.85);
  justify-content: center;
  transition: background-color 0.25s;
}
.pop_up-overlay:hover {
  cursor: pointer;
}
.pop_up-overlay.pop_up_active {
  background-color: rgba(0, 0, 0, 0.85);
  transition: background-color 0.25s;
}
.pop_up-overlay .pop_up {
  position: fixed;
  z-index: 9999;
  top: 50%;
  padding: 1em;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pop_up-overlay .pop_up .pop_up-close {
  text-align: right;
  padding: 1em;
}
.pop_up-overlay .pop_up .pop_up-close img {
  max-width: 20px;
  max-height: 20px;
}
.pop_up-overlay .pop_up img {
  max-width: 100%;
}

.content-area {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .content-area {
    min-height: calc(100vh - 472px);
  }
}
@media (min-width: 600px) {
  .content-area {
    min-height: calc(100vh - 416px);
  }
}
@media (min-width: 900px) {
  .content-area {
    min-height: inherit;
  }
}

.promo_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promo_section .promo_title {
  width: 32%;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .promo_section .promo_title {
    width: 100%;
  }
}
.promo_section .promo_title img {
  width: 100%;
}

.site-content {
  min-height: inherit;
}
@media (min-width: 900px) {
  .site-content {
    width: calc(100% - 374px);
    max-width: calc(1265px - 374px);
    margin-left: 374px;
  }
}
.site-content .reorder {
  display: flex;
}
@media (min-width: 600px) {
  .site-content .reorder {
    flex-direction: column-reverse;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  .site-content .reorder {
    flex-direction: column-reverse;
  }
  .site-content .reorder .page-title {
    background-color: #ffffff;
  }
  .site-content .reorder .page-title h1 {
    color: #E5002B;
  }
}
@media (min-width: 900px) {
  .site-content .reorder {
    flex-direction: column;
  }
}
.site-content .page-title {
  background-color: #E5002B;
  width: 100%;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.site-content .page-title-white {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.site-content .site-main {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  width: 100%;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .site-content .site-main {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 900px) {
  .site-content .site-main {
    margin-top: 35px;
  }
}
.site-content ul.menu_toggle {
  width: inherit;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
}
.site-content ul.menu_toggle li {
  background-color: #E5002B;
  width: 50%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  flex: 1 2 auto;
  /* HOVER */
}
.site-content ul.menu_toggle li:nth-child(odd) {
  border-width: 0 1px 1px 0;
}
.site-content ul.menu_toggle li:nth-child(even) {
  border-width: 0 0 1px 0;
}
.site-content ul.menu_toggle li svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 12px;
  vertical-align: middle;
}
.site-content ul.menu_toggle li svg path {
  fill: #ffffff;
}
.site-content ul.menu_toggle li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25rem !important;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .site-content ul.menu_toggle li a {
    font-size: 1rem;
  }
}
.site-content ul.menu_toggle li.current-menu-item a {
  background-color: #92001B;
}
@media (min-width: 900px) {
  .site-content ul.menu_toggle li a {
    transition: background-color 0.25s;
  }
  .site-content ul.menu_toggle li:hover a {
    transition: background-color 0.25s;
    background-color: #92001B;
  }
}
.site-content .menu-section {
  overflow: hidden;
  /* HOVER */
}
.site-content .menu-section .menu-section-title {
  display: flex;
  align-items: center;
  padding-top: 20px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-width: 1px 0;
  margin-top: -1px;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 3px;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .site-content .menu-section .menu-section-title {
    height: 65px;
  }
}
@media (min-width: 600px) {
  .site-content .menu-section .menu-section-title {
    height: 65px;
  }
}
@media (min-width: 900px) {
  .site-content .menu-section .menu-section-title {
    height: 40px;
  }
}
.site-content .menu-section .menu-section-inner {
  display: none;
  width: 100%;
  margin-bottom: 0;
}
.site-content .menu-section .menu-section-inner.display {
  display: block;
}
.site-content .menu-section .menu-section-inner .menu-section-sub-title {
  display: flex;
  align-items: center;
  padding-top: 20px;
  text-transform: uppercase;
}
.site-content .menu-section .menu-section-inner .menu-section-wrapper {
  background-color: #ffffff;
  width: inherit;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}
.site-content .menu-section .menu-section-inner .menu-section-wrapper .food-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .site-content .menu-section .menu-section-inner .menu-section-wrapper .food-item {
    width: 100%;
  }
}
.site-content .menu-section .menu-section-inner .menu-section-wrapper .food-item .food-specs {
  display: flex;
  align-items: center;
}
.site-content .menu-section .menu-section-inner .menu-section-wrapper .food-item .food-specs h3 {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.site-content .menu-section .menu-section-inner .menu-section-wrapper .food-item .food-specs div.allergen_options {
  display: flex;
  align-items: center;
}
.site-content .menu-section .menu-section-inner .menu-section-wrapper .food-item div.description {
  display: block;
  padding-top: 6px;
}
.site-content .menu-section .menu-section-inner .menu-section-wrapper .food-item.full-width {
  width: 100%;
}
.site-content .menu-section .menu-section-inner .menu-section-wrapper .food-item.full-width > div {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.site-content .menu-section .menu-section-inner .menu-section-wrapper .food-item.full-width > div > div {
  padding-right: 30px;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .site-content .menu-section .menu-section-inner .menu-section-wrapper .food-item.full-width > div > div {
    padding-right: 0;
    width: 50%;
  }
}
.site-content .menu-section .menu-section-inner .drink_table {
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
}
.site-content .menu-section .menu-section-inner .drink_table table {
  width: inherit;
}
.site-content .menu-section .menu-section-inner .drink_table table th, .site-content .menu-section .menu-section-inner .drink_table table td {
  text-align: center;
}
.site-content .menu-section .menu-section-inner .drink_table table th p, .site-content .menu-section .menu-section-inner .drink_table table td p {
  font-style: italic;
}
.site-content .menu-section .menu-section-inner .drink_table table th:first-child,
.site-content .menu-section .menu-section-inner .drink_table table td:first-child {
  text-align: left;
}
.site-content .menu-section .menu-section-inner .drink_table .menu-section-sub-title {
  padding: 0;
}
@media (min-width: 900px) {
  .site-content .menu-section .menu-section-title, .site-content .menu-section h2, .site-content .menu-section div,
.site-content .menu-section .menu-section-title.background-red,
.site-content .menu-section .menu-section-title.background-white {
    transition: background-color 0.25s, color 0.25s;
  }
  .site-content .menu-section .menu-section-title.background-red:hover {
    transition: background-color 0.25s;
    background-color: #92001B;
  }
  .site-content .menu-section .menu-section-title.background-white:hover {
    transition: background-color 0.25s;
    background-color: #EDEDED;
  }
  .site-content .menu-section .menu-section-title.background-white:hover h2, .site-content .menu-section .menu-section-title.background-white:hover div {
    transition: color 0.25s;
    color: #3B3830;
  }
}

.flex_layout {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.flex_layout.allergen_item {
  align-items: center;
  flex-flow: unset;
}
.flex_layout.allergen_item p {
  padding-left: 12px;
}
.flex_layout .menu-section-inner-seperator {
  min-width: 50%;
  box-sizing: border-box;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .flex_layout .menu-section-inner-seperator {
    min-width: 100%;
  }
}
@media (min-width: 600px) {
  .flex_layout .menu-section-inner-seperator {
    min-width: 50%;
  }
  .flex_layout .menu-section-inner-seperator.house_section {
    min-width: 100%;
  }
}
.flex_layout .menu-section-inner-seperator .allergen_options .allergen_icon {
  padding: 0 2px;
}

.allergen_options {
  vertical-align: middle;
}
.allergen_options .allergen_icon {
  padding: 0 1px;
}

.allergen_section .allergen_container .toggle_icon {
  display: none !important;
}

.allergen_toggle_item {
  display: none;
  position: fixed;
  bottom: -1px;
  background-color: white;
  border-top: 2px solid red;
  z-index: 999;
  width: 100%;
}
@media (min-width: 900px) {
  .allergen_toggle_item {
    border: 2px solid red;
    box-sizing: border-box;
    border-bottom: unset;
    width: calc(100% - 374px);
    max-width: calc(1265px - 374px);
  }
}
.allergen_toggle_item .toggle_icon {
  text-align: right;
  line-height: 5px;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  display: block;
}
.parallax__container .parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .parallax__container .parallax {
    /*background-attachment: initial;*/
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 600px) {
  .parallax__container .parallax {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .parallax__container .parallax {
    width: calc(100vw - 374px);
    max-width: 892px;
  }
}

.container--small {
  width: 100%;
  height: 325px;
  overflow: hidden;
}
.container--small img {
  width: 100%;
}
@media (min-width: 900px) and (max-height: 1023px) {
  .container--small {
    height: 250px;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  .container--small {
    height: 250px;
  }
}

.location_list {
  text-transform: uppercase;
}
.location_list a {
  color: #3B3830;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .location_list .location_option {
    background-color: #E5002B;
    min-width: 33.3334%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: flex;
    flex: 1 2 auto;
    margin-top: -1px;
    padding: 0;
    flex-grow: 1;
    border-right: 1px solid #E5002B;
    border-left: 1px solid #ffffff;
  }
  .location_list .location_option svg {
    display: inline-block;
    width: 15px;
    height: 21px;
    padding-right: 12px;
  }
  .location_list .location_option svg path {
    fill: #ffffff;
  }
  .location_list .location_option a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .location_list .location_option h2 {
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
  }
  .location_list .location_option:nth-last-child(1):nth-child(odd) {
    display: block;
    width: 100%;
  }
  .location_list .location_option.list-item {
    min-height: 50px;
    width: 50%;
    margin-left: -1px;
  }
}
@media (min-width: 600px) {
  .location_list svg {
    display: none;
  }
  .location_list h2 {
    font-size: 2.125rem !important;
  }
}

.page-template-restaurant-finder {
  /*.align_middle {
  	height: unset;
  }*/
}

.restaurant-finder-section {
  position: relative;
  width: 100%;
  height: calc(100vh - 99px);
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 900px) {
  .restaurant-finder-section {
    padding: 0 40px;
  }
}
.restaurant-finder-section .restaurant-finder-tools {
  padding-bottom: 50px;
  box-sizing: border-box;
  align-items: center;
}
.restaurant-finder-section .restaurant-finder-tools > div {
  width: 50%;
  min-width: 300px;
  max-width: 300px;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .restaurant-finder-section .restaurant-finder-tools {
    flex-direction: column;
    justify-content: center !important;
  }
  .restaurant-finder-section .restaurant-finder-tools > div {
    width: 80%;
    min-width: unset;
    max-width: unset;
  }
  .restaurant-finder-section .restaurant-finder-tools > div:last-child {
    margin-top: 30px;
  }
}
@media (min-width: 901px) and (max-width: 1110px) {
  .restaurant-finder-section .restaurant-finder-tools {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
  .restaurant-finder-section .restaurant-finder-tools > div {
    width: 60%;
    min-width: unset;
    max-width: unset;
  }
  .restaurant-finder-section .restaurant-finder-tools > div:last-child {
    margin-top: 30px;
  }
}
.restaurant-finder-section .search_input {
  align-items: flex-start;
}
.restaurant-finder-section .search_button {
  height: 50px;
  width: 60px;
  background-color: #3B3830;
  display: flex;
  justify-content: center;
  align-items: center;
}
.restaurant-finder-section .restaurant-section-inner {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.restaurant-finder-section .restaurant-section-inner > div {
  height: 50px;
}
@media (min-width: 900px) {
  .restaurant-finder-section .restaurant-section-inner {
    height: 35%;
  }
  .restaurant-finder-section .restaurant-section-inner:last-child {
    height: 65%;
  }
}

.list-wrapper {
  width: inherit;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  text-align: center;
  align-content: center;
}
.list-wrapper .list-item {
  min-width: 50%;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* HOVER */
}
.list-wrapper .list-item.grow {
  flex-grow: 1;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .list-wrapper .list-item {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .list-wrapper .list-item a {
    transition: color 0.25s, border-right 0.25s;
  }
  .list-wrapper .list-item:hover a {
    transition: color 0.25s, border-right 0.25s;
    color: #92001B;
    border-color: 1px solid #92001B;
  }
}

.restaurant-section {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 50%;
  /* HOVER */
}
.restaurant-section .restaurant_details_inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.restaurant-section .restaurant_details_inner .facebook {
  height: 100%;
  text-align: right;
  width: 43px;
  /* HOVER */
}
.restaurant-section .restaurant_details_inner .facebook svg path {
  transition: fill 0.25s;
  fill: #3B5998;
}
@media (min-width: 900px) {
  .restaurant-section .restaurant_details_inner .facebook {
    /* HOVER */
  }
  .restaurant-section .restaurant_details_inner .facebook:hover svg path {
    transition: fill 0.25s;
    fill: #92001B;
  }
}
.restaurant-section .restaurant_hours {
  width: 80%;
}
.restaurant-section .holiday_hours {
  width: 80%;
}
.restaurant-section div, .restaurant-section li {
  padding: 5px 0;
}
.restaurant-section div:first-child, .restaurant-section div.facebook, .restaurant-section li:first-child, .restaurant-section li.facebook {
  padding: 0 0 5px 0;
}
.restaurant-section li {
  display: flex;
  justify-content: space-between;
}
.restaurant-section section {
  padding-bottom: 20px;
}
.restaurant-section section:last-child {
  padding-bottom: unset;
}
@media (min-width: 900px) {
  .restaurant-section a {
    transition: color 0.25s;
  }
  .restaurant-section a:hover {
    color: #92001B;
  }
}

.restaurant-container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 901px) and (max-width: 1110px) {
  .restaurant-container {
    flex-direction: column;
  }
  .restaurant-container .restaurant-section {
    width: 100%;
  }
  .restaurant-container .restaurant-section#restaurant_details {
    padding-bottom: 20px;
  }
  .restaurant-container .restaurant-section .restaurant_hours {
    width: 60%;
  }
  .restaurant-container .restaurant-section .holiday_hours {
    width: 60%;
  }
}
@media (max-width: 720px) {
  .restaurant-container {
    flex-direction: column;
  }
  .restaurant-container .restaurant-section {
    width: 100%;
  }
  .restaurant-container .restaurant-section#restaurant_details {
    padding-bottom: 20px;
  }
  .restaurant-container .restaurant-section .restaurant_hours {
    width: 60%;
  }
  .restaurant-container .restaurant-section .holiday_hours {
    width: 60%;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  .restaurant-container .restaurant-section {
    width: 100%;
  }
  .restaurant-container .restaurant-section .restaurant_hours {
    width: 100%;
  }
  .restaurant-container .restaurant-section .holiday_hours {
    width: 100%;
  }
}

.ordering-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ordering-section > section {
  width: 56%;
}
.ordering-section > section:nth-child(1) {
  width: 22%;
}
.ordering-section > section:nth-child(2) {
  width: 22%;
}
.ordering-section .booking .booking_icon {
  margin-top: 16px;
  height: 75px;
  width: 75px;
  min-width: 75px;
  border-radius: 16px;
  background-color: #E5002B;
  display: flex;
  align-items: center;
  justify-content: center;
  /* HOVER */
}
@media (min-width: 900px) {
  .ordering-section .booking .booking_icon {
    transition: background-color 0.25s;
  }
  .ordering-section .booking .booking_icon:hover {
    background-color: #92001B;
  }
}
.ordering-section .booking h3 {
  font-size: 0.85rem;
}
.ordering-section .online .online_icon {
  margin-top: 16px;
  height: 75px;
  width: 75px;
  min-width: 75px;
  border-radius: 16px;
  background-color: #E5002B;
  display: flex;
  align-items: center;
  justify-content: center;
  /* HOVER */
}
@media (min-width: 900px) {
  .ordering-section .online .online_icon {
    transition: background-color 0.25s;
  }
  .ordering-section .online .online_icon:hover {
    background-color: #92001B;
  }
}
.ordering-section .online h3 {
  font-size: 0.85rem;
}
.ordering-section .delivery_icons {
  display: flex;
  flex-wrap: wrap;
}
.ordering-section .delivery_icons .delivery_icon {
  /* HOVER */
}
.ordering-section .delivery_icons .delivery_icon:first-child {
  padding-right: 16px;
}
.ordering-section .delivery_icons .delivery_icon img {
  margin-top: 16px;
  height: 75px;
  width: 75px;
  min-width: 75px;
  border-radius: 16px;
}
@media (min-width: 900px) {
  .ordering-section .delivery_icons .delivery_icon img {
    transition: opacity 0.25s;
  }
  .ordering-section .delivery_icons .delivery_icon:hover img {
    opacity: 0.75;
  }
}
.ordering-section h3 {
  font-size: 0.85rem;
}

.restaurant-map #map {
  height: 100% !important;
  min-height: 250px;
}
@media (min-width: 600px) {
  .restaurant-map #map {
    height: 350px !important;
  }
}
@media (min-width: 900px) {
  .restaurant-map #map {
    height: 100% !important;
  }
}

.booking-section .booking_container {
  display: none;
  overflow: hidden;
  background-color: #EDEDED;
}
.booking-section .booking_container .booking-inner {
  display: flex;
  flex-wrap: wrap;
}
.booking-section .booking_container .booking-inner > div {
  width: 50%;
}
.booking-section .booking_container .booking-info {
  box-sizing: border-box;
}
.booking-section .booking_container .booking-info h3 {
  padding-bottom: 20px;
}
.booking-section .booking_container .booking-form {
  height: 100%;
  min-height: 517px;
}
.booking-section .booking_container .booking-form iframe {
  width: 445px;
  height: 517px;
  position: relative;
  border: none;
}
@media (min-width: 901px) and (max-width: 1110px) {
  .booking-section .booking_container .booking-inner {
    flex-direction: column;
  }
  .booking-section .booking_container .booking-inner div {
    width: 100%;
  }
  .booking-section .booking_container .booking-form iframe {
    width: 100%;
    height: 655px;
    position: relative;
    border: none;
  }
}
@media (max-width: 720px) {
  .booking-section .booking_container .booking-inner {
    flex-direction: column;
  }
  .booking-section .booking_container .booking-inner div {
    width: 100%;
  }
  .booking-section .booking_container .booking-form iframe {
    width: 100%;
    height: 655px;
    position: relative;
    border: none;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  .booking-section .booking_container .booking-form iframe {
    width: 100%;
    height: 520px;
    position: relative;
    border: none;
  }
}

.other_restaurants .restaurant_icon {
  background-color: #E5002B;
  min-width: 33.3334%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  flex: 1 2 auto;
  margin-top: -1px;
  padding: 0;
  /* HOVER */
  flex-grow: 1;
  border-left: unset;
  border-right: unset;
}
.other_restaurants .restaurant_icon svg {
  display: inline-block;
  width: 15px;
  height: 21px;
  padding-right: 12px;
}
.other_restaurants .restaurant_icon svg path {
  fill: #ffffff;
}
.other_restaurants .restaurant_icon a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .other_restaurants .restaurant_icon a {
    font-size: 1rem;
  }
}
@media (min-width: 900px) {
  .other_restaurants .restaurant_icon a {
    transition: background-color 0.25s;
  }
  .other_restaurants .restaurant_icon:hover a {
    color: #ffffff;
    transition: all 0.25s;
    background-color: #92001B;
  }
}
.other_restaurants .restaurant_icon:nth-child(3n+2) {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media (max-width: 599px) and (max-height: 2000px) {
  .other_restaurants .restaurant_icon.list-item {
    min-height: 50px;
    width: 50%;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
  .other_restaurants .restaurant_icon.list-item:nth-child(odd) {
    border-left: unset;
    border-right: unset;
  }
  .other_restaurants .restaurant_icon.list-item:nth-child(even) {
    border-left: 1px solid #ffffff;
    border-right: unset;
  }
  .other_restaurants .restaurant_icon.list-item:last-child:nth-child(odd) {
    border-left: unset;
    border-right: unset;
  }
}

.headlines {
  width: 100%;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.offer_image {
  display: flex;
  width: 100%;
}
.offer_image img {
  display: flex;
  align-self: center;
  width: 100%;
}

.offers_archive {
  display: flex;
  flex-wrap: wrap;
}
.offers_archive .offers_tile {
  width: 49%;
  box-sizing: border-box;
  opacity: 1;
}
@media (max-width: 700px) {
  .offers_archive .offers_tile {
    width: 100%;
  }
}
@media (min-width: 901px) and (max-width: 1110px) {
  .offers_archive .offers_tile {
    width: 100%;
  }
}
.offers_archive .offers_tile img {
  width: 100%;
}
@media (min-width: 900px) {
  .offers_archive .offers_tile {
    transition: opacity 0.25s;
  }
  .offers_archive .offers_tile:hover {
    opacity: 0.75;
    transition: opacity 0.25s;
  }
}

.email_container .email_inner {
  display: flex;
  flex-direction: column;
}
.email_container a {
  color: #3B3830;
}

.page-template-faq .menu-section-title {
  padding-bottom: 3px;
}
.page-template-faq .menu-section-title h3 {
  padding-right: 10px;
}

@media (max-width: 599px) and (max-height: 2000px) {
  .menu_toggle.margin-top {
    margin-top: 0 !important;
  }
}

.full-img {
  width: 100%;
  height: auto;
}

.online_hours_container {
  max-width: 300px;
}
.online_hours_container li {
  display: flex;
  justify-content: space-between;
}

.online_store_details {
  display: flex;
  justify-content: space-between;
}

.site-footer {
  background: #EDEDED;
  margin-top: 30px;
}
.site-footer .social_links a svg path {
  fill: #3B3830;
}
@media (min-width: 900px) {
  .site-footer {
    display: none;
  }
}

.menu_footer {
  width: 273px;
  height: auto;
  background: #E5002B;
  border: 1px solid #ffffff;
  border-top: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.menu_footer .footer_content {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu_footer .footer_content .social_links {
  display: flex;
  justify-content: center;
  width: 100%;
}
.menu_footer .footer_content .social_links a {
  padding: 0 15px 30px;
  /* HOVER */
}
.menu_footer .footer_content .social_links a svg {
  width: 35px;
  height: 35px;
}
.menu_footer .footer_content .social_links a svg path {
  fill: #ffffff;
}
@media (min-width: 900px) {
  .menu_footer .footer_content .social_links a svg path {
    transition: all 0.25s;
    fill: #3B3830;
  }
}
.menu_footer .footer_content .social_links a:hover svg path {
  transition: fill 0.25s;
  fill: #92001B;
}
.menu_footer .footer_content .vip_button .button {
  min-height: 40px;
  min-width: 218px;
}
.menu_footer .footer_content .vip_button .button svg {
  height: 17px;
  width: 25px;
}
.menu_footer .footer_content .vip_button .button span {
  font-size: 0.75rem;
}
.menu_footer .copywrite {
  padding: 30px 0 0;
  color: #ffffff;
}
@media (min-width: 900px) {
  .menu_footer .copywrite {
    color: #3B3830;
    font-size: 0.68rem;
  }
}
@media (min-width: 900px) {
  .menu_footer {
    margin-top: 50px;
    background: #ffffff;
    border: unset;
    height: auto;
    width: 100%;
    max-width: 374px;
    align-items: flex-start;
  }
}
@media (min-width: 900px) and (max-height: 1023px) {
  .menu_footer {
    margin-top: 10px;
  }
}
@media (max-width: 812px) and (max-height: 375px) {
  .menu_footer {
    display: none;
  }
}
@media (max-width: 599px) and (max-height: 2000px) {
  .menu_footer {
    display: none;
  }
}

.footer_content {
  padding: 40px 20px;
}
.footer_content .social_links {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer_content .social_links a {
  padding: 0 15px 40px;
}
.footer_content .social_links a svg {
  width: 43px;
  height: 43px;
}
.footer_content .vip_button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.copywrite {
  padding: 40px 0 0;
  text-align: center;
}

@media (min-width: 600px) {
  .menu_footer li a {
    color: #ffffff;
  }
}
.footer-menu {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding-top: 20px;
}
.footer-menu li {
  /* HOVER */
}
@media (min-width: 900px) {
  .footer-menu li a {
    color: #3B3830;
    transition: color 0.25s;
  }
  .footer-menu li:hover a {
    transition: color 0.25s;
    color: #92001B;
    text-decoration: underline;
  }
}

/*# sourceMappingURL=main.css.map */
