@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Playfair+Display&family=Rye&display=swap");

/*
font-family: 'Rye', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Playfair Display', serif;
*/

a {
    color: #fff;
}

body {
    font-family: 'Playfair Display', serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rye', cursive;
}
.navigation-left li a,
.navigation-right li a {
    text-transform: capitalize;
    font-weight: 400;
    color: #770a33;
}
.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: #ee7aa1;
}
.nav-v2 .social-icon {
    color: #770a33 !important;
}
.nav-v2 .social-icon:hover,
.nav-v2 .social-icon:active
.nav-v2 .social-icon:focus {
    color: #ee7aa1 !important;
}
.navigation-social {
	padding-left: 15px;
}
.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,
.map-newsletter h1,
.custom-modal .newsletter-popup .section-header {
    font-family: 'Rye', cursive;
    text-transform: uppercase;
    font-size: 3.8em;
}
.tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.6em;
    text-transform: capitalize;
}
.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: 'Playfair Display', serif;
    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 {
    padding: 10px 40px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    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;
}
.about-us-v8-wrapper a.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.reservations-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:hover,
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:focus {
    background-color: #770a33;
    color: #fff;
    border: 1px solid #770a33;
}
.about-us-v8-wrapper a.custom-temp-btn:hover,
.reservations-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,
.food-menu-nav .food-menu-nav-item {
    background-color: transparent;
    color: #770a33;
    border: 1px solid #770a33;
}
.uk-overlay-panel a.custom-temp-btn:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.order-tmt-section a.custom-temp-btn {
    background-color: #4e1615;
    color: #fff;
    border: 1px solid #4e1615;
}
.order-tmt-section a.custom-temp-btn:hover {
    background-color: transparent;
    color: #4e1615;
    border: 1px solid #4e1615;
}

/* home page */

video#coverVideo {
    margin-top: 130px;
}

/* banner section */

.banner-section {
    padding: 35px 0;
}
.banner-section h1 {
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-size: 1.4em;
}
.banner-section .banner-pin {
    color: #770a33;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #fff;
}

/* 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: 70px;
}
.about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
    background-image: url("https://static.spotapps.co/web/sweetlucysicecreamandtreats--com/css/../custom/title_decoration_2.png");
}

/* about_us_v8 section end*/

.slideshow-v2-wrapper {
  border-bottom: 10px solid #f5d08c;
}
/* order tmt section */

.order-tmt-section h1 {
    margin-top: 20px;
}

/* order tmt section end*/

/* slideshow_v2 section */

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5);
}
.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: #fff;
    transform: scale(1);
}
.uk-dotnav-contrast>*>* {
    background: rgba(255, 255, 255, 0.7);
}
.uk-overlay-panel .slide-text {
    margin-top: 20px;
    font-family: 'Dancing Script', cursive;
    font-size: 3.2em;
}

/* slideshow_v2 section end*/

/* reservations tmt section */

.reservations-tmt-section h1 {
    margin-top: 20px;
}

/* reservations tmt section end*/

/* reviews section */

.carousel-wrapper.reviews-v2-wrapper.section-wrapper {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
}
.reviews-v2-wrapper .container {
    padding-top: 0;
}
.reviews-v2-wrapper h1 {
    margin-top: 0;
}
.reviews-v2-wrapper h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4e1615;
    text-transform: none;
}
.reviews-v2-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    font-size: 1.4em;
    color: #000;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    color: #4e1615;
}
.reviews-v2-wrapper .review-text p {
    font-size: 1.3em;
    line-height: 1.6em;
    font-style: italic;
    font-weight: 700;
}
.reviews-v2-wrapper .review-quote {
    opacity: 1;
    color: #4e1615;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot button {
    background: #4e1615;
    border: 1px solid #4e1615;
    opacity: 0.3;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot.active button,
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot:hover button {
    background: #4e1615;
    border: 1px solid #4e1615;
    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: #fff;
}
.map-newsletter {
    border-right: none;
    color: #000;
}
.map-newsletter h2 {
    color: #ee7aa1;
}
.map-newsletter .sph-email-subscription h2 {
    font-family: 'Playfair Display', serif;
    color: #000;
}
.map-newsletter .bar {
    top: -6px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background: #770a33;
}
.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-color: #fff;
    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: 'Playfair Display', serif;
    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: #770a33;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-family: 'Rye', cursive;
    font-size: 1.1em;
    text-transform: uppercase;
}
.contact-v3 .days {
    padding-bottom: 0;
    text-transform: capitalize;
}
.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: #770a33;
    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: 'Playfair Display', serif;
}
.food-menu-grid .menu-description p {
    font-family: 'Playfair Display', serif;
    color: #000;
}
.food-menu-grid-item-content {
    border-radius: 0;
    background-color: #fff;
}
.drink-menu .food-menu-grid h2 {
    font-family: 'Rye', cursive;
    font-size: 1.8em;
    text-transform: none;
    word-break: break-word;
    color: #000;
}
.food-menu-grid .food-item-title h3,
.food-menu-grid .food-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.3em;
    text-transform: none;
    color: #000;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #770a33;
}
.food-menu-grid .food-price {
    color: #770a33;
    padding: 0 10px 0 5px;
}
.food-menu-grid .food-item-description {
    font-size: 1.1em;
    color: #757575;
}

/* food menu page end*/

/* ice cream cake gallery page */
  .ice-cream-cake-page:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('https://static.spotapps.co/web/sweetlucysicecreamandtreats--com/css/../custom/ice_cream_back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(0.5) opacity(0.2);
    -moz-filter: grayscale(0.5) opacity(0.2);
    -o-filter: grayscale(0.5) opacity(0.2);
    -ms-filter: grayscale(0.5) opacity(0.2);
    filter: grayscale(0.5) opacity(0.2);
  }

  .ice-cream-cake-page .pagecontent {
    text-align: center;
  }

  .ice-cream-cake-page .tabs-container {
    margin-bottom: 0;
  }
/* ice cream cake gallery page end */

/* Jobs page */
.jobs-page .section-header {
  margin-bottom: 35px;
}
/* Jobs page end */

/* media queries */

@media (max-width:1400px) {
    .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,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 3.4em;
    }
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 2.4em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 65px;
    }
    .banner-section {
        padding: 25px 0;
    }
    .about-us-v8-content .text-content .text-holder {
        padding-left: 15px;
        padding-right: 15px;
    }
    .uk-overlay-panel .slide-text {
        font-size: 3em;
    }
}

@media (max-width:1200px) {
    .nav-v2 .social-icon {
      font-size: 22px;
      line-height: 33px;
    }
    .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,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 3em;
    }
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 2.2em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 60px;
    }
    .uk-overlay-panel .slide-text {
        font-size: 2.8em;
    }
    .banner-section h1 {
        font-size: 1.3em;
    }
    .banner-section {
        padding: 20px 0;
    }
    .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;
    }
    .drink-menu .food-menu-grid h2 {
        font-size: 1.6em;
    }
    .food-menu-v2-wrapper .section-header,
    .drink-menu-v2-wrapper .section-header {
        padding-top: 85px;
    }
}

@media (max-width:1023px) {
    .nav>li {
        padding: 0;
    }
    .nav>li>a {
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 1em;
        padding: 10px 6px;
    }
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        color: #ee7aa1;
    }
    .header-logo {
        left: 10px;
        max-width: 100px;
    }
    .nav-v2 .social-icon {
        font-size: 24px;
        line-height: 28px;
    }
    .socialnav {
        padding-left: 20px;
    }
    video#coverVideo {
        margin-top: 85px;
    }
    .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,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 2.8em;
    }
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 2em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 55px;
    }
    .banner-section {
        padding: 15px 0;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 2.6em;
    }
    .about-us-v8-content .text-content p,
    .tmt-section p,
    .reviews-v2-wrapper .review-text p {
        font-size: 1.2em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.3em;
    }
    .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;
    }
    .food-menu-grid .food-item-title h3,
    .food-menu-grid .food-price {
        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.2em;
    }
}

@media (max-width:991px) {
    .navbar-inverse .navbar-nav>li>a {
        padding: 4px;
        font-size: 0.8em;
    }
    .nav-v2 .socialnav a {
        display: none;
    }
    .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,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 2.6em;
    }
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.9em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 50px;
    }
    .uk-overlay-panel .slide-text {
        font-size: 2.4em;
    }
    .map-newsletter .bar {
        top: 0;
    }
    .about-us-v8-content .text-content .text-holder {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tmt-section {
        padding: 20px 0;
    }
    .food-menu-v2-wrapper .section-header,
    .drink-menu-v2-wrapper .section-header {
        padding-top: 60px;
    }
    .drink-menu .food-menu-grid h2 {
        font-size: 1.4em;
    }
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 1em;
    }
    .navbar-inverse .navbar-collapse {
        overflow: hidden;
    }
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li.active>a,
    .navbar-inverse .navbar-nav>li.active>a:hover {
        background-color: #ee7aa1;
        color: #fff !important;
    }
    .nav-v2 .socialnav a {
        display: inline-block;
    }
    .header-logo {
        max-width: 110px;
    }
    video#coverVideo {
        margin-top: 70px;
    }
    .banner-section {
        padding: 10px 0;
    }
    .banner-section h1 {
        font-size: 1.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,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 2.4em;
    }
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.8em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 45px;
    }
    .uk-overlay-panel .slide-text {
        font-size: 2.2em;
    }
    .about-us-v8-content .text-content p,
    .tmt-section p,
    .reviews-v2-wrapper .review-text p {
        font-size: 1.1em;
    }
    .about-us-v8-content .text-content .text-holder {
        padding-left: 0px;
        padding-right: 0px;
    }
    .reviews-v2-wrapper h1 {
        margin-top: 20px;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .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;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 0.9em;
    }
    .footer-v2-wrapper a {
        font-size: 1em;
    }
    .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 #770a33;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
        border-top: 2px solid #770a33;
    }
    .food-menu-grid .food-item-title h3,
    .food-menu-grid .food-price {
        font-size: 1.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.1em;
    }
    .gift-cards-page p {
        font-size: 1.1em;
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-family: 'Playfair Display', serif;
        font-size: 14px;
        padding: 15px 5px;
        text-transform: capitalize;
    }
    .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 {
        font-size: 14px;
    }
}

@media (max-width:320px) {
    .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,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 2.2em;
    }
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.7em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 40px;
    }
    .uk-overlay-panel .slide-text {
        font-size: 2em;
    }
    .about-us-v8-content .text-content p,
    .tmt-section p,
    .reviews-v2-wrapper .review-text p {
        font-size: 1em;
    }
    .about-us-v8-content .text-content .text-holder {
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-section h1 {
        font-size: 1em;
    }
    .banner-section {
        padding: 5px 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.1em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.1em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1em;
    }
    .drink-menu .food-menu-grid h2 {
        font-size: 1.3em;
    }
    .food-menu-grid .food-item-title h3,
    .food-menu-grid .food-price {
        font-size: 1em;
    }
    .food-menu-grid .food-item-description {
        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: 1em;
    }
    .gift-cards-page p {
        font-size: 1em;
    }
    .reservations-and-parties p {
      font-size: 1.2em;
    }
}
