@import url('http://fonts.googleapis.com/css2?family=Noto+Sans+Telugu:wght@300&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Vibur&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@700&amp;display=swap');

/*
text/tabs:
font-family: 'Isidora Alt W05 Light';
buttons: on cover title / section titles:
font-family: 'Mindset W01 Slim';
newsletter and reviews subtitle:
font-family: 'Bakerie Rough Condensed W05 Md';

"Isidora Alt W05 Light" = font-family: 'Noto Sans Telugu', sans-serif; font-weight: 300;
"Bakerie Rough Condensed W05 Md" = font-family: 'Vibur', cursive; font-weight: 400;
"Mindset W01 Slim" = font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 700;
*/

body{
  font-family: 'Noto Sans Telugu', sans-serif; 
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', sans-serif; 
  font-weight: 700;
}

.navbar.nav-v6 .header-logo {
  max-width: 75px;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'Noto Sans Telugu', sans-serif; 
  font-weight: 300;
  font-size: 1em;
  padding: 2px 10px 0;
}

li.outside-link {
  display: none;
}
/* nav dropdown */

li.drop-down-link .sub-menu {
	left: 0;
	top: 55px;
	padding-left: 5px;
  width: 110px !important;
}
.nav-v6.nav-scroll li.drop-down-link .sub-menu {
	top: 50px;
}
li.drop-down-link .sub-menu a {
	font-family: 'Noto Sans Telugu', sans-serif;
  font-size: 12px;
	text-transform: uppercase;
}
li.drop-down-link .sub-menu a:focus {
  color: #faab32;
}

/* nav end */

.section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-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: 'Yanone Kaffeesatz', sans-serif; 
  font-weight: 700;
  font-size: 5.5em;
}
.about-us-v7-content .text-wrapper h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  font-family: 'Vibur', cursive; 
  font-weight: 400;
  font-size: 2.2em;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.order-tmt-section a.custom-temp-btn,
.specials-v3.home-specials div a.custom-temp-btn,
.catering-tmt-section 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,
.food-menu-nav .food-menu-nav-item,
.reservations-and-parties button {
  padding: 8px 40px 6px;
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', sans-serif; 
  font-weight: 700;
  font-size: 20px;
  box-shadow: none;
  opacity: 1;
  -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,
.about-us-v8-wrapper a.custom-temp-btn,
.specials-v3.home-specials div a.custom-temp-btn,
.catering-tmt-section a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.food-menu-nav .food-menu-nav-item {
  background-color: #002f49;
  background: #002f49;
  border: 2px solid #002f49;
  color: #faab32;
}
.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.order-tmt-section a.custom-temp-btn:hover,
.specials-v3.home-specials div a.custom-temp-btn:hover,
.catering-tmt-section 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,
.addtocalendar.atc-style-blue .atcb-link: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,
.reservations-and-parties button:hover,
.reservations-and-parties button[disabled]:hover {
  text-decoration: none;
  background-color: #faab32;
  background: #faab32;
  border: 2px solid #faab32;
  color: #002f49;
}
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.order-tmt-section a.custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link,
.reservations-and-parties button,
.reservations-and-parties button[disabled] {
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #002f49;
}
.reservations-and-parties p.submit-success {
  color: #faab32;
}

/* Homepage */

/* Slideshow section */
.uk-overlay-background {
  background: rgba(0,0,0,0.5);
}
.uk-overlay-panel .container {
  width: 100%;
}
.uk-overlay-panel h1 {
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', sans-serif; 
  font-weight: 700;
  font-size: 5.5em;
}
.uk-overlay-panel a.custom-temp-btn {
  margin-top: 30px;
}
.uk-dotnav-contrast>*>* {
  background-color: transparent;
  border: 1px solid #fff;
}
.uk-dotnav-contrast>.uk-active>*,
.uk-dotnav-contrast>*>:focus,
.uk-dotnav-contrast>*>:hover {
  background: #fff;
  border: 1px solid #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Slideshow section end */

/* Banner section */
.banner-section {
  padding: 35px 0 30px;
}
.banner-section h1 {
  font-family: 'Noto Sans Telugu', sans-serif; 
  font-weight: 300;
}
.banner-section .banner-pin {
  color: #161616;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:focus,
.banner-section .banner-pin.active {
  color: #fff;
}
.banner-section .badge-holder {
  display: flex;
  margin: 20px auto;
  justify-content: space-evenly;
  align-items: center;
}
/* Banner section end */

/* About us section */
.about-us-v8-wrapper:before {
  background-color: #fadfb2;
}
.about-us-v8-content .text-content.title-image h1:after {
  height: 95px;
}
.about-us-v8-wrapper .about-us-v8-item-1 p {
  margin-top: 25px;
}
/* About us section end */

/* Specials section */
.specials-v3.home-specials {
  padding: 3em 0;
  background-color: #ff6b4d;
  color: #161616;
  min-height: 200px;
}
.specials-v3.home-specials h1 {
  margin-top: 15px;
}
.specials-v3.home-specials .specials-text {
  margin-bottom: 0;
}
.specials-v3.home-specials .specials-hours {
  margin: 5px auto 0;
}
.specials-v3.home-specials div a.custom-temp-btn {
	width: 70%;
	padding: 10px 15px 8px;
}
/* Specials section end */

/* Order section */
.tmt-section h1 {
  margin-top: 15px;
}
.order-tmt-section {
  background-size: 60%;
  background-position: bottom left;
}
.order-tmt-section p {
  margin: 45px auto 30px;
}
.catering-tmt-section h1 {
 margin-bottom: 30px;
}
.catering-tmt-section h2 {
  font-family: 'Vibur', cursive; 
  font-weight: 400;
  font-size: 1.7em;
}
/* Order section end */

/* Reviews section */
.reviews-v2-wrapper {
  background-size: cover !important;
}
.reviews-v2-wrapper h1 {
  margin-top: 10px;
}
.reviews-v2-wrapper h2 {
  text-transform: none;
}
.reviews-v2-wrapper h3 {
  color: #161616;
  text-transform: none;
  font-family: 'Noto Sans Telugu', sans-serif; 
  font-weight: 300;
  font-size: 1.3em;
  margin: 30px auto 35px;
}
.reviews-v2-wrapper .container {
  padding-top: 0;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #faab32;
  font-size: 0.9em;
}
.reviews-v2-wrapper .review-quote {
  color: #002f49;
  opacity: 1;
}
.reviews-v2-wrapper .review-text blockquote {
  margin-top: 0;
}
.owl-theme .owl-dots .owl-dot button {
  background: #161616;
  border: 1px solid #161616;
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #161616;
  border: 1px solid #161616;
  opacity: 0.5;
}
/* Reviews section end */

/* Custom HTML 1 / Visit our sister restaurant section */
.custom_html_1-section.section-wrapper {
  background-color: #002f49;
  color: #fff;
  text-align: center;
}
.custom_html_1-section.section-wrapper a {
  margin: 0 auto;
}
.custom_html_1-section.section-wrapper a img {
  max-width: 400px;
  margin: 45px auto;
}
/* EndCustom HTML 1 / Visit our sister restaurant section */

/* Newsletter section */
.map-newsletter .text-wrapper:before {
  background-color: #fadfb2;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.map-newsletter {
  border-right: none;
}
.map-newsletter .section-header {
  color: #002f49;
}
.map-newsletter h2 {
  text-transform: capitalize;
  color: #ff6b4d;
}
.map-newsletter .sph-email-subscription h2 {
  color: #161616;
  font-family: 'Noto Sans Telugu', sans-serif; 
  font-weight: 300;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  color: #161616;
  border-bottom: 1px solid #161616;
  padding: 11px 5px;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
   color: #161616;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
   color: #161616;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
   color: #161616;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
   color: #161616;
}
.map-newsletter .bar {
  top: -4px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #ff6b4d;
}
.googlemap-v3-wrapper .triangle {
  display: none;
}
.sph-response-message {
  color: #161616;
  font-size: 1.4em;
}
/* Newsletter section end */

/* Newsletter popup */
.custom-modal .modal-content {
  background: url("../custom/newsletter_back.jpg");
  background-color: #fadfb2;
  background-size: 180%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.custom-modal .newsletter-popup .section-header {
  color: #002f49;
}
.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
  color: #161616;
  font-family: 'Noto Sans Telugu', sans-serif; 
  font-weight: 300;
  font-size: 1.3em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  color: #161616;
  border: 1px solid #161616;
  background: transparent;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
  color: #161616;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
  color: #161616;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
  color: #161616;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
  color: #161616;
}
/* Newsletter popup end */

/* Contact section */
.contact-v3 {
  background-color: #002f49;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  font-size: 1.2em;
}
.contact-v3 .days {
  padding-bottom: 0.1em;
}
.contact-v3 .from-to {
  text-transform: lowercase;
}
.contact-v3 .social .social-icons-holder.social-square .contact-icon:focus {
  background-color: #faab32;
  color: #002f49;
}
.contact-v3 a {
  color: #fff;
  text-decoration: none;
}
.contact-v3 .badge-holder {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
 justify-content: center;
 align-items: center; 
}
/* Contact section end */

/* About us page */
.about-us-s1-wrapper {
  padding-top: 90px;
}
.about-us-page .about-us-s1-content h1 {
  text-transform: none;
  font-family: 'Vibur', cursive; 
  font-weight: 400;
  font-size: 5.5em;
}
.about-us-page .about-us-s1-content {
  padding: 50px 20px;
}
.about-page-content .about-us-v7-content .text-wrapper .text-content {
  padding: 30px 5%;
}
.about-us-v7-content .text-wrapper h1 {
 margin-bottom: 15px;
}
.about-us-s3-wrapper .map-footer a:hover,
.about-us-s3-wrapper .map-footer a:focus {
  color: #ff6b4d;
}
/* About us page end */

/* Food and Drinks pages */
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 50px;
}
.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
  color: #002f49;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.menu-description p {
  font-size: 1.2em;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-size: 2.2em;
}
.food-menu-description p {
  font-size: 1.2em;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  color: #000;
  font-family: 'Noto Sans Telugu', sans-serif; 
  font-weight: 300;
  font-size: 1.3em;
}
.food-menu-grid .food-item-description {
  font-size: 1.2em;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #ff6b4d;
}
/* Food and Drinks pages end */

/* Events page */
.events-container h2 {
  font-size: 2.2em;
}
.events-container h3,
.events-container .event-info-text p,
.events-container .event-time {
  font-family: 'Noto Sans Telugu', sans-serif; 
  font-weight: 300;
}
/* Events page end */

/* Specials page */
.onespecial {
  font-size: 1.2em;
}
.specials h1 {
  padding-top: 0;
}
.specials h2 {
  font-family: 'Noto Sans Telugu', sans-serif; 
  font-weight: 300;
  font-size: 1.3em;
}
/* Specials page end*/

/* Gift cards page */
.gift-cards-page .section-header {
  margin-top: 20px;
}
/* Gift cards page end */

.drink-menu .pagecontent {
  padding-top: 130px;
}
.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: 'Noto Sans Telugu', sans-serif; 
  font-weight: 300;
  font-size: 1.5em;
}
/* Form pages */
.party-background .section-header {
  margin-top: 20px;
}
.reservations-and-parties p a {
  color: #fff;
}
.reservations-and-parties p a:hover {
  color: #faab32;
}

.custom_html_2-section{
  background-color: #ff6b4d;
}

.custom_html_2-section .img-grid{
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  gap: 40px;
}
.custom_html_2-section .img-grid img{
  width: 300px;
}
.mb-100{
  margin-bottom: 100px;
}





/* Media queries */

@media (max-width:1400px) {
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-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: 5em;
  }
  .about-us-v7-content .text-wrapper h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 2em;
  }
  .uk-overlay-panel h1 {
    font-size: 4.5em;
  }
  .banner-section h1 {
    font-size: 1.4em;
  }
  .about-us-v8-wrapper .about-us-v8-item-1 p {
    font-size: 1.2em;
  }
  .tmt-section {
    padding: 3em 0;
  }
  .order-tmt-section {
    background-size: 80%;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .sph-response-message {
    font-size: 1.3em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 2em;
  }
  .events-container h2 {
    font-size: 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.4em;
  }
}

@media (max-width:1200px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 0.9em;
    padding: 2px 6px 0;
  }
  li.drop-down-link .sub-menu a {
		font-size: 11px;
	}
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-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: 4.5em;
  }
  .about-us-v7-content .text-wrapper h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.8em;
  }
  p {
    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-v8-wrapper a.custom-temp-btn,
  .order-tmt-section a.custom-temp-btn,
  .specials-v3.home-specials div a.custom-temp-btn,
  .catering-tmt-section 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,
  .food-menu-nav .food-menu-nav-item {
    font-size: 17px;
  }
  .uk-overlay-panel h1 {
    font-size: 4em;
  }
  .banner-section {
    padding: 25px 0 20px;
  }
  .banner-section h1 {
    font-size: 1.3em;
  }
  .about-us-v8-content .text-content.title-image h1:after {
    height: 85px;
  }
  .specials-v3.home-specials,
  .tmt-section {
    padding: 2em 0;
  }
  .specials-v3.home-specials div a.custom-temp-btn {
    width: 60%;
  }
  .catering-tmt-section h2 {
    font-size: 1.5em;
  }
  .googlemap-v3-wrapper .map-item,
  #map-v3-container {
    min-height: 430px;
  }
  .map-newsletter .text-wrapper:before {
    background-position-x: left;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.1em;
  }
  .map-newsletter .sph-email-subscription .sph-email-input {
    padding: 9px 5px;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.2em;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 1.1em;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding: 20px 4%;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.8em;
  }
  .food-menu-grid .food-item-description {
    font-size: 1.1em;
  }
  .events-container h2 {
    font-size: 1.8em;
  }
  .events-container h3,
  .events-container .event-info-text p,
  .events-container .event-time {
    font-size: 1.2em;
  }
  .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.3em;
  }
  .custom_html_2-section .img-grid{
    grid-template-columns: repeat(2, max-content);
  }
  .custom_html_2-section .img-grid img{
    width: 250px;
  }
}

@media (max-width:1023px) {
  .navbar.nav-v6 .header-logo {
    max-width: 60px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 0.8em;
    padding: 0 4px;
  }
  li.drop-down-link .sub-menu a {
		font-size: 11px;
	}
  .navbar.nav-v6 .social-icon {
    line-height: 28px!important;
  }
  video#coverVideo {
    margin-top: 70px;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 4em;
  }
  .about-us-v7-content .text-wrapper h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.6em;
  }
  .uk-overlay-panel h1 {
    font-size: 3.5em;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .about-us-v8-content .text-content.title-image h1:after {
    height: 80px;
  }
  .order-tmt-section {
    background-size: 90%;
  }
  .catering-tmt-section h2 {
    font-size: 1.4em;
  }
  .custom_html_1-section.section-wrapper {
    padding: 2em 0;
  }
  .custom_html_1-section.section-wrapper a img {
    max-width: 300px;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.2em;
  }
  .googlemap-v3-wrapper .map-item.map-newsletter {
    min-height: 420px;
  }
  .map-newsletter .text-wrapper .text-content {
    top: -10px;
  }
  .sph-response-message {
    font-size: 1.2em;
  }
  .about-us-page .about-us-s1-content {
    padding: 20px;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding: 20px 3%;
  }
  .food-menu-description p {
    font-size: 1.1em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1.2em;
  }
  .events-container .events-holder {
    padding-top: 40px;
  }
  .events-container h2 {
    font-size: 1.6em;
  }
  .onespecial {
    font-size: 1.1em;
  }
}

@media (max-width:991px) {
  .navbar.nav-v6 .socialnav a {
    display: none;
  }
  li.drop-down-link .sub-menu a {
		font-size: 0.7em;
	}
  .map-newsletter .bar {
    top: 0;
  }
}

@media (max-width:769px) {
  .navbar-collapse.collapse {
    padding-bottom: 0;
  }
}

@media (max-width:767px) {
  .contact-v3{
    padding-bottom: 5em;
  }
  .navbar.nav-v6 .header-logo {
    max-width: 55px;
    left: 5px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1.1em;
    padding: 6px 15px;
    text-transform: uppercase;
  }
  .navbar.nav-v6 .social-icon {
    line-height: 35px!important;
  }
  .navbar.nav-v6 .socialnav a {
    display: inline-block;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif; 
    font-weight: 700;
    font-size: 15px;
    padding: 15px 5px;
  }
  li.outside-link {
    display: block;
  }
  .order-sub-menu::before {
    content: "ORDER ";
  }
  .uk-overlay-panel h1 {
    font-size: 2em;
  }
  .banner-section {
    padding: 15px 0;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .about-us-v8-content {
    min-height: 200px;
  }
  .specials-v3.home-specials .specials-text,
  .specials-v3.home-specials .specials-hours {
    font-size: 1.2em;
  }
  .order-tmt-section {
    background-size: 125%;
    background-position-x: 80%;
  }
  .catering-tmt-section .container {
    padding: 0 3em;
  }
  .custom_html_1-section .section-header {
    font-size: 3.5em;
    margin-top: 20px;
  }
  .custom_html_1-section.section-wrapper a img {
    max-width: 250px;
    margin: 25px auto;
  } 
  .googlemap-v3-wrapper .map-item.map-newsletter {
    min-height: 450px;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.7em;
  }
  .custom-modal .modal-content {
    background-size: 230%;
  }
  .about-us-s1-wrapper {
    padding-top: 70px;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 3em;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 50px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 7px 20px;
    border: none;
    border-bottom: 2px solid #faab32;
  }
  .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: none;
    border-bottom: 2px solid #faab32;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #faab32;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.5em;
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .drink-menu .pagecontent {
    padding-top: 90px;
  }
  .banner-section .badge-holder {
    display: flex;
    flex-direction: column;
  }
  .custom_html_2-section .img-grid{
    grid-template-columns: max-content;
  }
}

@media (max-width:320px) {
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 3.5em;
  }
  .about-us-v7-content .text-wrapper h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.5em;
  }
  .uk-overlay-panel h1 {
    font-size: 1.7em;
  }
  .banner-section h1 {
    font-size: 0.85em;
  }
  .custom_html_1-section .section-header {
    font-size: 3em;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.3em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.1em;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 2.3em;
  }
  .food-menu-grid .food-item-description {
    font-size: 1em;
  }
  .specials h2 {
    font-size: 1.1em;
  }
  .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;
  }
}
