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

/* General Styles */
    html.js { margin-top: 0 !important; }
/* 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 {
    padding-right: 10px;
}

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;
    width: 100%;
}
#top-menu ul.sub-menu li {
    padding: 24px 10px;
}
.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;
        max-width: 1800px;
        width: 87%;
        margin: 0 auto;
    }

    .page-id-769 .bakery .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

/*    .single-product .wrap {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    } */

    .wrap {
        max-width: 1800px;
        width: 87%;
        margin: 0 auto;
    }
}
.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 {
    box-shadow: 0px 1px 5px #777;
    text-align: center;
    padding: 14px 40px;
    transition: 0.3s;
    display: block;
}
/* END Buttons */

/* Blog */
.blog #page #primary {
    width: 100%;
}
aside#secondary {
    display: block;
}
.post-thumbnail img {
    min-height: 430px;
    width: 100%;
}
.blog .wrap {
    max-width: 100%;
}

.vc_custom_heading h4 {
    font-size: 32px;
}


@media (min-width: 980px) {
    .blog .site-main > article,
    .archive .site-main > article,
    .search .site-main > article,
    .category .site-main> article {
        padding-bottom: 0px;
        min-height: 740px;
        padding: 0px 20px;
        float: left;
        width: 100%;
    }
    
    .has-sidebar #secondary {
        padding-left: 50px;
    }
}

@media (max-width: 979px) {
    .has-sidebar:not(.error404) #primary {
        width: 100%
    }
    
    .has-sidebar #secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .vc_custom_heading h4 {
        font-size: 20px;
    }
}

/* 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 {
    background: #ffffff;
    font-family: "brandon-grotesque";
    font-weight: 400;
    font-size: 14px;
    color: #17120F;
    text-align: left;
    border-bottom: 4px solid #17120F;
    border-top: none;
    border-left: none;
    border-right: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    background: rgba(241,93,53,0.50);
}


.wpcf7 p { 
    position: relative;
    margin-bottom: 10px; 
}

.wpcf7 p .fa{
  position: absolute;
  color: #000000;
  z-index: 100;
  font-size: 18px;
  top: 22%;
  left: 97%;
}

@media (max-width: 480px) {
    .wpcf7 p .fa{
        left: 92%;
    }
}

::-webkit-input-placeholder {
 font-size: 12px;
 font-weight: bold;
 font-family: "brandon-grotesque", sans-serif;
}
:-moz-placeholder { /* older Firefox*/
 font-size: 12px;
 font-weight: bold;
 font-family: "brandon-grotesque", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */ 
 font-size: 12px;
 font-weight: bold;
 font-family: "brandon-grotesque", sans-serif;
} 
:-ms-input-placeholder { 
 font-size: 12px;
 font-weight: bold;
 font-family: "brandon-grotesque", sans-serif;
}


.wpcf7 .wpcf7-form-control.wpcf7-submit.btn-bt.default {
    font-family: 'openSans', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #338c89;
    padding: 22px 100px;
    border-radius: 50px;
    font-weight: 400;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 2px;
    font-family: "prohibition";
    font-size: 1.313em;
    color: #4A4A4A;
    letter-spacing: 4px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #F15D35;
    background: rgba(0,0,0,0.25);
    border-radius: 2px;
    transition:0.3s;
}

.wpcf7 select {
    width: 100%;
    margin-bottom: 30px;
}
.wpcf7 textarea {
    height: 150px;
}
/* END Contact Forms */

/* Header Styles */     /* Header Styles */     /* Header Styles */     /* Header Styles */
/* Header Styles */     /* Header Styles */     /* Header Styles */     /* Header Styles */
/* Header Styles */     /* Header Styles */     /* Header Styles */     /* Header Styles */
/* 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: right;
    width: 86%;
}
.left-right-header .nav-and-button {
    float: right;
}
@media (min-width: 980px) {
    .top-header.left-right-header nav {
        padding-right: 15px;
        float: left;
    }
}
.left-right-header .header-button {
    float: left;
}
.left-right-header .header-button .btn-default {
    position: relative;
    top: 12px;
}
body .left-right-header .logo {
    float: left;
    width: 14%;
}
.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;
    }
    .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! */
    z-index: -1;
}
body .hamburger-header .navigation-top {
    background: transparent;
    position: relative;
    border-bottom: 0;
    border-top: 0;
    float: right;
    width: 100%;
}
.hamburger-header .nav-and-button {
    float: left;
    margin-top: 25px;
}
.top-header.hamburger-header nav {
    float: left;
}
.hamburger-header .header-button {
    float: right;
    margin-left: 25px;
}
.hamburger-header .header-button .btn-default {
    position: relative;
    top: 12px;
}
body .hamburger-header .logo {
    float: left;
    width: 70%;
}
@media (min-width: 1px) {
    .js .hamburger-header .menu-toggle {
        font-size: 70px;
        display: block;
        float: right;
        padding: 0;
        margin-top:-20px;
        z-index: 100000;
    }
    .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 */
/* END Header Styles */     /* END Header Styles */     /* END Header Styles */     /* END Header Styles */
/* 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: 86%;
    margin: 0 auto;
    padding-top: 150px;
}

.row.default-header {
    height: 400px;
}

@media (max-width: 480px) {
    body .row.default-header .wrapper {
        padding-top: 30px;
    }

    .row.default-header {
        height: 100px;
    }
}
/* END Top Banners */

/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* 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%;
}

#menu-page .tab-content {

}    

/* 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 */

/* 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;
}
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: 45%;
    }
    .top-widget .span6.right {
        float: right;
    }
    .span3 {
        padding: 0 30px;
        width: 100%;
        float: left;
    }
}
/* END Responsive

/* General */

html, body {
    overflow-x: hidden;
}

.mobile-only {
    display: none !important;
}

a:focus {
    outline: none;
}

.wpb_column.vc_column_container.vc_col-sm-12 {
    z-index: 0;
}

@media (max-width: 979px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }
}

/* Typeography */

/*body, button, input, select, textarea {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    color: #000000;
    text-align: left;
    line-height: 1.25em;
}
*/
body p, body li {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    color: #000000;
    text-align: left;
    line-height: 2em;
}


p.testimony-white {
    font-size: 2.25em;
    color: #FFFFFF;
    text-align: center;
    line-height: 2.5em;
}

p.testimony-author {
    font-weight: 700;
}

p.intro {
    font-size: 1.5em;
    color: #000000;
    text-align: center;
    line-height: 2.125em;
}

p.location {
    font-size: 1.25em;
    color: #605E5E;
    line-height: 2em;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "prohibition", sans serif;
    font-weight: 400;
    color: #17120F;
    text-align: center;
}

body h1 { 
    font-size: 4em;
    color: #FFFFFF;
    letter-spacing: 6px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.row.default-header .page-title h1 {
    font-size: 4em;
    color: #FFFFFF;
    letter-spacing: 6px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.row.default-header .page-title h1 span {
    color: #EF5E3D;
}

h1.product_title.entry-title {
    color: #000000;
    text-align: left;
    font-size: 1.5em;
    font-family: "prohibition", sans serif !important;
    line-height: 1.3em;
    margin: 0px;
}

h1.entry-title {
    font-size: 2em;
    color: #17120F;
    margin: 0px;
}

body h2, body h3 {
    font-size: 2.625em;
    color: #17120F;
    letter-spacing: 4px;
    text-align: left;
}

h2.shop-featured-item {
    font-size: 3em;
    color: #17120F;
    letter-spacing: 3.2px;
    text-align: left;
    line-height: 3.125em;
}

h2.cta-white {
    font-size: 4em;
    color: #FFFFFF;
    letter-spacing: 6px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

h2.home-small {
    font-size: 1.875em;
    color: #17120F;
    letter-spacing: 2px;
    text-align: left;
    padding: 0px;
}

h3.promo {
    font-size: 3.5em;
    color: #FFFFFF;
    letter-spacing: 5.25px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    padding-top: 0px;
}

.home a.vc_gitem-link {
    font-size: 1.5em;
    color: #FFFFFF !important;
    letter-spacing: 5.25px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    padding-top: 0px;
}

h3.white {
    font-size: 2.250em;
    color: #FFFFFF;
    letter-spacing: 2.4px;
    text-align: center;
}

h3.form {
    font-size: 3em;
    color: #17120F;
    letter-spacing: 3.2px;
    text-align: left;
}

h4.carousel {
    font-size: 1.25em;
    color: #FFFFFF;
    letter-spacing: 1.2px;
    text-align: center;
}


@media (max-width: 480px) {
    body p, body li {
        line-height: 1.15em;
    }

    .row.default-header .page-title h1 {
        font-size: 2em;
    }
    
    .home a.vc_gitem-link {
        font-size: 1em;
    }
    
    body h3 {
        letter-spacing: 1px;
    }
}

/* Header */

.top-widget,
svg.icon.icon-arrow-right {
    display: none;
}

.social-icons-nav {
    float: right;
    margin-top: 60px;
    margin-left: 25px;
}

.social-icons-nav ul li a i {
    font-size: 45px;
}

li.instagram:before {
    content: url(/wp-content/uploads/2018/09/Instagram-Square-Icon.png);
}

li.facebook:before {
    content: url(/wp-content/uploads/2018/09/Facebook-Square-Icon.png);
}

li.twitter:before {
    content: url(/wp-content/uploads/2018/09/Twitter-Square-Icon.png);
}



body .hamburger-header .logo {
    text-align: center;
}

.top-header .main-navigation.toggled-on ul#top-menu li a {
    font-family: "prohibition";
    font-size: 1.25em;
    color: #FFFFFF;
    letter-spacing: 3.38px;
    text-align: left;
    line-height: 0.1em;
}

@media screen and (min-width: 48em) {
.has-header-image  .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
        bottom: 0;
        display: block;
        left: 0;
        height: auto;
        padding-top: 0;
        position: absolute;
        width: 100%;
    }

    .has-header-image .site-branding, .twentyseventeen-front-page.has-header-video .site-branding, .home.blog.has-header-image .site-branding, .home.blog.has-header-video .site-branding {
        margin-bottom: 70px;
    }
}



@media (min-width: 980px) {
  /*  .js .hamburger-header .main-navigation.toggled-on > div > ul {
    width: 400px;
}*/

    #top-menu li {
        display: block;
    }

    .social.top-widget-socials {
        margin-bottom: 0px;
    }
}

@media (max-width: 979px) {
    .hamburger-header .nav-and-button {
        float: right;
        margin-top: 35px;
    }

    .hamburger-header .header-button {
        float: left;
        margin-right: 35px;
        margin-top: -60px;
    }

    .social-icons-nav.mobile-only {
        float: none;
        width: 100%;
        margin-top: 5px;
        display: flex !important;
        justify-content: center;
        margin-bottom: -7px;
    }

    .hamburger-header .menu-toggle .icon {
        top: 0px;
    }

    .js .hamburger-header .menu-toggle {
        margin-top: -45px;
        font-size: 50px;
    }

    body .hamburger-header .logo {
        float: left;
        width: 90px;
        margin-top: -15px;
    }

    body .hamburger-header .navigation-top {
        height: 135px;
    }
}

@media (max-width: 355px) {
    .hamburger-header .header-button {
        margin-right: 25px;
    }
}

/* Footer */ 

p.footer {    
    font-size: 1.5em;
    color: #FFFFFF;
    letter-spacing: 0.43px;
    text-align: center;
    margin: 0px;
}

p.footer span {
    font-size: 1.6em;
    text-transform: uppercase;
    font-family: "prohibition";
}

p.copyright {
    font-size: 0.75em;
    color: #FFFFFF;
    letter-spacing: 0.43px;
}

p.copyright a {
    font-size: 1em;
    color: #FFFFFF;
    letter-spacing: 0.43px;
}

.widget a img {
    box-shadow: none;
}

.app-images {
    text-align: center;
}

footer#footer a {
    box-shadow: none;
}

footer ul.social li a i {
    color: #ffffff;
    font-size: 42px;
    padding-right: 20px;
    padding-top: 20px;
}

@media (min-width: 980px) {
    .third-footer {
        float: right;
    }

    .vc_col-sm-4.footer-left,
    .vc_col-sm-4.footer-mid,
    .vc_col-sm-4.footer-right {
        width: 33.333%;
        float: left
    }
    
    .google-app {
        padding-right: 10px;
    }
    
    .app-images {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 979px) {
    .third-footer {
        float: none;
        text-align: center;
    }

    .vc_col-sm-4.footer-left,
    .vc_col-sm-4.footer-mid,
    .vc_col-sm-4.footer-right {
        width: 100%;
        float: none;
        text-align: center;
    }

    footer#footer .row {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    .app-images {
        display: grid;
    }
    
    .footer-right .widget_text.widget-content.widget {
        margin-bottom: 0px;
    }

    ul.social.footer-widget-socials {
        margin: 0px;
    }

}

@media (max-width: 480px) {
    p.footer span {
        font-size: 1em;
    }
} 

/* Buttons */

div.header-button a.btn-bt.default.btn-default {
    background: #F15D35;
    border-radius: 2px;
    font-family: "prohibition", sans serif;
    font-size: 1.5em;
    color: #FFFFFF;
    letter-spacing: 5px;
    text-align: center;
    width: 180px;
    font-weight: lighter;
    text-shadow: 1px 2px 3px #000000;
}

div.header-button a.btn-bt.default.btn-default:hover {
    background: #F15D35;
    background: rgba(0,0,0,0.25);
    border-radius: 2px;
    transition:0.3s;
}

a.btn-bt.default-plain {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 2px;
    font-family: "prohibition";
    font-size: 1.313em;
    color: #4A4A4A !important;
    letter-spacing: 4px;
    text-align: center;
    padding: 15px 10px;
}

a.btn-bt.default-plain:hover {
    background: #F15D35;
    background: rgba(0,0,0,0.25);
    border-radius: 2px;
    transition:0.3s;
}

a.btn-bt.default-featured-roast {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 2px;
    font-family: "prohibition";
    font-size: 1.313em;
    color: #4A4A4A !important;
    letter-spacing: 4px;
    text-align: center;
    padding: 15px 30px;
}

a.btn-bt.default-featured-roast:hover {
    background: #F15D35;
    background: rgba(0,0,0,0.25);
    border-radius: 2px;
    transition:0.3s;
}

a.btn-bt.default-footer {
    background: rgba(0,0,0,0.25);
    border: 1px solid #ffffff;
    border-radius: 2px;
    font-family: "prohibition";
    font-size: 1.313em;
    color: #FFFFFF !important;
    letter-spacing: 4px;
    text-align: center;
    padding: 15px 10px;
}

a.btn-bt.default-footer:hover {
    background: #F15D35;
    border-radius: 2px;
    transition:0.3s;
}

a.btn-bt.default-clear {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 2px;
    font-family: "prohibition";
    font-size: 1.313em;
    color: #ffffff !important;
    letter-spacing: 4px;
    text-align: center;
    padding: 15px 10px;
}

a.btn-bt.default-clear:hover {
    background: #F15D35;
    border-radius: 2px;
    transition:0.3s;
}

a.btn-bt.default-large {
    background: rgba(23,18,15,0.25);
    border: 1px solid #FFFFFF;
    font-family: "prohibition";
    font-size: 5em;
    color: #FFFFFF;
    letter-spacing: 7px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    padding: 20px 110px;
}

a.btn-bt.default-large:hover {
    background: rgba(23,18,15,0.50);
    border: 1px solid #F15D35;
    color: #F15D35;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    transition:0.3s;
}

a.btn-bt.default-orange {
    background: #F15D35;
    border-radius: 2px;
    font-family: "prohibition";
    font-size: 1.313em;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-align: center;
    padding: 15px 10px;
}

a.btn-bt.default-orange:hover {
    background: #F15D35;
    background: rgba(0,0,0,0.25);
    border-radius: 2px;
    transition:0.3s;
}


a.btn-bt.default-more-info {
    background: #F15D35;
    border-radius: 2px;
    font-family: "prohibition";
    font-size: 1.313em;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-align: center;
    padding: 5px 20px;
}

a.btn-bt.default-more-info:hover {
    background: #F15D35;
    background: rgba(0,0,0,0.25);
    border-radius: 2px;
    transition:0.3s;
}

a.btn-bt.default-orange-featured-roast {
    background: #F15D35;
    border-radius: 2px;
    font-family: "prohibition";
    font-size: 1.313em;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-align: center;
    padding: 15px 50px;
}

a.btn-bt.default-orange-featured-roast:hover {
    background: #F15D35;
    background: rgba(0,0,0,0.25);
    border-radius: 2px;
    transition:0.3s;
}

.wpsl-location-directions a {
    background: #F15D35;
    border-radius: 2px;
    font-family: "prohibition";
    font-size: 1.313em;
    color: #FFFFFF;
    letter-spacing: 4px;
    text-align: center;
    padding: 5px 20px;
}

.wpsl-location-directions a:hover {
    background: #F15D35;
    background: rgba(0,0,0,0.25);
    border-radius: 2px;
    transition:0.3s;
}

@media (max-width: 480px) {
    a.btn-bt.default-orange-featured-roast {
        padding: 15px 20px;
    }

    a.btn-bt.default-featured-roast { 
        padding:15px 5px;
    }
    
    p.featured-roast {
        width: 80% !important;
        padding: 10px 20px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 400px) {
    div.header-button a.btn-bt.default.btn-default {
        width: 155px;
    }
}

@media (max-width: 360px) {
    div.header-button a.btn-bt.default.btn-default {
        width: 135px;
    }
}

@media (max-width: 355px) {
        div.header-button a.btn-bt.default.btn-default {
        width: 117px;
    }
}

/* SIngle Product 

.single-product .site-content {
    padding: 0px;
}

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

h1.product_title.entry-title {
    display: none;
}

.special-notes h1.product_title.entry-title {
    display: block;
}

.single-product .entry-title {
    display: none;
}

.gal-title h2 {
    color: #f26222;
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
} */


/*Bottom CTA */

.bottom-cta .wpb_content_element {
    margin-bottom: 0px;
}


/* Woocom */

.flex-viewport {
    margin-bottom: 50px;
}

.woocommerce-message {
    background-color: #000000 !important;
}

.woocommerce-page aside#secondary {
    display: none;
}

.has-sidebar.woocommerce-page:not(.error404) #primary {
    width: 100%;
}

.bakery .woocommerce {
        max-width: 100%;
        width: 87%;
        margin: 0 auto;
        padding-bottom: 30px;
    }


h1.woocommerce-products-header__title.page-title {
    font-size: 42px;
}


img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
    border: 2px solid #000000;
}

@media (max-wdith: 480px) {
    h1.woocommerce-products-header__title.page-title {
        font-size: 26px;
}    
}    

/* popup maker */
.pum-theme-14892 .pum-container, .pum-theme-default-theme .pum-container {
    background-color: #ffffff !important;
}


/* Instagram Feed */

/*.bakery div.vc_column-inner .wpb_wrapper p:last-child {
    text-align: center !important;
}*/

/* .instagram-row .container {
    max-width: 100%;
    width: 87% !important;
    margin: 0 auto;
} */

.sbvcytc-slick-arrow {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 50%;
    box-shadow: none !important;
    font-size: 85px !important;
    height: 60px;
    width: 60px;
    left: -10px;
    line-height: 60px;
    margin-top: 0px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 1;
    color: #EF5E3D !important;
    opacity: 1 !important;
}

.sbvcytc-slick-next i.fa.fa-chevron-right {
    margin-left: -30px !important;
}

.social-feed-container.slick-slider {
    padding: 0px 70px !important;
}

.svc_top_author {
    display: none !important;
}

.insta_img {
    cursor: pointer !important;
}

/* Bottom Slider Revolution */

.hesperiden.tparrows.tp-rightarrow:before {
    margin-right: 50px !important;
}

.hesperiden.tparrows:before {
    font-size: 100px !important;
    color: #ffffff !important;
}

.hesperiden.tparrows {
    background: transparent;
}

.hesperiden.tparrows:hover {
    background: transparent;
}

@media (max-width: 480px) {
    .hesperiden.tparrows.tp-rightarrow:before {
        margin-right: 0px !important;
    }

    .hesperiden.tparrows:before {
        font-size: 50px !important;
    }
}

/* single product view */

.product_cat-merchandise .grind-choice,
.postid-1310 .grind-choice,
.postid-1299 .grind-choice, 
.postid-1256 .grind-choice,
.postid-1225 .grind-choice,
.postid-917 .grind-choice,
.postid-379 .grind-choice{
    display: none;
}


.product_cat-merchandise .entry-title {
    display: none;
}
.product_cat-merchandise h1.product_title.entry-title {
    display: block;
}

/* 
 .postid-1310 .entry-title, 
 .postid-1299 .entry-title,  
 .postid-1256 .entry-title, 
 .postid-1225 .entry-title, 
.postid-917 .entry-title,
 .postid-379 .entry-title  {
    display: none;
} */

/* 
 .postid-1310 h1.product_title.entry-title, 
 .postid-1299 h1.product_title.entry-title,  
 .postid-1256 h1.product_title.entry-title, 
 .postid-1225 h1.product_title.entry-title, 
 .postid-917 h1.product_title.entry-title 
 .postid-379 h1.product_title.entry-title  {
    display: block;
} */

.single-product .woocommerce-variation-add-to-cart .button.disabled {
    opacity: 1;
}

/*p.price span.woocommerce-Price-amount.amount,
p.price span.from {
    display: none;
}*/

.product_cat-merchandise p.price span.woocommerce-Price-amount.amount,
.product_cat-merchandise p.price span.from {
    display: block;
}

.product_cat-merchandise span.woocommerce-Price-amount.amount {
    font-family: "prohibition", sans serif;
    font-size: 26px;
}

.product_cat-merchandise h1.product_title.entry-title {
    color: #000000;
    text-align: left;
    font-size: 2.5em;
    font-family: "prohibition", sans serif !important;
    line-height: 1.3em;
    margin: 0px;
}

span.price span.woocommerce-Price-amount.amount {
    font-family: "prohibition", sans serif;
    font-size: 26px;
}

h2.woocommerce-loop-product__title {
    font-size: 1em;
}

/* .woocommerce-variation-price span.woocommerce-Price-amount.amount {
    display: none;
} */

.product_cat-merchandise section.related.products {
        margin-top: 0px;
}

/* .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
    max-height: 180px;
} */

.attachment-woocommerce_thumbnail {
    border: 2px solid #000000;
}

h3.grind-choice {
    margin: 0px;
    padding-top: 80px;
}

@media (min-width: 980px) {
    section.related.products {
        margin-top: 780px;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
        clear: none;
        padding-top: 20px;
    }
    
    h3.grind-choice {
        padding-top: 60px;
    }
}


/* EventBrite */

.page-template-eventbrite-index aside#secondary {
    display: none;
}

.page-template-eventbrite-index .site-main {
    max-width: 100%;
    width: 87%;
    margin: 0 auto;
}

.page-template-eventbrite-index body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
    width: 100%;
    float: none;
}

.page-template-eventbrite-index .archive:not(.page-one-column):not(.has-sidebar) #primary article {
    margin: 0 auto;
    float: none;
}

.page-template-eventbrite-index .page-title {
    font-size: 2.5em;
}

.page-template-eventbrite-index .post-thumbnail img {
    min-height: 100%;
    width: 100%;
}

body.page-two-column:not(.archive) #primary .entry-header,
body.page-two-column:not(.archive) #primary .entry-content {
    width: 100%;
    float: none;
}

.page-template-eventbrite-index img.wp-post-image {
    display: flex;
    margin: 0 auto;
}

.eventbrite-event {
    width: 87%;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .page-template-eventbrite-index .page-title {
        font-size: 1.5em;
    }
}

p.press-atc-msg {
	color: #fff;
    text-align: center;
	line-height:42px;
}

p.press-atc-msg a:hover {
	background: #F15D35;
    border-radius: 2px;
    transition: 0.3s;
}

p.press-atc-msg a {
background: #FFFFFF;
    border: 3px solid #000000;
    border-radius: 2px;
    font-family: "prohibition";
    font-size: 0.9em;
    color: #4A4A4A !important;
    letter-spacing: 4px;
    text-align: center;
    padding: 7px 10px;

}

.press-atc-msg a.button.wc-forwards {
    display: none;
}

.woocommerce div.product div.images img {
	width:auto!important;
}

@media (max-width: 480px) {
body.term-23 .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
	float: none!important;
	}
}

p.price {
    margin-top: 20px;
}

body.postid-16316 h3.grind-choice {
	display: none;
}

dl.variation dd,
dl.variation dt {
	font-size: 12px;
}

dl.variation dt {
	margin-top: 7px;
}

.woocommerce-cart-form dl.variation p {
	text-align: right;
	margin-right: 10px;
}

@media screen and (max-width: 835px) {
	dl.variation dd,
	dl.variation dt {
		clear: both;
	}
	.woocommerce-cart-form dl.variation p {
		text-align: left;
		margin-right: 0;
	}
	
	dl.variation dt {
		margin-bottom: -5px;
	}
}

/*Ongoing Product CSS */
.postid-19954 h3.grind-choice {
    /*margin-top: -73px !important;*/
}

.postid-19954 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled fieldset {
    display: none !important;
}

body.term-subscriptions ul.products li.product .price, ul.products li.product .star-rating {
    display: none !important;
}

/* Fixing the product page */

@media (min-width: 769px) {
	body:not(.archive) .product.product-type-variable-subscription,
	.woocommerce div.product.product-type-variable-subscription div.images figure img{
		width: 100%!important
	}
}