﻿/* #region Fonts */
@font-face {
  font-family: 'Stag';
  font-display: swap;
  src: url('fonts/Stag-Light-Web.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Stag-Light-Web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Stag-Light-Web.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Stag-Light-Web.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/Stag-Light-Web.ttf') format('truetype') /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Stag';
  font-style: italic;
  font-display: swap;
  src: url('fonts/Stag-LightItalic-Web.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Stag-LightItalic-Web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Stag-LightItalic-Web.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Stag-LightItalic-Web.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/Stag-LightItalic-Web.ttf') format('truetype') /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Stag';
  font-weight: bold;
  font-display: swap;
  src: url('fonts/Stag-Medium-Web.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Stag-Medium-Web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Stag-Medium-Web.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Stag-Medium-Web.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/Stag-Medium-Web.ttf') format('truetype') /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Stag';
  font-weight: bold;
  font-style: italic;
  src: url('fonts/Stag-MediumItalic-Web.eot');
  /* IE9 Compat Modes */
  src: url('fonts/Stag-MediumItalic-Web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Stag-MediumItalic-Web.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Stag-MediumItalic-Web.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/Stag-MediumItalic-Web.ttf') format('truetype') /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Helvetica Neue';
  font-display: swap;
  src: url('fonts/HelveticaNeueLTStd-Lt.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype') /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Helvetica Neue';
  font-style: italic;
  font-display: swap;
  src: url('fonts/HelveticaNeueLTStd-LtIt.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueLTStd-LtIt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/HelveticaNeueLTStd-LtIt.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/HelveticaNeueLTStd-LtIt.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/HelveticaNeueLTStd-LtIt.ttf') format('truetype') /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-display: swap;
  src: url('fonts/HelveticaNeueLTStd-Md.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/HelveticaNeueLTStd-Md.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/HelveticaNeueLTStd-Md.ttf') format('truetype') /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: url('fonts/HelveticaNeueLTStd-MdIt.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueLTStd-MdIt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/HelveticaNeueLTStd-MdIt.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/HelveticaNeueLTStd-MdIt.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/HelveticaNeueLTStd-MdIt.ttf') format('truetype') /* Safari, Android, iOS */;
}
/* #endregion */
/* #region Global Styles */
html {
  color: #222;
  font-size: 16px;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body {
  font: 16px/26px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #FAFAFA;
  overflow-x: hidden;
  /* helps hide background canvas overflow */
}
.wrapper {
  width: 90%;
  margin: 0 5%;
}
.button-golden,
.feature-container.feature-container__findgoodfood input[type=submit] {
  border: 1px solid #B4A55A;
  border-radius: 30px;
  text-transform: uppercase;
  color: #363431;
  height: 48px;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 12px;
  letter-spacing: 0.05rem;
}
.button-link {
  line-height: 48px;
  text-decoration: none !important;
}
.button-fixsize {
  width: 190px;
  height: 48px;
}
#btnGlobalSearch {
  margin-left: -70px;
}
@media only screen and (max-width: 500px) {
  .submit-search {
    width: 100%;
  }
}
.cta-outline {
  background-color: white;
}
.cta-outline:hover {
  background-color: #B4A55A;
}
.cta-solid {
  background-color: #B4A55A;
}
.cta-solid:hover {
  background-color: white;
}
h3 {
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-weight: 300;
  font-size: 1.9rem;
  line-height: 60px;
  color: #363431;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}
input.input__outline {
  color: #363431;
  height: 48px;
  padding: 0 2rem;
  font-size: 0.8rem;
  /*line-height: 12px;*/
  line-height: 48px;
  letter-spacing: 0.05rem;
  border: 1px solid rgba(54, 52, 49, 0.5);
  border-radius: 24px;
  width: 100%;
  margin-right: 20px;
  outline: 0px;
}
.searchterms {
  width: 95%;
}
/* #endregion */
/* #region Layout: Header */
#formGlobalSearch input.dark:focus {
  outline: 3px solid #b4a55a;
}
.form-dinfgoodfood input.light:focus {
  outline: 3px solid #b4a55a;
}
.header-container {
  height: 172px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #221f20eb;
  /* background-color: rgba(255,255,255,0.9);*/
  /* background-color: rgba(54, 52, 49,0.9);*/
  /*    animation: fadeoutbg 0.8s;*/
}
html[data-scroll='0'] .header-container {
  background-color: #1c191a;
  /*animation: fadeinbg 0.8s;*/
}
.header-container a {
  color: #363431;
  text-decoration: none;
  cursor: pointer;
}
.header-container a:hover {
  text-decoration: underline;
}
.header-container > header {
  justify-content: space-between;
  height: 100%;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  height: 172px;
}
.header-actions-container {
  flex-grow: 1;
  padding-right: 48px;
}
.logo-container {
  /* flex-grow: 1; */
  padding-left: 48px;
  height: 100%;
}
.logo-container img {
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  margin-top: 10px;
}
.icon-wrapper {
  border-radius: 30px;
  padding: 6px 10px;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: flex-end;
}
.icon-wrapper > * {
  margin-left: 1.6rem;
}
.icon-wrapper > *:first-child {
  margin-left: 0;
}
.icon-wrapper #dropdown-trigger-close {
  display: none;
  /* initialise */
}
.search-dialog-container {
  display: flex;
}
#search-trigger-close {
  display: none;
}
.form-searchgoodfood {
  margin-bottom: 0;
  display: none;
}
#cart-trigger {
  position: relative;
}
#cart-trigger .cart-trigger--quantity-indicator {
  position: absolute;
  top: -5px;
  right: -9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid #B4A55A;
  font-size: 12px;
  line-height: 10px;
  height: 18px;
  width: 18px;
  text-align: center;
  font-weight: bold;
  border-width: 1.3px;
}
#cart-trigger .cart-trigger--quantity-indicator:empty {
  display: none;
}
#cart-trigger:hover {
  text-decoration: none;
  cursor: pointer;
}
/* dropdown styles */
.header-dropdown {
  background-color: white;
  height: 488px;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.header-dropdown.show {
  display: block;
}
.header-dropdown .header-dropdown--content {
  padding: 30px 136px 136px 136px;
  display: flex;
  flex-direction: row;
}
.header-dropdown .primary-links {
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  /*font-size: 2.625rem;*/
  font-size: 2rem;
  /* width: 50%;*/
  width: 70%;
}
.header-dropdown .primary-links nav {
  display: flex;
  flex-direction: column;
}
.header-dropdown .primary-links nav a {
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  line-height: 1.1;
  margin: 19px 0;
}
.header-dropdown .primary-links .button-golden {
  margin-top: 20px;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
}
.header-dropdown .secondary-links .text-links a {
  font-weight: bold;
  padding: 15px 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.header-dropdown .secondary-links .text-links {
  display: flex;
  flex-direction: column;
  height: 266px;
}
.header-dropdown .secondary-links .icon-links {
  margin-top: 30px;
}
.header-dropdown .secondary-links .icon-links > * {
  margin-right: 10px;
}
/*.header-dropdown .secondary-links .icon-links > *:last-child {
            margin-right: 0;
        }*/
.header-container .icon-container {
  /* width: 100%; */
}
#search-trigger-open {
  background: transparent;
  border: none;
}
#search-trigger-close {
  background: transparent;
  border: none;
}
#dropdown-trigger-open {
  background: transparent;
  border: none;
}
#dropdown-trigger-close {
  background: transparent;
  border: none;
}
@media (min-width: 768px) {
  .header-actions-container.search-expanded .icon-container,
  .form-searchgoodfood {
    width: 100%;
  }
  .search-dialog-container {
    width: 80%;
  }
}
@media (max-width: 375px) {
  .search-dialog-container {
    /*width: 100%;*/
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .header-container {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  /*    .header-container {
        position: relative;
    }*/
  .header-container .button-container {
    display: none;
  }
  .header-container .logo-container {
    padding-left: 30px;
  }
  .header-container .logo-container img {
    width: 204px;
    min-width: 150px;
  }
  .header-dropdown .header-dropdown--content {
    padding: 80px 30px 30px 30px;
    flex-direction: column;
  }
  .header-dropdown .primary-links {
    font-size: 2rem;
    width: auto;
    margin-bottom: 20px;
  }
  /* .header-container .icon-container .icon-wrapper {
        padding: 0 30px 0 0;
    } */
  #search-trigger-open {
    display: none;
  }
  .header-container.expanded .search-dialog-container form.form-searchgoodfood {
    position: absolute;
    display: flex !important;
    left: 30px;
    top: 189px;
    width: 90%;
    padding-top: 10px;
  }
  .header-container.expanded .search-dialog-container form.form-searchgoodfood .form-row {
    width: 100%;
  }
  .header-dropdown {
    height: auto;
  }
}
@media (max-width: 675px) {
  header .button-container {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #search-trigger-open {
    display: none;
  }
}
@media (max-width: 380px) {
  .header-icon {
    width: 30px;
  }
}
/*header menu start*/
.header-text-menu-item a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  margin: 0;
  width: auto;
  margin-left: 2.1825rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.header-text-menu-item a:hover {
  text-decoration: none;
}
.header-text-menu-item a {
  position: relative;
  padding-bottom: 2px;
}
.header-text-menu-item a:before,
.header-text-menu-item a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #B4A55A;
}
.header-text-menu-item a:before {
  opacity: 0;
  transform: translateY(- 8px);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
.header-text-menu-item a:after {
  opacity: 0;
  transform: translateY(4px);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.header-text-menu-item a:hover:before,
.header-text-menu-item a:focus:before,
.header-text-menu-item a:hover:after,
.header-text-menu-item a:focus:after {
  opacity: 1;
  transform: translateY(0);
}
.header-text-menu-item a:hover:before,
.header-text-menu-item a:focus:before {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.header-text-menu-item a:hover:after,
.header-text-menu-item a:focus:after {
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}
.header-text-menu {
  display: inherit;
  position: absolute;
  width: 100%;
  max-width: 1440px;
  padding-right: 48px;
}
.header-text-menu-item-wrapper {
  display: inline-flex;
  margin-left: auto;
  padding: 15px 0;
}
@media (min-width: 901px) {
  #dropdown-trigger-open {
    display: none;
  }
  #dropdown-trigger-open {
    display: none;
  }
}
@media (max-width: 900px) {
  #dropdown-trigger-open {
    display: inherit;
  }
  .header-text-menu {
    display: none;
  }
}
/*header menu end*/
/* #endregion */
/*home page - how it works START */
#home-page .how-it-works {
  width: 100% !important;
}
/*home page - how it works END */
/* #region Page: frontpage features */
.feature-container {
  width: 100%;
  /* max-width: 1440px;*/
  margin: 0 auto;
}
.feature-container h1 {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 3.7rem;
  line-height: 60px;
  color: white;
  margin: 0;
  /*   background-color: rgb(35, 35, 35, 0.5);*/
  background-color: #2c303c87;
  backdrop-filter: blur(1px);
  padding: 20px;
  max-width: 500px;
}
.feature-container button {
  margin-top: 40px;
}
.feature-container__restaurants {
  display: block;
  /*margin-bottom: 300px;
    margin-top: 300px; */
  /* this is affected by JS on document ready */
  /*padding-top: 142px;*/
  /*background-color:red !important;*/
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.feature-container__restaurants .feature-container--content {
  padding-left: 80px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.feature-container h1 {
  font-family: 'stag';
  font-weight: 300;
}
.feature-container__findgoodfood {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-desktop {
  display: block;
}
.banner-mobile {
  display: none;
}
.home-banner-text-div {
  position: absolute;
  padding-left: 10%;
  padding-top: 3%;
}
@media only screen and (max-width: 768px) {
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .home-banner-text-div {
    padding-top: 20%;
  }
}
/* gift card */
.feature-container__giftcard {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.feature-container__giftcard .feature-container--splash {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-container__giftcard > div {
  width: 50%;
}
.feature-container__giftcard .feature-container--content {
  padding-right: 20px;
  padding-bottom: 90px;
  padding-top: 90px;
}
@media (max-width: 991.98px) {
  .feature-container__giftcard {
    flex-direction: column;
  }
  .feature-container__giftcard .button-golden {
    width: 100%;
  }
  .feature-container__giftcard > div {
    width: 100%;
  }
}
.feature-container__giftcard .feature-container--content ul {
  list-style: none;
  padding-left: 0;
}
.feature-container__giftcard .feature-container--content ul li {
  height: 4rem;
}
.feature-container__giftcard .feature-container--content .list-item-copy {
  padding-left: 1rem;
}
.feature-container h2 {
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 60px;
  color: #363431;
  margin: 0;
}
.feature-container__giftcard button {
  margin-top: 0;
}
.feature-container__findgoodfood {
  /*height: 272px;*/
  display: flex;
  flex-direction: row;
  background-color: #fcdcad57;
}
.feature-container__findgoodfood .feature-container--form {
  padding-top: 55px;
  padding-lefT: 136px;
  padding-bottom: 54px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
}
.feature-container__findgoodfood .feature-container--form h3 {
  line-height: 40px;
}
.feature-container__findgoodfood .feature-container--splash {
  /*padding: 34px;*/
  /*padding: 120px;*/
  padding-right: 105px;
  padding-top: 34px;
}
.feature-container__findgoodfood form {
  display: flex;
  flex-direction: row;
}
.feature-container__findgoodfood input[type="text"] {
  width: 567px;
}
@media (max-width: 870px) {
  .feature-container__restaurants {
    background: #fafafa;
    padding-bottom: 20px;
    backdrop-filter: blur(1px);
  }
  .feature-container__giftcard {
    background: #fafafa;
    padding-bottom: 20px;
    backdrop-filter: blur(1px);
  }
}
/* nearestrestaurant */
.restaurant-listing .feature-container {
  max-width: 100%;
}
.feature-container__nearestrestaurant .feature-container--content {
  padding: 63px 136px;
}
.feature-container__nearestrestaurant .feature-container--content h2 {
  margin-bottom: 20px;
  text-align: left;
}
.feature-container__nearestrestaurant .location-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.feature-container__nearestrestaurant .location-container img {
  padding-right: 5px;
}
.feature-container__nearestrestaurant .location-container location-container--name {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.feature-container__nearestrestaurant .restaurant-listing .restaurant-teaser-image {
  cursor: pointer;
  margin-bottom: 10px;
}
.feature-container__nearestrestaurant .restaurant-listing .restaurant-teaser-image img {
  border-radius: 10px;
}
.feature-container__nearestrestaurant .restaurant-listing .restaurant-name {
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 5px;
  cursor: pointer;
}
.feature-container__nearestrestaurant .restaurant-listing .restaurant-summary {
  font-size: 0.95rem;
  margin-bottom: 10px;
  display: block;
}
.feature-container__nearestrestaurant .restaurant-listing .restaurant-book-cta {
  margin-top: 0;
  border: none;
  border-radius: 0;
  padding: 8px 20px;
  height: auto;
  text-transform: none;
  position: relative;
}
.btn-booknow {
  margin-top: 0;
  border: none;
  border-radius: 0;
  padding: 8px 20px;
  height: auto;
  text-transform: none;
  position: relative;
}
.btn-booknow:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-right: 0.8rem solid #fafafa;
  z-index: 2;
  transition: border-color 0.2s ease;
  border-left: 19px solid transparent;
}
.feature-container__nearestrestaurant .restaurant-listing .restaurant-book-cta:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-right: 0.8rem solid #fafafa;
  z-index: 2;
  transition: border-color 0.2s ease;
  border-left: 19px solid transparent;
}
.feature-container__nearestrestaurant .restaurant-listing .restaurant-book-cta img {
  margin-top: -3px;
  margin-right: 5px;
}
/*Static Restaurant Listing*/
.restaurant-listing-static {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.restaurant-listing-static-item {
  cursor: pointer;
  max-width: 470px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.restaurant-listing-static-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.img-static-item {
  border-radius: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.88;
}
.restaurant-listing-static-item .restaurant-name {
  font-family: 'stag';
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.restaurant-listing-static-item .restaurant-summary {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #363431;
  opacity: 0.7;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
}
/* experience */
.feature-container__experience .feature-container--content {
  padding: 63px 136px;
}
.feature-container__experience .feature-container--content .experience-listing > * {
  border-radius: 10px;
}
.feature-container__experience .feature-container--content h2 {
  margin-bottom: 30px;
  text-align: left;
}
.feature-container__experience .experience-teaser-image {
  border-radius: 10px 10px 0 0;
  background-size: cover;
  cursor: pointer;
}
.feature-container__experience .feature-container--content .experience-details {
  padding: 14px;
}
.feature-container__experience .feature-container--content .experience-location {
  display: block;
  font-size: 0.85rem;
  color: rgba(54, 52, 49, 0.5);
  letter-spacing: 0.15rem;
}
.feature-container__experience .feature-container--content .experience-name {
  display: block;
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  padding-bottom: 30px;
  cursor: pointer;
}
/* learnmore slick START*/
.feature-container__learnmore {
  background-color: #e8e8e6;
}
.feature-container__learnmore h3 {
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 60px;
}
.feature-container__learnmore .learnmore-teaser-image {
  background-size: cover;
  cursor: pointer;
}
.feature-container__learnmore .learnmore-listing > li {
  border-left: 1px solid #B4A55A;
  margin: 0;
  width: calc((100% - 8px ) / 4);
}
.feature-container__learnmore .learnmore-listing > li > * {
  margin-left: 29px;
  margin-right: 29px;
}
.feature-container__learnmore .learnmore-date {
  display: block;
  font-size: 0.85rem;
  color: #363431;
  letter-spacing: 0.05rem;
  margin-bottom: 10px;
}
.feature-container__learnmore .learnmore-description {
  display: block;
  font-weight: bold;
  line-height: 1.2rem;
  margin-bottom: 30px;
  cursor: pointer;
  min-height: 40px;
}
.restaurant-listing.listing-row,
.experience-listing.listing-row,
.learnmore-listing.listing-row {
  height: 300px;
}
.slick-slider.listing-row > button {
  margin: 0;
  width: auto;
  border: 0 !important;
  background: transparent !important;
  height: 100%;
  position: absolute;
  width: 30pxt;
  text-indent: -99999px;
}
.slick-slider.listing-row > button.slick-prev,
.slick-slider.listing-row > button.slick-next {
  top: 0;
}
.slick-slider.listing-row > button.slick-prev:focus,
.slick-slider.listing-row > button.slick-next:focus {
  outline: none;
}
.slick-slider.listing-row > button.slick-prev:after,
.slick-slider.listing-row > button.slick-next:after {
  top: 0;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 300px;
  position: absolute;
}
.slick-slider.listing-row > button.slick-prev {
  left: -40px;
}
.slick-slider.listing-row > button.slick-prev:after {
  background-image: url(../../Images/LuxTheme/icons/icon-nav-left.svg);
  left: 0;
}
.slick-slider.listing-row > button.slick-next {
  right: -40px;
}
.slick-slider.listing-row > button.slick-next:after {
  background-image: url(../../Images/LuxTheme/icons/icon-nav-right.svg);
  right: 0;
}
.slick-track .slick-slide {
  padding: 15px;
}
/*@media (max-width: 375px) {
    .feature-container__nearestrestaurant .slick-track .slick-slide {
        padding: 0px !important;
    }
}*/
.restaurant-listing .slick-track {
  margin: 0px;
}
.experience-listing.listing-row {
  height: 380px;
}
.feature-container--content .listing-row .slick-list {
  height: 360px;
  width: 100%;
}
/*Learn more slick END*/
/*Blog Feed Static START*/
.blog-listing-static {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.blog-listing-static-item {
  cursor: pointer;
  max-width: 275px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.blog-listing-static-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.blog-listing-static-item-image {
  border-radius: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.50273224;
}
.nearbyres-listing-static-item-image {
  aspect-ratio: 1.88732394 !important;
}
.blog-listing-static-item .blog-static-item-title {
  font-family: 'stag';
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.blog-static-item-content {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #363431;
  /*    opacity: 0.7;*/
  font-size: 16px;
  line-height: 28px;
}
.blog-static-item-date {
  font-family: 'stag', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
@media (min-width: 1114px) and (max-width: 1388px) {
  /*hide the last blog*/
  .blog-listing-static-item:last-child {
    display: none;
  }
}
/*Blog Feed Static END*/
/*Nearby Restaurant Static START*/
.nearbyres-listing-static {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.nearbyres-listing-static-item {
  cursor: pointer;
  max-width: 268px;
  width: 100%;
  margin-bottom: 30px;
}
.nearbyres-listing-static-item-image {
  border-radius: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.88732394;
}
.nearbyres-listing-static-item .nearbyres-static-item-title {
  font-family: 'stag';
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.nearbyres-static-item-content {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #363431;
  font-size: 16px;
  line-height: 28px;
}
.nearbyres-static-item-date {
  font-family: 'stag', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
.nearbyres-listing-static-item .nearbyres-summary {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #363431;
  opacity: 0.7;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
}
@media (min-width: 1114px) and (max-width: 1388px) {
  /*hide the last blog*/
  .nearbyres-listing-static-item:last-child {
    display: none;
  }
}
/*Nearby Restaurant Static END*/
/* takeover mode */
body.takeover {
  background-color: black;
}
/* body.takeover .header-container > header {
    background-color: white;
} */
body.takeover .feature-container__nearestrestaurant {
  background-color: white;
}
@media (min-width: 991px) and (max-width: 1099px) {
  .feature-container__giftcard {
    /*margin-top: -350px;*/
  }
}
@media (min-width: 1100px) {
  .feature-container__experience .feature-container--content .listing-row .slick-list {
    height: 400px;
  }
  .feature-container__giftcard {
    /*margin-top: -214px;*/
  }
}
@media (max-width: 1219.98px) {
  /* design change request for find good food feature panel */
  .feature-container.feature-container__findgoodfood {
    flex-direction: column;
    height: auto;
  }
  .feature-container__findgoodfood .feature-container--form {
    padding-bottom: 20px;
  }
  .feature-container__findgoodfood .feature-container--splash {
    text-align: center;
    padding: 0 34px 34px 34px;
  }
}
@media (max-width: 990.98px) {
  .feature-container.feature-container__giftcard > *,
  .feature-container.feature-container__findgoodfood > * {
    width: calc(100% - 100px);
    margin: 0 50px;
    padding: 50px 0 0 0;
    margin-bottom: 40px;
  }
  .feature-container.feature-container__nearestrestaurant > *,
  .feature-container.feature-container__experience > *,
  .feature-container.feature-container__learnmore > * {
    padding: 20px 0 0 0;
    margin: 0 50px;
  }
  .feature-container__findgoodfood .feature-container--form {
    padding: 20px 0 0 0;
  }
  .feature-container__findgoodfood input[type="text"] {
    width: 100%;
    margin-bottom: 24px;
  }
  .feature-container__findgoodfood {
    height: auto;
    flex-direction: column;
  }
  .feature-container__findgoodfood .feature-container--splash {
    margin-bottom: 10px;
  }
  .feature-container__findgoodfood form {
    flex-direction: column;
    width: 100%;
  }
  .feature-container__findgoodfood form h3 {
    line-height: 1;
    font-size: 1.5rem;
  }
  .feature-container--content h2.w-50 {
    width: 100%;
  }
  /* sideways scrolling for front page feature cards */
  /* .restaurant-listing.listing-row,
    .experience-listing.listing-row,
    .learnmore-listing.listing-row {
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        flex-flow: nowrap;
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .restaurant-listing.listing-row > *,
    .experience-listing.listing-row > *,
    .learnmore-listing.listing-row > * {
        scroll-snap-align: center;
        position: relative;
    } 

    .restaurant-listing.listing-row .restaurant-teaser-image,
    .experience-listing.listing-row > * {
        width: 272px;
        margin-right: 28px;
    }*/
  /* .experience-listing.listing-row .experience-teaser-image {
        width: 272px;
    }

    .feature-container__learnmore .learnmore-listing > li {
        width: 318px;
    }

    .feature-container__learnmore .learnmore-teaser-image {
        width: 260px;
    } */
  .feature-container__restaurants {
    /*margin-bottom: 400px;*/
    /*   margin-bottom: 300px;*/
  }
  .experience-listing.listing-row {
    height: 380px;
  }
  .feature-container__experience .feature-container--content .experience-listing .slick-list {
    height: 360px;
  }
  .feature-container__findgoodfood {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .feature-container__restaurants .feature-container--content {
    padding-left: 30px;
  }
  .feature-container__restaurants h1 {
    font-size: 2.25rem;
  }
  .feature-container__restaurants h1 {
    margin-top: 0;
    line-height: 1.5;
  }
  .feature-container__restaurants {
    margin-top: 0;
  }
  .feature-container button {
    margin-top: 20px;
  }
  .feature-container--content h2 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .feature-container__giftcard .feature-container--content ul li {
    height: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
  }
  .feature-container--content ul li img {
    margin: 0 20px 20px 0;
  }
  .feature-container__giftcard .feature-container--content .list-item-copy {
    padding-left: 0;
  }
  .feature-container__findgoodfood .feature-container--form {
    padding: 0;
  }
  .feature-container__nearestrestaurant h2 {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .feature-container__restaurants {
    /*  margin-top: 81px;
        margin-bottom: 81px;*/
  }
  .feature-container__restaurants h1 {
    width: 75%;
  }
  .feature-container--content h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .feature-container--content.section-std-padding h3 {
    width: 80%;
  }
  .restaurant-listing.listing-row {
    height: 426px;
  }
  .experience-listing.listing-row {
    height: 480px;
  }
  .feature-container__experience .feature-container--content .experience-listing .slick-list,
  .feature-container__learnmore .feature-container--content .learnmore-listing .slick-list,
  .learnmore-listing.listing-row {
    height: 460px;
  }
  .feature-container__experience {
    margin-top: -150px;
  }
}
/*iPhoneX*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  /*  .feature-container__restaurants {
        margin-bottom: 400px !important;
    }*/
}
@media (max-width: 375px) {
  .feature-container.feature-container__giftcard > *,
  .feature-container.feature-container__findgoodfood > * {
    width: calc(100% - 100px);
    margin: 0 50px;
    padding: 0px 0 0 0;
  }
  .feature-container--splash {
    padding-top: 30px !important;
  }
  .feature-container__restaurants {
    /*margin-bottom: 250px;*/
  }
}
/* #endregion */
/* #region Page: frontpage notifications */
.banner__blackfriday {
  justify-content: space-between;
  height: 160px;
  background-color: #FBFBFB;
  display: flex;
  flex-direction: row;
  background-image: url(Images/LuxTheme/content/notification/background-grey.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position-x: 51%;
  background-position-y: 18%;
  max-width: 1440px;
  margin: 0 auto;
}
.banner__blackfriday .banner--column-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 62px;
}
.banner__blackfriday .banner--column-middle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  color: white;
}
.banner__blackfriday .banner--column-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 81px;
}
.banner__blackfriday .banner--column-right button {
  min-width: 200px;
}
.banner__blackfriday .banner-heading {
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-size: 1.875rem;
  line-height: 1.5;
  color: black;
  font-weight: bold;
}
.banner__blackfriday .banner-tagline {
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-size: 1.5rem;
  color: black;
}
.banner__blackfriday .subtle-text {
  margin-top: 10px;
  color: black;
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
}
@media (max-width: 870px) {
  .banner__blackfriday {
    height: 420px;
    flex-direction: column;
    justify-content: center;
    background-size: 691px;
    background-position-y: 52%;
  }
  .banner__blackfriday .banner-tagline {
    margin-bottom: 30px;
  }
  .banner__blackfriday .banner--column-right {
    align-items: center;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .banner__blackfriday .hide-sm {
    display: none !important;
  }
}
.notification-container #dismiss-notification-trigger {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 24px;
  right: calc(( ( 100% - 1440px ) * 0.5) + 24px);
  content: " ";
}
.notification-container #dismiss-notification-trigger:hover {
  cursor: pointer;
}
@media (max-width: 1440px) {
  .notification-container #dismiss-notification-trigger {
    right: 24px;
  }
}
.notification-container #dismiss-notification-trigger:after {
  background-image: url(../../Images/LuxTheme/icons/icon-close2.svg);
}
/* #endregion */
/* #region Page: frontpage parralax feature */
.background-canvas {
  position: absolute;
  left: calc(50vw - 683px);
  top: 0;
  width: 100%;
  z-index: -1;
  max-width: 1440px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1440px) {
  .background-canvas {
    left: 0;
  }
}
.hero-card {
  position: absolute;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-card__portrait {
  height: 369.23px;
  width: 240px;
  background-position-x: center;
}
.hero-card__landscape {
  width: 369.23px;
  height: 240px;
}
.hero-card__01 {
  right: 25%;
  top: -150px;
  background-image: url(../../Images/LuxTheme/herocards/8874362cb0637b300886f9deaaf01394.jpg);
  display: none;
}
.hero-card__02 {
  right: 28.1%;
  top: 250px;
  background-image: url(../../Images/LuxTheme/herocards/a59bf6e57ef8e22384c4cba53195ac81.jpg);
}
.hero-card__03 {
  left: 27.1%;
  top: 700px;
  background-image: url(../../Images/LuxTheme/herocards/813c91074a92d4a561549910f28a0fdb.jpg);
}
.hero-card__04 {
  left: -7%;
  top: 831px;
  background-image: url(../../Images/LuxTheme/herocards/19925c24b2a6cf52e5797a5748e99757.jpg);
}
.hero-card__05 {
  right: -6%;
  top: 285px;
  background-image: url(../../Images/LuxTheme/herocards/5bdce4410f904117e4e879824034b98c.jpg);
  background-position-y: center;
}
.hero-card__06 {
  right: 28.1%;
  top: 916px;
  background-image: url(../../Images/LuxTheme/herocards/7270280cbba08b7504d5aa35472d2c0a.jpg);
}
.hero-card__07 {
  right: 3.1%;
  top: 701px;
  background-image: url(../../Images/LuxTheme/herocards/a50dab19e39b3bb88cad4571acb47c40.jpg);
}
.hero-card__08 {
  left: 3.1%;
  top: 1201px;
  background-image: url(../../Images/LuxTheme/herocards/c9cdab0e93b89914c9bf078d3879ee22.jpg);
}
.hero-card__09 {
  left: 32.1%;
  top: 1285px;
  background-image: url(../../Images/LuxTheme/herocards/358e63cf25e3b7ec24e64382dbdb39a9.jpg);
}
.hero-card__08,
.hero-card__09,
.hero-card__10 {
  display: none;
}
@media (max-width: 1099.98px) {
  .hero-card__portrait {
    width: 16.7vw;
    height: 25.7vw;
  }
  .hero-card__landscape {
    width: 16.7vw;
    height: 25.7vw;
  }
}
@media (max-width: 767.98px) {
  .hero-card__portrait {
    width: 36.8vw;
    height: 56.8vw;
  }
  .hero-card__landscape {
    width: 56.8vw;
    height: 36.8vw;
  }
  .hero-card__01 {
    right: -41%;
    top: 160px;
  }
  .hero-card__02 {
    top: 453px;
    right: -21%;
  }
  .hero-card__03 {
    left: 35.8%;
    top: 946px;
  }
  .hero-card__04 {
    width: 36.8vw;
    height: 56.8vw;
    left: -11%;
    top: 698px;
    background-position-x: right;
  }
  .hero-card__05 {
    right: -41%;
    top: 802px;
  }
  .hero-card__06 {
    top: 1194px;
    right: -21%;
  }
  .hero-card__07 {
    right: -21%;
    top: 1530px;
  }
  .hero-card__08 {
    display: block;
    top: 1018px;
    left: -11%;
  }
  .hero-card__09 {
    display: block;
    left: 35.8%;
    top: 1395px;
  }
  .hero-card__10 {
    display: block;
    top: 570px;
    left: 35.8%;
    background-image: url(../../Images/LuxTheme/learnmore/e33ee9e52482a048ceb0e30ffba68288.jpg);
  }
}
/* #endregion */
/* #region Page: restaurant listing */
/* explore-restaurants */
.feature-container__explore-restaurants {
  background-color: white;
  padding-bottom: 80px;
}
.feature-container.feature-container__explore-restaurants {
  margin-top: 172px;
  height: 600px;
}
.feature-container.feature-container__explore-restaurants .feature-container--content {
  width: 45%;
  padding: 0 32px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-container.feature-container__explore-restaurants .feature-container--content .form-findrestaurant {
  margin-top: 20px;
}
.feature-container.feature-container__explore-restaurants .feature-container--splash {
  width: 55%;
  background-image: url(../../Images/LuxTheme/learnmore/e33ee9e52482a048ceb0e30ffba68288.jpg);
  background-position: center;
  background-size: cover;
}
/*Offer on Restaurant Search*/
.feature-container__restaurant-offer-suggestions {
  background-color: #F1F1F1;
}
.feature-container__restaurant-offer-suggestions h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.feature-container__restaurant-offer-suggestions .listing-row .slick-slide {
  position: relative;
}
.feature-container__restaurant-offer-suggestions .listing-row .slick-slide {
  min-width: 170px;
  position: relative;
  margin: 0 10px;
}
.feature-container__restaurant-offer-suggestions .feature-container--content .listing-row .slick-list,
.feature-container__restaurant-offer-suggestions .slick-slider.listing-row > button.slick-prev:after,
.feature-container__restaurant-offer-suggestions .slick-slider.listing-row > button.slick-next:after {
  height: 100px;
}
.feature-container__restaurant-offer-suggestions .cta-solid {
  margin-top: 10px;
}
.feature-container__restaurant-suggestions {
  background-color: #F1F1F1;
}
.feature-container__restaurant-suggestions h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.feature-container__restaurant-suggestions .listing-row .slick-slide {
  position: relative;
}
.feature-container__restaurant-suggestions .listing-row .slick-slide {
  min-width: 170px;
  position: relative;
  margin: 0 10px;
}
.feature-container__restaurant-suggestions .feature-container--content .listing-row .slick-list,
.feature-container__restaurant-suggestions .slick-slider.listing-row > button.slick-prev:after,
.feature-container__restaurant-suggestions .slick-slider.listing-row > button.slick-next:after {
  height: 100px;
}
.feature-container__restaurant-suggestions .cta-solid {
  margin-top: 10px;
}
.listing-row .listing-row--bg-overlay {
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  border-radius: 10px;
}
.listing-row .restaurant-image-bg {
  opacity: 0.6;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
}
.listing-row .listing-row--content {
  padding: 15.75px;
  text-align: center;
}
.listing-row .restaurant-tagline {
  font-size: 1.125rem;
  color: white;
  position: relative;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
/* finder styles */
@media only screen and (min-width: 821px) and (max-width: 1050px) {
  .restaurant-listing .content {
    padding: 20px;
  }
}
.restaurant-search-result-mapview {
  width: 90%;
  margin: auto;
}
.restaurant-search-result-listview {
  width: 90%;
  display: table;
  margin: auto;
}
.restaurant-search-result-listview .restaurant-finder--results-listing {
  width: 100%;
}
.restaurant-search-result-mapview .restaurant-finder--results-listing {
  /*width: 30%;*/
  width: 25%;
  display: table-cell;
}
.feature-container__restaurant-finder {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  justify-content: space-between;
}
.feature-container__restaurant-finder button {
  margin-top: 0;
}
.view-block button:first-of-type {
  margin-right: 20px;
}
.restaurant-finder--finder-action-listview {
  margin-left: auto;
  margin-right: 10px;
}
.restaurant-finder--finder-actions {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 145px 30px 145px;
  /*max-width: 1440px;*/
}
.restaurant-search-filter-title {
  color: #363431;
  font-family: 'stag';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.restaurant-search-filters {
  margin-left: 145px;
  padding: 20px 30px 30px 30px;
  border: 1px solid #F1F1F1;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
  position: absolute;
  background: white;
  z-index: 3;
  margin-top: 130px;
}
.restaurant-search-filter {
  padding-top: 20px;
}
@media (max-width: 1050px) {
  .restaurant-listing {
    width: 100% !important;
  }
  .restaurant-finder--finder-actions {
    flex-direction: column;
    text-align: center;
    padding: 0px;
    padding-bottom: 10px;
  }
  .restaurant-finder--finder-action-listview {
    margin-left: 0px;
    margin-right: 0px;
  }
  .restaurant-search-filters {
    margin-left: 0px;
    padding: 20px 30px 30px 30px;
    border: 1px solid #F1F1F1;
    width: 95%;
    margin-bottom: 20px;
    margin-top: 75px;
  }
  .restaurant-search-result-mapview .restaurant-finder--results-listing {
    display: none;
  }
  .restaurant-search-result-mapview .restaurant-finder--map-overlay {
    display: inherit !important;
    width: 100% !important;
    margin-top: 20px;
  }
}
.restaurant-search-result-listview .search-results-listing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  flex-basis: 25%;
  margin-top: 10px;
  padding-right: 20px;
}
@media (max-width: 711px) {
  .restaurant-search-result-listview .search-results-listing {
    padding-right: 0px;
  }
}
.restaurant-search-result-mapview .search-results-listing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.search-results-listings {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*list-style: none;
    flex-direction: column;
    padding-left: 0;
    overflow-y: auto;*/
  /*height: 800px;*/
}
@media (max-width: 1199px) {
  .search-results-listings {
    justify-content: space-evenly;
  }
}
.restaurant-search-result-mapview .search-results-listings {
  justify-content: flex-start;
  min-width: 400px;
  /*width: 360px;*/
  max-height: 800px;
  overflow-y: scroll;
  /*display: flex;
    flex-direction: column;*/
}
.restaurant-search-result-mapview .search-results-listing--description-container {
  flex-grow: 1;
  padding: 8px 5px 8px 10px;
  width: 50%;
}
.restaurant-search-result-listview .search-results-listing--description-container {
  flex-grow: 1;
  padding: 8px 5px 8px 10px;
  width: 268px;
}
.restaurant-location,
.restaurant-cuisine {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #363431;
  opacity: 0.7;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.search-results-listing {
  /*width: 468px;*/
}
.search-results-listing--description-container .restaurant-name {
  font-family: 'stag';
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 5px;
  /*height: 2.5em;*/
}
.restaurant-booknow {
  padding-top: 5px;
}
.search-results-listing--description-container .restaurant-location,
.search-results-listing--description-container .restaurant-cuisine {
  font-size: 0.875rem;
}
.restaurant-search-result-listview .search-results-listing--splash-container {
  width: 268px;
  /*height: 160px;*/
  height: 142px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.restaurant-search-result-mapview .search-results-listing--splash-container {
  width: 140px;
  height: 128px;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.restaurant-search-result-listview .restaurant-listing-loadmore {
  text-align: center;
}
.restaurant-search-result-mapview .restaurant-listing-loadmore {
  display: none;
}
/* map overlay */
.restaurant-finder--map-overlay {
  flex-grow: 1;
  height: 600px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.restaurant-search-result-listview .restaurant-finder--map-overlay {
  display: none;
}
.restaurant-search-result-mapview .restaurant-finder--map-overlay {
  min-height: 500px;
  display: table-cell;
  /*width: 60%;*/
  width: 100%;
}
.restaurant-finder--map-overlay iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* #endregion */
/* #region Layout: Footer */
a svg {
  stroke: currentColor;
  fill: currentColor;
  height: 0.8em;
}
@media screen and (-ms-high-contrast: active) {
  a svg {
    stroke: LinkText;
    background: transparent;
  }
}
#skip-navigation a {
  background: 0 0;
  border-bottom: 1px solid #fff;
  border-bottom-right-radius: 8px;
  border-right: 1px solid #fff;
  color: #000;
  left: -10000px;
  padding: 6px;
  position: absolute;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}
#skip-navigation a:focus {
  background: #b4a55a;
  left: 0;
  top: 0;
  outline: 0;
  position: absolute;
  transition: left 0.1s ease-in, background 0.5s linear;
  z-index: 99999;
}
footer.global-footer {
  /*  background-color: #363431;*/
  color: rgba(255, 255, 255, 0.7);
  background-image: url(../../Images/LuxTheme/bg-pattern-card.png);
}
footer.global-footer a {
  /*  color: rgba(255,255,255,0.7);*/
  color: white;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
}
footer.global-footer a:hover {
  text-decoration: underline;
}
footer.global-footer .global-footer--content {
  padding-bottom: 0;
}
footer.global-footer .footer-body,
footer.global-footer .links-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer.global-footer .footer-body {
  /*  font-size: 0.85rem;*/
  font-size: 16px;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /*  padding-bottom: 40px;*/
}
footer.global-footer .links-container .listing-row {
  margin-top: 0;
  margin-bottom: 0;
}
footer.global-footer .links-container .icon-link-listing {
  /*width: 263px;*/
  padding-left: 60px;
}
footer.global-footer .inpage-nav-container {
  width: 8rem;
}
footer.global-footer .inpage-nav-container img {
  margin-left: 5px;
  /*    opacity: 0.7;*/
}
footer.global-footer .text-link-listing {
  white-space: nowrap;
  width: 433px;
}
footer.global-footer .text-link-listing > * {
  margin: 0;
  width: auto;
}
footer.global-footer .footer-bottom {
  font-size: 0.7rem;
  text-transform: uppercase;
}
footer.global-footer .bottom-links-listing {
  justify-content: flex-start;
  margin: 0;
  padding: 35px 0;
}
footer.global-footer .bottom-links-listing > * {
  margin: 0;
  width: auto;
  margin-right: 2.1825rem;
  letter-spacing: 0.05rem;
  font-size: 16px;
  color: white;
}
@media (max-width: 1199.98px) {
  footer.global-footer .links-container {
    flex-direction: column;
  }
  footer.global-footer .links-container .text-link-listing {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
  }
  footer.global-footer .links-container .text-link-listing > * {
    margin-bottom: 34px;
    width: auto;
  }
  footer.global-footer .links-container .icon-link-listing {
    width: auto;
    padding-left: 0;
    flex-flow: nowrap;
    justify-content: flex-start;
  }
  footer.global-footer .links-container .icon-link-listing > * {
    width: auto;
    margin-right: 35px;
  }
}
.footer-mobile-pay-logos {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .global-footer--content.global-footer--content {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer.global-footer .footer-body,
  footer.global-footer .links-container {
    display: block;
  }
  .inpage-nav-container {
    width: 100% !important;
  }
}
/*@media (max-width: 429.98px) {
    footer.global-footer .links-container .icon-link-listing > * {
        margin-right: 5px;
    }
}*/
/* #endregion */
/* #region Cross browser compatibility */
.ie7 .title {
  padding-top: 20px;
}
/* #endregion */
/* #region Animations */
.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.scale-in-hor-right {
  -webkit-animation: scale-in-hor-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-2-11 14:22:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-hor-right
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes fadeinbg {
  from {
    background-color: rgba(255, 255, 255, 0.9);
  }
  to {
    background-color: white;
  }
}
@keyframes fadeoutbg {
  from {
    background-color: white;
  }
  to {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/* #endregion */
/* #region Helper Classes */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.w-43 {
  width: 43%;
}
.w-50 {
  width: 50%;
}
.w-53 {
  width: 53%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
/*.img-fluid-restaurant {
    width: 268px;
    height: 160px;
}*/
.img-fluid-restaurant {
  width: 268px;
  height: 142px;
}
.vertically-centre-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.listing-row {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  flex-flow: wrap;
  justify-content: space-between;
}
.listing-row > * {
  margin-right: 30px;
  width: calc((100% - 90px) / 4);
  margin-bottom: 20px;
}
.listing-row > *:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .listing-row > * {
    /* width: calc( (100% - 30px) / 2 ); */
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .listing-row > * {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.bg-white {
  background-color: white;
}
.shadow {
  webkit-box-shadow: 3px 3px 25px 6px #eae8e8;
  -moz-box-shadow: 3px 3px 25px 6px #eae8e8;
  box-shadow: 3px 3px 25px 6px #eae8e8;
}
.shadow.shadow__centered {
  -webkit-box-shadow: 0px 10px 29px -13px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 10px 29px -13px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 10px 29px -13px rgba(0, 0, 0, 0.44);
}
.section-std-padding {
  padding: 63px 136px;
  /*padding: 63px 86px;*/
}
.flex-rows {
  display: flex;
  flex-direction: row;
}
.flex-columns {
  display: flex;
  flex-direction: column;
}
.flex-columns__centered {
  align-items: center;
}
.flex-rows.flex-rows__start {
  justify-content: flex-start;
}
.flex-rows.flex-rows__end {
  justify-content: flex-end;
}
.mb-0 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-std-padding {
    padding: 63px 50px;
  }
  .hide-sm {
    display: none !important;
  }
  .columns-sm {
    display: flex;
    flex-direction: column !important;
    flex-flow: wrap !important;
  }
}
/* #endregion */
/* #region Print Styles */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* #endregion */