/*-- Global --*/

@media (max-width: 575.98px) {
    .display-4 {
        font-size: 2rem;
    }
}

body {
    font-size: 1.1rem;
    line-height: 1.7em;
}

.btn-orange {
    background: #f9a23d;
}

/*-- Header --*/
.page-home .header .header-info-logo-img {
    padding: 0.5em;
    display: none;
}

.headerIcons a {
    display: inline-block;
    border-radius: 50%;
    color: #000;
    font-size: 1.5em;
    text-align: center;
}

.header {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
        url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2B25C3B6377D6FCE3369F1E81653A900.jpg);
    background-size: cover;
    background-position: center center;
}

.headerIcons a:hover {
    color: #d5e49f;
}

.customHeader img {
    width: 50%;
}

.headerTXT {
    margin-top: 20em;
}

.headerTXT p {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline;
    padding: 0.5em 1em;
    font-size: 1.5em;
}

/*-- Hero --*/

.cw-hero {
    position: relative;
    height: 450px;
    padding-top: 4em;
}

.cw-hero:after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

#hero-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #fff;
    height: 50px;
    z-index: 2;
}

.cw-heroText {
    z-index: 2;
}

.cw-heroText h1 {
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 700;
}

.cw-heroText p {
    font-size: 1.25rem;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    #hero-divider {
        height: 100px;
    }
}

/*-- Home --*/

.services a:hover .card {
    background-color: #f5f097 !important;
}

.services a:hover {
    color: #000;
}

.btnSection p {
    background-color: #000;
    padding: 0.7em 0.3em;
    color: #fff;
    text-align: center;
}

.btnSection a {
    color: #fff;
}

.btnSection a:hover p {
    background-color: #bfdb87;
    color: #000;
}

.btnSection a:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

/*-- Modal --*/
#cw-Modal .modal-dialog {
    max-width: 650px;
}
#cw-Modal .modal-header,
#cw-Modal .close {
color:#000;
}
#cw-Modal .modal-footer {
    border-top: 0;
}
.modal-content {
    background-color: #fff;
}

.close {
    font-size: 30px !important;
    margin-right: 6px;
    color: #000;
}

.cw-popup .modal-body h5 {
    font-size: 1.8em;
    text-transform: uppercase;
}
.page-gallery .modal-content .modal-header .modal-title,
.page-gallery .modal-content .modal-header .close{
    color: #000!important;
}
/*Popup*/
.cw-popup {
    margin-top: 3em;
}

.cw-popup .modal-body p {
    padding: 0 1em;
}

/*-- Reviews --*/

#wb__reviews-1 .testimonial {
    margin: 0 20px 40px;
}

#wb__reviews-1 .testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 25px;
    background: #f3f3f3;
    border: 1px solid #d0d0d0;
    position: relative;
}

#wb__reviews-1 .testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f3f3f3;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

#wb__reviews-1 .testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #b6bdbf;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

#wb__reviews-1 .testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #909697;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

#wb__reviews-1 .testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

#wb__reviews-1 .testimonial-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

#wb__reviews-1 .testimonial .post {
    display: block;
    font-size: 14px;
    color: #fbcd22;
}

/*-- Menu --*/

.wb__menu-price {
    font-weight: 700 !important;
}

/*Old cafe menu*/
.menuPage .cw-nutritionBtn {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 26px;
    height: 26px;
    border: 3px solid #000;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    line-height: 24px;
}

.menuPage .cw-nutrition {
    z-index: 20;
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    width: 110px;
    background: #000;
    padding: 0.5em;
    font-size: 0.85rem;
    color: #fff;
}

.menuPage .card h5 {
    padding-right: 1em;
}

.menuPage .card p {
    margin-bottom: 0;
}

.menuPage .cw-cardlist li {
    position: relative;
    margin: 4px 0;
    padding: 0.2em 1.75em 0.2em 0.5em;
    background: #f8f9fa;
}

.menuPage .cw-cardlist li .cw-nutritionBtn {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 23px;
    height: 23px;
    font-size: 0.9rem;
    line-height: 20px;
}

/*-- New Menu --*/

.page-cafe-menu .list {
    padding: 1em 0;
}

.page-cafe-menu .list-wrap h2 {
    margin: 0;
    padding: 0.5em 0.25em 0.25em;
    border: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
    font-size: 1.25rem;
}

.page-cafe-menu .list-img-wrap {
    margin: 0;
    border-width: 1px;
}

.page-cafe-menu .list-wrap {
    margin-bottom: 2em;
}

.page-cafe-menu .list .btn {
    display: none;
}

.nutrition-svg {
    width: 1.35em;
}

.cw-nutritionBtn {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 26px;
    height: 26px;
    border: 3px solid #000;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
    font-size: .95rem;
    cursor: pointer;
    line-height: 24px
}

.cw-nutrition {
    z-index: 20;
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    width: 110px;
    background: #000;
    padding: .5em;
    font-size: .85rem;
    color: #fff
}


/*-- Footer --*/

.footer .footer-bottom-section ul li:nth-of-type(2) a,
.footer .footer-bottom-section ul li:nth-of-type(4) a {
    color: #f4f4f4 !important;
    cursor: default;
}

/*-- New Home --*/

.page-home {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
        url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2B25C3B6377D6FCE3369F1E81653A900.jpg) fixed center center;
    background-size: cover;
    background-position: center center;
}

.cw-header2 {
    display: none;
}

.page-home .cw-header2 {
    display: block;
}

.page-home .customHeader {
    display: none;
}

.page-home .header .header-info-logo-img img {
    position: absolute;
    width: 290px;
    left: 0;
}

.page-home .header-container {
    position: relative;
    overflow: hidden;
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/AA7C64893645E0B0786A418F98542483.jpg) no-repeat center 10px;
    background-size: cover;
}

.page-home .header .header-info {
    height: 750px;
    background: rgb(0 0 0/50%);
}

.page-home .cw-heroText {
    padding-top: 220px;
}

#cw-titleBg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 360px;
}

.cw-title {
    position: absolute;
    z-index: 2;
    bottom: 0.5em;
    right: 0.5em;
    text-align: center;
}

.st2 {
    opacity: 0.39;
    fill: #bfdb87;
}

.st3 {
    opacity: 0.75;
    fill: #bfdb87;
}

@media (min-width: 440px) {
    .cw-popup {
        margin-top: 8em;
    }
}

@media (min-width: 768px) {
    .customHeader img {
        width: 100%;
    }

    .cw-hero {
        height: 550px;
        padding-top: 150px;
    }

    .cw-heroText h1 {
        font-size: 2.75rem;
    }

    .cw-heroText p {
        font-size: 1.5rem;
    }

    .testimonials .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-popup {
        margin-top: 18em;
    }

    .cw-popup .modal-body p {
        padding: 0 3em;
    }
}

@media (min-width: 992px) {
    .page-home .header .header-info-logo-img {
        position: fixed;
        top: 0;
        z-index: 2000;
        width: 320px;
    }

    .page-home .header .header-info-logo-img img {
        top: 65px;
        width: 320px;
    }

    .page-home .header .navbar.bg-primary,
    .page-home .header {
        box-shadow: 2px 2px 2px rgb(0 0 0/28%);
    }

    .page-home .header .navbar .active .nav-link::before {
        border-color: var(--color-theme-secondary);
    }

    .page-home .header .header-info-logo-img img.cw-shrink {
        top: 0;
        width: 95px;
    }

    .page-home .cw-heroText {
        padding-top: 355px;
    }

    #cw-titleBg {
        height: 395px;
    }

    .cw-title {
        right: 1.5em;
        bottom: 1em;
    }
}

@media (min-width: 1340px) {
    .page-home .header .header-info {
        height: 750px;
    }
}

/*=============== FOOTER ===============*/
h2.footer-business-name {
    border: none !important;
}
.btn-link.floc-btn{
    color: var(--color-theme-primary);
}


    .cw-cateringPage h1 {
        color: #808084;
        line-height: 1;
    }

    .cw-cateringPage h3 {
        color: #E47122;
    }

    .cw-cateringPage h6 {
        color: #000000;
    }

    .cw-cateringPage p {
        color: #555555;
    }

    .cw-cateringPage b {
        color: #000000;
    }

    .cw-cateringPage .box h2 {
        background-color: #818084;
        color: #D5E5A0;
        padding: .5em;
        text-align: center;
    }