@import url('https://fonts.googleapis.com/css2?family=Balthazar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap');

/*
font-family: 'BIZ UDPMincho', serif; font-weight: 400;
font-family: 'Balthazar', serif; font-weight: 400;
font-family: 'Advent Pro', sans-serif; font-weight: 200;
*/

a {color: #fff;}

body {
  font-family: 'BIZ UDPMincho', serif; 
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Balthazar', serif; 
  font-weight: 400;
}

.nav-v7 .container {
  width: 90%;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'BIZ UDPMincho', serif; 
  font-weight: 400;
  font-size: 1.1em;
  padding: 0 10px;
}
.navbar.nav-v6 .socialnav a:hover .social-icon,
.navbar.nav-v6 .socialnav a:focus .social-icon {
  color: #000;
}
.navbar.nav-v6 .socialnav a:focus {
  background-color: #b38b05;
}

.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,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.specials-v3.home-specials div a.custom-temp-btn,
.sph-email-subscription .sph-submit-button {
  padding: 6px 40px;
  text-transform: uppercase;
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #b38b05;
  font-family: 'BIZ UDPMincho', serif; 
  font-weight: 400;
  font-size: 14px;
  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,
.on-cover-content .section-wrapper a.custom-temp-btn {
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  opacity: 1;
}
.specials-v3.home-specials div a.custom-temp-btn,
.catering-tmt-section .custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link {
  background-color: #b38b05;
  background: #b38b05;
  border: 2px solid #b38b05;
  color: #000;
  opacity: 1;
}
.uk-overlay-panel a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.about-us-v7-content .text-wrapper .text-content .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,
.sph-email-subscription .sph-submit-button:hover {
  text-decoration: none;
  background-color: #b38b05;
  background: #b38b05;
  border: 2px solid #b38b05;
  color: #000;
  opacity: 1;
}
.specials-v3.home-specials div a.custom-temp-btn:hover,
.catering-tmt-section .custom-temp-btn:hover,
.addtocalendar.atc-style-blue .atcb-link:hover {
  text-decoration: none;
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  opacity: 1;
}

.section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.specials h1,
.events-container h1,
.map-newsletter .section-header,
.custom-modal .newsletter-popup .section-header {
  font-size: 4em;
  font-family: 'Balthazar', serif; 
  font-weight: 400;
  text-transform: uppercase;
}

/* slideshow v2 */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.6);
}
.uk-dotnav-contrast>.uk-active>*,
.uk-dotnav-contrast>*>:hover {
  background: #fff;
  transform: scale(1);
  opacity: 1;
}
.uk-dotnav-contrast>*>* {
  background: #fff;
  opacity: 0.5;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  margin-top: 0;
  text-transform: none;
  color: #fff;
  font-family: 'Balthazar', serif; 
  font-weight: 400;
  font-size: 4.2em;
  line-height: 1em;
  text-shadow: none;
  text-transform: uppercase;
}

/* banner section */
.banner-section {
  padding: 25px 0;
}
.banner-section h1 {
  text-transform: capitalize;
  font-family: 'BIZ UDPMincho', serif; 
  font-weight: 400;
  font-size: 1.2em;
}
.banner-section .banner-pin {
  color: #b38b05;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:focus,
.banner-section .banner-pin.active {
  color: #fff;
}

/* about us v8 */
.about-us-v8-wrapper.custom-about-us-v8-wrapper .container p {
  padding: 30px 220px 0;
  margin-bottom: 0;
}
.about-us-v8-content .text-wrapper h1 {
  margin-top: 50px;
}
.about-us-v8-wrapper a.custom-temp-btn {
  margin-bottom: 50px;
}

/* specials */
.specials-v3.home-specials {
  background-color: #000;
  color: #fff;
}
.specials-v3.home-specials .specials-text,
.specials-v3.home-specials .specials-hours {
  font-size: 1.2em;
}
.specials-v3.home-specials div a.custom-temp-btn {
  width: 200px;
}

/* reviews v2 */
.reviews-v2-wrapper {
  background-size: cover !important;
  background-attachment: scroll !important;
}
.reviews-v2-wrapper h2 {
  color: #fff;
  font-family: 'Advent Pro', sans-serif; 
  font-weight: 200;
  font-size: 1.6em;
}
.reviews-v2-wrapper h3 {
  text-transform: capitalize;
  font-family: 'BIZ UDPMincho', serif; 
  font-weight: 400;
  margin: 30px auto 30px;
  font-size: 1.3em;
}
.reviews-v2-wrapper .container {
  padding-top: 0;
}
.reviews-v2-wrapper .review-text blockquote {
  margin: 0;
  padding: 0;
}
.reviews-v2-wrapper .review-text p {
  line-height: 1.5em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #b38b05;
  font-size: 0.7em;
}
.reviews-v2-wrapper .review-quote {
  opacity: 1;
  color: #b38b05;
}
.owl-theme .owl-dots .owl-dot button {
  background: #fff;
  border: none;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #b38b05;
  border: none;
}

/* newsletter section */
.map-newsletter .text-wrapper:before {
  background-attachment: scroll;
  background-position: center;
  background-color: #fff;
}
.map-newsletter {
  border-right: none;
}
.map-newsletter .section-header {
  color: #000;
}
.map-newsletter h2 {
  font-family: 'Advent Pro', sans-serif; 
  font-weight: 200;
  font-size: 1.6em;
  color: #000;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: 'BIZ UDPMincho', serif; 
  font-weight: 400;
  font-size: 1.2em;
  color: #000;
}
.map-newsletter .bar {
  top: -5px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #b38b05;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  padding: 8px 5px;
  color: #000;
  background-color: transparent;
  border-bottom: 1px solid #000;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
   color: #000;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
   color: #000;
}
.googlemap-v3-wrapper .triangle {
  display: none;
}

/* newsletter popup */
.custom-modal .modal-content {
  background-image: url("https://static.spotapps.co/web/brassmonkeypubandgrill--com/css/../custom/newsletter_back.jpg");
  background-attachment: scroll;
  background-position: center;
  background-color: #fff;
}
.custom-modal .close {
  color: #000;
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  margin-bottom: 20px;
  font-family: 'BIZ UDPMincho', serif; 
  font-weight: 400;
  font-size: 1.2em;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 8px 15px;
  border-radius: 0;
  border-color: #000;
  background: transparent;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
   color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
   color: #000;
}

/* contact v3 */
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  font-family: 'Balthazar', serif; 
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.1em;
}
.contact-v3 .days {
  padding-bottom: 0;
}
.contact-v3 .from-to {
  text-transform: lowercase;
  padding-bottom: 20px;
}
.contact-us a {
  text-decoration: none;
  color: #fff;
}
.contact-v3 .social .social-icons-holder.social-square .contact-icon:focus {
  background-color: #b38b05;
  color: #000;
}

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

/* Food nad Drinks pages */
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 80px;
}
.food-menu-nav .food-menu-nav-item {
  background: #b38b05;
  color: #000;
  border: 2px solid #b38b05;
}
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item:focus {
  background: #000;
  color: #b38b05;
  border: 2px solid #000;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-family: 'Advent Pro', sans-serif; 
  font-weight: 200;
  font-size: 1.8em;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #000;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: 'BIZ UDPMincho', serif; 
  font-weight: 400;
  font-size: 1.3em;
}
.food-menu-grid .food-price {
  color: #b38b05;
}

/* specials page */
.onespecial {
font-size: 1.2em;
}
.specials h1 {
  margin-top: 5px;
}
.onespecial h2 {
  text-transform: none;
  font-size: 1.6em;
}

/* events page */
.events-container h2 {
  text-transform: none;
  font-size: 2.2em;
}
.events-container h3,
.events-container p {
  font-family: 'BIZ UDPMincho', serif; 
  font-weight: 400;
  font-size: 1.3em;
}

.gift-cards-page .section-header {
  margin-top: 20px;
}

.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-family: 'BIZ UDPMincho', serif; 
  font-weight: 400;
  font-size: 1.4em;
  text-transform: none;
  text-align: center;
}

/* Media queries */
@media (max-width: 1400px) {
  .about-us-v8-wrapper.custom-about-us-v8-wrapper .container p {
    padding: 30px 100px 0;
  }
  .about-us-v8-content .text-wrapper h1 {
    margin-top: 0;
  }
  .about-us-v8-wrapper a.custom-temp-btn {
    margin-bottom: 20px;
  }
  .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;
  }
}

@media (max-width: 1200px) {
  .navbar.nav-v4 .header-logo {
    max-width: 90px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.6em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 4em;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .about-us-v8-wrapper.custom-about-us-v8-wrapper .container p {
    padding: 30px 80px 0;
  }
  .pagecontent {
    padding-top: 160px;
  }
  .events-container h2 {
    font-size: 2em;
  }
  .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;
  }
}

@media (max-width: 1023px) {
  .navbar.nav-v4 .header-logo {
    max-width: 80px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 0.9em;
    padding: 0 6px;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.3em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.6em;
  }
  .about-us-v8-wrapper.custom-about-us-v8-wrapper .container p {
    padding: 30px 50px 0;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.1em;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 1.1em;
  }
  .drink-menu .pagecontent {
    padding-top: 160px;
  }
  .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) {
  .map-newsletter .bar {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar.nav-v7 .header-logo {
    max-width: 70px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 7px 15px;
    margin: 0;
  }
  .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 {
    color: #000 !important;
  }
  .banner-section {
    padding: 15px 0;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.6em;
  }
  .about-us-v8-wrapper.custom-about-us-v8-wrapper .container p {
    padding: 30px 30px 0;
  }
  .catering-tmt-section h1 {
    margin-top: 10px;
  }
  .reviews-v2-wrapper h2 {
    font-size: 1.4em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: 'BIZ UDPMincho', serif; 
    font-weight: 400;
    font-size: 0.9em;
    padding: 15px 5px;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 50px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 8px 20px;
    border: none;
    border-bottom: 2px solid #000;
  }
  .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 h3,
  .food-menu-grid .food-price {
    font-size: 1.2em;
  }
  .drink-menu .pagecontent {
    padding-top: 86px;
  }
  .onespecial h2 {
    font-size: 1.5em;
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .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: 320px) {
  .navbar.nav-v7 .header-logo {
    max-width: 60px;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  p {
    font-size: 1.2em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.8em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.3em;
  }
  .about-us-v8-wrapper.custom-about-us-v8-wrapper .container p {
    padding: 30px 20px 0;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.2em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 15px 4px;
  }
  .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;
  }
  .onespecial h2 {
    font-size: 1.4em;
  }
  .events-container h2 {
    font-size: 1.8em;
  }
  .events-container h3, .events-container p {
    font-size: 1.2em;
  }
  .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;
  }
}
