@charset "UTF-8";


img.nav-logo {
    width: auto;
    height: 50px !important;
    position: absolute;
    left: 50px;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    margin: 0 !important;
}

.desktop-nav li, nav.mobile li {
    font-family: 'Brandon', sans-serif;
    font-weight: 700;
}

.recipes-all .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

nav.desktop-nav {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    padding: 20px 0;
    margin: 0 0 0 0;
    background: rgba(255, 255, 255, 0.9) !important;
    transition: all .5s ease;
}

nav.desktop-nav.min {
    padding: 10px 0 10px 0 !important;
}

nav.desktop-nav.min ul {
    margin: 0;
}

nav.desktop-nav.min ul {
    margin: 10px 0 !important;
}

nav.desktop-nav ul {

}

a.nav-logo {

}

.desktop-nav.left {
    width: 100%;
}

.desktop-nav.left ul {
    text-align: left;
	 
}

.desktop-nav.right {
    width: 100%;
}

.desktop-nav .right ul {
    text-align: right !important;
}

.navgrad {
    width: 100vw;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgb(53, 10, 13) 0%, rgba(0, 0, 0, 0) 85%);
}

nav.desktop-nav .menu-main-container {
    width: 100%;
}

nav.desktop-nav ul {
    width: 100%;
    list-style: none;
    text-align: right !important;
    padding: 0;
}

nav.desktop-nav ul li {
    display: inline;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #22500F;
    text-transform: uppercase;
    font-family: 'Brandon', sans-serif;
    font-weight: 900 !important;
    letter-spacing: 2px !important;
    font-size: 16px;
}

nav.desktop-nav ul li a {
    padding: 0 0 0 0;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    margin: 50px 10px 0 10px;
}

nav.desktop-nav .right ul li a {
    margin: 0 32px 0 10px;
}

nav.desktop-nav ul li a:hover {
    opacity: .75;
}

nav.mobile-nav {
    width: 100%;
}

nav.mobile-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(42,93,1,1.00);
    z-index: 1000;
}

nav.nav .mobile {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
}

.mobile-mobile-nav.open {
    display: block;
    opacity: 1;
}

.burger-menu {
    right: 60px;
    top: 60px;
}

.mobile ul {
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobile ul li {
    text-transform: uppercase;
    color: white;
    font-size: 21pt;
    width: 100%;
    margin: 15px 0 15px 25px !important;
    opacity: .85;
    transition: opacity .2s linear;
    letter-spacing: 2px !important;
}

.mobile ul li a {
    margin: 5px 0 !important;
}

.mobile ul li.current-menu-item {
    opacity: 1;
    font-weight: 700;
}

.mobile ul li:hover {
    opacity: 1;
}

.mobile ul li a {
    width: 100%;
    padding: 10px;
}

nav.nav, .nav-bkgn {
    z-index: 101 !important;
    display: none;
}

nav.nav {
    position: fixed;
    background: transparent;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 2s ease-in-out;
}

nav.nav ul {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

body.nav-active .nav-bkgn {
    display: block;
}

body.nav-active nav.nav {
    display: block;
}

.nav-bkgn {
    position: fixed;
    background: rgba(13,41,0,0.75);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 2s ease-in-out;
    display: none;
}

.nav-bkgn:before, .nav-bkgn:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(20,45,1,0.85);
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 2s;
    transform: translateX(0%) translateY(-100%);
}

.nav-bkgn:after {
    background: rgba(45, 2, 2, 0.75);
    transition-delay: 0s;
}

.nav-bkgn:before {
    transition-delay: .1s;
}

body.nav-active .nav-bkgn, body.nav-active .nav {
    opacity: 1;
}

body.nav-active .nav-bkgn:before, body.nav-active .nav-bkgn:after {
    transform: translateX(0%) translateY(0%);
}

body.nav-active .nav-bkgn:after {
    transition-delay: .1s;
}

body.nav-active .nav-bkgn:before {
    transition-delay: 0s;
}


/************************************************************************************/
/* media queries */
/************************************************************************************/

/*********************/
/* bootstrap-lg */
/*********************/

@media handheld, only screen and (max-width: 1199px) {


    nav.desktop-nav .right ul li a {
        margin: 0 20px 0 0 !important;
    }
}

/*********************/
/* bootstrap-md */
/*********************/

@media handheld, only screen and (max-width: 991px) {
    body {
        padding-top: 0 !important;
    }

    nav.desktop-nav {
        display: none;
    }

    img.dvs-logo-nav {
        width: 100px !important;
        display: block;
    }

    nav.mobile ul li {
        font-size: 24px !important;
        margin: 10px 0 !important;
    }

    nav.mobile ul {
        padding-left: 30px !important;
    }


}

/*********************/
/* bootstrap-sm */
/*********************/

@media handheld, only screen and (max-width: 767px) {

    img.dvs-logo-nav {
        width: 60px !important;
        display: block;
        left: 20px;
        top: 30px;
    }

    .burger-menu {
        right: 30px;
        top: 30px;
    }

    .desktop-nav li {
        margin-left: 0 !important;
    }

    nav.mobile ul li {
        font-size: 18px !important;
        margin: 10px 0 !important;
    }

    nav.mobile ul {
        padding-left: 0 !important;
    }

}