--intl-tel-input, .HomeSliderPage .press-inquiry .intl-tel-input, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .intl-tel-input, .RSVPPage .carousel-features .carousel-feature .intl-tel-input {
  width: 100%;
}
--intl-tel-input .flag-container, .HomeSliderPage .press-inquiry .intl-tel-input .flag-container, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .intl-tel-input .flag-container, .RSVPPage .carousel-features .carousel-feature .intl-tel-input .flag-container {
  color: #4b4020;
}
--intl-tel-input .flag-container .selected-flag, .HomeSliderPage .press-inquiry .intl-tel-input .flag-container .selected-flag, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .intl-tel-input .flag-container .selected-flag, .RSVPPage .carousel-features .carousel-feature .intl-tel-input .flag-container .selected-flag {
  width: 60px !important;
}
--intl-tel-input .flag-container .selected-flag .iti-flag, .HomeSliderPage .press-inquiry .intl-tel-input .flag-container .selected-flag .iti-flag, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .intl-tel-input .flag-container .selected-flag .iti-flag, .RSVPPage .carousel-features .carousel-feature .intl-tel-input .flag-container .selected-flag .iti-flag {
  display: none;
}
--intl-tel-input .flag-container .selected-dial-code, .HomeSliderPage .press-inquiry .intl-tel-input .flag-container .selected-dial-code, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .intl-tel-input .flag-container .selected-dial-code, .RSVPPage .carousel-features .carousel-feature .intl-tel-input .flag-container .selected-dial-code {
  padding-left: 0;
}
--intl-tel-input .flag-container .country-name, .HomeSliderPage .press-inquiry .intl-tel-input .flag-container .country-name, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .intl-tel-input .flag-container .country-name, .RSVPPage .carousel-features .carousel-feature .intl-tel-input .flag-container .country-name {
  color: #4b4020;
}
--intl-tel-input input, .HomeSliderPage .press-inquiry .intl-tel-input input, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .intl-tel-input input, .RSVPPage .carousel-features .carousel-feature .intl-tel-input input {
  padding-left: 65px !important;
}

* {
  font-family: "Raleway", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  color: rgb(220, 215, 204);
}
a:hover, a:focus {
  color: rgb(220, 215, 204);
}
a:hover {
  text-decoration: none;
}

/* use equal as another class in bootstrap rows to force all columns same height */
.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.equal > [class*=col-] {
  display: flex;
  flex-direction: column;
}

/* Transform HTML selects in better controls */
.selectric-open .selectric {
  margin-top: 0;
}

.selectric-wrapper {
  display: inline-table;
}
.selectric-wrapper .selectric {
  border-radius: 0;
  border: 0;
  background-color: #cfc7be;
  width: 160px;
}
.selectric-wrapper .selectric .label {
  padding: 2px 6px;
  margin: 0 10px 0 0;
}
.selectric-wrapper .selectric .button {
  right: 5px;
  width: 10px;
  height: 20px;
}
.selectric-wrapper .selectric-items li:after {
  width: 20px;
}

.event_yesno .selectric {
  width: 50px;
}

.closeX {
  height: 20px;
  width: 20px;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-bottom: 20px;
  margin-left: 25px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 13px;
}
.closeX path {
  stroke: rgb(134, 117, 77);
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 2px;
}

.closeX-home {
  position: static;
}

/* Colorise DatePicker in the good way */
.datepicker {
  padding: 10px;
  z-index: 2000 !important;
}
.datepicker .table-condensed {
  width: 100%;
}
.datepicker table tr td.active:hover,
.datepicker .datepicker table tr td.active:hover:hover,
.datepicker .datepicker table tr td.active.disabled:hover,
.datepicker .datepicker table tr td.active.disabled:hover:hover,
.datepicker .datepicker table tr td.active:active,
.datepicker .datepicker table tr td.active:hover:active,
.datepicker .datepicker table tr td.active.disabled:active,
.datepicker .datepicker table tr td.active.disabled:hover:active,
.datepicker .datepicker table tr td.active.active,
.datepicker .datepicker table tr td.active:hover.active,
.datepicker .datepicker table tr td.active.disabled.active,
.datepicker .datepicker table tr td.active.disabled:hover.active,
.datepicker .datepicker table tr td.active.disabled,
.datepicker .datepicker table tr td.active:hover.disabled,
.datepicker .datepicker table tr td.active.disabled.disabled,
.datepicker .datepicker table tr td.active.disabled:hover.disabled,
.datepicker .datepicker table tr td.active[disabled],
.datepicker .datepicker table tr td.active:hover[disabled],
.datepicker .datepicker table tr td.active.disabled[disabled],
.datepicker .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: rgb(134, 117, 77) !important;
}
.datepicker table tr td.active,
.datepicker .datepicker table tr td.active:hover,
.datepicker .datepicker table tr td.active.disabled,
.datepicker .datepicker table tr td.active.disabled:hover {
  background-color: rgb(134, 117, 77) !important;
  background-image: none;
  border-color: rgb(134, 117, 77);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background-color: rgb(134, 117, 77) !important;
  background-image: none;
  color: white;
}

--btn, .featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown-menu, .featuresOutsideCarousel .carousel-feature .btn, .homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu, .homeHolder .carousel .carousel-features .carousel-feature .btn,
.restaurantHolder .carousel .carousel-features .carousel-feature .btn,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .btn, --btnToprightInNavBar, .selectALocationDropDownMenu > a, .selectALocationDropDownMenu > a:hover, .selectALocationDropDownMenu > button.locationsTopRight, .restaurants .directions a {
  background-color: rgb(134, 117, 77);
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
--btn:focus, .featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown-menu:focus, .featuresOutsideCarousel .carousel-feature .btn:focus, .homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu:focus,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu:focus,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu:focus, .homeHolder .carousel .carousel-features .carousel-feature .btn:focus,
.restaurantHolder .carousel .carousel-features .carousel-feature .btn:focus,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .btn:focus, --btnToprightInNavBar:focus, .selectALocationDropDownMenu > a:focus, .selectALocationDropDownMenu > button.locationsTopRight:focus, .restaurants .directions a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
--btn:hover, .featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown-menu:hover, .featuresOutsideCarousel .carousel-feature .btn:hover, .homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu:hover,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu:hover,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu:hover, .homeHolder .carousel .carousel-features .carousel-feature .btn:hover,
.restaurantHolder .carousel .carousel-features .carousel-feature .btn:hover,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .btn:hover, --btnToprightInNavBar:hover, .selectALocationDropDownMenu > a:hover, .selectALocationDropDownMenu > button.locationsTopRight:hover, .restaurants .directions a:hover {
  background-color: rgb(93, 78, 50) !important;
}

--btnToprightInNavBar, .selectALocationDropDownMenu > a, .selectALocationDropDownMenu > a:hover, .selectALocationDropDownMenu > button.locationsTopRight, .restaurants .directions a {
  background-color: rgba(134, 117, 77, 0.2);
  color: rgb(93, 78, 50);
  font-size: 12px;
  padding: 3px 10px;
  padding-top: 5px;
  border: 0;
}

--typicalButton-btn, .footer .email-signup-container .selectALocationDropDownMenu button.btn, .footer .email-signup-container button.btn, .homeHolder .reservations .dropdown button.btn,
.restaurantHolder .reservations .dropdown button.btn,
.RestaurantEventsPage .reservations .dropdown button.btn, .homeHolder .reservations .selectALocationDropDownMenu button.btn,
.restaurantHolder .reservations .selectALocationDropDownMenu button.btn,
.RestaurantEventsPage .reservations .selectALocationDropDownMenu button.btn {
  color: #666666;
  background-color: #F1F1F1;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
}
--typicalButton-btn:focus, .footer .email-signup-container button.btn:focus, .homeHolder .reservations .dropdown button.btn:focus,
.restaurantHolder .reservations .dropdown button.btn:focus,
.RestaurantEventsPage .reservations .dropdown button.btn:focus, .homeHolder .reservations .selectALocationDropDownMenu button.btn:focus,
.restaurantHolder .reservations .selectALocationDropDownMenu button.btn:focus,
.RestaurantEventsPage .reservations .selectALocationDropDownMenu button.btn:focus {
  outline-color: rgb(59, 153, 252);
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 5px;
}
--typicalButton-btn::after, .footer .email-signup-container .selectALocationDropDownMenu button.btn::after, .footer .email-signup-container button.btn::after, .homeHolder .reservations .dropdown button.btn::after,
.restaurantHolder .reservations .dropdown button.btn::after,
.RestaurantEventsPage .reservations .dropdown button.btn::after, .homeHolder .reservations .selectALocationDropDownMenu button.btn::after,
.restaurantHolder .reservations .selectALocationDropDownMenu button.btn::after,
.RestaurantEventsPage .reservations .selectALocationDropDownMenu button.btn::after {
  /* position: absolute; */
  top: 16px;
  right: 10px;
}

.home p {
  font-size: 14px;
}

.disclaimer {
  margin-top: 20px;
}
.disclaimer h1, .disclaimer h2 {
  text-align: center;
  font-weight: 400;
}
.disclaimer h2 {
  color: rgb(134, 117, 77);
  font-size: 20px;
}

.logo img {
  width: 119px;
  height: 22px;
  border: 0px;
}

@media (max-width: 370px) {
  nav.restaurants {
    padding: 0.75rem 0;
  }
  nav.restaurants a.logo {
    margin-right: 7px !important;
  }
  nav.restaurants a.logo img {
    width: 96px;
    height: 17.7478991597px;
  }
  nav.restaurants .restaurantLeftTitle {
    font-size: 12px !important;
  }
  nav.restaurants .restaurant-navbar-toggle {
    position: absolute;
    right: 0 !important;
  }
  nav.restaurants .restaurant-navbar-toggle button {
    margin-right: 15px !important;
  }
}
.main {
  margin-top: 42px;
}

.navbar {
  z-index: 1060;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .navbar .selectALocationDropDownMenu .dropdown-menu.multi-level {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (max-width: 1199px) {
  .navbar {
    padding: 0.5rem 0 0.8rem;
  }
}

.navbar-toggler {
  border: 0;
  font-size: unset;
  outline-offset: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0.25rem 20px;
}
.navbar-toggler img {
  height: 16px;
}
.navbar-toggler span {
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background-color: rgb(134, 117, 77) !important;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navbar-toggler span:last-of-type {
  margin-bottom: 0;
}

.navbar-collapse.collapse.show,
.navbar-collapse.collapsing.show {
  display: inline-block;
}

.navbar-nav li a, .navbar-nav li a:hover, .navbar-nav li a:focus {
  color: rgb(134, 117, 77);
  text-decoration: none;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .navbar-nav li a, .navbar-nav li a:hover, .navbar-nav li a:focus {
    padding: 0.1rem 0;
  }
}
.navbar-nav li a:hover {
  color: rgb(93, 78, 50);
}
.navbar-nav li + li {
  padding-left: 20px;
}

.reservations-button {
  position: absolute;
  bottom: 0;
}

.socialBlock {
  margin: 0;
  text-align: right;
}
@media (min-width: 1200px) {
  .socialBlock {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .socialBlock {
    text-align: center;
    margin: 30px 0 30px 0;
  }
}
@media (max-width: 768px) {
  .socialBlock {
    padding-top: 0;
    margin-top: 30px;
  }
}
.socialBlock div {
  background-color: rgb(134, 117, 77);
  border-radius: 18px;
}
.socialBlock div:hover {
  background-color: rgb(93, 78, 50) !important;
}
.socialBlock div img {
  margin: 7px;
  height: 20px;
  width: 20px;
}
.socialBlock div + div {
  margin-left: 10px;
}

.homeHolder .carousel,
.restaurantHolder .carousel,
.RestaurantEventsPage .carousel {
  height: 600px;
}
@media (max-width: 768px) {
  .homeHolder .carousel,
  .restaurantHolder .carousel,
  .RestaurantEventsPage .carousel {
    height: auto;
  }
}
@media (max-width: 768px) {
  .homeHolder .carousel .carousel-indicators,
  .restaurantHolder .carousel .carousel-indicators,
  .RestaurantEventsPage .carousel .carousel-indicators {
    bottom: 0;
    margin-bottom: 11px;
  }
}
.homeHolder .carousel .carousel-inner,
.restaurantHolder .carousel .carousel-inner,
.RestaurantEventsPage .carousel .carousel-inner {
  overflow: auto;
  background-size: cover;
  background-color: #535353;
}
.homeHolder .carousel .carousel-caption,
.restaurantHolder .carousel .carousel-caption,
.RestaurantEventsPage .carousel .carousel-caption {
  top: 0;
  z-index: 10;
  padding: 0;
  text-align: center;
}
.homeHolder .carousel .carousel-item,
.restaurantHolder .carousel .carousel-item,
.RestaurantEventsPage .carousel .carousel-item {
  background-size: cover;
  background-position: center;
  background-color: #535353;
  perspective: unset;
}
@media (max-width: 992px) {
  .homeHolder .carousel .carousel-item .align-items-center,
  .restaurantHolder .carousel .carousel-item .align-items-center,
  .RestaurantEventsPage .carousel .carousel-item .align-items-center {
    align-items: flex-start !important;
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .homeHolder .carousel .carousel-item .align-items-center,
  .restaurantHolder .carousel .carousel-item .align-items-center,
  .RestaurantEventsPage .carousel .carousel-item .align-items-center {
    align-items: flex-start !important;
    padding-top: 85px;
  }
}
.homeHolder .carousel .caption,
.restaurantHolder .carousel .caption,
.RestaurantEventsPage .carousel .caption {
  color: white;
  text-align: center;
}
.homeHolder .carousel .caption h1,
.restaurantHolder .carousel .caption h1,
.RestaurantEventsPage .carousel .caption h1 {
  font-size: 60px;
  line-height: 28pt;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 768px) {
  .homeHolder .carousel .caption h1,
  .restaurantHolder .carousel .caption h1,
  .RestaurantEventsPage .carousel .caption h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.homeHolder .carousel .caption h2,
.restaurantHolder .carousel .caption h2,
.RestaurantEventsPage .carousel .caption h2 {
  font-size: 35px;
}
.homeHolder .carousel .caption *,
.restaurantHolder .carousel .caption *,
.RestaurantEventsPage .carousel .caption * {
  font-size: 21pt;
  font-weight: 400;
}
@media (max-width: 768px) {
  .homeHolder .carousel .caption *,
  .restaurantHolder .carousel .caption *,
  .RestaurantEventsPage .carousel .caption * {
    font-size: 20px;
  }
}
.homeHolder .carousel .video-btn,
.restaurantHolder .carousel .video-btn,
.RestaurantEventsPage .carousel .video-btn {
  background: url("../images/Video_Play_Button.png") center center no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  border: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
}
.homeHolder .carousel .video-btn:focus,
.restaurantHolder .carousel .video-btn:focus,
.RestaurantEventsPage .carousel .video-btn:focus {
  outline: none;
  border: none;
}
.homeHolder .carousel .video-btn:active,
.restaurantHolder .carousel .video-btn:active,
.RestaurantEventsPage .carousel .video-btn:active {
  outline: none;
  border: none;
  background-color: transparent;
}
.homeHolder .carousel .carousel-features,
.restaurantHolder .carousel .carousel-features,
.RestaurantEventsPage .carousel .carousel-features {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .homeHolder .carousel .carousel-features,
  .restaurantHolder .carousel .carousel-features,
  .RestaurantEventsPage .carousel .carousel-features {
    top: 40px;
    z-index: 1000;
    position: static;
    margin: 0;
  }
}
.homeHolder .carousel .carousel-features .carousel-feature,
.restaurantHolder .carousel .carousel-features .carousel-feature,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature {
  margin-left: 0px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(134, 117, 77, 0.8);
  color: white;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.3px;
  min-height: 200px;
}
@media (min-width: 768px) {
  .homeHolder .carousel .carousel-features .carousel-feature:first-of-type,
  .restaurantHolder .carousel .carousel-features .carousel-feature:first-of-type,
  .RestaurantEventsPage .carousel .carousel-features .carousel-feature:first-of-type {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .homeHolder .carousel .carousel-features .carousel-feature,
  .restaurantHolder .carousel .carousel-features .carousel-feature,
  .RestaurantEventsPage .carousel .carousel-features .carousel-feature {
    margin-right: 0;
  }
  .homeHolder .carousel .carousel-features .carousel-feature:not(:first-of-type),
  .restaurantHolder .carousel .carousel-features .carousel-feature:not(:first-of-type),
  .RestaurantEventsPage .carousel .carousel-features .carousel-feature:not(:first-of-type) {
    display: none;
  }
}
.homeHolder .carousel .carousel-features .carousel-feature h1,
.restaurantHolder .carousel .carousel-features .carousel-feature h1,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature h1 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.homeHolder .carousel .carousel-features .carousel-feature .featureImage,
.restaurantHolder .carousel .carousel-features .carousel-feature .featureImage,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .featureImage {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
.homeHolder .carousel .carousel-features .carousel-feature .featureImage::after,
.restaurantHolder .carousel .carousel-features .carousel-feature .featureImage::after,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .featureImage::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.homeHolder .carousel .carousel-features .carousel-feature .btn,
.restaurantHolder .carousel .carousel-features .carousel-feature .btn,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .btn {
  background-color: rgb(93, 78, 50);
  border-color: rgb(93, 78, 50);
  white-space: normal;
  color: white;
  font-size: 13px;
  margin-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
}
.homeHolder .carousel .carousel-features .carousel-feature .btn:hover,
.restaurantHolder .carousel .carousel-features .carousel-feature .btn:hover,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .btn:hover {
  background-color: #443925;
  border-color: rgb(109, 94, 64);
}
.homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu {
  width: 250px;
}
.homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item, .homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item {
  color: white;
  font-size: 13px;
}
.homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:focus, .homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:hover, .homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:focus, .homeHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:hover,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:focus,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:hover,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:focus,
.restaurantHolder .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:hover,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:focus,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:hover,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:focus,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:hover {
  color: rgb(134, 117, 77);
}
.homeHolder .carousel .carousel-features .carousel-feature .selectALocationDropDownMenu .dropdown-menu.multi-level,
.restaurantHolder .carousel .carousel-features .carousel-feature .selectALocationDropDownMenu .dropdown-menu.multi-level,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .selectALocationDropDownMenu .dropdown-menu.multi-level {
  background-color: #FCFCFC;
}
.homeHolder .carousel .carousel-features .carousel-feature .selectALocationDropDownMenu .dropdown-submenu > .dropdown-menu,
.restaurantHolder .carousel .carousel-features .carousel-feature .selectALocationDropDownMenu .dropdown-submenu > .dropdown-menu,
.RestaurantEventsPage .carousel .carousel-features .carousel-feature .selectALocationDropDownMenu .dropdown-submenu > .dropdown-menu {
  left: 100%;
  z-index: 20000;
  top: auto;
  bottom: 0;
}
.homeHolder .carousel .form-error-message,
.restaurantHolder .carousel .form-error-message,
.RestaurantEventsPage .carousel .form-error-message {
  font-size: 16px;
  background: rgba(0, 0, 0, 0.3);
  color: #f55353;
  font-weight: bold;
  letter-spacing: 0.3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homeHolder .carousel .form-error-message ul,
.restaurantHolder .carousel .form-error-message ul,
.RestaurantEventsPage .carousel .form-error-message ul {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 10px;
}
.homeHolder .carousel .errorMessageStyle,
.restaurantHolder .carousel .errorMessageStyle,
.RestaurantEventsPage .carousel .errorMessageStyle {
  color: #f55353 !important;
  font-weight: bold !important;
  letter-spacing: 0.3px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .homeHolder .reservation-container,
  .restaurantHolder .reservation-container,
  .RestaurantEventsPage .reservation-container {
    /* margin-top: $mobileCarouselHeight; */
    /* width: unset; */
  }
}
@media (max-width: 768px) {
  .homeHolder .reservation-container .reservations,
  .restaurantHolder .reservation-container .reservations,
  .RestaurantEventsPage .reservation-container .reservations {
    margin-top: 30px;
  }
}
.homeHolder .reservations,
.restaurantHolder .reservations,
.RestaurantEventsPage .reservations {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.homeHolder .reservations --typicalButton-btn, .homeHolder .reservations .footer .email-signup-container button.btn, .footer .email-signup-container .homeHolder .reservations button.btn, .homeHolder .reservations .dropdown button.btn,
.homeHolder .restaurantHolder .reservations .dropdown button.btn,
.restaurantHolder .homeHolder .reservations .dropdown button.btn,
.homeHolder .RestaurantEventsPage .reservations .dropdown button.btn,
.RestaurantEventsPage .homeHolder .reservations .dropdown button.btn, .homeHolder .reservations .selectALocationDropDownMenu button.btn,
.homeHolder .restaurantHolder .reservations .selectALocationDropDownMenu button.btn,
.restaurantHolder .homeHolder .reservations .selectALocationDropDownMenu button.btn,
.homeHolder .RestaurantEventsPage .reservations .selectALocationDropDownMenu button.btn,
.RestaurantEventsPage .homeHolder .reservations .selectALocationDropDownMenu button.btn,
.restaurantHolder .reservations --typicalButton-btn,
.restaurantHolder .reservations .footer .email-signup-container button.btn,
.footer .email-signup-container .restaurantHolder .reservations button.btn,
.restaurantHolder .reservations .dropdown button.btn,
.restaurantHolder .RestaurantEventsPage .reservations .dropdown button.btn,
.RestaurantEventsPage .restaurantHolder .reservations .dropdown button.btn,
.restaurantHolder .reservations .selectALocationDropDownMenu button.btn,
.restaurantHolder .RestaurantEventsPage .reservations .selectALocationDropDownMenu button.btn,
.RestaurantEventsPage .restaurantHolder .reservations .selectALocationDropDownMenu button.btn,
.RestaurantEventsPage .reservations --typicalButton-btn,
.RestaurantEventsPage .reservations .footer .email-signup-container button.btn,
.footer .email-signup-container .RestaurantEventsPage .reservations button.btn,
.RestaurantEventsPage .reservations .dropdown button.btn,
.RestaurantEventsPage .reservations .selectALocationDropDownMenu button.btn {
  color: #666666;
  background-color: #F1F1F1;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  border-radius: 0 !important;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
  outline: none;
}
.homeHolder .reservations --typicalButton-btn::after, .homeHolder .reservations .footer .email-signup-container button.btn::after, .footer .email-signup-container .homeHolder .reservations button.btn::after, .homeHolder .reservations .dropdown button.btn::after,
.homeHolder .restaurantHolder .reservations .dropdown button.btn::after,
.restaurantHolder .homeHolder .reservations .dropdown button.btn::after,
.homeHolder .RestaurantEventsPage .reservations .dropdown button.btn::after,
.RestaurantEventsPage .homeHolder .reservations .dropdown button.btn::after, .homeHolder .reservations .selectALocationDropDownMenu button.btn::after,
.homeHolder .restaurantHolder .reservations .selectALocationDropDownMenu button.btn::after,
.restaurantHolder .homeHolder .reservations .selectALocationDropDownMenu button.btn::after,
.homeHolder .RestaurantEventsPage .reservations .selectALocationDropDownMenu button.btn::after,
.RestaurantEventsPage .homeHolder .reservations .selectALocationDropDownMenu button.btn::after,
.restaurantHolder .reservations --typicalButton-btn::after,
.restaurantHolder .reservations .footer .email-signup-container button.btn::after,
.footer .email-signup-container .restaurantHolder .reservations button.btn::after,
.restaurantHolder .reservations .dropdown button.btn::after,
.restaurantHolder .RestaurantEventsPage .reservations .dropdown button.btn::after,
.RestaurantEventsPage .restaurantHolder .reservations .dropdown button.btn::after,
.restaurantHolder .reservations .selectALocationDropDownMenu button.btn::after,
.restaurantHolder .RestaurantEventsPage .reservations .selectALocationDropDownMenu button.btn::after,
.RestaurantEventsPage .restaurantHolder .reservations .selectALocationDropDownMenu button.btn::after,
.RestaurantEventsPage .reservations --typicalButton-btn::after,
.RestaurantEventsPage .reservations .footer .email-signup-container button.btn::after,
.footer .email-signup-container .RestaurantEventsPage .reservations button.btn::after,
.RestaurantEventsPage .reservations .dropdown button.btn::after,
.RestaurantEventsPage .reservations .selectALocationDropDownMenu button.btn::after {
  /* position: absolute; */
  top: 16px;
  right: 10px;
}
.homeHolder .reservations .selectALocationDropDownMenu,
.restaurantHolder .reservations .selectALocationDropDownMenu,
.RestaurantEventsPage .reservations .selectALocationDropDownMenu {
  margin-right: 0;
  width: auto;
  max-width: auto;
  max-width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .homeHolder .reservations .selectALocationDropDownMenu,
  .restaurantHolder .reservations .selectALocationDropDownMenu,
  .RestaurantEventsPage .reservations .selectALocationDropDownMenu {
    width: 100%;
  }
}
.homeHolder .reservations .selectALocationDropDownMenu .dropdown-menu,
.restaurantHolder .reservations .selectALocationDropDownMenu .dropdown-menu,
.RestaurantEventsPage .reservations .selectALocationDropDownMenu .dropdown-menu {
  z-index: 1060;
}
.homeHolder .reservations .selectALocationDropDownMenu button.selectLocationReservations,
.restaurantHolder .reservations .selectALocationDropDownMenu button.selectLocationReservations,
.RestaurantEventsPage .reservations .selectALocationDropDownMenu button.selectLocationReservations {
  width: 100%;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.homeHolder .reservations .selectALocationDropDownMenu button.selectLocationReservations span.hotel,
.restaurantHolder .reservations .selectALocationDropDownMenu button.selectLocationReservations span.hotel,
.RestaurantEventsPage .reservations .selectALocationDropDownMenu button.selectLocationReservations span.hotel {
  margin-left: 10px;
  display: inline-block;
  font-size: 10px;
  border: 1px solid;
  padding: 0 2px;
  line-height: 13px;
}
@media (max-width: 768px) {
  .homeHolder .reservations .selectALocationDropDownMenu button,
  .restaurantHolder .reservations .selectALocationDropDownMenu button,
  .RestaurantEventsPage .reservations .selectALocationDropDownMenu button {
    padding-left: unset !important;
    padding-right: unset !important;
  }
}
.homeHolder .reservations .dropdown,
.restaurantHolder .reservations .dropdown,
.RestaurantEventsPage .reservations .dropdown {
  display: inline-flex;
  margin: 0 1px;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.homeHolder .reservations .dropdown:focus,
.restaurantHolder .reservations .dropdown:focus,
.RestaurantEventsPage .reservations .dropdown:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.homeHolder .reservations .dropdown:first-of-type,
.restaurantHolder .reservations .dropdown:first-of-type,
.RestaurantEventsPage .reservations .dropdown:first-of-type {
  margin-left: 0;
}
.homeHolder .reservations .dropdown:last-of-type,
.restaurantHolder .reservations .dropdown:last-of-type,
.RestaurantEventsPage .reservations .dropdown:last-of-type {
  margin-right: 0;
}
.homeHolder .reservations .dropdown .dropdown-menu,
.restaurantHolder .reservations .dropdown .dropdown-menu,
.RestaurantEventsPage .reservations .dropdown .dropdown-menu {
  border-radius: 0;
  background-color: #F1F1F1;
  border: 0;
  outline: none;
}
.homeHolder .reservations .dropdown .dropdown-menu .dropdown-item:focus,
.homeHolder .reservations .dropdown .dropdown-menu .dropdown-item:hover,
.restaurantHolder .reservations .dropdown .dropdown-menu .dropdown-item:focus,
.restaurantHolder .reservations .dropdown .dropdown-menu .dropdown-item:hover,
.RestaurantEventsPage .reservations .dropdown .dropdown-menu .dropdown-item:focus,
.RestaurantEventsPage .reservations .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgb(134, 117, 77);
  color: white;
}
.homeHolder .reservations .make-a-reservation,
.restaurantHolder .reservations .make-a-reservation,
.RestaurantEventsPage .reservations .make-a-reservation {
  color: white !important;
  background-color: rgb(134, 117, 77) !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 5px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 0 !important;
}
.homeHolder .reservations .make-a-reservation:hover,
.restaurantHolder .reservations .make-a-reservation:hover,
.RestaurantEventsPage .reservations .make-a-reservation:hover {
  background-color: rgb(93, 78, 50) !important;
}
.homeHolder .bottomBoxes h1,
.restaurantHolder .bottomBoxes h1,
.RestaurantEventsPage .bottomBoxes h1 {
  color: rgb(134, 117, 77);
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
.homeHolder .bottomBoxes .bottomBox,
.restaurantHolder .bottomBoxes .bottomBox,
.RestaurantEventsPage .bottomBoxes .bottomBox {
  color: white;
  height: 300px;
  padding: 3px;
  position: relative;
}
@media (max-width: 768px) {
  .homeHolder .bottomBoxes .bottomBox,
  .restaurantHolder .bottomBoxes .bottomBox,
  .RestaurantEventsPage .bottomBoxes .bottomBox {
    padding: 3px 0;
  }
}
.homeHolder .bottomBoxes .bottomBox .socialBlock,
.restaurantHolder .bottomBoxes .bottomBox .socialBlock,
.RestaurantEventsPage .bottomBoxes .bottomBox .socialBlock {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 0;
  margin: 0;
}
.homeHolder .bottomBoxes .bottomBox .socialBlock div,
.restaurantHolder .bottomBoxes .bottomBox .socialBlock div,
.RestaurantEventsPage .bottomBoxes .bottomBox .socialBlock div {
  margin: 0;
}
.homeHolder .bottomBoxes .bottomBox > a:hover, .homeHolder .bottomBoxes .bottomBox > a:focus,
.restaurantHolder .bottomBoxes .bottomBox > a:hover,
.restaurantHolder .bottomBoxes .bottomBox > a:focus,
.RestaurantEventsPage .bottomBoxes .bottomBox > a:hover,
.RestaurantEventsPage .bottomBoxes .bottomBox > a:focus {
  text-decoration: none;
}
.homeHolder .bottomBoxes .bottomBox .inner,
.homeHolder .bottomBoxes .bottomBox .sinus,
.restaurantHolder .bottomBoxes .bottomBox .inner,
.restaurantHolder .bottomBoxes .bottomBox .sinus,
.RestaurantEventsPage .bottomBoxes .bottomBox .inner,
.RestaurantEventsPage .bottomBoxes .bottomBox .sinus {
  background-size: cover;
  background-color: #535353;
  padding: 20px;
  /* TRANSITION */
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  transition: background-image 1s ease-in-out;
}
.homeHolder .bottomBoxes .bottomBox .inner:hover,
.homeHolder .bottomBoxes .bottomBox .sinus:hover,
.restaurantHolder .bottomBoxes .bottomBox .inner:hover,
.restaurantHolder .bottomBoxes .bottomBox .sinus:hover,
.RestaurantEventsPage .bottomBoxes .bottomBox .inner:hover,
.RestaurantEventsPage .bottomBoxes .bottomBox .sinus:hover {
  /* TRANSITION */
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.homeHolder .bottomBoxes .bottomBox .inner:before,
.homeHolder .bottomBoxes .bottomBox .sinus:before,
.restaurantHolder .bottomBoxes .bottomBox .inner:before,
.restaurantHolder .bottomBoxes .bottomBox .sinus:before,
.RestaurantEventsPage .bottomBoxes .bottomBox .inner:before,
.RestaurantEventsPage .bottomBoxes .bottomBox .sinus:before {
  background-size: cover;
  background-position: center center;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -100;
}
.homeHolder .bottomBoxes .bottomBox .inner:after,
.homeHolder .bottomBoxes .bottomBox .sinus:after,
.restaurantHolder .bottomBoxes .bottomBox .inner:after,
.restaurantHolder .bottomBoxes .bottomBox .sinus:after,
.RestaurantEventsPage .bottomBoxes .bottomBox .inner:after,
.RestaurantEventsPage .bottomBoxes .bottomBox .sinus:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.homeHolder .bottomBoxes .bottomBox .inner a, .homeHolder .bottomBoxes .bottomBox .inner a:hover, .homeHolder .bottomBoxes .bottomBox .inner a:focus,
.homeHolder .bottomBoxes .bottomBox .sinus a,
.homeHolder .bottomBoxes .bottomBox .sinus a:hover,
.homeHolder .bottomBoxes .bottomBox .sinus a:focus,
.restaurantHolder .bottomBoxes .bottomBox .inner a,
.restaurantHolder .bottomBoxes .bottomBox .inner a:hover,
.restaurantHolder .bottomBoxes .bottomBox .inner a:focus,
.restaurantHolder .bottomBoxes .bottomBox .sinus a,
.restaurantHolder .bottomBoxes .bottomBox .sinus a:hover,
.restaurantHolder .bottomBoxes .bottomBox .sinus a:focus,
.RestaurantEventsPage .bottomBoxes .bottomBox .inner a,
.RestaurantEventsPage .bottomBoxes .bottomBox .inner a:hover,
.RestaurantEventsPage .bottomBoxes .bottomBox .inner a:focus,
.RestaurantEventsPage .bottomBoxes .bottomBox .sinus a,
.RestaurantEventsPage .bottomBoxes .bottomBox .sinus a:hover,
.RestaurantEventsPage .bottomBoxes .bottomBox .sinus a:focus {
  color: inherit;
  text-decoration: none;
}
.homeHolder .bottomBoxes .bottomBox p,
.restaurantHolder .bottomBoxes .bottomBox p,
.RestaurantEventsPage .bottomBoxes .bottomBox p {
  margin: 0;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #FFF;
}
.homeHolder .bottomBoxes .bottomBox h1,
.restaurantHolder .bottomBoxes .bottomBox h1,
.RestaurantEventsPage .bottomBoxes .bottomBox h1 {
  font-weight: 600;
  margin: 0;
  font-size: 25px;
  display: block;
  text-transform: uppercase;
  color: white;
}

@media (max-width: 768px) {
  .restaurantHolder .carousel .carousel-item, .RestaurantEventsPage .carousel .carousel-item {
    height: 250px !important;
  }
}

@media (max-width: 768px) {
  .homeHolder .carousel .carousel-features {
    top: 250px;
  }
}
@media (max-width: 768px) {
  .homeHolder .carousel .carousel-features .carousel-feature {
    min-height: 250px;
  }
}
.homeHolder.PressInquiries .carousel .carousel-inner {
  overflow: visible;
}
@media (max-width: 768px) {
  .homeHolder.PressInquiries .reservation-container {
    /* margin-top: 460px; */
  }
}
@media (max-width: 768px) {
  .homeHolder.PressInquiries .carousel-feature {
    min-height: 490px;
  }
}
.homeHolder.PressInquiries .form-error-message ul {
  list-style-type: none;
}

.modal-close-restaurant .modal-dialog {
  font-family: "Raleway", sans-serif;
  min-width: 300px !important;
  margin-top: 250px;
}
.modal-close-restaurant .modal-content {
  background-color: white !important;
}
.modal-close-restaurant .modal-header {
  background-color: #86754D;
}
.modal-close-restaurant .modal-header h1 {
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
}
.modal-close-restaurant .modal-body {
  padding: 15px !important;
  text-transform: capitalize;
  word-wrap: break-word;
}

.modal {
  z-index: 10000;
}
.modal .modal-dialog {
  min-width: 80%;
  margin: 30px auto;
}
.modal .modal-content {
  border: none;
  background-color: #000;
}
.modal .modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 3rem;
  font-weight: 200;
  color: #fff;
  opacity: 1;
}

--formButtons, .HomeSliderPage .press-inquiry .buttons, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .buttons, .RSVPPage .carousel-features .carousel-feature .buttons {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
--formButtons button, .HomeSliderPage .press-inquiry .buttons button, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .buttons button, .RSVPPage .carousel-features .carousel-feature .buttons button, --formButtons input, .HomeSliderPage .press-inquiry .buttons input, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .buttons input, .RSVPPage .carousel-features .carousel-feature .buttons input {
  background-color: var(--gold);
  border: none;
  color: white;
  font-size: 13px;
  padding: 8px 22px;
  width: auto;
  color: #d5cdc2;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
--formButtons button.submit, .HomeSliderPage .press-inquiry .buttons button.submit, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .buttons button.submit, .RSVPPage .carousel-features .carousel-feature .buttons button.submit, --formButtons input.submit, .HomeSliderPage .press-inquiry .buttons input.submit, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .buttons input.submit, .RSVPPage .carousel-features .carousel-feature .buttons input.submit {
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 30px;
  margin-left: 10px;
  width: auto;
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
}
--formButtons button:hover, .HomeSliderPage .press-inquiry .buttons button:hover, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .buttons button:hover, .RSVPPage .carousel-features .carousel-feature .buttons button:hover, --formButtons input:hover, .HomeSliderPage .press-inquiry .buttons input:hover, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .buttons input:hover, .RSVPPage .carousel-features .carousel-feature .buttons input:hover {
  cursor: pointer;
  background-color: rgb(109, 94, 64);
}

@media (min-width: 768px) {
  .RestaurantEventsEnquiryPage .carousel-features, .RSVPPage .carousel-features {
    width: calc(100% - 90px);
    margin-left: 10px;
  }
}
.RestaurantEventsEnquiryPage .carousel-features .carousel-feature, .RSVPPage .carousel-features .carousel-feature {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(134, 117, 77, 0.9);
  font-size: 12px;
  font-weight: 500;
}
.RestaurantEventsEnquiryPage .carousel-features .carousel-feature h1, .RSVPPage .carousel-features .carousel-feature h1 {
  margin-bottom: 15px;
}
.RestaurantEventsEnquiryPage .carousel-features .carousel-feature:first-of-type, .RSVPPage .carousel-features .carousel-feature:first-of-type {
  border-left: none;
}
.RestaurantEventsEnquiryPage .carousel-features .carousel-feature .prompt, .RSVPPage .carousel-features .carousel-feature .prompt {
  color: white;
  font-weight: 500;
  display: inline-block;
  width: 120px;
}
.RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField, .RSVPPage .carousel-features .carousel-feature .inputField {
  display: inline-block;
  margin-bottom: 4px;
}
.RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField input, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField select, .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField textarea, .RSVPPage .carousel-features .carousel-feature .inputField input, .RSVPPage .carousel-features .carousel-feature .inputField select, .RSVPPage .carousel-features .carousel-feature .inputField textarea {
  background-color: #cfc7be;
  width: 200px;
  border-color: transparent;
  color: #444444;
  font-size: 12px;
  font-weight: 500;
}
.RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField input[name*="event.date"],
.RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField input[name*="event.guests"],
.RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField input[name*="event.time"], .RSVPPage .carousel-features .carousel-feature .inputField input[name*="event.date"],
.RSVPPage .carousel-features .carousel-feature .inputField input[name*="event.guests"],
.RSVPPage .carousel-features .carousel-feature .inputField input[name*="event.time"] {
  width: 200px;
}
.RestaurantEventsEnquiryPage .carousel-features .carousel-feature .selectric-wrapper .selectric, .RSVPPage .carousel-features .carousel-feature .selectric-wrapper .selectric {
  width: 200px;
}
@media (max-width: 1000px) {
  .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .selectric-wrapper .selectric, .RSVPPage .carousel-features .carousel-feature .selectric-wrapper .selectric {
    width: 200px;
  }
  .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField input, .RSVPPage .carousel-features .carousel-feature .inputField input {
    width: 200px;
  }
  .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField input[name*="event.date"],
  .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField input[name*="event.guests"],
  .RestaurantEventsEnquiryPage .carousel-features .carousel-feature .inputField input[name*="event.time"], .RSVPPage .carousel-features .carousel-feature .inputField input[name*="event.date"],
  .RSVPPage .carousel-features .carousel-feature .inputField input[name*="event.guests"],
  .RSVPPage .carousel-features .carousel-feature .inputField input[name*="event.time"] {
    width: 200px;
  }
}
.restaurants .PrivateEventPageLink {
  display: none;
}
.restaurants .nobuRestaurantLogo {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.restaurants .nobuRestaurantLogo a {
  display: inline-block;
  line-height: 1;
}
.restaurants .nobuRestaurantLogo a:first-of-type {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .restaurants .nobuRestaurantLogo {
    float: left;
  }
}
.restaurants .navbar-toggler {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  margin-left: 0;
}
.restaurants .translation {
  font-size: 12px;
  color: #86784d;
  margin-right: 0;
}
.restaurants .navbar-collapse.collapsing, .restaurants .navbar-collapse.show {
  background-color: #FFF;
  position: absolute;
  top: 0;
  width: 100%;
}
.restaurants .navbar-collapse.collapsing .PrivateEventPageLink, .restaurants .navbar-collapse.show .PrivateEventPageLink {
  display: block;
}
.restaurants .navbar-collapse.collapsing .PrivateEventPageLink a, .restaurants .navbar-collapse.show .PrivateEventPageLink a {
  padding-left: 20px;
}
.restaurants .navbar-collapse.collapsing .navbar-nav, .restaurants .navbar-collapse.show .navbar-nav {
  padding: 15px;
  padding-top: 0.5rem;
  padding-bottom: 0;
}
.restaurants .navbar-collapse.collapsing .navbar-nav li, .restaurants .navbar-collapse.show .navbar-nav li {
  padding-left: 0;
}
.restaurants .restaurantLeftTitle {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(134, 117, 77);
  font-weight: bold;
  margin-right: 0;
  padding-right: 0;
}
.restaurants .restaurantLeftTitle:hover {
  text-decoration: none;
  color: rgb(93, 78, 50);
}
.restaurants .directions {
  margin-right: 12px;
}
.restaurants .directions a:hover {
  color: rgb(93, 78, 50);
  text-decoration: none;
}
@media (max-width: 992px) {
  .restaurants .directions.onlyFull {
    display: none;
  }
}
@media (min-width: 992px) {
  .restaurants .directions.onlyMobile {
    display: none;
  }
}

.restaurantMenus .disclaimer a {
  color: #86754D;
}
.restaurantMenus .htmlKitchenMenus {
  position: relative;
  padding: 0;
}
@media (min-width: 992px) {
  .restaurantMenus .htmlKitchenMenus {
    padding: 30px;
  }
}
.restaurantMenus .htmlKitchenMenus .menu-section-header {
  display: none;
}
.restaurantMenus .htmlKitchenMenus .menu-section-header .menu-title-row {
  padding-top: 20px;
  padding-bottom: 50px;
}
.restaurantMenus .htmlKitchenMenus .menu-section-header .menu-section-title-main {
  font-size: 25px;
  letter-spacing: 3px;
}
.restaurantMenus .htmlKitchenMenus .menu-section {
  border-top: 1px solid rgb(134, 117, 77);
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.restaurantMenus .htmlKitchenMenus .menu-section-title-main {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: rgb(134, 117, 77);
  letter-spacing: 1.5px;
}
.restaurantMenus .htmlKitchenMenus .menu-section-title-main br {
  display: none;
}
.restaurantMenus .htmlKitchenMenus .menu-title-row {
  padding: 30px 15px;
  color: rgb(134, 117, 77);
}
.restaurantMenus .htmlKitchenMenus .menu-item-row {
  margin: 0 0 19px 0;
  font-size: 16px;
  line-height: 1.6;
}
.restaurantMenus .htmlKitchenMenus .menu-item-row .menu-item-subtitle {
  margin-top: 5px;
  font-size: 16px;
}
.restaurantMenus .kitchenMenus .container, .restaurantMenus .kitchenMenus .container-fluid {
  height: 100%;
}
.restaurantMenus .kitchenMenus .container .menuLink, .restaurantMenus .kitchenMenus .container-fluid .menuLink {
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 992px) {
  .restaurantMenus .kitchenMenus .container .menuLink, .restaurantMenus .kitchenMenus .container-fluid .menuLink {
    background-color: transparent;
    border: 0;
  }
}
@media (max-width: 576px) {
  .restaurantMenus .kitchenMenus .container .menuLink:last-child, .restaurantMenus .kitchenMenus .container-fluid .menuLink:last-child {
    margin-right: 20px;
  }
}
.restaurantMenus .kitchenMenus .container .menuLink .kitchenMenu, .restaurantMenus .kitchenMenus .container-fluid .menuLink .kitchenMenu {
  color: #86754d;
  font-size: 16px;
  font-weight: 600;
  text-align: center !important;
  height: 100px;
  background-color: whitesmoke;
  text-transform: uppercase;
  padding: 5px 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: relative;
  cursor: pointer;
  transition: background-color 400ms, color 400ms;
}
@media (max-width: 768px) {
  .restaurantMenus .kitchenMenus .container .menuLink .kitchenMenu, .restaurantMenus .kitchenMenus .container-fluid .menuLink .kitchenMenu {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.restaurantMenus .kitchenMenus .container .menuLink .kitchenMenu .logo, .restaurantMenus .kitchenMenus .container-fluid .menuLink .kitchenMenu .logo {
  width: 50px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .restaurantMenus .kitchenMenus .container .menuLink .kitchenMenu .logo, .restaurantMenus .kitchenMenus .container-fluid .menuLink .kitchenMenu .logo {
    /* IE10+ CSS styles go here */
    display: block;
    left: 0;
    right: 0;
  }
}
.restaurantMenus .kitchenMenus .container .menuLink .kitchenMenu .view, .restaurantMenus .kitchenMenus .container-fluid .menuLink .kitchenMenu .view {
  padding: 2px 10px;
  border: 1px solid white;
  font-size: 12px;
  color: white;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .restaurantMenus .kitchenMenus .container .menuLink .kitchenMenu .view, .restaurantMenus .kitchenMenus .container-fluid .menuLink .kitchenMenu .view {
    /* IE10+ CSS styles go here */
    margin-left: 20%;
    margin-right: 20%;
    left: 0;
    right: 0;
  }
}
.restaurantMenus .kitchenMenus .container .menuLink .kitchenMenu .view:hover, .restaurantMenus .kitchenMenus .container .menuLink .kitchenMenu .view:focus, .restaurantMenus .kitchenMenus .container-fluid .menuLink .kitchenMenu .view:hover, .restaurantMenus .kitchenMenus .container-fluid .menuLink .kitchenMenu .view:focus {
  text-decoration: none;
  color: #FFF;
  background-color: rgb(93, 78, 50);
}
.restaurantMenus .kitchenMenus .container .menuLink .kitchenMenu .kitchen-menu-title, .restaurantMenus .kitchenMenus .container-fluid .menuLink .kitchenMenu .kitchen-menu-title {
  font-size: 16px;
  letter-spacing: 1.2px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 992px) {
  .restaurantMenus .kitchenMenus .container .menuLink .kitchenMenu .kitchen-menu-title, .restaurantMenus .kitchenMenus .container-fluid .menuLink .kitchenMenu .kitchen-menu-title {
    font-size: 12px;
  }
}
.restaurantMenus .kitchenMenus .container .menuLink .logo, .restaurantMenus .kitchenMenus .container-fluid .menuLink .logo {
  height: 13px;
  background-image: url(/themes/nobu/images/nobuLogoWhite.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.restaurantMenus .kitchenMenus .container .menuLink.activeMenu .kitchenMenu, .restaurantMenus .kitchenMenus .container-fluid .menuLink.activeMenu .kitchenMenu {
  background-color: rgb(93, 78, 50);
  color: whitesmoke;
}
.restaurantMenus .kitchenMenus .container .menuLink.activeMenu .logo, .restaurantMenus .kitchenMenus .container-fluid .menuLink.activeMenu .logo {
  height: 13px;
  background-image: url(/themes/nobu/images/nobuLogoGold.svg);
}
.restaurantMenus .kitchenMenus .container .menuLink.activeMenu .view, .restaurantMenus .kitchenMenus .container-fluid .menuLink.activeMenu .view {
  color: rgb(134, 117, 77);
  border: 1px solid rgb(134, 117, 77);
}
.restaurantMenus .kitchenMenus .container .menuLink:hover .kitchenMenu, .restaurantMenus .kitchenMenus .container-fluid .menuLink:hover .kitchenMenu {
  background-color: rgb(93, 78, 50);
  color: whitesmoke;
}
.restaurantMenus .kitchenMenus .container .menuLink:focus .kitchenMenu, .restaurantMenus .kitchenMenus .container-fluid .menuLink:focus .kitchenMenu {
  background-color: rgb(93, 78, 50);
  color: whitesmoke;
}
.restaurantMenus .kitchenMenus .container .menuLink:focus .logo, .restaurantMenus .kitchenMenus .container-fluid .menuLink:focus .logo {
  background-image: url(/themes/nobu/images/nobuLogoGold.svg) !important;
}
.restaurantMenus .kitchenMenus .container .menuLink:focus .view, .restaurantMenus .kitchenMenus .container-fluid .menuLink:focus .view {
  color: rgb(134, 117, 77);
  border: 1px solid rgb(134, 117, 77);
}
@media (min-width: 992px) {
  .RestaurantEventsPage .navbarEvents, .RestaurantEventsEnquiryPage .navbarEvents {
    top: 42px;
    background-color: rgba(134, 117, 77, 0.8);
  }
  .RestaurantEventsPage .navbarEvents a, .RestaurantEventsEnquiryPage .navbarEvents a {
    color: white;
    text-transform: capitalize;
  }
  .RestaurantEventsPage .navbarEvents a:hover, .RestaurantEventsPage .navbarEvents a:focus, .RestaurantEventsEnquiryPage .navbarEvents a:hover, .RestaurantEventsEnquiryPage .navbarEvents a:focus {
    color: rgb(220, 215, 204);
    text-transform: capitalize;
  }
  .RestaurantEventsPage .navbarEvents a.current, .RestaurantEventsEnquiryPage .navbarEvents a.current {
    color: rgb(220, 215, 204);
  }
  .RestaurantEventsPage .navbarEvents a.current:hover, .RestaurantEventsEnquiryPage .navbarEvents a.current:hover {
    color: rgb(220, 215, 204);
  }
}
.RestaurantEventsPage .main, .RestaurantEventsEnquiryPage .main {
  margin-top: 42px;
}

.selectALocationDropDownMenu {
  position: relative;
  margin-right: 20px;
  /* First Level block menu*/
  /* li containing links */
}
@media (max-width: 992px) {
  .selectALocationDropDownMenu {
    position: initial;
    position: unset;
  }
}
@media screen and (max-width: 1024px) {
  .selectALocationDropDownMenu {
    display: none;
  }
}
.selectALocationDropDownMenu > a:hover {
  color: rgb(93, 78, 50);
}
.selectALocationDropDownMenu > a:focus {
  outline: 0;
  box-shadow: 0 0 0 0 #fff;
}
.selectALocationDropDownMenu .dropdown-menu {
  z-index: 1060;
  top: 0;
  left: auto;
  right: 0;
  width: 230px;
  margin: 0;
  background-color: #FFF;
  border-radius: 0;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .selectALocationDropDownMenu .dropdown-menu.multi-level {
    /* width: 400px; */
    width: 100%;
    transform: translate3d(0px, 35px, 0px) !important;
  }
}
.selectALocationDropDownMenu .dropdown-submenu {
  z-index: 1060;
}
.selectALocationDropDownMenu .dropdown-submenu:hover, .selectALocationDropDownMenu .dropdown-submenu.hover {
  background-color: rgb(115, 98, 56);
}
.selectALocationDropDownMenu .dropdown-submenu:hover a, .selectALocationDropDownMenu .dropdown-submenu:hover a:hover, .selectALocationDropDownMenu .dropdown-submenu.hover a, .selectALocationDropDownMenu .dropdown-submenu.hover a:hover {
  color: white;
  text-decoration: none;
  z-index: 1060;
}
.selectALocationDropDownMenu .dropdown-submenu a, .selectALocationDropDownMenu .dropdown-submenu a:hover {
  z-index: 1060;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  display: block;
  padding: 4px 25px;
}
@media (max-width: 768px) {
  .selectALocationDropDownMenu .dropdown-submenu a, .selectALocationDropDownMenu .dropdown-submenu a:hover {
    font-size: 16px;
  }
}
.selectALocationDropDownMenu .dropdown-submenu > .dropdown-menu {
  width: 100%;
  max-height: 60vh;
  min-height: 100%;
  left: -208px;
  border-radius: 0;
  background-color: rgb(115, 98, 56);
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 15px;
  z-index: 2060;
  overflow: auto;
}
@media (max-width: 768px) {
  .selectALocationDropDownMenu .dropdown-submenu > .dropdown-menu {
    left: 15px;
    top: -15px;
    width: 400px;
  }
}
.selectALocationDropDownMenu .dropdown-submenu > .dropdown-menu li {
  position: relative;
}
.selectALocationDropDownMenu .dropdown-submenu > .dropdown-menu li:hover {
  background-color: #4b4020;
}
.selectALocationDropDownMenu .dropdown-submenu > .dropdown-menu li span.hotel {
  margin-left: 10px;
  display: inline-block;
  font-size: 10px;
  border: 1px solid;
  padding: 0 2.5px;
  line-height: 13px;
  position: absolute;
  margin-top: 2px;
}
.selectALocationDropDownMenu .dropdown-submenu.thirdLevel > .dropdown-menu {
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.selectALocationDropDownMenu .dropdown-submenu.thirdLevel > .dropdown-menu li:hover {
  background-color: #514C36;
}
@media (max-width: 768px) {
  .selectALocationDropDownMenu .dropdown-submenu.thirdLevel.hover {
    z-index: 10060;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #766640;
    top: 0;
  }
  .selectALocationDropDownMenu .dropdown-submenu.thirdLevel.hover .dropdown-menu {
    top: 15px;
    bottom: 0;
    padding-top: 5px;
  }
}
.selectALocationDropDownMenu .show-only-mobile {
  display: none !important;
}
@media (min-width: 768px) {
  .selectALocationDropDownMenu .dropdown-submenu:hover > .dropdown-menu, .selectALocationDropDownMenu .dropdown-submenu.hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .selectALocationDropDownMenu .show-only-mobile {
    display: inherit !important;
    text-transform: none !important;
  }
  .selectALocationDropDownMenu .dropdown-submenu.hover > .dropdown-menu {
    display: block;
    left: 0 !important;
    /* top: -100% !important; */
    width: 100%;
  }
}
.selectALocationDropDownMenu .dropdown-submenu.pull-left {
  float: none;
}
.selectALocationDropDownMenu .dropdown-submenu.pull-left > .dropdown-menu {
  left: 100%;
  margin-left: 10px;
  border-radius: 0;
}

@media (max-width: 768px) {
  .carousel-inner {
    overflow: visible !important;
  }
  .carousel-inner .dropdown-submenu.hover > .dropdown-menu {
    top: -100% !important;
  }
}

/*
#navbarSupportedContent {
    position: static !important;
}
*/
.topLeftMenu {
  position: static !important;
  background-color: whitesmoke;
}
.topLeftMenu h1 {
  font-size: 18px;
}
.topLeftMenu > .dropdown-menu {
  font-size: 16px;
}
.topLeftMenu > .dropdown-menu .select-location {
  font-size: 12px;
  padding-bottom: 8px;
}
.topLeftMenu > .dropdown-menu > div, .topLeftMenu > .dropdown-menu > button {
  margin-left: 25px;
  margin-right: 15px;
}
.topLeftMenu > .dropdown-menu > div.spacer, .topLeftMenu > .dropdown-menu > button.spacer {
  margin-top: 15px;
  margin-right: 25px;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .topLeftMenu > .dropdown-menu > div.spacer, .topLeftMenu > .dropdown-menu > button.spacer {
    margin-right: 0;
    margin-left: 0;
  }
}
.topLeftMenu > .dropdown-menu > div.golden, .topLeftMenu > .dropdown-menu > button.golden {
  padding-bottom: 7px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 25px;
  padding-right: 0;
}
.topLeftMenu > .dropdown-menu > div.golden .lineSpacer, .topLeftMenu > .dropdown-menu > button.golden .lineSpacer {
  margin-right: 25px;
  height: 1px;
  background-color: rgb(134, 117, 77);
  margin-bottom: 7px;
  position: relative;
}
.topLeftMenu > .dropdown-menu > div.golden.hotels.hover, .topLeftMenu > .dropdown-menu > div.golden.hotels:hover, .topLeftMenu > .dropdown-menu > div.golden.hotels:focus, .topLeftMenu > .dropdown-menu > button.golden.hotels.hover, .topLeftMenu > .dropdown-menu > button.golden.hotels:hover, .topLeftMenu > .dropdown-menu > button.golden.hotels:focus {
  cursor: pointer;
  background-color: rgb(115, 98, 56);
  margin-right: 0;
  margin-left: 0;
  padding-left: 25px;
}
.topLeftMenu > .dropdown-menu > div.golden.hotels.hover a, .topLeftMenu > .dropdown-menu > div.golden.hotels:hover a, .topLeftMenu > .dropdown-menu > div.golden.hotels:focus a, .topLeftMenu > .dropdown-menu > button.golden.hotels.hover a, .topLeftMenu > .dropdown-menu > button.golden.hotels:hover a, .topLeftMenu > .dropdown-menu > button.golden.hotels:focus a {
  color: white;
}
.topLeftMenu > .dropdown-menu > div.golden.hotels.hover .lineSpacer .inside, .topLeftMenu > .dropdown-menu > div.golden.hotels:hover .lineSpacer .inside, .topLeftMenu > .dropdown-menu > div.golden.hotels:focus .lineSpacer .inside, .topLeftMenu > .dropdown-menu > button.golden.hotels.hover .lineSpacer .inside, .topLeftMenu > .dropdown-menu > button.golden.hotels:hover .lineSpacer .inside, .topLeftMenu > .dropdown-menu > button.golden.hotels:focus .lineSpacer .inside {
  position: absolute;
  top: 39px;
  width: 100%;
  border-bottom: 1px solid white;
  z-index: 1061;
}
@media (max-width: 768px) {
  .topLeftMenu > .dropdown-menu > div.golden, .topLeftMenu > .dropdown-menu > button.golden {
    margin-right: 0;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.topLeftMenu > .dropdown-menu > div.golden > a, .topLeftMenu > .dropdown-menu > button.golden > a {
  text-decoration: none;
  color: rgb(134, 117, 77);
  padding: 0;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
}
.topLeftMenu > .dropdown-menu > div.golden > a:hover, .topLeftMenu > .dropdown-menu > div.golden > a:focus, .topLeftMenu > .dropdown-menu > button.golden > a:hover, .topLeftMenu > .dropdown-menu > button.golden > a:focus {
  text-decoration: none;
  color: rgb(93, 78, 50);
}
.topLeftMenu > .dropdown-menu .socialBlock {
  margin-top: 15px;
  padding-right: 10px;
}
.topLeftMenu > .dropdown-menu .socialBlock .follow-us {
  font-size: 12px;
  padding-top: 2px;
}
@media (max-width: 1200px) {
  .topLeftMenu > .dropdown-menu .socialBlock {
    text-align: center;
    margin-top: 10px;
  }
}
.topLeftMenu > .dropdown-menu .socialBlock div.social {
  background-color: rgb(134, 117, 77);
  border-radius: 18px;
}
.topLeftMenu > .dropdown-menu .socialBlock div.social:hover {
  background-color: rgb(93, 78, 50);
}
.topLeftMenu > .dropdown-menu .socialBlock div.social img {
  margin: 4px;
  height: 15px;
  width: 15px;
}
.topLeftMenu > .dropdown-menu .socialBlock div.social + div {
  margin-left: 5px;
}
.topLeftMenu .dropdown-menu {
  left: 0;
}
.topLeftMenu .dropdown-submenu > .dropdown-menu {
  left: auto;
  margin-left: 0;
  right: -208px;
}

.footer {
  margin-top: 60px;
  margin-bottom: 5px;
  padding-top: 40px;
  font-size: 14px;
  border-top: 1px solid rgb(134, 117, 77);
  line-height: 2;
}
.footer h1 {
  font-size: 20px;
  color: rgb(134, 117, 77);
  font-weight: 600;
  margin-bottom: 40px;
}
.footer .menuRestaurantName {
  color: #666666;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .menuLink {
  position: relative;
}
.footer .menuLink a {
  color: rgb(134, 117, 77);
  text-transform: uppercase;
}
.footer .menuLink a:focus, .footer .menuLink a:hover {
  text-decoration: none;
  color: rgb(93, 78, 50);
}
.footer .menuLink a span.hotel {
  margin-left: 5px;
  display: inline-block;
  font-size: 10px;
  border: 1px solid;
  padding: 0 2px;
  line-height: 13px;
  position: absolute;
  bottom: 6px;
}
.footer .restaurant-hotel {
  font-size: 12px;
  color: #666666;
}
.footer .restaurant-hotel .h-square {
  border: 1px solid #666666;
  padding: 1px;
  display: inline-block;
  line-height: 1;
  padding: 1px 2px;
}
.footer .email-signup-container {
  background-color: rgb(134, 117, 77);
  padding: 25px 20px;
  margin-top: 50px;
  margin-bottom: 25px;
  /*
          li[mailchimp="none"], .restLink[mailchimplistid=""] {
              display: none;
          }
  */
}
.footer .email-signup-container .email-signup-top-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFF;
  padding-bottom: 10px;
  font-size: 18px;
}
.footer .email-signup-container .email-signup-bottom-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  padding-top: 10px;
  font-size: 12px;
}
.footer .email-signup-container #mailListEmail {
  padding-left: 10px;
  border: none;
  margin-right: 3px;
  min-width: 200px;
}
.footer .email-signup-container .email-signup-button {
  display: inline-block;
  border: none;
  padding: 2px 30px;
  font-size: 14px;
  color: #FFFFFF;
  width: auto;
  background-color: rgb(93, 78, 50);
  margin-left: 3px;
}
.footer .email-signup-container .email-signup-button:hover {
  background-color: #000;
  cursor: pointer;
}
.footer .email-signup-container .selectALocationDropDownMenu {
  margin-right: 0;
  width: auto;
  max-width: auto;
  line-height: 19.5px;
  width: auto;
}
@media (max-width: 768px) {
  .footer .email-signup-container .selectALocationDropDownMenu {
    width: 100%;
  }
}
.footer .email-signup-container .selectALocationDropDownMenu .dropdown-menu {
  z-index: 1060;
}
.footer .email-signup-container .selectALocationDropDownMenu button.selectLocationReservations {
  width: 100%;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.footer .email-signup-container .selectALocationDropDownMenu button.selectLocationReservations span.hotel {
  margin-left: 10px;
  display: inline-block;
  font-size: 10px;
  border: 1px solid;
  padding: 0 2px;
  line-height: 13px;
}
.footer .email-signup-container .selectALocationDropDownMenu .dropdown-submenu .dropdown-menu {
  top: auto;
  bottom: 0;
}
@media (max-width: 768px) {
  .footer .email-signup-container .selectALocationDropDownMenu {
    position: relative;
  }
}
.footer .email-signup-container .selectLocationReservations {
  padding-top: 7px !important;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .footer .email-signup-container .email-signup-button, .footer .email-signup-container #mailListEmail, .footer .email-signup-container .selectALocationDropDownMenu {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 3px;
  }
}
.footer #mc_embed_signup #mce-error-response {
  color: #ffbef4;
  font-weight: 700;
}
.footer #mc_embed_signup #mce-success-response {
  color: white;
}
.footer .site-credit, .footer .copyright {
  font-size: 12px;
  line-height: 16px;
  color: rgb(134, 117, 77);
  display: inline-block;
}
.footer .site-credit a, .footer .copyright a {
  color: rgb(134, 117, 77);
}
.footer .site-credit a:hover, .footer .copyright a:hover {
  color: rgb(93, 78, 50);
  text-decoration: none;
}
.footer .copyright {
  margin-left: 20px;
}
.footer ul.footer-bottom-links {
  padding-left: 10px;
}
.footer ul.footer-bottom-links li {
  display: inline-block;
  margin-right: 10px;
}
.footer ul.footer-bottom-links li a {
  color: rgb(134, 117, 77);
  font-size: 14px;
  line-height: 16px;
}
.footer ul.footer-bottom-links li a:hover {
  color: rgb(93, 78, 50);
  text-decoration: none;
}

.bootstrap-datetimepicker-widget table td {
  height: auto;
  line-height: normal;
  width: 15px;
}
.bootstrap-datetimepicker-widget table td a {
  color: rgb(134, 117, 77);
}
.bootstrap-datetimepicker-widget table td .timepicker-hour, .bootstrap-datetimepicker-widget table td .timepicker-minute {
  width: 40px;
}
.bootstrap-datetimepicker-widget table td button {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.bootstrap-datetimepicker-widget table td span {
  height: auto;
  line-height: normal;
  width: auto;
}

#selectHours, #selectGuests {
  width: 100%;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.topLevelPage .banner {
  height: 300px;
  background-position: center !important;
  background-size: cover !important;
  color: white;
  font-weight: 300 !important;
  font-size: 40px;
}
.topLevelPage .mainBlock {
  margin-top: 30px;
}
.topLevelPage .mainBlock .btn {
  border: 2px solid rgb(134, 117, 77);
  border-radius: 0;
  color: rgb(134, 117, 77);
  padding: 0.2rem 1rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.topLevelPage .mainBlock h1, .topLevelPage .mainBlock h2 {
  font-size: 35px;
  color: rgb(134, 117, 77);
  margin-bottom: 0;
  font-weight: 300;
}
.topLevelPage .mainBlock p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.3;
}
.topLevelPage .mainBlock .prev {
  margin-top: 20px;
  font-size: 20px;
  line-height: initial;
}
.topLevelPage .mainBlock h3 {
  color: #000;
  font-size: 18px;
}
.topLevelPage .mainBlock .cast-member {
  padding-bottom: 50px;
}
.topLevelPage .mainBlock .cast-member .cast-image img {
  width: 100%;
  height: auto;
}
.topLevelPage .mainBlock .cast-member .cast-image .photo-credit {
  color: #000;
  font-size: 12px;
  padding-top: 5px;
}
.topLevelPage .photo {
  width: 100%;
}
.topLevelPage .photoCredit {
  font-size: 14px;
  margin-top: 0;
}

.loginAdmin {
  height: 85vh;
  background-color: rgb(134, 117, 77);
  color: rgb(220, 215, 204);
  text-align: center;
}
.loginAdmin .logo {
  background-color: white;
  padding: 10px;
}
.loginAdmin .logo img {
  height: 30px;
}
.loginAdmin .text, .loginAdmin .message {
  font-size: smaller;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.loginAdmin .field.text {
  width: 300px;
}
.loginAdmin form {
  position: relative;
}
.loginAdmin fieldset {
  display: inline-block;
}
.loginAdmin fieldset label {
  float: left;
  margin-bottom: 0;
  font-size: small;
  margin-top: 20px;
}
.loginAdmin fieldset input[type*=text], .loginAdmin fieldset input[type*=password] {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  height: 30px;
}
.loginAdmin fieldset input[type*=password] {
  position: relative;
}
.loginAdmin fieldset .field.checkbox {
  margin-top: 15px;
}
.loginAdmin fieldset .field.checkbox label {
  margin-top: 0px;
  margin-left: 5px;
}
.loginAdmin fieldset .field.checkbox input {
  float: left;
}
.loginAdmin .btn-toolbar {
  text-align: center;
  display: block;
}
.loginAdmin .action {
  margin-top: 20px;
  color: white;
  background-color: rgb(93, 78, 50);
  border: 0;
  padding: 5px 20px;
}
.loginAdmin #ForgotPassword {
  position: absolute;
  display: inline-block;
  font-size: smaller;
  top: 88px;
  left: 50%;
  width: 150px;
}
.loginAdmin #ForgotPassword a {
  display: inline-block;
  float: right;
}

@media (max-width: 992px) {
  .carouselAditionalOverContents {
    display: none;
  }
}

.kitchenMenus {
  margin: 0;
  background-color: #fff;
  padding: 22px 0;
  position: sticky;
  top: -1px;
  z-index: 100;
}
.kitchenMenus.is-pinned {
  box-shadow: 0px 3px 7px -6px black;
}
@media (max-width: 992px) {
  .kitchenMenus-withArrows::before, .kitchenMenus-withArrows::after {
    content: "";
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    transition: opacity 300ms;
  }
  .kitchenMenus-withArrows::before {
    opacity: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy4wNzEwNyAtNy41MTAxOWUtMDZMMS40MTQyMSA1LjY1Njg1TDAgNy4wNzEwNkwxLjQxNDIxIDguNDg1MjdMNy4wNzEwNyAxNC4xNDIxTDguNDg1MjggMTIuNzI3OUwyLjgyODQzIDcuMDcxMDZMOC40ODUyOCAxLjQxNDIxTDcuMDcxMDcgLTcuNTEwMTllLTA2WiIgZmlsbD0iIzg2NzU0RCIvPgo8L3N2Zz4K");
  }
  .kitchenMenus-withArrows::after {
    right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjk5OTk4IDE1LjA3MTFMNy42NTY4MyA5LjQxNDIxTDkuMDcxMDQgOEw3LjY1NjgzIDYuNTg1NzlMMS45OTk5OCAwLjkyODkzMkwwLjU4NTc2NCAyLjM0MzE1TDYuMjQyNjIgOEwwLjU4NTc2NCAxMy42NTY5TDEuOTk5OTggMTUuMDcxMVoiIGZpbGw9IiM4Njc1NEQiLz4KPC9zdmc+Cg==");
  }
  .kitchenMenus-withArrows-scrolled::before {
    opacity: 1;
  }
  .kitchenMenus-withArrows-scrolled-end::after {
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .kitchenMenus {
    padding-top: 20px;
  }
}
.kitchenMenus.fixed {
  padding-top: 0;
  position: fixed;
  top: 0;
}
.kitchenMenus .container {
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  .kitchenMenus .container {
    overflow-x: auto;
  }
}
.kitchenMenus .menu-tabs {
  margin: 0 4px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .kitchenMenus .menu-tabs {
    display: flex;
    gap: 2px;
    white-space: normal;
  }
}
@media (max-width: 992px) {
  .kitchenMenus .container {
    width: 100%;
    max-width: none;
    overflow: auto;
  }
  .kitchenMenus .row {
    margin: 0 5px !important;
    gap: 2px;
    justify-content: start;
  }
}
.kitchenMenus .kitchenMenu {
  height: 100% !important;
  margin: 0px !important;
  border-top: 2px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 992px) {
  .kitchenMenus .kitchenMenu {
    height: 80px !important;
  }
  .kitchenMenus .kitchenMenu .kitchen-menu-title {
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .kitchenMenus .kitchenMenu {
    min-height: 48.1667px !important;
  }
}
@media (min-width: 992px) {
  .kitchenMenus button {
    border: 0;
  }
}

.featuresOutsideCarousel > .row {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .featuresOutsideCarousel {
    display: none;
  }
}
.featuresOutsideCarousel .carousel-feature {
  margin: 0;
  margin-bottom: 10px;
  padding: 30px;
  color: white;
  background-color: rgba(134, 117, 77, 0.8);
  color: white;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.3px;
  min-height: 200px;
}
.featuresOutsideCarousel .carousel-feature + .carousel-feature {
  margin-top: 0;
}
@media (max-width: 575px) {
  .featuresOutsideCarousel .carousel-feature .afterImageInFeature {
    margin-top: 20px;
  }
}
.featuresOutsideCarousel .carousel-feature h1 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.featuresOutsideCarousel .carousel-feature .featureImage {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
.featuresOutsideCarousel .carousel-feature .featureImage::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.featuresOutsideCarousel .carousel-feature .btn {
  background-color: rgb(93, 78, 50);
  border-color: rgb(93, 78, 50);
  white-space: normal;
  color: white;
  font-size: 13px;
  margin-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
}
.featuresOutsideCarousel .carousel-feature .btn:hover {
  background-color: #443925;
  border-color: rgb(109, 94, 64);
}
.featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown-menu {
  width: 250px;
}
.featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown-menu .dropdown-item, .featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown-menu .dropdown-item {
  color: white;
  font-size: 13px;
}
.featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:focus, .featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:hover, .featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:focus, .featuresOutsideCarousel .carousel-feature .carouselFeature-dropdown-menu .dropdown-item:hover {
  color: rgb(134, 117, 77);
}
.featuresOutsideCarousel .carousel-feature .selectALocationDropDownMenu .dropdown-menu.multi-level {
  background-color: #FCFCFC;
}
.featuresOutsideCarousel .carousel-feature .selectALocationDropDownMenu .dropdown-submenu > .dropdown-menu {
  left: 100%;
  z-index: 20000;
  top: auto;
  bottom: 0;
}
.featuresOutsideCarousel .kitchenMenus {
  position: relative;
}
.featuresOutsideCarousel .kitchenMenus .kitchenMenu {
  height: 150px !important;
  margin: 0px !important;
  border-top: 2px solid white;
}
.featuresOutsideCarousel .kitchenMenus .kitchenMenu:nth-of-type(odd) {
  border-right: 2px solid white;
}
.featuresOutsideCarousel .kitchenMenus .kitchenMenu:nth-of-type(right) {
  border-left: 2px solid white;
}

body .carousel-indicators li, body .carousel-indicators a {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: white;
  margin: 5px 7px;
  cursor: pointer;
  overflow: hidden;
}
body .carousel-indicators li.active {
  transform: scale(1.3);
}

.modal-open {
  overflow: visible;
}

.cover {
  background-color: black;
}
.cover.fade.show {
  opacity: 0.3;
  display: block;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) */
}

.navbar-collapse.collapsing, .navbar-collapse.show {
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
}
@media (max-width: 768px) {
  .navbar-collapse.collapsing, .navbar-collapse.show {
    width: 100%;
  }
}

.show-if-smaller-than-md {
  display: none;
}
@media (max-width: 768px) {
  .show-if-smaller-than-md {
    display: block;
  }
}

.hide-if-smaller-than-md {
  display: block;
}
@media (max-width: 768px) {
  .hide-if-smaller-than-md {
    display: none;
  }
}

.hide-if-bigger-than-md {
  display: block;
}
@media (min-width: 768px) {
  .hide-if-bigger-than-md {
    display: none;
  }
}

.show-if-bigger-than-md {
  display: none;
}
@media (min-width: 768px) {
  .show-if-bigger-than-md {
    display: block;
  }
}

.hide-if-bigger-than-responsive {
  display: block;
}
@media (min-width: 992px) {
  .hide-if-bigger-than-responsive {
    display: none;
  }
}

.tablet-nav .navbar-collapse.navbar-restaurant .nobuRestaurantLogo {
  margin-bottom: 10px;
  margin-top: 1.5px;
}
@media (max-width: 370px) {
  .tablet-nav .navbar-collapse.navbar-restaurant .nobuRestaurantLogo {
    margin-top: 4px;
  }
}
.tablet-nav .navbar-collapse.navbar-restaurant li {
  font-size: 16px;
  padding: 5px 0;
}
.tablet-nav .navbar-collapse.navbar-restaurant li a, .tablet-nav .navbar-collapse.navbar-restaurant li a:hover {
  font-size: 16px;
}
.tablet-nav .navbar-collapse.navbar-restaurant .social-row {
  margin-top: 20px;
}
.tablet-nav .navbar-collapse.navbar-restaurant .social-row .follow-us {
  font-size: smaller;
  padding-left: 30px;
}
.tablet-nav .navbar-collapse.navbar-restaurant .social-row .socialBlock {
  margin: 0;
  float: right;
}
.tablet-nav .navbar-collapse.navbar-restaurant .social-row .socialBlock div:last-of-type {
  margin-right: 0px;
}
.tablet-nav .navbar-collapse.navbar-restaurant .social-row .socialBlock img {
  margin: 4px;
  height: 15px;
  width: 15px;
}
.tablet-nav .navbar-collapse.navbar-restaurant .mobileFunctions {
  position: inherit;
  width: 100%;
  margin-top: 10px;
}

.mobileFunctions {
  display: none;
}

@media (max-width: 768px) {
  .RestaurantEventsEnquiryPage .mobileFunctions,
  .RestaurantEventsPage .mobileFunctions,
  .RestaurantMenus .mobileFunctions,
  .RestaurantPage .mobileFunctions,
  .RestaurantReservationsPage .mobileFunctions,
  .RSVPPage .mobileFunctions {
    display: block;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    background-color: rgb(134, 117, 77);
  }
  .RestaurantEventsEnquiryPage .mobileFunctions li a,
  .RestaurantEventsPage .mobileFunctions li a,
  .RestaurantMenus .mobileFunctions li a,
  .RestaurantPage .mobileFunctions li a,
  .RestaurantReservationsPage .mobileFunctions li a,
  .RSVPPage .mobileFunctions li a {
    /* @extend --btn; */
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 0;
    display: initial;
  }
  .RestaurantEventsEnquiryPage .mobileFunctions li a:focus,
  .RestaurantEventsPage .mobileFunctions li a:focus,
  .RestaurantMenus .mobileFunctions li a:focus,
  .RestaurantPage .mobileFunctions li a:focus,
  .RestaurantReservationsPage .mobileFunctions li a:focus,
  .RSVPPage .mobileFunctions li a:focus {
    outline-color: #3b99fc;
    outline-offset: 0px;
    outline-style: auto;
    outline-width: 5px;
  }
}

iframe.resDiary {
  height: 425px;
  border: 0;
  margin: 0;
  padding: 0;
  width: 268px;
}

.homeHolder .bottomBoxes .bottomBox p, .restaurantHolder .bottomBoxes .bottomBox p, .RestaurantEventsPage .bottomBoxes .bottomBox p {
  color: white;
}

.HomeSliderPage .press-inquiry .col {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.HomeSliderPage .press-inquiry .prompt {
  width: 100px;
  float: left;
}
.HomeSliderPage .press-inquiry .inputField {
  width: calc(95% - 100px);
  float: right;
}
.HomeSliderPage .press-inquiry .inputField input, .HomeSliderPage .press-inquiry .inputField select, .HomeSliderPage .press-inquiry .inputField textarea {
  width: 100%;
}
.HomeSliderPage .press-inquiry .selectric-wrapper, .HomeSliderPage .press-inquiry .selectric {
  width: 100%;
}
.RestaurantReservationsPage .OT_wrapper {
  background-color: transparent !important;
}

/*
a, button {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
*/
.ot-dtp-picker {
  width: 100% !important;
  max-width: 320px;
}
.ot-dtp-picker .ot-title, .ot-dtp-picker .ot-powered-by {
  display: none;
}
.ot-dtp-picker .ot-dtp-picker-form {
  border: 1px solid rgba(134, 117, 77, 0.8);
  border-radius: 0px;
}
.ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: rgb(134, 117, 77);
  border-color: rgb(134, 117, 77);
  box-shadow: 0 0 0 0 rgb(134, 117, 77) !important;
}
.ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button:hover, .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button:focus {
  background-color: rgb(93, 78, 50);
  border-color: rgb(93, 78, 50);
  box-shadow: 0 0 0 0 rgb(93, 78, 50);
}
.ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector-link, .ot-dtp-picker .ot-dtp-picker-form ot-dtp-picker-label, .ot-dtp-picker .ot-dtp-picker-form .ot-title {
  font-weight: bold;
  color: black !important;
}
.ot-dtp-picker .ot-dtp-picker-form .picker--focused .picker__day--highlighted, .ot-dtp-picker .ot-dtp-picker-form .picker__day--highlighted:hover {
  background: rgb(93, 78, 50);
  color: #fff;
}
.ot-dtp-picker .ot-dtp-picker-form .picker__day--highlighted {
  background: rgb(134, 117, 77);
  font-weight: 400;
}
.ot-dtp-picker .ot-dtp-picker-form .picker__day--selected, .ot-dtp-picker .ot-dtp-picker-form .picker__day--selected:hover {
  border-color: rgb(93, 78, 50);
}
.ot-dtp-picker .ot-dtp-picker-form .picker__day--infocus:hover, .ot-dtp-picker .ot-dtp-picker-form .picker__day--outfocus:hover {
  cursor: pointer;
  color: white;
  background: rgb(134, 117, 77);
}
.ot-dtp-picker .ot-dtp-picker-form .picker__close {
  color: rgb(134, 117, 77);
  font-weight: bold;
}
.ot-dtp-picker .ot-dtp-picker-form .picker__nav--next, .ot-dtp-picker .ot-dtp-picker-form .picker__nav--prev {
  color: rgb(134, 117, 77);
}
.ot-dtp-picker .ot-dtp-picker-form .picker__nav--next {
  padding-left: 0.5rem;
}
.ot-dtp-picker .highlighted, .ot-dtp-picker .menu-opened {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
}

button:focus, a:focus, input:focus {
  outline: 1px dotted black !important;
}

.bottomBox a:focus {
  outline: 5px auto black !important;
}

.btn.focus, .btn:focus {
  box-shadow: unset;
}

@media (min-width: 576px) {
  .reservationControl .selectALocationDropDownMenu button, .reservationControl .dropdown button {
    width: 250px !important;
  }
  .reservationControl .selectALocationDropDownMenu button span, .reservationControl .dropdown button span {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .reservationControl .selectALocationDropDownMenu {
    width: unset !important;
  }
  .reservationControl .selectALocationDropDownMenu button, .reservationControl .dropdown button {
    width: 150px !important;
  }
  .reservationControl .selectALocationDropDownMenu button span, .reservationControl .dropdown button span {
    width: 100%;
  }
}
span.hotel {
  width: initial !important;
}

.btn {
  border-radius: 0;
}

.DeliveryRestaurantMenus .restaurant-ribbon-item a {
  color: #86754D;
}
.DeliveryRestaurantMenus .restaurant-ribbon-item a:hover {
  text-decoration: underline;
}

#mobileSelect {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 600ms ease;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  #mobileSelect {
    display: none;
  }
}
#mobileSelect > li > a {
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  display: block;
  padding: 4px 15px;
  font-size: 14px;
  background-color: #fff;
}
#mobileSelect > li > a:focus {
  background-color: #736238;
  color: #fff;
}
#mobileSelect ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  padding: 0;
  list-style: none;
  margin: 0;
  background-color: #736238;
  transition: transform 600ms ease;
  transform: translateX(-100%);
}
#mobileSelect ul a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 4px 15px;
  font-size: 14px;
}

#mobileSelectButton {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #mobileSelectButton {
    display: none;
  }
}

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