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



/*
 *    THIS WAS USED IN THE SHELL TO MAKE IT APPEAR LIKE THE SUBPAGE BANNER H1 IS VETIVCALLY CENTERED.
 */

body:not(.home) .row.default-header .page-title h1 {
    margin-bottom: -30px !important;
}


/* General Styles */

    .vc_row {
        clear: both;
    }

    html.js { margin-top: 0 !important; }

    .bakery a.btn-bt.centered { display: inline-block; }

    footer a { position: relative; }

    @media (max-width: 767px) { .pseudo-i { left: -24px; } }

    .pseudo-i {
        position: absolute;
        font-size: 20px;
        margin-top: 0px;
        /*color: #72D1CA;*/
        left: 0;
    }

    .add-parallax {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 360px;
    }

    @media (min-width: 768px) {
        .span4 {
            width: 33.33%;
            float: left;
        }
    }

/* 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 {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none;
}
.top-widget a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.top-widget a:hover,
.top-widget a i:hover {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: none;
            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: -webkit-fit-content;
    width: -moz-fit-content;
    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: 769px) {
    .bakery .container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        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 */
.wpcf7 .wpcf7-form-control.wpcf7-submit.btn-bt.default,
a.btn-bt.default {
    -webkit-box-shadow: 0px 1px 5px #777;
            box-shadow: 0px 1px 5px #777;
    text-align: center;
    padding: 14px 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.btn-bt {
    font-size: 15px;
    line-height: 1.2;
    border-radius: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-box-shadow .5s, -webkit-transform .5s;
    transition: -webkit-box-shadow .5s, -webkit-transform .5s;
    -o-transition: box-shadow .5s, transform .5s;
    transition: box-shadow .5s, transform .5s;
    transition: box-shadow .5s, transform .5s, -webkit-box-shadow .5s, -webkit-transform .5s;
}

#content a.btn-bt:hover {
    -webkit-box-shadow: 1px 2px 3px white;
            box-shadow: 1px 2px 3px white;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

/* a.btn-bt::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: white;
  width: 54%;
  top: 70%;
  transform: scaleX(0);
  transition: transform 0.5s ;
  transform-origin: 0 0;
}

a.btn-bt:hover::before {
  transform: scaleX(1);
  transform-origin: (0, 0);
}
 */
.orange {
    background-color: #F5831E;
}
    
.green {
    background-color: #9BCD36;
}

.white {
    background-color: white;
    color: black;
}

.small {
    width: 200px;
    height: 60px;
}

.medium {
    width: 310px;
    height: 55px;
}

.large {
    max-width: 373px;
    width: 100%;
    height: 68px;
}

.home-header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
}

a.btn-bt:hover {
    color: white;
}

a.btn-bt.white:hover {
    color: black;
}

/* 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 {
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #4A4A4A;
    background: #FFFFFF;
    border-radius: 4px;
    letter-spacing: 0;
    line-height: 24px;
    font-size: 16px;
    color: #4A4A4A;
    height: 40px;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit.btn-bt.default {
    font-family: 'OpenSans', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2.77px;
    /*background: #338c89;*/
    padding: 22px 100px;
    border-radius: 50px;
    font-weight: 400;
    color: #fff;
}
.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 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
}
.left-right-header .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media(min-width: 979px) and (max-width: 1100px) {
    ul#top-menu li a {
        letter-spacing: 0.5px;
    }
    
    #top-menu li {
        padding: 24px 5px;
    }
}

@media (max-width: 979px) {
    .left-right-header .header-button {
        margin-right: 10px;              /* This value can vary based on sizes of the button and other items in .top-header */
    }
    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;
    }
    .left-right-header .nav-and-button {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: right;
    }
    body .left-right-header .navigation-top {
        position: absolute;
        float: right;
        width: auto;
        right: 4%; /* percentage based on half of the remaining container width to counteract the position absolute */
    }
}

@media (min-width: 481px) and (max-width: 979px) {
    body .left-right-header .container .logo {
        width: unset;
    }
}

@media (max-width: 480px) {
    
    .top-widget .span6.left, .top-widget .span6.right {
        width: 46%;
    }
    body .left-right-header .logo {
        position: absolute;
        width: auto;
    }
    
    .top-header.left-right-header .logo, .top-header.left-right-header .logo .site-branding {
        height: 60px;
        width: 80px;
    }
}
/* End Logo Left + Nav Right */

/* Logo Top + Nav Bottom */

.top-bottom-header .site-branding {
    padding: 0;
}
.top-bottom-header .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,0.2);
}

body .row.default-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home h1 {
    line-height: 60px;
    margin-bottom: 0;
    width: 100%;
}
body:not(.home) .row.default-header .page-title {
    width: 100%;
    margin-top: 80px;
}
body:not(.home) .row.default-header .page-title h1 {
    line-height: 70px;
    margin-bottom: 0;
}

.row.default-header {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
body.home .default-header .page-title {
    width: 100%;
}
body .default-header .page-title .wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
.default-header h1 {
    font-family: 'Raleway', cursive;
}

/* 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 .bakery .container {
    display: block;
}

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

#menu-page h2 {
    font-family: 'Raleway', sans-serif;
    line-height: 50px;
    font-weight: 200;
    font-size: 45px;
    padding: 0;
    margin: 0;
}

#menu-page .menu-section-title {
    font-family: 'Raleway', sans-serif;
    line-height: 40px;
    font-weight: 200;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

#menu-page .menu-grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
}

@media (max-width: 767px) {
    #menu-page .menu-grid-container {
        -ms-grid-columns:1fr;
            grid-template-columns:1fr;
        grid-gap:0;
    }
}

#menu-page .menu-grid-container .menu-section-title {
    font-size: 25px;
}

body#menu-page .menu-grid-container li,
body#menu-page .menu-grid-container p,
#menu-page .item-wrapper,
#menu-page .tab-content li {
	color: #F5831E;
	font-weight: 400;
}

h3.menu-section-title {
    color: #9BCD36;
}

#menu-page .item-name,
#menu-page .item-price {
    font-weight: 700;
}

.item-wrapper {
    margin-bottom: 15px;
}

#menu-page table {
    margin-bottom: 50px;
}

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

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

#menu-page #content .tab-content ul {
    margin-left: 35px;
}

#menu-page #content .tab-content li {
    font-size: 16px;
    list-style-type: none;
    line-height: 1.66;
}

#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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 2 215px;
            flex: 1 2 215px;
    margin-bottom: 25px;
}

#menu-page .tab-content {
    background-color: #e2e2e2;
    border-radius: 20px;
    padding: 70px;
    -webkit-box-shadow: 2px 3px 4px #777;
            box-shadow: 2px 3px 4px #777;
}

#menu-page .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

@media (max-width: 767px) {

    #menu-page .tabs .tab-link {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        margin-bottom: 25px;
    }
    
    #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:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    }

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

    #menu-page  .menu-wrapper td:nth-child(2) {
        -webkit-box-ordinal-group:4;
            -ms-flex-order:3;
                order:3;
        margin:10px 0;
    }

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

    #menu-page .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #menu-page .tabs .tab-link {
         width:100%;
    }
    
    #menu-page .tab-content {
        padding: 35px;
    }
    
    #menu-page .menu-section-title {
        font-size: 24px;
        line-height: 1.2;
    }   
}

/* 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 {
    -webkit-box-shadow: none;
            box-shadow: none;
}
footer#footer.site-footer {
    border-top: none;
}
footer .widget {
    padding: 0;
}
footer .widget {
    margin-bottom: 32px;
}
footer .widget h5 {
    margin-bottom: 5px;
}
footer ul.social li a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
footer ul.social li a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
footer#footer h2.widget-title {
    margin-bottom: 7px;
}

footer .footer-right .widget_text .custom-html-widget {
    position: relative;
    left: 35px;
}

footer .footer-left img {
	max-width: 250px;
    width: 95%;
}

footer .pseudo-i {
    left: -30px;
}

@media (max-width: 767px) {
    footer .row .container {
        width: 75%;
    }
}
/* END Footer */

/* Copyright Row */
@media (min-width: 769px) {
    .copyright .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.copyright-text.centered {
    width: 100%;
}
.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;
    }
}
/* END Copyright Row */

/* Responsive */
@media (max-width: 979px) {
    body footer#footer a {
        -webkit-box-shadow: none;
                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;
    }
    .gallery-row .isotope-item {
        z-index: 0;
    }
}
/* END Responsive

/* Homepage */

.bottom-cta h2 {
    margin-bottom: 20px;
    font-family: Raleway;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 5.65px;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 0 2px 24px rgba(0,0,0,0.50);
}

body .bottom-cta p {
    color: white;
}



.bakery .promo-row h3 {
    font-family: 'Raleway', sans-serif;
    padding-left: 25px;
    margin-bottom: 0px;
    line-height: 1.2;
    font-weight: 300;
    max-width: 340px;
    font-size: 36px;
    padding-top: 0;
    color: #000;
}

@media (min-width:767px) and (max-width: 810px) {
	.bakery .promo-row h3 {
		font-size: 26px;
		margin-left: 0;
		padding-left: 0!important;
		text-align: center!important;
	}
}

.promo-row .vc_col-sm-4 .vc_column-inner {
    max-width: 340px;
    border-radius: 25px 25px 40px 40px;
    background-color: white;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
            box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
    .promo-row .vc_col-sm-4 .vc_column-inner {
        max-width: 90%;
    }
}

.promo-row .vc_col-sm-4 .wpb_content_element p {
    margin-bottom: 0;
}

.upper-cta .wpb_content_element,
.promo-row .wpb_content_element {
    margin-bottom: 0;
}


.promo-row a:hover > img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.65;
}
.promo-row h3 a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #0acfef;
}
.promo-row a img,
.promo-row h3 a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body p, body li {
    font-family: Raleway;
    line-height: 30px;
    font-weight: 600;
    font-size: 18px;
}
@media (min-width: 769px) {
    .upper-cta .wpb_wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .upper-cta a.btn-bt {
        margin-left: 20px;
    }
}
@media (min-width: 769px) {
    .products-grid .vc_grid.vc_row .vc_grid-item {
       float: left;
    }
    .gallery-row .container {
        max-width: 752px;
    }
}
@media (max-width: 768px) {
    
    .bottom-cta h2 {
        line-height: 1.2;
    }
    
    .bakery .upper-cta .wpb_wrapper {
        max-width: 235px;
    }
    .bakery .upper-cta.alternate-upper-cta .wpb_wrapper,
    .bakery .upper-cta .wpb_wrapper {
        max-width: 235px;
    }
    .bakery .upper-cta a.btn-bt {
        padding: 8px 18px;
        margin-top: 14px;
        display: block;
    }
    .bakery .upper-cta p {
        text-align: center;
    }
    .promo-row .wpb_column.vc_column_container {
        margin-bottom: 32px;
    }
    .staff-row .vc_inner {
        padding: 20px 0px;
    }
    .staff-row .vc_inner .wpb_column:first-child {
        margin-bottom: 12px;
    }
    body .vc_row:not(.bottom-cta) h2,
    #ty-page .vc_row p {
        text-align: center;
    }
    .bakery .vc_row .vc_col-sm-6:first-child {
        margin-bottom: 30px;
    }
    
    .promo-row .vc_col-sm-4 .vc_column-inner {
        margin: 0 auto;
    }
}

.upper-cta .wpb_wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

a.btn-bt.alternate {
    padding: 18px 36px;
}
.vc_row.upper-cta {
    padding: 22px 0px;
}

body:not(.home) .bakery {
    margin-top: -99px;
    display: inline-block;
    width: 100%;
}

.upper-cta p {
    margin-bottom: 0;
    font-size: 24px;
    color: white;
}
.upper-cta.alternate-upper-cta .wpb_wrapper {
    max-width: initial;
}
body .vc_row:not(.bottom-cta) h2 {
    font-family: Raleway;
    margin-bottom: 18px;
    padding-top: 35px;
    line-height: 54px;
    font-weight: 600;
    font-size: 48px;
    color: #F5831E;
}

body.home .vc_row:not(.bottom-cta) h2 {
    font-size: 36px;
}

.wpb_text_column.wpb_content_element:last-child {
    margin-bottom: 0;
}
.bakery h3 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 32px;
    padding: 0;
}
.tribe_events-template-default.single.single-tribe_events #content,
.post-type-archive-tribe_events #content {
    padding-top: 0;
}

div#tribe-events-pg-template {
    padding-top: 40px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
    text-align: center;
    color: #FFF;
}
.vc_grid.vc_row.vc_grid-gutter-35px.vc_pageable-wrapper.vc_hook_hover {
    padding: 0;
}
.woocommerce-tabs.wc-tabs-wrapper,
nav.woocommerce-breadcrumb,
.single .product_meta {
    display: none;
}
.single.single-product.has-sidebar.woocommerce-page #primary {
    padding-top: 40px;
    width: 100%;
}
#menu-page .row.full_width .menu-wrapper {
    padding-top: 40px;
    max-width: 1100px;
    margin: 0 auto;
    width: 87%;
}
.blog #content {
    padding-top: 0px !important;
}
.blog .wrap {
    padding-top: 40px !important;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    width: 87%;
}
.blog div#primary {
    width: 100% !important;
}
.blog div#primary article {
    width: 100%;
}
.single.single-post footer.entry-footer,
span.edit-link {
    display: none;
}
.single.single-post .wrap {
    max-width: 1100px !important;
    padding: 40px 0 0 0 !important;
    width: 87% !important;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 24px;
}

body .top-widget p {
    line-height: 40px;
}

@media (max-width: 480px) {
    .bottom-cta h2,
    #menu-page h2 {
        margin-bottom: 12px;
        font-size: 36px;
    }
    
    #contact-page .bakery .container,
    #specials-page .bakery .container,
    #locations-page .bakery .container {
        width: 70%;
    }
    .row.default-header .page-title h1 {
        text-align: center;
        font-size: 36px;
    }
}

/* Defaults */

@media (max-width: 768px) {
    .home .row.default-header .page-title h1 {
        font-size: 46px;
        line-height: 1.2;
    }
    
    .home .row.default-header {
        height: 300px;
    }
    
    body .vc_row:not(.bottom-cta) h2,
    body.home .vc_row:not(.bottom-cta) h2 {
        font-size: 32px;
        color: #17120F;
        line-height: 34px;
    }
    
    body p,
    body li {
        font-size: 16px;
        letter-spacing: 0.44px;
    }
    
    .add-parallax {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 300px;
        height: unset
    }
    
    .upper-cta p {
        font-size: 15px;
    }
    
    .upper-cta .medium {
        width: 200px;
        height: 60px;
    }
    
    .bakery .upper-cta a.btn-bt {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 5px;
    }
    
    .upper-cta .wpb_wrapper .wpb_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    body:not(.home) .bakery {
        margin-top: -139px;
        display: inline-block;
        width: 100%;
    }
    
    .home .row.default-header .page-title h1 {
        font-size: 33px;
        line-height: 1.2;
    }


}

@media (max-width: 480px) {
    .top-widget .span6.left, .top-widget .span6.right {
        width: 46%;
    }
    
    .home .row.default-header .page-title h1 {
        font-size: 28px;
        line-height: 1.2;
    }
}

/* About Mobile */

@media (max-width: 767px) {
    .about-text h2 {
        padding-top: 0!important;
    }
    
    .about-text .wpb_content_element {
        margin-bottom: 0;
    }
    
}


/* Testimonial */

.testimonial-row img {
    border-radius: 50%;
}
.staff-row.testimonial-row {
	padding-top: 0;
}


/* Header adjustments */

.header-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px;
        grid-template-columns: 1fr 30px;
    margin-top: 5px;
}

.header-grid a {
    -ms-grid-column-align: end;
        justify-self: end;
}

.header-grid .header {
    width: 200px;
    height: 40px;
	margin-right: 15px;
	float: left;
}

.header-grid ul {
    position: relative;
    top: -3px;
}

.top-widget .span6.left #sidebar {
    margin-top: 5px;
}

.new-text {
	width: 280px;
	display: inline-block;
	font-size: 13px;
	margin-left: 10px;
	height: 40px;
	line-height: 1.2;
	position: relative;
	top: 7px;
}

@media (min-width: 769px) {
    body .left-right-header .logo {
        padding-top: 12px;
        width: 18%
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    body .left-right-header .logo {
        padding-top: 25px;
    }
}


@media (max-width: 480px) {
    .header-grid {
        -ms-grid-columns: 1fr 20px;
            grid-template-columns: 1fr 20px;
    }
    
    .header-grid .header {
        width: 115px;
        font-size: 10px;
		margin-right: 5px;
    }
	
	#contact-page .upper-cta .container {
		width: 100%!important;
	}
	
	.bakery .upper-cta.alternate-upper-cta .wpb_wrapper, 
	.bakery .upper-cta .wpb_wrapper {
    	max-width: 328px;
	}
	
}

/* Making the header fixed */

.top-widget {
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
            box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.top-header {
    margin-top: 50px;
}

@media (max-width: 400px) {
    footer .row .container {
        width: 85%;
    }
}

/* Fixing the header on very small phones */

@media (max-width: 360px) { 
	.header-button a.btn-bt.default {
    	letter-spacing: 0.5px;
	}
	
	.top-widget .left a  {
    	font-size: 16px!important;
	}
}


#header .fa-facebook {
 	background-color: #4267B2;
    color: white;
    padding: 3px 2px 0 8px;
    font-size: 22px;
    position: relative;
    top: 3px; 
}

/* Resizing the header on mobile */

@media(max-width: 768px) {
	.top-header, 
	.top-header-container {
		height: 155px;
	}
	
}

@media (max-width: 480px) {
	.top-header {
    	height: 94px;
	}
	
	.top-header .container {
    	height: 100px;
	}
	
	
	
}
