@import url('//fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('//fonts.googleapis.com/css2?family=Kavivanar&display=swap');
@import url('//fonts.googleapis.com/css2?family=Source+Code+Pro:wght@600&display=swap');

/*
font-family:'Bebas W05 Regular';
font-family: 'Source Code Pro';
font-family:'BrushStroke W05 Regular';

"Bebas W05 Regular" = font-family: 'Oswald', sans-serif; font-weight: 500;
"BrushStroke W05 Regular" = font-family: 'Kavivanar', cursive;font-weight:400;
*/

a {color: #fff;}

body {
  font-family: 'Source Code Pro';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Kavivanar', cursive;
  font-weight:400;
}

.navbar.nav-v7 .header-logo {
  max-width: 210px;
}
.nav-v7 .container {
  width: 100%;
}
.navbar-regular.nav-v7 .navbar-nav>li>a {
  text-transform: lowercase;
  font-family: 'Source Code Pro';
  font-size: 1.2em;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
.about-us-v8-wrapper 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,
.party-offer a.custom-temp-btn {
  padding: 6px 30px;
  text-transform: lowercase;
  background-color: #e7a080;
  background: #e7a080;
  border: 2px solid #e7a080;
  color: #1e1e1e;
  font-family: 'Source Code Pro';
  font-weight: normal;
  font-size: 18px;
  box-shadow: none;
  border-radius: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.about-us-v8-wrapper 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 {
  text-decoration: none;
  background-color: #1e1e1e;
  background: #1e1e1e;
  border: 2px solid #1e1e1e;
  color: #e7a080;
  opacity: 1;
}
.custom-about-us-v8-wrapper a.custom-temp-btn:hover,
.order-tmt-section a.custom-temp-btn:hover,
.addtocalendar.atc-style-blue .atcb-link:hover {
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #1e1e1e;
}
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  background-color: #1e1e1e;
  background: #1e1e1e;
  border: 2px solid #1e1e1e;
  color: #e7a080;
}
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover {
  background-color: #e7a080;
  background: #e7a080;
  border: 2px solid #e7a080;
  color: #1e1e1e;
}

.section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.about-us-v3 h1,
.specials h1, .events h1,
.events-container h1,
.about-us-page .about-us-s1-content h1 {
  text-transform: none;
  font-family: 'Kavivanar', cursive;
  font-weight:400;
  font-size: 4.5em;
  line-height: 1em;
}
.about-us-v7-content .text-wrapper h2,
.order-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif; 
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.3em;
}

/* Home page */

/* slideshow v2 section */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.6);
}
.uk-dotnav-contrast>.uk-active>*,
.uk-dotnav-contrast>*>:hover {
  background: rgba(255,255,255,0.5);
  transform: scale(1);
}
.uk-dotnav-contrast>*>* {
  background: #fff;
}
.uk-overlay-panel .container {
  width: 100%;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: none;
  color: #fff;
  font-family: 'Kavivanar', cursive;
  font-weight:400;
  font-size: 4.5em;
  line-height: 1.1em;
  text-shadow: none;
}
/* slideshow v2 section end */

/* banner */
.banner-section {
  padding: 25px 0;
}
.banner-section h1 {
  text-transform: capitalize;
  font-family: 'Source Code Pro';
  font-size: 1.3em;
}
.banner-section .banner-pin {
  color: #e7a080;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #fff;
}
/* banner end */

/* about us v8 */
.about-us-v8-wrapper:before {
  background-color: #fff;
  background-attachment: scroll;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-us-v8-content .text-wrapper h1 {
  margin-bottom: 30px;
}
/* about us v8 end */

/* about us v8 custom */
.custom-about-us-v8-wrapper:before {
  background-color: #1e1e1e;
  background-position: center center;
  background-size: cover;
}
/* about us v8 custom end */

/* specials v3 section */
.specials-v3.home-specials{
  background-color: #f3f3f3;
  color: #000;
  padding: 2em 0;
  min-height: 260px;
}
.specials-v3 .section-header {
  margin: 15px 0 40px;
}
.specials-v3.home-specials .specials-text,
.specials-v3.home-specials .specials-hours {
  font-size: 1.3em;
  margin: 10px auto;
}
/* specials v3 section end */

/* order tmt section */
.order-tmt-section .container {
  width: 770px;
  max-width: 100%;
}
.order-tmt-section h1 {
  margin-top: 10px;
}
/* order tmt section end */

/* reviews v2 */
.reviews-v2-wrapper.section-wrapper {
  background-size: cover !important;
  background-attachment: scroll !important;
}
.reviews-v2-wrapper .container {
  padding-top: 0;
}
.reviews-v2-wrapper h1 {
  margin-top: 10px;
}
.reviews-v2-wrapper h2 {
  color: #1e1e1e;
  margin-top: 15px;
}
.reviews-v2-wrapper h3 {
  text-transform: capitalize;
  font-family: 'Source Code Pro';
  font-size: 1.2em;
  color: #1e1e1e;
  margin: 25px 0 20px;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  font-size: 0.7em;
  color: #1e1e1e;
}
.reviews-v2-wrapper .review-text blockquote {
  margin: 0;
  padding: 0;
}
.reviews-v2-wrapper .review-text p {
  font-family: 'Source Code Pro';
  font-size: 1.2em;
  line-height: 1.3em;
}
.reviews-v2-wrapper .review-quote {
  color: #1e1e1e;
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot button {
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  opacity: 0.6;
}
/* reviews v2 end */

/* newsletter section */
.map-newsletter {
  border-right: none;
}
.map-newsletter .text-wrapper {
  background-color: #fff;
  color: #1e1e1e;
}
.map-newsletter .section-header {
  color: #1e1e1e;
}
.map-newsletter h2 {
  text-transform: uppercase;
  color: #1e1e1e;
}
.map-newsletter .sph-email-subscription h2 {
  text-transform: none;
  font-family: 'Source Code Pro';
  font-size: 1.2em;
  color: #000;
}
.map-newsletter p {
  font-size: 1.3em;
  color: #1e1e1e;
}
.map-newsletter .bar {
  top: -7px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background-color: #e7a080;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  color: #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding: 9px 5px;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
   color: #1e1e1e;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
   color: #1e1e1e;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
   color: #1e1e1e;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
   color: #1e1e1e;
}
.googlemap-v3-wrapper .triangle {
  display: none;
}
.sph-response-message {
  color: #1e1e1e;
  font-size: 1.5em;
}
/* newsletter section end */

/* newsletter popup */
.custom-modal .modal-content {
  background-color: #fff;
  background-image: url(https://static.spotapps.co/web/jsushidenton--com/css/../custom/newsletter_back.jpg);
  background-size: cover;
  background-position: center center;
  color: #1e1e1e;
}
.custom-modal .close {
  color: #1e1e1e;
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
  font-size: 4em;
  color: #1e1e1e;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  margin-bottom: 20px;
  font-family: 'Source Code Pro';
  font-size: 1.2em;
  color: #1e1e1e;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 8px 15px;
  border: 1px solid #1e1e1e;
  border-radius: 0;
  background: transparent;
  color: #1e1e1e;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
   color: #1e1e1e;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
   color: #1e1e1e;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
   color: #1e1e1e;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
   color: #1e1e1e;
}
/* newsletter popup end */

/* contact v3 */
.contact-v3 {
  background-color: #1e1e1e;
  color: #fff;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  text-transform: uppercase;
  font-family: 'Source Code Pro';
  font-size: 1em;
}
.contact-v3 .days {
  text-transform: uppercase;
  padding-bottom: 3px;
}
.contact-v3 .from-to {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.contact-v3 a {
  color: #fff;
  text-decoration: none;
}
/* contact v3 end */

/* footer v2 */
.footer-v2-wrapper {
  background-color: #1e1e1e;
  border-top: 2px solid #e7a080;
  color: #fff;
}
/* footer v2 end */

/* about us page */
.about-us-s1-wrapper {
  margin-top: 120px;
}
.about-us-s1-wrapper .about-us-item-holder {
  background-image: url(https://static.spotapps.co/web/jsushidenton--com/css/../custom/our_menu_back.jpg);
  background-size: cover;
  background-position: center center;
}
.about-us-page .about-us-s1-content {
  padding-top: 30px;
}
.about-us-page .about-us-s1-content img {
  max-width: 230px;
}
.about-page-content .about-us-v7-content .text-wrapper .text-content {
  padding: 40px;
}
.about-page-content .about-us-v7-content .text-wrapper .text-content h1 {
  margin-bottom: 35px;
}
.about-us-s3-wrapper .map-footer a:hover,
.about-us-s3-wrapper .map-footer a:focus {
  color: #e7a080;
}

/* menu and drinks pages */
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 90px;
}
.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
  color: #000;
}
.food-menu-nav .food-menu-nav-item {
  font-size: 16px;
  background-color: #1e1e1e;
  color: #e7a080;
  border: 2px solid #1e1e1e;
}
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item:focus {
  background-color: #e7a080;
  color: #1e1e1e;
  border: 2px solid #e7a080;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #1e1e1e;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  text-transform: capitalize;
  font-family: 'Kavivanar', cursive;
  font-weight:400;
  font-size: 2em;
  color: #1e1e1e;
}
.food-menu-grid .menu-description p {
  font-size: 1.2em;
  color: #1e1e1e;
}
.food-menu-grid .food-menu-description p {
  font-size: 1.2em;
  color: #1e1e1e;
  word-wrap: break-word;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: 'Source Code Pro';
  font-size: 1.1em;
  color: #1e1e1e;
}
.food-menu-grid .food-price {
  color: #e7a080;
}
.food-menu-grid .food-item-description {
  color: #757575;
  font-size: 1em;
}
.drink-menu .food-menu-page .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h3 {
  text-transform: none;
  text-align: center;
  font-family: 'Source Code Pro';
  font-size: 1.3em;
  color: #000;
}
/* menu and drinks pages end */

/* specials page */
.onespecial {
  font-size: 16px;
}
.specials h2 {
  text-transform: capitalize;
  font-size: 1.6em;
  color: #fff;
}
/* specials page end */

/* events page */
.events-container h1 {
  margin-top: 30px;
}
.events-container h2 {
  text-transform: capitalize;
  font-size: 2.4em;
  color: #fff;
}
.events-container h3,
.events-container p,
.events-container .event-time {
  font-family: 'Source Code Pro';
  font-size: 1.3em;
  color: #fff;
}
.events-container .event-image {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* events page end */

.empty-content-message h2,
.empty-content-message h3 {
  text-transform: none;
  text-align: center;
  font-family: 'Source Code Pro';
  font-size: 1.3em;
}

/* media queries */
@media (max-width:1400px) {
  .navbar-regular.nav-v7 .navbar-nav>li>a {
    font-size: 1.1em;
    padding: 0 12px;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 4em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .about-us-v3 h1,
  .specials h1, .events h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 4em;
  }
  .about-us-v7-content .text-wrapper h2,
  .order-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.2em;
  }
  p {
    font-size: 1.2em;
  }
}

@media (max-width:1200px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 0 6px;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.6em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .custom-modal .newsletter-popup .section-header,
  .about-us-v3 h1,
  .specials h1, .events h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 3.2em;
  }
  .about-us-v7-content .text-wrapper h2,
  .order-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1em;
  }
  .custom-temp-btn,
  .uk-overlay-panel a.custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn,
  .about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
  .about-us-v8-wrapper 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,
  .party-offer a.custom-temp-btn {
    font-size: 16px;
  }
  .banner-section h1 {
    font-size: 1.3em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.1em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.1em;
  }
  .map-newsletter .sph-email-subscription .sph-email-input {
    padding: 7px 5px;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 1.1em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.8em;
  }
  .food-menu-grid .menu-description p {
    font-size: 1.2em;
  }
  .onespecial {
    font-size: 15px;
  }
  .events-container h2 {
    font-size: 2.2em;
  }
  .events-container h3,
  .events-container p,
  .events-container .event-time {
    font-size: 1.2em;
  }
  .drink-menu .food-menu-page .empty-content-message h2,
  .drink-menu .food-menu-page .empty-content-message h3,
  .empty-content-message h2,
  .empty-content-message h3 {
    font-size: 1.2em;
  }
}

@media (max-width:1023px) {
   .uk-overlay-panel h1,
   .on-cover-content .section-wrapper .section-header {
     font-size: 3em;
   }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .about-us-v3 h1,
  .specials h1, .events h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 3em;
  }
  p {
    font-size: 1.1em;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .specials-v3.home-specials .specials-text,
  .specials-v3.home-specials .specials-hours {
    font-size: 1.1em;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.8em;
  }
  .map-newsletter .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-size: 1em;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 1.1em;
  }
  .footer-v2-wrapper a {
    font-size: 1em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.6em;
  }
  .food-menu-grid .food-menu-description p {
    font-size: 1em;
  }
  .food-menu-grid .food-item-description {
    font-size: 1em;
  }
  .specials h2 {
    font-size: 1.5em;
  }
  .events-container h2 {
    font-size: 2em;
  }
  .events-container h3,
  .events-container p,
  .events-container .event-time {
    font-size: 1.1em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .drink-menu .food-menu-page .empty-content-message h2,
  .drink-menu .food-menu-page .empty-content-message h3 {
    font-size: 1.1em;
  }
}

@media (max-width:991px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 0.9em;
    padding: 0 2px;
  }
  .map-newsletter .bar {
    top: 0;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 30px;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding: 40px 20px;
    text-align: center;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content p {
    text-align: center !important;
  }
}

@media (max-width:768px) {
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 60px;
  }
}

@media (max-width:767px) {
  .navbar.nav-v7 .header-logo {
    max-width: 110px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1.1em;
    padding: 6px 15px;
  }
  .nav-v7.navbar-fixed-top .navbar-collapse {
    max-height: 440px;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .about-us-v3 h1,
  .specials h1, .events h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 2.6em;
  }
  .about-us-v7-content .text-wrapper h2,
  .order-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 0.9em;
  }
  .custom-temp-btn,
  .uk-overlay-panel a.custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn,
  .about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
  .about-us-v8-wrapper 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,
  .party-offer a.custom-temp-btn {
    font-size: 15px;
    padding: 5px 15px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: lowercase;
    font-family: 'Source Code Pro';
    font-size: 13px;
    padding: 15px 5px;
  }
  p {font-size: 1em;}
  .banner-section {
    padding: 15px 0;
  }
  .banner-section h1 {
    font-size: 1em
  }
  .about-us-v8-wrapper:before {
    background-position: bottom center;
  }
  .about-us-v8-wrapper:not(.custom-about-us-v8-wrapper) .about-us-v8-item-0 .about-us-v8-image {
    background-image: url(https://static.spotapps.co/web/jsushidenton--com/css/../custom/about_us_mobile.png) !important;
    background-position-y: 16%;
  }
  .about-us-v8-content {
    min-height: 280px;
  }
  .about-us-v8-content .text-wrapper,
  .about-us-v8-content .text-wrapper p {
    text-align: center !important;
  }
  .sph-response-message {
    font-size: 1.3em;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.6em;
  }
  .about-us-s1-wrapper {
    margin-top: 70px;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 15px;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 150px;
  }
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 300px;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding: 30px 15px;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 40px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 8px 15px;
    border: none;
    border-bottom: 2px solid #e7a080;
    font-size: 15px;
  }
  .food-menu-nav .food-menu-nav-item.active,
  .food-menu-nav .food-menu-nav-item:hover,
  .food-menu-nav .food-menu-nav-item:focus {
    border: none;
    border-bottom: 2px solid #e7a080;
    color: #1e1e1e;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #e7a080;
  }
  .food-menu-grid .food-menu-description p {
    font-size: 1.1em;
  }
  .food-menu-grid .menu-description p {
    font-size: 1.1em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.5em;
  }
  .onespecial {
    font-size: 14px;
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .events-container h2 {
    font-size: 1.8em;
  }
  .events-container h3,
  .events-container p,
  .events-container .event-time {
    font-size: 1.1em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .drink-menu .food-menu-page .empty-content-message h2,
  .drink-menu .food-menu-page .empty-content-message h3 {
    font-size: 1em;
  }
}

@media (max-width:320px) {
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 1.8em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .about-us-v3 h1,
  .specials h1, .events h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 2.2em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 12px;
  }
  .banner-section h1 {
    font-size: 0.8em;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.2em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-size: 1.1em;
  }
  .food-menu-grid .food-menu-description p {
    font-size: 1em;
  }
  .events-container h2 {
    font-size: 1.6em;
  }
}
