@import url('https://fonts.googleapis.com/css2?family=Damion&family=Montserrat&family=Stint+Ultra+Expanded&display=swap');

/*
Headings (ultra expanded):
font-family: 'Stint Ultra Expanded', cursive;

Subheadings (regular):
font-family: 'Damion', cursive;

Text, buttons, navigation (regular):
font-family: 'Montserrat', sans-serif;
 */

a {
    color: #fff;
}

body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Stint Ultra Expanded', cursive;
}

/*navigation*/

.nav-v7 .container {
    width: 90%;
}

.navbar-regular.nav-v6 .navbar-nav>li>a {
    border-right: 1px solid #e5383a !important;
}

.navbar.nav-v7 .social-square .contact-icon:hover .social-icon {
    color: #fff;
}

li.drop-down-link .sub-menu a {
    font-size: 1em;
}

li.drop-down-link .sub-menu a:focus {
    color: #000;
}

/*navigation end*/

/*headings*/

.section-header,
.about-us-v8-content .text-wrapper h1,
.order-tmt-section h1,
.uk-overlay-panel h1,
.reservations-tmt-section h1,
.reviews-v2-wrapper h1,
.map-newsletter h1,
.custom-modal .newsletter-popup .section-header,
.about-us-page .about-us-s1-content h1,
.about-us-v7-content .text-wrapper h1,
.food-menu-v2-wrapper h1,
.drink-menu-v2-wrapper h1,
.specials h1,
.events-container h1,
.gift-cards-page .section-header
.custom_html_1-section .section-header {
    font-family: 'Stint Ultra Expanded', cursive;
    text-transform: uppercase;
    font-size: 4em;
}

.order-tmt-section h2,
.reservations-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
    font-family: 'Damion', cursive;
    text-transform: none;
    font-size: 2.4em;
}

/*headings end*/

/*buttons*/

.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.order-tmt-section 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.custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link,
.custom_html_1-section a.custom-temp-btn {
    padding: 8px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #e5383a;
    border: 2px solid #e5383a;
    color: #ecf4f6;
    opacity: 1;
}

.about-us-v8-wrapper a.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.addtocalendar.atc-style-blue .atcb-link:hover,
.article-background .custom-btn-holder .custom-temp-btn:hover {
    background-color: #ecf4f6;
    border: 2px solid #ecf4f6;
    color: #000;
    opacity: 1;
}

.order-tmt-section a.custom-temp-btn:hover,
.custom_html_1-section 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.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 {
    background-color: #1f2322;
    border: 2px solid #1f2322;
    color: #ecf4f6;
    opacity: 1;
}

/*buttons end*/

/*banner*/

.banner-section {
    padding: 30px 0;
}

.banner-section h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
}

.banner-section .banner-pin {
    color: #e5383a;
}

.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #1f2322;
}

/*banner end*/

/* custom html 1 */
.custom_html_1-section {
  text-align: center;
}
.custom_html_1-section .section-header {
  color: #1f2322;
}
.custom_html_1-section p {
  padding: 0 50px;
}

/*about-v8 section*/

.about-us-v8-wrapper {
    background-color: #1f2322;
}

.about-us-v8-content .text-content.title-image h1:after {
    height: 80px;
}

.about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
    background-image: url('https://static.spotapps.co/web/semillamiami--com/css/../custom/title_decoration_2.png') !important;
}

.about-us-v8-content .text-wrapper p {
    padding: 0 100px;
}

/*about-v8 section end*/

/*order section*/

.order-tmt-section h1 {
    margin-top: 10px;
}

/*order section end*/

/*slideshow v2*/

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5);
}

.uk-overlay-background .container {
    width: 100%;
    padding: 0 20px;
}

.uk-dotnav-contrast > * > * {
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
    transform: scale(1);
}

/*slideshow v2 end*/

/*reservation section*/
.reservations-tmt-section {
  padding: 11em 0;
}
.reservations-tmt-section h1 {
    margin-top: 10px;
}
.reservations-tmt-section .sr-sm.sr-dark {
  margin: 30px auto 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

/*reservation section end*/

/*reviews*/

.reviews-v2-wrapper {
    background-size: cover !important;
    background-attachment: scroll !important;
}

.reviews-v2-wrapper .container {
    padding: 0 5px 20px 5px;
}

.reviews-v2-wrapper h1 {
    margin-top: 10px;
}

.reviews-v2-wrapper h2 {
    color: #e5383a;
}

.reviews-v2-wrapper h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    margin: 35px 0 15px 0;
    text-transform: none;
}

.reviews-v2-wrapper .review-text p {
    line-height: 1.4em;
    font-style: italic;
    font-weight: 700;
    font-size: 1.3em;
}

.reviews-v2-wrapper .review-text blockquote {
    margin: 0;
    padding: 0;
}

.reviews-v2-wrapper h3 .fa.fa-star {
    color: #e5383a;
    font-size: 0.7em;
    vertical-align: middle;
}

.reviews-v2-wrapper .review-quote {
    color: #ecf4f6;
    opacity: 1;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: 50px;
}

.owl-theme .owl-dots .owl-dot button {
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.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-v2-wrapper .carousel-controls .carousel-control-btn:hover {
    color: #fff;
}

/*reviews end*/

/*newsletter*/

.map-newsletter {
    border-right: none;
    background-color: #ecf4f6;
}

.map-newsletter h1 {
    color: #1f2322;
}

.map-newsletter h2 {
    color: #e5383a;
}

.map-newsletter .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1f2322;
    font-size: 1.2em;
}

.map-newsletter .bar {
    top: -6px;
}

.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 10.5px 5px;
    border-bottom: 1px solid #e5383a;
    font-size: 1em;
    color: #1f2322;
}

.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background: #1f2322;
}

.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
    color: #1f2322;
}

.map-newsletter .sph-email-subscription input:-moz-placeholder {
    /* Firefox 18- */
    color: #1f2322;
}

.map-newsletter .sph-email-subscription input::-moz-placeholder {
    /* Firefox 19+ */
    color: #1f2322;
}

.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
    color: #1f2322;
}

.googlemap-v3-wrapper .triangle {
    display: none;
}

.sph-response-message {
    color: #1f2322;
    font-size: 2em;
}

.map-newsletter .sph-email-subscription input:-webkit-autofill,
.map-newsletter .sph-email-subscription input:-webkit-autofill:hover,
.map-newsletter .sph-email-subscription input:-webkit-autofill:focus,
.map-newsletter .sph-email-subscription input:-webkit-autofill:active {
  -webkit-text-fill-color: #1f2322;
  color: #1f2322!important;
}

/*newsletter end*/

/* newsletter popup */

.custom-modal .modal-content {
    background-color: #ecf4f6;
    color: #1f2322;
}

.custom-modal .newsletter-popup .section-header {
    color: #1f2322;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 10px 15px;
    border: 1px solid #e5383a;
    font-size: 1em;
    background-color: transparent;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #1f2322;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder {
    /* Firefox 18- */
    color: #1f2322;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #1f2322;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #1f2322;
}

.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill,
.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill:hover,
.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill:focus,
.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill:active {
  -webkit-text-fill-color: #1f2322;
  color: #1f2322!important;
}

/* newsletter popup end*/

/*contact section*/

.contact-v3 {
    background-color: #1f2322;
    color: #fff;
}

.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-size: 1.1em;
    margin-top: 0;
}

.contact-v3 .days {
    padding-bottom: 5px;
}

.contact-v3 .from-to {
    padding-bottom: 15px;
}

.contact-v3 a {
    text-decoration: none;
}

.contact-v3 a:focus {
    color: #fff;
}

/*contact section end*/

/*footer*/

.footer-v2-wrapper {
    background-color: #1f2322;
    border-top: 2px solid #e5383a;
}

/*footer end*/

/*empty content message*/

.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,
.specials .empty-content-message h2,
.specials .empty-content-message h3,
.events-container .empty-content-message h2,
.events-container .empty-content-message h3 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: none;
    font-size: 1.4em;
}

/*empty content message end*/

/*about us page*/

.about-us-page .about-us-s1-content {
    padding-top: 150px;
}

.about-us-page .about-us-s1-wrapper .about-us-item-holder {
    background-image: url('https://static.spotapps.co/web/semillamiami--com/css/../custom/reviews_back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-page .about-us-s2-content h1:after {
    content: "";
    display: block;
    position: relative;
    width: auto;
    height: 80px;
    margin: 15px auto;
    vertical-align: middle;
    background-image: url('https://static.spotapps.co/web/semillamiami--com/css/../custom/title_decoration_1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.about-us-v7-content .text-wrapper:before {
    background-color: #1f2322;
}

.about-us-v7-content .text-wrapper .text-content {
    padding: 60px 5%;
}

.about-us-v7-content .text-wrapper p {
    padding: 0 50px;
}

.about-us-s3-wrapper .map-footer a:hover {
    color: #ecf4f6;
}

/*about us page end*/

/*menu and drinks pages*/

.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 70px;
}

.food-menu-grid .menu-description p {
    font-size: 1.3em;
}

.food-menu-grid-item-content {
    border-radius: 0;
}

.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
    color: #1f2322;
}

.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
    font-family: 'Damion', cursive;
    font-size: 2.4em;
    color: #e5383a;
}

.food-menu-grid .food-menu-description p {
    font-size: 1.2em;
    word-break: break-word;
}

.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #e5383a;
}

.food-menu-grid h3,
.food-menu-grid .food-price {
    font-family: 'Montserrat', sans-serif;
    color: #e5383a;
    font-size: 1.3em;
}

.food-menu-grid .food-item-description {
    font-size: 1.1em;
    color: #757575;
}

/*menu and drinks pages end*/

/*specials page*/

.onespecial {
    font-size: 1.3em;
}

.specials .pagecontent {
    padding-top: 135px;
}

.specials h2 {
    font-family: 'Damion', cursive;
    text-transform: capitalize;
    font-size: 1.5em;
}

/*specials page end*/

/*events page*/

.events-container .pagecontent {
    padding-top: 150px;
}

.events-container h1 {
    margin-bottom: 30px;
}

.events-container h2 {
    font-family: 'Damion', cursive;
    text-transform: capitalize;
    font-size: 2.4em;
}

.events-container h3,
.events-container .event-info-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
}

.events-container .event-image {
    border: none;
    -webkit-box-shadow: 0 0 10px 4px rgba(241, 232, 217, 0.5);
    -moz-box-shadow: 0 0 10px 4px rgba(241, 232, 217, 0.5);
    box-shadow: 0 0 10px 4px rgba(241, 232, 217, 0.5);
}

/*events page end*/

/*gift cards page*/

.gift-cards-page .pagecontent {
    padding-top: 125px;
}

/*gift cards page end*/

/*press page*/
.press-background:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url('https://static.spotapps.co/web/semillamiami--com/css/../custom/press/press_page_back.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: brightness(0.3);
    -moz-filter: brightness(0.3);
    -o-filter: brightness(0.3);
    -ms-filter: brightness(0.3);
    filter: brightness(0.3);
}
.press-background .section-header {
    color: #fff;
}
.press-holder .press-item {
    border: 2px solid #e5383a;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(5.6px);
}
.press-holder .press-item p {
    color: #000;
}
.press-background .press-autor {
    color: #000;
}
.press-background .pagecontent {
    padding-top: 125px;
}
/*press page end*/

/* valentines day page */
.article-background .section-header {
  margin-top: 7px;
  margin-bottom: 50px;
}
.article-background {
  background-color: #1f2322;
}
.article-background img {
  max-width: 600px;
}
.article-background .custom-btn-holder {
  margin-top: 40px;
  margin-bottom: 60px;
}
.article-background .custom-btn-holder .custom-temp-btn {
  width: 250px;
}
.article-background .custom-img-holder {
  margin-bottom: 80px;
}

@media (max-width:1600px) {
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .uk-overlay-panel h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-page .about-us-s1-content h1,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header {
        font-size: 3.6em;
    }
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 2.3em;
    }
    .article-background img {
      max-width: 500px;
    }
}

@media (max-width:1400px) {
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .uk-overlay-panel h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-page .about-us-s1-content h1,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header,
    .custom_html_1-section .section-header {
        font-size: 3.4em;
    }
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 2.2em;
    }
    .about-us-v8-content .text-content.title-image h1:after,
    .about-us-page .about-us-s2-content h1:after {
        height: 70px;
    }
    .about-us-v8-content .text-wrapper p {
        padding: 0 50px;
    }
    .about-us-v7-content .text-wrapper p {
        padding: 0 35px;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 2.2em;
    }
    .events-container h2 {
        font-size: 2.2em;
    }
    .article-background img {
      max-width: 460px;
    }
}

@media (max-width:1200px) {
    .nav-v7 .container {
        width: 100%;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .uk-overlay-panel h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-page .about-us-s1-content h1,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header,
    .custom_html_1-section .section-header {
        font-size: 3.2em;
    }
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 2.1em;
    }
    .about-us-v8-content .text-content.title-image h1:after,
    .about-us-page .about-us-s2-content h1:after {
        height: 60px;
    }
    .about-us-v8-content .text-wrapper p {
        padding: 0 10px;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1.1em;
    }
    .about-us-v7-content .text-wrapper p {
        padding: 0;
    }
    .article-background .section-header {
      margin-top: 30px;
    }
    .article-background img {
      max-width: 400px;
    }
}

@media (max-width:1023px) {
    .navbar-regular.nav-v7 .navbar-nav>li>a {
        padding: 0 5px;
    }
    li.drop-down-link .sub-menu {
        padding: 8px;
    }
    li.drop-down-link .sub-menu a {
        font-size: 0.9em;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .uk-overlay-panel h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-page .about-us-s1-content h1,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header,
    .custom_html_1-section .section-header {
        font-size: 2.8em;
    }
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 2em;
    }
    .custom_html_1-section .section-header {
      margin-top: 10px;
    }
    .about-us-v8-content .text-content.title-image h1:after,
    .about-us-page .about-us-s2-content h1:after {
        height: 50px;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .about-us-v8-content .text-wrapper p {
        font-size: 1.2em;
        padding: 0 15px;
    }
    .order-tmt-section p {
        font-size: 1.2em;
    }
    .reservations-tmt-section p {
        font-size: 1.2em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1.2em;
    }
    .map-newsletter .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.1em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .about-us-v7-content .text-wrapper p {
        font-size: 1.2em;
    }
    .about-us-s3-wrapper .map-footer p {
        font-size: 1.2em;
    }
    .food-menu-grid .menu-description p {
        font-size: 1.2em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 2em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1.1em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.2em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1em;
    }
    .onespecial {
        font-size: 1.2em;
    }
    .events-container h2 {
        font-size: 2em;
    }
    .events-container h3,
    .events-container .event-info-text p {
        font-size: 1.2em;
    }
    .gift-cards-page p {
        font-size: 1.2em;
    }
    .press-holder p {
        line-height: 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,
    .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;
    }
}

@media (max-width:991px) {
    .map-newsletter .bar {
        top: 0;
    }
    .about-us-page .about-us-s1-content {
        padding: 30px 0;
    }
    .about-us-page .about-us-s2-content .text-content {
        padding: 30px !important;
    }
    .article-background img {
      max-width: 500px;
      padding: 20px;
    }
}

@media (max-width:768px) {
  .article-background .section-header {
      margin-top: 50px;
  }
}

@media (max-width:767px) {
    .navbar.nav-v7 .header-logo {
        max-width: 80px;
    }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        padding: 4px 15px;
        border-right: none !important;
        font-size: 1em;
    }
    .navbar-regular.nav-v6 .navbar-nav>li>a:hover,
    .navbar-regular.nav-v6 .navbar-nav>.active>a,
    .navbar-regular.nav-v6 .navbar-nav>.active>a:focus,
    .navbar-regular.nav-v6 .navbar-nav>.active>a:hover,
    .drink-menu .navbar-regular.nav-v6 .navbar-nav>li>a:hover,
    .drink-menu .navbar-regular.nav-v6 .navbar-nav>.active>a,
    .drink-menu .navbar-regular.nav-v6 .navbar-nav>.active>a:focus,
    .drink-menu .navbar-regular.nav-v6 .navbar-nav>.active>a:hover {
        color: #fff !important;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-page .about-us-s1-content h1,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header {
        font-size: 2.2em;
    }
    .uk-overlay-panel h1 {
        font-size: 1.3em;
    }
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.8em;
    }
    .custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .order-tmt-section 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.custom-temp-btn,
    .addtocalendar.atc-style-blue .atcb-link {
        font-size: 14px;
    }
    .custom_html_1-section p {
      padding: 0;
    }
    .custom_html_1-section .section-header {
      font-size: 1.8em;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        padding: 15px 5px;
    }
    .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: 1px solid #000;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
        border-top: 1px solid #000;
    }
    .banner-section {
        padding: 20px 0;
    }
    .about-us-v8-content .text-content.title-image h1:after,
    .about-us-page .about-us-s2-content h1:after {
        height: 40px;
    }
    .about-us-v8-content .text-wrapper p {
        padding: 0 3px;
    }
    .order-tmt-section {
        padding: 2em 0;
    }
    .reservations-tmt-section {
        padding: 4em 0;
    }
    .reservations-tmt-section p {
        padding: 0 60px;
    }
    .map-newsletter .sph-email-subscription .sph-email-input,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        font-size: 1em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription {
        padding-bottom: 10px;
    }
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        padding: 5px 15px;
        margin: 3px 0;
    }
    .about-us-s3-wrapper .map-footer p {
        font-size: 0.9em;
    }
    .food-menu-page .food-menu-v2-wrapper,
    .drink-menu-page .drink-menu-v2-wrapper {
        padding-top: 40px;
    }
    .specials .pagecontent {
        padding-top: 65px;
    }
    .onespecial {
        font-size: 1.1em;
    }
    .events-container .pagecontent {
        padding-top: 80px;
    }
    .events-container .events-holder {
        padding: 20px 0;
    }
    .events-container .container {
        margin-bottom: 150px;
    }
    .gift-cards-page .pagecontent {
        padding-top: 60px;
    }
    .gift-cards-page p {
        padding: 0 30px;
    }
    .press-background .pagecontent {
        padding-top: 55px;
    }
    .article-background img {
      max-width: 350px;
    }
    .article-background .section-header {
      font-size: 1.8em;
    }
}

@media (max-width:320px) {
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-page .about-us-s1-content h1,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header,
    .custom_html_1-section .section-header {
        font-size: 2em;
    }
    .custom_html_1-section .section-header {
      font-size: 1.6em;
    }
    .uk-overlay-panel h1 {
        font-size: 1.1em;
    }
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.5em;
    }
    .custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .order-tmt-section 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.custom-temp-btn,
    .addtocalendar.atc-style-blue .atcb-link {
        font-size: 13px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-size: 13px;
    }
    .banner-section h1 {
        font-size: 1em;
    }
    .about-us-v8-content .text-content.title-image h1:after,
    .about-us-page .about-us-s2-content h1:after {
        height: 35px;
    }
    .reservations-tmt-section p {
        padding: 0 40px;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription label h2  {
        font-size: 0.9em;
        margin-bottom: 10px;
    }
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        font-size: 0.8em;
    }
    .about-us-s3-wrapper .map-footer p {
        font-size: 0.8em;
    }
    .onespecial {
        font-size: 1em;
    }
    .article-background .section-header {
      font-size: 1.6em;
    }
    .article-background img {
      max-width: 300px;
    }
}
