@import url('//fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');

/*
font-family: 'Cinzel', serif;
*/

a {color: #fff;}

body {
  font-family: 'Cinzel', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', serif;
  font-weight: bold;
}

.navbar.nav-v4 .header-logo {
  max-width: 260px;
}
.nav-v7 .container {
  width: 90%;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'Cinzel', serif;
  font-size: 1.1em;
  padding: 0 10px;
}
.navbar.nav-v6 .socialnav a:focus {
  background-color: #fa2807;
}

.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: #fff;
  font-family: 'Cinzel', serif;
  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;
}
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.custom_html_1-section .custom-temp-btn,
.custom_html_2-section .custom-temp-btn {
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  opacity: 1;
}
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.custom_html_1-section .custom-temp-btn:hover,
.custom_html_2-section .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: #fa2807;
  background: #fa2807;
  border: 2px solid #fa2807;
  color: #000;
  opacity: 1;
}

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: 3.4em;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  text-transform: uppercase;
}
.about-us-v8-content .text-content h2 {
  text-transform: none;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  font-size: 1.6em;
  color: #000;
}

/* 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: uppercase;
  color: #fff;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  font-size: 3.4em;
  line-height: 1em;
  text-shadow: none;
}

.custom_html_1-section {
  text-align: center;
  background-image: url(../custom/custom_back.jpg);
  color: #9a9a9a;
}
.custom_html_2-section {
  text-align: center;
  background-image: url(../custom/custom_back_2.jpg);
  color: #9a9a9a;
}
.custom_html_1-section h2,
.custom_html_2-section h2 {
  font-size: 2.2em;
}

/* newsletter section */
.map-newsletter h2,
.newsletter-section h2 {
  font-family: 'Cinzel', serif;
  font-weight: normal;
  font-size: 1.1em;
}
.newsletter-section .bar:before,
.newsletter-section .bar:after {
  background: #fa2807;
}
.newsletter-section .sph-email-subscription .sph-email-input {
  padding: 8px 5px;
  color: #000;
  background-color: transparent;
  border-bottom: 1px solid #000;
}
.newsletter-section .sph-email-subscription input::-webkit-input-placeholder {
   color: #000;
}
.newsletter-section .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
.newsletter-section .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
.newsletter-section .sph-email-subscription input:-ms-input-placeholder {
   color: #000;
}
/* newsletter popup */
.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: 'Cinzel', serif;
  font-size: 1.1em;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
  font-size: 1.1em;
}
.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;
}

.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  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-family: 'Cinzel', serif;
  font-size: 1.4em;
  text-transform: none;
  text-align: center;
}

/* Media queries */
@media (max-width: 1400px) {
  p {
    font-size: 1.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: 3em;
  }
  .about-us-v8-content .text-content h2 {
    font-size: 1.5em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.9em;
  }
  .custom_html_1-section h2,
  .custom_html_2-section 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.3em;
  }
}

@media (max-width: 1200px) {
  .navbar.nav-v4 .header-logo {
    max-width: 240px;
  }
  .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.7em;
  }
  .about-us-v8-content .text-content h2 {
    font-size: 1.4em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.6em;
  }
  .custom_html_1-section h2,
  .custom_html_2-section 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.3em;
  }
}

@media (max-width: 1023px) {
  .navbar.nav-v4 .header-logo {
    max-width: 220px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1em;
    padding: 0 8px;
  }
  .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.4em;
  }
  .about-us-v8-content .text-content h2 {
    font-size: 1.3em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.2em;
  }
  .custom_html_1-section h2,
  .custom_html_2-section h2 {
    font-size: 1.6em;
  }
  .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;
  }
}

@media (max-width: 991px) {
  .map-newsletter .bar {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar.nav-v7 .header-logo {
    max-width: 190px;
  }
  .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;
  }
  p {
    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: 2.2em;
  }
  .about-us-v8-content .text-content h2 {
    font-size: 1.2em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 1.8em;
  }
  .custom_html_1-section h1,
  .custom_html_2-section h1 {
    font-size: 1.6em;
  }
  .custom_html_1-section h2,
  .custom_html_2-section h2 {
    font-size: 1.3em;
  }
  .about-us-v8-wrapper {
    border-top: 3px solid #fff;
  }
  .about-us-v8-content .text-wrapper,
  .about-us-v8-content .text-wrapper p {
    text-align: center !important;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    font-size: 1em;
    padding: 15px 5px;
  }
  .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.1em;
  }
}

@media (max-width: 320px) {
  .navbar.nav-v7 .header-logo {
    max-width: 170px;
  }
  .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: 2em;
  }
  .about-us-v8-content .text-content h2 {
    font-size: 1.1em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 1.5em;
  }
  .map-newsletter h2, .newsletter-section h2,
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 0.9em;
  }
  .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.1em;
  }
}
