.header .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
}

.header .navbar-dark .navbar-nav > .active .nav-link {
    color: #fff !important;
}
.header .navbar-dark .navbar-nav a.nav-link:hover{
    -webkit-box-shadow: 0 0 0 .05rem var(--header-highlight);
    box-shadow: 0 0 0 .05rem var(--header-highlight);

}
.header .header-info-logo-img img {
    max-width: 228px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
    border-width: 0 !important;
}

.cw-header-info {
    padding: 0.5rem;
}

.header a.header-business-phone,
.header span {
    vertical-align: middle;
}


.header .navbar .dropdown-item {
    text-transform: uppercase
}

.socialIcons img {
    width: 20% !important;
}
.socialIcons a:hover img,
.cw-bottomLine a:hover {
    opacity: 0.5;
}
.cw-reservationBTN a {
    border: 2px solid var(--color-theme-primary);
}
.cw-reservationBTN a:hover {
    background-color: var(--color-theme-primary);
    color:#fff;
}

@media (min-width: 330px) {}
@media (min-width: 440px) {}
@media (min-width: 768px) {
    .header .header-info-logo-img img {
        max-width: 400px;
        margin-left: -3.5rem !important;
    }
}
@media (min-width: 992px) {
    .header .header-info-logo-img img {
        max-width: 215px;
        margin-left: 0 !important;
        margin-top: -1.5rem;
    }
}
@media (min-width: 1160px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
@media (min-width: 1600px) {}
@media (min-width: 1800px) {}
@media (min-width: 1900px) {}

/*-- IF CLIENT ADDS PRODUCT UNCOMMENT THIS CODE --*/
/* keeps nav items on the right side of header*/ 
.header.has-cart .collapse.justify-content-center,
.header .navbar-collapse.justify-content-center {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
}
.header .navbar-nav:not(.navbar-cart) {
    /* set pixels to logo width (or more) */
    max-width: calc(100% - 116px);
    justify-content: center;
}

@media(min-width:330px) {
    .header .navbar-nav:not(.navbar-cart){
        max-width: calc(100% - 65px);
        justify-content: center;
    }
}
@media(min-width:440px) {
    .header .navbar-nav:not(.navbar-cart){
        max-width: calc(100% - 174px);
        justify-content: center;
    }
}
@media(min-width:992px) {
    .header .navbar-nav:not(.navbar-cart){
        max-width: calc(100% - 400px);
        justify-content: center;
        position: absolute;
        right: 4rem;
    }
}
@media(min-width:1200px) {
    .header .navbar-nav:not(.navbar-cart){
        right: 6rem;
    }
}


/* ============================== hero section ============================= */
.display-4 {
    font-size: 4em;
}

@media (max-width: 812px) {

    h1,
    .h1 {
        font-size: 1.85rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }

    .display-4 {
        font-size: 2.25em;
    }

    .hero-divider {
        display: none !important;
    }
}

.hero {
    background-image: url("https://apihoard.webit.com/api/v1/Image/6C54ACB7A8B06567387E62D84780364D/6C54ACB7A8B06567387E62D84780364D.jpg?size=1920x1440");
    background-position: 15% bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 5em 0;
}

.hero h1 {
    color: #fff !important;
    text-shadow: 1px 2px 2px var(--color-theme-primary);
}
.hero h5 {
    color: #fff !important;
    text-shadow: 4px 5px 9px #000;
    background: #5151512e;
    padding: 5px;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .hero h5 {
        text-shadow: 1px 2px 4px #000000a3;
        background: #fc4983f0;
        padding: 18px;
        border-radius: 10px;
    }
}
@media (min-width: 992px) {}
@media (min-width: 1160px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
@media (min-width: 1600px) {}
@media (min-width: 1800px) {}
@media (min-width: 1900px) {}

/* =================Pastries Section ============================*/
.cw-pastries {
    position: relative;
    margin-bottom: 8em;
}

.cw-pastriesOverylay {
    position: absolute;
    bottom: -10px;
    width: 100%;
}

.cw-pastries a:hover {
    border: solid #fff 2px;
}

@media (max-width: 991px) {
    .cw-pastries .border-right {
        border-right: none !important;
    }
}


@media (min-width: 768px) {
    .cw-pastries .col-md-6 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* =============== BTN section ======== */
.cw-serviceSection {
    background-image: url("https://apihoard.webit.com/api/v1/Image/A05E7B89D721BCBFE76795E326CB55D2/A05E7B89D721BCBFE76795E326CB55D2.jpg?size=1920x1440");
}

.cw-btnTXT {
    position: relative;
}

.contactBTN {
    position: absolute;
    right: 1em;
    top: -25px;
    z-index: 3;
}

.cw-btnTXT i {
    font-size: 2em;
    background-color: var(--color-theme-primary);
    COLOR: #ffff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}

.cw-btnTXT i:hover {
    background-color: var(--color-theme-secondary);
}

@media (min-width: 768px) {
    .cw-serviceSection .col-sm-6 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* ====================== Internal page =================== */
.title {
    text-transform: uppercase;
}


/* ================== Gallery page ======================= */
.page-gallery .modal {
    z-index: 6000 !important;
}


@media (min-width: 300px) {
    .socialIcons img {
        width: 15% !important;
    }

    .cw-aboutusSection {
        padding: 5em 0;
    }
}


@media (min-width: 440px) {
    .socialIcons img {
        width: 10% !important;
    }
}


@media (min-width: 768px) {
    .socialIcons img {
        width: 7% !important;
    }

    .cw-pastriesOverylay {
        bottom: -20px;
    }

    /*.page-home .jumbotron h5 {
        padding-right: 6em;
    }*/
}

@media (min-width: 992px) {
    .header .navbar-dark .navbar-nav .nav-link {
        line-height: 28px;
        border-radius: 50px;
    }
    .header .header-info-logo-img {
        position: absolute;
        top: 80px;
        z-index: 2001;
        padding: 0;
    }

    nav.navbar .container {
        position: relative;
        height: 180px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        bottom: 2rem;
    }
    .cw-bottomLine {
        border-bottom: solid var(--color-theme-secondary) 2px;
        padding-bottom: 1em;
    }
    .cw-header-info {
        position: fixed;
        z-index: 2000;
        top: 0;
        width: 100%;
    }
    .cw-header-info .socialIcons {
        border-bottom: solid var(--color-theme-secondary) 2px;
        padding: 8px 0;
    }

    .hero {
        background-position: 15% bottom;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .page-home .jumbotron {
        padding-right: 12em;
    }

    .socialIcons img {
        width: 20% !important;
    }


    .page-home .businessinfo {
        background-position: 30% 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("https://apihoard.webit.com/api/v1/Image/4A549D92FF14B59AB783C93312BCEE65/4A549D92FF14B59AB783C93312BCEE65.jpg?size=1920x1440");
    }
}

@media (min-width: 1200px) {
    .cw-aboutusSection {
        padding: 10em 0;
    }

    .page-home .jumbotron {
        padding-right: 0;
    }

    .cw-header-info .socialIcons {
        padding: 5px 0;
    }
}

@media (min-width: 1400px) {
    .hero {
        padding: 12em 0;
    }

    .cw-aboutusSection {
        padding: 15em 0;

    }
}

.jumbotron {
    background-color: transparent !important;
    border-radius: none !important;
}

.heroBottomIMG {
    position: absolute;
    bottom: 0;
}


@media (min-width: 1800px) {
    .hero {
        background-image: url("https://apihoard.webit.com/api/v1/Image/6C54ACB7A8B06567387E62D84780364D/6C54ACB7A8B06567387E62D84780364D.jpg?size=1920x1440");
    }
}
