@import url('//fonts.googleapis.com/css2?family=Moulpali&display=swap');
@import url('//fonts.googleapis.com/css2?family=Figtree:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Outfit:wght@700&display=swap');

/*
font-family: 'Figtree', sans-serif; 
font-weight: 300;

font-family: 'Outfit', sans-serif; 
font-weight: 700;

font-family: 'Moulpali', cursive; 
font-weight: 400;

*/

a {
    color: #fff;
}

body {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif; 
  font-weight: 700;
}

.navbar-regular.nav-v6 .navbar-nav>li>a {
    font-family: 'Outfit', sans-serif; 
    font-weight: 700;
    font-size: 1.1em;
    text-transform: none;
    border-right: 1px solid #8d8d8d !important;
    padding: 0 10px;
}
.navbar-regular.nav-v6 .navbar-nav>li:last-of-type>a {
    border-right: 1px solid #8d8d8d !important;
}
.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,
.events-container h1,
.custom-modal .newsletter-popup .section-header,
.custom-popup-holder h1 {
    font-size: 4em;
    font-family: 'Outfit', sans-serif; 
    font-weight: 700;
    text-transform: uppercase;
}
.about-us-v8-content h2,
.reviews-v2-wrapper h2 {
  font-family: 'Moulpali', cursive; 
  font-weight: 400;
    font-size: 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-family: 'Figtree', sans-serif; 
  font-weight: 300;
    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: 'Moulpali', cursive; 
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    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,
.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 {
    background-color: #5a592d;
    color: #fff;
    border: 1px solid #5a592d;
}
.order-tmt-section a.custom-temp-btn {
    background-color: #f6e5d5;
    color: #161616;
    border: 1px solid #f6e5d5;
}
.uk-overlay-panel a.custom-temp-btn,
.private-parties-tmt-section a.custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link:hover {
    background-color: #fff;
    color: #161616;
    border: 1px solid #fff;
}
.uk-overlay-panel a.custom-temp-btn:hover,
.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,
.tmt-section a.custom-temp-btn:hover,
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:focus,
.addtocalendar.atc-style-blue .atcb-link {
    background-color: #958001;
    color: #161616;
    border: 1px solid #958001;
}

/* home page */

/* banner section */

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

/* banner section end */

/* about_us_v8 section */

.about-us-v8-wrapper::before {
    background-color: #161616;
}
.about-us-v8-content .text-wrapper h1 {
    margin-top: 30px;
}
.about-us-v8-content .text-wrapper h2 {
    color: #958001;
}
.about-us-v8-content .text-content p {
    margin: 30px auto;
}

/* about_us_v8 section end*/

/* Custom html 1 section */
.custom_html_1-section {
    background-color: #5a592d;
    color: #fff;
    text-align: center;
}
.custom_html_1-section h1 {
    margin-top: 15px;
}
/* Custom html 1 section end */


/* order tmt section */

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

/* order tmt section end*/

/* slideshow_v2 section */

.home-page .slideshow-v2-wrapper {
    border-bottom: 10px solid #000;
}

.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: rgba(255, 255, 255, 0.7);
    transform: scale(1);
}
.uk-dotnav-contrast>*>* {
    background: #fff;
}

/* slideshow_v2 section end*/

/* custom about_us_v8 section */

.about-us-v8-wrapper.custom-about-us-v8-wrapper {
    border-top: 2px solid #fff;
}

/* custom about_us_v8 section end */

/* private parties tmt section */

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

/* order 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;
    text-transform: uppercase;
}
.reviews-v2-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: 'Figtree', sans-serif; 
    font-weight: 300;
    text-transform: none;
    font-size: 1.4em;
    color: #fff;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    color: #958001;
}
.reviews-v2-wrapper .review-text p {
    font-size: 1.3em;
    line-height: 1.6em;
}
.reviews-v2-wrapper .review-quote {
    opacity: 1;
    color: #958001;
}
.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: #aca99a;
    border: 1px solid #aca99a;
    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: #fff;
  color: #fff!important;
}
.map-newsletter .text-wrapper:before {
    background-color: #161616;
}
.map-newsletter {
    border-right: none;
    color: #fff;
}
.map-newsletter h2 {
  font-family: 'Outfit', sans-serif; 
  font-weight: 700;
    font-size: 1.6em;
    color: #958001;
    text-transform: uppercase;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
    color: #fff;
}
.map-newsletter .bar {
    top: -5px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background: #958001;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 12px 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
    color: #fff;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
    color: #fff;
}
.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: #161616;
    color: #fff;
}
.custom-modal .newsletter-popup .section-header {
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
    margin-bottom: 20px;
    font-family: 'Figtree', sans-serif; 
    font-weight: 300;
    font-size: 1.4em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 10px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #fff;
 }
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #fff;
}
.custom-modal .close {
    color: #fff;
}

/* custom modal section end*/

/* contact-v3 section*/

.contact-v3 {
    border-bottom: 1px solid #fff;
    background-color: #5a592d;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  font-family: 'Outfit', sans-serif; 
  font-weight: 700;
    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: lowercase;
}
.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: #161616;
    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: 'Figtree', sans-serif; 
  font-weight: 300;
}
.food-menu-grid .menu-description p {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
    color: #000;
}
.food-menu-grid-item-content {
    border-radius: 0;
    background-color: #fff;
}
.drink-menu .food-menu-grid h2 {
  font-family: 'Moulpali', cursive; 
  font-weight: 400;
    font-size: 1.8em;
    text-transform: none;
    word-break: break-word;
    color: #958001;
}
.food-menu-grid .food-item-title h3,
.food-menu-grid .food-price {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
    font-size: 1.3em;
    text-transform: none;
    color: #000;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #5a592d;
}
.food-menu-grid .food-price {
    color: #5a592d;
    padding: 0 10px 0 5px;
}
.food-menu-grid .food-item-description {
    font-size: 1.1em;
    color: #757575;
}

/* food menu page end*/

/*untappd page*/

.untappd-page .pagecontent {
    padding-top: 150px;
    text-align: center;
}

.untappd-page {
    background-color: #fff;
    color: #000;
}

.article-background.untappd-page:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url('https://static.spotapps.co/web/imbibebeer--com/css/../custom/beer_pg_back_new.jpg');
    width: 100%;
    height: 100%;
    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);
  }

.untappd-page h1 {
    text-shadow: none;
    margin-top: 35px;
    margin-bottom: 10px;
}

.untappd-page .untappd-holder {
  margin-top: 15px;
  height: 63vh;
}

.drink-menu .tabs-container {
  margin-bottom: 30px;
}

/*untappd page end*/

/* events page */

.events-container h1 {
    margin-top: 45px;
}
.events-container h2 {
    margin-top: 20px;
    font-family: 'Moulpali', cursive; 
    font-weight: 400;
    font-size: 1.8em;
    text-transform: uppercase;
    color: #fff;
}
.events-container .event-time,
.events-container h3 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
    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 #958001;
}

/* events page end */

/* about us page */

.about-us-v7-content .text-wrapper:before {
    background-color: #161616;
}

/* AGE VERIFICATION PAGE */
.age-verification:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url(https://static.spotapps.co/web/imbibebeer--com/css/../custom/events_pg_back.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: brightness(0.4);
    -moz-filter: brightness(0.4);
    -o-filter: brightness(0.4);
    -ms-filter: brightness(0.4);
    filter: brightness(0.4);
}
.age-verification {
    text-align: center;
}
.custom-popup-holder {
    padding: 10em 4em 10em;
    text-align: center;
}
.custom-popup-holder h1 {
    margin-top: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Horbse Textured";
    font-size: 4.2em;
}
.custom-popup-holder a.custom-temp-btn {
    background-color: #5a592d;
    color: #fff;
    border: 1px solid #5a592d;
    margin: 15px;
}
.custom-popup-holder a.custom-temp-btn:hover,
.custom-popup-holder a.custom-temp-btn:focus {
    background-color: #958001;
    color: #161616;
    border: 1px solid #958001;
}
/* END AGE VERIFICATION PAGE */
/*Burgers page START*/
.burgers-page::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url("https://static.spotapps.co/web/imbibebeer--com/css/../custom/burger_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(0.3) opacity(0.2);
  -moz-filter: grayscale(0.3) opacity(0.2);
  -o-filter: grayscale(0.3) opacity(0.2);
  -ms-filter: grayscale(0.3) opacity(0.2);
  filter: grayscale(0.3) opacity(0.2);
}

.burgers-page .pagecontent .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  text-shadow: none;
}
.burgers-page .pagecontent .container .custom-temp-btn{
    color: #fff;
    background: #5a592d;
    border-color: #fff;
}
.burgers-page .pagecontent .container .custom-temp-btn:hover,
.burgers-page .pagecontent .container .custom-temp-btn:focus{
    background-color: #958001;
    color: #161616;
    border: 1px solid #958001;
}


/*Burgers page END*/
/* media queries */

@media (max-width:1400px) {
  .nav-v7 .navbar-logo .header-logo img {
    margin-top: 5px;
  }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 1em;
        padding: 0 6px;
    }
    .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,
    .events-container h1,
    .custom-modal .newsletter-popup .section-header,
    .custom-popup-holder h1 {
        font-size: 4em;
    }
    .about-us-v8-content h2,
    .reviews-v2-wrapper h2 {
        font-size: 1.8em;
    }
    .map-newsletter h2 {
        font-size: 1.4em;
    }
    .banner-section {
        padding: 25px 0;
    }
    .banner-section h1 {
        font-size: 1.3em;
    }
    .custom_html_1-section .container {
        padding: 0 6em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.3em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2, 
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.3em;
    }
    .contact-v3 .contact-location, 
    .contact-v3 .hours, 
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .contact-v3 .hours-title h1, 
    .contact-v3 .social-title h1, 
    .contact-v3 .contact-us-title h1 {
        font-size: 1em;
    }
    .about-us-s1-wrapper {
        margin-top: 100px;
    }
}

@media (max-width:1200px) {
  .nav-v7 .navbar-logo .header-logo img {
    margin-top: 5px;
  }
    video#coverVideo {
        margin-top: 120px;
    }
    .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,
    .events-container h1,
    .custom-modal .newsletter-popup .section-header,
    .custom-popup-holder h1 {
        font-size: 3.4em;
    }
    .about-us-v8-content h2,
    .reviews-v2-wrapper h2 {
        font-size: 1.6em;
    }
    .map-newsletter h2 {
        font-size: 1.3em;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        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.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;
    }
    .about-us-page .about-us-s1-content img.logo-about {
        max-width: 140px;
    }
}

@media (max-width:1023px) {
  .nav-v7 .navbar-logo .header-logo img {
    margin-top: 5px;
  }
    .about-us-v8-content .text-content p,
    .tmt-section p,
    .reviews-v2-wrapper .review-text p,
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content p {
        font-size: 1.2em;
    }
    .custom_html_1-section {
        padding: 3em 0;
    }
    .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.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;
    }
    .gift-cards-page p {
        font-size: 1.2em;
    }
    .drink-menu .food-menu-grid h2 {
        font-size: 1.6em;
    }
    .food-menu-grid .food-item-title h3, 
    .food-menu-grid .food-price {
        font-size: 1.2em;
    }
    .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: 16px;
    }
}

@media (max-width:991px) {
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: none;
  }
  .nav-v7 .navbar-logo .header-logo img {
    margin-top: 5px;
  }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 0.9em;
        padding: 0 5px;
    }
    .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,
    .events-container h1,
    .custom-modal .newsletter-popup .section-header,
    .custom-popup-holder h1 {
        font-size: 2.6em;
    }
    .about-us-v8-content h2,
    .reviews-v2-wrapper h2 {
        font-size: 1.5em;
    }
    .map-newsletter h2 {
        font-size: 1.2em;
    }
    .banner-section {
        padding: 15px 0;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .tmt-section {
        padding: 3em 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .map-newsletter .bar {
        top: 0;
    }
    .onespecial,
    .oneeventday {
        font-size: 1.1em;
    }
    .events-container h1 {
        margin-top: 70px;
    }
    .gift-cards-page .section-header {
        margin-top: 70px;
    }
    .drink-menu .food-menu-grid h2 {
        font-size: 1.5em;
    }
    .contact-v3 .contact-location, 
    .contact-v3 .hours, 
    .contact-v3 .find-us {
        font-size: 0.9em;
    }
    .contact-v3 .hours-title h1, 
    .contact-v3 .social-title h1, 
    .contact-v3 .contact-us-title h1 {
        font-size: 0.9em;
    }
}

@media (max-width:767px) {
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: block;
  }
  .nav-v7 .navbar-logo .header-logo img {
    margin-top: 5px;
  }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        padding: 5px 10px;
    }
    .navbar.nav-v6 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar.nav-v7 .header-logo {
        max-width: 100px;
    }
    video#coverVideo {
        margin-top: 70px;
    }
    .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,
    .events-container h1,
    .custom-modal .newsletter-popup .section-header,
    .custom-popup-holder h1 {
        font-size: 2.3em;
    }
    .about-us-v8-content h2,
    .reviews-v2-wrapper h2 {
        font-size: 1.4em;
    }
    .banner-section {
        padding: 10px 0;
    }
    .banner-section h1 {
        font-size: 1em;
    }
    .about-us-v8-content .text-content p,
    .tmt-section p,
    .reviews-v2-wrapper .review-text p,
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content p {
        font-size: 1.1em;
    }
    .custom_html_1-section {
        padding: 2em 0;
    }
    .custom_html_1-section .container {
        padding: 0 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.1em;
    }
    .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;
    }
    .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 h1 {
        margin-top: 20px;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.1em;
    }
    .custom-popup-holder a.custom-temp-btn {
        display: inline-block;
    }
    .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 #958001;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
        border-top: 2px solid #958001;
    }
    .food-menu-grid .food-item-title h3, 
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1.1em;
    }
    .food-menu-grid .menu-description p {
        font-size: 1.1em;
    }
    .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;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
      font-family: 'Outfit', sans-serif; 
      font-weight: 700;
        font-size: 12px;
        padding: 15px 5px;
        text-transform: uppercase;
    }
    .events-container h1 {
        margin-top: 45px;
    }
    .gift-cards-page .section-header {
        margin-top: 45px;
    }
    .about-us-s1-wrapper {
        margin-top: 55px;
    }
    .untappd-page .pagecontent {
        padding-top: 75px;
    }
    .untappd-page .untappd-holder {
        margin-top: 10px;
    }
}

@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,
    .events-container h1,
    .custom-modal .newsletter-popup .section-header,
    .custom-popup-holder h1 {
        font-size: 2em;
    }
    .about-us-v8-content h2,
    .reviews-v2-wrapper h2 {
        font-size: 1.3em;
    }
    .banner-section h1 {
        font-size: 0.9em;
    }
    .about-us-v8-content .text-content p,
    .tmt-section p,
    .reviews-v2-wrapper .review-text p,
    .about-page-content .about-us-v7 .about-us-v7-content .text-wrapper .text-content p {
        font-size: 1em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2, 
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        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;
    }
    .drink-menu .food-menu-grid h2 {
        font-size: 1.4em;
    }
    .food-menu-grid .food-item-title h3, 
    .food-menu-grid .food-price {
        font-size: 1em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1em;
    }
    .food-menu-grid .menu-description p {
        font-size: 1em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1em;
    }
    .events-container h2 {
        font-size: 1.3em;
    }
    .events-container .event-time,
    .events-container h3 {
        font-size: 1.1em;
    }
    .events-container .event-info-text p {
        font-size: 1em;
    }
}