@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');

@font-face {
    font-family: 'Futura Lt BT';
    src: url('../custom/fonts/FuturaBT-Light.eot');
    src: url('../custom/fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
        url('../custom/fonts/FuturaBT-Light.woff2') format('woff2'),
        url('../custom/fonts/FuturaBT-Light.woff') format('woff'),
        url('../custom/fonts/FuturaBT-Light.ttf') format('truetype'),
        url('../custom/fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Lt BT';
    src: url('../custom/fonts/FuturaBT-Light_1.eot');
    src: url('../custom/fonts/FuturaBT-Light_1.eot?#iefix') format('embedded-opentype'),
        url('../custom/fonts/FuturaBT-Light_1.woff2') format('woff2'),
        url('../custom/fonts/FuturaBT-Light_1.woff') format('woff'),
        url('../custom/fonts/FuturaBT-Light_1.ttf') format('truetype'),
        url('../custom/fonts/FuturaBT-Light_1.svg#FuturaBT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/*
tabs, titles:
font-family: 'Cinzel', serif;

buttons, text...
font-family: 'Futura Lt BT';
*/

a {
    color: #fff;
}

body {
    font-family: 'Futura Lt BT';
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif;
}

/*navigation*/

.navigation-left li a,
.navigation-right li a {
    font-weight: 400;
}

.navigation-left li.active a,
.navigation-right li.active a,
.navigation-left li a:hover,
.navigation-left li a:active,
.navigation-left li a:focus,
.navigation-right li a:hover,
.navigation-right li a:active,
.navigation-right li a:focus {
    color: #b6bf0c;
}
li.drop-down-link .sub-menu a span {
  display: none;
}

.nav-v2 .social-icon:hover {
    color: #000;
}
.nav-v2 .social-icon.fa-google,
.nav-v2 .social-icon.fa-apple {
    margin: 0px 5px;
}

li.drop-down-link .sub-menu {
  width: max-content !important;
  margin-top: 4px !important;
}
/*navigation end*/

/*headings*/

.section-header,
.uk-overlay-panel h1,
.about-us-v8-content .text-wrapper h1,
.gallery .section-header,
.reservations-tmt-section h1,
.reviews-v2-wrapper h1,
.map-newsletter h1,
.custom-modal .newsletter-popup .section-header,
.food-menu-v2-wrapper h1,
.drink-menu-v2-wrapper h1,
.events-container h1,
.gift-cards-page h1 {
    font-family: 'Cinzel', serif;
    font-size: 4em;
    text-transform: uppercase;
}

.map-newsletter h1,
.custom-modal .newsletter-popup .section-header {
    color: #b6bf0c;
}

.about-us-v8-content .text-wrapper h2 {
    font-family: 'Cinzel', serif;
    font-size: 1.5em;
}

.reservations-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2,
.custom_html_1-section h2 {
    font-family: 'Futura Lt BT';
    font-size: 1.5em;
}

/*headings end*/

/*buttons*/

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.about-us-v8-wrapper 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 {
    padding: 10px 30px;
    font-family: 'Futura Lt BT';
    font-size: 16px;
    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;
}

.uk-overlay-panel a.custom-temp-btn:hover,
.about-us-v8-wrapper 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:hover {
    background-color: #b6bf0c;
    border: 3px solid #b6bf0c;
    color: #000;
    opacity: 1;
}

.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,
.custom-about-us-v8-wrapper a.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 {
    background-color: #000;
    border: 3px solid #000;
    color: #b6bf0c;
    opacity: 1;
}

.uk-overlay-panel a.custom-temp-btn,
.custom-about-us-v8-wrapper a.custom-temp-btn:hover,
.addtocalendar.atc-style-blue .atcb-link {
    background-color: #fff;
    border: 3px solid #fff;
    color: #000;
    opacity: 1;
}

/*buttons end*/

/*slideshow v2*/

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.4);
}

.uk-overlay-panel .slide-text {
    font-family: 'Cinzel', serif;
    font-size: 2.5em;
    text-transform: uppercase;
}

.uk-dotnav-contrast > * > * {
    background: #fff;
    opacity: 0.5;
}

.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
    background: #fff;
    opacity: 1;
    transform: scale(1);
}

/*slideshow v2 end*/

/*banner*/

.banner-section {
    padding: 50px 0;
}

.banner-section h1 {
    font-family: 'Cinzel', serif;
    font-size: 1.3em;
}

.banner-section .banner-pin {
    color: #fe0002;
}

.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #b6bf0c;
}

/*banner end*/

/*about-v8 section*/

.about-us-v8-wrapper:before {
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: center center;
    background-color: #fff;
}

.about-us-v8-content .text-wrapper h1:before {
    content: "";
    display: block;
    position: relative;
    width: auto;
    height: 70px;
    margin: 15px auto;
    vertical-align: middle;
    background-image: url('../custom/title-decoration.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.custom-about-us-v8-wrapper .about-us-v8-content .text-wrapper h1:before {
    display: none;
}

/*about-v8 section end*/

/*custom about-v8 section*/

.custom-about-us-v8-wrapper .about-us-v8-item {
    background-color: #b6bf0c;
}

/*custom about-v8 section end*/

/*gallery*/

.gallery-item {
    padding: 15px;
}

/*gallery end*/

/*reservations section*/

.reservations-tmt-section {
    box-shadow:inset 0 0 0 300px rgba(83, 84, 76, 0.8);
}

/*reservations section end*/

/*LET US KNOW*/
.custom_html_1-section {
  text-align: center;
}
.custom_html_1-section h2 {
  text-transform: uppercase;
}
.review-logo-holder {
  margin-top: 25px;
}
.review-logo-holder img {
  max-width: 100px;
  margin: 0 25px;
  display: inline-block;
}
/*LET US KNOW end*/

/*reviews*/

.reviews-v2-wrapper .container {
    padding: 0 5px 20px 5px;
}

.reviews-v2-wrapper h3 {
    font-size: 1.6em;
    color: #000;
    margin: 35px 0 15px 0;
}

.reviews-v2-wrapper .review-text p {
    line-height: 1.4em;
    font-size: 1.4em;
}

.reviews-v2-wrapper .review-text blockquote {
    margin: 0;
    padding: 0;
}

.reviews-v2-wrapper h3 .fa.fa-star {
    color: #fff;
    font-size: 1em;
}

.reviews-v2-wrapper .review-quote {
    color: #fff;
    opacity: 1;
}

.reviews-v2-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: 50px;
}

.owl-theme .owl-dots .owl-dot button {
    background: #fff;
    border: 1px solid #fff;
    opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
}

/*reviews end*/

/*newsletter*/

.map-newsletter {
    border-right: none;
}

.map-newsletter .text-wrapper:before {
    background-attachment: scroll;
}

.map-newsletter .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-family: 'Futura Lt BT';
    font-size: 1.3em;
}

.map-newsletter .bar {
    top: -6px;
}

.map-newsletter .sph-email-subscription .sph-email-input,
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 12px 15px;
    border: 1px solid #b6bf0c;
    background-color: #b6bf0c;
}

.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background: #53544c;
}

.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;
}

/*newsletter end*/

/* newsletter popup */

.custom-modal .modal-content {
    background-image: url(../custom/newsletter_back.jpg);
}

.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 a {
    color: #fff;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-family: 'Cinzel', serif;
    font-size: 0.9em;
    margin-top: 0;
}

.contact-v3 .days {
    padding-bottom: 5px;
    text-transform: initial;
}
.contact-v3 .days a:hover,
.contact-v3 .days a:focus,
.contact-v3 .days a.active {
  color: #b6bf0c;
}
.contact-v3 .from-to {
    padding-bottom: 15px;
    text-transform: lowercase;
}

.contact-v3 .social {
    margin-bottom: 2em;
}

.contact-v3 a,
.contact-v3 a:hover {
    text-decoration: none;
}

/*contact section end*/

/*footer*/

.footer-v2-wrapper {
    background-color: #000;
    color: #fff;
    border-top: 2px solid #b6bf0c;
}

/*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,
.events-container .empty-content-message h2,
.events-container .empty-content-message h3,
.specials .empty-content-message h2,
.specials .empty-content-message h3 {
    font-family: 'Futura Lt BT';
    font-size: 1.5em;
    text-align: center;
    text-transform: none;
}

/*empty content message end*/

/*menu and drinks pages*/

.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 80px;
}

.food-menu-grid .menu-description p {
    font-size: 1.4em;
}

.food-menu-grid-item-content {
    border-radius: 0;
}

.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
    font-family: 'Cinzel', serif;
    font-size: 2em;
    color: #53544c;
}

.food-menu-grid .food-menu-description p {
    font-size: 1.3em;
    word-break: break-word;
}

.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #fe0002;
}

.food-menu-grid h3,
.food-menu-grid .food-price {
    font-family: 'Futura Lt BT';
    font-size: 1.4em;
    color: #fe0002;
}

.food-menu-grid .food-item-description {
    font-size: 1.2em;
    color: #757575;
}

/*menu and drinks pages end*/

/*events page*/

.events-container .pagecontent {
    padding-top: 160px;
}

.events-container h2 {
    font-family: 'Cinzel', serif;
    text-transform: capitalize;
    font-size: 2.5em;
}

.events-container h3 {
    font-family: 'Futura Lt BT';
    font-size: 1.4em;
}

.events-container .event-info-text p {
    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*/

.gift-cards-page .pagecontent {
    padding-top: 135px;
}

.gift-cards-page p {
    font-size: 1.5em;
}

/*gift cards end*/

/*franchise page*/
.franchise-page h2 {
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  font-size: 1.6em;
}
.franchise-page .features p {
  max-width: 700px;
}
.franchise-page .item-holder {
  display: flex;
  padding-top: 30px;
}
.franchise-page .icon-holder svg {
  fill: #b6bf0c;
  width: 60px;
}
.franchise-page .item-holder h3 {
  text-transform: none;
  font-family: 'Futura Lt BT';
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 0;
}
.franchise-page .text-holder {
  text-align: left;
  padding-left: 15px;
}
.franchise-page .reservations-and-parties p.submit-success {
  color: #b6bf0c;
}
.franchise-page .video-holder {
  padding: 70px 0;
}
.franchise-page .video-holder .franchise-video {
  max-width: 100%;
  -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);
}
.franchise-page .offer-text {
  padding: 60px 0 60px 3%;
}
.franchise-page .offer-text li {
  font-size: 1.3em;
  text-align: left;
}
.franchise-page .reservations-and-parties label {
  text-transform: none;
  font-weight: normal;
  color: #fff;
  padding: 10px;
  border: none;
  margin-bottom: 0;
}
.franchise-page .reservations-and-parties button,
.franchise-page .reservations-and-parties button[disabled] {
  background-color: #b6bf0c;
  border: 3px solid #b6bf0c;
  color: #000;
  opacity: 1;
}
.franchise-page .reservations-and-parties button:hover,
.franchise-page .reservations-and-parties button:focus {
  background-color: #fff;
  border: 3px solid #fff;
  color: #000;
}

@media (max-width:1400px) {
    .nav-v2 .social-icon {
        font-size: 22px;
    }
    .navbar.nav-v4 .socialnav a, .nav-v2 .socialnav a {
        padding-right: 0px;
    }
    .navigation-social {
        padding-left: 10px;
    }
    .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .gallery .section-header,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .events-container h1,
    .gift-cards-page h1 {
        font-size: 3.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .custom_html_1-section h2 {
        font-size: 1.3em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 2.2em;
    }
    .about-us-v8-content .text-wrapper h1:before {
        height: 60px;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.4em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1.3em;
    }
    .map-newsletter .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1.1em;
    }
    .food-menu-grid .menu-description p {
        font-size: 1.3em;
    }
    .events-container h2 {
        font-size: 2.2em;
    }
    .events-container h3 {
        font-size: 1.3em;
    }
    .gift-cards-page p,
    .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,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3 {
        font-size: 1.4em;
    }
}

@media (max-width:1200px) {
    .nav-v2 ul.navigation-social {
        padding-left: 10px;
    }
    .home-page .navbar-normal,
    .home-page .nav-v2-home-btn,
    .drink-menu .navbar-normal,
    .drink-menu .nav-v2-home-btn {
        height: 140px;
    }
    .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .gallery .section-header,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .events-container h1,
    .gift-cards-page h1 {
        font-size: 3em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .custom_html_1-section h2 {
        font-size: 1.2em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 2em;
    }
    .about-us-v8-content .text-wrapper h1:before {
        height: 50px;
    }
    .banner-section {
        padding: 40px 0;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .about-us-v8-content .text-wrapper p,
    .custom-about-us-v8-wrapper p {
        font-size: 1.2em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.3em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1.25em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.5em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1.1em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.3em;
    }
    .gift-cards-page p,
    .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,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3 {
        font-size: 1.35em;
    }
    .franchise-page p,
    .franchise-page .offer-text li {
      font-size: 1.2em;
    }
    .franchise-page .offer-text {
      padding: 0 0 0 3%
    }
}

@media (max-width:1023px) {
    .nav-v2.navbar .header-logo {
        margin-left: 10px;
        max-width: 60px;
    }
    .nav-v2.navbar .nav>li {
        padding: 10px 0;
    }
    .nav-v2.navbar .nav>li>a {
        font-family: 'Cinzel', serif;
        font-size: 0.9em;
        padding: 0 5px;
    }
    li.active.drop-down-link .sub-menu a {
      font-size: 0.9em;
    }
    .navbar-inverse .navbar-nav li.active a,
    .navbar-inverse .navbar-nav li a:hover,
    .navbar-inverse .navbar-nav li a:active,
    .navbar-inverse .navbar-nav li a:focus {
      color: #b6bf0c;
    }
    .nav-v2 .social-icon {
        line-height: 26px;
    }
    .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .gallery .section-header,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .events-container h1,
    .gift-cards-page h1 {
        font-size: 2.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .custom_html_1-section h2 {
        font-size: 1.1em;
    }
    .uk-overlay-panel .slide-text {
        font-size: 1.7em;
    }
    .about-us-v8-content .text-wrapper h1:before {
        height: 40px;
    }
    .banner-section {
        padding: 30px 0;
    }
    .banner-section h1 {
        font-size: 1em;
    }
    .gallery {
        padding: 2em 0;
    }
    .gallery-item {
        padding: 5px;
    }
    .reservations-tmt-section p {
        font-size: 1.2em;
    }
    .reservations-tmt-section p {
        font-size: 1.2em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .food-menu-page .food-menu-v2-wrapper,
    .drink-menu-page .drink-menu-v2-wrapper {
        padding-top: 40px;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.2em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1.1em;
    }
    .events-container .pagecontent {
        padding-top: 120px;
    }
    .events-container h2 {
        font-size: 1.8em;
    }
    .events-container h3,
    .events-container .event-info-text p {
        font-size: 1.2em;
    }
    .gift-cards-page .pagecontent {
        padding-top: 90px;
    }
    .gift-cards-page p,
    .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,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3 {
        font-size: 1.3em;
    }
    .franchise-page h2 {
      font-size: 1.5em;
    }
    .franchise-page .item-holder h3 {
      font-size: 1.3em;
    }
    .franchise-page .icon-holder svg {
      width: 50px;
    }
    .franchise-page .offer-text {
      padding: 0 2%;
    }
    .franchise-page .offer-text h2 {
      margin-top: 0;
    }
    .franchise-page .reservations-and-parties label {
      font-size: 1.1em;
      width: 378px;
    }
}

@media (max-width:991px) {
    .map-newsletter .bar {
        top: 0;
    }
    .nav-v2.navbar .nav>li>a,
    li.active.drop-down-link .sub-menu a {
      font-size: 0.75em;
    }
}
@media (max-width:860px) {
    .navbar.nav-v4 .socialnav a, .nav-v2 .socialnav a {
      display: none;
    }
}
@media (max-width:767px) {
    .navbar.nav-v4 .socialnav a, .nav-v2 .socialnav a {
      display: block;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
      max-height: 450px;
    }
    .nav-v2.navbar .header-logo {
        margin-left: 0;
        max-width: 50px;
    }
    li.drop-down-link .sub-menu {
      margin-top: 15px;
    }
    .nav-v2.navbar .nav>li {
        padding: 0;
    }
    .nav-v2.navbar .nav>li>a, li.active.drop-down-link .sub-menu a {
      font-size: 1em;
    }
    .nav-v2.navbar .nav>li>a {
        padding: 3px 15px;
    }
    li.drop-down-link .sub-menu a span {
      display: block;
    }
    .nav-v2.navbar .social-icon:before {
        margin-top: 0.15em;
    }
    .gift-cards-submenu::before {
      content: "GIFT CARDS ";
    }
    .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .gallery .section-header,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .events-container h1,
    .gift-cards-page h1 {
        font-size: 2.3em;
    }
    .custom_html_1-section h1 {
      font-size: 1.6em;
    }
    .uk-overlay-panel h1 {
        font-size: 1.5em;
        margin-top: 5px;
    }
    .custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .about-us-v8-wrapper 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;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-size: 14px;
        font-family: 'Futura Lt BT';
        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;
    }
    .uk-overlay-panel .slide-text {
        font-size: 1.2em;
    }
    .banner-section {
        padding: 15px 0;
    }
    .banner-section h1 {
        font-size: 0.9em;
    }
    .about-us-v8-content .text-wrapper p,
    .custom-about-us-v8-wrapper p {
        font-size: 1.15em;
    }
    .reviews-v2-wrapper .item {
        padding: 0 15px 10px;
    }
    .reviews-v2-wrapper h3,
    .reviews-v2-wrapper .review-text p {
        font-size: 1.2em;
    }
    .map-newsletter .sph-email-subscription .sph-email-input,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        padding: 11px 15px;
    }
    .food-menu-grid .menu-description p {
        font-size: 1.2em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.3em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1.05em;
    }
    .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: 55px;
    }
    .gift-cards-page p,
    .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,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3 {
        font-size: 1.25em;
    }
    .review-logo-holder img {
      margin: 15px;
    }
    .franchise-page h2 {
      font-size: 1.4em;
    }
    .franchise-page p,
    .franchise-page .offer-text li,
    .franchise-page .item-holder h3 {
      font-size: 1.1em;
    }
    .franchise-page .icon-holder svg {
      width: 40px;
    }
    .franchise-page .item-holder {
      padding-top: 0;
    }
    .franchise-page .video-holder {
      padding: 20px 15px;
    }
    .franchise-page .video-holder .franchise-video {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      max-height: 220px;
    }
    .franchise-page .offer-text h2 {
      margin-top: 25px;
    }
    .franchise-page .offer-text ul {
      padding-left: 25px;
    }
}

@media (max-width:640px) {
  .franchise-page .reservations-and-parties label {
    width: 356px;
  }
}
@media (max-width:540px) {
  .franchise-page .reservations-and-parties label {
    width: 331px;
  }
}
@media (max-width:390px) {
  .franchise-page .reservations-and-parties label {
    width: 320px;
  }
}

@media (max-width:360px) {
  .franchise-page .reservations-and-parties label {
    width: 281px;
  }
}

@media (max-width:320px) {
	.nav-v2.navbar .nav>li>a {
		padding: 1px 15px;
    }
    .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .gallery .section-header,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .events-container h1,
    .gift-cards-page h1 {
        font-size: 2em;
    }
    .uk-overlay-panel h1 {
        font-size: 1.3em;
    }
    .custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .about-us-v8-wrapper 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: 12px;
    }
    .uk-overlay-panel .slide-text {
        font-size: 1em;
    }
    .banner-section h1 {
        font-size: 0.8em;
    }
    .reservations-tmt-section p {
        font-size: 1.1em;
    }
    .reviews-v2-wrapper .item {
        padding: 0 10px 10px;
    }
    .map-newsletter .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .map-newsletter .sph-email-subscription .sph-email-input,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        padding: 9.5px 15px;
    }
    .food-menu-grid .menu-description p {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.2em;
    }
    .food-menu-grid .food-menu-description p,
    .food-menu-grid .food-item-description {
        font-size: 1em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
    .events-container h2 {
        font-size: 1.6em;
    }
    .events-container h3,
    .events-container .event-info-text p {
        font-size: 1.1em;
    }
    .gift-cards-page p,
    .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,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3 {
        font-size: 1.2em;
    }
    .franchise-page .reservations-and-parties label {
      width: 248px;
      font-size: 1em;
    }
}
