<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("//fonts.googleapis.com/css2?family=Great+Vibes&amp;family=League+Gothic&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://static.spotapps.co/website_images/ab_websites/307890_website_v1/fonts/MyFontsWebfontsKit.css");
/*
Heading fonts: League Gothic, sans-serif
Body fonts: Montserrat, sans-serif
Subheading fonts: ThirstyScriptMedium, sans-serif
Navigtion fonts: League Gothic, sans-serif
Button fonts: League Gothic, sans-serif
*/
/* Custom style */
body {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "League Gothic", sans-serif;
}

p {
  font-weight: 400;
}

.nav-v7 .navbar-logo .header-logo {
  max-width: 240px;
}

.navbar-regular.nav-v7 .navbar-nav &gt; li &gt; a,
.nav-v7 li.drop-down-link div.drop-down {
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  border-right: none !important;
  text-transform: uppercase;
}

.navbar.nav-v6 .social-square .contact-icon:hover i {
  color: #fff;
}

.navbar-regular.nav-v6 .navbar-nav &gt; li &gt; a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 2px;
  right: 100%;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  bottom: -3px;
  height: 3px;
  background: #503629;
}

.navbar-regular.nav-v6.nav-scroll .navbar-nav &gt; li &gt; a:before {
  background: #503629;
}

.drink-menu .navbar-regular.nav-v6 .navbar-nav &gt; li &gt; a:before {
  background: #503629;
}

.drink-menu .navbar-regular.nav-v6.nav-scroll .navbar-nav &gt; li &gt; a:before {
  background: #503629;
}

.navbar-regular.nav-v6 .navbar-nav &gt; li &gt; a:hover:before,
.navbar-regular.nav-v6 .navbar-nav &gt; li &gt; a:focus:before,
.navbar-regular.nav-v6 .navbar-nav &gt; .active &gt; a:before,
.navbar-regular.nav-v6 .navbar-nav &gt; .active &gt; a:focus:before,
.navbar-regular.nav-v6 .navbar-nav &gt; .active &gt; a:hover:before {
  right: 2px;
}

li.drop-down-link .sub-menu {
  padding: 8px;
}

li.drop-down-link .sub-menu a {
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.about-us-v6-content .text-wrapper h1,
.specials-v3.home-specials h1,
.specials h1,
.events-container h1,
.about-us-page .about-us-s1-content h1,
.custom-modal .newsletter-popup .section-header {
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  font-size: 3.8em;
}

.about-us-v8-content .text-wrapper h2,
.reviews-v2-wrapper h2,
.tmt-section h2,
.custom_html_1-section h2,
.map-newsletter h2 {
  font-family: "ThirstyScriptMedium", sans-serif;
  text-transform: none;
  font-size: 2em;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v6-wrapper .text-wrapper .text-content .custom-temp-btn,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn,
.custom-about-us-v8-wrapper.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.specials-v3.home-specials div a.custom-temp-btn,
.food-menu-nav .food-menu-nav-item,
.food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item,
.drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item,
.locations-page .food-menu-nav .food-menu-nav-item,
.locations-page .location-info-item .custom-temp-btn,
.locations-v2-page .items-holder .custom-temp-btn,
.about-us-page .custom-temp-btn,
.about-us-page .about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
.about-us-page .about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn,
.reservations-and-parties .custom-temp-btn,
.party.reservations-page .custom-temp-btn,
.party.party-images .custom-temp-btn,
.party.catering .custom-temp-btn,
.party.jobs-page .custom-temp-btn {
  padding: 8px 40px;
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  color: #FFFEF0;
  border-width: 3px;
  border-style: solid;
  border-color: #FFFEF0;
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.4em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.custom-temp-btn:before,
.uk-overlay-panel a.custom-temp-btn:before,
.on-cover-content .section-wrapper a.custom-temp-btn:before,
.about-us-v6-wrapper .text-wrapper .text-content .custom-temp-btn:before,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn:before,
.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:before,
.custom-about-us-v8-wrapper.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:before,
.map-newsletter .sph-email-subscription .sph-submit-button:before,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:before,
.addtocalendar.atc-style-blue .atcb-link:before,
.specials-v3.home-specials div a.custom-temp-btn:before,
.food-menu-nav .food-menu-nav-item:before,
.food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:before,
.drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:before,
.locations-page .food-menu-nav .food-menu-nav-item:before,
.locations-page .location-info-item .custom-temp-btn:before,
.locations-v2-page .items-holder .custom-temp-btn:before,
.about-us-page .custom-temp-btn:before,
.about-us-page .about-us-v7-content .text-wrapper .text-content .custom-temp-btn:before,
.about-us-page .about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:before,
.reservations-and-parties .custom-temp-btn:before,
.party.reservations-page .custom-temp-btn:before,
.party.party-images .custom-temp-btn:before,
.party.catering .custom-temp-btn:before,
.party.jobs-page .custom-temp-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #FFFEF0;
}

.custom-temp-btn:hover,
.custom-temp-btn:focus,
.custom-temp-btn:active,
.uk-overlay-panel a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.about-us-v6-wrapper .text-wrapper .text-content .custom-temp-btn:hover,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn:hover,
.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:hover,
.custom-about-us-v8-wrapper.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:hover,
.specials-v3.home-specials div a.custom-temp-btn:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover,
.addtocalendar.atc-style-blue .atcb-link:hover,
.tmt-section a.custom-temp-btn:hover,
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item:focus,
.food-menu-nav .food-menu-nav-item.active,
.food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:hover,
.food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:focus,
.food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item.active,
.drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:hover,
.drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:focus,
.drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item.active,
.locations-page .food-menu-nav .food-menu-nav-item:hover,
.locations-page .food-menu-nav .food-menu-nav-item:focus,
.locations-page .food-menu-nav .food-menu-nav-item.active,
.locations-page .location-info-item .custom-temp-btn:hover,
.locations-page .location-info-item .custom-temp-btn:focus,
.locations-v2-page .items-holder .custom-temp-btn:hover,
.locations-v2-page .items-holder .custom-temp-btn:focus,
.about-us-page .custom-temp-btn:hover,
.about-us-page .about-us-v7-content .text-wrapper .text-content .custom-temp-btn:hover,
.about-us-page .about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:hover,
.reservations-and-parties .custom-temp-btn:hover,
.party.reservations-page .custom-temp-btn:hover,
.party.party-images .custom-temp-btn:hover,
.party.catering .custom-temp-btn:hover,
.party.jobs-page .custom-temp-btn:hover {
  text-decoration: none;
  background-color: #FFFEF0;
  background: #FFFEF0;
  color: #000000;
  border-width: 3px;
  border-style: solid;
  border-color: #FFFEF0;
  opacity: 1;
  color: #000000;
  background: transparent;
  background-color: transparent;
}
.custom-temp-btn:hover:before,
.custom-temp-btn:focus:before,
.custom-temp-btn:active:before,
.uk-overlay-panel a.custom-temp-btn:hover:before,
.on-cover-content .section-wrapper a.custom-temp-btn:hover:before,
.about-us-v6-wrapper .text-wrapper .text-content .custom-temp-btn:hover:before,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn:hover:before,
.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:hover:before,
.custom-about-us-v8-wrapper.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:hover:before,
.specials-v3.home-specials div a.custom-temp-btn:hover:before,
.map-newsletter .sph-email-subscription .sph-submit-button:hover:before,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover:before,
.addtocalendar.atc-style-blue .atcb-link:hover:before,
.tmt-section a.custom-temp-btn:hover:before,
.food-menu-nav .food-menu-nav-item:hover:before,
.food-menu-nav .food-menu-nav-item:focus:before,
.food-menu-nav .food-menu-nav-item.active:before,
.food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:hover:before,
.food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:focus:before,
.food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item.active:before,
.drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:hover:before,
.drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:focus:before,
.drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item.active:before,
.locations-page .food-menu-nav .food-menu-nav-item:hover:before,
.locations-page .food-menu-nav .food-menu-nav-item:focus:before,
.locations-page .food-menu-nav .food-menu-nav-item.active:before,
.locations-page .location-info-item .custom-temp-btn:hover:before,
.locations-page .location-info-item .custom-temp-btn:focus:before,
.locations-v2-page .items-holder .custom-temp-btn:hover:before,
.locations-v2-page .items-holder .custom-temp-btn:focus:before,
.about-us-page .custom-temp-btn:hover:before,
.about-us-page .about-us-v7-content .text-wrapper .text-content .custom-temp-btn:hover:before,
.about-us-page .about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:hover:before,
.reservations-and-parties .custom-temp-btn:hover:before,
.party.reservations-page .custom-temp-btn:hover:before,
.party.party-images .custom-temp-btn:hover:before,
.party.catering .custom-temp-btn:hover:before,
.party.jobs-page .custom-temp-btn:hover:before {
  background: #FFFEF0;
  background-color: #FFFEF0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn, .custom-about-us-v8-wrapper.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn, .map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  background-color: transparent;
  background: transparent;
  color: #503629;
  border-width: 3px;
  border-style: solid;
  border-color: #503629;
}
.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:before, .custom-about-us-v8-wrapper.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:before, .map-newsletter .sph-email-subscription .sph-submit-button:before,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:before {
  background: #503629;
}

.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:hover, .custom-about-us-v8-wrapper.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:hover, .map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover {
  background-color: #503629;
  background: #503629;
  color: #fffef0;
  border-width: 3px;
  border-style: solid;
  border-color: #503629;
  color: #fffef0;
  background: transparent;
  background-color: transparent;
}
.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:hover:before, .custom-about-us-v8-wrapper.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn:hover:before, .map-newsletter .sph-email-subscription .sph-submit-button:hover:before,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover:before {
  background: #503629;
  background-color: #503629;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link {
  overflow-x: hidden;
}

/* Gallery hover initial */
.gallery-hover {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gallery-hover a,
.gallery-hover .image-holder {
  color: inherit;
  position: relative;
  overflow: hidden;
}
.gallery-hover a:hover,
.gallery-hover .image-holder:hover {
  text-decoration: none;
}
.gallery-hover img {
  width: 100%;
  height: 100%;
}
.gallery-hover .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
}
.gallery-hover .info h3,
.gallery-hover .info p {
  display: none;
}
.gallery-hover .info h3 {
  margin: 0 auto;
  padding: 5px;
  color: #fff;
  font-size: 2em;
}
.gallery-hover .info p {
  position: relative;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 1.1em;
  color: #fff;
  font-size: 1.3em;
}

/* Gallery hover initial END */
/*HOMEPAGE*/
/* Line borders setup */
.plain-line-border,
.plain-line-border:before {
  height: 10px;
}

.section-wrapper .top-line-border:before,
.section-wrapper .bottom-line-border:before {
  left: 0;
  right: 0;
}

.section-wrapper.animation-element .top-line-border:before,
.section-wrapper.animation-element .bottom-line-border:before,
.animation-element .top-line-border:before,
.animation-element .bottom-line-border:before {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
}
.section-wrapper.animation-element .top-line-border:before,
.section-wrapper.animation-element .bottom-line-border:before,
.animation-element .top-line-border:before,
.animation-element .bottom-line-border:before {
  left: 0;
  right: 100%;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.section-wrapper.animation-element.animate .top-line-border:before,
.section-wrapper.animation-element.animate .bottom-line-border:before,
.animation-element.animate .top-line-border:before,
.animation-element.animate .bottom-line-border:before {
  left: 0;
  right: 0;
  opacity: 1;
}

/* END Line borders setup */
/* Slideshow and cover content */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}

.on-cover-content .section-wrapper .section-header,
.uk-overlay-panel h1 {
  margin-top: 70px;
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  font-size: 4.2em;
  color: #FFFEF0;
}

.home-page .uk-slidenav-contrast,
.home-page .uk-slidenav-contrast:focus {
  color: rgba(255, 254, 240, 0.7);
}

.home-page .uk-slidenav-contrast:hover {
  color: #fffef0;
}

.home-page .uk-slidenav-contrast.uk-slidenav:focus-visible {
  outline-color: #FFFEF0;
}

.home-page .uk-dotnav-contrast &gt; * &gt; * {
  background: transparent;
  border: 1px solid #FFFEF0;
  opacity: 1;
}

.home-page .uk-dotnav-contrast &gt; .uk-active &gt; *,
.home-page .uk-dotnav-contrast &gt; * &gt; :focus,
.home-page .uk-dotnav-contrast &gt; * &gt; :hover {
  background: #FFFEF0;
  border: 1px solid #FFFEF0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-page .uk-dotnav-contrast.uk-dotnav a:focus-visible {
  outline-color: #FFFEF0;
}

.on-cover-content .section-wrapper .buttons-group-holder,
.uk-overlay-panel .buttons-group-holder {
  padding-top: 10px;
}

/* Slideshow and cover content end*/
/*Banner section*/
.banner-section {
  padding: 30px 0;
  background: #000;
  color: #fff;
}

.banner-section .container {
  text-align: center;
}

.banner-section h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-section .banner-pin {
  color: #fff;
  font-size: 1.1em;
}

.banner-section .banner-pin:hover,
.banner-section .banner-pin:focus,
.banner-section .banner-pin.active {
  color: #fff;
}

/*Banner section end*/
/*About us section*/
#aboutus_v8:before {
  background-attachment: scroll;
}

.about-us-v8-wrapper:before {
  background-position: center center;
}

.about-us-v8-content .text-wrapper h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
}

/*About us section end*/
/*Custom about us section*/
#aboutus_v8_custom:before {
  background-attachment: scroll;
}

.about-us-v8-wrapper.custom-about-us-v8-wrapper:before {
  background-position: center center;
}

.custom-about-us-v8-wrapper .about-us-v8-content .text-wrapper h2 {
  color: #000;
}

#aboutus_v8_custom .about-us-v8-image {
  background-size: contain;
}

/*Custom about us section end*/
/*Custom html 1 section*/
.custom_html_1-section {
  color: #503629;
  background-color: #fffef0;
}

.custom_html_1-section .container,
.custom_html_1-section h1 {
  text-align: center;
}

.custom_html_1-section h1 {
  margin-top: 0;
}

.custom_html_1-section h2 {
  margin: 25px auto;
}

.custom_html_1-section p {
  text-align: center !important;
}

/*Custom html 1 section end*/
/*TMT section*/
.tmt-section h1 {
  margin-top: 20px;
  margin-bottom: 0;
}

.tmt-section h2 {
  margin-top: 10px;
}

.tmt-section p {
  font-size: 1.3em;
  margin: 20px auto;
}

.tmt-section a.custom-temp-btn {
  margin: 0 5px 20px;
}

.reservations-tmt-section {
  background-position: center;
}

.order-tmt-section {
  background-position: center;
}

.private-parties-tmt-section {
  background-position: center;
}

.catering-tmt-section {
  background-position: center;
}

.jobs-tmt-section {
  background-position: center;
}

/*TMT section end*/
/*Gallery section V4*/
.gallery-v4-wrapper {
  background-color: #3a3a3a;
}

/*Gallery section V4 end*/
.fancybox-skin {
  border-radius: 0;
}

/*Reviews section*/
.reviews-v2-wrapper {
  background-position: center !important;
}

.reviews-v2-wrapper h1 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  color: #4A3226;
  z-index: 1;
}

.reviews-v2-wrapper h2 {
  margin-top: 0;
  color: #4A3226;
}

.reviews-v2-wrapper h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  margin: 20px auto 15px;
  color: #1B1B1B;
}

.reviews-v2-wrapper h3 .fa.fa-star {
  color: #1B1B1B;
  font-size: 0.8em;
}

.reviews-v2-wrapper .review-quote {
  color: #1B1B1B;
  opacity: 1;
}

.reviews-v2-wrapper .review-text {
  padding-top: 0;
}

.reviews-v2-wrapper .review-text p {
  line-height: 1.5em;
}

.owl-theme .owl-dots .owl-dot button {
  background: transparent;
  border: 1px solid #1B1B1B;
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #1B1B1B;
  border: 1px solid #1B1B1B;
  opacity: 1;
}

.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot button:focus-visible {
  outline: 1px solid #1B1B1B;
  outline-offset: 2px;
}

.reviews-v2-wrapper .owl-carousel .owl-nav button,
.reviews-v2-wrapper .owl-carousel .owl-nav button:focus {
  color: rgba(27, 27, 27, 0.7);
}

.reviews-v2-wrapper .owl-carousel .owl-nav button:hover {
  color: #1b1b1b;
}

.reviews-v2-wrapper .owl-carousel .owl-nav button:focus-visible {
  outline: 1px solid #1B1B1B;
  outline-offset: 2px;
}

/*Reviews section end*/
/* Newsletter common option for newsletter sections and popup */
.sph-email-subscription .sph-email-form input::-webkit-input-placeholder {
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.sph-email-subscription .sph-email-form input:focus::-webkit-input-placeholder {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

/*Newsletter section*/
.map-newsletter {
  border-right: none;
}

.map-newsletter .text-wrapper:before {
  background-color: #FFFEF0;
}

.map-newsletter .text-wrapper:before {
  background-position: top left;
}

.map-newsletter .section-header {
  padding-bottom: 15px;
  color: #503629;
}

.map-newsletter h2 {
  color: #503629;
}

.map-newsletter .sph-email-subscription h2 {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  color: #1B1B1B;
  font-size: 1.3em;
  font-weight: 400;
}

.map-newsletter .sph-email-subscription .sph-email-input {
  padding: 8px 40px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: transparent;
  color: #1B1B1B;
  border-bottom: 2px solid #1B1B1B;
  border-width: 2px;
}

.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
  color: #1B1B1B;
}

.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
  color: #1B1B1B;
}

.map-newsletter .sph-email-subscription input::-moz-placeholder { /* Firefox 19+ */
  color: #1B1B1B;
}

.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
  color: #1B1B1B;
}

.map-newsletter .bar {
  top: -8px;
}

.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #E65300;
}

.googlemap-v3-wrapper .triangle {
  display: none;
}

.sph-response-message {
  color: #1B1B1B;
}

.googlemap-v3-wrapper input:-webkit-autofill,
.googlemap-v3-wrapper input:-webkit-autofill:hover,
.googlemap-v3-wrapper input:-webkit-autofill:focus,
.googlemap-v3-wrapper input:-webkit-autofill:active {
  -webkit-text-fill-color: #1B1B1B;
  color: #1B1B1B !important;
}

.map-newsletter .sph-email-subscription label {
  color: #1B1B1B;
}

/*Newsletter section end*/
/*Newsletter popup section*/
.custom-modal .modal-content {
  background-color: #FFFEF0;
}

.custom-modal .newsletter-popup .section-header {
  color: #503629;
}

.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  color: #1B1B1B;
}

.custom-modal .newsletter-popup .sph-email-subscription h2 {
  font-weight: 400;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
  background-color: transparent;
  padding: 9px 5px;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
  color: #1B1B1B;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
  color: #1B1B1B;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder { /* Firefox 19+ */
  color: #1B1B1B;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
  color: #1B1B1B;
}

.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill,
.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill:hover,
.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill:focus,
.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill:active {
  -webkit-text-fill-color: #1B1B1B;
  color: #1B1B1B !important;
}

.custom-modal .newsletter-popup .bar:before,
.custom-modal .newsletter-popup .bar:after {
  background: #E65300;
}

.map-newsletter .sph-email-subscription label,
.custom-modal .newsletter-popup .sph-email-subscription label {
  font-family: "Montserrat", sans-serif !important;
  color: #1B1B1B;
  text-transform: none;
  font-weight: 400 !important;
}

.custom-modal .close {
  color: #000;
  opacity: 1;
}

.custom-modal .close:hover {
  color: #7a5948;
  opacity: 0.8;
}

/*Newsletter popup section end*/
/*Newsletter response message*/
.sph-response-message {
  font-size: 1.4em;
}

/*Openstreetmap section*/
.maps-wrapper .custom-temp-btn.reset-zoom-btn,
.maps-wrapper.about-us-s3-wrapper .reset-zoom-btn {
  right: 7px;
}

/*Openstreetmap section end*/
/*Contact section*/
.contact-v3 {
  background: #503629;
  color: #fff;
  text-align: left;
}

.contact-v3::before {
  background: #503629;
}

.contact-v3 .contact-us p {
  margin: 0;
}

.contact-v3 .days {
  padding: 0;
  text-transform: capitalize;
}

.contact-v3 .from-to {
  text-transform: uppercase;
}

.contact-v3 a {
  text-decoration: none;
  color: #fff;
}

.contact-v3 a:focus {
  color: #fff;
}

/*Contact section end*/
.footer-v2-wrapper {
  background-color: #503629;
  border-top: 2px solid #fffef0;
  color: #fffef0;
}

.footer-v2-wrapper p {
  font-size: 1.3em;
}

.footer-v2-wrapper a {
  color: #fffef0;
}

.footer-v2-wrapper a:hover,
.footer-v2-wrapper a:active,
.footer-v2-wrapper a:focus {
  color: #d7977d;
}

/*HOMEPAGE END*/
/*ABOUT US PAGE*/
.about-page-content {
  min-height: 100vh;
}

#about_s1_section {
  display: none;
}

#about_s4_section {
  display: none;
}

.about-page-content .about-us-v7-wrapper .about-us-v7-content:first-of-type {
  background-position: center;
}

.about-page-content .about-us-v7-content .text-wrapper:before {
  background-position: center;
}

.about-page-content .about-us-v7-content .text-wrapper .text-content {
  padding: 40px 6%;
}

.about-page-content .about-us-v7-content .text-wrapper .text-content,
.about-page-content .about-us-v7-content .text-wrapper .text-content * {
  text-align: center !important;
}

/*ABOUT US PAGE END*/
/*FOOD AND DRINKS PAGE*/
.food-menu-page:before {
  z-index: 0;
}

.food-menu-page {
  background: #000;
}

.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 85px;
}

.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
  color: #fff;
}

.food-menu-nav .food-menu-nav-item {
  padding: 8px 40px;
}

.food-menu-grid-item-content {
  border-radius: 0;
}

.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2,
.food-menu-grid h2 {
  font-family: "League Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  color: #503629;
}

.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
}

.food-menu-grid p,
.food-menu-grid .food-item-description {
  font-size: 1.2em;
}

.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #1B1B1B;
}

.food-menu-grid p,
.food-menu-grid .menu-description p {
  color: #fff;
}

.food-menu-grid .food-menu-description p {
  color: #1B1B1B;
}

.food-menu-grid .food-item-description {
  color: #1B1B1B;
}

.food-menu-grid h3,
.food-menu-grid .food-price {
  color: #1B1B1B;
}

.food-menu-grid .food-price {
  color: #1B1B1B;
}

.food-menu-page .food-menu-grid-item-content {
  background: #fffef0;
  border: #1B1B1B;
  border-radius: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.food-menu-page .food-menu-grid .food-item-holder {
  border-bottom: 1px solid #e4e4e4;
}

/* Drinks only set*/
.drink-menu-page:before {
  z-index: 0;
}

.drink-menu-page {
  background: #fffef0;
}

.drink-menu-v2-wrapper .food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #1B1B1B;
}

.drink-menu-v2-wrapper .section-header {
  color: #1B1B1B;
}

.drink-menu-v2-wrapper h2,
.drink-menu .drink-menu-page h2 {
  color: #1B1B1B;
  text-transform: uppercase;
}

.drink-menu-v2-wrapper .food-menu-grid p,
.drink-menu-grid .menu-description p {
  color: #1B1B1B;
}

.drink-menu-v2-wrapper .food-menu-grid .food-menu-description p {
  color: #1B1B1B;
}

.drink-menu-v2-wrapper .food-menu-grid .food-item-description {
  color: #1B1B1B;
}

.drink-menu-v2-wrapper .food-menu-grid h3,
.drink-menu-v2-wrapper .food-menu-grid .food-price {
  color: #1B1B1B;
}

.drink-menu-v2-wrapper .food-menu-grid .food-price {
  color: #1B1B1B;
}

.food-menu-page .drink-menu-v2-wrapper .food-menu-grid-item-content {
  background: #fffef0;
  border: #1B1B1B;
  border-radius: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.food-menu-page .drink-menu-v2-wrapper .food-menu-grid .food-item-holder {
  border-bottom: 1px solid #e4e4e4;
}

.food-menu-v2-wrapper .empty-content-message h2,
.food-menu-v2-wrapper .empty-content-message h3 {
  color: #fff;
}

.drink-menu-v2-wrapper .empty-content-message h2,
.drink-menu-v2-wrapper .empty-content-message h3 {
  color: #1B1B1B;
}

/*FOOD AND DRINKS PAGE END*/
/*SPECIALS PAGE*/
.onespecial {
  font-size: 1.2em;
}

.specials h1 {
  color: #fff;
}

.specials h2 {
  color: #fff;
}

/*SPECIALS PAGE END*/
/*EVENTS PAGE*/
.event-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.events-container h1 {
  color: #fff;
}

.events-container h2 {
  font-weight: 400;
  font-size: 2em;
  color: #fff;
}

.events-container .event-main-text,
.events-container .event-info-text p,
.events-container .event-time {
  font-family: "Montserrat", sans-serif;
}

.atc-style-blue .atcb-list {
  width: 100%;
}

/*EVENTS PAGE END*/
/*GIFT CARDS PAGE*/
.gift-cards-page h1 {
  margin-top: 35px;
}

/*GIFT CARDS PAGE END*/
/* TMT PAGES */
/* TMT PAGES END */
.drink-menu .pagecontent {
  padding-top: 150px;
}

.empty-content-message h2,
.empty-content-message h3,
.food-menu-page .empty-content-message h2,
.food-menu-page .empty-content-message h3 {
  text-transform: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
}

/* Gallery hover effect 1 */
/* Gallery hover animation_1: image zoom no info panel */
.gallery-hover.animation_1 .img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gallery-hover.animation_1 a:hover .img,
.gallery-hover.animation_1 .image-holder:hover .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* Gallery hover effects 4, 5, 6 */
.gallery-hover.animation_4 .img,
.gallery-hover.animation_5 .img,
.gallery-hover.animation_6 .img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-hover.animation_4 .info,
.gallery-hover.animation_5 .info,
.gallery-hover.animation_6 .info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-hover.animation_4 .info h3, .gallery-hover.animation_4 .info p,
.gallery-hover.animation_5 .info h3,
.gallery-hover.animation_5 .info p,
.gallery-hover.animation_6 .info h3,
.gallery-hover.animation_6 .info p {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-hover.animation_4 a:hover .img,
.gallery-hover.animation_4 .image-holder:hover .img,
.gallery-hover.animation_5 a:hover .img,
.gallery-hover.animation_5 .image-holder:hover .img,
.gallery-hover.animation_6 a:hover .img,
.gallery-hover.animation_6 .image-holder:hover .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery-hover.animation_4 a:hover .info,
.gallery-hover.animation_4 .image-holder:hover .info,
.gallery-hover.animation_5 a:hover .info,
.gallery-hover.animation_5 .image-holder:hover .info,
.gallery-hover.animation_6 a:hover .info,
.gallery-hover.animation_6 .image-holder:hover .info {
  visibility: visible;
  opacity: 1;
}

/* Gallery hover animation_4: image zoom and info panel overlay fade in, text slide bottom to top */
.gallery-hover.animation_4 .info h3 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-hover.animation_4 .info p {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-hover.animation_4 a:hover .info h3,
.gallery-hover.animation_4 a:hover .info p,
.gallery-hover.animation_4 .image-holder:hover .info h3,
.gallery-hover.animation_4 .image-holder:hover .info p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Gallery hover animation_5: image zoom and info panel overlay fade in, text slide top to bottom */
.gallery-hover.animation_5 .info h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gallery-hover.animation_5 .info p {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gallery-hover.animation_5 a:hover .info h3,
.gallery-hover.animation_5 a:hover .info p,
.gallery-hover.animation_5 .image-holder:hover .info h3,
.gallery-hover.animation_5 .image-holder:hover .info p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Gallery hover animation_6: image zoom and info panel overlay fade in, text slide from left */
.gallery-hover.animation_6 .info h3 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.gallery-hover.animation_6 .info p {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.gallery-hover.animation_6 a:hover .info h3,
.gallery-hover.animation_6 a:hover .info p,
.gallery-hover.animation_6 .image-holder:hover .info h3,
.gallery-hover.animation_6 .image-holder:hover .info p {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 1400px) {
  .navbar.nav-v7 .container {
    width: 100%;
  }
  .navbar-regular.nav-v7 .navbar-nav &gt; li &gt; a {
    padding: 0 10px;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .about-us-v6-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.4em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.9em;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 3.8em;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 200px;
  }
  .specials h2 {
    font-size: 1.3em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 1200px) {
  .navbar-regular.nav-v7 .navbar-nav &gt; li &gt; a {
    font-size: 1.3em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .about-us-v6-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.8em;
  }
  p {
    font-size: 1.2em;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 3.4em;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .tmt-section p {
    font-size: 1.2em;
  }
  .googlemap-v3-wrapper .map-item,
  #map-v3-container {
    min-height: 460px;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.2em;
  }
  .gallery-carousel-menu-wrapper .info p {
    font-size: 1.2em;
  }
  .gallery-carousel-menu-wrapper .info p.menu-item-title {
    font-size: 1.2em;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 1.1em;
  }
  .footer-v2-wrapper a {
    font-size: 1.1em;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 150px;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.8em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1.2em;
  }
  .food-menu-grid p,
  .food-menu-grid .food-item-description {
    font-size: 1.1em;
  }
  .onespecial {
    font-size: 1.1em;
  }
  .events-container h2 {
    font-size: 1.8em;
  }
  .events-container .event-main-text,
  .events-container .event-info-text p,
  .events-container .event-time {
    font-size: 1.2em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 1024px) {
  #aboutus_v8:before,
  #aboutus_v8_custom:before {
    background-attachment: scroll;
  }
}
@media (max-width: 1023px) {
  .navbar-regular.nav-v7 .navbar-nav &gt; li &gt; a {
    font-size: 1.2em;
  }
  li.drop-down-link .sub-menu {
    padding: 5px;
  }
  li.drop-down-link .sub-menu a {
    font-size: 1.2em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .about-us-v6-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.6em;
  }
  .custom-temp-btn,
  .uk-overlay-panel a.custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn,
  .about-us-v6-wrapper .text-wrapper .text-content .custom-temp-btn,
  .about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
  .about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn,
  .custom-about-us-v8-wrapper.about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn,
  .map-newsletter .sph-email-subscription .sph-submit-button,
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
  .addtocalendar.atc-style-blue .atcb-link,
  .specials-v3.home-specials div a.custom-temp-btn,
  .food-menu-nav .food-menu-nav-item,
  .food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item,
  .drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item {
    font-size: 16px;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 3em;
  }
  .about-us-v8-wrapper:before {
    background-position: center center;
  }
  .about-us-v8-wrapper.custom-about-us-v8-wrapper:before {
    background-position: center center;
  }
  .reservations-tmt-section {
    background-position: center;
  }
  .order-tmt-section {
    background-position: center;
  }
  .private-parties-tmt-section {
    background-position: center;
  }
  .catering-tmt-section {
    background-position: center;
  }
  .jobs-tmt-section {
    background-position: center;
  }
  .reviews-v2-wrapper {
    background-position: center !important;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.1em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.1em;
  }
  .map-newsletter .text-wrapper:before {
    background-position: center center;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 100px;
  }
  .about-page-content .about-us-v7-wrapper .about-us-v7-content:first-of-type {
    background-position: center;
  }
  .about-page-content .about-us-v7-content .text-wrapper:before {
    background-position: center;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content,
  .about-page-content .about-us-v7-content .text-wrapper .text-content * {
    text-align: center !important;
  }
  .about-us-page .custom-temp-btn,
  .about-us-page .about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
  .about-us-page .about-us-v8-wrapper .about-us-v8-item a.custom-temp-btn {
    font-size: 16px;
  }
  .onespecial {
    font-size: 1em;
  }
  .specials h2 {
    font-size: 1.2em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 991px) {
  .navbar.nav-v7 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-regular.nav-v7 .navbar-nav &gt; li &gt; a {
    padding: 0 6px;
  }
  .social-icons-holder .contact-icon {
    width: 28px;
  }
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: none;
  }
  .map-newsletter .bar {
    top: 0;
  }
  .about-us-page .about-us-s1-content {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .navbar.nav-v7 .header-logo {
    max-width: 160px;
  }
  .navbar-regular.nav-v7 .navbar-nav &gt; li &gt; a,
  .nav-v7 li.drop-down-link div.drop-down {
    font-size: 1.3em;
    padding: 6px 15px;
  }
  .drink-menu .navbar-regular.nav-v7.nav-v4 .navbar-nav &gt; li &gt; a,
  .navbar-regular.nav-v7.nav-v4.nav-scroll .navbar-nav &gt; li &gt; a {
    background-color: #FFFEF0;
  }
  .navbar-regular.nav-v7 .navbar-nav &gt; li &gt; a:hover,
  .navbar-regular.nav-v7 .navbar-nav &gt; .active &gt; a,
  .navbar-regular.nav-v7 .navbar-nav &gt; .active &gt; a:focus,
  .navbar-regular.nav-v7 .navbar-nav &gt; .active &gt; a:hover {
    background-color: #503629 !important;
    color: #FFFEF0 !important;
  }
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: inline-block;
  }
  li.drop-down-link .sub-menu {
    padding: 0 30px 5px 30px;
  }
  .navbar-regular.nav-v6 .navbar-nav &gt; li &gt; a:before {
    display: none;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .about-us-v6-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.4em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.7em;
  }
  p {
    font-size: 1.1em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: "League Gothic", sans-serif;
    font-size: 16px;
    padding: 15px 5px;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    margin-top: 0;
    font-size: 2.5em;
  }
  .on-cover-content .buttons-group-holder a.custom-temp-btn,
  .uk-overlay-panel .buttons-group-holder a.custom-temp-btn {
    min-width: auto;
  }
  .banner-section {
    padding: 13px 0;
    text-align: center;
  }
  .banner-section h1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .banner-section h1 {
    font-size: 1.1em;
  }
  .about-us-v8-content .text-wrapper {
    text-align: center;
  }
  .about-us-v8-content .text-wrapper p {
    text-align: center !important;
  }
  .about-us-v8-content .title-image h1::after,
  .about-us-v8-content .title-image h1::before {
    background-position: center !important;
  }
  .tmt-section {
    padding: 2em 0;
  }
  .tmt-section p {
    font-size: 1.1em;
  }
  .gallery-carousel-menu-wrapper .info p {
    font-size: 1.1em;
  }
  .gallery-carousel-menu-wrapper .info p.menu-item-title {
    font-size: 1.1em;
  }
  .custom_html_1-section {
    padding: 2em 0;
  }
  .custom_html_1-section .container,
  .custom_html_1-section h1 {
    text-align: center;
  }
  .custom_html_1-section p {
    text-align: center !important;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1em;
  }
  .googlemap-v3-wrapper .map-item.map-newsletter {
    min-height: 440px;
  }
  .map-newsletter .text-wrapper .text-content {
    top: -10px;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.1em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.1em;
  }
  .sph-response-message {
    font-size: 1.3em;
  }
  .contact-v3 {
    text-align: center;
  }
  .footer-v2-wrapper p {
    font-size: 1.1em;
  }
  .footer-v2-wrapper a {
    font-size: 1em;
  }
  .about-page-content {
    padding-top: 0;
  }
  .about-us-s1-wrapper {
    margin-top: 0;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 70px;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 45px;
  }
  .food-menu-nav .food-menu-nav-item,
  .food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item,
  .drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item {
    padding: 7px 20px;
    border: none;
    border-radius: 0;
  }
  .food-menu-nav .food-menu-nav-item:hover,
  .food-menu-nav .food-menu-nav-item:focus,
  .food-menu-nav .food-menu-nav-item.active,
  .food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:hover,
  .food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:focus,
  .food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item.active,
  .drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:hover,
  .drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:focus,
  .drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item.active {
    border: none;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .food-menu-nav .food-menu-nav-item {
    border-bottom: 2px solid #FFFEF0;
  }
  .food-menu-nav .food-menu-nav-item:hover,
  .food-menu-nav .food-menu-nav-item:focus,
  .food-menu-nav .food-menu-nav-item.active {
    border-bottom: 2px solid #FFFEF0;
  }
  .food-menu-nav li.food-menu-nav-li:first-of-type .food-menu-nav-item {
    border-top: 2px solid #FFFEF0;
  }
  .food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item {
    border-bottom: 2px solid #FFFEF0;
  }
  .food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:hover,
  .food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:focus,
  .food-menu-v2-wrapper .food-menu-nav .food-menu-nav-item.active {
    border-bottom: 2px solid #FFFEF0;
  }
  .food-menu-v2-wrapper .food-menu-nav li.food-menu-nav-li:first-of-type .food-menu-nav-item {
    border-top: 2px solid #FFFEF0;
  }
  .drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item {
    border-bottom: 2px solid #FFFEF0;
  }
  .drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:hover,
  .drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item:focus,
  .drink-menu-v2-wrapper .food-menu-nav .food-menu-nav-item.active {
    border-bottom: 2px solid #FFFEF0;
  }
  .drink-menu-v2-wrapper .food-menu-nav li.food-menu-nav-li:first-of-type .food-menu-nav-item {
    border-top: 2px solid #FFFEF0;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.6em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1.1em;
  }
  .food-menu-grid p,
  .food-menu-grid .food-item-description {
    font-size: 1.05em;
  }
  .food-menu-page .drink-menu-v2-wrapper .food-menu-grid-item-content {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .events-container h2 {
    font-size: 1.6em;
  }
  .events-container .event-main-text,
  .events-container .event-info-text p,
  .events-container .event-time {
    font-size: 1.1em;
  }
  /* Catering custom page with menu */
  .party.catering .food-menu-nav .food-menu-nav-item {
    border: none;
    border-bottom: 2px solid #FFFEF0;
    border-radius: 0;
  }
  .party.catering .food-menu-nav .food-menu-nav-item:hover,
  .party.catering .food-menu-nav .food-menu-nav-item:focus,
  .party.catering .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #FFFEF0;
    border-radius: 0;
  }
  .party.catering .food-menu-nav li.food-menu-nav-li:first-of-type .food-menu-nav-item {
    border-top: 2px solid #FFFEF0;
  }
  /* Catering custom page with menu end */
  .tmt-page.party-background.drink-menu .pagecontent {
    padding-top: 0;
  }
  .drink-menu .pagecontent {
    padding-top: 70px;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .about-us-v6-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 1.9em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.6em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 14px;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 2.3em;
  }
  .footer-v2-wrapper a {
    font-size: 0.9em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.1em;
  }
}
/* START website specific style */
/* Promotion popup */
.promotion-pop-up.custom-styled .modal-content {
  background-color: #fffef0;
}
.promotion-pop-up.custom-styled .modal-content .modal-body {
  color: #503629;
}
.promotion-pop-up.custom-styled .modal-content .modal-body h1 {
  text-transform: uppercase;
}
.promotion-pop-up.custom-styled .modal-content .modal-footer a.btn {
  background-color: #503629;
  border: 2px solid #503629;
  color: #fff;
  font-family: "League Gothic", sans-serif;
  text-transform: uppercase;
}
.promotion-pop-up.custom-styled .modal-content .modal-footer a.btn:hover {
  background-color: #fff;
  border: 2px solid #503629;
  color: #503629;
}

.prom-bar.custom-styled {
  background-color: #e65300;
}

/* Promotion popup end */
li.drop-down-link .sub-menu {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
li.drop-down-link .sub-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 3px;
}

li.drop-down-link .drop-down .fa {
  color: inherit !important;
}

/*
.catering .food-menu-v2-wrapper.section-wrapper .food-menu-nav-item {
  border: 2px solid #fff;
}
*/
.catering .food-menu-grid-item-content {
  background: #fffef0;
}

.reviews-v2-wrapper h2 {
  margin-top: 5px;
}

/* About US Page */
.about-us-page .uk-slidenav-contrast,
.about-us-page .uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}

.about-us-page .uk-slidenav-contrast:hover {
  color: #fff;
}

.about-us-page .uk-slidenav-contrast.uk-slidenav:focus-visible {
  outline-color: #fff;
}

.about-us-page .uk-dotnav-contrast &gt; * &gt; * {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.about-us-page .uk-dotnav-contrast &gt; .uk-active &gt; *,
.about-us-page .uk-dotnav-contrast &gt; * &gt; :focus,
.about-us-page .uk-dotnav-contrast &gt; * &gt; :hover {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about-us-page .uk-dotnav-contrast.uk-dotnav a:focus-visible {
  outline-color: #fff;
}

.about-us-page .about-us-v7-wrapper.section-wrapper {
  margin-top: 140px;
}

/* About US Page end */
/* Contact v3 section */
.drink-menu:not(.custom-page) .contact-v3 .row div[class^=col] {
  text-align: left;
}

.contact-v3 .container .contact-location a:hover {
  text-decoration: underline;
}

.contact-v3 .contact-location .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.contact-v3 .contact-location .btn-holder h1 {
  margin-top: 15px;
  margin-bottom: 0;
}
.contact-v3 .contact-location .btn-holder h1 a {
  margin-top: 5px;
  color: #fffef0;
}

/* Contact v3 section */
/* Reviews section */
.carousel-wrapper.reviews-v2-wrapper {
  padding: 1em 0;
}

/* Reviews section end */
/* custom page */
.custom-page:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.custom-page * {
  text-shadow: none;
}

.custom-page {
  background-color: #fffef0;
  color: #503629;
}

.custom-page .pagecontent {
  text-align: center;
  padding-bottom: 0;
  padding-inline: 0;
  width: 100%;
}
.custom-page .pagecontent a.custom-temp-btn {
  overflow: hidden;
  display: inline-block;
}
.custom-page .pagecontent .content-wrapper {
  background-color: #fffef0;
  padding: 10px 5% 50px;
  text-align: center;
}
.custom-page .pagecontent .content-wrapper &gt; img {
  margin: 0 0 50px 50px;
  width: 500px;
  max-width: 50%;
}
.custom-page .pagecontent .clearfix {
  clear: both;
}
.custom-page .pagecontent h1.section-header {
  border-bottom: 2px solid #503629;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
}
.custom-page .pagecontent h2.section-header {
  text-align: inherit;
}
.custom-page .pagecontent .inner-content-wrapper img {
  margin: 0 0 50px 50px;
  width: 500px;
  max-width: 50%;
}
.custom-page .pagecontent .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-page .pagecontent .content-wrapper a {
  color: #b7530b;
}
.custom-page .pagecontent .main-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-page .pagecontent .main-flex-wrapper img {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-page .pagecontent .main-flex-wrapper .content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 4%;
}

/* custom page end */
/* Contact Us custom page */
.contact-us:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background: #fffef0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.contact-us .pagecontent {
  color: #503629;
}
.contact-us .pagecontent p a,
.contact-us .pagecontent .form-container a {
  color: #CC4B00;
  text-decoration: none;
}
.contact-us .pagecontent p a:hover,
.contact-us .pagecontent .form-container a:hover {
  text-decoration: underline;
}
.contact-us .pagecontent .custom-temp-btn {
  color: #fffef0;
  border: 2px solid #000;
  background: #503629;
}
.contact-us .pagecontent .custom-temp-btn:hover, .contact-us .pagecontent .custom-temp-btn:focus, .contact-us .pagecontent .custom-temp-btn:active {
  color: #000;
}
.contact-us .pagecontent .info-holder p {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.contact-us .social-holder {
  margin-bottom: 20px;
}
.contact-us .social-holder a .social-icon {
  padding: 10px;
  color: #503629;
}
.contact-us .social-holder a .social-icon:hover {
  background-color: #503629;
  color: #fffef0;
}

.contact-us .navbar li a {
  text-decoration: none;
}

.contact-us .pagecontent .container p {
  text-align: left;
}

.separator .block-separator {
  border-top: 2px solid #503629;
  max-width: 50%;
  margin: 1em auto 2em;
}

/* Contact Us custom page */
/* Parties Special Events custom page */
.special-events:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-color: #fffef0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.special-events .pagecontent {
  color: #66594e;
  width: 60%;
}
.special-events .pagecontent h1.section-header {
  color: #503629;
}
.special-events .pagecontent img {
  margin: 0 auto;
  max-height: 250px;
}
.special-events .pagecontent a {
  color: #66594e;
}
.special-events .pagecontent h2 {
  font-family: "League Gothic", sans-serif;
  text-transform: uppercase;
  color: #503629;
}
.special-events .pagecontent .custom-temp-btn {
  border: 2px solid #503629;
}
.special-events .pagecontent .custom-temp-btn:hover {
  color: #fffef0;
}
.special-events .pagecontent .custom-temp-btn:before {
  background: #503629;
}

/* Parties Special Events custom page */
/* Privacy Policy custom page */
.privacy-policy:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background: #fffef0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.privacy-policy .pagecontent {
  color: #66594e;
}
.privacy-policy .pagecontent h1.section-header {
  color: #503629;
}
.privacy-policy .pagecontent a {
  color: #66594e;
}
.privacy-policy .pagecontent h2, .privacy-policy .pagecontent h3 {
  font-family: "League Gothic", sans-serif;
  color: #503629;
  text-transform: uppercase;
}

/* Privacy Policy custom page end */
/* Terms and Conditions custom page end */
.terms-and-conditions:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background: #fffef0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.terms-and-conditions .pagecontent {
  color: #66594e;
}
.terms-and-conditions .pagecontent h1.section-header {
  color: #503629;
}
.terms-and-conditions .pagecontent a {
  color: #66594e;
}
.terms-and-conditions .pagecontent .bold-subheader,
.terms-and-conditions .pagecontent h2 {
  font-family: "League Gothic", sans-serif;
  color: #503629;
  text-transform: uppercase;
}

/* Terms and Conditions custom page end */
/* Catering Page page */
.catering-page-custom-page::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background: #fffef0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.catering-page-custom-page * {
  text-shadow: none;
}

.catering-page-custom-page .pagecontent {
  text-align: center;
  padding-bottom: 1px;
  color: #66594e;
}

.catering-page-custom-page .order-section {
  width: 750px;
  margin: 0 auto 200px;
}

.catering-page-custom-page h1.section-header {
  border-bottom: 2px solid #503629;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 500px;
  max-width: 90%;
  margin: 45px auto 20px;
}

.catering-page-custom-page h2 {
  font-size: 3.5em;
}

.catering-page-custom-page a.custom-temp-btn {
  background-color: transparent;
  background: transparent;
  color: #503629;
  border-width: 3px;
  border-style: solid;
  border-color: #503629;
  margin-left: 5px;
  margin-right: 5px;
}

.catering-page-custom-page a.custom-temp-btn:hover,
.catering-page-custom-page a.custom-temp-btn:focus {
  border-width: 3px;
  border-style: solid;
  border-color: #503629;
  color: #fffef0;
  background: transparent;
  background-color: transparent;
}

.catering-page-custom-page a.custom-temp-btn:before {
  background: #503629;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.catering-page-custom-page a.custom-temp-btn:hover:before {
  background: #503629;
  background-color: #503629;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Catering Page page end */
@media (max-width: 1400px) {
  .catering-page-custom-page h2 {
    font-size: 3em;
  }
}
@media (max-width: 1024px) {
  .special-events .pagecontent {
    width: 90%;
  }
  .special-events .pagecontent .party-btn-holder {
    text-align: center;
  }
  .catering-page-custom-page h2 {
    font-size: 2.5em;
  }
  .catering-page-custom-page .order-section {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  li.drop-down-link .sub-menu a {
    font-size: 1.1em;
  }
  .contact-us .pagecontent .new-ada-form .reservations-and-parties-form {
    margin: 1em auto;
  }
  .contact-us .pagecontent .info-holder {
    text-align: center;
  }
  .contact-us .pagecontent .info-holder p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .contact-us .pagecontent .container p {
    text-align: center;
  }
  .custom-page .pagecontent .main-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-page .pagecontent .main-flex-wrapper img {
    width: 100%;
  }
  .custom-page .pagecontent .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content {
    min-height: 0;
  }
  .custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-wrapper {
    padding: 0 !important;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a:hover,
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a:focus {
    text-decoration: underline;
  }
  .custom-page .pagecontent {
    padding-bottom: 50px;
  }
  .custom-page .pagecontent .content-wrapper {
    text-align: center;
  }
  .custom-page .pagecontent .content-wrapper img {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  .drink-menu:not(.custom-page) .contact-v3 .row div[class^=col] {
    text-align: center;
  }
  .drink-menu .contact-v3 {
    padding-bottom: 60px;
  }
  .about-us-page .about-us-v7-wrapper.section-wrapper {
    margin-top: 70px;
  }
  .custom-page .pagecontent .content-wrapper {
    margin-top: 30px;
  }
  .special-events .pagecontent {
    width: 100%;
    text-align: center;
  }
  .contact-us .pagecontent .container p,
  .privacy-policy .pagecontent,
  .terms-and-conditions .pagecontent,
  .contact-v3 .contact-location .btn-holder {
    text-align: center;
  }
  .new-ada-form.reservations-and-parties .form-container .form-block label {
    font-size: 12px;
  }
}</pre></body></html>