@import url('//fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('//fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300&display=swap');

/*
tabs / text / newsletter and reviews subtitle
font-family: 'IBM Plex Sans', sans-serif; 
font-weight: 300;


buttons / on cover title / section titles
font-family: 'Amatic SC', cursive; 
font-weight: 700;

*/

a {
    color: #fff;
}

body {
  font-family: 'IBM Plex Sans', sans-serif; 
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Amatic SC', cursive; 
  font-weight: 700;
}

.navbar-regular.nav-v6 .navbar-nav>li>a {
    text-transform: uppercase;
    font-family: 'IBM Plex Sans', sans-serif; 
    font-weight: 300;
    font-size: 1.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 {
    text-transform: uppercase;
    background-color: #fccb3e;
    background: #fccb3e;
    border: 1px solid #fccb3e;
    color: #191919;
    font-family: 'Amatic SC', cursive; 
    font-weight: 700;
    font-size: 18px;
    padding: 7px 30px;
    white-space: nowrap;
    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,
.custom-temp-btn:focus,
.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,
.tmt-section a.custom-temp-btn:hover,
.tmt-section a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #e91b28;
    background: #e91b28;
    border: 1px solid #e91b28;
    color: #fff;
    opacity: 1;
}
.private-parties-tmt-section a.custom-temp-btn {
    background-color: #e91b28;
    background: #e91b28;
    border: 1px solid #e91b28;
    color: #fff;
}
.private-parties-tmt-section a.custom-temp-btn:hover {
    background-color: #fff;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.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-container h1,
.reservations-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.about-us-page .about-us-s1-content h1 {
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive; 
    font-weight: 700;
    font-size: 4em;
    color: #191919;
}
.about-us-v8-content .text-wrapper h2,
.about-us-page .about-us-v7-content .text-wrapper h2,
.tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
    text-transform: uppercase;
    font-family: 'IBM Plex Sans', sans-serif; 
    font-weight: 300;
    font-size: 1.8em;
    color: #e91b28;
}

/* Homepage */

/* banner */
.banner-section {
    padding: 30px 0;
}
.banner-section h1 {
    text-transform: capitalize;
    font-family: 'IBM Plex Sans', sans-serif; 
    font-weight: 300;
    font-size: 1.3em;
}
.banner-section .banner-pin {
    color: #fccb3e;
    top: -2px;
    font-size: 1.3em;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #fff;
}
/* banner end */

/* private tmt */
.private-parties-tmt-section {
    padding: 2em 0;
}
.private-parties-tmt-section h1 {
    margin-top: 10px;
}
.tmt-section h2 {
    padding: 10px 0;
}
.private-parties-tmt-section p {
    margin: 5px 0;
}
/* private tmt end */

/* reviews v2 */
.reviews-v2-wrapper h1 {
    margin-top: 0;
    color: #fff;
}
.reviews-v2-wrapper .container {
    padding-top: 0;
}
.reviews-v2-wrapper h2 {
    color: #fccb3e;
    margin-top: 10px;
}
.reviews-v2-wrapper h3 {
    text-transform: capitalize;
    font-family: 'IBM Plex Sans', sans-serif; 
    font-weight: 300;
    font-size: 1.3em;
    margin-bottom: 0;
    color: #fff;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    color: #e91b28;
    font-size: 0.8em;
}
.reviews-v2-wrapper .review-quote {
    color: #fccb3e;
    opacity: 1;
}
.reviews-v2-wrapper .review-text p {
    font-size: 1.3em;
    line-height: 1.3em;
}
.owl-theme .owl-dots .owl-dot button {
    background-color: #fff;
    border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
    background-color: #000;
    border-color: #fff;
}
/* reviews v2 end */

/* slideshow v2 */
.uk-overlay-background {
    background: rgba(0,0,0,0.5);
}
.uk-overlay-panel h1 {
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive; 
    font-weight: 700;
    font-size: 3.9em;
    line-height: 1.1em;
}
.uk-overlay-panel h1 {
    margin-top: 10px;
}
.uk-dotnav-contrast>*>* {
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
}
.uk-dotnav-contrast>.uk-active>*,
.uk-dotnav-contrast>*>:focus,
.uk-dotnav-contrast>*>:hover {
    background: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
}
/* slideshow v2 end */

/* newsletter section */
.map-newsletter {
    border-right: none;
    background-color: #fff;
}
.map-newsletter .section-header {
    color: #191919;
}
.map-newsletter h2 {
    color: #e91b28;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: 'IBM Plex Sans', sans-serif; 
  font-weight: 300;
    color: #000;
    font-size: 1.2em;
}
.map-newsletter .bar {
    top: -5px;
}
.bar:before,
.bar:after {
    background-color: #000;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 8px 5px;
    font-size: 1.3em;
    border-bottom: 2px solid #e91b28;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
    color: #000;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
    color: #000;
}
.googlemap-v3-wrapper .triangle {
    display: none;
}
.sph-response-message {
    font-size: 1.3em;
    color: #000;
}
/* newsletter section end */

/* newsletter popup */
.custom-modal .modal-content {
    background-color: #fff;
}
.custom-modal .newsletter-popup .section-header {
    color: #191919;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  font-family: 'IBM Plex Sans', sans-serif; 
  font-weight: 300;
    color: #000;
    font-size: 1.2em;
}
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.1em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid #e91b28;
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #000;
}
/* newsletter popup end */

/* contact section */
.contact-v3 {
    background-color: #191919;
    color: #fff;
}
.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us {
    font-size: 1.1em;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  font-family: 'IBM Plex Sans', sans-serif; 
  font-weight: 300;
    font-size: 1.1em;
}
.contact-v3 .days {
    text-transform: uppercase;
    padding-bottom: 0;
}
.contact-v3 .hours {
    text-transform: uppercase;
}
.contact-v3 a {
    color: #fff;
    text-decoration: none;
}
.contact-us a:hover,
.contact-us a:active,
.contact-us a:focus {
    text-decoration: none;
}
.contact-v3 .contact-us p {
    margin: 0;
}
/* contact section end */

/* footer v2 */
.footer-v2-wrapper {
    background-color: #191919;
    border-top: 2px solid #fccb3e;
}
.footer-v2-wrapper a {
    font-size: 1.1em;
}
/* footer v2 end */

/* Menu and Drinks pages */
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 110px;
}
.food-menu-nav .food-menu-nav-item {
    padding: 8px 25px;
    font-size: 15px;
    background-color: #fccb3e;
    color: #000;
    border: 2px solid #fccb3e;
    line-height: 1.3em;
}
.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: #e91b28;
    color: #fff;
    border: 2px solid #e91b28;
}
.food-menu-grid-item-content {
    border-radius: 0;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
    color: #e91b28;
    font-size: 1.9em;
    font-family: 'IBM Plex Sans', sans-serif; 
    font-weight: 300;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: 'IBM Plex Sans', sans-serif; 
  font-weight: 300;
    font-size: 1.3em;
    color: #000;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #e91b28;
}
.food-menu-grid .menu-description p {
    font-size: 1.3em;
}
.food-menu-grid .food-item-description {
    font-size: 1.1em;
    color: #757575;
}
.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: 'IBM Plex Sans', sans-serif; 
    font-weight: 300;
    font-size: 1.3em;
    color: #000;
}
/* Menu and Drinks pages */

.empty-content-message h2,
.empty-content-message h3 {
    text-transform: none;
    text-align: center;
    font-family: 'IBM Plex Sans', sans-serif; 
    font-weight: 300;
    font-size: 1.3em;
}

/* media quiries */
@media (max-width: 1400px) {
    .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: 17px;
    }
    .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-container h1,
    .reservations-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .about-us-page .about-us-s1-content h1 {
        font-size: 3.8em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-page .about-us-v7-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.6em;
    }
    p {
        font-size: 1.1em;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1.1em;
    }
    .uk-overlay-panel h1 {
        font-size: 3.7em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .map-newsletter .sph-email-subscription .sph-email-input {
        padding: 7px 5px;
    }
    .footer-v2-wrapper a {
        font-size: 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.2em;
    }
}

@media (max-width: 1200px) {
    video#coverVideo {
        margin-top: 120px;
    }
    .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: 16px;
    }
    .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-container h1,
    .reservations-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .about-us-page .about-us-s1-content h1 {
        font-size: 3.6em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-page .about-us-v7-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.4em;
    }
    p {
        font-size: 1em;
    }
    .banner-section h1 {
        font-size: 1em;
    }
    .about-us-v8-item-0 .about-us-v8-content .text-content.title-image h1:after {
        max-height: 75px;
        margin: 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.1em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1em;
    }
    .uk-overlay-panel h1 {
        font-size: 3.5em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.5em;
    }
    .food-menu-nav .food-menu-nav-item {
        padding: 8px 15px;
    }
    .food-menu-grid .menu-description p {
        font-size: 1.1em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
    .food-menu-grid .food-item-description {
        font-size: 0.9em;
    }
    .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: 1023px) {
    .navbar.nav-v4 .header-logo {
        max-width: 80px;
    }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        padding: 0 7px;
        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 {
        font-size: 13px;
    }
    .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-container h1,
    .reservations-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .about-us-page .about-us-s1-content h1 {
        font-size: 3.3em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-page .about-us-v7-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.3em;
    }
    .banner-section h1 {
        font-size: 0.9em;
    }
    .about-us-v8-item-0 .about-us-v8-content .text-content.title-image h1:after {
        max-height: 70px;
    }
    .reviews-v2-wrapper h3 {
        margin-top: 20px;
        font-size: 1em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 0.9em;
    }
    .uk-overlay-panel h1 {
        font-size: 3.2em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1em;
    }
    .map-newsletter .sph-email-subscription .sph-email-input {
        font-size: 1.1em;
    }
    .sph-response-message {
        font-size: 1em;
    }
    .openstreetmap-v3-wrapper .bottom-svg-border {
        display: none;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.1em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        font-size: 1em;
    }
    .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-nav .food-menu-nav-item {
        font-size: 12px;
    }
    .food-menu-grid .menu-description p {
        font-size: 1em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1em;
    }
    .food-menu-grid .food-item-description {
        font-size: 0.8em;
    }
    .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: 991px) {
    .map-newsletter .bar {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar.nav-v4 .header-logo {
        max-width: 45px;
    }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        padding: 7px 15px;
        background-color: #fff;
    }
    video#coverVideo {
        margin-top: 70px;
    }
    .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: 6px 25px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        text-transform: uppercase;
        font-family: 'Amatic SC', cursive; 
    font-weight: 700;
        font-size: 13px;
        padding: 15px 5px;
    }
    .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-container h1,
    .reservations-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .about-us-page .about-us-s1-content h1 {
        font-size: 2.9em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-page .about-us-v7-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.1em;
    }
    p {
        font-size: 0.9em;
    }
    .about-us-v8-content {
        min-height: 385px;
    }
    .about-us-v8-item-0 .about-us-v8-content .text-content.title-image h1:after {
        max-height: 55px;
    }
    .reviews-v2-wrapper h3 {
        font-size: 0.9em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 0.8em;
    }
    .uk-overlay-panel h1 {
        font-size: 2.6em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 0.9em;
    }
    .sph-response-message {
        font-size: 1em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        padding: 6px 15px;
    }
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 0.8em;
    }
    .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.8em;
    }
    .food-menu-page .food-menu-v2-wrapper,
    .drink-menu-page .drink-menu-v2-wrapper {
        padding-top: 40px;
    }
    .food-menu-nav .food-menu-nav-item {
        font-size: 13px;
        padding: 8px 20px;
        border: none;
        border-bottom: 2px solid #e91b28;
        border-radius: 0;
    }
    .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 #e91b28;
        color: #fff;
        background: #e91b28;
    }
    .food-menu-nav .food-menu-nav-item:first-of-type {
        border-top: 2px solid #e91b28;
    }
    .food-menu-grid .menu-description p {
        font-size: 0.9em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.2em;
    }
    .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) {
    .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: 12px;
    }
    .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-container h1,
    .reservations-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .about-us-page .about-us-s1-content h1 {
        font-size: 2.6em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-page .about-us-v7-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1em;
    }
    p {
        font-size: 0.8em;
    }
    .banner-section h1 {
        font-size: 0.8em;
    }
    .about-us-v8-content {
        min-height: 370px;
    }
    .private-parties-tmt-section {
        padding: 1em 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 0.8em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 0.7em;
    }
    .uk-overlay-panel h1 {
        font-size: 2.2em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 0.8em;
    }
    .map-newsletter .sph-email-subscription .sph-email-input {
        font-size: 0.9em;
    }
    .sph-response-message {
        font-size: 0.9em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 0.9em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        font-size: 0.8em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 0.7em;
    }
    .contact-v3 .hours-title h1,
    .contact-v3 .social-title h1,
    .contact-v3 .contact-us-title h1 {
        font-size: 0.9em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 0.8em;
    }
    .footer-v2-wrapper a {
        font-size: 0.7em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 0.9em;
    }
    .food-menu-grid .food-item-description {
        font-size: 0.7em;
    }
    .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: 0.8em;
    }
}