﻿html, body {
    font-family: 'Poppins', sans-serif;
    color: #2e2e2e;
}

.Site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

span.small-text {
    font-size: 13px;
    margin-top: -3px;
}

.clear {
    clear: both;
}

a.delivery {
    display: inline-flex;
    flex-direction: column;
    padding: 4px 22px !important;
    width: fit-content;
    background: #14471e !important;
}

    a.delivery:hover {
        background: #ee9b01 !important;
    }

.Site-content {
    flex: 1;
}

a.navbar-brand {
    height: 140px;
    max-width: 200px;
}

.carousel-inner > .item > img {
    /*width: 100%;*/
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

a.navbar-brand img {
    background: white;
    border-radius: 50%;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    max-height: 140px;
    min-height: 140px;
    border-bottom: 2px solid #c8d2d1;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #2e2e2e;
        font-size: 17px;

    }

        .navbar-inverse .btn-link, .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
            color: #2e2e2e;
            font-size: 17px;
            text-decoration: none;
        }

            .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #798263;
            background-color: transparent;
        }

.navbar-btn {
    display: inline-block;
    padding: 6px 0px 6px 5px;
}

.nav form {
    margin-left:15px;
}

.navbar-btn {
    margin-top: 5px;
    margin-bottom: 8px;
}

.navbar-nav > li.currentPage a {
    color: #798263;
    font-weight: 600;
}

.navbar-nav > li:last-of-type a {
    padding-right: 0px;
}

.topSocials p {
    margin-bottom: 0px;
}

nav.navbar.navbar-inverse {
    padding: 0px 50px;
}

i.fab {
    font-size: 25px;
}

a.facebook {
    color: #4267b2;
}

a.twitter {
    color: #1da1f2;
}

a.instagram i {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.navbar-nav {
    float: right;
    margin: 0;
}

nav.navbar.navbar-inverse .container-fluid {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    max-height: 140px;
    padding: 0px;
}

.topSocials {
    text-align: right;
}

.navbar-collapse.collapse {
    flex: 1;
    padding-right: 0px;
}

.topSocials p a {
    margin-left: 8px;
}

nav.navbar.navbar-inverse {
    margin-bottom: 0px;
}

.navbar-header {
    z-index: 500;
}

a.navbar-brand img, .topSocials p a, .bottomSocials p a, a.big-callout-button {
    transition: all .5s ease;
}

a.navbar-brand:hover img {
    opacity: 0.75;
}

.topSocials p a:hover, .bottomSocials p a:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

a.big-callout-button:hover {
    background: #798263;
}

.copyright a:hover {
    color: #14471e;
}

.bottomMenu ul li a:hover {
    color: #da6a00;
}


/*footer*/
footer {
    background: #c8d2d1;
    border-radius: 100px 100px 0px 0px;
    padding: 37px 3%;
    padding-bottom: 20px;
}

    footer .col-lg-8 > div {
        display: block;
        width: 100%;
        overflow: auto;
        text-align: right;
    }

    footer img {
        max-width: 375px !important;
    }

.bottomSocials {
    margin-left: 80px;
    margin-top: -18px;
}

    .bottomSocials p a {
        margin-right: 6px;
    }

.bottomMenu ul li a {
    font-size: 17px;
    background: none !important;
    color: #2e2e2e;
}

footer .navbar-nav > li.currentPage a {
    color: #da6a00;
}

.copyright a {
    text-decoration: none;
    color: #da6a00;
}

.copyright {
    display: flex !important;
    justify-content: flex-end;
}

    .copyright > span:nth-of-type(1) {
        margin-right: 5px;
    }

    .copyright p {
        font-size: 14px !important;
    }

p.orange-buttons {
    margin-top: 40px;
}

a.big-callout-button {
    color: white !important;
}

p.orange-buttons a {
    color: #FFF !important;
    font-size: inherit;
    background-color: #ee9b01;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.25s ease;
    text-decoration: none;
}

    p.orange-buttons a:hover {
        background-color: #14471e;
    }

li.cms-page-level-3 a {
    font-size: 17px;
    padding: 9px 20px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #2e2e2e;
    background-color: transparent;
}



@media (min-width: 769px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: table;
    }
}



@media (min-width: 1200px) and (max-width: 1400px) {
    footer .nav > li > a {
        padding: 10px 10px;
    }

    .bottomMenu ul li a {
        font-size: 15px;
    }

    .navbar-nav {
        margin: 10px 0px 0px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    footer ul.nav.navbar-nav {
        float: none;
        text-align: center;
    }

    .copyright {
        justify-content: center;
    }

    footer .col-lg-4 {
        text-align: center;
    }

    footer img {
        margin: auto;
    }

    .bottomSocials {
        margin-left: 0px;
    }

    footer .navbar-nav > li {
        float: none;
        display: inline-block;
    }

    .topSocials {
        margin-top: -10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    nav.navbar.navbar-inverse {
        padding: 0px 20px;
    }

    .topSocials {
        margin-top: -25px;
    }

    a.navbar-brand {
        max-width: 130px;
        padding: 10px 15px;
    }

    .navbar-inverse {
        max-height: 125px;
        min-height: 125px;
    }

    .navbar-nav {
        float: right;
        margin: 10px 0px 0px 0px;
    }



    footer ul.nav.navbar-nav {
        float: none;
        text-align: center;
    }

    .copyright {
        justify-content: center;
    }

    footer .col-lg-4 {
        text-align: center;
    }

    footer img {
        margin: auto;
    }

    .bottomSocials {
        margin-left: 0px;
    }

    footer .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 767px) {

    .topSocials {
        margin-top: -20%;
    }

    .navbar-inverse .btn-link, .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .fa-solid {
        font-weight: 900;
        color: #fff;
    }

        footer {
        padding-bottom: 90px;
    }

    .topSocials p a:nth-of-type(1) {
        margin-left: 10px;
    }

    /*li.dropdown ul.dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        background: transparent;
        box-shadow: 0 6px 12px rgba(0,0,0,0);
        margin-bottom: 15px;
    }*/

    /*li.dropdown > a {
        padding-bottom: 0px !important;
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-color: #d3531a;
    }*/

    /*li.dropdown ul.dropdown-menu li a {
        padding: 5px 0px;
        font-size: 15px;
    }*/

    /*li.dropdown > a {
        padding-bottom: 0px !important;
    }*/


    li .dropdown a {
        color: white !important;
    }

    .navbar-collapse.collapse {
        padding-right: 15px;
    }

    p.orange-buttons a {
        font-size: 14px;
    }

    p.orange-buttons a {
        display: block;
        text-align: center;
    }

    nav.navbar.navbar-inverse .container-fluid {
        display: block !important;
    }

    nav.navbar.navbar-inverse {
        padding: 0px 15px;
    }

    .navbar-inverse {
        max-height: 100px;
        min-height: 100px;
    }

    a.navbar-brand {
        max-width: 140px;
    }

    .navbar-inverse .navbar-toggle {
        top: 25px;
        border: none;
        padding: 0px;
        z-index: 540;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: transparent;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #000;
        }

    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        background: #2b2b2b;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    nav.navbar.navbar-inverse li a {
        color: white;
        text-align: center;
        font-size: 18px;
        padding: 12px 0px;
    }

    .topSocials {
        margin-bottom: 15px;
    }

    #nav-icon3 {
        width: 45px;
        height: 45px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #nav-icon3 span {
            display: block;
            position: absolute;
            height: 4px;
            width: 100%;
            background: #d3531a;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        #nav-icon3.open span {
            background: #ffffff;
        }


        #nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 13px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 26px;
        }

        #nav-icon3.open span:nth-child(1) {
            top: 18px;
            width: 0%;
            left: 50%;
        }

        #nav-icon3.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #nav-icon3.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #nav-icon3.open span:nth-child(4) {
            top: 18px;
            width: 0%;
            left: 50%;
        }

    .navbar-inverse .navbar-brand {
        color: #fff;
        background-color: transparent;
        z-index: 1;
        position: relative;
    }

    .carousel-caption {
        padding-top: 19%;
    }

    footer img {
        max-width: 100% !important;
    }

    footer .col-lg-8 > div {
        text-align: center;
    }

    .bottomMenu ul.nav.navbar-nav {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .navbar-nav > li:last-of-type a {
        padding-right: 15px;
    }

    .copyright {
        display: block !important;
    }

    .bottomSocials {
        margin-left: 0;
        margin-top: 0px;
        text-align: center;
    }
}


/*Mobile Menu Fix*/

.arrowDownBtn {
    display: none !important;
}

@media (max-width: 767px) {
    span.caret {
        display: none;
    }

    .arrowDownBtn {
        display: block !important;
    }

    ul.nav.navbar-nav {
        width: 100%;
    }

        ul.nav.navbar-nav > li:nth-of-type(1) {
            border-top: 2px solid rgba(255,255,255,0.2);
        }

        ul.nav.navbar-nav li {
            border-bottom: 2px solid rgba(255,255,255,0.2);
        }

            ul.nav.navbar-nav li.dropdown > a {
                float: left;
            }

    .nav > li {
        width: 100% !important;
    }

    li.dropdown {
        overflow: auto;
    }

        li.dropdown a.dropdown-toggle:nth-of-type(1) {
            width: 90%;
        }

        li.dropdown a.dropdown-toggle:nth-of-type(2) {
            width: 10%;
        }

    nav.navbar.navbar-inverse li a {
        text-align: left;
        padding-left: 20px;
    }

    .arrowDownBtn {
        padding-left: 0px !important;
        text-align: center !important;
        background: rgba(255,255,255,0.1);
        padding: 7px 0px !important;
    }

        .arrowDownBtn:hover, .arrowDownBtn:focus {
            background: rgba(255,255,255,0.8) !important;
        }

        .arrowDownBtn i {
            font-size: 30px;
            color: #ee9b01;
        }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #ee9b01;
        background-color: transparent;
    }

        .navbar-inverse .navbar-nav > .open > a.arrowDownBtn, .navbar-inverse .navbar-nav > .open > a.arrowDownBtn:focus, .navbar-inverse .navbar-nav > .open > a.arrowDownBtn:hover {
            background: rgba(255,255,255,0.8) !important;
        }

    ul.dropdown-menu {
        clear: both;
    }

        ul.dropdown-menu li:nth-last-of-type(1) {
            border-bottom: none !important;
        }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 12px 15px 12px 21px;
    }

    .navbar-inverse .navbar-nav > .open > a.arrowDownBtn i {
        transform: rotate(180deg);
    }
}

@media (max-width: 455px) {

    li.dropdown a.dropdown-toggle:nth-of-type(1) {
        width: 85%;
    }

    li.dropdown a.dropdown-toggle:nth-of-type(2) {
        width: 15%;
    }
}
