/* @import url('//fonts.googleapis.com/css2?family=Molle&display=swap'); */
@import url('//fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('//fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('//fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');

/*

font-family: 'Lobster';
font-weight: 400;

font-family: 'Oswald', sans-serif;
font-weight: 400;

font-family: 'Oswald', sans-serif;
font-weight: 600;

*/

a {
    color: #fff;
}

body {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

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

.navbar-regular.nav-v6 .navbar-nav>li>a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    padding: 0 8px;
    text-transform: none;
    border-right: none !important;
}
.navbar-regular.nav-v6 .navbar-nav>li:last-of-type>a {
    border-right: none !important;
}
li.drop-down-link .sub-menu {
  min-width: 120px;
}
li.drop-down-link .sub-menu a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.navbar-regular.nav-v6 .navbar-nav>li>a:focus,
li.drop-down-link .sub-menu a:focus {
    color: #fbd043;
}
.section-header,
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.tmt-section h1,
.specials h1,
.events-container h1,
.custom-modal .newsletter-popup .section-header,
.about-us-s4-wrapper h1 {
    font-size: 4.8em;
    font-family: 'Lobster';
    font-weight: 400;
    text-transform: capitalize;
}
.reviews-v2-wrapper h2,
.map-newsletter h2,
.about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    text-transform: uppercase;
}
.empty-content-message h2,
.empty-content-message h3,
.drink-menu .empty-content-message h2,
.drink-menu .empty-content-message h3,
.specials .empty-content-message h2,
.specials .empty-content-message h3,
.events-container .empty-content-message h2,
.events-container .empty-content-message h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    text-align: center;
    text-transform: none;
}
.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.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,
.addtocalendar.atc-style-blue .atcb-link {
    padding: 10px 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    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;
}
.uk-overlay-panel a.custom-temp-btn,
.tmt-section a.custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link:hover {
    background-color: #fbd043;
    color: #000;
    border: 1px solid #fbd043;
}
.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,
.uk-overlay-panel a.custom-temp-btn:hover,
.order-tmt-section a.custom-temp-btn:hover,
.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: #bf1e2d;
    color: #fff;
    border: 1px solid #bf1e2d;
}
.about-us-v8-wrapper 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,
.reservations-tmt-section a.custom-temp-btn:hover,
.food-menu-nav .food-menu-nav-item {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

/* home page */

/* slideshow_v2 section */

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.4);
}
.uk-overlay-panel {
    padding-left: 0;
    padding-right: 0;
}
.uk-overlay-panel .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.uk-dotnav-contrast>.uk-active>* {
    background: transparent;
    transform: scale(1);
    border: 1px solid #fff;
}
.uk-dotnav-contrast>*>* {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
}
.uk-overlay-panel .slide-text {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 3em;
}

/* slideshow_v2 section end*/

/* banner section */

.banner-section {
    padding: 35px 0;
}
.banner-section h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.4em;
}
.banner-section .banner-pin {
    color: #fbd043;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #bf1e2d;
}

/* banner section end */

/* about_us_v8 section */

.about-us-v8-content .text-wrapper h1 {
    margin-top: 30px;
}
.about-us-v8-content .text-content p {
    margin: 30px auto;
}
.about-us-v8-content .text-content.title-image h1:after {
    height: 65px;
}
.about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
    background-image: url("https://static.spotapps.co/web/hole19scratchkitchen--com/css/../custom/decoration_parties.png");
}

/* about_us_v8 section end*/

/* reservations tmt section */

.reservations-tmt-section {
    padding: 5em 0;
}
.reservations-tmt-section h1 {
    margin-top: 10px;
}

/* reservations tmt section end*/

/* order tmt section */

.order-tmt-section {
    padding: 5em 0;
}
.order-tmt-section h1 {
    margin-top: 10px;
}
.order-tmt-section a.custom-temp-btn:first-of-type {
    margin-right: 30px;
}

/* order tmt section end*/

/* reviews section */

.reviews-v2-wrapper .container {
    padding-top: 0;
}
.reviews-v2-wrapper h1 {
    margin-top: 0;
}
.reviews-v2-wrapper h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.reviews-v2-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 1.4em;
    color: #fff;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    color: #fbd043;
}
.reviews-v2-wrapper .review-text p {
    font-size: 1.3em;
    line-height: 1.6em;
}
.reviews-v2-wrapper .review-quote {
    opacity: 1;
    color: #000;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot button {
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot.active button,
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot:hover button {
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    outline: 0;
}

/* reviews section end*/

/* maps-newsletter section */

.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: #000;
  color: #000!important;
}
.map-newsletter .text-wrapper:before {
    background-color: #f0f0f0;
}
.map-newsletter {
    border-right: none;
    color: #000;
}
.map-newsletter h2 {
    color: #bf1e2d;
}
.map-newsletter .sph-email-subscription h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #000;
}
.map-newsletter .bar {
    top: -6px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background: #bf1e2d;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 10.5px 5px;
    border-bottom: 1px solid #000;
    color: #000;
}
.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;
}
.map-newsletter .text-wrapper:before {
    background-attachment: scroll;
}
.googlemap-v3-wrapper .triangle {
    display: none;
}

/* maps-newsletter section end*/

/* custom modal section */

.custom-modal .modal-content {
    background-image: url("https://static.spotapps.co/web/hole19scratchkitchen--com/css/../custom/newsletter_bg.jpg");
    background-size: cover;
    background-color: #f0f0f0;
    color: #000;
}
.custom-modal .newsletter-popup .section-header {
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 10px 15px;
    border: 1px solid #000;
    background: transparent;
    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;
}
.custom-modal .close {
    color: #000;
}

/* custom modal section end*/

/* contact-v3 section*/

.contact-v3 {
    border-bottom: 1px solid #fff;
    background-color: #000;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    text-transform: capitalize;
}
.contact-v3 .days {
    padding-bottom: 0;
    text-transform: uppercase;
}
.contact-v3 .from-to {
    padding-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.contact-us p a {
    color: #fff;
    text-decoration: none;
}
.contact-v3 a.contact-icon:focus {
    color: #fff;
}

/* contact-v3 section end*/

/* footer section */

.footer-v2-wrapper,
.footer-v2-wrapper a {
    background-color: #000;
    border-top: none;
    color: #fff;
}

/* footer section end*/

/* food menu page */

.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 100px;
}
.food-menu-grid .food-menu-description p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.food-menu-grid .menu-description p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #000;
}
.food-menu-grid-item-content {
    border-radius: 0;
    background-color: #fff;
}
.drink-menu .food-menu-grid h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    text-transform: none;
    word-break: break-word;
    color: #000;
}
.food-menu-grid .food-item-title h3,
.food-menu-grid .food-price {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    text-transform: none;
    color: #000;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #bf1e2d;
}
.food-menu-grid .food-price {
    color: #bf1e2d;
    padding: 0 10px 0 5px;
}
.food-menu-grid .food-item-description {
    font-size: 1.1em;
    color: #757575;
}

/* food menu page end*/

/* specials page */

.onespecial,
.oneeventday {
    font-size: 1.3em;
}
.specials h1 {
    margin-top: 30px;
}
.specials h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 1.4em;
}

/* specials page end*/

/* events page */

.events-container h1 {
    margin-top: 45px;
}
.events-container h2 {
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.8em;
    text-transform: uppercase;
    color: #fff;
}
.events-container .event-time,
.events-container h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.5em;
}
.events-container .event-info-text p {
    font-size: 1.4em;
    color: #fff;
}
.events-container .events-holder {
    padding: 40px 0;
    border-bottom: 1px solid #fff;
}
.events-container .event-image {
    border: 1px solid #bf1e2d;
}

/* events page end */

/* about us page */

.about-us-page .about-us-s1-content img.logo-about {
    max-width: 300px;
}
.about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4em;
}
.about-us-s4-wrapper {
    padding: 6em;
    background-color: #000;
    color: #fff;
}
.about-us-s4-wrapper p {
    margin: 30px auto;
    padding: 0 7em;
}
.about-us-s4-wrapper .team-member {
    border-bottom: 2px solid #bf1e2d;
    padding: 5em;
}
.about-us-s4-wrapper .team-member h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #bf1e2d;
    font-size: 2em;
}
.about-us-s4-wrapper .team-member h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #fbd043;
    font-size: 1.4em;
}
.about-us-s4-wrapper .team-member-img {
    display: flex;
    justify-content: center;
}

/* about us page end */

/* New Years Eve page start */
.new-years-eve-page::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url('https://static.spotapps.co/web/hole19scratchkitchen--com/css/../custom/new_years_eve_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(0.6) opacity(0.2);
    -moz-filter: grayscale(0.6) opacity(0.2);
    -o-filter: grayscale(0.6) opacity(0.2);
    -ms-filter: grayscale(0.6) opacity(0.2);
    filter: grayscale(0.6) opacity(0.2);
}
.new-years-eve-page * {
    text-shadow: none;
}
.new-years-eve-page .pagecontent{
    text-align: center;
    padding-bottom: 1px;
}
.new-years-eve-page .flyer {
    width: 50%;
    margin: 40px auto;
}
.new-years-eve-page a:hover {
    color: #fff;
}
.new-years-eve-page .pagecontent a {
  color: #fbd043;
}
/* New Years Eve page end */

@media (max-width:1400px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 1em;
        padding: 0 5px;
    }
    li.drop-down-link .sub-menu {
        padding: 8px;
        min-width: 100px;
    }
    li.drop-down-link .sub-menu a {
        font-size: 1em;
    }
    .section-header,
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .tmt-section h1,
    .specials h1,
    .events-container h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-s4-wrapper h1 {
        font-size: 4.4em;
    }
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content h2 {
        font-size: 1.4em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 2.7em;
    }
    .banner-section {
        padding: 25px 0;
    }
    .banner-section h1 {
        font-size: 1.3em;
    }
    .about-us-v8-content .text-content p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 60px;
    }
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content h3 {
        font-size: 1.3em;
    }
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .about-us-s4-wrapper .team-member h2 {
        font-size: 1.8em;
    }
    .about-us-page .about-us-s1-content img.logo-about {
        max-width: 100px;
    }
}

@media (max-width:1200px) {
    .section-header,
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .tmt-section h1,
    .specials h1,
    .events-container h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-s4-wrapper h1 {
        font-size: 4em;
    }
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content h2 {
        font-size: 1.3em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 2.4em;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 55px;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .empty-content-message h2,
    .drink-menu .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3 {
        font-size: 1.3em;
    }
    .onespecial,
    .oneeventday {
        font-size: 1.2em;
    }
    .specials h2 {
        font-size: 1.3em;
    }
    .events-container h2 {
        font-size: 1.6em;
    }
    .events-container .event-time,
    .events-container h3 {
        font-size: 1.3em;
    }
    .events-container .event-info-text p {
        font-size: 1.2em;
    }
    .food-menu-v2-wrapper .section-header, 
    .drink-menu-v2-wrapper .section-header {
        padding-top: 90px;
    }
}

@media (max-width:1023px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 1em;
        padding: 0 4px;
    }
    .about-us-v8-content .text-content p,
    .tmt-section p,
    .reviews-v2-wrapper .review-text p,
    .about-us-s4-wrapper p,
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content p {
        font-size: 1.2em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2, 
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.3em;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .empty-content-message h2,
    .drink-menu .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3 {
        font-size: 1.2em;
    }
    .gift-cards-page p {
        font-size: 1.2em;
    }
    .food-menu-grid .food-item-title h3, 
    .food-menu-grid .food-price {
        font-size: 1.2em;
    }
}

@media (max-width:991px) {
    .section-header,
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .tmt-section h1,
    .specials h1,
    .events-container h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-s4-wrapper h1 {
        font-size: 3.6em;
    }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 0.8em;
        padding: 0 3px;
    }
    li.drop-down-link .sub-menu a {
        font-size: 0.8em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 2.1em;
    }
    .banner-section {
        padding: 15px 0;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 50px;
    }
    .about-us-v8-content .text-content p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .reservations-tmt-section,
    .order-tmt-section {
        padding: 3em 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.3em;
    }
    .map-newsletter .bar {
        top: 0;
    }
    .onespecial,
    .oneeventday {
        font-size: 1.1em;
    }
    .specials h1 {
        margin-top: 50px;
    }
    .events-container h1 {
        margin-top: 70px;
    }
    .gift-cards-page .section-header {
        margin-top: 70px;
    }
    .drink-menu .food-menu-grid h2 {
        font-size: 1.4em;
    }
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content p {
        padding-left: 40px;
        padding-right: 40px;
    }
    .about-us-s4-wrapper p {
        padding: 0 4em;
    }
    .new-years-eve-page .flyer {
        width: 80%;
    }
}

@media (max-width:767px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 1.1em;
        padding: 4px 10px;
    }
    .navbar.nav-v4.nav-v6.navbar-regular.nav-v7 .navbar-nav>li>a:hover,
    .navbar.nav-v4.nav-v6.navbar-regular.nav-v7 .navbar-nav>.active>a,
    .navbar-regular.nav-v7 .navbar-nav>.active>a:focus,
    .navbar.nav-v4.nav-v6.navbar-regular.nav-v7 .navbar-nav>.active>a:hover {
        background-color: #fbd043;
        color: #000!important;
    }
    .navbar.nav-v6 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar.nav-v7 .header-logo {
        max-width: 70px;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .tmt-section h1,
    .specials h1,
    .events-container h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-s4-wrapper h1 {
        font-size: 3.2em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 2em;
    }
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content h2 {
        font-size: 1.2em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 1.5em;
    }
    .banner-section {
        padding: 10px 0;
    }
    .banner-section h1 {
        font-size: 1em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 45px;
    }
    .reviews-v2-wrapper h1 {
        margin-top: 20px;
    }
    .custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .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,
    .addtocalendar.atc-style-blue .atcb-link {
        font-size: 14px;
    }
    .food-menu-v2-wrapper .section-header,
    .drink-menu-v2-wrapper .section-header {
        padding-top: 10px;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn.active,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:hover,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:focus {
        border: none;
        border-bottom: 2px solid #bf1e2d;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
        border-top: 2px solid #bf1e2d;
    }
    .events-container h2 {
        font-size: 1.4em;
    }
    .events-container .event-time,
    .events-container h3 {
        font-size: 1.2em;
    }
    .events-container .event-info-text p {
        font-size: 1.1em;
    }
    .events-container .container {
        margin-bottom: 130px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 14px;
        padding: 15px 5px;
        text-transform: uppercase;
    }
    .specials h1 {
        margin-top: 30px;
    }
    .events-container h1 {
        margin-top: 45px;
    }
    .gift-cards-page .section-header {
        margin-top: 45px;
    }
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content h3 {
        font-size: 1.2em;
    }
    .about-us-s4-wrapper {
        padding: 1em;
    }
    .about-us-s4-wrapper .team-member {
        padding: 2em;
    }
    .about-us-s4-wrapper p {
        padding: 0px 1em;
    }
    .about-us-s4-wrapper .team-member h2 {
        font-size: 1.6em;
    }
    .about-us-s4-wrapper .team-member h3 {
        font-size: 1.3em;
    }
}

@media (max-width:320px) {
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .tmt-section h1,
    .specials h1,
    .events-container h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-s4-wrapper h1 {
        font-size: 2.9em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 1.8em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 1.3em;
    }
    .about-us-v8-content .text-content p,
    .tmt-section p,
    .reviews-v2-wrapper .review-text p,
    .about-us-s4-wrapper p,
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content p {
        font-size: 1.1em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1.1em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2, 
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.2em;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .empty-content-message h2,
    .drink-menu .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3 {
        font-size: 1.1em;
    }
    .gift-cards-page p {
        font-size: 1.1em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .footer-v2-wrapper a {
        font-size: 1.1em;
    }
    .onespecial,
    .oneeventday {
        font-size: 1em;
    }
    .events-container h2 {
        font-size: 1.3em;
    }
    .events-container .event-time,
    .events-container h3 {
        font-size: 1.1em;
    }
}