/*Theme Name: VDS Child Theme for Twentyseventeen
 * Description: Twenty Seventeen Child Theme 2018 Templates
 * Template: twentyseventeen
 * Author(s): VDS Developers
 *
*/

#ll-signup {
    background:black;
    padding:40px 25px;
    min-height:100vh;
    width:100vw;
    position:relative;
    overflow:hidden;
}
#ll-signup form {
    width:400px;
    max-width:100%;
    margin:auto;
}
#ll-signup input,
#ll-signup select {
    border-radius:25px;
    border:none;
    margin-bottom:40px;
    padding:12px 20px;
    width:100%;
}
#ll-signup input[type="date"] {
    height:50px;
    position:relative;
}

#ll-signup #overlay {
    display:none;
    background:rgba(0,0,0,.9);
    z-index:40;
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
}
#ll-signup #overlay.show {
    display:block;
}
#ll-signup #spinner {
    position:fixed;
    top:0;
    left:0;
    height:4px;
    background:#F2CB18;
    z-index:200;
    width:300px;
    display:none;
}

#ll-signup #spinner.show {
    display:block;
    animation:gogo 1.6s linear infinite;
}

@keyframes gogo {
    from {
       transform:translate3d(0,0,0);
    }
    
    100% {
        transform:translate3d(200vw,0,0);
    }
}
#ll-signup #modal {
    display:none !important;
    padding:40px;
    min-width:400px;
    max-width:500px;
    background:white;
    color:black;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    left:50%;
    top:50%;
    border-radius:5px;
    z-index:100;
    transform:translate(-50%,-50%);
    border:solid 3px #F2CB18;
}
#ll-signup #modal.show {
    display:block !important;
}
#ll-signup #modal h3{
    font-weight:bold;
    margin-bottom:0;
    text-align:center;
    color:black;
}

#ll-signup input[type="submit"] {
    padding:17px 20px;
    background:#F2CB18;
    color:black;
}
#ll-signup label {
    font-size:14px;
    color:white;
}
#ll-signup .grid-2 {
    display:grid;
    grid-gap:40px;
    grid-template-columns:1fr 1fr;
}
#ll-signup .logo {
    margin:auto;
    display:block;
    margin-bottom:60px;
}
#ll-signup .intro-stuff {
    text-align:center;
    margin-bottom:40px;
}
#ll-signup .flex-3 {
    width:100%;
    
}
#ll-signup .flex-3 div {
    display:inline-block;
    position:relative;
    margin-right:15px;
}
#ll-signup .flex-3 input {
    padding:8px 14px;
    width:100%;
}
#ll-signup .flex-3 input::placeholder {
    opacity:.5;
}

#ll-signup .flex-3 div:first-child,
#ll-signup .flex-3 div:nth-child(2) {
    width:62px;
}
#ll-signup .flex-3 > div:last-child {
    width:70px;
}

#ll-signup h2 {
    color:white;
    font-size:30px;
    line-height:1.2;
    padding-bottom:40px;
    border-bottom:solid 1px rgba(255,255,255, 0.4);
    width:400px;
    max-width:100%;
    margin:auto;
}


.dutchie-upsells {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .84);
    z-index: 100;
    display: none;
}

.dutchie-upsells.show {
    display: block;
}

.o-o-wrap {
    position: relative;
    width: 650px;
    height: 466px;
    left: 50%;
    top: 50%;
    max-width: calc(100% - 20px);
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
}

.upsell-outer-wrap {
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 5px;
}

.upsell-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    padding-bottom: 85px;
}

.di-close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    right: -14px;
    top: -15px;
    z-index: 20;
    opacity: .95;
    cursor: pointer;
}

.di-close-btn span {
    display: block;
    width: 20px;
    height: 1px;
    top: 14px;
    left: 5px;
    background: black;
    position: absolute;
}

.di-close-btn span:first-child {
    transform: rotate(-45deg);
}

.di-close-btn span:last-child {
    transform: rotate(45deg);
}

.dutchie-upsells .header,
.dutchie-upsells .u-footer {
    background: #FAC92A;
    padding: 15px 10px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
}

.dutchie-upsells .u-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 8px 10px;
}

.dutchie-upsells .u-footer p {
    text-align: center;
    margin: 0 !important;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px !important;
}

.dutchie-upsells .header h2 {
    font-weight: 700 !important;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.0 !important;
    margin: 0 !important;
    text-align: center;
}

.upsell-product {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #f2f2f2;
    padding: 20px 20px;
    width: 100%;
    cursor: pointer;
    transition: background .3s ease-out;
}

.upsell-product img {
    width: 85px;
    height: 85px;
}

.upsell-product .prod-info {
    padding: 0 20px 0 40px;
    text-align: left;
    width: calc(70% - 85px);
    font-size: 16px;
    flex: 2;
}

.upsell-product .prod-price {
    width: calc(30% - 85px);
    flex: 1;
}

.upsell-product .prod-price p.price {
    margin: 0 !important;
    font-weight: bold !important;
    text-align: center;
    color: black;
    font-size: 13px;
    line-height: 1.1;
    border-radius: 5px;
    padding: 14px 10px;
    background: #f2f2f2;
}

.upsell-product .prod-price p.price span {
    font-weight: normal !important;
}

.upsell-product .stats {
    font-size: 11px;
    margin-top: 14px;
}

.upsell-product .prod-class {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 5px 14px;
    font-weight: bold;
    font-size: 10px;
    margin-right: 10px;
}

.upsell-product .prod-info * {
    line-height: 1.2;
    margin-bottom: 0;
}

.upsell-product .prod-info .pre-title {
    color: rgb(69, 78, 80);
    margin-bottom: 1px;
    font-weight: 400;
    font-size: 11px;
}

.upsell-product .prod-info .title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold !important;
}

@media screen and (max-width: 650px) {
    .di-close-btn {
        right: -4px;
    }
    .upsell-product {
        padding: 15px 8px;
    }
    .upsell-product img {
        width: 45px;
        height: 45px;
    }
    .upsell-product .prod-info {
        padding: 0 10px 0 10px;
        text-align: left;
        width: calc(67% - 45px);
        flex: initial;
    }
    .upsell-product .prod-info .pre-title {
        font-size: 11px;
    }
    .upsell-product .prod-info p.title {
        font-size: 14px;
    }
    .upsell-product .prod-price {
        width: calc(33% - 45px);
        background: rgb(38, 162, 123);
        border-radius: 28px;
        flex: auto;
    }
    .upsell-product .prod-price p.price {
        font-size: 11px;
    }
    .upsell-product .stats span {
        display: inline-block;
        width: auto;
    }
    .upsell-product .stats span:last-child {
        margin-top: 10px;
        display: block;
    }
}

/* Products mega menu improvements */
/* desktop */
ul#menu-menu {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
/* mobile */
@media (max-width: 979px) {
	.menu-menu-container ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
	}
	ul.mega-sub-menu li.menu-item-object-product_cat > a {
		margin-bottom: 0 !important;
	}
}

/* Fix positioning of new subnav */
@media (min-width: 980px) {
	.mega-menu-item-29276 ul.mega-sub-menu {
    	top: 40px !important;
	}
	.mega-menu-item-1660 ul.mega-sub-menu {
    	top: 40px !important;
	}
}

.testimonial-field {
    text-align: center;
}

@media (max-width: 979px) {
	.bakery div.vc_row {
    	overflow: hidden;
	}
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
        font-size: 20px !important;
    }
}
@media (max-width: 979px) and (min-width: 481px) {
	.single-product .default-header h2.white,
	.home h1.white {
		font-size: 36px !important;
		line-height: 50px !important;
	}
}

@media (max-width: 602px) {
	ul.tabs.wc-tabs li.description_tab {
    	margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
    .bakery .row-50-smaller .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 100%;
    }
}

/* Age Gate */
.psag .box .box-right .btn {
    font-weight: 400 !important;
    text-transform: uppercase;
}
.btn.btn-alpha,
.btn.btn-beta {
    transition: 0.3s ease-in-out;
    color: #FFF !important;
}
.btn.btn-alpha:hover,
.btn.btn-beta:hover {
    background: #000 !important;
    transition: 0.3s ease-in-out;
}
div.psag .box {
    width: 300px;
}
/* FONTS */
h1, h2, h3, h4, h5, h6,
body p, body li,
nav li a,
.top-widget span {
    font-family: 'Raleway', sans-serif;
}
.single-product .default-header h2.white,
.home h1.white {
    margin-top: 80px !important;
    text-transform: uppercase;
    margin-bottom: 22px;
    line-height: 71px;
    font-size: 56px;
    color: #FFF;
}
h2 {
    text-transform: uppercase;
    font-size: 48px;
}

/* General Styles */
    /*body { line-height: 0 }*/
    body p, body li { line-height: 24px; }
    .vc_grid-item { z-index: 0 !important; }
    html.js { margin-top: 0 !important; }
    .copyright-text.centered {
        width: 100%;
    }
    .bakery .vc_row[data-vc-stretch-content="true"] .container {
        max-width: none;
        width: 100%;
    }
    .bakery .wpb_row ul {
        padding-left: 20px;
    }
    .hide-me { display: none !important; }
    .mb0     { margin-bottom: 0 !important; }
    .black   { color: #000; }
    body:not(.home) h2.white, .white   { color: #FFF; }
	
	@media (max-width: 979px) {
		.mb0-mobile {
			margin-bottom: 0px !important;
		}
	}

    .green-opacity-bg,
    .top-cta {
        /*background-color: rgba(103, 128, 71, 0.70);*/

        /* THIS HAS BEEN CHANGED TO BLACK */
        background-color: rgba(0, 0, 0, 0.75);
    }
/* END General Styles */

/* Admin Bar */
    @media (min-width: 980px) { .admin-bar { margin-top: 32px; } } /* Fix admin bar overlap */
    @media (max-width: 979px) { .admin-bar { margin-top: 0px; } #wpadminbar { display: none; } } /* Hide the Admin Bar */
/* END Admin Bar */

/* Show/Hide Matrix */
    /* LARGE DESKTOP */
        @media (min-width: 1441px) { .display-large-desktop { display: none !important; } } /* 1441 & Above */
        @media (max-width: 1440px) { .hide-large-desktop { display: none !important; } } /* 1440 & Below */
    /* END LARGE DESKTOP */
    /* DESKTOP */
        @media (min-width: 1025px) { .display-desktop { display: none !important; } } /* 1025 & Above */
        @media (max-width: 1024px) { .hide-desktop { display: none !important; } } /* 1024 & Below */
    /* END DESKTOP */
    /* SMALL DESKTOP */
        @media (min-width: 980px) { .display-small-desktop { display: none !important; } } /* 980 & Above */
        @media (max-width: 979px) { .hide-small-desktop { display: none !important; } } /* 979 & Below */
    /* END SMALL DESKTOP */
    /* TABLET */
        @media (min-width: 769px) { .display-tablet { display: none !important; } } /* 769 & Above */
        @media (max-width: 768px) { .hide-tablet { display: none !important; } } /* 768 & Below */
    /* END TABLET */
    /* MOBILE */
        @media (min-width: 481px) { .display-mobile { display: none !important; } } /* 481 & Above */
        @media (max-width: 480px) { .hide-mobile { display: none !important; } } /* 480 & Below */
    /* END MOBILE */
/* END Show/Hide Matrix */

/* Top Nav */
ul#sidebar {
    margin-bottom: 0;
}
header .top-widget p {
    margin: 0;
}
.top-widget a,
.top-widget .span6.right a {
    box-shadow: none !important;
    text-shadow: none;
}
.top-widget a {
    transition: 0.3s ease-in-out;
}
.top-widget a:hover,
.top-widget a i:hover {
    transition: 0.3s ease-in-out;
    box-shadow: none;
}
.top-widget .widget {
    padding-bottom: 0;
}
.top-widget ul.social {
    text-align: right;
    margin: 0;
}
ul.social {
    list-style: none;
}
ul.social li {
    margin-right: 10px;
    display: inline;
    font-size: 20px;
}
ul.social li:last-child {
    margin-right: 0;
}
@media (max-width: 979px) {
    .top-widget .span6.left,
    .top-widget .span6.right {
        width: 50%;
        padding: 0;
    }
}
/* End Top Nav */

/* Header */
body .site-branding a:hover,
body .site-branding a:focus {
    opacity: 1;
}
body .main-navigation ul li.menu-item-has-children.focus:before,
body .main-navigation ul li.menu-item-has-children:hover:before,
body .main-navigation ul li.menu-item-has-children.focus:after,
body .main-navigation ul li.menu-item-has-children:hover:after,
body .main-navigation ul li.page_item_has_children.focus:before,
body .main-navigation ul li.page_item_has_children:hover:before,
body .main-navigation ul li.page_item_has_children.focus:after,
body .main-navigation ul li.page_item_has_children:hover:after {
    display: none;
}
body .navigation-top ul ul {
    border: none;
}
.navigation-top.site-navigation-fixed {
    display: none;
}
.custom-logo-link img {
    max-height: 100px;
}
#top-menu li:last-child {
    margin-right: 10px;
}
ul#top-menu ul.sub-menu {
    padding: 10px 0px;
}
#top-menu ul.sub-menu li {
    padding: 5px 15px;
}
.toggled-on ul#top-menu button.dropdown-toggle {
    top: 30px; /* mobile toggle */
}
.toggled-on ul#top-menu li a {
    width: fit-content; /* fixes fullwidth link */
}
/* END Header */

/* WP Bakery (Visual Composer) */
.bakery {
    clear: both;
}
body.page #content.below-header {
    padding: 0;
}
body.page .site-footer {
    margin: 0;
}
.bakery div.vc_row {
     margin-right: 0;
     margin-left: 0;
}
.bakery div.vc_row:before,
.bakery div.vc_row:after,
.bakery div.vc_row .vc_column-inner:before,
.bakery div.vc_row .vc_column-inner .wpb_wrapper:before {
    content: none;
}

@media (min-width: 980px) {
    .bakery .container {
        display: flex;
    }
}

.bakery div.vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}
.bakery div.vc_column-inner .wpb_wrapper p:last-child {
    margin-bottom: 0;
}
/* End WP Bakery (Visual Composer) */

/*  FROM SITE-CUSTOM.CSS FILE  */   /*  FROM SITE-CUSTOM.CSS FILE  *//*  FROM SITE-CUSTOM.CSS FILE  */  /*  FROM SITE-CUSTOM.CSS FILE  */
/*  FROM SITE-CUSTOM.CSS FILE  */   /*  FROM SITE-CUSTOM.CSS FILE  *//*  FROM SITE-CUSTOM.CSS FILE  */  /*  FROM SITE-CUSTOM.CSS FILE  */
/*  FROM SITE-CUSTOM.CSS FILE  */   /*  FROM SITE-CUSTOM.CSS FILE  *//*  FROM SITE-CUSTOM.CSS FILE  */  /*  FROM SITE-CUSTOM.CSS FILE  */

/* Buttons */
a.btn-bt.default {
    font-family: 'Open Sans', sans-serif;
    /*box-shadow: 0px 1px 5px #777;*/
    border: 1px solid #000;
    text-align: center;
    padding: 14px 40px;
    transition: 0.3s;
    display: block;
}
/* END Buttons */

/* Blog */
.blog #page #primary {
    width: 100%;
}
aside#secondary {
    display: none;
}
.post-thumbnail img {
    min-height: 430px;
    width: 100%;
}
.blog .wrap {
    max-width: 100%;
}
@media (min-width: 980px) {
    .blog .site-main > article,
    .archive .site-main > article,
    .search .site-main > article {
        padding-bottom: 0px;
        min-height: 740px;
        padding: 0px 20px;
        float: left;
        width: 50%;
    }
}
/* End Blog */

/* Single Blog */
.span8.content {
    float: left;
    width: 66% ;
}
.span4.sidebar {
    padding-left: 15px;
    float: right;
    width: 33%;
}
/* End Single Blog */

/* Contact Forms */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea,
.wpcf7 select {
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #000;
    border-radius: 4px;
    letter-spacing: 0;
    line-height: 24px;
    box-shadow: none;
    background: #FFF;
    font-size: 12px;
    color: #000;
    height: 30px;
}
form.wpcf7-form textarea::placeholder,
form.wpcf7-form select::placeholder,
form.wpcf7-form input::placeholder {
    color: #777;
}
form.wpcf7-form textarea,
form.wpcf7-form select,
form.wpcf7-form input {
    margin-bottom: 12px;
}
form.wpcf7-form p {
    line-height: 0;
}
.single.single-post button,
.wpcf7 .wpcf7-form-control.wpcf7-submit.btn-bt.default {
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #000;
    padding: 18px 40px;
    border-radius: 7px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    color: #FFF;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit.btn-bt.default:hover {
    transition: all 0.3s ease-in-out;
    color: #D8BD61;
}
.single.single-post button a {
    color: #FFF !important;
}
.single.single-post button:hover {
    background: #C08A02;
}
footer .wpcf7 .wpcf7-form-control.wpcf7-submit.btn-bt.default {
    padding: 18px 1%;
    width: 100%;
}
.wpcf7 select {
    width: 100%;
    margin-bottom: 30px;
}
.wpcf7 textarea {
    height: 150px;
}
/* END Contact Forms */

/* Header Styles */     /* Header Styles */     /* Header Styles */     /* Header Styles */

/* Logo Left + Nav Right */
.site-header {
    background-color: transparent;
}
header {
    z-index: 1;
}
#top-menu li {
    padding: 24px 10px; /* Work with the top/bottom padding to make it fill out to the top/bottom edge of the .top-header */
}
ul#top-menu li a {
    padding: 0;
}
body .left-right-header .site-branding {
    padding: 0;
    top: 15px; /* this will need adjusting based on header height + logo size! */
}
body .left-right-header .navigation-top {
    background: transparent;
    position: relative;
    border-bottom: 0;
    border-top: 0;
    float: left;
    width: 78%;
}
.left-right-header .nav-and-button {
    float: right;
    width: 100%;
}
@media (min-width: 980px) {
    .top-header.left-right-header nav {
        padding-left: 30px;
        float: left;
    }
}
.left-right-header .header-button {
    float: right;
}
.left-right-header .header-button .btn-default {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: 0px;
	text-transform: uppercase;
}
body .left-right-header .logo {
    float: left;
    width: auto;
}
.left-right-header .menu-toggle {
    font-size: 43px;
    display: block;
    margin-top: 0;
    float: right;
    padding: 0;
}
.left-right-header .menu-toggle .icon {
    margin-right: 0;
    top: 0;
}
.left-right-header .menu-toggle:hover,
.left-right-header .menu-toggle:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.left-right-header .menu-toggle:focus {
    outline: none;
}
@media (max-width: 979px) {
    .left-right-header .header-button {
        margin-right: 25px;
    }
    body .left-right-header .menu-toggle {
        margin-top: 12px;
    }
    .left-right-header .header-button .btn-default {
        /*top: 10px;*/
        top: 0;
    }
    .left-right-header nav#site-navigation {
        /*position: absolute;
        width: 100%;
        left: 0;*/
    }
    .js .left-right-header .main-navigation.toggled-on > div > ul {
        background: rgba(0, 0, 0, 0.94);
        display: block !important;
        padding: 10px 30px;
    }
    .left-right-header .main-navigation.toggled-on ul#top-menu li a {
        color: #FFF;
    }
    .left-right-header .main-navigation.toggled-on ul.top-menu {
        display: block !important;
    }
}
/* End Logo Left + Nav Right */

/* Logo Top + Nav Bottom */

.top-bottom-header .site-branding {
    padding: 0;
}
.top-bottom-header .logo {
    justify-content: center;
    padding: 15px 0px;
    display: flex;
    width: 100%;
}
.top-bottom-header .navigation-top {
    background: transparent;
    position: relative;
    max-width: 980px;
    border-bottom: 0;
    margin: 0 auto;
    border-top: 0;
    width: 100%;
}
.top-bottom-header .nav-and-button {
    border-top: 2px solid #bababa;
    justify-content: center;
    display: flex;
}
.top-bottom-header .header-button {
    float: left;
}
.top-bottom-header .navigation-top nav {
    float: left;
}
.top-bottom-header .header-button .btn-default {
    position: relative;
    top: 12px;
}
.js .top-bottom-header .main-navigation.toggled-on > div > ul {
    display: block !important;
    background: rgba(0, 0, 0, 0.94);
    padding: 10px 30px;
}
.top-bottom-header .main-navigation.toggled-on ul#top-menu li a {
    color: #FFF;
}
@media (max-width: 979px) {
    .top-bottom-header .navigation-top {
        max-width: 300px;
    }
    body .top-bottom-header .menu-toggle {
        margin: 0px 0px 0px 0px;
    }
    .top-bottom-header .header-button {
        margin-right: 25px;
    }
    .top-bottom-header .nav-and-button {
        padding: 15px 0px;
    }
    .top-bottom-header .header-button .btn-default {
        top: 0px;
    }
    .top-bottom-header nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .top-bottom-header .menu-toggle .icon {
        margin-right: 0;
    }
}
/* End Logo Top + Nav Bottom */

/* Logo Left + Hamburger Right */
body .hamburger-header .site-branding {
    padding: 0;
    top: 15px; /* this will need adjusting based on header height + logo size! */
}
body .hamburger-header .navigation-top {
    background: transparent;
    position: relative;
    border-bottom: 0;
    border-top: 0;
    float: right;
    width: 86%;
}
.hamburger-header .nav-and-button {
    float: right;
}
.top-header.hamburger-header nav {
    float: left;
}
.hamburger-header .header-button {
    float: left;
    margin-right: 25px;
}
.hamburger-header .header-button .btn-default {
    position: relative;
    top: 12px;
}
body .hamburger-header .logo {
    float: left;
    width: 14%;
}
@media (min-width: 1px) {
    .js .hamburger-header .menu-toggle {
        font-size: 43px;
        display: block;
        float: right;
        padding: 0;
    }
    .hamburger-header .main-navigation ul ul.toggled-on {
        display: block;
    }
    .hamburger-header .menu-toggle .icon {
         margin-right: 0;
         top: 0;
    }
    .hamburger-header .menu-toggle:hover,
    .hamburger-header .menu-toggle:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: transparent;
    }
    .hamburger-header .menu-toggle:focus {
        outline: none;
    }
    .hamburger-header .dropdown-toggle.toggled-on .icon {
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg); /* IE 9 */
        -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    }
    .hamburger-header .toggled-on .menu-toggle .icon-bars,
    .hamburger-header .menu-toggle .icon-close {
        display: none;
    }
    .js .hamburger-header .main-navigation ul,
    .hamburger-header .main-navigation .menu-item-has-children > a > .icon,
    .hamburger-header .main-navigation .page_item_has_children > a > .icon,
    .hamburger-header .main-navigation ul a > .icon {
        display: none !important;
    }
    .js .hamburger-header .main-navigation.toggled-on > div > ul {
        display: block !important;
        padding: 10px 30px;
        background: rgba(0, 0, 0, 0.94);
    }
    .hamburger-header .main-navigation.toggled-on ul#top-menu li a {
        color: #FFF;
    }
    .hamburger-header .main-navigation.toggled-on ul.top-menu {
        display: block;
    }
}
@media (min-width: 980px) {
    .hamburger-header nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .js .hamburger-header .main-navigation.toggled-on ul.sub-menu {
        display: block !important;
    }
    .js .hamburger-header .main-navigation.toggled-on li .dropdown-toggle {
        display: block;
        left: 14px;
        top: 35px;
    }
}
@media (max-width: 979px) {
    body .hamburger-header .menu-toggle {
        margin-top: 12px;
    }
    .hamburger-header .header-button .btn-default {
        top: 10px;
    }
    .hamburger-header nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .js .hamburger-header .main-navigation.toggled-on ul.sub-menu {
        display: none;
    }
    .hamburger-header .main-navigation ul ul.toggled-on {
        display: block !important;
    }
}
/* End Logo Left + Hamburger Right */

/* Nav Left + Logo Middle + Nav Right */

@media (min-width: 980px) {
    .nav-left-logo-mid-nav-right .container {
        display: flex;
        justify-content: space-between;
    }

    .nav-left-logo-mid-nav-right .left-menu,
    .nav-left-logo-mid-nav-right .right-menu {
        width: 42.5%;
    }

    .nav-left-logo-mid-nav-right .logo {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        min-width: 207px;
        width: 15%;
    }

    .nav-left-logo-mid-nav-right ul#right-menu,
    .nav-left-logo-mid-nav-right ul#left-menu {
        display: flex;
        justify-content: space-between;
    }

    .nav-left-logo-mid-nav-right .site-branding {
        padding: 11px 0;
    }
}

.nav-left-logo-mid-nav-right #right-menu li,
.nav-left-logo-mid-nav-right #left-menu li {
    padding-top: 14px;
}

.nav-left-logo-mid-nav-right button.vds-menu-toggle {
    z-index: 1000;
}

.nav-left-logo-mid-nav-right #left-menu li:last-child {
    margin-right: auto;
}

.nav-left-logo-mid-nav-right #right-menu li:first-child {
    margin-left: auto;
}

.nav-left-logo-mid-nav-right button.vds-menu-toggle {
    position: absolute;
    bottom: 18px;
    right: 10px;
    color: white;
}

.nav-left-logo-mid-nav-right .site-branding {
    padding: 12px 0;
}


/* End Nav Left + Logo Middle + Nav Right */

/* END Header Styles */     /* END Header Styles */     /* END Header Styles */     /* END Header Styles */

/* Top Banners */
.home .row.default-header {
    text-align: center;
}
.row.default-header {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
body .row.default-header .wrapper {
    max-width: none;
    padding: 0;
    width: 90%;
}
/* END Top Banners */

/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */

/* Parallax */
@media (min-width:979px) {
    .add-parallax {
        background-attachment: fixed !important;
    }
}
/* END Parallax */

/* Menu Pages */

/* Note that this is ONLY for pages built using the Menu page template and ACF tabs builder */

#menu-page .vds-builder .wrapper {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
    clear: both;
}

#menu-page .vds-builder .wrapper::after {
  clear: both;
  content: "";
  display: table;
}

#menu-page .row.tabs-template {
    padding-bottom: 60px;
    padding-top: 45px;
}

#menu-page .menu-section-title {
    padding:50px 0;
    margin: 0;
}

#menu-page table {
    margin-bottom: 0;
}

#menu-page td {
    padding: 7px;
}

#menu-page .menu-cta {
    padding: 94px 0;
}

#menu-page .item-name {
    width: 25%;
}

#menu-page .item-description {
    width: 60%
}

#menu-page .item-price {
    width: 15%;
}

/* Natural tab state */
#menu-page .tab-link {

}

/* Hover State */
#menu-page .tab-link:hover {

}

/* Active Tab */
#menu-page .tab-link.current {

}

/* Tab Width and centering */

#menu-page .tabs .tab-link {
    width: 215px;
}

#menu-page .tabs {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {

    #menu-page table,
    #menu-page thead,
    #menu-page tbody,
    #menu-page th,
    #menu-page td,
    #menu-page tr {
        display: block;
    }

    #menu-page .menu-wrapper td {
        width:100%;
        padding:0;
    }

    #menu-page .menu-wrapper tr {
        display:flex;
        flex-wrap:wrap;
    }

    #menu-page .menu-wrapper td:nth-child(1) {
        order:1;
        flex:50%;
        margin-top:10px;
    }

    #menu-page  .menu-wrapper td:nth-child(2) {
        order:3;
        margin:10px 0;
    }

    #menu-page  .menu-wrapper td:nth-child(3) {
        order:2;
        flex:50%;
        text-align:right;
        margin-top:10px;
    }

    #menu-page .tabs {
        flex-direction: column;
    }

    #menu-page .tabs .tab-link {
         width:100%;
    }
}

/* END Menu Pages */

/* Widgets */
div.widget ul li,
div.widget ol li {
    border-bottom: none;
    border-top: none;
}
/* END Widgets */

/* Span Structure */
.span6.left {
    float: left;
    width: 50%;
}
.span6 {
    float: left;
    width: 50%;
}
.span6.right {
    width: 50%;
    float: right;
}
.span3 {
    float: left;
    width: 25%;
}
/* END Span Structure */

/* Static Map */

.static-map-row iframe {
    margin-bottom: 0;
}

/* Footer */
footer#footer .row {
    padding-bottom: 20px;
    padding-top: 40px;
}
footer#footer a:hover,
footer .widget a {
    box-shadow: none;
}
footer#footer.site-footer {
    border-top: none;
}
footer .widget {
    padding: 0;
}
footer .widget {
    margin-bottom: 15px;
}
footer .widget h5 {
    margin-bottom: 5px;
    line-height: 24px;
}
footer ul.social li a {
    transition: 0.3s ease-in-out;
}
footer ul.social li a:hover {
    transition: 0.3s ease-in-out;
}
/* END Footer */

/* Copyright Row */
@media (min-width: 769px) {
    .copyright .container {
        display: flex;
    }
}
.copyright-text.centered p {
    text-align: center;
    margin: 0;
}
.copyright ul.social {
    line-height: 21px;
}
.copyright ul.social li a i {
    font-size: 16px;
}
.copyright-text.span6.left p {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .copyright .span6 {
        /*margin: 5px 0px;*/
        float: none !important;
        width: 100% !important;
    }
    div.row.copyright .span6 p,
    div.row.copyright .span6 ul {
        text-align: center;
        float: none;
    }
    .copyright .span6 {
        clear: both;
        margin: 5px 0px;
    }
}
@media (max-width: 480px) {

}
/* END Copyright Row */

/* Responsive */
@media (max-width: 979px) {
    body footer#footer a {
        box-shadow: none;
    }
    ul#top-menu {
        border: none
    }
    a.btn-bt.default {
        padding: 15px 30px !important;
    }
    body .menu-toggle {
        margin-top: -8px;
        font-size: 47px;
        line-height: 1;
        float: right;
        padding: 0;
    }
    header ul#top-menu li a {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    body .menu-toggle:focus {
        outline: none;
    }
    .top-widget .span6.left,
    .top-widget .span6.right {
        width: 50%;
    }
    .top-widget .span6.right {
        float: right;
    }
    .span3 {
        padding: 0 30px;
        width: 100%;
        float: left;
    }
}
/* END Responsive */


/* Custom styles // non stock, like new custom stuff at initial dev stage */

.top-widget .container {
    align-items: center;
    margin: 0 auto;
    display: flex;
}
header#header {
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
	z-index: 99;
}

@media (min-width: 980px) {
    .stuck {
        transition: all 0.3s ease-in-out;
        box-shadow: 0px -3px 15px #000;
        position: fixed !important;
        background: #FFF;
        z-index: 999;
        width: 100%;
        top: 0;
    }
    #header.stuck .logo a img {
        transition: all 0.3s ease-in-out;
        position: relative;
        height: 40px;
        top: -14px;
    }
    #header.stuck .top-header,
    #header.stuck .top-header .container {
        height: 90px;
    }
    #header.stuck .top-header.left-right-header .navigation-top {
        width: 86%;
    }
}

@media (max-width: 1380px) {
    header.stuck #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 5px;
        font-size: 12px;
    }
    header.stuck .header-button a {
        padding: 8px 20px !important;
        font-size: 12px !important;
    }

}

@media (max-width: 1100px) {
    header.stuck #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
        /*padding: 0px 5px;*/
        font-size: 10px;
    }
}

.home-banner {
    align-items: center;
    display: flex;
    height: 600px;
}

.reviews-plax {
    align-items: center;
    display: flex;
    height: 480px;
}
header .header-button a.btn-bt.default.btn-default {
    padding: 10px 32px;
}
.header-button a.btn-bt.default.btn-default,
a.white-btn {
    transition: all 0.3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #FFF;
    display: inline-block;
    letter-spacing: 1.6px;
    border-radius: 10px;
    padding: 12px 36px;
    font-size: 14px;
    color: #FFF;
}
.header-button a.btn-bt.default.btn-default:hover,
a.white-btn:hover {
    transition: all 0.3s ease-in-out;
    border: 1px solid #D8BD61;
    background:  #000;
    color: #D8BD61;
}
.top-header .container {
    align-items: center;
    display: flex;
}
@media (min-width: 980px) {
    nav #mega-menu-wrap-top {
        background: transparent;
        padding-right: 0;
    }
    body .left-right-header .navigation-top,
    nav #mega-menu-wrap-top,
    nav #mega-menu-wrap-top ul#mega-menu-top {
        position: unset !important;
    }
    ul.mega-sub-menu {
        transition: all 0.3s ease-in-out;
        position: absolute !important;
        margin-top: 50px !important;;
        margin: auto !important;
        width: 94% !important;
        top: 80px !important;
        right: 0 !important;
        left: 0 !important;
    }
    header.stuck ul.mega-sub-menu {
        transition: all 0.3s ease-in-out;
        top: 130px !important;
    }
}

.testimonial-inner {
    flex-direction: column-reverse;
    display: flex;
}
.testimonial-content {
    padding: 0 12%;
}
.testimonial-content p {
    margin-bottom: 16px;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    color: #FFF;
}
.testimonial-content p:last-child {
    margin-bottom: 0;
}
.testimonial-client {
    margin-bottom: 16px;
    text-align: center;
}
h3.testimonial-heading {
    display: none;
}
.testimonial-client .strong-rating span.star {
    margin: 0 3px;
}

@media (min-width: 980px) {
    .promo-row-inner {
        display: flex;
    }
    .promo-row-inner .promo-col.vc_col-sm-6:nth-child(1) {
        padding-right: 0.7%;
    }
    .promo-row-inner .promo-col.vc_col-sm-6:nth-child(2) {
        padding-left: 0.7%;
    }
    .promo-row-inner .promo-col.vc_col-sm-3 {
        padding: 0 0.7%;
    }
    .promo-row-inner .promo-col.vc_col-sm-3:nth-child(1) {
        padding-left: 0;
    }
    .promo-row-inner .promo-col.vc_col-sm-3:nth-child(4) {
        padding-right: 0;
    }
    .promo-col .wpb_content_element {
        margin-bottom: 0;
    }
    header.stuck .header-button a.btn-default {
        border-color: #000 !important;
        background: #000;
    }
    header.stuck #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
        color: #000;
    }
    a.btn-bt.green-outline-btn.sticky-btn {
        font-family: 'Open Sans', sans-serif;
        transition: all 0.3s ease-in-out;
        border: 1px solid #000;
        letter-spacing: 1.6px;
        border-radius: 8px;
        margin-right: 12px;
        padding: 9.5px 54px;
        font-size: 14px;
        color: #000;
    }
    .promo-row .promo-row-inner:nth-child(1) {
        margin-bottom: 16px;
    }
}

@media (max-width: 979px) {
    a.btn-bt.green-outline-btn.sticky-btn {
        display: none !important;
    }
    ul#mega-menu-top {
        z-index: 999;
    }
}

.bakery .promo-row .promo-row-inner {
    padding: 0;
}
.promo-col .wpb_text_column {
    align-items: center;
    display: flex;
    height: 270px;
}
.promo-col .wpb_text_column .wpb_wrapper {
    width: 100%;
}
.bakery .promo-col h3 {
    padding: 0 2%;
}
.bakery .promo-col h3 a {
    color: #FFF;
}
a.mega-menu-link {
    text-transform: uppercase !important;
    letter-spacing: 1.5px;
}
header #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link,
header #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover,
header #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
header #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    transition: all 0.3s ease-in-out;
    background: transparent;
    border: none !important;
}
header #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover {
    /*color: #D8BD61;   older one */
    color: #D8BD61;
}
.promo-col h3 {
    text-shadow: 1px 3px 10px #000;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 32px;
}
a.promo-link .wpb_text_column {
    background-color: rgba(0, 0, 0, 0.00);
    transition: all 0.5s ease-in-out;
    background-blend-mode: overlay;
}
a.promo-link:hover .wpb_text_column {
    transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.50);
    /*transform: rotate(-8deg);*/
    /*border-radius: 5%;*/
}
.copyright {
    padding: 8px 0;
}
.a-third {
    pointer-events: none;
    min-height: 115px;
    width: 33.33%;
    padding: 1%;
    float: left;
}
span.deal {
    position: relative;
    line-height: 16px;
    font-size: 11.5px;
    display: block;
    top: -4px;
}
ul.mega-sub-menu {
    padding: 10px 16px !important;
}
/* This is the mid section of the mega nav, the product categories column */
ul#menu-menu {
    margin: 0;
}
ul#menu-menu li.menu-item-has-children {
    margin-bottom: 8px;
    list-style: none;
    padding: 0 1%;
    float: left;
    width: 25%;
}
li.mega-menu-item h4.mega-block-title,
ul.mega-sub-menu h5,
ul.mega-sub-menu .list-heading,
ul#menu-menu li.menu-item-has-children > a {
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #110F0C !important;
    letter-spacing: 0.5px;
    /*pointer-events: none;*/
    line-height: 24px;
    /*cursor: default;*/
}
ul#menu-menu li.menu-item-has-children ul {
    margin-left: 0;
    list-style: none;
}
ul#menu-menu li.menu-item-has-children ul li {
    margin-bottom: 2px;
    line-height: 12px;
}
li#mega-menu-item-text-13 p,
ul#menu-menu li.menu-item-has-children ul li a {
    font-size: 12px;
}
/* customer service col */
li#mega-menu-item-text-13 {
    width: 16% !important;
}
li#mega-menu-item-text-13 p {
    line-height: 12px;
}
/* Product categories col */
li#mega-menu-item-nav_menu-2 {
    width: 50% !important;
}
li#mega-menu-item-text-13 img {
    height: 100px;
    width: auto;
}

@media (max-width: 1205px) {
    li.mega-menu-item h4.mega-block-title,
    ul.mega-sub-menu h5,
    ul.mega-sub-menu .list-heading,
    ul#menu-menu li.menu-item-has-children > a {
        font-size: 10.5px !important;
    }
}

footer .row {
    display: flex;
}

@media (min-width: 980px) {
    footer .row .container {
        align-items: center;
        margin: 0 auto;
        display: flex;
    }
    footer .vc_col-sm-4.span4 {
        max-width: 270px;
    }
    ul.mega-sub-menu {
        box-shadow: 0px 1px 15px #c8c8c8 !important;
        padding: 10px 16px !important;
        background: #FFF !important;
    }
}

footer .row .container {
    max-width: 1100px;
    width: 94%;
}
h2.widget-title {
    font-size: 14px !important;
    color: #110F0C !important;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    line-height: 24px;
}
.footer-right h2.widget-title {
    margin-bottom: 3px;
}
footer ul.social li a i {
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    color: #000;
}
footer ul.social li a i:hover {
    transition: all 0.3s ease-in-out;
    color: #D8BD61;
}
i.fab.fa-facebook-f:before {
    content: "\f39e";
}
footer .vc_col-sm-4.span4 {
    margin: 0 auto;
    padding: 0;
}
footer .wpcf7 .wpcf7-form-control.wpcf7-submit.btn-bt.default:hover {
    transition: all 0.3s ease-in-out;
    background: #000;
}

@media (max-width: 1330px) {
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 5px 0px 5px;
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    div.logo a img {
        height: 75px;
        width: auto;
    }
}

@media (max-width: 1100px) {
    .home h1.white {
        text-shadow: 1px 1px 10px #000;
        margin-top: 60px !important;
        letter-spacing: 1px;
        margin-bottom: 18px;
        line-height: 46px;
        font-weight: 600;
        font-size: 32px;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 3px 0px 3px;
        font-size: 10px;
    }
}

@media (max-width: 979px) {
    /* Re-arranging the footer columns to look like mobile comp */
    footer .row .container {
        flex-direction: column;
        display: flex;
    }
    .footer-mid   { order: 1; }
    .footer-right { order: 2; }
    .footer-left  { order: 3; }
    /* End Re-arranging */
    .vc_col-sm-4.span4 {
        width: 300px;
    }
    span.mega-toggle-label {
        display: none;
    }
    header .left-right-header nav#site-navigation {
        margin-top: -75px;
        /*margin-right: 3%;*/
        width: auto;
        left: unset;
    }
    header .left-right-header .header-button {
        position: absolute;
        margin-top: -23px;
        margin-right: 0;
        right: 12%;
    }
    header #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1:after {
        font-size: 48px;
        color: #FFF;
        margin: 0;
    }
    header .mega-menu-toggle {
        position: absolute;
        width: 40px;
        right: 4%;
    }
    header #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin:  0;
    }
    header #mega-menu-wrap-top .mega-menu-toggle {
        background: transparent;
    }
    header ul#mega-menu-top {
        position: absolute !important;
        padding: 18px 16px !important;
        width: 100% !important;
        top: 90px !important;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
        background: transparent !important;
        background: #333 !important;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a,
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a,
    li.mega-menu-item h4.mega-block-title,
    ul.mega-sub-menu h5,
    ul.mega-sub-menu .list-heading,
    li.mega-menu-item p,
    ul#menu-menu li.menu-item-has-children > a {
        color: #FFF !important;
    }
    li.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        flex-direction: column-reverse;
        display: flex !important;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        width: 100% !important;
    }
    .a-third img {
        height: auto;
        width: 100%;
    }
    .menu-menu-container ul {
        list-style: none;
    }
    li.menu-item ul button.dropdown-toggle {
        display: none;
    }
    /* Product categories col */
    li#mega-menu-item-nav_menu-2 {
        width: 100% !important;
    }
    li#mega-menu-item-nav_menu-2 ul li {
        width: 50% !important;
        float: left;
    }
    .mega-menu-item-text-13 .textwidget,
    li#mega-menu-item-nav_menu-2 ul li ul {
        background: rgba(255, 255, 255, 0.17);
        border: 1px solid #FFF;
        display: inline-block;
        padding: 8px;
        width: 95%;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0;
    }
    ul.mega-sub-menu li a {
        font-size: 13px;
    }
    ul.sub-menu {
        margin-left: 0;
    }
    ul.mega-sub-menu li.menu-item-object-product_cat {
        margin-bottom: 16px !important;
    }
    ul.mega-sub-menu li.menu-item-object-product_cat > a {
        font-family: 'Raleway', sans-serif !important;
        text-transform: uppercase !important;
        margin-bottom: 12px !important;
        padding-bottom: 0 !important;
        font-weight: 700 !important;
        font-size: 10.5px !important;
        color: #110F0C !important;
        letter-spacing: 0.5px;
        display: inline-block;
        /*pointer-events: none;*/
        line-height: 24px;
        /*cursor: default;*/
    }
    li#mega-menu-item-text-13 img {
        display: none;
    }
    ul.mega-sub-menu {
        margin-bottom: 18px !important;
    }
}

@media (max-width: 768px) {
    header .left-right-header .header-button {
        right: 15%;
    }
    .mega-menu-item-text-13 .textwidget,
    li#mega-menu-item-nav_menu-2 ul li ul,
    li#mega-menu-item-nav_menu-2 ul li {
        width: 100% !important;
    }
    li#mega-menu-item-nav_menu-2 ul li ul li {
        width: 50% !important;
    }
}

@media (max-width: 480px) {
    header#header {
        position: initial;
        background: #FFF;
    }
    header .top-header,
    header .top-header .container {
        height: 90px;
    }
    body .left-right-header .site-branding {
        top: 0;
    }
    .logo img {
        content: url(/wp-content/uploads/2019/05/Fan-Logo-Gold.png);
        height: 60px !important;
    }
    header #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1:after {
        color: #000;
    }
    header .header-button a.btn-default {
        border-color: #000 !important;
        padding: 12px 20px !important;
        background: #000;
    }
    header .left-right-header .header-button {
        position: absolute;
        text-align: center;
        margin-top: -25px;
        right: 0;
        left: 0;
    }
    header .mega-menu-toggle {
        margin-top: 9px;
        right: 6%;
    }
    header ul#mega-menu-top {
        top: 74px !important;
    }
}

a.btn-bt.green-outline-btn.sticky-btn:hover {
    transition: all 0.3s ease-in-out;
    background: #000;
    color: #FFF;
}
header.stuck a.btn-bt.default.btn-default:hover {
    border-color: #D8BD61;
    background: #000;
}
.top-cta {
    padding: 20px 0px !important;
}
.top-cta p {
    color: #FFF;
}
.bakery .top-cta a.white-btn {
    padding: 10px 90px;
}

@media (min-width: 980px) {
    .top-cta .wpb_text_column .wpb_wrapper {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .top-cta {
        margin-top: -86px;
    }
    .top-cta p {
        margin-bottom: 0;
    }
    .bakery .top-cta a.white-btn {
        margin-left: 32px;
    }
}

@media (max-width: 979px) {
    .top-cta p:first-child {
        margin-bottom: 16px;
    }
    .top-cta p {
        text-align: center;
    }
    .top-cta {
        padding: 24px 0px 32px 0px !important;
      /*  background-color: rgb(103, 128, 71);*/
        /* THIS HAS BEEN CHANGED TO BLACK */
        background-color: rgba(0, 0, 0, 0.75);
    }
}

.default-header {
    display: flex;
    align-items: center;
}
.default-header .page-title {
    width: 100%;
}
.default-header .wrapper {
    margin: 0 auto;
    width: 94%;
}
.single .default-header h2,
.default-header h1 {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
    text-align: center;
    margin-bottom: 0;
    color: #FFF;
}

@media (min-width: 980px) {
    .single .default-header h2,
    .default-header h1 {
        position: relative;
        top: 18px;
    }
}

@media (max-width: 979px)  and (min-width: 481px) {
    .single .default-header h2,
    .default-header h1 {
        position: relative;
        top: 50px;
    }
}

@media (max-width: 480px) {
    .row.default-header {
        height: 240px;
    }
    .single .default-header h2.white,
    .default-header h1 {
        font-size: 24px !important;
		margin-top: 36px !important;
    }
    body:not(.home) h2 {
        margin-bottom: 12px !important;
        line-height: 32px !important;
        font-weight: 300 !important;
        font-size: 24px;
    }
    .bakery .ig-feed {
        padding: 40px 0 0 0;
    }
    .home h2 {
        font-size: 32px;
    }
    .home-banner {
        height: 300px;
    }
    .home h1.white {
        margin-top: 0px !important;
        letter-spacing: 1px;
        margin-bottom: 16px;
        line-height: 36px;
        font-size: 24px;
    }
    .bakery .promo-row {
        padding: 32px 0 12px 0 !important;
    }
    .testimonial-content p {
        margin-bottom: 16px;
        line-height: 22px;
        font-size: 14px;
    }
    .text-below-promo {
        padding-bottom: 36px !important;
    }
    .static-map-row iframe {
        height: 350px;
    }
}

@media (min-width: 980px) {
    .bakery .alt-row {
        height: 520px;
    }
    .bakery .alt-row.large {
        height: 790px;
    }
    .glossary-terms h2 {
        max-width: 690px;
        float: right;
    }
    .glossary-terms p {
        clear: both;
    }
}

@media (max-width: 979px) {
    .bakery .alt-row {
        height: auto;
    }
    .img-col {
        height: 375px;
    }
    .alt-row.img-right .container {
        flex-direction: column-reverse;
        display: flex;
    }
}

.glossary-terms h2 {
    line-height: 60px;
}

.bakery .alt-row {
    align-items: center;
    display: flex;
    padding: 0;
}
.alt-row .container {
    height: 100%;
}
.alt-row .txt-col {
    padding: 2em;
}
.alt-row .txt-col .vc_column-inner {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.alt-row .txt-col .wpb_content_element {
    margin-bottom: 0;
    max-width: 480px;
}
.txt-col h3 {
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 0;
}
.alt-row .txt-col a.btn-bt {
    display: inline-block;
    padding: 10px 90px;
}
.img-col .vc_column-inner {
    height: 100%;
    padding: 0;
}
body:not(.home) h2:not(.widget-title) {
    margin-bottom: 6px;
    line-height: 60px;
    font-weight: 600;
    padding-top: 0;
    color: #17120F;
}
.top-blurb p {
    margin-bottom: 12px !important;
}
.top-blurb p:last-child {
    margin-bottom: 0 !important;
}
.slick-slider {
    position: static;
}
.sbvcytc-slick-arrow.sbvcytc-slick-prev {
    transform: translate(-143%, 14%);
}
.sbvcytc-slick-arrow.sbvcytc-slick-next {
    transform: translate(104%, 14%);
}
.sbvcytc-slick-next i.fa.fa-chevron-left {
    margin-left: 0;
}
.sbvcytc-slick-next i.fa.fa-chevron-right {
    margin-right: 0;
}
a.slick-arrow {
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-radius: unset;
    text-align: center;
    box-shadow: none;
    font-size: 36px;
    color: #000;
}
a.slick-arrow:hover {
    transition: all 0.3s ease-in-out;
    color: #D8BD61;
}
.svc_content {
    display: none;
}

@media (min-width: 980px) {
    .add-parallax.glossary-terms,
    .add-parallax.righted-plax {
        align-items: center;
        display: flex;
        height: 500px;
    }
}

@media (max-width: 979px) {
    a.slick-arrow {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .righted-plax h2,
    .righted-plax p {
        text-align: left;
    }
    .righted-plax h2 {
        text-align: left !important;
        line-height: 32px;
    }
    .righted-plax p {
        text-align: left !important;
    }
}

.top-blurb img {
    margin-bottom: 17px !important;
    max-height: 75px;
    width: auto;
}
.blog-row .container {
    max-width: none;
    width: 100%;
}
.blog-post-row .txt-col h3,
.blog-post-row .txt-col p {
    text-align: center;
}
.blog-post-row .txt-col h3 {
    margin-bottom: 12px;
    line-height: 32px;
    font-size: 24px;
}
.blog-post-row .txt-col {
    max-width: 420px;
    margin: 0 auto;
}
.txt-col a.btn-bt.green-outline-btn {
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease-in-out;
    border: 1px solid #000;
    letter-spacing: 1.6px;
    border-radius: 8px;
    margin-right: 12px;
    padding: 9.5px 54px;
    font-size: 14px;
    /*color: #000;*/
	color:#000;
}
.txt-col a.btn-bt.green-outline-btn:hover {
    transition: all 0.3s ease-in-out;
    background: #000;
    color: #FFF;
}

.default-header .page-title .wrapper h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 60px;
    color: #FFF;
}

@media (min-width: 980px) {
    .blog-posts .no-wrapper .row {
        display: flex;
    }
    .blog-posts .no-wrapper .blog-post-row:nth-child(odd) {
        flex-direction: row-reverse;
        display: flex;
    }
    .blog-posts .no-wrapper .blog-post-row {
        min-height: 450px;
    }
    .blog-posts .no-wrapper .blog-post-row .span6.right {
        align-items: center;
        display: flex;
    }
    .txt-col a.btn-bt.green-outline-btn {
        display: inline-block;
    }
}

@media (max-width: 979px) and (min-width: 481px) {
    .blog-post-row .txt-col {
        max-width: none;
        margin: 0;
    }
    .blog-post-row .txt-col h3,
    .blog-post-row .txt-col p {
        text-align: left;
    }
}

@media (max-width: 979px) {
    .blog-post-row .span6 {
        width: 100%;
    }
    .blog-posts .no-wrapper .blog-post-row .span6.left {
        height: 500px;
    }
}

@media (max-width: 480px) {
    .no-wrapper .row .span6.right {
        padding: 18px 5% 30px 5% !important;
    }
    .blog-post-row .txt-col {
        max-width: 320px;
    }
    .txt-col a.btn-bt.green-outline-btn {
        display: inline-block;
        width: 100%;
    }
}

.blog-pagination {
    background: #000;
    align-items: center;
    display: flex;
    height: 100px;
}
.blog-row .bakery .container {
    max-width: 1100px;
    width: 87%;
}
.blog-pagination .span6.right {
    text-align: right;
}
.blog-pagination .span6 a {
    transition: all 0.3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 90px !important;
    text-transform: uppercase;
    border: 1px solid #FFF;
    display: inline-block;
    letter-spacing: 1.6px;
    border-radius: 10px;
    font-size: 14px;
    color: #FFF;
}
.blog-pagination .span6 a:hover {
    transition: all 0.3s ease-in-out;
    border: 1px solid #D8BD61;
    background: #000;
    color: #FFF;
}

@media (max-width: 768px) {
    .blog-pagination {
        padding: 15px 0 27px 0;
        height: auto;
        width: 100%;
    }
    .blog-pagination .span6 {
        text-align: center !important;
        width: 100% !important;
        margin: 20px 0;
        float: none;
    }
    .blog-pagination .span6 a {
        width: 100%;
    }
}

.single span.byline,
.single nav.navigation.post-navigation,
.single div#comments,
.single footer.entry-footer {
    display: none;
}
.single div#content {
    padding: 0;
}
.single .wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
    width: 87%;
}
.single h1.entry-title {
    text-transform: uppercase;
    font-weight: 600;
}
.single #secondary {
    display: block !important;
}

@media (min-width: 980px) {
    .single #primary {
        width: 80% !important;
        padding: 0 4% 0 0;
        float: left;
    }
    .single #secondary {
        width: 20%;
        float: left;
    }
}

#secondary h2.widget-title {
    line-height: 22px;
}
#secondary section#recent-posts-2 {
    padding-bottom: 1em;
}
#secondary section#search-2 {
    padding-bottom: 1.2em;
}
.blog .default-header {
    background-position: center right !important;
}
img.attachment-post-thumbnail {
    margin-bottom: 1.8em;
    height: auto;
    width: 100%;
}
time.entry-date.published {
    letter-spacing: 0.5px;
    pointer-events: none;
    font-family: Raleway;
    margin-top: 11px;
    font-size: 12px;
    cursor: default;
    display: block;
    color: #7b7b7b;
}
#secondary button.search-submit {
    transition: all 0.3s ease-in-out;
    background: #000;
}
#secondary button.search-submit:hover {
    transition: all 0.3s ease-in-out;
    background: #000;
}
.nap-col p {
    margin-bottom: 0.8em;
}
body.single-product .wrap,
body.tax-product_cat .wrap {
    padding: 50px 0;
    max-width: 1100px;
    width: 87%;
}
body.single-product #content,
body.tax-product_cat #content {
    padding: 0;
}
body.single-product .wrap #primary,
body.tax-product_cat .wrap #primary {
    width: 100% !important;
}
body.single-product .bakery.crumbs,
body.tax-product_cat .bakery.crumbs {
    padding: 20px 0;
    background: #D8BD61;
}
body.single-product nav.woocommerce-breadcrumb,
body.tax-product_cat nav.woocommerce-breadcrumb {
    border: none !important;
    font-weight: 500;
    width: 100%;
    color: #000;
    padding: 0;
    margin: 0;
}
body.single-product .woocommerce-breadcrumb a,
body.tax-product_cat .woocommerce-breadcrumb a {
    font-weight: 400;
    box-shadow: none !important;
    color: #000;
}
body.single-product .woocommerce-breadcrumb a:hover,
body.tax-product_cat .woocommerce-breadcrumb a:hover {
    box-shadow: none !important;
    text-decoration: underline;
    color: #FFF;
}
mark.count {
    display: none;
}
h2.woocommerce-loop-category__title {
    text-align: center;
}
body.tax-product_cat li.product-category.product {
    /*width: 100% !important;*/
    margin-bottom: 1em;
    text-align: center;
}
body.tax-product_cat h2.woocommerce-loop-product__title {
    transition: all 0.3s ease-in-out !important;
    line-height: 32px !important;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 20px;
}
li.product a.button {
    transition: all 0.3s ease-in-out !important;
    font-family: 'Open Sans', sans-serif;
    box-shadow: none !important;
    text-transform: uppercase;
    border: 1px solid #000;
    letter-spacing: 1.6px;
    padding: 10px 24px;
    border-radius: 8px;
    margin-right: 12px;
    font-size: 14px;
    color: #000;
}
li.product span.price {
    margin-bottom: 18px !important;
}
li.product a.button:hover {
    transition: all 0.3s ease-in-out;
    background: #000;
    box-shadow: none;
    color: #D8BD61;
}
footer.site-footer {
    margin-top: 0;
}

@media (max-width: 979px) {
    ul.products li.product {
        width: 100% !important;
        text-align: center;
    }
    body.tax-product_cat .wrap {
        padding: 24px 0;
    }
    body.tax-product_cat ul.products {
        padding-top: 18px;
    }
}

li.product img {
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0px 0px 4px #ccc;
}
h2.woocommerce-loop-category__title {
    transition: all 0.3s ease-in-out !important;
    line-height: 54px !important;
    margin-bottom: 0 !important;
    font-size: 30px;
}
.single-product #secondary {
    display: none !important;
}
h2.woocommerce-loop-category__title:hover,
h2.woocommerce-loop-product__title:hover {
    transition: all 0.3s ease-in-out !important;
    color: #D8BD61 !important;
}
li.product img:hover {
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0px 0px 4px #000;
}
.woocommerce-product-gallery img.wp-post-image {
    width: 100%;
    height: auto;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
}
.product_meta {
    margin-top: 24px;
    display: block;
}
div#tab-description h2 {
    display: none;
}
.woocommerce-tabs li a {
    transition: all 0.3s ease-in-out;
    box-shadow: none !important;
    text-transform: uppercase;
    border: 2px solid #000;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 12px 71px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.woocommerce-tabs li a:hover {
    transition: all 0.3s ease-in-out;
    background: #000;
    color: #D8BD61;
}
.woocommerce-tabs li.active a {
    transition: all 0.3s ease-in-out;
    border-color: #D8BD61;
    background: #000;
    color: #FFF;
}
ul.tabs.wc-tabs {
    margin-bottom: 40px;
}
div#tab-reviews,
div#tab-description {
    border: 1px solid #000;
    padding: 16px 20px;
}
section.related.products h2 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 1px;
}
section.related.products a.button {
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    padding: 14px 40px;
}
.single-product .wrap,
.single-product #content {
    padding-bottom: 0 !important;
}
.single.single-product #primary {
    padding: 0;
}
div#wplc_chatbox_header,
div.wplc_hovercard_content_left {
    display: none;
}
.wplc-color-4 {
    color: #666 !important;
    line-height: 24px;
}
body div#wp-live-chat {
    bottom: 75px !important;
    right: 6px !important;
}
.wplc-user-message:before,
.wplc-admin-message:before {
    top: 5px !important;
}
div#wp-live-chat-1 {
    line-height: 21px !important;
    padding: 8px 0!important;
}
.wplc-color-bg-1 {
    background-color: #D8BD61 !important;
    transition: all 0.3s ease-in-out;
}
.wplc-color-bg-1:hover {
    background-color: #000 !important;
    transition: all 0.3s ease-in-out;
}
.wplc-color-border-1 {
    border-color: #000 !important;
}
.wplc-color-border-1:before {
    border-color: transparent #000 !important;
}
#wp-live-chat-4 {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.38) !important;
    right: 100px !important;
    width: 300px !important;
    bottom: 10% !important;
    top: 65% !important;
}
#wplc_hovercard {
    right: 100px !important;
    width: 104px !important;
}
#wp-live-chat-2 {
    right: 100px;
}
div#wplc_chatbox_header {
    width: 300px;
}
span.sku_wrapper,
span.posted_in {
    line-height: 24px;
    display: block;
    width: 100%;
}
.tax-product_cat .wrap {
    padding-bottom: 0 !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
	margin-bottom: 0;
}
div#tab-description {
    /*background: url(/wp-content/uploads/2019/04/fzm-seamless.notebook.texture-15.png);*/
    /*background-position: top left;*/
    /*padding: 40px 20px 20px 190px;*/
    /*background-repeat: repeat-y;*/
    /*background-size: 100%;*/
    /*min-height: 450px;*/
    /*border: none;*/
    margin-bottom: 40px;
}
div#tab-description p {
    /*font-family: 'Kalam', cursive;*/
	margin-bottom: 0.5em;
	font-size: 24px;
}

/* weedmaps menu page */
.weedmaps-row iframe {
    height: 1100px;
}

/* Endpoint Woocomm pages */

div.woocommerce-message {
    background: #D8BD61;
}
div.woocommerce-message p {
    color: #FFF;
}
div.woocommerce-message .btn-bt.default {
    border-color: #FFF;
    position: relative;
    color: #FFF;
    top: -15px;
}
div.woocommerce-message .btn-bt.default:hover {
    box-shadow: none !important;
    border-color: #000;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.pay {
    display: none;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    border: 1px solid #000;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin: 10px 0;
    width: 100%;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view:hover {
    transition: all 0.3s ease-in-out;
    border-color: #D8BD61;
    background: #000;
    color: #FFF;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.cancel:hover{
    transition: all 0.3s ease-in-out;
    border-color: #ca3333;
    background: #000;
    color: #FFF;
}

tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending.order {
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
}

@media (max-width: 980px) {
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
        display: inline;
    }
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view {
        margin-right: 6px;
    }
    nav.woocommerce-MyAccount-navigation ul {
        padding-left: 0 !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        border-bottom: 1px solid #444;
        margin-bottom: 16px;
        border-top: none;
        width: 100%;
    }
}
/*Start 9.25.19 */
ul.mega-sub-menu {
    min-width: 150px;
}
li#mega-menu-item-1661 ul.mega-sub-menu{
	top: 45px !important;

}
@media screen and (max-width: 600px){
#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50% !important;
    max-height: 200px !important;
}
.row-50-smaller .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 48%;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
	/*height: 180px;*/
}
.row-50-smaller .promo-col .wpb_text_column {
    height: 200px;
}
}
/*END 9.25.19 */

/*STICKY MENU ON MOBILE */
@media (max-width: 979px){
	.top-widget {
		position: fixed;
		top: 0;
		left: 0;
		position: relative;
		width: 100%;
		z-index: 9999999;
	}
	.mega-toggle-blocks-right {
		position: fixed;
		top: 62px;
		right: 12px;
		background: rgba(0,0,0,.5);
	}
	#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open + #mega-menu-top {
		overflow-y: scroll;
		max-height: 100%;
		min-height: 450px;
	}
}


@media (max-width: 321px){
	div.header-button a.btn-bt.default.btn-default {
		color: #ffffff;
		font-size: 10px;
		padding: 10px !important;
	}
}

@media (max-width: 480px){
	header .top-header, header .top-header .container {
	    height: 90px;
	    margin-top: 38px;
	}
}

@media (max-width: 767px) {
	.top-header.left-right-header {
    	margin-top: 18px;
	}
	.mega-toggle-blocks-right {
		position: fixed;
		top: 62px;
		right: 12px;
		background: rgba(255,255,255,.5);
	}
}

div#mega-menu-wrap-top {
    position: fixed;
    width: 100%;
    z-index: 9999999999;
}
	
/* END STICKY MENU ON MOBILE */


/*Temp Fixes*/
.top-header .container {
    width: 90%;
}
.copyright .container {
    width: 100%;
}
.top-widget .container {
    width: 90%;
}

/*Fix sidebar*/

/* .archive.tax-product aside#secondary {
    display: block !important;
} */
body.single-product .wrap #primary, body.tax-product_cat .wrap #primary {
    width: 74% !important;
}
body.archive.tax-product_cat aside#secondary {
    display: block !important;
}
@media screen and (max-width: 600px){
	body.archive.tax-product_cat .wrap {
    	display: flex;
    	flex-direction: column-reverse;
    	flex-wrap: wrap;
	}
}

body.single aside#secondary {
    display: none !important;
}

body.post-template-default.single aside#secondary {
	display: block !important;
}

body.post-template-default.single .entry-content h2 {
	font-size: 20px;
	line-height: 1em;
}

body.post-template-default.single .entry-header .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	border-radius: 25px;
}

@media screen and (max-width: 1232px){
	body .top-header .logo a img {
		width:90px;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
		font-size:13px!important;
	}
	body header .header-button a.btn-bt.default.btn-default {
		padding:10px!important;
	}
}

@media screen and (max-width: 1024px){
	.top-header .logo a img {
		margin:12px!important;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
		margin-right:10px!important;
	}
	body header .header-button a.btn-bt.default.btn-default {
		font-size:13px!important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 980px){
	.navigation-top { width:auto!important; }
	body header .left-right-header .header-button{
		margin-top:-12px!important;
	}
	.top-header.left-right-header nav {
		padding-left:10px!important;
	}
}
