/* #Site Styles
================================================== */
html {
}

var {
    font-style: normal;
}

body {
    background: #1E3A21;
}

#site-wrapper {
    background: rgba(255, 255, 255, 0.5);
}

#form1 {
    margin: 0;
    padding: 0
}

.top-nav-wrap {
    text-align: right;
}

/* HEADER WRAP */
.fixed-top {
    position: relative;
    z-index: 2300;
    background: rgba(233, 230, 224, 1);
    transition: all ease 0.3s;
    top: 0;
    left: 0;
    width: 100%;

}

.fixed-top.stuck {
    background: rgba(233, 230, 224, 0.98);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.header-wrap {
    width: 100%;
}

.header-wrap .logo {
    text-align: left;
}

.header-wrap .logo a {
    display: block;
    margin: 0 auto;
}

.page-landing .header-wrap .logo {
    text-align: center;
}

.header-wrap .logo img {
    max-width: 100%;
    display: block;
    padding: 2rem 0;
    box-sizing: border-box;
    transition: all ease 0.3s;
}

.fixed-top.stuck .header-wrap .logo img {
    max-height: 15vw;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .fixed-top.stuck {
        position: fixed;
    }

    .fixed-top.stuck .header-wrap .logo img {
        max-width: 50%;
        min-width: 120px;
    }
}

/* HERO */
.hero-wrap {
    background: url(../Userfiles/Slider/slide1.jpg) no-repeat center;
    background-size: cover;
}

.hero-wrap h1 {
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, 0.9);
    padding: 5vh 0;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #50351E;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .hero-wrap h1 {
        text-align: left;
        font-size: 4vw;
    }
}

/* MAIN NAV */
.nav-wrap {
    position: relative;
}

.nav-wrap:before {
    content: " ";
    z-index: 100;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(207, 223, 225, 0.7);
    visibility: visible;
}

.header-wrap nav {
    position: absolute;
    z-index: 400;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* CONTENT */
.content-wrap {
    background: #fff;
    position: relative;
}

.page-pages .content-wrap {
    min-height: 600px;
    padding: 40px 0;
}

.content-wrap .services-table {
    margin-bottom: 0;
    width: 100%;
}

.content-wrap .services-table td {
    display: block;
    border: 0;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 0;
    background-color: rgba(80, 53, 30, 1);
    color: #fff;
    float: none;
    width: 100% !important;
    padding: 30px;
    font-size: 16px;
    border-bottom: 0;
    border-top: 0;
    box-sizing: border-box;
}

.content-wrap .services-table td p {
    padding: 0 20px;
}

.content-wrap .services-table td a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    width: 200px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 4px;
}

.content-wrap .services-table td a:hover {
    display: block;
    background: #fff;
    color: #1E3A21;
    text-decoration: none;
}

.content-wrap .services-table td:before {
    content: "";
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    transition: opacity ease 0.3s;
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.content-wrap .services-table td h3 {
    background: rgba(252, 252, 248, 0.2);
    padding: 30px;
    margin: 0;
    color: #fff;
    margin-bottom: 10%;
}

.content-wrap .services-table td:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    box-sizing: border-box;
    border: 0px solid #FCFCF8;
    border-top: 0;
    border-bottom: 0;
    z-index: -1;
}

.content-wrap .services-table td.products-box:after {
    border: 0;
}

.content-wrap .services-table td.wholesale-box:after {
    border: 0;
}

.content-wrap .services-table td.products-box:before {
    background: url(../Userfiles/Slider/slide1.jpg) no-repeat center;
}

.content-wrap .services-table td.about-box:before {
    background: url(../Userfiles/Slider/slide2.jpg) no-repeat center;
}

.content-wrap .services-table td.wholesale-box:before {
    background: url(../Userfiles/Slider/slide3.jpg) no-repeat center;
}

/* Larger than mobile */
@media (min-width: 600px) {
    .content-wrap .services-table td {
        height: 360px;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .content-wrap .services-table td {
        float: left;
        width: 33.33% !important;
        height: 400px;
        font-size: inherit;
        padding: 0;
    }

    .content-wrap .services-table td:after {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        box-sizing: border-box;
        border: 10px solid #FCFCF8;
        border-top: 0;
        border-bottom: 0;
        z-index: -1;
    }
}

/* Home SLider */
.slider-wrap {
    position: relative;
    background: #fff;
    border-bottom: 10px solid #FCFCF8;
}

.page-landing .slider-wrap {
    position: relative;
    background: #fff;
    border-bottom: 0px solid #FCFCF8;
}

.page-landing .slider-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(79, 53, 32, 0.7);
    z-index: 300;
}

.page-landing .slider-wrap .gal-image-wrap {
    position: relative;
    height: 90vh;
}

.page-landing .home-slider .galDescription, .page-landing .slider-wrap .owl-dots {
    display: none !important;
}

.slider-wrap .gal-image-wrap {
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-wrap .gal-image-wrap img {
    display: none;
}

.slider-wrap .galDescription h2 {
    margin-bottom: 0px;
    line-height: 1;
    font-size: 24px;
    color: #fff;
}

.slider-wrap .galDescription h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    font-style: italic;
    color: #fff;
}

.slider-wrap .galDescription {
    padding: 20px;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: rgba(80, 53, 30, 0.7);
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
}

.slider-wrap .owl-dots {
    position: relative;
    z-index: 300;
    bottom: -10px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
}

.slider-wrap .owl-dots div {
    height: 12px;
    width: 12px;
    margin: 0 10px;
    text-align: center;
    border-radius: 200px;
    transition: all 0.7s ease;
    background: #50351E;
    border: 2px solid rgba(255, 255, 255, 0);
    display: inline-block;
}

.slider-wrap .owl-dots div.active, .slider-wrap .owl-dots div:hover {
    background: #1E3A21;
    border: 2px solid rgba(255, 255, 255, 1);
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    /* Home SLider */
    .slider-wrap {
        top: -150px;
        margin-bottom: -150px;
    }

    .slider-wrap .gal-image-wrap {
        position: relative;
        height: 50vw;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .home-slider .galDescription h2 {
        font-size: 3vw;
    }

    .home-slider .galDescription h3 {
        font-size: 2vw;
    }

    .home-slider .galDescription {
        padding: 2vw;
        position: absolute;
        bottom: 20%;
        height: auto;
        box-sizing: border-box;
        width: 70%;
        right: 0;
        text-align: left;
        font-size: 1.2vw;
        line-height: 1.3;
    }

    .slider-wrap .owl-dots {
        position: absolute;
        z-index: 300;
        bottom: 2%;
        left: 50%;
        width: 300px;
        margin-left: -150px;
        text-align: center;
    }
}

.home-slider .galDescription p {
    margin: 0;
    padding: 0;
}

/* FOOTER */
.footer-wrap {
    background: #E9E6E0;
    padding: 40px 0;
    color: #878279;
}

.footer-wrap ul, .footer-wrapp ul li {
    list-style: none;
    color: #DBD4CB;
    margin: 0;
    padding: 0;
}

.footer-wrap ul li a {
    color: #878279;
    line-height: 100px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.footer-wrap ul li a:hover {
    color: #342F28
}

.footer-left {
    padding-top: 24px;
    text-align: center;
}

.footer-right {
    text-align: center;
}

.footer-right img {
    height: 20vw;
    max-height: 80px;
    display: inline-block;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .footer-left {
        text-align: left;
    }

    .footer-right {
        text-align: right;
    }
}

/* CREDITS */
.credits-wrap {
    background: #1F3A22;
    text-align: center;
    padding: 40px 0;
}

.copyright {
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
}

.copyright .social {
    padding-bottom: 20px;
}

.copyright .social a {
    color: #1F3A22;
    text-align: center;
    background: #E9E6E0;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    transition: all ease 0.3s;
}

.copyright .social a:hover {
    background: rgba(255, 255, 255, 0.6);
}

.credits {
    font-size: 16px;
}

/* #Page Styles
================================================== */

/* Gallery styles */
.main-gallery {
    width: 100% !important;
}

.main-gallery table tr {
    display: block;
    float: left;
    width: 18%;
    margin-bottom: 2%;
    margin-right: 2%;
    box-sizing: border-box;
}

.main-gallery table td {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.main-gallery img {
    display: block;
    width: 100%;
    transition: all ease 0.3s;
}

.main-gallery img:hover {
    opacity: 0.7;
}

/* Contact Form */
.contact-table table input, .contact-table table textarea {
    width: 100%;
    box-sizing: border-box;
}

/* Mediabox Overrides */
#mbOverlay, #mbCenter {
    background-color: #342F28 !important;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*	Legacy fix for older browsers	*/
#mbOverlay.mbOverlayFF {
    background: transparent;
}

#mbOverlay.mbOverlayIE {
    position: absolute;
}

#mbCenter.mbLoading {
    background: #342F28 !important;
}

#mbNumber, #mbCaption, #mbPrevLink b, #mbNextLink b, #mbCloseLink b, #mbPrevLink big, #mbNextLink big, #mbCloseLink big, #mbBottom a, #mbBottom a:link, #mbBottom a:visited, #mbBottom a:hover, #mbBottom a:active, #mbError, #mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
    color: #fff;
}

table td iframe {
    max-width: 100%;
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 800px) {
    table td {
        display: block;
        padding: 0;
        margin: 0;
        width: 100% !important;
        box-sizing: border-box;
    }

    table td img {
        max-width: 100%;
        height: auto !important;
        box-sizing: border-box;
    }
}

