@import url("//fonts.googleapis.com/css2?family=Spartan:wght@200;300;400&display=swap");

/*

- Headings, Navigation, Buttons 400
- Subheadings, Text  300
- Reviews 200
font-family: 'Spartan', sans-serif;

*/

body {
  font-family: "Spartan", sans-serif;
}

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

p {
  font-size: 1.1em;
  font-weight: 300;
}

.navbar.nav-v4 .header-logo {
  max-width: 100px;
}
.navbar-regular.nav-v6 .navbar-nav > li > a {
  font-family: 'Spartan', sans-serif;
  font-size: 1em;
  border-right: none !important;
  padding: 0 10px;
}
.navbar.nav-v6 .social-square .contact-icon:hover i {
  color: #000;
}

.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: capitalize;
  font-family: "Spartan", sans-serif;
  font-size: 3.2em;
}
.about-us-v8-content .text-wrapper h2,
.reservations-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  font-family: "Spartan", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  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 {
  padding: 12px 40px 8px;
  text-transform: uppercase;
  background-color: #0d0d0d;
  background: #0d0d0d;
  border: 2px solid #edd166;
  color: #edd166;
  font-family: "Spartan", sans-serif;
  font-weight: 400;
  font-size: 15px;
  -webkit-box-shadow: none;
  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,
.reservations-tmt-section a.custom-temp-btn:hover,
.reservations-tmt-section a.custom-temp-btn:focus,
.reservations-tmt-section a.custom-temp-btn:active {
  text-decoration: none;
  background-color: #edd166;
  background: #edd166;
  border: 2px solid #edd166;
  color: #0d0d0d;
  opacity: 1;
}

/*HOMEPAGE*/

/*Slideshow section*/
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}
.uk-overlay-panel h1 {
  margin-top: 70px;
  text-transform: none;
  font-family: "Spartan", sans-serif;
  font-size: 3.8em;
}
.uk-overlay-panel .slide-text {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "Spartan", sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2em;
  color: #edd166;
}
.uk-overlay-panel a.custom-temp-btn {
  margin: 20px 10px;
}
.uk-overlay-panel.uk-flex > * > :last-child {
  margin-bottom: 20px;
}
.uk-dotnav-contrast > * > * {
  background: #828284;
  border: 1px solid #828284;
  opacity: 1;
}
.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
  background: #edd166;
  border: 1px solid #edd166;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*Slideshow section end*/

/*Banner section*/
.banner-section {
  padding: 30px 0;
  border-bottom: 1px solid #edd166;
}
.banner-section h1 {
  font-family: "Spartan", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}
.banner-section .banner-pin {
  color: #edd166;
  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*/
.about-us-v8-wrapper:before {
  background-color: #0c020a;
  background-attachment: scroll;
}
.about-us-v8-content .text-wrapper h1 .about-title-color {
  color: #edd166;
}
.about-us-v8-content .text-wrapper h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #edd166;
}
.about-us-v8-content .text-content h2:after {
  content: "";
  display: block;
  position: relative;
  width: auto;
  height: 90px;
  margin: 15px auto 25px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-position: left;
}
.about-us-v8-item-0 .about-us-v8-content .text-content h2:after {
  background-image: url("../custom/title_decoration_1.png");
}
.custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content h2:after {
  background-image: url("../custom/title_decoration_2.png");
}
.custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-content h2:after {
  background-image: url("../custom/title_decoration_3.png");
}
.custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content h2:after {
  background-image: url("../custom/title_decoration_4.png");
}
/*About us section end*/

/*Custom about us section*/
.about-us-v8-wrapper.custom-about-us-v8-wrapper:before {
  background-color: #16120f;
}
/*Custom about us section end*/

/*Reservations section*/
.reservations-tmt-section {
  border-top: 1px solid #edd166;
}
.reservations-tmt-section h1 {
  margin-top: 20px;
  margin-bottom: 0;
}
.reservations-tmt-section h2 {
  margin-top: 25px;
}
.reservations-tmt-section p {
  font-size: 1.1em;
  margin: 35px auto;
}
.reservations-tmt-section a.custom-temp-btn {
  margin: 0 5px 20px;
}
/*Reservations section end*/

/*Reviews section*/
.reviews-v2-wrapper h1 {
  margin-top: 20px;
}
.reviews-v2-wrapper .container {
  padding-top: 20px;
}
.reviews-v2-wrapper h1 {
  margin-bottom: 0;
}
.reviews-v2-wrapper h2 {
  margin-top: 10px;
  color: #f9d968;
}
.reviews-v2-wrapper h3 {
  font-family: "Spartan", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  margin: 30px auto 15px;
  color: #fff;
  font-weight: 200;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #f9d968;
  font-size: 0.8em;
}
.reviews-v2-wrapper .review-quote {
  color: #f9d968;
  opacity: 1;
}
.reviews-v2-wrapper .review-text {
  padding-top: 0;
}
.reviews-v2-wrapper .review-text p {
  line-height: 1.5em;
  font-size: 1em;
}
.owl-theme .owl-dots .owl-dot button {
  background: #f9d968;
  border: 1px solid #f9d968;
  opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #f9d968;
  border: 1px solid #f9d968;
  opacity: 1;
}
/*Reviews section end*/

/*Newsletter section*/
.map-newsletter {
  border-right: 0;
}
.map-newsletter .text-wrapper:before {
  background-color: #0c020b;
  background-attachment: scroll;
}
.map-newsletter .section-header {
  color: #fff;
}
.map-newsletter h2 {
  color: #edd166;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: "Spartan", sans-serif;
  color: #fff;
  font-size: 1.1em;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  padding: 11px 5px;
  color: #fff;
  border-bottom: 1px solid #edd166;
  font-size: 1.1em;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
  color: #fff;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
  color: #fff;
}
.map-newsletter .bar {
  top: -5px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #fff;
}
.googlemap-v3-wrapper .triangle {
  display: none;
}
.sph-response-message {
  font-size: 1.1em;
  color: #fff;
}
.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: #fff;
  color: #fff !important;
}
/*Newsletter section end*/

/*Newsletter popup section*/
.custom-modal .modal-content {
  background-image: url("../custom/news_back.jpg");
  background-size: cover;
  background-color: #0c020b;
}
.custom-modal .close {
  color: #fff;
  opacity: 0.6;
}
.custom-modal .close:hover {
  color: #fff;
  opacity: 0.8;
}
.custom-modal .newsletter-popup .section-header {
  color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
  font-family: "Spartan", sans-serif;
  font-size: 1.1em;
  color: #fff;
  font-weight: 300;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  color: #fff;
  border: 1px solid #edd166;
  background: transparent;
  font-size: 1.1em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
  color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder {  /* Firefox 18- */
  color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
  color: #fff;
}
/*Newsletter popup section end*/

/*Contact section*/
.contact-v3 {
  background-color: #0d0d0d;
  color: #fff;
}
.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us {
  font-size: 1em;
}
.contact-v3 .contact-us p {
  margin: 0;
}
.contact-v3 .days {
  padding: 0;
}
.contact-v3 .from-to {
  text-transform: lowercase;
}
.contact-v3 a {
  text-decoration: none;
  color: #fff;
}
/*Contact section end*/

/*Footer section*/
.footer-v2-wrapper a {
  font-size: 1em;
}
/*Footer section end*/

/*HOMEPAGE END*/

/*FOOD AND DRINKS PAGE*/
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 55px;
}
.food-menu-nav .food-menu-nav-item {
  background-color: #0d0d0d;
  background: #0d0d0d;
  border: 2px solid #edd166;
  color: #edd166;
  padding: 12px 40px 8px;
}
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item:focus,
.food-menu-nav .food-menu-nav-item.active {
  background-color: #edd166;
  background: #edd166;
  border: 2px solid #0d0d0d;
  color: #0d0d0d;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-family: "Spartan", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #000;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: "Spartan", sans-serif;
  font-size: 1.1em;
  color: #0d0d0d;
}
.food-menu-grid p,
.food-menu-grid .food-item-description {
  font-size: 1em;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #faaf4a;
}
/*FOOD AND DRINKS PAGE END*/

/*SPECIALS PAGE*/
.onespecial {
  font-size: 1.1em;
}
.specials h2 {
  font-size: 1.2em;
}
/*SPECIALS PAGE END*/

/*EVENTS PAGE*/
.events-container h1 {
  margin-top: 35px;
}
.events-container h2 {
  font-weight: 400;
}
.events-container h3,
.events-container .event-info-text p,
.events-container .event-time {
  font-family: "Spartan", sans-serif;
  font-size: 1.1em;
}
.atc-style-blue .atcb-list {
  width: 100%;
}
/*EVENTS PAGE END*/

.drink-menu .pagecontent {
  padding-top: 120px;
}
.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: "Spartan", sans-serif;
  font-size: 1.1em;
}


@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: 2.8em;
  }
  p {
    font-size: 1em;
  }
  .uk-overlay-panel h1 {
    font-size: 3.4em;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .about-us-v8-content .text-content h2:after {
    height: 80px;
  }
  .reservations-tmt-section p {
    font-size: 1em;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1em;
  }
  .sph-response-message {
    font-size: 1em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 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: 1em;
  }
}

@media (max-width: 1200px) {
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    font-size: 0.9em;
  }
  .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: 2.6em;
  }
  .about-us-v8-content .text-wrapper h2,
  .reservations-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.1em;
  }
  .uk-overlay-panel h1 {
    font-size: 3em;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.3em;
  }
  .banner-section {
    padding: 25px 0;
  }
  .about-us-v8-content .text-content h2:after {
    height: 65px;
  }
  .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content h2:after {
    height: 55px;
  }
  .googlemap-v3-wrapper .map-item,
  #map-v3-container {
    min-height: 460px;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 0.9em;
  }
  .footer-v2-wrapper a {
    font-size: 0.9em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.3em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1em;
  }
  .food-menu-grid p,
  .food-menu-grid .food-item-description {
    font-size: 0.9em;
  }
  .events-container h2 {
    font-size: 1.4em;
  }
}

@media (max-width: 1023px) {
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 0 7px;
  }
  .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: 2.4em;
  }
  .about-us-v8-content .text-wrapper h2,
  .reservations-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1em;
  }
  p {
    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 {
    font-size: 13px;
  }
  .uk-overlay-panel h1 {
    font-size: 2.6em;
  }
  .banner-section h1 {
    font-size: 0.9em;
  }
  .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-wrapper {
    padding: 10px 10% 10px 20% !important;
  }
  .about-us-v8-content .text-content h2:after {
    height: 50px;
  }
  .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content h2:after {
    height: 40px;
  }
  .reservations-tmt-section p {
    font-size: 0.9em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 0.9em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 0.9em;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 0.9em;
  }
  .sph-response-message {
    font-size: 0.9em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 0.9em;
  }
  .onespecial {
    font-size: 1em;
  }
  .events-container h3,
  .events-container .event-info-text p,
  .events-container .event-time {
    font-size: 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: 0.9em;
  }
}

@media (max-width:769px) {
  .navbar-collapse.collapse {
      padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    font-size: 0.8em;
    padding: 0 4px;
  }
  .social-icons-holder .contact-icon {
    width: 28px;
  }
  .map-newsletter .bar {
    top: 0;
  }
  
}

@media (max-width: 767px) {
  .navbar.nav-v4 .header-logo {
    max-width: 75px;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    font-size: 0.9em;
    padding: 6px 15px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a:hover,
  .navbar-regular.nav-v6 .navbar-nav>.active>a,
  .navbar-regular.nav-v6 .navbar-nav>.active>a:focus,
  .navbar-regular.nav-v6 .navbar-nav>.active>a:hover {
    color: #000 !important;
  }
  .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: 2.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 {
    font-size: 13px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: "Spartan", sans-serif;
    font-size: 12px;
    padding: 15px 5px;
  }
  .uk-overlay-panel h1 {
    font-size: 1.5em;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1em;
  }
  .banner-section {
    padding: 15px 0;
  }
  .about-us-v8-content {
    min-height: 300px;
  }
  .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-wrapper {
    padding: 49px !important;
  }
  .about-us-v8-content .text-wrapper {
    text-align: center;
  }
  .about-us-v8-content .text-wrapper p {
    text-align: center !important;
  }
  .about-us-v8-content .text-content h2:after {
    background-position: center !important;
    height: 45px;
  }
  .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content h2:after {
    height: 35px;
  }
  .reservations-tmt-section {
    padding: 2em 0;
  }
  .reservations-tmt-section p {
    font-size: 0.9em;
  }
  .googlemap-v3-wrapper .map-item.map-newsletter {
    min-height: 440px;
  }
  .map-newsletter .text-wrapper .text-content {
    top: -10px;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 0.9em;
  }
  .contact-v3 .hours-title h1,
  .contact-v3 .social-title h1,
  .contact-v3 .contact-us-title h1 {
    font-size: 1em;
  }
  .footer-v2-wrapper a {
    font-size: 0.9em;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 45px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 7px 20px;
    border: none;
    border-bottom: 2px solid #edd166;
  }
  .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 #edd166;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #edd166;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.1em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1em;
  }
  .food-menu-grid p,
  .food-menu-grid .food-item-description {
    font-size: 0.9em;
  }
  .specials h2 {
    font-size: 1.2em;
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .events-container h2 {
    font-size: 1.2em;
  }
  .events-container h3,
  .events-container .event-info-text p,
  .events-container .event-time {
    font-size: 1em;
  }
  .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: 0.9em;
  }
}

@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,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2em;
  }
  .about-us-v8-content .text-wrapper h2,
  .reservations-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 0.9em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 11px;
  }
  .uk-overlay-panel h1 {
    font-size: 1.2em;
  }
  .uk-overlay-panel .slide-text {
    font-size: 0.9em;
  }
  .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-wrapper {
    padding: 30px !important;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 0.8em;
  }
  .footer-v2-wrapper a {
    font-size: 0.8em;
  }
  .onespecial {
    font-size: 0.9em;
  }
  .specials h2 {
    font-size: 1.1em;
  }
  .events-container h3,
  .events-container .event-info-text p,
  .events-container .event-time {
    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: 0.9em;
  }
}
