.z-35 {
  z-index: 35;
}

.z-40 {
  z-index: 40;
}

.nav-open {
  position: absolute;
  height: 100vh;
  padding: 12%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.nav-open.open-nav {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 9;
  top: 0;
}

#primary-menu {
  color: #fff;
  font-size: 30px;
}

.mainnav {
  overflow-y: auto;
}
.mainnav.active {
  right: 0;
}
@media screen and (min-width: 768px) {
  .mainnav {
    padding-top: 7rem;
  }
}
@media screen and (min-height: 800px) {
  .mainnav {
    justify-content: center;
  }
}

.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  border: 1px solid white;
  border-radius: 0;
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
}
.wpcf7-form input[type=submit] {
  border-radius: 0;
  font-size: 1rem;
  padding: 0.6em 1em 0.6em;
  border: 0;
  width: 100%;
  background-color: #D78527;
  color: white;
}
@font-face {
    font-family: 'Antwerp-Substitute';
    src: url("/assets/css/client/100b181e-fd0e-4510-845b-cb6b4900ca5d/arrosqd_files/Antwerp-sub.woff2") format('woff2');
    font-style:normal;
    font-weight:400;
}
@font-face {
  font-family: "Antwerp-Regular";
  src: url("/assets/css/client/100b181e-fd0e-4510-845b-cb6b4900ca5d/arrosqd_files/Antwerp-Regular.woff2") format("woff2"), url("/assets/css/client/100b181e-fd0e-4510-845b-cb6b4900ca5d/arrosqd_files/Antwerp-Regular.woff") format("woff"), url("/assets/css/client/100b181e-fd0e-4510-845b-cb6b4900ca5d/arrosqd_files/Antwerp-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Antwerp-Italic";
  src: url("/assets/css/client/100b181e-fd0e-4510-845b-cb6b4900ca5d/arrosqd_files/Antwerp-Italic/Antwerp-Italic.woff2") format("woff2"), url("/assets/css/client/100b181e-fd0e-4510-845b-cb6b4900ca5d/arrosqd_files/Antwerp-Italic/Antwerp-Italic.woff") format("woff"), url("/assets/css/client/100b181e-fd0e-4510-845b-cb6b4900ca5d/arrosqd_files/Antwerp-Italic/Antwerp-Italic.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
.videotop iframe {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 156.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .videotop iframe {
    min-height: 100%;
  }
}

.food-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  height: 20px;
  background-image: url("../../img/food-nav-before.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.food-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -14px;
  left: 0;
  height: 20px;
  background-image: url("../../img/food-nav-after.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-restaurant-menu-container .menu-item {
  padding: 15px 25px;
  font-size: 1.2rem;
}
.menu-restaurant-menu-container .menu-item.current-menu-item {
  background-color: #fff;
  color: #D78527;
}

.rotate-text {
  writing-mode: tb;
  height: 673px;
}
@media screen and (max-width: 1023px) {
  .rotate-text {
    height: 520px;
  }
}
@media screen and (max-width: 767px) {
  .rotate-text {
    writing-mode: horizontal-tb;
    height: auto;
    padding: 60px 40px;
  }
}

.h-screen--arros {
  height: calc(100vh - 125px);
}

#enquirydrawer {
  transition: all 0.7s;
}
#enquirydrawer.active {
  right: 0;
}

/* slidershow */
.landingpage .slick-list {
  height: 100% !important;
}

.landingpage .slick-list .slick-track {
  height: 100% !important;
}

.table-wrap {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 2rem;
}
.table-wrap table {
  text-align: left;
  table-layout: fixed;
  margin: 0;
  border-bottom: 1px solid #000;
  font-size: 12px;
  min-width: 640px;
  width: 100%;
}
.table-wrap table th,
.table-wrap table td {
  padding: 2px;
}
.table-wrap table th {
  white-space: nowrap;
}
.table-wrap table tr:not(.cookie-purpose) {
  border-top: 1px solid #000;
}

body #moove_gdpr_cookie_info_bar {
  inset: auto 0 0 0;
  max-width: 100vw;
}
body #moove_gdpr_cookie_info_bar * {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #242423;
  border: none;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  text-align: center;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    margin: 0 auto;
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    max-width: 1140px;
  }
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  line-height: 1.5rem;
  color: #fff;
  max-width: 740px;
  font-family: Antwerp-Regular, serif;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p span {
  font-family: Antwerp-Regular, serif;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.25s;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a:focus, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a:hover, body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a:active,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p span:focus,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p span:hover,
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p span:active {
  color: #d58434 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 2rem 15px 1rem;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  text-align: center;
  flex-direction: column;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  line-height: 1.5;
  color: #dfdbd3;
  font-size: 16px;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  border-radius: 0;
  text-transform: uppercase;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid;
  background: transparent;
  color: #fff;
  font-family: Antwerp-Regular, serif;
  font-weight: 400;
  box-shadow: none;
  margin: 2px 4px;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus {
  background: transparent !important;
  color: #d58434 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 1rem 0 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .button {
  border-radius: 0;
  text-transform: uppercase;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid;
  background: transparent;
  color: #fff;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .button:hover, body #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .button:focus {
  background: transparent !important;
  color: #d58434 !important;
}
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
  border-radius: 0;
  text-transform: uppercase;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid;
  background: transparent;
  color: #fff;
  font-family: Antwerp-Regular, serif;
  font-weight: 400;
  box-shadow: none;
}
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover, body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover,
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus {
  background: transparent;
  color: #d58434 !important;
}
body .gdpr_lightbox {
  background-color: rgba(255, 255, 255, 0.5);
}
body .gdpr_lightbox-container {
  height: 85vh;
  background-color: #dfdbd3;
  border-radius: 0;
  border: none;
  text-align: center;
}
body .gdpr_lightbox-container *,
body .gdpr_lightbox-container *::before,
body .gdpr_lightbox-container *::after {
  box-shadow: none !important;
}
body .gdpr_lightbox-content {
  height: 100%;
}
body #moove_gdpr_cookie_modal {
  height: 100%;
}
body #moove_gdpr_cookie_modal b, body #moove_gdpr_cookie_modal strong {
  font-family: Antwerp-Regular, serif;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
  background: transparent;
  height: 100%;
  transform: scale(1);
  color: #dfdbd3;
  border-radius: none;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
  display: none;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
  font-family: Antwerp-Regular, serif;
  color: #000;
  transition: all ease 0.25s;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:focus, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:active {
  color: #fff;
  text-decoration: underline;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content table {
  margin-bottom: 20px;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content table tr {
  text-align: left;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content table tr.cookie-purpose {
  border-bottom: 1px solid #000;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content table tr th {
  color: #000;
  padding: 5px;
  border-bottom: 2px solid #000;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content table tr td {
  color: #000;
  padding: 5px;
  font-family: Antwerp-Regular, serif;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
  margin-top: 1em;
  font-family: Antwerp-Regular, serif;
  color: #000;
  font-weight: normal;
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
    padding: 0;
  }
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
  margin: 0 0 1rem 0;
  height: auto;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: Antwerp-Regular, serif;
  color: #000;
  font-weight: normal;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title > div {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
    margin: 0 0 2rem 0;
    padding: 0;
  }
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
  display: none;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
  display: none;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
  height: 100%;
  padding-bottom: 64px;
  background-color: transparent;
  padding: 1rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
    padding: 2rem;
  }
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
  height: 100%;
  max-height: calc(100% - 148px);
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
  font-size: 1.575rem;
  line-height: 1.5;
  font-family: Antwerp-Regular, serif;
  color: #000;
  font-weight: normal;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
    padding: 0;
  }
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar {
  position: absolute !important;
  top: -3rem;
  left: 0 !important;
  width: 100px !important;
  right: -2rem !important;
  margin: 0 auto;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
  overflow: initial;
  padding-right: 0;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
  line-height: 1.5;
  font-family: Antwerp-Regular, serif;
  color: #000;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
  background: #dfdbd3;
  height: auto;
  justify-content: center !important;
  border-radius: 25px;
  padding: 1rem;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content::before {
  display: none;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center !important;
  flex-basis: 100%;
  padding: 0;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  border-radius: 0;
  text-transform: uppercase;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid;
  background: transparent !important;
  color: #242423 !important;
  font-family: Antwerp-Regular, serif;
  font-weight: 400;
  box-shadow: none;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:focus,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:focus {
  background: transparent !important;
  color: #d58434 !important;
}

@media (max-width: 767px) {
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
    max-height: calc(100% - 93px);
    padding-bottom: 4rem;
  }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider::after, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider::after, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider::after, body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider::after {
    left: -60px;
    right: 0;
  }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar {
    left: 5rem !important;
  }
}
.cookie-table {
  font-size: 12px;
}
.cookie-table tr th:first-child {
  width: 200px;
}

.change-settings-button:hover {
  color: #d58434;
}

/* main lead form styles */
body #tripleseat_embed_form_inline input[type=text],
body #tripleseat_embed_form_inline input[type=email],
body #tripleseat_embed_form_inline input[type=tel],
body #tripleseat_embed_form_inline textarea {
  background-color: transparent;
  border-bottom: 1px solid #655f52;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  margin-bottom: 14px;
  font-size: 1rem;
  outline: none;
}
body #tripleseat_embed_form_inline textarea {
  border: 1px solid #655f52;
}
body #tripleseat_embed_form_inline .tripleseat_field .button,
body #tripleseat_embed_form_inline input[type=submit],
body #tripleseat_embed_form_inline div#ui-datepicker-div div.ui-datepicker-buttonpane button {
  border-radius: 0;
  font-size: 1rem;
  padding: 0.6em 1em;
  border: 1px solid rgb(213, 132, 52);
  background: transparent;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
body #tripleseat_embed_form_inline .tripleseat_field .button:hover, body #tripleseat_embed_form_inline .tripleseat_field .button:focus, body #tripleseat_embed_form_inline .tripleseat_field .button:active,
body #tripleseat_embed_form_inline input[type=submit]:hover,
body #tripleseat_embed_form_inline input[type=submit]:focus,
body #tripleseat_embed_form_inline input[type=submit]:active,
body #tripleseat_embed_form_inline div#ui-datepicker-div div.ui-datepicker-buttonpane button:hover,
body #tripleseat_embed_form_inline div#ui-datepicker-div div.ui-datepicker-buttonpane button:focus,
body #tripleseat_embed_form_inline div#ui-datepicker-div div.ui-datepicker-buttonpane button:active {
  background: #000;
  color: rgb(213, 132, 52);
}
body #tripleseat_embed_form_inline div#ui-datepicker-div div.ui-datepicker-buttonpane button {
  font-size: 0.7rem;
  padding: 0.3em 1em;
}
body #tripleseat_embed_form_inline input[type=checkbox] {
  position: absolute;
  top: 1rem;
}
body #tripleseat_embed_form_inline input[type=checkbox] + label {
  padding-left: 1.5rem;
}
body #tripleseat_embed_form_inline input.hasDatepicker,
body #tripleseat_embed_form_inline input.timeselect_input {
  padding-left: 1.5rem;
}
body #tripleseat_embed_form_inline .tripleseat_field {
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
body #tripleseat_embed_form_inline .tripleseat_field label {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  body #tripleseat_embed_form_inline .tripleseat_field {
    width: 50%;
    padding: 10px 10px 0 0;
  }
  body #tripleseat_embed_form_inline .tripleseat_field.ts_event_description, body #tripleseat_embed_form_inline .tripleseat_field.ts_gdpr_consent, body #tripleseat_embed_form_inline .tripleseat_field.ts_additional_information {
    width: 100%;
  }
}
body #tripleseat_embed_form_inline h2 {
  text-transform: uppercase;
}
body #tripleseat_embed_form_inline label span.required {
  color: #ed1c24;
}
body #tripleseat_embed_form_inline .row_details_header {
  margin-top: 1.5rem;
}
body #tripleseat_embed_form_inline input.error,
body #tripleseat_embed_form_inline .location_list.error,
body #tripleseat_embed_form_inline .errorExplanation {
  background-color: #ffecdc;
  border: 1px solid #ed1c24;
}
body #tripleseat_embed_form_inline .errorExplanation h2 {
  background: none;
  font-size: 12pt;
  font-style: normal;
  color: #ed1c24;
  border-color: #ed1c24;
  margin: 0 0 5px 0;
}
body #tripleseat_embed_form_inline .tripleseat_field.ts_powered_by {
  display: none !important;
  font-size: 0.7em;
  margin-top: 1.5rem;
}
body #tripleseat_embed_form_inline .tripleseat_field_section {
  position: relative;
}

body div.timeselect {
  width: 100%;
  max-width: 230px;
}
body div.timeselect a.hover {
  background-color: rgb(213, 132, 52);
}

body div#ui-datepicker-div {
  width: 22em;
  padding: 0;
  border: 1px solid white;
  background-color: white;
  border-radius: 0;
  top: 88px !important;
}
@media screen and (min-width: 992px) {
  body div#ui-datepicker-div {
    width: 25em;
  }
}

body div#ui-datepicker-div div.ui-datepicker-header.ui-widget-header {
  border-radius: 0;
  border: none;
  border-bottom: 0;
  background: transparent;
  padding: 10px 0;
}

body div#ui-datepicker-div div.ui-datepicker-header.ui-widget-header .ui-datepicker-prev,
body div#ui-datepicker-div div.ui-datepicker-header.ui-widget-header .ui-datepicker-next {
  top: 13px;
}

body div#ui-datepicker-div div.ui-datepicker-header.ui-widget-header select.ui-datepicker-month,
body div#ui-datepicker-div div.ui-datepicker-header.ui-widget-header select.ui-datepicker-year {
  margin: 0 1px;
  padding: 5px;
  border: 1px solid #ececec;
  border-radius: 0;
  background: transparent;
  color: #32323c;
  text-transform: uppercase;
  cursor: pointer;
  clear: none;
}

body div#ui-datepicker-div div.ui-datepicker-header.ui-widget-header select.ui-datepicker-month:hover,
body div#ui-datepicker-div div.ui-datepicker-header.ui-widget-header select.ui-datepicker-year:hover {
  background: #ececec;
}

body div#ui-datepicker-div table.ui-datepicker-calendar {
  table-layout: fixed;
  margin: 0;
  border: 1px solid #32323c;
  color: #32323c;
  text-transform: uppercase;
}

body div#ui-datepicker-div table.ui-datepicker-calendar tr th,
body div#ui-datepicker-div table.ui-datepicker-calendar tr td {
  display: table-cell;
  border: 1px solid #ececec;
  color: #32323c;
  line-height: 1.8em;
}

body div#ui-datepicker-div table.ui-datepicker-calendar .ui-state-default,
body div#ui-datepicker-div table.ui-datepicker-calendar .ui-widget-content .ui-state-default,
body div#ui-datepicker-div table.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  padding: 0.4375rem;
  background: transparent;
  border: none;
  color: #32323c;
  line-height: 1.8em;
}

body div#ui-datepicker-div div.ui-datepicker-buttonpane {
  margin: 0;
  border: none;
}
body div#ui-datepicker-div div.ui-datepicker-buttonpane button {
  font-size: 1rem;
}

body div#ui-datepicker-div td a:hover {
  outline: none;
  background: #655f52 !important;
  color: white !important;
  text-decoration: none;
}

/* Start ---- [AR0027] Web edits 1023 */
a.text-white.px-5.uppercase {
  display: inline-block;
  text-align: center;
}

a.custom-logo-link {
  max-width: 240px;
  display: block;
  margin: 14px auto 0;
}

@media (max-width: 767.99999px) {
  .w-full.md\:w-5\/12.relative {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  a.custom-logo-link {
    margin-left: 0;
  }
  .site-branding {
    left: 2rem;
    margin-left: 0;
  }
}
.top-80 {
  top: 80%;
}

.-right-10 {
  right: -10%;
}

li.reservations,
li.enquiries {
  border: 1px solid rgb(213, 132, 52);
  border-width: 1px;
  font-family: Antwerp-Regular, serif;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: rgb(213, 132, 52);
  margin-bottom: 1rem;
}

li.reservations {
  margin-bottom: 1rem;
}

li.reservations:hover,
li.enquiries:hover {
  background-color: rgb(223, 219, 211);
}

#primary-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  li.reservations,
  li.enquiries {
    display: none;
  }
}
@media (max-width: 1099.99999px) {
  .nav-btns a[aria-controls="book now"],
  .nav-btns .enquirybutton {
    display: none !important;
  }
}
#enquirydrawer.active {
  z-index: 50;
}

/* End ---- [AR0027] Web edits 1023 */
body .grecaptcha-badge {
  display: none !important;
}

.enquiry-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: rgb(213, 132, 52);
  border-radius: 50%;
  /* border: 1px solid orange; */
  width: 1.4em;
  height: 1.4em;
  line-height: 1;
  font-size: 1.25rem;
}

body label[for=lead_event_description]:before {
  content: "Name of your event";
  position: absolute;
  left: 0px;
  display: block;
  background: #dfdbd3;
  width: 100%;
  bottom: 0;
  top: 0;
}

body label[for=lead_event_description] {
  position: relative;
}

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