@import url('//fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
@import url('//fonts.googleapis.com/css2?family=Figtree&display=swap');
/* 
    font-family:'Mocha Mattari W01 Regular';
    font-family:'Mostra Nuova W00 Semibold';
    font-family:'Avenir LT W01_45 Book1475508';

  "Mocha Mattari W01 Regular" = font-family: 'Dosis', sans-serif; font-weight: 700;
  "Mostra Nuova W00 Semibold" = font-family: 'Josefin Sans', sans-serif; font-weight: 600;
  "Avenir LT W01_45 Book1475508" = font-family: 'Figtree', sans-serif; font-weight: 400;
*/
body {
  font-family: 'Figtree', sans-serif; 
  font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Dosis', sans-serif; 
  font-weight: 700; 
}
.nav-v7 .container{
    width: 95%;
}
.navbar-regular.nav-v6 .navbar-nav > li > a {
  font-family: 'Josefin Sans', sans-serif; 
  font-weight: 600;
  font-size: 1.1em;
  padding:  0 10px;
}
video#coverVideo {
    margin-top: 135px;
}
/* Buttons */
.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,
.party-offer a.custom-temp-btn {
    padding: 8px 40px;
    text-transform: uppercase;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #a6242c;
    font-family: 'Josefin Sans', sans-serif; 
    font-weight: 600;
    font-size: 18px;
    box-shadow: none;
    -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-v8-wrapper a.custom-temp-btn: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 {
    text-decoration: none;
    background-color: #65b6cb;
    background: #65b6cb;
    border: 2px solid #65b6cb;
    color: #000;
    opacity: 1;
}
.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 {
    background-color: #65b6cb;
    background: #65b6cb;
    border: 2px solid #65b6cb;
    color: #fff;
}
.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 {
    background-color: #a6242c;
    background: #a6242c;
    border: 2px solid #a6242c;
    color: #fff;
}
.catering-tmt-section a.custom-temp-btn:focus {
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #a6242c;
}
/* End Buttons */
/* Headings */
.section-header,
.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 {
    font-size: 5em;
    text-transform: uppercase;
}
.about-us-v8-content .text-wrapper h2,
.reservations-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  font-family: 'Josefin Sans', sans-serif; 
  font-weight: 600;
    font-size: 1.7em;
    text-transform: uppercase;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
    color: #fff;
    font-size: 5em;
    text-shadow: none;
    text-transform: uppercase;
}
/* End Headings */
/* Baner */
.banner-section {
    padding: 30px 0;
}
.banner-section h1 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 400;
}
.banner-section .banner-pin {
    color: #fff;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #a6242c;
}
/* End Baner */
/* About us Section */
.about-us-v8-content .text-content.title-image h1:after {
    height: 110px;
}
.about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
    background-image: url('https://static.spotapps.co/web/bajahaus--com/css/../custom/title_decoration_2.png');
}
.about-us-v8-content .text-wrapper h2 {
    text-transform: capitalize;
}
/* End About us Section */
/* Specials Section */
.specials-v3.home-specials {
    background-color: #a6242c;
    color: #fff;
}
.specials-v3.home-specials .specials-text, 
.specials-v3.home-specials .specials-hours {
    font-size: 1.4em;
}
/* End Specials Section */
/* Slideshow */
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5);
}
.uk-overlay-panel .container {
    width: 100%;
}
.slideshow-v2-wrapper .uk-slideshow>li:nth-of-type(2) .uk-position-cover {
    background-position-y: 90%;
}
.slideshow-v2-wrapper .uk-slideshow>li:nth-of-type(3) .uk-position-cover {
    background-position-y: 20%;
}
.slideshow-v2-wrapper .uk-slideshow>li:nth-of-type(4) .uk-position-cover {
    background-position-y: 80%;
}
/* End Slideshow */
/* Reviews */
.reviews-v2-wrapper.section-wrapper {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-color: #a6242c;
}
.reviews-v2-wrapper .container {
    padding-top: 0;
}
.reviews-v2-wrapper h2 {
    color: #ffce05;
}
.reviews-v2-wrapper h3 {
    font-family: 'Figtree', sans-serif; 
    font-weight: 400;
    font-size: 1.5em;
    margin: 30px 0 40px;
    text-transform: capitalize;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    font-size: .6em;
    color: #ffce05;
}
.reviews-v2-wrapper .review-text blockquote {
    margin: 0;
    padding: 0;
}
.reviews-v2-wrapper .review-text p {
    line-height: 1.4em;
    font-size: 1.2em;
}
.reviews-v2-wrapper .review-quote {
    opacity: 1;
    color: #65b6cb;
}
.owl-theme .owl-dots .owl-dot button {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: .6;
}
/* End Reviews */
/* Newsletter */
.map-newsletter {
    border-right: none;
}
.map-newsletter .section-header {
    color: #000;
}
.map-newsletter h2 {
    color: #a6242c;
}
.map-newsletter .sph-email-subscription h2 {
    font-family: 'Figtree', sans-serif; 
    font-weight: 400;
    color: #000;
    font-size: 1.4em;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 11px 5px;
}
.map-newsletter .bar {
    top: -6px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background-color: #65b6cb;
}
.googlemap-v3-wrapper .triangle {
    display: none;
}
.sph-response-message {
    font-size: 1.4em;
    color: #000;
}
/* End Newsletter */
/* Newsletter popup */
.custom-modal .modal-content {
    background-image: url('https://static.spotapps.co/web/bajahaus--com/css/../custom/newsletter_back.jpg');
}
.custom-modal .newsletter-popup .section-header {
    color: #000;
    font-size: 7em;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-family: 'Figtree', sans-serif; 
    font-weight: 400;
    font-size: 1.3em;
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 11px 15px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: transparent;
    color: #000;
}
/* End Newsletter Popup */
/* Contact */
.contact-v3,
.footer-v2-wrapper {
    background-color: #0f7baa;
}
.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us {
    font-size: 1.2em;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-size: 1.3em;
}
.contact-v3 .days {
    text-transform: uppercase;
    padding-bottom: 0;
}
.contact-v3 .from-to {
    text-transform: uppercase;
}
.contact-v3 a {
    color: #fff;
}
.contact-v3 a,
.contact-v3 a:hover {
    text-decoration: none;
}
.contact-v3 .contact-us p {
    margin: 0;
}
/* End Contact */
/* About Us Page */
.about-us-s1-wrapper  {
    margin-top: 140px;
}
.about-us-page .about-us-s1-content {
    padding-top: 40px;
}
.about-us-v7-content .text-wrapper .text-content {
    padding: 40px 10%;
}
.about-us-s3-wrapper .map-footer a:hover,
.about-us-s3-wrapper .map-footer a:focus {
    color: #65b6cb;
    text-decoration: none;
}
/* End About Us Page */
/* Food and Drinks Pages */
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 90px;
}
.food-menu-nav .food-menu-nav-item {
    background-color: transparent;
    background: transparent;
    border: 2px solid #0f7baa;
    color: #0f7baa;
}
.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-color: #0f7baa;
    background: #0f7baa;
    border: 2px solid #0f7baa;
    color: #fff;
}
.food-menu-grid-item-content {
    border-radius: 0;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #a6242c;
}
.food-menu-grid .menu-description p {
    font-size: 1.2em;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
    font-size: 2.5em;
}
.food-menu-grid .food-menu-description p {
    font-size: 1.1em;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: 'Josefin Sans', sans-serif; 
  font-weight: 600;
    font-size: 1.4em;
}
.food-menu-grid .food-price {
    color: #a6242c;
}
.food-menu-grid .food-item-description {
    color: #757575;
    font-size: 1.1em;
}
/* End Food and Drinks Pages */
/* Specials Page */
.onespecial {
    font-size: 20px;
}
/* End Specials Page */
/* Events */
.events-container h1 {
    margin-top: 30px;
}
.events-container h2 {
    font-size: 2.5em;
}
.events-container h3,
.events-container p,
.events-container .event-time  {
    font-family: 'Figtree', sans-serif; 
    font-weight: 400;
    font-size: 1.4em;
}
.events-container .event-image {
    border: none;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(166, 36, 44, 0.5);
    -moz-box-shadow: 0px 0px 10px 4px rgba(166, 36, 44, 0.5);
    box-shadow: 0px 0px 10px 4px rgba(166, 36, 44, 0.5);
}
/* End Events */
/* 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 {
    font-family: 'Figtree', sans-serif; 
    font-weight: 400;
    text-align: center;
    text-transform: none;
    font-size: 1.8em;
}
/* End Empty Content Message */
/* Responsive */
@media (max-width:1400px) {
    p {
        font-size: 1.25em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1.2em;
    }
}
@media (max-width:1200px) {
    .navbar-regular.nav-v6 .navbar-nav > li > a {
        font-size: 1em;
        padding: 0 5px;
    }
    .section-header,
    .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 {
        font-size: 4.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.5em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 4em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 95px;
    }
}
@media (max-width:1023px) {
    p {
        font-size: 1.15em;
    }
    .nav-v7 .container{
        width: 100%;
    }
    .navbar-regular.nav-v6 .navbar-nav > li > a {
        font-size: .9em;
        padding: 0 4px;
    }
    .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,
    .party-offer a.custom-temp-btn {
        font-size: 15px;
    }
    .section-header,
    .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 {
        font-size: 4em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reservations-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: 3em;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: 1.3em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 80px;
    }
    .specials-v3.home-specials .specials-text, 
    .specials-v3.home-specials .specials-hours {
        font-size: 1.2em;
    }
    .catering-tmt-section.section-wrapper {
        padding: 2em 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
        margin: 20px auto;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1em;
    }
    .map-newsletter .sph-email-subscription .sph-email-input {
        padding: 9px 5px;
    }
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        padding: 9px 15px;
    }
    .contact-v3 .contact-location, 
    .contact-v3 .hours, 
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .about-us-page .about-us-s1-content img {
        max-width: 250px;
    }
    .food-menu-grid .menu-description p {
        font-size: 1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 2em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.2em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1em;
    }
    .onespecial {
        font-size: 18px;
    }
    .events-container h2 {
        font-size: 2em;
    }
    .events-container h3,
    .events-container p,
    .events-container .event-time  {
        font-size: 1.2em;
    }
    .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 {
        font-size: 1.5em;
    }
}
@media (max-width:991px) {
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: none;
  }
    .map-newsletter .bar {
        top: 0;
    }
}
@media (max-width:767px) {
    p {
        font-size: 1.1em;
    }
    .navbar-regular.nav-v6 .navbar-nav > li > a {
        padding: 7px 15px;
        font-size: 1em;
    }
    video#coverVideo {
        margin-top: 70px;
    }
    .section-header,
    .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 {
        font-size: 3.2em;
    }
    .uk-overlay-panel h1, 
    .on-cover-content .section-wrapper .section-header {
        font-size: 2.4em;
    }
    .specials-v3.home-specials .specials-text, 
    .specials-v3.home-specials .specials-hours {
        font-size: 1.1em;
    }
    .map-newsletter .text-wrapper:before {
        background-position-x: 10%;
    }
    .custom-modal .newsletter-popup .section-header {
        font-size: 4.5em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .about-us-s1-wrapper {
        margin-top: 70px;
    }
    .about-us-page .about-us-s1-content img {
        max-width: 210px;
    }
    .about-us-v7-content .text-wrapper .text-content {
        padding: 40px 8%;
    }
    .food-menu-v2-wrapper .section-header, 
    .drink-menu-v2-wrapper .section-header {
        padding-top: 30px;
    }
    .food-menu-nav .food-menu-nav-item {
        border: none;
        border-bottom: 2px solid #0f7baa;
        font-size: 15px;
    }
    .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 #0f7baa;
    }
    .food-menu-nav .food-menu-nav-item:first-of-type {
        border-top: 2px solid #0f7baa;
    }
    .onespecial {
        font-size: 16px;
    }
    .events-container .container {
        margin-bottom: 150px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-family: 'Josefin Sans', sans-serif; 
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1em;
        padding: 15px 5px;
    }
}
@media (max-width:320px) {
    p {
        font-size: 1.15em;
    }
    .section-header,
    .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 {
        font-size: 3.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.2em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 2em;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 70px;
    }
    .catering-tmt-section p {
        font-size: 1em;
    }
    .drink-menu .food-menu-page h2, 
    .drink-menu .drink-menu-page h2 {
        font-size: 1.8em;
    }
}
/* End Responsive */