@import url('//fast.fonts.net/cssapi/3f80dfff-5a2f-4a00-81c4-010899ed616d.css');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

/*
Titles:
font-family:'Letterpress Aurora W05 Regular';

Buttons/Navigation:
font-family:'Museo Sans W01_700';

Text:
font-family:'Museo Sans Display W05 Light';

Subtitles/Slideshow:
font-family: 'Courgette', cursive;
*/

a {
    color: #e7d6ba;
}

body {
    font-family:'Museo Sans Display W05 Light';
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Letterpress Aurora W05 Regular';
}

.top-svg-border svg {
    top: 2px;
}
.bottom-svg-border svg {
    bottom: 2px;
}
video#coverVideo {
    margin-top: 95px;
}
/*navigation*/

.navbar.nav-v6 .header-logo {
    max-width: 80px;
}

.navbar-regular.nav-v6 .navbar-nav>li>a {
    font-family:'Museo Sans W01_700';
}

.navbar.nav-v6 .social-square .contact-icon:hover .social-icon {
    color: #12445f;
}

/*navigation end*/

/*headings*/

.section-header,
.about-us-v8-content .text-wrapper h1,
.order-tmt-section h1,
.reservations-tmt-section h1,
.reviews-v2-wrapper h1,
.map-newsletter h1,
.custom-modal .newsletter-popup .section-header,
.about-us-page .about-us-s1-content h1,
.about-us-v7-content .text-wrapper h1,
.food-menu-v2-wrapper h1 {
    font-family:'Letterpress Aurora W05 Regular';
    text-transform: capitalize;
    font-size: 4em;
}

.about-us-v8-content .text-wrapper h2,
.order-tmt-section h2,
.reservations-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2,
.about-us-page .about-us-s2-content h2 {
    font-family: 'Courgette', cursive;
    text-transform: none;
    font-size: 2.6em;
}

/*headings end*/

/*buttons*/

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.order-tmt-section a.custom-temp-btn,
.reservations-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.custom-temp-btn {
    padding: 8px 30px;
    font-family:'Museo Sans W01_700';
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    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,
.about-us-v8-wrapper a.custom-temp-btn {
    background-color: #e7d6ba;
    border: 2px solid #e7d6ba;
    color: #12445f;
    opacity: 1;
}

.uk-overlay-panel a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover {
    background-color: #e7c0a3;
    border: 2px solid #e7c0a3;
    color: #12445f;
    opacity: 1;
}

.order-tmt-section a.custom-temp-btn,
.reservations-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.custom-temp-btn {
    background-color: #12445f;
    border: 2px solid #12445f;
    color: #fff;
    opacity: 1;
}

.order-tmt-section a.custom-temp-btn:hover,
.reservations-tmt-section 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,
.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 {
    background-color: #091734;
    border: 2px solid #091734;
    color: #fff;
    opacity: 1;
}

/*buttons end*/

/*slideshow v2*/

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5);
}

.uk-overlay-panel h1 {
    font-family: 'Courgette', cursive;
    text-transform: none;
    font-size: 5em;
}

.uk-dotnav-contrast > * > * {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}

.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
    border: 1px solid #fff;
    background: #fff;
    opacity: 1;
    transform: scale(1);
}

/*slideshow v2 end*/

/*banner*/

.banner-section {
    padding: 30px 0;
}

.banner-section h1 {
    font-family:'Museo Sans W01_700';
    font-size: 1.3em;
}

.banner-section .banner-pin {
    color: #091734;
}

.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #12445f;
}

/*banner end*/

/*about-v8 section*/

.about-us-v8-wrapper:before {
    background-attachment: scroll;
}

.about-us-v8-content .text-wrapper h2,
.about-us-page .about-us-s2-content h2 {
    color: #e7d6ba;
}

.about-us-v8-item-0 .about-us-v8-content .text-wrapper p {
    padding: 0 100px;
}

.about-us-v8-item-1 .about-us-v8-content .text-wrapper p {
    padding: 0 150px;
}

/*about-v8 section end*/

/*order section*/

.order-tmt-section h1 {
    margin-top: 10px;
}

/*order section end*/

.reservations-tmt-section h1 {
    margin-top: 10px;
}

.reservations-tmt-section p {
    font-weight: 600;
}

/*reservation section end*/

/*reviews*/

.reviews-v2-wrapper {
    background-size: cover !important;
    background-attachment: scroll !important;
}

.reviews-v2-wrapper .container {
    padding: 0 5px 20px 5px;
}

.reviews-v2-wrapper h2 {
    color: #9bceeb;
}

.reviews-v2-wrapper h3 {
    font-family:'Museo Sans Display W05 Light';
    font-size: 1.3em;
    margin: 35px 0 15px 0;
    color: #9bceeb;
    text-transform: none;
}

.reviews-v2-wrapper .review-text p {
    line-height: 1.4em;
    font-size: 1.3em;
}

.reviews-v2-wrapper .review-text blockquote {
    margin: 0;
    padding: 0;
}

.reviews-v2-wrapper h3 .fa.fa-star {
    color: #fff;
    font-size: 0.7em;
    vertical-align: middle;
}

.reviews-v2-wrapper .review-quote {
    color: #fff;
    opacity: 1;
}

.reviews-v2-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: 50px;
}

.owl-theme .owl-dots .owl-dot button {
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
}

/*reviews end*/

/*newsletter*/

.map-newsletter {
    border-right: none;
    background-color: #76222f;
}

.map-newsletter .text-wrapper:before {
    background-attachment: scroll;
    background-position: center center;
}

.map-newsletter h1 {
    color: #12445f;
}

.map-newsletter h2 {
    color: #12445f;
}

.map-newsletter .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-family:'Museo Sans Display W05 Light';
    font-size: 1.3em;
}

.map-newsletter .bar {
    top: -6px;
}

.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 9.5px 5px;
    border-bottom: 1px solid #12445f;
    color: #12445f;
}

.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background: #e7d6ba;
}

.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
    color: #12445f;
}

.map-newsletter .sph-email-subscription input:-moz-placeholder {
    /* Firefox 18- */
    color: #12445f;
}

.map-newsletter .sph-email-subscription input::-moz-placeholder {
    /* Firefox 19+ */
    color: #12445f;
}

.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
    color: #12445f;
}

.googlemap-v3-wrapper .triangle {
    display: none;
}

.sph-response-message {
    color: #12445f;
    font-size: 2em;
}

/*newsletter end*/

/* newsletter popup */

.custom-modal .modal-content {
    background-image: url('../custom/newsletter_back.jpg');
    background-color: #9bceeb;
    background-size: cover;
    background-position: center center;
    color: #12445f;
}


.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 9px 15px;
    border: 1px solid #12445f;
    background-color: transparent;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #12445f;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder {
    /* Firefox 18- */
    color: #12445f;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #12445f;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #12445f;
}

.custom-modal .close {
    color: #12445f;
}

/* newsletter popup end*/

/*contact section*/

.contact-v3 {
    background-color: #12445f;
    color: #e7d6ba;
}

.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-family: 'Courgette', cursive;
    text-transform: none;
    font-size: 1.4em;
    margin-top: 0;
}

.contact-v3 .days {
    padding-bottom: 5px;
    text-transform: uppercase;
}

.contact-v3 .from-to {
    padding-bottom: 15px;
}

.contact-v3 a.contact-icon {
    color: #e7d6ba;
}

.contact-v3 a {
    color: #e7d6ba;
    text-decoration: none;
}

.contact-v3 a:hover {
    text-decoration: none;
}

.contact-v3 a:focus {
    color: #e7d6ba;
}

/*contact section end*/

/*footer*/

.footer-v2-wrapper {
    background-color: #12445f;
    color: #e7c0a3;
    border-top: 2px solid #e7c0a3;
}

/*footer end*/

/*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:'Museo Sans Display W05 Light';
    font-size: 1.4em;
    text-align: center;
    text-transform: none;
}

/*empty content message end*/

/*about us page*/

.about-us-page .about-us-s1-content {
    padding-top: 110px;
}

.about-us-v7-content .text-wrapper:before {
    background-attachment: scroll;
    background-position: center center;
    background-color: #fff;
}

.about-us-v7-content .text-wrapper .text-content {
    padding: 60px 5%;
}

.about-us-s3-wrapper .map-footer a:hover {
    text-decoration: none;
    color: #fff;
}

/*about us page end*/

/*menu and drinks pages*/

.food-menu-grid .menu-description p {
    font-size: 1.3em;
}

.food-menu-grid-item-content {
    border-radius: 0;
}

.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
    color: #12445f;
}

.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
    font-family: 'Courgette', cursive;
    font-size: 2.3em;
    color: #12445f;
}

.food-menu-grid .food-menu-description p {
    font-size: 1.3em;
    word-break: break-word;
}

.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #091734;
}

.food-menu-grid h3,
.food-menu-grid .food-price {
    font-family:'Museo Sans Display W05 Light';
    color: #091734;
    font-size: 1.4em;
}

.food-menu-grid .food-item-description {
    font-size: 1.2em;
    color: #757575;
}

/*menu and drinks pages end*/

@media (max-width:1400px) {
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1 {
        font-size: 3.5em;
    }
    .about-us-page .about-us-s1-content h1 {
        font-size: 2.8em;
    }
    .about-us-v8-content .text-wrapper h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .about-us-page .about-us-s2-content h2 {
        font-size: 2.3em;
    }
    .uk-overlay-panel h1 {
        font-size: 4.5em;
    }
    .about-us-v8-item-0 .about-us-v8-content .text-wrapper p,
    .about-us-v8-item-1 .about-us-v8-content .text-wrapper p {
        padding: 0;
    }
}

@media (max-width:1200px) {
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1 {
        font-size: 3em;
    }
    .about-us-page .about-us-s1-content h1 {
        font-size: 2.3em;
    }
    .about-us-v8-content .text-wrapper h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .about-us-page .about-us-s2-content h2 {
        font-size: 2em;
    }
    .uk-overlay-panel h1 {
        font-size: 4em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 2em;
    }
}

@media (max-width:1023px) {
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-page .about-us-s1-content h1,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1 {
        font-size: 2.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .about-us-page .about-us-s2-content h2 {
        font-size: 1.7em;
    }
    .uk-overlay-panel h1 {
        font-size: 3.5em;
    }
    .about-us-v8-item-1 .about-us-v8-content .text-wrapper p {
        padding: 0 30px;
    }
    .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.8em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.3em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1.1em;
    }
}

@media (max-width:991px) {
    .map-newsletter .bar {
        top: 0;
    }
    .about-us-page .about-us-s1-content {
        padding: 30px 0;
    }
    .about-us-page .about-us-s2-content .text-content {
        padding: 28px !important;
    }
}

@media (max-width:767px) {
    video#coverVideo {
        margin-top: 70px;
    }
    .navbar.nav-v6 .header-logo {
        max-width: 60px;
    }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        padding: 5px 15px;
        font-size: 1.1em;
    }
    .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,
    .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: #12445f !important;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-page .about-us-s1-content h1,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1 {
        font-size: 2.2em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .about-us-page .about-us-s2-content h2 {
        font-size: 1.6em;
    }
    .order-tmt-section h2 {
        font-size: 1.4em;
    }
    .custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .order-tmt-section a.custom-temp-btn,
    .reservations-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.custom-temp-btn {
        font-size: 14px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-size: 14px;
        font-family:'Museo Sans W01_700';
        text-transform: uppercase;
        padding: 15px 5px;
    }
    .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: 1px solid #091734;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
        border-top: 1px solid #091734;
    }
    .uk-overlay-panel h1 {
        font-size: 2.8em;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .about-us-v8-item-1 .about-us-v8-content {
        min-height: 330px;
    }
    .order-tmt-section,
    .reservations-tmt-section {
        padding: 2em 0;
    }
    .reservations-tmt-section p {
        padding: 0 20px;
    }
    .map-newsletter .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .map-newsletter .sph-email-subscription .sph-email-input,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        font-size: 1em;
    }
    .about-us-s3-wrapper .map-footer p {
        font-size: 1.2em;
    }
    .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.6em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1.2em;
    }
}

@media (max-width:320px) {
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-page .about-us-s1-content h1,
    .about-us-v7-content .text-wrapper h1,
    .food-menu-v2-wrapper h1 {
        font-size: 1.9em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .about-us-page .about-us-s2-content h2 {
        font-size: 1.4em;
    }
    .order-tmt-section h2 {
        font-size: 1.2em;
    }
    .custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .order-tmt-section a.custom-temp-btn,
    .reservations-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.custom-temp-btn,
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-size: 13px;
    }
    .uk-overlay-panel h1 {
        font-size: 2.2em;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .about-us-v8-content .text-wrapper p {
        font-size: 1.2em;
    }
    .about-us-v8-item-1 .about-us-v8-content .text-wrapper p {
        padding: 0;
    }
    .reservations-tmt-section p {
        padding: 0;
        font-size: 1.2em;
    }
    .reviews-v2-wrapper h3,
    .reviews-v2-wrapper .review-text p {
        font-size: 1.2em;
    }
    .about-us-v7-content .text-wrapper p {
        font-size: 1.2em;
    }
    .about-us-s3-wrapper .map-footer p {
        font-size: 1em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1.1em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.2em;
    }
    .top-svg-border svg {
        top: -17px;
    }
    .bottom-svg-border svg {
        bottom: -17px;
    }
}





