@font-face {
  font-family: "Swis721";
  src: url("../fonts/Swiss721BT-BlackRounded.woff2") format("woff2"), url("../fonts/Swiss721BT-BlackRounded.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SignPainter";
  src: url("../fonts/SignPainterHouseScript.woff2") format("woff2"), url("../fonts/SignPainterHouseScript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/TTBluescreensTrial-Md.woff2") format("woff2"), url("../fonts/TTBluescreensTrial-Md.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/TTBluescreensTrial-Bd.woff2") format("woff2"), url("../fonts/TTBluescreensTrial-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Bluescreens Trial";
  src: url("../fonts/TTBluescreensTrial-Blk.woff2") format("woff2"), url("../fonts/TTBluescreensTrial-Blk.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* -----------------------------------------
   Home page slider
----------------------------------------- */
#gallery .slick-slide {
  position: relative;
  height: 550px; /*define the height of slide*/
}
#gallery .slick-dots li button:before {
  background-color: #fff;
}
#gallery .slick-dots li button:hover:before,
#gallery .slick-dots li button:focus:before,
#gallery .slick-dots li.slick-active button:before {
  background-color: #ED1C24;
}

#home-slider {
  overflow: hidden;
}
#home-slider .slick-slide {
  position: relative;
  max-height: 100vh;
  height: 1125px; /*define the height of slide*/
  transition: all 1s ease, transform 1.5s ease !important;
  transform: scale(1.2);
}
#home-slider .slick-slide.slick-active {
  transform: scale(1);
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#home-slider-mobile {
  overflow: hidden;
}
#home-slider-mobile .slick-slide {
  position: relative;
  max-height: 100svh;
  height: 100svh; /*define the height of slide*/
  transition: all 1s ease, transform 1.5s ease !important;
  transform: scale(1.2);
}
#home-slider-mobile .slick-slide.slick-active {
  transform: scale(1);
}

.gutenberg-slider {
  margin-bottom: 29px;
}
.gutenberg-slider .slick-slide {
  height: 595px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px; /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px; /*define the height of slide*/
  }
  #gallery .slick-slide {
    height: 410px; /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%; /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.contact-form .gform_wrapper.gravity-theme .gfield_label {
  color: #000;
  font-size: 20px;
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  position: absolute;
  left: 14px;
  top: 5px;
  transition: all 0.3s;
}

.contact-form .gform_wrapper.gravity-theme .gfield {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
.contact-form .gform_wrapper.gravity-theme .gfield input {
  background-color: #fff;
  color: #000;
  height: auto !important;
  padding: 10px 12px;
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  border: 2px solid #585656 !important;
  border-radius: 15px;
  outline: none;
  box-shadow: none;
  line-height: 1.2 !important;
}
.contact-form .gform_wrapper.gravity-theme .gfield input:focus {
  box-shadow: none;
  outline: none;
}
.contact-form .gform_wrapper.gravity-theme .gfield select {
  height: auto !important;
}
.contact-form .gform_wrapper.gravity-theme .gfield.focused .gfield_label {
  top: -30px !important;
  font-size: 16px !important;
  transition: all 0.3s;
}

.gform_validation_error .gfield_label {
  top: -30px !important;
  font-size: 16px !important;
}

legend.gfield_label {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  opacity: 0;
  position: absolute;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-left: 45px;
  line-height: 1.2;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  max-width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #ED1C24;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  height: 15px;
  width: 15px;
  background-color: #ED1C24;
  display: none;
}

.gform_wrapper.gravity-theme .gfield-choice-input:checked + label:after {
  display: block;
}

.gfield--type-html {
  margin-top: 45px;
}

.ginput_container ul {
  margin-left: 0;
}

.gform_validation_errors {
  display: none;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right; /*aligning of submit button*/
  justify-content: flex-end !important;
}

.checkout-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  padding: 0 0 0 14px !important;
  margin: 0 !important;
  border: none !important;
  background-color: transparent !important;
  color: #ED1C24 !important;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  background-color: #000;
}

/* Placeholder styling */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

.button, input[type=submit], input[type=reset] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #ED1C24;
  color: #fff;
  font-family: "Inria Sans", sans-serif;
  transition: all 0.3s ease;
}
.button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus, input[type=reset]:hover, input[type=reset]:focus {
  background-color: #c61017;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Inria Sans", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
  max-width: 100%;
  touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Swis721", sans-serif;
  color: inherit;
}

h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
  font-size: 24px;
}

h3 {
  /*basic heading styles*/
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #ED1C24;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #970c11;
  outline: none;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  background-color: transparent;
  border: 2px solid #fff;
  font-weight: bold;
  margin: 0 8px;
  padding: 14px 20px;
  font-family: "Swis721", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}
.button.red {
  background-color: #ED1C24;
  border-color: #ED1C24;
}

/* Align Middle */
.align-middle {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #ED1C24;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0.5rem;
  cursor: pointer;
}
#searchsubmit::-moz-placeholder {
  color: #000;
}
#searchsubmit::placeholder {
  color: #000;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

.news-post .featured-image, #gallery .slick-slide, #home-slider .slick-slide, #home-slider-mobile .slick-slide, .gutenberg-slider .slick-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  padding: 20px 20px 0;
  display: grid;
  z-index: 3;
  transition: all 0.3s;
  grid-template-columns: 1fr [logo] 290px [navigation] 1fr;
}
.header .logo {
  width: 290px;
  grid-area: logo;
  justify-self: center;
  transition: all 0.3s;
  padding-top: 0px;
}
.home .header {
  grid-template-columns: [logo] 290px 1fr [navigation] 1fr;
}
.header .main-nav {
  grid-area: navigation;
  justify-self: flex-end;
}
.header.sticky-header {
  background-color: #000;
}
.header.sticky-header .logo {
  width: 182px;
  padding-top: 0;
}

.logo img {
  max-height: 150px;
}

.title-bar {
  background-color: transparent; /* collapsed menu bar color */
  padding: 0;
  line-height: 45px;
  width: 61px;
  display: inline-block;
}
.title-bar .title-bar-title {
  vertical-align: top;
}
.title-bar .menu-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 50px;
  margin: 0;
  height: 36px;
  background-color: transparent;
  vertical-align: top;
  cursor: pointer;
  outline: none;
}
.title-bar .menu-icon .hamburger-line {
  display: block;
  width: 100%;
  height: 5px;
  background: #fefefe;
  border-radius: 5px;
  margin-bottom: 5px;
  pointer-events: none;
}
.title-bar .menu-icon:after {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 50%;
  left: 0;
  border-radius: 2px;
  margin-top: -5px;
  box-shadow: 0 9px 0 0 #fefefe, 0 18px 0 0 #fefefe;
}

.top-bar {
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 495px;
  max-width: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s;
  padding-top: 240px;
  text-align: center;
  z-index: 101;
  /* Dropdown item styling */
}
.top-bar.active {
  transform: translateY(0);
  visibility: visible;
}
.top-bar .menu-close {
  position: absolute;
  top: 37px;
  right: 50px;
  cursor: pointer;
}
.top-bar ul {
  background: transparent;
  margin: 0;
  list-style: none;
  padding: 0;
}
.top-bar .header-menu li {
  display: block;
  background-color: transparent;
  line-height: 1;
}
.top-bar .header-menu li > a {
  /* Regular menu item style */
  display: inline-block;
  padding: 0 15px;
  background: transparent;
  line-height: 1;
  color: #fff;
  font-family: "TT Bluescreens Trial", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1.3; /* 292% */
  border-bottom: 2px solid transparent;
  font-size: 35px;
  line-height: 148%;
  text-align: center;
}
.top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
  /* Style of Current page and Ancestor page */
  background: transparent;
  color: #ED1C24;
  font-weight: bold;
}
.top-bar .header-menu li.has-dropdown > a {
  /* Style of item with dropdown */
  padding: 0 15px;
}
.top-bar .header-menu li.has-dropdown > a:after {
  /* Hide dropdown arrow */
  display: none !important;
}
.top-bar .header-menu li.has-dropdown > a:hover {
  /* Hover state for dropdown link */
}
.top-bar .header-menu li > a:hover {
  /* menu item style on hover */
  background: transparent;
  color: #ED1C24;
  border-bottom-color: transparent;
}
.top-bar .header-menu:after {
  content: "";
  display: table;
  clear: both;
}
.top-bar ul li:hover > a {
  /* Parent link style on dropdown hover */
  background: transparent;
  color: #ED1C24;
}
.top-bar .submenu {
  border: none;
}
.top-bar .submenu li {
  display: block;
}
.top-bar .submenu li > a {
  /* Regular link in dropdown */
  background: transparent;
  color: #ED1C24;
}
.top-bar .submenu li > a:hover {
  /* Dropdown link on hover */
  background: transparent;
  color: white;
}
.top-bar .is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0;
}
.top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
  /* Styles for 2nd level dropdown menu link */
}

#shopping-cart {
  display: inline-block;
}
#shopping-cart h2 {
  color: #FFF;
  font-family: Inria Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  position: relative;
  z-index: 100;
  padding: 15px;
  padding-top: 13px;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
}
#shopping-cart h2:hover {
  color: #ED1C24;
}
#shopping-cart h2.active {
  border-color: #ED1C24;
}
#shopping-cart h2 svg {
  margin-left: 10px;
  vertical-align: sub;
}

.open-cart {
  border-left: 1px solid #FFF;
  background: #000;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 450px;
  padding-top: 130px;
  padding-bottom: 44px;
  padding-left: 40px;
  padding-right: 30px;
  text-align: center;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.open-cart.active {
  visibility: visible;
  transform: translateX(0);
}
.open-cart h3 {
  color: #FFF;
  font-family: "Inria Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  text-decoration-line: underline;
  margin-bottom: 32px;
}
.open-cart .we-are-closed {
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.close-cart {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  line-height: 19px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.close-cart svg {
  vertical-align: top;
  margin-left: 11px;
}

.order-title {
  display: inline-block;
  padding-left: 40px;
  background-image: url("../images/shopping-bag-side.png");
  background-repeat: no-repeat;
  background-size: 32px;
  padding-top: 7px;
  padding-bottom: 2px;
  background-position: left top;
}

.total-title {
  margin-top: 35px;
  font-size: 16px;
}
.total-title svg {
  margin-right: 24px;
  vertical-align: middle;
}
.total-title h3 {
  text-align: left;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  line-height: 24px;
  padding-left: 48px;
  background-image: url("../images/accounting-coins-bill.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.total-title h3:after {
  content: "includes 7% VAT";
  display: block;
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  text-decoration-line: underline;
  margin-top: 5px;
}

.button.gform_button,
button.checkout {
  border-radius: 10px;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background-color: transparent;
  width: 100%;
  margin-top: 78px;
}

.button.gform_button {
  margin-top: 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr 70px 50px 45px 15px;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
  gap: 20px;
}
.cart-item button {
  background-color: transparent;
  padding: 0;
}
.cart-item p {
  font-size: 13px;
  margin-bottom: 0;
}
.cart-item .item-info {
  text-transform: uppercase;
  text-align: right;
}
.cart-item .item-info span {
  color: #ED1C24;
}
.cart-item p.qnt {
  font-size: 19px;
}
.cart-item .qnt-minus {
  padding-right: 5px;
}
.cart-item .qnt-plus {
  padding-left: 5px;
}

.no-items {
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.checkout-form {
  position: fixed;
  top: 94px;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s;
  left: 0;
  right: 0;
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
  overflow: auto;
}
.checkout-form .inner {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-form.active {
  z-index: 2;
  transform: translateY(0);
}
.checkout-form .total-title h3 {
  text-align: left;
}
.checkout-form h3 {
  color: #FFF;
  text-align: center;
  font-family: "Inria Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px; /* 114.286% */
}
.checkout-form form {
  margin-top: 35px;
}

.order-list {
  margin-top: 27px;
}

.cart-item-form {
  display: grid;
  grid-template-columns: 1fr 20%;
}
.cart-item-form p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.4;
}
.cart-item-form .price {
  text-align: right;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.closest-restaurant-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1000;
  text-align: center;
  display: none;
  align-content: center;
}
.closest-restaurant-popup .fa-spinner {
  animation: spin 2s infinite linear;
  transform-origin: 50%;
}
.closest-restaurant-popup.active {
  display: grid;
}
.closest-restaurant-popup a {
  color: #fff;
  text-decoration: underline;
}
.closest-restaurant-popup .closest-restaurant-info {
  display: inline-block;
  background-color: #ED1C24;
  width: 90%;
  max-width: 500px;
  margin: auto;
  height: auto;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  position: relative;
}
.closest-restaurant-popup .close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 15px;
  height: 15px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.breadcrumbs-row {
  max-width: 1060px;
  margin-top: 193px;
}

.breadcrumbs {
  color: #fff;
  font-size: 16px;
  font-family: "Inria Sans", sans-serif;
}
.breadcrumbs a, .breadcrumbs span {
  color: #fff;
  font-size: 16px;
  font-family: "Inria Sans", sans-serif;
}

.burger-card {
  display: block;
  overflow: hidden;
}
.burger-card .burger-header {
  height: 450px;
  position: relative;
}
.burger-card .burger-header .burger-image {
  position: absolute;
  height: 450px;
  width: 440px;
  left: 30%;
  bottom: 0;
  top: 0;
}
.burger-card .burger-header .burger-image img {
  height: 100%;
}
.burger-card .burger-header .ingredients {
  color: #fff;
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 118%;
  letter-spacing: 0%;
  position: absolute;
  left: 66px;
  top: 150px;
}
.burger-card .burger-header .ingredients span {
  display: block;
  opacity: 0;
  transform: translateX(50px);
  transition-delay: 0.5s;
  transition: all 0.3s ease-in-out;
}
.burger-card .burger-header .ingredients.active span {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
}
.burger-card .options {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}
.burger-card .options .option {
  background-color: #ED1C24;
  border-radius: 15px;
  color: #fff;
  width: 63px;
  height: 68px;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  text-align: center;
  display: grid;
  grid-template-rows: 25px 23px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.burger-card .options .option .desktop-br {
  display: block;
}
.burger-card .options .option svg {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}
.burger-card .burger-info {
  padding-left: 30px;
  padding-right: 30px;
}
.burger-card .burger-info .main-info {
  padding-left: 0;
  padding-right: 0;
}
.burger-card .burger-info .main-info > *:not(.wp-block-image) {
  padding-left: 30px;
  padding-right: 30px;
}
.burger-card .burger-info .main-info > p {
  margin-bottom: 40px;
}
.burger-card .burger-info .main-info .page-title {
  text-transform: none;
  text-align: left;
  font-size: 37px;
}
.burger-card .burger-info .main-info .wp-block-image .aligncenter {
  display: block;
}

.best-with {
  border-radius: 15px;
  border: 2px solid #585656;
  padding: 17px 20px !important;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 0;
  height: 192px;
  position: relative;
}
.best-with .icon {
  position: absolute;
  width: 38px;
  height: 40px;
  left: 19px;
  top: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/fries.png");
}
.best-with span {
  font-family: "Swis721", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 107%;
  letter-spacing: 0%;
  color: #ED1C24;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 48px;
  padding-top: 8px;
}
.best-with h4 {
  font-size: 16px;
  padding-left: 48px;
  line-height: 1;
  margin-bottom: 8px;
}
.best-with .content {
  width: 117px;
  font-size: 14px !important;
  line-height: 105%;
  letter-spacing: 0%;
  color: #DAD8D6;
  position: relative;
  padding-top: 11px;
  margin-bottom: 20px !important;
}
.best-with .content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -21px;
  height: 1px;
  background-color: #676363;
}
.best-with img {
  position: absolute;
  bottom: 13px;
  right: 0;
  max-width: 153px;
}

.burger-image {
  max-width: 610px;
  padding-top: 36px;
  position: relative;
  text-align: center;
}
.burger-image img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.burger-image .label {
  top: -5px;
  width: 90px;
  height: 85px;
}
.burger-image .label.promo {
  width: 100px;
  height: 62px;
}

.rating i {
  color: #ECA740;
}

.page-title {
  color: #FFF;
  font-family: "Swis721", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 0 30px;
}

.main-info {
  padding: 26px 40px;
  border-radius: 30px;
  background: rgba(35, 31, 32, 0.95);
  color: #fff;
  margin-bottom: 27px;
}
.main-info .page-title {
  color: #FFF;
  font-family: "Swis721", sans-serif;
  font-size: 34px;
  font-weight: 700;
}
.main-info .page-title.burger-pt {
  text-transform: uppercase;
}
.main-info p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.main-info .burger-no-option {
  display: grid;
  grid-template-columns: 1fr 95px;
  align-items: center;
}
.main-info .burger-no-option .price {
  text-align: right;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px; /* 83.333% */
}

.number-input {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.quantity {
  width: 50px;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.plus-btn,
.minus-btn {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  padding: 10px 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  background: transparent;
}
.plus-btn:hover, .plus-btn:focus,
.minus-btn:hover,
.minus-btn:focus {
  background: transparent;
}

.order-block {
  padding: 10px;
  margin-top: 12px;
  border-radius: 10px;
  background: #EEECEB;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}
.order-block .order-btn {
  text-align: right;
}
.order-block .order-btn button {
  background-color: transparent;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 12px;
  border: 1px solid #000;
  white-space: nowrap;
}
.order-block .order-btn button:hover {
  border-color: #ED1C24;
}

/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #ED1C24;
}
.not-found .label:hover {
  background-color: #d01018;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/* FAQ page */
.faq-page {
  padding: 30px 50px;
}

.faq-item {
  margin-bottom: 30px;
}
.faq-item.active h3 {
  color: #ED1C24;
}
.faq-item.active h3 svg {
  transform: translateX(-20px) scaleY(-1);
}
.faq-item.active h3 svg * {
  fill: #ED1C24 !important;
}
.faq-item h3 {
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  position: relative;
}
.faq-item h3 svg {
  position: absolute;
  top: 12px;
  transform: translateX(-20px);
}
.faq-item .faq-answer {
	display: none;
}
.faq-item p, .faq-item li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 0;
}

/* Default Page */
.default-page {
  padding-top: 18px;
  color: #fff;
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
}
.default-page.news-post h1, .default-page.news-post h2, .default-page.news-post h3, .default-page.news-post h4, .default-page.news-post h5, .default-page.news-post h6 {
  font-family: "Inria Sans", sans-serif;
}
.default-page.news-post .page-title {
  line-height: 1.1;
}
.default-page.news-post p {
  font-size: 18px;
}
.default-page.news-post .date {
  margin-left: 20px;
  margin-bottom: 18px;
}
.default-page.news-post .wp-block-image {
  margin-bottom: 20px;
}
.default-page.news-post .wp-block-image figcaption {
  text-align: right;
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.79px;
}
.default-page.news-post h2 {
  margin-top: 31px;
  margin-bottom: 24px;
}
.default-page h1, .default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.default-page h1 {
  font-size: 38px;
  margin-bottom: 2px;
}
.default-page h2 {
  font-size: 33px;
  line-height: 1;
  margin-bottom: 10px;
}
.default-page h3 {
  font-size: 16px;
  line-height: 29px;
}
.default-page p {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.default-page .wp-block-image {
  margin-bottom: 46px;
}
.default-page .wp-block-image.size-full {
  text-align: center;
}
.default-page .wp-block-video {
  margin-bottom: 36px;
}
.default-page .wp-block-columns {
  padding-left: 20px;
  padding-right: 20px;
  gap: 7px !important;
}
.default-page .wp-block-columns p {
  padding-left: 0;
  padding-right: 0;
}
.default-page .wp-block-columns h3 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
  margin-bottom: 13px;
  font-size: 16px;
}

.acf-map-alt,
.acf-map {
  height: 420px;
  margin-bottom: 27px;
  margin-top: 30px;
}

.not-found p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 33px;
  text-align: center;
}

.menu-404-menu-container {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 160px;
}
.menu-404-menu-container ul {
  list-style: none;
  margin: 0;
}
.menu-404-menu-container ul li a {
  color: #fff;
  font-size: 22px;
  line-height: 37px;
  position: relative;
}
.menu-404-menu-container ul li a:after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  background-image: url("../images/swipe.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.locations-grid {
  display: grid;
}

.location-box {
  background: #231F20;
  border-radius: 10px;
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 30px auto;
  padding-top: 22px;
  padding-bottom: 72px;
  position: relative;
}
.location-box.highlighted {
  max-height: 230px;
}
.location-box h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
}
.location-box p {
  font-size: 18px;
}
.location-box .hours {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 22px;
}
.location-box .acf-map-alt {
  margin-top: 22px;
  height: 190px;
}
.location-box a {
  font-family: "Swis721", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 27px;
  display: inline-block;
}
.location-box a svg {
  vertical-align: top;
  margin-top: 2px;
}
.location-box .manager {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
}
.location-box .deliveries {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
}

.food-panda-logo {
  width: 147px;
  height: 29px;
  display: inline-block;
  margin: 20px 6px 0;
  background-image: url("../images/foodpanda-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.grab-logo {
  display: inline-block;
  width: 71px;
  height: 25px;
  margin: 20px 6px 0;
  background-image: url("../images/grab-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.location-form-wrap {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
}

.contact-form {
  background-color: #fff;
  max-width: 600px;
  display: block;
  margin: auto;
}
.contact-form .gfield {
  margin-bottom: 25px;
}
.contact-form .gform_title {
  padding: 0;
  margin-top: 0;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.contact-form .gform_description {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 63px;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  color: #000;
}
.contact-form .gform_description a {
  color: #000;
}
.contact-form .gfield_required {
  display: none !important;
}
.contact-form select, .contact-form textarea {
  background-color: transparent;
  color: #000;
  border: 2px solid #585656 !important;
  border-radius: 15px;
  padding: 10px 12px !important;
  font-size: 20px !important;
  font-family: "Inria Sans", sans-serif !important;
}
.contact-form .gfield--type-textarea .gfield_label {
  left: 14px;
  top: 9px;
}
.contact-form .gfield--type-textarea.gfield_error .gfield_label, .contact-form .gfield--type-textarea.focused .gfield_label {
  left: 14px;
  top: -32px;
}
.contact-form select {
  position: relative;
  background-image: url("../images/arrow_down.png");
  background-position: 100% center;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  max-width: 332px !important;
}
.contact-form select:focus {
  outline: none;
  box-shadow: none;
}
.contact-form textarea {
  padding: 9px 15px !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.contact-form .gform_footer {
  text-align: center;
  justify-content: center;
}
.contact-form .button.gform_button, .contact-form button.checkout {
  width: auto;
  font-family: "Inria Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border: none;
  border-radius: 15px;
  background-color: #ED1C24;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.hero {
  padding-top: 300px;
  padding-bottom: 85px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero.default {
  padding: 0;
  height: 388px;
  padding-top: 125px;
}
.hero.default .find-pb-btn {
  font-family: "TT Bluescreens Trial", sans-serif;
  background-color: #000;
  font-size: 30px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 10;
}

.hero.menu {
  padding: 0;
  height: 288px;
  padding-top: 175px;
}

.hero.about {
  padding-top: 140px;
  position: relative;
  text-align: center;
}
.hero.about video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero.about h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
}
.hero.about:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180.11deg, rgba(0, 0, 0, 0.2) 76.24%, rgba(0, 0, 0, 0.8) 99.9%);
}
.hero.about .button {
  position: relative;
  z-index: 1;
}
.hero.about .scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 78px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  background-color: transparent;
  animation: jump 1.3s infinite;
}

@keyframes jump {
  0% {
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-50%, -6px);
  }
  50% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.promo-hero {
  position: relative;
  background-position: center bottom;
}
.promo-hero .promo-label {
  position: absolute;
  width: 230px;
  height: 102px;
  background-image: url("../images/promo_label.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.promo-content {
  width: 180px;
  margin: 0 auto;
  position: relative;
}
.promo-content h1 {
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: 900;
  font-size: 65px;
  line-height: 79%;
  letter-spacing: -2%;
  color: #fff;
  margin-bottom: 7px;
}
.promo-content p {
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 79%;
  letter-spacing: 5%;
  color: #fff;
  margin-bottom: 10px;
}
.promo-content .side-dish {
  background-color: #1B0D0B;
  border-radius: 5px;
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 29px;
  padding-left: 4px;
  padding-right: 8px;
  display: inline-block;
  letter-spacing: -2%;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.promo-content .side-dish:before {
  content: "+";
  padding-right: 3px;
}
.promo-content .arrow-promo {
  background-image: url("../images/arrow_promo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 56px;
  height: 87px;
  position: absolute;
  right: -20px;
  top: 88px;
  animation: moveArrow 1s infinite;
}
@keyframes moveArrow {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.promo-content .promo-price {
  background-color: #FEBE46;
  border-radius: 10px;
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 7px;
  letter-spacing: -2%;
  text-align: center;
  color: #000;
  display: inline-block;
}
.promo-content .promo-price span {
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 93%;
  letter-spacing: -2%;
  text-align: center;
  color: #C19238;
}

.map-section {
  display: grid;
  grid-template-columns: 40% 60%;
  margin-bottom: 50px;
}
.map-section.menu-map {
  grid-template-columns: 55% 45%;
}
.map-section.menu-map .map-content {
  background-color: #E30613;
  padding-top: 127px;
  padding-left: 78px;
}
.map-section.menu-map .map-content h3 {
  font-size: 48px;
  line-height: 113%;
  color: #fff;
  margin-bottom: 23px;
}
.map-section.menu-map .map-content .button {
  background-color: #000;
  padding: 20px;
  border-radius: 12px;
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 145%;
  letter-spacing: 0.5%;
  text-align: center;
}
.map-section.menu-map .map-box {
  margin: 0;
}
.map-section.menu-map .acf-map {
  height: 680px;
}
.map-section .acf-map {
  height: 600px;
}
.map-section .near-you {
  text-align: center;
  padding-top: 57px;
}
.map-section .near-you .button {
  margin-bottom: 46px;
  font-size: 30px;
  font-family: "TT Bluescreens Trial", sans-serif;
}
.map-section .near-you > p {
  font-family: "Swis721", sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.map-section .near-you p {
  color: #fff;
}
.map-section .near-you p span {
  display: block;
}
.map-section .map-box {
  margin-top: 75px;
  margin-right: 56px;
  margin-left: 10px;
  position: relative;
}
.map-section .map-box .map-text-samui p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #F1EDE4;
  max-width: 545px;
}
.map-section .map-box .map-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 1;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  background: linear-gradient(270deg, rgba(112, 94, 59, 0.8) 2.88%, rgba(181, 152, 94, 0.8) 29.33%, rgba(65, 53, 25, 0.8) 62.02%, rgba(123, 102, 60, 0.875) 91.83%);
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.map-section .map-box .map-text.hidden {
  opacity: 0;
  top: 55%;
}
.map-section .map-box h2 {
  font-size: 41px;
  line-height: 1;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
}
.map-section .map-box p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: auto;
  max-width: 420px;
}
.map-section .acf-map {
  position: relative;
  margin-top: 0;
}
.map-section .acf-map:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 30%);
}
.map-section.map-about .map-text {
  pointer-events: all;
}

.about-slider {
  margin-bottom: 45px;
}

.burgers-archive {
  margin-top: 120px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}
.burgers-archive p {
  font-size: 16px;
  line-height: 19px;
}
.burgers-archive p strong, .burgers-archive p b {
  font-weight: 600;
  font-family: "Swis721", sans-serif;
}

.burger-info .page-title {
  opacity: 1;
}
.burger-info .page-title .w {
  transform: none;
}

.animated-title,
.archive-title {
  overflow: hidden;
  opacity: 0;
}
.animated-title.active,
.archive-title.active {
  opacity: 1;
}
.animated-title.active .w,
.archive-title.active .w {
  transform: translateY(0);
}
.animated-title .w,
.archive-title .w {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  transform: translateY(150px);
}
.animated-title .w:after,
.archive-title .w:after {
  content: "";
  padding-left: 20px;
}

.pb-title {
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
}

.cta-text {
  font-family: "SignPainter", sans-serif;
  font-size: 39px;
  line-height: 1;
  color: #C7BBBC;
  margin-bottom: 54px;
}

.home .cta-buttons {
  background-color: #000;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -20px;
  z-index: 1;
  padding: 15px;
  padding-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
}
.home .cta-buttons a, .home .cta-buttons button {
  min-width: 100%;
  margin: 0;
  margin-bottom: 12px;
}

.cta-buttons a,
.cta-buttons .button,
.cta-buttons button {
  border-radius: 12px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  margin: 0 8px;
  padding: 14px 20px;
  font-family: "Swis721", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.cta-buttons a.find-restaurant,
.cta-buttons .button.find-restaurant,
.cta-buttons button.find-restaurant {
  background-color: #E30613;
  border-color: #E30613;
}

.closest-locations {
  height: 550px;
  overflow-y: scroll;
}

/* Scrollbar container */
::-webkit-scrollbar {
  width: 4px;
}

/* Track (background of whole bar) */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

/* Thumb (draggable part) */
::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 2px;
}

/* Optional: hover effect */
::-webkit-scrollbar-thumb:hover {
  background: #c0c0c0;
}

.closest-restaurant-item {
  display: grid;
  border-radius: 20px;
  border: 6px solid #fff;
  grid-template-columns: 157px minmax(0, 1fr);
  background-color: #fff;
  height: 160px;
  width: auto;
  max-width: 400px;
  overflow: hidden;
  margin: 0 auto 27px;
}
.closest-restaurant-item .photo-wrapper {
  height: 148px;
  background-size: cover;
  background-position: center;
}
.closest-restaurant-item .info {
  align-content: center;
  display: grid;
  gap: 0 10px;
  padding: 0 20px;
  grid-template-columns: 1fr 70px;
  grid-template-areas: "title title" "hours reviews";
}
.closest-restaurant-item .info h3 {
  font-size: 23px;
  color: #000;
  line-height: 1;
  margin-bottom: 15px;
  grid-area: title;
}
.closest-restaurant-item .info h3 a {
  color: #000;
}
.closest-restaurant-item .info p {
  color: #000;
  font-family: "TT Bluescreens Trial", sans-serif;
}
.closest-restaurant-item .info .open-hours {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Inria Sans", sans-serif;
  line-height: 1;
  margin-bottom: 0;
  grid-area: hours;
  font-weight: bold;
  text-align: right;
}
.closest-restaurant-item .info .open-hours span {
  display: block;
  line-height: 1;
}
.closest-restaurant-item .info .reviews {
  font-size: 14px;
  font-weight: normal;
  font-family: "Inria Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
  grid-area: reviews;
}
.closest-restaurant-item .info .reviews .stars {
  display: block;
  margin-left: 0;
  font-size: 0;
  margin-top: 4px;
}

.menu-description h3 {
  font-size: 44px;
  line-height: 1;
  color: #000;
}
.menu-description p {
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.menu-description p b, .menu-description p strong {
  font-weight: 900;
}

.burgers-home {
  background-color: #fff;
  padding-top: 46px;
  padding-bottom: 70px;
}
.burgers-home > h3 {
  text-align: center;
  font-size: 52px;
  line-height: 1;
  color: #000;
}
.burgers-home > p {
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.burgers-home > p b, .burgers-home > p strong {
  font-weight: 900;
}

.burgers-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
  padding-top: 42px;
}
.burgers-list .burger-card-new {
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  padding: 0 0 25px;
  position: relative;
}
.burgers-list .burger-card-new.milkshakes .burger-wrap {
  grid-template-rows: 340px auto 1fr;
}
.burgers-list .burger-card-new.milkshakes .image {
  right: auto;
  top: -20px;
  text-align: center;
}
.burgers-list .burger-card-new.milkshakes .image img {
  height: 350px;
  max-height: 350px;
}
.burgers-list .burger-card-new.burgers .burger-wrap {
  grid-template-rows: 280px auto 1fr;
}
.burgers-list .burger-card-new.burgers .image img {
  height: 280px;
}
.burgers-list .burger-card-new .burger-wrap {
  display: grid;
  grid-template-rows: 205px auto 1fr;
  color: #fff;
}
.burgers-list .burger-card-new .image {
  position: relative;
  top: -10px;
  right: -10px;
  text-align: right;
}
.burgers-list .burger-card-new .image img {
  height: 200px;
  width: auto;
}
.burgers-list .burger-card-new .title {
  padding: 0 20px;
}
.burgers-list .burger-card-new .title h3 {
  text-transform: capitalize;
  line-height: 1;
  font-size: 42px;
  line-height: 104%;
  letter-spacing: -7%;
  text-align: center;
}
.burgers-list .burger-card-new .ingredients {
  padding: 0 20px;
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 95%;
  text-align: center;
  margin-bottom: 0;
  color: #ADA9A9;
}
.burgers-list .burger-card-new .ingredients p {
  line-height: 0.95;
}
.burgers-list .burger-card {
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.burgers-list .burger-card .burger-wrap {
  height: 100%;
  display: grid;
  grid-template-rows: 120px auto 1fr;
  justify-items: center;
  align-items: center;
}
.burgers-list .burger-card .burger-wrap .image {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 32, 0.9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.burgers-list .burger-card .burger-wrap .title {
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 1px;
  background: rgba(35, 31, 32, 0.9);
}
.burgers-list .burger-card .burger-wrap .ingredients {
  background: rgba(35, 31, 32, 0.9);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 12px;
  height: 100%;
  width: 100%;
}
.burgers-list .burger-card img {
  max-height: 100%;
  height: 106px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.burgers-list .burger-card h3 {
  color: #FFF;
  font-family: "Swis721", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0px;
  position: relative;
}
.burgers-list .burger-card h3.spicy:before {
  content: "";
  background-image: url("../images/spicy.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  bottom: 0;
  margin-right: 3px;
}
.burgers-list .burger-card h3.vegan:before {
  content: "";
  background-image: url("../images/vegan-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  bottom: 0;
  margin-right: 3px;
}
.burgers-list .burger-card p {
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
}

.label {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 91px 91px;
  background-position: center;
  z-index: 2;
}
.label.off {
  display: none;
}
.label.award {
  background-image: url("../images/award-new.png");
}
.label.vegetarian {
  background-image: url("../images/vegetarian-new.png");
  background-size: 78px 78px;
}
.label.chicken {
  background-image: url("../images/chicken-new.png");
  background-size: 78px 78px;
}
.label.vegan {
  background-image: url("../images/vegan-new.png");
  background-size: 57px;
  background-position: center 34%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.see-all p {
  font-family: "TT Bluescreens Trial", sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 104%;
  text-align: center;
  color: #000;
  margin-bottom: 12px;
}
.see-all .button {
  border-radius: 12px;
  background-color: transparent;
  border: 2px solid #E30613;
  background-color: #E30613;
  font-weight: bold;
  margin: 0 8px;
  padding: 14px 20px;
  font-family: "Swis721", sans-serif;
  font-size: 18px;
  cursor: pointer;
}

.sizes-white {
  background-color: #fff;
}

.burger-sizes-section {
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.burger-sizes-section.white {
  background-color: #fff;
}
.burger-sizes-section.white h2 {
  color: #000;
}
.burger-sizes-section.white .burger-size p, .burger-sizes-section.white .burger-size p:first-child {
  color: #000;
}
.burger-sizes-section h2 {
  color: #fff;
  margin-bottom: 25px;
}
.burger-sizes-section .burger-sizes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
.burger-sizes-section .burger-size {
  display: grid;
  gap: 14px;
  grid-template-rows: 25px 70px auto;
  text-align: center;
}
.burger-sizes-section .burger-size div {
  height: auto;
  align-self: end;
  vertical-align: bottom;
}
.burger-sizes-section .burger-size svg {
  vertical-align: bottom;
  align-self: end;
  margin-left: auto;
  margin-right: auto;
}
.burger-sizes-section .burger-size p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}
.burger-sizes-section .burger-size p:first-child {
  font-size: 22px;
  font-family: "Swis721", sans-serif;
  color: #BDBDBD;
}

.delivery-small {
  background-color: #00B14F;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 13px 15px;
  margin-left: 27px;
  margin-right: 27px;
  margin-top: 20px;
}
.delivery-small a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 103%;
  color: #fff;
}

.delivery {
  background-color: #00B14F;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 44px 210px 170px;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.delivery h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: left;
  position: relative;
  margin: 0;
}
.delivery .grab-logo {
  margin: 0;
  width: auto;
  height: auto;
}
.delivery .food-panda-logo {
  width: 363px;
  height: 71px;
  background-image: url("../images/foodpanda-logo-big.png");
}

.other-mains {
  background: #000;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 67px;
}
.other-mains h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-dishes h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.main-dishes h3 a {
  color: #fff;
  font-family: "Inria Sans", sans-serif;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px; /* 170% */
}

.side-dishes {
  background-color: #231F20;
  padding: 50px 20px;
}
.side-dishes .inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.side-dishes h2 {
  text-align: center;
  color: #FFF;
  font-family: "Swis721", sans-serif;
  font-weight: 600;
}
.side-dishes .sides-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.side-dishes .sides-list .sides-list-item h3 {
  margin-bottom: 0;
  font-family: "Inria Sans", sans-serif;
  line-height: 1.1;
  margin-bottom: 15px;
  font-size: 20px;
}
.side-dishes .sides-list .sides-list-item a {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}

.for-kids {
  background-color: #ED1C24;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 67px;
  position: relative;
}
.for-kids:after {
  content: "";
  background-image: url("../images/Flowers.png");
  position: absolute;
  top: -18px;
  right: 11px;
  height: 91px;
  width: 81px;
  background-size: contain;
}
.for-kids h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dishes-for-kids h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.dishes-for-kids h3 a {
  color: #fff;
  font-family: "Inria Sans", sans-serif;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px; /* 170% */
}

.main-content.for-kids {
  padding-top: 14px;
  margin-top: 150px;
}
.main-content.for-kids .burgers-archive {
  margin-top: 0;
}
.main-content.for-kids:after {
  top: 5px;
}
.main-content.for-kids .burgers-list .burger-card {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.main-content.for-kids .burgers-list .burger-card .image, .main-content.for-kids .burgers-list .burger-card .title, .main-content.for-kids .burgers-list .burger-card .ingredients {
  background-color: rgba(254, 55, 63, 0.9);
}

.sauces-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.sauces-block .sauce {
  text-align: center;
}
.sauces-block input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.sauces-block input:checked + label::after {
  display: block;
}
.sauces-block label {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 43px;
}
.sauces-block label:before {
  content: "";
  border-radius: 5px;
  border: 1px solid #FFF;
  width: 29px;
  height: 29px;
  left: 0;
  position: absolute;
  top: 0;
}
.sauces-block label:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ED1C24;
  left: 7px;
  position: absolute;
  top: 7px;
  display: none;
}

.gform_confirmation_message {
  background-color: #ED1C24;
  width: 348px;
  height: 348px;
  max-width: 100%;
  border-radius: 50%;
  color: #fff;
  padding-top: 130px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  text-align: center;
}
.gform_confirmation_message h2 {
  font-family: "Swis721", sans-serif;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.gform_confirmation_message p {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.we-are-closed {
  text-align: center;
  color: #fff;
  margin-top: 25px;
  line-height: 1.2;
}
.we-are-closed p {
  line-height: 1.2;
  margin-bottom: 0;
}

.not-found svg {
  max-width: 80%;
}

.map .acf-map {
  margin-top: 0;
  height: 570px;
}

.map h2 {
  font-size: 36px;
  margin-bottom: 32px;
  margin-top: 62px;
  text-align: center;
  color: #fff;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------
    Menu Page Styles
------------------------------------- */
body:not(.home) .header .logo {
  position: relative;
}
body:not(.home) .header .logo img {
  position: relative;
  z-index: 2;
}
body:not(.home) .header .logo:after {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: -15px;
  top: 0;
  background-color: #000;
  border-radius: 20px;
  z-index: 1;
}

.menu {
  position: relative;
  background-color: #fff;
}

.menu-tabs {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E30613;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  list-style: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 986px;
  overflow: hidden;
}
.menu-tabs li:last-child a:after {
  display: none;
}
.menu-tabs li:first-child a:before {
  display: none;
}
.menu-tabs li a {
  color: #fff;
  font-family: "Swis721", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  letter-spacing: 0%;
  white-space: nowrap;
  display: inline-block;
  padding: 7px 20px;
  position: relative;
  transition: none;
}
.menu-tabs li a:after {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  right: -2px;
  border-right: 1px dashed rgba(255, 255, 255, 0.8);
}
.menu-tabs li a.active {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-color: #fff;
  color: #000;
}
.menu-tabs li a.active:after {
  width: 15px;
  bottom: 0;
  left: 100%;
  background-color: #E30613;
  border: none;
  box-shadow: -10px 15px 0 9px white;
  border-bottom-left-radius: 18px;
}
.menu-tabs li a.active:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 15px;
  bottom: 0;
  right: 100%;
  background-color: #E30613;
  border: none;
  box-shadow: 10px 15px 0 9px white;
  border-bottom-right-radius: 18px;
}

.menu-tab {
  display: none;
}
.menu-tab.active {
  display: block;
}

/* ------------------------------------
    News Feed Styles
------------------------------------- */
.news-page {
  margin-top: 20px;
}

.news-post {
  padding-top: 20px;
}
.news-post .featured-image {
  height: 180px;
  display: block;
}

.wp-block-post-date,
.date {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 8px;
}

.news-post-details {
  padding-right: 20px;
  padding-left: 20px;
}
.news-post-details h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
}
.news-post-details h3 a {
  color: #fff;
  position: relative;
  padding-right: 70px;
  display: inline-block;
}
.news-post-details h3 a:after {
  display: inline-block;
  content: "";
  background-image: url("../images/arrow.png");
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 5px;
}

.load-more {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 55px;
}
.load-more .load-more-button {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  background-color: transparent;
  padding: 20px 47px;
}

.back-to-news {
  margin-top: 33px;
  margin-bottom: 45px;
}
.back-to-news a {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.58px;
  color: #fff;
}
.back-to-news a svg {
  vertical-align: middle;
  margin-right: 5px;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #000;
  border-top: 1px solid #231F20;
}

.footer-grid {
  display: grid;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 120px;
  grid-template-columns: 150px 1fr;
  align-items: end;
  justify-items: end;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu p.copyright {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:first-child a {
  padding-left: 0;
}
.footer-menu li:last-child a {
  padding-right: 0;
}
.footer-menu li:last-child a:after {
  display: none;
}
.footer-menu li a {
  display: block;
  position: relative;
  padding: 0 10px;
  line-height: 1;
  margin-right: 2px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.footer-menu li a:after {
  content: "";
  width: 2%;
  height: 16px;
  position: absolute;
  left: 100%;
  bottom: 0;
  background-color: #ED1C24;
}