@import url("//fonts.googleapis.com/css2?family=Montserrat&family=Rozha+One&family=Source+Serif+4&display=swap");

/*
Headings:
font-family: 'Rozha One', serif;
Subheadings, buttons:
font-family: 'Source Serif 4', sans-serif;
Text,navigation:
font-family: 'Montserrat', sans-serif;
*/

body {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rozha One", serif;
}

.navigation-left li a,
.navigation-right li a {
  text-transform: lowercase;
  font-weight: normal;
  color: #fff;
}
.nav-v2 .navigation-left li.active a,
.nav-v2 .navigation-right li.active a,
.nav-v2 .navigation-left li a:hover,
.nav-v2 .navigation-right li a:hover,
.nav-v2 .navigation-left li a:focus,
.nav-v2 .navigation-right li a:focus {
  color: #feea57;
}

.nav-v2 .social-icon:hover,
.nav-v2 .social-icon:active {
  color: #feea57;
}

.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: "Rozha One", serif;
  font-size: 5em;
}
.about-us-v8-content .text-wrapper h2,
.order-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  font-family: "Source Serif 4", sans-serif;
  font-size: 1.7em;
}

.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,
.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 {
  padding: 8px 40px;
  text-transform: lowercase;
  font-family: "Source Serif 4", sans-serif;
  font-size: 18px;
  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,
.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,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link {
  background-color: transparent;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.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,
.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: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.food-menu-nav .food-menu-nav-item {
  background-color: #263242;
  background: #263242;
  border: 2px solid #263242;
  color: #fff;
}
.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: transparent;
  background: transparent;
  border: 2px solid #263242;
  color: #263242;
}

/* 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: "Rozha One", serif;
  font-size: 5em;
}
.uk-overlay-panel a.custom-temp-btn {
  margin-top: 30px;
}
.uk-dotnav-contrast > * > * {
  background: rgba(255, 255, 255, 0.5);
}
.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Slideshow section end */

/* Banner section */
.banner-section {
  padding: 35px 0;
}
.banner-section h1 {
  font-family: "Montserrat", sans-serif;
}
.banner-section .banner-pin {
  color: #feea57;
}
.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: #000;
  border-top: 5px solid #feea57;
}
.about-us-v8-content .text-wrapper h2 {
  color: #feea57;
  margin: 0 auto 30px;
}
/* About us section end */

/* About us custom section */
.about-us-v8-wrapper.custom-about-us-v8-wrapper:before {
  background-color: #263242;
  border-bottom: 5px solid #feea57;
}
/* About us custom section end */

/* Order section */
.order-tmt-section {
  border-top: 5px solid #feea57;
  border-bottom: 5px solid #feea57;
}
.order-tmt-section h1 {
  margin-top: 15px;
}
.order-tmt-section h2 {
  margin: 0 auto 25px;
}
/* Order section end */

/* Reviews section */
.reviews-v2-wrapper {
  background-size: cover !important;
  border-top: 5px solid #feea57;
  border-bottom: 5px solid #feea57;
}
.reviews-v2-wrapper h1 {
  margin-top: 10px;
}
.reviews-v2-wrapper h2 {
  color: #feea57;
  text-transform: none;
  margin-top: 10px;
}
.reviews-v2-wrapper h3 {
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  margin: 30px auto 10px;
}
.reviews-v2-wrapper .container {
  padding-top: 0;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #feea57;
  font-size: 0.9em;
}
.reviews-v2-wrapper .review-quote {
  color: #feea57;
  opacity: 1;
}
.reviews-v2-wrapper .review-text blockquote {
  margin-top: 0;
}
.reviews-v2-wrapper .review-text p {
  font-style: italic;
  font-weight: 700;
}
.owl-theme .owl-dots .owl-dot button {
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
/* Reviews section end */

/* Newsletter section */
.map-newsletter .text-wrapper:before {
  background-color: #0d0d0d;
  background-attachment: scroll;
}
.map-newsletter {
  border-right: 3px solid #feea57;
}
.map-newsletter .section-header {
  color: #fff;
}
.map-newsletter h2 {
  text-transform: none;
  color: #ffe766;
}
.map-newsletter .sph-email-subscription h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 11px 5px;
}
.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: #feea57;
}
.googlemap-v3-wrapper .triangle {
  display: none;
}
.sph-response-message {
  color: #fff;
  font-size: 1.4em;
}
.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 */
.custom-modal .modal-content {
  background: url("https://static.spotapps.co/web/chaecafeandeatery--com/css/../custom/newsletter_back.jpg");
  background-color: #0d0d0d;
  background-size: cover;
}
.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 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.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;
}
.custom-modal .close {
  color: #fff;
}
/* Newsletter popup end */

/* Contact section */
.contact-v3 {
  background-color: #181f25;
  border-top: 5px solid #feea57;
}
.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: #feea57;
  color: #181f25;
}
.contact-v3 a {
  color: #fff;
  text-decoration: none;
}
/* Contact section end */

/* Footer section */
.footer-v2-wrapper {
  background-color: #181f25;
}
/* Footer section end */

/* Food and Drinks pages */
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 60px;
}
.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
  color: #263242;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.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: "Montserrat", sans-serif;
  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 #feea57;
}
/* Food and Drinks pages end */

/* Specials page */
.onespecial {
  font-size: 1.2em;
}
.specials h1 {
  padding-top: 0;
}
.specials h2 {
  font-size: 1.5em;
}
/* Specials page end */

/* Events page */
.events-container h2 {
  font-size: 2.1em;
}
.events-container h3,
.events-container .event-info-text p,
.events-container .event-time {
  font-family: "Montserrat", sans-serif;
}
/* Events page end */

/* Gift cards page */
.gift-cards-page .section-header {
  margin-top: 20px;
}
/* Gift cards page end */

/* Oh my Gogi page / Custom Page */
.oh-my-gogi-page {
  padding-top: 95px;
}
.oh-my-gogi-logo {
  max-width: 350px;
}
.oh-my-gogi-header,
.oh-my-gogi-widget-holder h2 {
  font-family: "Source Serif 4", sans-serif;
  font-size: 1.7em;
}
.oh-my-gogi-btn,
.oh-my-gogi-page .reservations-and-parties button  {
  background-color: #181f25;
  background: #181f25;
  border: 2px solid #181f25;
  color: #fff;
}
.oh-my-gogi-btn:hover,
.oh-my-gogi-btn:focus,
.oh-my-gogi-page .reservations-and-parties button:hover,
.oh-my-gogi-page .reservations-and-parties button:focus {
  background-color: transparent;
  background: transparent;
  border: 2px solid #181f25;
  color: #181f25;
  text-decoration: none;
}
.oh-my-gogi-page .contact-v3 {
  border-bottom: 5px solid #feea57;
}
.oh-my-gogi-widget-holder {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}
.oh-my-gogi-widget-holder h2 {
  margin: 0 auto 25px;
}
.oh-my-gogi-widget-wrapper {
  margin: 0 auto;
}

.oh-my-gogi-page .reservations-and-parties input,
.oh-my-gogi-page .reservations-and-parties select,
.oh-my-gogi-page .reservations-and-parties textarea,
.oh-my-gogi-page .reservations-and-parties select.full-select {
	border: 1px solid #000;
	background-color: #fff;
}
.oh-my-gogi-page .reservations-and-parties p.submit-success {
  color: #000;
}
/* End Oh my Gogi page / Custom Page */

.drink-menu .pagecontent {
  padding-top: 140px;
}
.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.6em;
}

/* Media queries */

@media (max-width: 1400px) {
  .nav-v2 .social-icon {
    font-size: 22px;
    line-height: 35px;
  }
  .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.2em;
  }
  .about-us-v8-content .text-wrapper h2,
  .order-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.5em;
  }
  .uk-overlay-panel h1 {
    font-size: 4.5em;
  }
  .banner-section h1 {
    font-size: 1.4em;
  }
  .events-container h2 {
    font-size: 1.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.5em;
  }
}

@media (max-width: 1200px) {
  .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: 3.5em;
  }
  .about-us-v8-content .text-wrapper h2,
  .order-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.3em;
  }
  p {
    font-size: 1.2em;
  }
  .uk-overlay-panel h1 {
    font-size: 4em;
  }
  .banner-section {
    padding: 25px 0;
  }
  .banner-section h1 {
    font-size: 1.3em;
  }
  .order-tmt-section {
    padding: 3em 0;
  }
  .googlemap-v3-wrapper .map-item,
  #map-v3-container {
    min-height: 430px;
  }
  .sph-response-message {
    font-size: 1.3em;
  }
  .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: 2em;
  }
  .food-menu-grid .food-item-description {
    font-size: 1.1em;
  }
  .onespecial {
    font-size: 1.1em;
  }
  .events-container h2 {
    font-size: 1.7em;
  }
  .events-container h3,
  .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.4em;
  }
}

@media (max-width: 1023px) {
  .nav > li {
    padding: 0;
  }
  .nav > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    padding: 10px 4px;
  }
  .navbar-inverse.nav-v2 .navbar-nav > li > a:focus,
  .navbar-inverse.nav-v2 .navbar-nav > li > a:hover,
  .navbar-inverse.nav-v2 .navbar-nav > .active > a,
  .navbar-inverse.nav-v2 .navbar-nav > .active > a:focus,
  .navbar-inverse.nav-v2 .navbar-nav > .active > a:hover {
    color: #feea57;
  }
  .header-logo {
    left: 5px;
    max-width: 50px;
  }
  .nav-v2 .social-icon {
    line-height: 28px;
  }
  .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: 2.7em;
  }
  video#coverVideo {
    margin-top: 65px;
  }
  .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,
  .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: 15px;
  }
  .uk-overlay-panel h1 {
    font-size: 3em;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .order-tmt-section {
    padding: 2em 0;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.1em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.1em;
  }
  .googlemap-v3-wrapper .map-item.map-newsletter {
    min-height: 420px;
  }
  .map-newsletter .text-wrapper .text-content {
    top: -10px;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .sph-response-message {
    font-size: 1.2em;
  }
  .contact-v3 a {
    font-size: 0.8em;
  }
  .footer-v2-wrapper a {
    font-size: 1.1em;
  }
  .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-description p {
    font-size: 1.1em;
  }
  .food-menu-v2-wrapper .section-header,
  .drink-menu-v2-wrapper .section-header {
    padding-top: 60px;
  }
  .onespecial {
    font-size: 1em;
  }
  .events-container .events-holder {
    padding-top: 40px;
  }
  .events-container h2 {
    font-size: 1.6em;
  }
  .drink-menu .pagecontent {
    padding-top: 100px;
  }
  .oh-my-gogi-page {
    padding-top: 55px;
  }
  .oh-my-gogi-logo {
    max-width: 250px;
  }
  .oh-my-gogi-widget-wrapper {
    width: 90%;
    overflow-x: scroll;
  }
  .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: 991px) {
  .nav > li > a {
    font-size: 0.8em;
    padding: 10px 3px;
  }
  .nav-v2 .socialnav a {
    display: none;
  }
  .map-newsletter .bar {
    top: 0;
  }
}

@media (max-width: 769px) {
  .drink-menu .navbar-collapse.collapse {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #fff !important;
    color: #181f25 !important;
  }
  .nav-v2 .socialnav a {
    display: inline-block;
  }
  .nav > li > a {
    font-size: 1.1em;
    padding: 5px 15px;
    text-transform: lowercase;
  }
  .nav-v2 .social-icon {
    line-height: 32px;
  }
  .header-logo {
    max-width: 40px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: lowercase;
    font-family: "Source Serif 4", sans-serif;
    font-size: 16px;
    padding: 15px 5px;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 365px;
  }
  .uk-overlay-panel h1 {
    font-size: 2em;
  }
  .banner-section {
    padding: 15px 0;
    border-bottom: 5px solid #feea57;
  }
  .banner-section h1 {
    font-size: 0.85em;
  }
  .about-us-v8-wrapper:before {
    border-top: none;
  }
  .about-us-v8-wrapper.custom-about-us-v8-wrapper {
    border-top: 5px solid #feea57;
  }
  .googlemap-v3-wrapper .map-item.map-newsletter {
    min-height: 450px;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.8em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.1em;
  }
  .contact-v3 a {
    font-size: 1em;
  }
  .footer-v2-wrapper a {
    font-size: 1em;
  }
  .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 #181f25;
  }
  .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 #181f25;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #181f25;
  }
  .food-menu-description p {
    font-size: 1em;
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .drink-menu .pagecontent {
    padding-top: 90px;
  }
  .oh-my-gogi-logo {
    max-width: 200px;
  }
  .oh-my-gogi-widget-holder {
    padding: 40px 0;
  }
  .oh-my-gogi-page .oh-my-gogi-widget-holder h2 {
    font-size: 1.5em;
  }
  .oh-my-gogi-form-wrapper {
    padding-bottom: 100px;
  }
  .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: 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: 2.1em;
  }
  .about-us-v8-content .text-wrapper h2,
  .order-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.1em;
  }
  p {
    font-size: 1.1em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 14px;
  }
  .uk-overlay-panel h1 {
    font-size: 1.5em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1em;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1em;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.3em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1em;
  }
  .onespecial {
    font-size: 0.9em;
  }
  .events-container h2 {
    font-size: 1.5em;
  }
  .events-container h3,
  .events-container .event-info-text p,
  .events-container .event-time {
    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.1em;
  }
}
