@import url('//fonts.googleapis.com/css2?family=Dosis:wght@400;700;800&family=Rye&display=swap');

/* 
font-family: 'Rye', cursive;
font-family: 'Dosis', sans-serif;
*/

a {color: #fff;}

body {
  font-family: 'Dosis', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rye', cursive;
}

.navigation-left li a,
.navigation-right li a {
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}
.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: #ff7701;
}
.nav-v2 .social-icon:hover,
.nav-v2 .social-icon:active {
    color: #ff7701;
}
.navigation-social {
	padding-left: 15px;
}
.navbar-normal {
    top: 84px !important;
}

.navigation-name {
    position: fixed;
    top: 0;
    width: 100%;
    height: 85px;
    background-color: #fff;
    color: #000;
    font-size: 1em;
    text-transform: capitalize;
    line-height: 30px;
    z-index: 100;
    font-weight: 700;
}

.navigation-name p {
    margin-right: 15px;
}
.navigation-name a {
    color: #000;
}

.navbar.nav-v6 .container {
    width: 90%;
}

.drink-menu .navbar.nav-v6 .header-logo img.logo-top {
    content: url("https://static.spotapps.co/web/rustygoldbrewing--com/css/../custom/logo.png") !important;
}
.navbar-fixed-top {
    padding: 15px 0;
}
.navbar-fixed-top.nav-scroll {
    padding: 5px 0;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
    font-weight: 700;
}
.navbar.nav-v6 .header-logo img {
  max-width: 115px !important;
}
.navbar.nav-v6.nav-scroll .header-logo img {
  max-width: 85px !important;
}
.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.about-us-v2 a.custom-temp-btn,
.about-us-plus-content .about-us-plus-button,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.reservations-and-parties-v2 button,
.specials-v3.home-specials div a.custom-temp-btn,
.party-offer a.custom-temp-btn,
.sph-email-subscription .sph-submit-button,
.tmt-section a.custom-temp-btn {
    padding: 6px 40px;
    text-transform: uppercase;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 16px;
    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;
}
.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.about-us-v2 a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.about-us-plus-content .about-us-plus-button:hover,
.specials-v3.home-specials div 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,
.addtocalendar.atc-style-blue .atcb-link:hover,
.tmt-section a.custom-temp-btn:hover,
.tmt-section a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: transparent;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    opacity: 1;
}
.uk-overlay-panel a.custom-temp-btn {
    background-color: transparent;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.uk-overlay-panel a.custom-temp-btn:hover {
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
}
.reservations-tmt-section a.custom-temp-btn {
    background-color: #000;
    background: #000;
    border: 2px solid #000;
    color: #fff;
}
.reservations-tmt-section a.custom-temp-btn:hover,
.reservations-tmt-section a.custom-temp-btn:focus {
    background-color: transparent;
    background: transparent;
    border: 2px solid #000;
    color: #000;
}

.section-header,
.about-us-v2 h1,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.about-us-v3 h1,
.specials h1, .events h1,
.events-container h1,
.about-us-page .about-us-s1-content h1,
.custom-modal .newsletter-popup .section-header {
    font-size: 4em;
    font-family: 'Rye', cursive;
    text-transform: uppercase;
}
.about-us-v8-content .text-wrapper h2,
.tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
    text-transform: none;
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    font-size: 1.5em;
}

/* home page */

/* slideshow section */
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5);
}
.uk-overlay-panel .container {
    width: 100%;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
    font-family: 'Rye', cursive;
    text-transform: uppercase;
    font-size: 3.6em;
}
.uk-dotnav-contrast>.uk-active>*,
.uk-dotnav-contrast>*>:hover {
    background: #ff7701;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.uk-dotnav-contrast>*>* {
    background: rgba(255, 255, 255, 0.7);
}
/* slideshow section end */

/* banner section */
.banner-section {
    padding: 30px 0 15px 0;
}
.banner-section h1 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700; 
}
.banner-section .banner-pin {
    color: #000;
}
.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-wrapper:before {
    background-color: #000;
}
.about-us-v8-content .text-wrapper h2 {
    margin: 0 auto 30px;
}
/* about us v8 section end */

/* Order and reservations tmt sections */
.tmt-section .section-header {
    margin-top: 15px;
    margin-bottom: 0;
}
.tmt-section .section-header:after {
    content: "";
    display: block;
    position: relative;
    width: auto;
    height: 55px;
    margin: 0 auto;
    vertical-align: middle;
    background-image: url(https://static.spotapps.co/web/rustygoldbrewing--com/css/../custom/title_decoration_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.reservations-tmt-section .section-header:after {
    background-image: url(https://static.spotapps.co/web/rustygoldbrewing--com/css/../custom/title_decoration_black.png);
}
.tmt-section h2 {
    margin: 5px auto 20px;
    text-transform: capitalize;
}
/* Order and reservations tmt sections end */

/*Events section*/
.events-v3-wrapper h1 {
    margin-top: 20px;
}

.carousel-wrapper.events-v3-wrapper .container {
padding: 15px 30px 50px 30px;
}

.events-v3-wrapper .item-text h2 {
font-family: 'Dosis', sans-serif;
font-weight: 800;
font-size: 1.6em;
color: #000;
text-transform: uppercase;
font-weight: 400;
}

.events-v3-wrapper .item-text h3,
.events-v3-wrapper .item-text p {
font-family: 'Dosis', sans-serif;
font-size: 1.3em;
color: #000;
text-align: left !important;
font-weight: 400;
}

.events-v3-wrapper .item-text h3 {
margin: 25px 0 20px;
}

.events-v3-wrapper .owl-theme .owl-dots .owl-dot button {
background: #000;
border: 1px solid #000;
opacity: 0.7;
}

.events-v3-wrapper .owl-theme .owl-dots .owl-dot.active button,
.events-v3-wrapper .owl-theme .owl-dots .owl-dot:hover button {
background: #000;
border: 1px solid #000;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

.events-v3-wrapper .owl-theme .owl-nav .owl-prev button,
.events-v3-wrapper .owl-theme .owl-nav .owl-next button {
color: #000;
}

.events-v3-wrapper .owl-theme .owl-nav .owl-prev button:hover,
.events-v3-wrapper .owl-theme .owl-nav .owl-next button:hover {
color: #000;
opacity: 0.7;
}

  
  /*Events section end*/

/* reviews section */
.reviews-v2-wrapper {
    background-size: cover !important;
}
.reviews-v2-wrapper .container {
    padding-top: 0;
}
.reviews-v2-wrapper h2 {
    margin-top: 10px;
}
.reviews-v2-wrapper h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.reviews-v2-wrapper .review-text p {
    font-size: 1.3em;
    line-height: 1.5em;
}
.reviews-v2-wrapper .review-quote {
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot button {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 0.8;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
    background-color: #000;
    border: 1px solid #000;
    opacity: 1;
}
/* reviews section end */

/* newsletter section */
.map-newsletter .text-wrapper:before {
    background-color: #2c2b27;
}
.map-newsletter {
    border-right: 0;
}
.map-newsletter .section-header {
    color: #fff;
}
.map-newsletter h2 {
    text-transform: capitalize;
    color: #fff;
}
.map-newsletter .sph-email-subscription h2 {
    font-family: 'Dosis', sans-serif; 
    font-weight: 400;
}
.map-newsletter .bar {
    top: -6px;
}
.bar:before,
.bar:after {
    background: #ff7701;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 8px 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 .sph-email-subscription .sph-email-input,
.map-newsletter .sph-email-subscription .sph-email-input:hover,
.map-newsletter .sph-email-subscription .sph-email-input:focus,
.map-newsletter .sph-email-subscription .sph-email-input:active {
  -webkit-text-fill-color: #fff;
  color: #fff !important;
}
 .sph-response-message {
    color: #fff;
    font-size: 1.5em;
  }
  .googlemap-v3-wrapper .triangle {
    display: none;
  }
/* newsletter section end */

/* newsletter pop-up */
.custom-modal .modal-content {
    background-color: #2c2b27;
    background-image: url(https://static.spotapps.co/web/rustygoldbrewing--com/css/../custom/newsletter_back.jpg);
    color: #fff;
  }
  .custom-modal .close {
    color: #fff;
  }
  .custom-modal .newsletter-popup .section-header {
    color: #fff;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 1.3em;
    color: #fff;
  }
  .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 15px;
  }
  .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;
  }
  /* newsletter pop-up end */

  /* contact v3 section */
  .contact-v3 .hours-title h1,
  .contact-v3 .social-title h1,
  .contact-v3 .contact-us-title h1 {
      font-size: 0.9em;
  }
  .contact-v3 .days {
      text-transform: uppercase;
      padding-bottom: 0;
  }
  .contact-v3 .social-square .contact-icon:focus {
    color: #000;
    background-color: #fff;
}
.contact-v3 .contact-us p a {
    text-decoration: none;
}
  /* contact v3 section end */

  /* footer v2 */
  .footer-v2-wrapper {
      border-top: 2px solid #ff7701;
  }
  /* footer v2 end */

  /* food and drinks pages */
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 120px;
}
.food-menu-nav .food-menu-nav-item {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.food-menu-grid .menu-description p {
  font-size: 1.3em;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-size: 2em;
}
.food-menu-grid .food-menu-description p {
  color: #000;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #ff7701;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  color: #000;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
.food-menu-grid .food-price {
  color: #ff7701;
}
.food-menu-grid .food-item-description {
  font-size: 1.1em;
  color: #757575;
}
.drink-menu .food-menu-page .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h3 {
  color: #000;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: none;
  text-align: center;
}
/* food and drinks pages end */

/* Specials Page */
.specials h1 {
  padding-top: 0;
}
.onespecial {
  font-size: 20px;
}
.specials h1 {
margin-top: 35px;
}
.specials h2 {
  font-size: 1.2em;
}
/* End Specials Page */

/* gift cards page */
.drink-menu .pagecontent {
    padding-top: 185px;
}
/* gift cards page end */


.empty-content-message h2,
.empty-content-message h3 {
  text-align: center;
  font-family: 'Dosis', sans-serif;
  font-size: 1.5em;
  text-transform: none;
}

.rgb-cook-off:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url('https://static.spotapps.co/web/rustygoldbrewing--com/css/../custom/rgb_cook_back.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(0.6) opacity(0.2);
    -moz-filter: grayscale(0.6) opacity(0.2);
    -o-filter: grayscale(0.6) opacity(0.2);
    -ms-filter: grayscale(0.6) opacity(0.2);
    filter: grayscale(0.6) opacity(0.2);
  }

  .rgb-cook-off .pdf-btn {
    text-shadow: none;
    width: 280px;
  }

  .rgb-cook-off .rgb-info {
    margin: 50px 0;
  }

  .rgb-cook-off .reservations-and-parties button {
    background-color: transparent;
    color: #fff;
  }
  .rgb-cook-off .reservations-and-parties button:hover {
    background-color: #fff;
    color: #000;
  }

  .reservations-and-parties p.submit-success {
    color: #fff;
  }
  .rgb-cook-off .reservations-and-parties select.full-select {
    -webkit-appearance: none;
    appearance: none;
  }

/* media quiries */
@media (max-width:1400px) {

    .navbar.nav-v6 .container {
        width: 100%;
    }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        padding: 0 10px;    
    }

    .section-header,
    .about-us-v2 h1,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .about-us-v3 h1,
    .specials h1, .events h1,
    .events-container h1,
    .about-us-page .about-us-s1-content h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 3.6em;
    }
    .about-us-v8-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.4em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 3.2em;
    }
}

@media (max-width:1200px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        padding: 0 6px;    
    }
    .nav-v2 .social-icon {
        font-size: 25px;
        line-height: 35px;
    }
    .section-header,
    .about-us-v2 h1,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .about-us-v3 h1,
    .specials h1, .events h1,
    .events-container h1,
    .about-us-page .about-us-s1-content h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 3.2em;
    }
    .about-us-v8-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.3em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 2.8em;
    }
    .tmt-section .section-header:after {
        height: 45px;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.8em;
    }
    .drink-menu .food-menu-page .empty-content-message h2,
    .drink-menu .food-menu-page .empty-content-message h3,
    .empty-content-message h2,
    .empty-content-message h3 {
        font-size: 1.4em;
    }
    .events-v3-wrapper .item-text h2 {
        font-size: 1.5em;
    }
    .events-v3-wrapper .item-text h3,
    .events-v3-wrapper .item-text p {
        font-size: 1.2em;
    }
    .navigation-name p {
        font-size: 1.1em;
        margin-bottom: 0;
    }
}

@media (max-width:1023px) {
    .navbar-inverse {
        top: 84px !important;
    }
    .nav>li {
        padding: 0;
    }
    .nav>li>a {
        text-transform: capitalize;
        font-family: 'Dosis', sans-serif;
        font-weight: 700;
        font-size: 1.1em;
        padding: 10px 7px;
    }
    .navbar-inverse.nav-v2 .navbar-nav>li>a:focus,
    .navbar-inverse.nav-v2 .navbar-nav>li>a:hover,
    .navbar-inverse.nav-v2 .navbar-nav>.active>a,
    .navbar-inverse.nav-v2 .navbar-nav>.active>a:focus,
    .navbar-inverse.nav-v2 .navbar-nav>.active>a:hover {
        color: #ff7701;
    }
    .nav-v2 .social-icon {
        line-height: 27px;
    }
    .navbar-inverse, .drink-menu .navbar-inverse {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .section-header,
    .about-us-v2 h1,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .about-us-v3 h1,
    .specials h1, .events h1,
    .events-container h1,
    .about-us-page .about-us-s1-content h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 2.8em;
    }
    .about-us-v8-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.25em;
    }
    p {
        font-size: 1.2em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 2.2em;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: 1.3em;
    }
    .reviews-v2-wrapper .item {
        padding-bottom: 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.1em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.6em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-page .empty-content-message h2,
    .drink-menu .food-menu-page .empty-content-message h3,
    .empty-content-message h2,
    .empty-content-message h3 {
        font-size: 1.3em;
    }
}

@media (max-width:991px) {
  .nav-v2 .social-icon {
    font-size: 22px;
  }
  .navbar.nav-v6 .socialnav .social-links {
    display: none;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 4px;
  }
    .map-newsletter .bar {
        top: 0;
    }
    .onespecial {
      font-size: 18px;
    }
}

@media (max-width:767px) {
    .navbar-right {
      margin-right: -14px;
  }
  .navbar.nav-v6 .socialnav .social-links {
    display: block;
  }
  .navbar-fixed-top,
  .navbar-fixed-top.nav-scroll {
    padding: 0px 0;
  }
    .nav-v2 .navbar-nav {
        margin-bottom: 0;
    }
    .navbar-collapse.collapse.in {
        padding-bottom: 0;
    }
    .navbar-fixed-top .navbar-collapse  {
      max-height: 352px;
    }
    .nav-v2 .header-logo {
        max-width: 70px;
    }
    .nav>li>a {
        padding: 6px 15px;
    }
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li.active>a,
    .navbar-inverse .navbar-nav>li.active>a:hover {
        background-color: #ff7701;
        color: #fff !important;
    }
    .drink-menu  .navbar-regular.nav-v6 .navbar-nav>li>a {
        background-color: transparent !important;
    }
    .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: #fe9900 !important;
    }
    .section-header,
    .about-us-v2 h1,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .about-us-v3 h1,
    .specials h1, .events h1,
    .events-container h1,
    .about-us-page .about-us-s1-content h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 2.4em;
    }
    .about-us-v8-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.2em;
    }
    p {
        font-size: 1.1em;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        text-transform: uppercase;
        font-family: 'Dosis', sans-serif;
        font-weight: 400;
        padding: 15px 5px;
        font-size: 15px;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 1.9em;
    }
    .banner-section {
        padding: 15px 0;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .about-us-v8-content {
        min-height: 260px;
    }
    .tmt-section {
        padding: 2em 0;
    }
    .tmt-section .section-header:after {
        height: 35px;
    }
    .reviews-v2-wrapper {
        padding: 2em 0;
    }
    .reviews-v2-wrapper .section-header {
        margin-top: 20px;
    }
    .googlemap-v3-wrapper .map-item.map-newsletter {
        min-height: 470px;
    }
    .map-newsletter .section-header {
        margin-top: 20px;
    }
    .food-menu-page .food-menu-v2-wrapper,
    .drink-menu-page .drink-menu-v2-wrapper {
        padding-top: 0px;
    }
    .food-menu-nav .food-menu-nav-item {
        padding: 6px 20px;
        font-size: 15px;
        border: none;
        border-bottom: 2px solid #000;
        border-radius: 0;
    }
    .food-menu-nav .food-menu-nav-item.active,
    .food-menu-nav .food-menu-nav-item:hover,
    .food-menu-nav .food-menu-nav-item:focus {
        border: none;
        border-bottom: 2px solid #000;
    }
    .food-menu-nav .food-menu-nav-item:first-of-type {
        border-top: 2px solid #000;
    }
    .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.4em;
    }
    .drink-menu .pagecontent {
        padding-top: 80px;
    }
    .drink-menu .food-menu-page .empty-content-message h2,
    .drink-menu .food-menu-page .empty-content-message h3,
    .empty-content-message h2,
    .empty-content-message h3 {
        font-size: 1.2em;
    }
    .events-v3-wrapper .item-text h2 {
        font-size: 1.4em;
    }
    .events-v3-wrapper .item-text h3,
    .events-v3-wrapper .item-text p {
        font-size: 1.1em;
        text-align: center !important;
    }
    .events-v3-wrapper .owl-theme .owl-nav .owl-prev button,
    .events-v3-wrapper .owl-theme .owl-nav .owl-next button {
        display: none;
    }
    .food-menu-v2-wrapper .section-header, 
    .drink-menu-v2-wrapper .section-header {
        padding-top: 120px;
    }
    .drink-menu .pagecontent {
        padding-top: 80px;
    }
}

@media (max-width:320px) {
    .section-header,
    .about-us-v2 h1,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .specials-v3.home-specials h1,
    .about-us-v3 h1,
    .specials h1, .events h1,
    .events-container h1,
    .about-us-page .about-us-s1-content h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 2em;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-size: 13px;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 1.6em;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1.2em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.1em;
    }
    .footer-v2-wrapper a {
        font-size: 1.1em;
    }
    .food-menu-grid .menu-description p {
        font-size: 1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.3em;
    }
    .drink-menu .food-menu-page .empty-content-message h2,
    .drink-menu .food-menu-page .empty-content-message h3,
    .empty-content-message h2,
    .empty-content-message h3 {
        font-size: 1.2em;
    }
}