/* Theme Name: VDS
 * Description: Ice Cream Template Spedific CSS
 * Template: twentytwentyone
 * Author(s): VDS Developers
 * Version: 1.0
 *
*/

.white {
    color: #FFF !important;
}
/* desktop subnav active link color */
header#header nav.primary-navigation ul.menu-wrapper ul.sub-menu .current-menu-item > a:first-child,
header#header nav.primary-navigation ul.menu-wrapper ul.sub-menu .current_page_item > a:first-child {
    color: #FFF !important;
}

/* mobile active link color */
@media (max-width: 979px) {
    header#header nav.main-navigation .current-menu-item > a:first-child,
    header#header nav.main-navigation .current_page_item > a:first-child,
    header#header #mobile-site-navigation ul.mobile-menu li.current-menu-item a {
        color: #FFF !important;
    }
}

body h2 {
    margin-bottom: 30px;
}
body .reviews-white-box h2 {
    margin-bottom: 18px;
}
.follow-us h2 {
    margin-bottom: 18px;
}
.plain-fifty h3 {
    text-transform: none;
    margin-bottom: 18px;
    line-height: 30px;
    font-size: 22px;
}
.post-box h3 {
    text-transform: none;
}
body h4 {
    letter-spacing: 3px;
    font-size: 28px;
}
.bakery .brands-row.partner-row h2,
.bakery .brands-row.partner-row h4 {
    margin-bottom: 36px;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 22px;
}

/* social circles */

ul.social {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    display: flex;
}
ul.social li a {
    text-decoration: none;
}

ul.social li a i {
    transition: all 0.3s ease-in-out;
    border: 2px solid #E62727;
    justify-content: center;
    align-items: center;
    background: #E62727;
    border-radius: 50px;
    display: flex;
    height: 33px;
    width: 33px;
    color: #FFF;
}
ul.social li a i:before {
    transition: all 0.3s ease-in-out;
    color: #FFF;
}
ul.social li a:hover i {
    transition: all 0.3s ease-in-out;
    background: #FFF;
}
ul.social li a:hover i:before {
    transition: all 0.3s ease-in-out;
    color: #E62727;
}

/* buttons */

.bakery .promo-row a.btn-bt.default,
.bakery .promo-row a.btn-bt.alternate {
    transition: all 0.3s ease-in-out;
    max-width: 175px !important;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
}
a.btn-bt.default {
    border: 3px solid #FFF;
}
a.btn-bt.default:hover {
    box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.24);
    transition: all 0.3s ease-in-out;
    border: 3px solid #FF5E5E;
}
a.btn-bt.alternate {
    border: 3px solid #FF5E5E;
}
a.btn-bt.alternate:hover {
    box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.24);
    transition: all 0.3s ease-in-out;
    border: 3px solid #FFF;
}
.promo-row a.btn-bt {
    position: relative;
    top: -24px;
}
.bakery .wpb_row:not(.promo-row) a.btn-bt {
    max-width: 250px;
    display: block;
    padding: 8px 0;
}
.bakery a.btn-bt.centered {
    margin: 0 auto !important;
}

/* header overlap */

/*body:not(.single.single-post) header#header {
    position: relative;
    z-index: 99;
}*/
body header#header {
    position: relative;
    z-index: 99;
}

/* Slider */

#rev_slider_1_1_wrapper .hesperiden.tparrows:before {
	transition: all 0.3s ease-in-out;
}
#rev_slider_1_1_wrapper .hesperiden.tparrows:hover:before {
	transition: all 0.3s ease-in-out;
	color: #e62727;
}
.home-revslider h2 {
	font-style: normal !important;
}

/* home promo */

.line {
    margin: 53px auto 60px auto !important;
}
.promo-row .wpb_content_element {
    margin-bottom: 12px;
}

/* home blogs */

.homepage-posts-container .post-box .post-img {
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    margin-top: 10px;
    height: 225px;
    width: 225px;
}
.homepage-posts-container .post-box h3 {
    letter-spacing: 2px;
    margin-bottom: 4px;
    line-height: 28px;
    font-weight: 600;
    font-size: 22px;
}
.post-box .post-text a.btn-bt.alternate {
    margin-top: 8px;
    width: 175px;
}
.readmore-page a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 2px solid #ff5e5e;
    background-color: #FFF;
    letter-spacing: 1px;
    border-radius: 30px;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 auto;
    color: #ff5e5e;
}
.readmore-page a:hover {
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.25);
    border: 3px solid #FFF;
    background: #FF5E5E;
    color: #FFF;
}

@media (min-width: 980px) {
    .blog-row .container {
        justify-content: center;
        align-items: center;
    }
    .homepage-posts-container .post-box {
        align-items: center;
        display: flex;
    }
    .homepage-posts-container .post-box .post-text {
        margin-left: 35px;
    }
}

@media (max-width: 979px) {
    .homepage-posts-container .post-box .post-text {
        text-align: center;
    }
    .homepage-posts-container .post-box .post-img {
        margin: 10px auto 30px;
    }
    .homepage-posts-container .post-box .btn-bt.alternate {
        margin: 15px auto 15px;
    }
    .homepage-posts-container .post-box {
        margin-top: 40px;
    }
}

/* home mid cta */

.home-mid-cta h2 {
    margin-bottom: 20px;
    line-height: 54px;
    font-size: 48px;
}
.home-mid-cta p.white {
    margin-bottom: 24px !important;
}

/* nearest location */

#locationSlider {
    margin-bottom: 0;
}
#locationSlider .promo-row.location-promo img {
    display: block;
    margin: 0 auto;
    float: none;
}
#locationSlider button.owl-prev,
#locationSlider button.owl-next {
    background: transparent !important;
}
button.owl-prev:before {
    transition: all 0.3s ease-in-out;
    font-family: fontello;
    position: relative;
    content: '\f104';
    font-size: 70px;
    color: #e62727;
    left: -50px;
}
button.owl-next:before {
    transition: all 0.3s ease-in-out;
    font-family: fontello;
    position: relative;
    content: '\f105';
    font-size: 70px;
    color: #e62727;
    right: -50px;
}

button.owl-prev:hover:before,
button.owl-next:hover:before {
    transition: all 0.3s ease-in-out;
    color: #000;
}

@media (max-width: 979px) {
    button.owl-prev:before {
        left: -20px;
    }
    button.owl-next:before {
        right: -20px;
    }
}

@media (max-width: 768px) {
    button.owl-prev:before {
        left: -32px;
    }
    button.owl-next:before {
        right: -32px;
    }
}

@media (max-width: 479px) {
    button.owl-prev:before {
        left: -5px;
    }
    button.owl-next:before {
        right: -5px;
    }
    .bakery .nearest-location .container {
        max-width: 312px;
    }
}

/* home reviews */

.bakery .reviews-white-box .vc_column-inner {
    padding: 40px 75px;
}
.home-review-one,
.home-review-two {
    margin-bottom: 24px;
}
p.stars {
    margin-bottom: 4px;
    text-align: center;
}
p.stars .icon-star-1 {
    font-size: 24px;
    color: #E62727;
}
p.stars .icon-star-1:before {
    margin: 0 2px;
}

body #content .strong-view.wpmtst-modern .wpmtst-testimonial-content:before, body #content .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    color: #E62727;
    background: #E62727;
}

body #content .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before, body #content .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    background: #E62727;
}

@media (max-width: 979px) {
	body #content .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner {
    	padding-left: 0px;
    	padding-right: 0px;
	}
}

/* Bottom Bar (sprinkles row) */

.bottom-bar {
	height: 115px;
	padding: 0;
}

/* follow us row */

.follow-us ul.social {
    text-align: center;
}
.follow-us div.unite-gallery {
    margin-top: 5px !important;
}

/* brands / partners row */

.flex-images {
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    flex-wrap: wrap;
    display: flex;
}
.flex-images img {
    height: 70px;
    width: auto;
}

@media (max-width: 979px) {
    .flex-images {
        margin-top: 0;
    }
    .flex-images img {
        margin: 2em auto 0 auto;
        height: auto;
        width: 26%;
    }
}

@media (max-width: 480px) {
    .flex-images img {
        height: auto;
        width: 34%;
    }
}

/* footer */

footer#footer i.footer-icon {
    text-shadow: none;
    font-size: 24px;
    color: #F6C1C2;
}
p.footer-hours {
    margin-bottom: 10px;
    display: flex;
}

p.footer-email,
p.footer-phone,
p.footer-hours,
p.footer-address {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer#footer p {
    text-align: center;
}
footer#footer i.footer-icon {
    padding-right: 0;
}

/* copyright */

.row.copyright {
    padding: 6px 0;
}
.middle-three-column .menu-copyright-menu-container ul#menu-copyright-menu {
    margin: 0 auto !important;
    padding: 0px !important;
    max-width: 650px;
}
.menu-copyright-menu-container ul#menu-copyright-menu li a {
    text-transform: uppercase;
    letter-spacing: 1.77px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.copyright-links a {
    text-transform: uppercase;
    text-decoration: none;
}

/* blox index tabs */

.filter-text-row {
    padding-bottom: 0 !important;
}
.filter-text-row .vc_column-inner {
    padding-top: 0 !important;
}
#blog-page div.blog {
    display: none;
}

#content .bakery .vc_row.blog-tabs-row {
    padding-top: 0;
}
.blog-tabs-row .vc_tta-panel-body {
    padding: 0 !important;
}
.blog-tabs-row .vc_tta-container {
    margin-bottom: 0;
}

@media (min-width: 980px) {
    body #content .blog-tabs-row .vc_tta-tabs-list .vc_tta-tab {
        text-align: center;
        margin: 0;
    }
}

body #content .blog-tabs-row li.vc_tta-tab {
    flex: 1;
}
body #content .blog-tabs-row li.vc_tta-tab:nth-child(2) {
    flex: 1.2;
}
body #content .blog-tabs-row .container {
    max-width: unset;
    width: 100%;
}
body #content .blog-tabs-row .vc_tta-panels {
    background: transparent;
    border: 0;
}
body #content .blog-tabs-row .vc_tta-tabs-container {
    margin: 0;
}
body #content .blog-tabs-row .vc_tta-tabs-list .vc_tta-tab {
    text-align: center;
    margin: 0;
}
body #content .blog-tabs-row .vc_tta-tabs-list {
    justify-content: center;
    background: #ff5e5e;
    display: flex;
    width: 100%;
    margin: 0;
}
body #content .blog-tabs-row .vc_tta-tabs-list .vc_tta-tab a {
    background-color: #ff5e5e;
    text-transform:uppercase;
    justify-content: center;
    letter-spacing: 1px;
    align-items: center;
    border-radius: 0;
    font-size: 16px;
    display: flex;
    height: 85px;
    color: #FFF;
    border: 0;
}
body #content .blog-tabs-row .vc_tta-panel.vc_active {
    padding: 0;
}
body #content .blog-tabs-row h2 {
    margin-bottom: 16px;
}
body #content .blog-tabs-row h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
body #content .blog-tabs-row .p-excerpt {
    margin-bottom: 22px;
    line-height: 22px;
}
body #content .blog-tabs-row .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}
body #content .blog-tabs-row span.vc_tta-title-text {
    justify-content: center;
    align-items: center;
    display: flex;
}
body #content .blog-tabs-row p.the-categories {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
    line-height: 14px;
    font-weight: 700;
    font-size: 14px;
    color: #666;
}
.author-and-tags {
    margin: 16px 0;
}
.the-author {
    align-items: center;
    margin-right: 100px;
    font-size: 14px;
    display: flex;
}
.the-author:before {
    border: 2px solid #ff5e5e;
    justify-content: center;
    font-family: fontello;
    border-radius: 50px;
    align-items: center;
    margin-right: 8px;
    content: '\e83d';
    font-size: 20px;
    color: #ff5e5e;
    display: flex;
    height: 32px;
    width: 32px;
}
.the-tags {
    align-items: center;
    line-height: 18px;
    max-width: 351px;
    font-size: 14px;
    display: flex;
}
.the-tags:before {
    font-family: Open Sans, sans-serif;
    justify-content: center;
    align-items: center;
    font-style: italic;
    margin-right: 10px;
    font-weight: 700;
    font-size: 36px;
    color: #ff5e5e;
    display: flex;
    content: '#';
}
.blogpage-posts-container .post-box .post-text a.btn-bt.alternate {
    width: 225px;
}

.blog-plax.bottom-cta .container {
	height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
	text-align: center;
}

@media (min-width: 980px) {
    .author-and-tags {
        align-items: center;
        display: flex;
    }
    body #content .blog-tabs-row .author-and-tags p {
        margin-bottom: 0;
    }
    .blogpage-posts-container .post-box {
        margin-bottom: 40px !important;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .blogpage-posts-container .post-box .post-text{
        margin-left:35px;
        width:70%;
    }
    .blogpage-posts-container .post-box .post-img {
        margin-bottom: 0 !important;
    }

}
@media (max-width: 979px) {
    .blogpage-posts-container .post-box .post-text{
        text-align:center;
    }
    .blogpage-posts-container .post-box .post-img {
        margin: 0 auto 30px auto;
    }
    .blogpage-posts-container .post-box .post-button{
        margin: 15px auto 15px auto;
    }
    .blogpage-posts-container .post-box {
        margin-bottom: 40px !important;
        margin-top: 40px;
    }
    .blog-tabs-row .vc_tta.vc_general .vc_tta-tab>a {
        padding: 14px 0px;
    }
    body #content .blog-tabs-row .vc_tta-tabs-list .vc_tta-tab a {
        letter-spacing: 0;
    }
}

.blogpage-posts-container .post-box .post-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    margin-top: 0;
    height: 300px;
    width: 300px;

}
.blogpage-posts-container .post-box h2 {
    text-transform: none;
    letter-spacing:0px;
    margin-bottom: 0px;
    line-height: 38px;
    font-weight: 700;
    font-size: 32px;
}
.blogpage-posts-container .post-box {
    margin-bottom: 20px;
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}

@media (max-width: 768px) {
    body.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
        background-color: #ff5e5e;
        border-radius: 0;
        margin-bottom: 0;
        margin-top: 0;
        border: none;
    }
    body.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title> a {
        color:#fff;
        text-transform:uppercase;

    }
    body.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title> a:before {
        font-family: "fontello";
        margin-right: 10px;
        font-weight: 400;
        content: "\f111";
    }
    body#faq-page #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title> a:before {
        content: none;
    }
    body.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title> a:before {
        font-weight: 900;
    }

    body #content .blog-tabs-row .vc_tta-panel.vc_active {
        padding:0;
    }
    body.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
        background-color: #FFF;
        border: none;
    }
}

.cvf_pag_loading {
    padding-top: 40px;
}
.cvf-pagination-nav {
    justify-content: center;
    align-items: center;
    background: #ff5e5e;
    display: flex;
    padding: 20px 0;
    width: 100%;
}
.cvf-universal-pagination {
    width: 100%;
}
.cvf-universal-pagination ul {
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center;
    list-style: none;
    display: flex;
    width:  100%;
}
.cvf-universal-pagination ul li {
    transition: all 0.3s ease-in-out;
    text-decoration-color: none;
    border-radius: 6px;
    padding: 7px 20px;
    background: #FFF;
    font-weight: 800;
    font-size: 20px;
    color: #ff5e5e;
    margin: 0 5px;
}
.cvf-universal-pagination ul li.active:hover,
.cvf-universal-pagination ul li.selected {
    background: rgba(255, 255, 255, 0.70);
    transition: all 0.3s ease-in-out;
}

/* Single Blogs */

.single-post-feat-img-wrap,
.single-post-title-wrap,
.single-post-content-wrap {
    width: 100%;
}

span.single-post-author,
span.post-cats,
body #content span.post-cats a,
span.post-tags,
body #content span.post-tags a,
body #content span.single-post-author a {
    color: var(--light1);
    font-weight: 700;
}
span.single-post-publish-date {
    color: var(--light1);
    font-weight: 700;
}

/* Bottom CTA */

.bottom-cta:not(.add-parallax) {
    height: 600px;
}
.bottom-cta h2 {
    line-height: 54px;
    font-size: 48px;
}

/* subpage banner / subpage header / blog header */

body:not(.home) .default-header h1 {
    text-shadow: 0 0 62px rgba(0, 0, 0, 0.50);
    position: relative;
    text-align: center;
/*     top: 78px; */
}
#blog-page .default-header .container {
    max-width: 785px;
}

#blog-page div.blog {
    display: block !important;
}

/* mid page background image row */

#midBgImage.mid-plax {
    height: 600px;
}

/* about page time;ine */

.timeline h3 {
    margin-bottom: 0px;
    margin-top: 32px;
}

/* subpage promo row */

.subpage-promo-row h2 {
    margin-bottom: 36px !important;
}

/* locations subpage promo row */

.locations-promo-row h2 {
    margin-bottom: 18px !important;
}

/* plain fifty centering */

@media (min-width: 980px) {
    .bakery.cannon-beach .container,
    .bakery .vc_row.plain-fifty .container {
        align-items: center;
    }
}

/* menu tabs / subpage tabs */

body #content .menu-tabs-row .vc_tta-panel.vc_active {
    padding: 50px 5%;
}
body #content .menu-tabs-row h2 {
    margin-bottom: 10px;
}
body #content .menu-tabs-row h3 {
    margin-bottom: 5px;
    line-height: 24px;
    font-weight: 700;
}

/*  menu page tab content styles */

.bakery .wpb_text_column p.menu-data {
    margin-bottom: 8px !important;
}
span.md-heading {
    letter-spacing: 2.77px;
    font-weight: 800;
}

.menu-flex-cols {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 40px;
    flex-wrap:  wrap;
    display: flex;
}
.menu-flex-cols.halves .flex-col {
    padding: 0 1%;
    width: 50%;
}
.menu-flex-cols.fourths .flex-col {
    padding: 0 1%;
    width: 25%;
}
.bakery .menu-flex-cols ul.menu-list {
    list-style: none;
    padding-left: 0;
}
.menu-flex-cols.centered-text p.menu-data,
.menu-flex-cols.centered-text ul.menu-list li {
    text-align: center;
}
.bakery div.vc_row.flex-start {
    align-items:  flex-start !important;
}
.bakery div.vc_row.flex-start .menu-flex-cols {
    margin-bottom: 24px;
    margin-top: 14px;
}

@media (max-width:  979px) {
    .bakery .menu-tabs-row .vc_tta-panel-body div.vc_row {
        flex-direction: column;
    }
    .menu-flex-cols div.flex-col {
        margin-bottom: 35px !important;
    }
    .menu-flex-cols.fourths .flex-col {
        width: 50%;
    }
}

@media (max-width: 767px) {
    h4.vc_tta-panel-title {
        margin-bottom: 0 !important;
    }
}

@media (max-width:  480px) {
    .menu-flex-cols.halves .flex-col,
    .menu-flex-cols.fourths .flex-col {
        width: 100%;
    }
}

/* contact top rows */

body .contact-outer-row h2 {
    margin-bottom: 18px !important;
}
.contact-outer-row h3:first-child {
    margin-top: 0 !important;
}
.contact-nap-col p {
    margin-bottom: 0px !important;
    line-height: 24px;
    font-size: 14px;
}
.contact-outer-row h3 {
    margin-top: 24px !important;
    letter-spacing: 0px;
    margin-bottom: 5px;
    line-height: 30px;
    font-size: 24px;
}
body .contact-nap-col a {
    color: #000;
}
body .contact-nap-col a:hover {
    color: #E62727;
}

@media (min-width: 980px) {
    .bakery .vc_col-sm-3\/5:not(.vc_col-has-fill):nth-child(1) {
        padding-right: 2.5%;
    }
    .bakery .vc_col-sm-2\/5:not(.vc_col-has-fill):nth-child(2) {
        padding-left: 2.5%;
    }
}

/* contact map image row */

.bakery .contact-outer-row {
    background-position: top left !important;
}
.map-row {
    height: 400px;
}

/* contact gravity form */

body .contact-outer-row .gform_legacy_markup_wrapper {
    margin: 0;
}
body .contact-outer-row .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 14px !important;
}
body .contact-outer-row .gform_legacy_markup_wrapper ul li.gfield:first-child {
    margin-top: 0 !important;
}

@media only screen and (min-width: 641px) {
    .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
        padding-right: 0 !important;
    }
}

label.gfield_label {
    margin-bottom: 0px !important;
    font-size: 16px !important;
}
.ginput_container {
    margin-top: 0 !important;
}
.gfield input,
.gfield select,
.gfield textarea {
    border: 2px solid #222 !important;
    border-radius: 5px !important;
    padding-left: 10px !important;
    width: 100% !important;
    margin: 0 !important;
}
.gfield select {
    height: 41px;
}
.gfield textarea {
    height: 100px !important;
}
body .contact-outer-row .gform_legacy_markup_wrapper .gform_footer {
    margin-top: 8px;
    padding: 0;
}
.gform_button.button {
    transition: all 0.3s ease-in-out;
    background: #ff5e5e !important;
    padding: 8px 0 !important;
    letter-spacing: 1.77px;
    border: 3px solid #FFF;
    color: #FFF !important;
    width: 100% !important;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.gform_button.button:hover {
    transition: all 0.3s ease-in-out;
    background: #FFF !important;
    border: 3px solid #ff5e5e;
    color: #ff5e5e !important;
}

/* our team */

section.vc_section.team-section-outer {
    padding: 0;
    margin: 0;
}
#team-page .bottom-cta {
    height: 550px;
}
#team-page .bottom-cta h2 {
    margin-bottom: 0.7em;
    line-height: 54px;
    font-size: 48px;
}
.team-row-top h2 {
    margin-bottom: 16px;
}
.team-row-top .line {
    margin: 40px auto 50px auto !important;
}
.team-text-col h3 {
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 6px;
    line-height: 34px;
    font-size: 28px;
}
.team-text-col h4 {
    letter-spacing: 1px;
    margin-bottom: 3px;
    line-height: 30px;
    font-weight: 500;
    font-size: 24px;
}
.team-text-col p {
    margin-bottom: 16px !important;
    line-height: 20px;
    font-size: 14px;
}
.team-text-col ul.social {
    justify-content: left;
}
.team-text-col ul.social li a i {
    font-size: 14px;
    height: 24px;
    width: 24px;
}

/* reviews */

.reviews p.stars {
    margin-bottom: 16px;
    text-align: left;
}
.reviews .plain-fifty h3 {
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 34px;
}
p.review {
    line-height: 22px;
    font-size: 16px;
}
p.reviewer {
    font-weight: 500;
    font-size: 18px;
}
.reviews .top-blurb h2 {
    margin-bottom: 7px;
}
.review-row .txt-col::before {
    font-family: fontello;
    position: absolute;
    content: '\f10d';
    font-size: 60px;
    color: #F6C1C2;
    top: 25px;
    left: 0;
}
.review-row .txt-col {
    padding-left: 75px !important;
    position: relative;
}

/* location subpage */

body .subpage-nearest-location.wpb_row h2 {
    margin-bottom: 16px;
}

/* faq page accordions */

.the-accordion div.vc_tta-panel {
    margin-bottom: 24px;
}
.the-accordion div.vc_tta-panel .vc_tta-panel-heading {
    border: 4px solid #FF5E5E !important;
    transition: all 0.3s ease-in-out;
    background: #FFF !important;
    margin-bottom: 20px;
    border-radius: 4px;
}
.the-accordion i.vc_tta-controls-icon {
    display: none;
}
.the-accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 20px;
}
.the-accordion h4.vc_tta-panel-title {
    font-family: brandon-grotesque, sans-serif;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: none;
    font-weight: 700;
    font-size: 18px;
}
.the-accordion h4.vc_tta-panel-title a {
    color: #000 !important;
    text-shadow: none;
}
/* accord bg on hover */
.the-accordion div.vc_tta-panel:hover .vc_tta-panel-heading {
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.24);
    border: 4px solid #FF5E5E !important;
    transition: all 0.3s ease-in-out;
    background: #FF5E5E !important;
}
/* accord text on hover */
.the-accordion div.vc_tta-panel:hover h4.vc_tta-panel-title a {
    color: #FFF !important;
}
/* active accord bg and active accord bg on hover */
.the-accordion div.vc_tta-panel.vc_active .vc_tta-panel-heading,
.the-accordion div.vc_tta-panel.vc_active:hover .vc_tta-panel-heading {
    border: 4px solid #FFC2C2 !important;
    transition: all 0.3s ease-in-out;
    background: #FFC2C2 !important;
    pointer-events: none;
}
/* active accord text and active accord text on hover */
.the-accordion div.vc_tta-panel.vc_active:hover .vc_tta-panel-heading h4.vc_tta-panel-title,
.the-accordion div.vc_tta-panel.vc_active:hover .vc_tta-panel-heading h4.vc_tta-panel-title a {
    color: #000 !important;
}
/* accordion content */
.the-accordion .vc_tta-panel-body {
    padding: 24px 0px 0px 0px !important;
    background: transparent !important;
    border: none !important;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.the-accordion .vc_tta-panel-body p {
    line-height: 24px;
    font-size: 18px;
}

/* Non-woo products index */

.products-section-outer h4 {
    margin-bottom: 0;
}
.line.small-line {
    margin: 20px auto 24px auto !important;
}
.mid-bg-img.add-parallax {
    height: 500px;
}
.products-promo-row h4 {
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    font-size: 24px;
}
.products-promo-row .line.small-line {
    margin: 10px auto 14px auto !important;
}
/* #products-index-page .bottom-cta {
    height: 500px;
}
#products-index-page .bottom-cta h2 {
    margin-bottom: 28px;
} */

@media (min-width: 980px) {
    .products-section-outer .vc_col-sm-6 {
        align-items: center;
        display: flex;
    }
    .products-promo-row .wpb_column {
        padding: 0 2%;
    }
}

/* Non-woo single product */

body#product-single .default-header {
    height: 475px;
}
body#product-single .default-header h1 {
    top: 95px;
}
body#product-single .products-section-outer h2 {
    margin-bottom: 5px;
}
body#product-single .products-section-outer h3.product-details {
    text-transform: none;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 500;
    font-size: 24px;
}
#product-single .bottom-cta {
    height: 500px;
}
#product-single .bottom-cta h2 {
    margin-bottom: 28px;
}

/* specials page */

.specials-top-blurb h2 {
    margin-bottom: 7px;
}
.specials-fifty h4 {
    letter-spacing: 1px;
    margin-bottom: 12px;
    line-height: 34px;
    font-weight: 500;
    font-size: 28px;
}
.specials-fifty h3 {
    text-transform: none;
    letter-spacing: 1px;
    line-height: 38px;
    font-weight: 600;
    font-size: 32px;
}
.bakery .specials-fifty .wpb_text_column p:not(:last-child) {
    margin-bottom: 24px;
}
.bottom-cta.newsletter-cta {
    height: 300px;
}
.bottom-cta.newsletter-cta h2 {
    margin-bottom: 18px !important;
    line-height: 42px;
    font-size: 36px;
}
.newsletter-cta form {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    width: 700px;
}
.newsletter-cta .gform_body.gform-body {
    padding: 0 2% 0 0;
    width: 50%;
}
.newsletter-cta .gform_footer {
    padding: 0 0 0 2% !important;
    margin: 0 !important;
    width: 50%;
}
.newsletter-cta .gform_button.button {
    margin-bottom: 0 !important;
    position: relative;
    top: 14px;
}
.newsletter-cta .gfield input {
    box-shadow: 0px 0px 10px #b8b8b8;
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    padding-top: 4px !important;
    border: none !important;
}
.newsletter-cta label.gfield_label {
    margin-bottom: -1px !important;
    font-size: 14px !important;
}

/* accessibility / privacy policy */

#accessibility-page h3,
#pp-page h3 {
    letter-spacing: 1px;
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 24px;
}
#pp-page h2 {
    margin-bottom: 0px;
    line-height: 42px;
    font-size: 30px;
}
#pp-page h4 {
    line-height: 26px;
    font-size: 20px;
}

/* responsive */

@media (max-width: 1024px) {
    div.header-button a.btn-bt.default.btn-default {
        font-size: 14px;
    }
    .row.copyright {
        padding: 10px 0;
    }
    .copyright .container {
        flex-direction: column;
        display: flex;
    }
    .copyright .copyright-text.span6.left-three-column,
    .copyright .copyright-content.span6.middle-three-column,
    .copyright .copyright-content.span6.right-three-column {
        padding: 10px 0;
        width: 100%;
    }
    .copyright-text.span6.left-three-column {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .copyright-content.span6.right-three-column {
        justify-content: center !important;
        align-items: center;
        display: flex;
    }
    .copyright ul.social {
        padding-left: 0 !important;
    }
    .team-row-top h2 {
        margin-bottom: 12px;
    }
    .plain-fifty h2 {
        line-height: 34px;
        font-size: 24px;
    }
}

@media (max-width: 979px) {
    .promo-row,
    .plain-fifty {
        flex-direction: column;
    }
    .plain-fifty.review-row.reverse .container,
    .specials-fifty.reverse .container {
        flex-direction: column-reverse;
        display: flex;
    }
    .plain-fifty.reverse {
        flex-direction: column-reverse;
    }
    .bakery .specials-fifty {
        padding: 0 0 30px 0 !important;
    }
    .post-box h3 {
        text-align: center;
    }
    .home .bakery .home-reviews {
        padding-top: 0 !important;
    }
	body .bakery .brands-row.partner-row h2,
    body .bakery .brands-row.partner-row h4 {
        margin-bottom: 0px;
    }
    /* Menu - WE NOW DELIVER! */
    .plain-fifty.vc_custom_1621892758256 {
        background-color: rgba(0, 0, 0, 0.50);
        background-blend-mode: overlay;
    }
    .menu-tabs-row ul.vc_tta-tabs-list {
        flex-direction: column;
    }
    .bottom-cta.newsletter-cta {
        height: 300px;
    }
    .newsletter-cta form {
        flex-direction: column;
        width: 350px;
    }
    .newsletter-cta .gform_body.gform-body {
        width: 100%;
        padding:0;
    }
    .newsletter-cta .gform_footer {
        margin: 18px 0 0 0 !important;
        padding: 0 !important;
        width: 100%;
    }
    .newsletter-cta .gform_button.button {
        top: 0;
    }
    .bakery .vc_row.top-blurb {
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .bakery .contact-outer-row {
        padding: 30px 0 !important;
    }
    .contact-nap-col {
        margin-top: 35px;
    }
    #team-page .team-row-top .line {
        margin: 20px auto 30px auto !important;
    }
    .team-row-top .line {
        margin: 20px auto 2px auto !important;
    }
    .nearest-location.subpage-nearest-location {
        padding-bottom: 0px !important;
        padding-top: 40px !important;
    }
    .bakery .team-outer-fifty-fifty {
        padding-bottom: 0 !important
    }
    .team-outer-fifty-fifty .vc_col-sm-6 {
        margin-bottom: 18px;
    }
    .team-image-col img {
        display: block;
        margin: 0 auto;
    }
    .contact-inner-row {
        flex-direction: column;
    }
    #contact-page .contact-outer-row {
        background-color: rgb(255, 255, 255, 0.50);
        background-blend-mode: overlay;
    }
    .the-accordion h4.vc_tta-panel-title {
        letter-spacing: 0;
        font-size: 16px;
    }
    .products-promo-row {
        margin: 0 auto !important;
        max-width: 300px;
    }
    .blogpage-posts-container .post-text {
        max-width: 300px;
        margin: 0 auto;
    }
    p.the-categories,
    p.the-tags,
    p.p-excerpt {
        text-align: left;
    }
    .blogpage-posts-container .post-text a.btn-bt {
        max-width: none !important;
        width: 100% !important;
    }
    .review-row .txt-col {
        padding-left: 0px !important;
    }
    .review-row .txt-col:before {
        content: none;
    }
    .bakery .plain-fifty.review-row {
        padding-bottom: 30px !important;
        padding-top: 0 !important;
    }
    #reviews-page .subpage-promo-row {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .bakery .plain-fifty h2 {
        margin-bottom: 10px;
        line-height: 34px;
        font-size: 28px;
    }
    body h2,
    body h3 {
        letter-spacing: 1px;
        line-height: 34px;
        font-size: 28px;
    }
    body h2 {
        margin-bottom: 12px;
    }
    .bakery .home-mid-cta h2 {
        margin-bottom: 14px;
        line-height: 34px;
        font-size: 28px;
    }
    .bakery .reviews-white-box .vc_column-inner {
        padding-top: 0;
    }
    .bottom-bar {
        height: 80px;
        padding: 0;
    }
    .home .bakery .fifty-section {
        padding-bottom: 40px !important;
    }
    .vc_row.wpb_row.home-promo-outer {
        padding: 30px 0 !important;
    }
    .line {
        margin: 28px auto 36px auto !important;
    }
    body:not(.home) .default-header {
        height: 300px;
    }
    body:not(.home) .default-header h1 {
        line-height: 30px;
        font-size: 24px;
    }
    body:not(.home) .plain-fifty {
        padding-bottom: 40px !important;
        padding-top: 32px !important;
    }
    .bakery .bottom-cta.newsletter-cta h2 {
        margin-bottom: 14px !important;
        line-height: 30px;
        font-size: 24px;
    }
    .team-inner-fifty-fifty {
        flex-direction: column;
    }
    .team-text-col {
        max-width: 300px;
    }
    .the-accordion h4.vc_tta-panel-title {
        line-height: 24px !important;
    }
    body#product-single .default-header {
        height: 300px;
    }
    body#product-single .default-header h1 {
        top: 78px;
    }
    body:not(.home) .bakery .plain-fifty.review-row {
        padding-bottom: 30px !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .blog-tabs-row .vc_tta-panel-title a:before,
    .blog-tabs-row.menu-tabs-row .vc_tta-panel-title a:before {
        display: none;
    }
    body #content .blog-tabs-row .vc_tta-panel.vc_active,
    body #content .blog-tabs-row.menu-tabs-row .vc_tta-panel.vc_active {
        padding: 0;
    }
    .blog-tabs-row h4.vc_tta-panel-title,
    .blog-tabs-row.menu-tabs-row h4.vc_tta-panel-title {
        letter-spacing: 1px;
        font-size: 20px;
    }
    .blog-tabs-row.menu-tabs-row .vc_tta-panel-body {
        padding: 30px 5% !important;
    }
    .blog-tabs-row .vc_tta-panel:hover .vc_tta-panel-heading,
    .blog-tabs-row.menu-tabs-row .vc_tta-panel:hover .vc_tta-panel-heading,
    .blog-tabs-row .vc_tta-panel.vc_active .vc_tta-panel-heading,
    .blog-tabs-row.menu-tabs-row .vc_tta-panel.vc_active .vc_tta-panel-heading {
        background: #e62727 !important;
    }
    .blog-tabs-row .vc_tta.vc_general .vc_tta-panel-title>a,
    .blog-tabs-row.menu-tabs-row .vc_tta.vc_general .vc_tta-panel-title>a {
        padding: 20px;
    }
    body #content .blog-tabs-row h3 {
        padding-top: 0px;
    }
    .blog-tabs-row .pagination-box {
        background: #222;
    }
    .filter-text-row {
        padding: 40px 0 !important;
    }
}

@media (max-width: 480px) {
    .top-header .logo .site-branding a img {
        height: unset !important;
    }
    body h2,
    body h3 {
        letter-spacing: 0px;
        line-height: 30px;
        font-size: 23px;
    }
    .bakery .plain-fifty h2 {
        margin-bottom: 5px;
        line-height: 30px;
        font-size: 24px;
    }
    .bakery .plain-fifty.specials-fifty {
        padding: 0 0 30px 0 !important;
    }
    .bakery .home-mid-cta h2 {
        margin-bottom: 12px;
        line-height: 28px;
        font-size: 22px;
    }
    .bakery .reviews-white-box .vc_column-inner {
        padding: 0px 16px 40px 16px;
    }
    body .bakery .brands-row.partner-row h2,
	body .bakery .brands-row.partner-row h4 {
        line-height: 22px;
        font-size: 16px;
    }
    .flex-images img {
        margin: 1em auto 0 auto;
    }
    #menu-copyright-menu li {
        padding: 0px 7px;
        width: 33.33%;
    }
    .bakery .bottom-cta {
        height: 300px;
    }
    .bottom-cta h2 {
        margin-bottom: 18px;
        line-height: 44px;
        font-size: 34px;
    }
    .bottom-cta.newsletter-cta {
        height: 250px;
    }
    .newsletter-cta form {
        width: 100%;
    }
    .bakery .bottom-cta.newsletter-cta h2 {
        margin-bottom: 12px !important;
        line-height: 28px !important;
        font-size: 22px !important;
    }
    .bakery .specials-fifty h4 {
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 24px;
    }
    .bakery .specials-fifty h3 {
        letter-spacing: 0.7px;
        line-height: 32px;
        font-weight: 600;
        font-size: 26px;
    }
    .bakery .locations-promo-row {
        padding-bottom: 0px !important;
    }
    #midBgImage.mid-plax {
        height: 320px;
    }
    .bakery .subpage-promo-row {
        padding-bottom: 12px !important;
        padding-top: 0;
    }
    h2.center-mobile {
        text-align: center;
    }
    #team-page .bottom-cta {
        height: 300px;
    }
    #team-page .bottom-cta h2 {
        margin-bottom: 0.5em;
        line-height: 40px;
        font-size: 32px;
    }
    #contact-page .contact-outer-row {
        padding-top: 30px !important;
    }
    .mid-bg-img.add-parallax {
        height: 320px;
    }
    #products-index-page .bottom-cta {
        height: 300px;
    }
    #products-index-page .team-row-top {
        padding-top: 30px !important;
    }
    body .products-section-outer h4 {
        letter-spacing: 1px;
        line-height: 23px;
        font-size: 18px;
    }
    #product-single .bottom-cta {
        height: 300px;
    }
}

@media (max-width: 414px) {
    div.header-button a.btn-bt.default.btn-default {
        font-size: 11px;
    }
}