/* 
//
Template name: OYSTERS
//
*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Lora');
body {
    font-family: 'Work Sans', sans-serif;
}
h1,h2,h3, .nav-link {
    font-family: 'Lora', serif;
}

.home__logo--text {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.home__booking-btn {
    border: none;
    background: none;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    font-size: 1.2rem;
}

.home__booking-btn:hover {
    background-color: transparent;
    color: #fff;
}

.home__booking-btn::after {
    content: "";
    width: 100%;
    height: 0.15rem;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: .25rem;
    transition: 0.3s ease-out;
}

.home__booking-btn:hover::after {
    width: 60%;
    transition: 0.3s ease-in;
}

.qnav__boooking-btn .nav-link {
    font-weight: bold;
    padding-left:.75rem !important;
    padding-right:.75rem !important;
}

.section-entry {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.category-section.jfc-background {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.category-section.jfc-background .qcontent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-title, .section-subtitle {
    flex: 1 100%;
}

.section-title {
    order: 2;
}

.section-subtitle {
    margin-bottom: 0;
    color: #3092ab;
    font-weight: 400;
}

.section-subtitle::after,
.section-subtitle::before {
    content:"-";
    margin: .5rem;
}

.qmenu__title {
    font-weight: 600;
}

.qmenu__tag {
    background: transparent !important;
    font-weight: 400;
    border: 1px solid #3092ab;
    margin-top: -1px;
    border-color: #000;
    color: #000;
}

.qmenu__item--has-tag .qmenu-item__container::before {
    height: 1px;
    background: #3092ab;
}

.contact-section .contact-cont{
    margin-bottom:7rem;
}

@media (min-width: 375px) {
    .contact-section .contact-cont{
        margin-bottom:0rem;
    }
}

@media (max-width: 991px) {
    .qnav__boooking-btn .nav-link{
        margin-left: -1rem;
    }
}

@media (min-width:992px) {
    .map-cont {
        padding-left: 0;
    }

    .qnav .nav-link.active,
    .qnav .nav-link:hover {
        border-radius: 0;
        text-shadow: 0px 0px 0px #fff;
        border-bottom-color: transparent !important;
    }

    .qnav .nav-link {
        font-weight: 500;
        font-size: 1.25rem;
    }

    .section {
        margin-bottom: 2rem;
    }

    .standard-section,
    .quandoo-section,
    .home__landing {
        margin-bottom: 4rem;
    }

    .home__logo--text {
        font-size: 4rem;
    }

    .qnav #top-menu {
        margin: 0 auto;
    }

    .standard-section .qcontent .section-content {
        text-align: center;
    }

    .qnav.shrink {
        background: #333;
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .navbar-brand { position: absolute; }
}


@media (min-width: 1400px) {
    .menu-item {
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .container {
        max-width:1340px;
    }

    .home__logo--text {
        font-size: 5.5rem;
    }

    .section {
        margin-bottom: 3rem;
    }
    
    .standard-section,
    .quandoo-section,
    .home__landing {
        margin-bottom: 5rem;
    }

}