/* ---------------------------------------------
-- Gravitate Styles ----------------------------
--------------------------------------------- */

/* ----------------- admin bar ---------------- */
html #wpadminbar {
    height: inherit;

    /* min-width: 300px; */
}

body.admin-bar #container {
    top: 32px;
}

body.admin-bar #container .sp-header {
    position: fixed;
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar #container {
        /* position: relative; */
        top: 46px;
    }

    body.admin-bar #container .sp-header {
        /* position: relative; */
        top: 46px;
    }
}

@media (max-width: 600px) {
    body.admin-bar #container {
        top: 46px;
    }

    body.admin-bar #container .sp-header {
        position: absolute;
        top: 46px;
    }
}

/* ------------------ global ------------------ */
div#body {
    background-color: transparent;
}

div#body h3 {
    text-transform: none;
}

.vc_row.no-margin-bottom {
    margin-bottom: 0;
}

.sp-header .lego-embed-block .header-others .header-login-cart > header-minicart {
    display: none;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .mobile-cartsearch .mobile-cart-search header-minicart {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

/* social media */
/* .sp-header .lego-embed-block .header-top .sp-header-social a {
	-webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}
.sp-header .lego-embed-block .header-top .sp-header-social .facebook {
    background-image: url(../../images/facebook-square.png);
}
.sp-header .lego-embed-block .header-top .sp-header-social .facebook:hover {
    background-image: url(../../images/facebook-square-hover.png);
}
.sp-header .lego-embed-block .header-top .sp-header-social .instagram {
    background-image: url(../../images/instagram.png);
}
.sp-header .lego-embed-block .header-top .sp-header-social .instagram:hover {
    background-image: url(../../images/instagram-hover.png);
}
.sp-header .lego-embed-block .header-top .sp-header-social .twitter {
    background-image: url(../../images/twitter.png);
}
.sp-header .lego-embed-block .header-top .sp-header-social .twitter:hover {
    background-image: url(../../images/twitter-hover.png);
}
.sp-header .lego-embed-block .header-top .sp-header-social .pinterest {
    background-image: url(../../images/pinterest.png);
}
.sp-header .lego-embed-block .header-top .sp-header-social .pinterest:hover {
    background-image: url(../../images/pinterest-hover.png);
}
.sp-header .lego-embed-block .header-top .sp-header-social .youtube {
    background-image: url(../../images/youtube.png);
}
.sp-header .lego-embed-block .header-top .sp-header-social .youtube:hover {
    background-image: url(../../images/youtube-hover.png);
}
.sp-header .lego-embed-block .header-top .sp-header-social .facebook,
.sp-header .lego-embed-block .header-top .sp-header-social .instagram,
.sp-header .lego-embed-block .header-top .sp-header-social .pinterest,
.sp-header .lego-embed-block .header-top .sp-header-social .social-icons-template,
.sp-header .lego-embed-block .header-top .sp-header-social .twitter,
.sp-header .lego-embed-block .header-top .sp-header-social .youtube {
	background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    height: 50px;
    width: 45px;
} */

/* social media icons - header */
/* --- */
.header-social .social-media-icons {
    padding-top: 20px;
}

.header-social .social-media-icons a {
    -webkit-transition: all 0.24s ease-in-out;
    -o-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    color: #51603f !important;
    text-decoration: none !important;
    font-size: 1.7rem;
    margin-right: 1.1rem;
}

.header-social .social-media-icons a:hover {
    color: #738167 !important;
    text-decoration: none !important;
}

/* social media icons - footer */
/* --- */
.footer-row .social-media-icons {
    /* padding-top: 20px; */
}

.footer-row .social-media-icons a {
    -webkit-transition: all 0.24s ease-in-out;
    -o-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 1.3rem;

    /* margin-right: 1.1rem; */
    margin-left: 19px !important;
}

.footer-row .social-media-icons a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.footer-row .sp-mobile-footer-social .social-media-icons a {
    font-size: 2rem;
    margin-left: 21px !important;
}

.footer-row .sp-mobile-footer-social .social-media-icons a:first-child {
    margin-left: 0 !important;
}

/* footer */
.footer-row a,
.footer-row a:visited,
.footer-row a:visited:focus,
.footer-row a:focus {
    color: #fff;
}

.footer-row a:hover,
.footer-row a:visited:hover {
    color: #fff;
    text-decoration: underline;
}

/* video */
.vc_column_container > .vc_column-inner.has-full-width-video {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}

.has-full-width-video .wpb_wrapper {
    position: relative;
}

.panel-text {
    min-height: 250px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
}

.panel-text h1 a,
.panel-text h2 a {
    cursor: pointer;
    color: #fff;
}

.panel-text h1 a:hover,
.panel-text h2 a:hover {
    text-decoration: none;
    color: #fff;
}

.panel-text a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.panel-text .wpb_text_column {
    margin-bottom: 0;
}

body .banner-copy h1 {
    font-size: 5vw;
}

@media screen and (max-width: 770px) {
    body .banner-copy h1 {
        font-size: 36px;
    }
}

.sp-header header-search .site-search-container.sp-header-search .site-search input {
    width: 200px;
}

.sp-header header-search .site-search-container.sp-header-search .site-search button {
    left: 170px;
}

.back-to-top {
    text-align: right;
}

.back-to-top a {
    font-family: "Museo Slab",serif;
    color: #5b3b1a;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    padding: 0;
    margin: 0 0 -1.4rem 0;
    display: block;
}

.back-to-top a:hover {
    color: #8f7457;
    cursor: pointer;
    text-decoration: underline;
}

.froala-view h1 {
    margin-bottom: 2rem;
}

.froala-view ul {
    padding-left: 0;
    list-style-position: outside;
    margin-left: 2rem;
}

.froala-view ul li {
    text-indent: 0;
    margin-bottom: 1rem;
}

.row-fluid .iframe-caption {
    background-color: #000;
    font-family: "Open Sans",sans-serif,"Museo Slab",serif;
    opacity: .5;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
}

.row-fluid .iframe-caption h1 {
    color: #fff;
}

/* ------------------ menu ------------------ */
@media screen and (max-width: 767px) {
    /* .navigation-mobile .drop-menu.open .top-menus-container div.top-menu.open>div.menu div.sub-menu .menu-item>ul>li:first-child {
        margin-left: 0;
    } */
    .navigation-mobile .drop-menu.open .top-menus-container .top-menu:before {
        /* pointer-events: all; */
        pointer-events: none;
    }

    /* .navigation-mobile .drop-menu.open .top-menus-container .top-menu {
        z-index: 30;
        position: relative;
    }
    .navigation-mobile .drop-menu.open .top-menus-container div.top-menu.open>div.menu div.sub-menu {
        z-index: 40;
        position: relative;
    } */
}

@media only screen and (min-width: 768px) {
    /* .navigation-desktop .navigation-item-container .subcategories .subcategory-items-container {
        padding-bottom: 2rem;
    } */
    .navigation-desktop .navigation-item-container .subcategories .nav-item-additions .additional-items-container .additional-link {
        margin-right: 1rem;
    }

    .navigation-desktop .navigation-item-container > .nav-item > a {
        /* font-size: 15px; */
    }
}

/* ------------------ our story and history ------------------ */
body.our-story h1 {
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.65);
    font-weight: 700;
    color: #fff;
    font-family: "Museo Slab",serif;
    letter-spacing: 0;
    font-size: 5vw;
}

@media screen and (max-width: 770px) {
    body.our-story h1 {
        font-size: 36px;
    }
}

/* ------------------ foodservice ------------------ */
.foodservice-product-row .vc_row {
    margin-bottom: 0;
}

.foodservice-product-row img {
    margin-top: 1.2rem;
}

.foodservice-product-row h3 {
    padding-bottom: .75rem;
}

/* ------------------ privacy policy ------------------ */
.privacy-policy-txt {
    float: none;
}

.privacy-policy-txt p,
.privacy-policy-txt ul,
.privacy-policy-txt ol {
    color: #333;
    font-size: 14px;
}

/* ------------------ canada ------------------ */
.ca-sca-txt {
    float: none;
}

.ca-sca-txt p,
.ca-sca-txt ul,
.ca-sca-txt ol {
    color: #333;
    font-size: 14px;
}

/* ------------------ terms ------------------ */
.pfo-txt {
    float: none;
}

.pfo-txt p,
.pfo-txt ul,
.pfo-txt ol {
    color: #333;
    font-size: 14px;
}

.pfo-txt p.has-strong {
    margin-top: 2rem;
}

/* Visual Composer styling */
.product-category-panels-row {
    margin-bottom: 0;
}

/* .vc_row-no-padding .vc_column_container,
.vc_row.vc_column-gap-20>.vc_column_container {
    padding-left: 0;
    padding-right: 0;
} */

/* ------------------ home ------------------ */
.home h3 {
    text-transform: none !important;
}

@media screen and (min-width: 767px) {
    .home .froala-view h1 {
        font-size: 72px;
    }

    .home .froala-view h2 {
        font-size: 48px;
    }

    .vc_row.vc_column-gap-20 > .vc_column_container.left-no-padding {
        padding-left: 0;
    }

    .vc_row.vc_column-gap-20 > .vc_column_container.right-no-padding {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .vc_row.vc_column-gap-20 > .vc_column_container.left-no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .vc_row.vc_column-gap-20 > .vc_column_container.right-no-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ------------------ product landing ------------------ */
.product-category-panels-row h2 a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.vc_row.featured-product img {
    width: 100%;
    max-width: 100%;
}

.vc_row.featured-product .featured-prod-description p {
    font-family: "Open Sans",sans-serif,"Museo Slab",serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #51603e;
    padding: 10px 0;
}

.vc_row.featured-product .featured-prod-description p a {
    font-family: "Open Sans",sans-serif,"Museo Slab",serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: #51603e;
}

/* ------------------ promo bar ------------------ */
@media screen and (min-width: 768px) {
    .promo-row + .sp-header {
        top: 36px;
    }
}

.promo-row {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 36px;
    background-image: url("/wp-content/themes/pfw-wp-pacific-foods-theme/library/images/PFO_WEB_background_gray_wood_1600w.jpg");
    background-attachment: fixed;
}

.promo-row .generic-textblock-frziWH {
    border-color: #000000;
    border-width: 0px;
    border-style: solid;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
}

.promo-row .froala-view p, p.fr-tag {
    font-size: 13px;
    line-height: 1.1;
    font-weight: 400;
    margin: 10px 0 10px;
}

@media screen and (max-width: 767px) {
    .promo-row {
        position: fixed;
        top: 110px;
        width: 100%;
        background-image: none;
        background-color: #51603e;
    }

    .promo-row * {
        color: #fff;
    }

    .promo-row a {
        color: #fff;
        text-decoration: underline;
    }

    .promo-row a:hover {
        color: #eee;
    }
}

.page-template-template-nourish-every-body-tour .wrap {
    /* width: 100%; */
}

.page-template-template-nourish-every-body-tour .page-banner .desktop-banner,
.page-template-template-nourish-every-body-tour .page-banner .mobile-banner {
    width: 100%;
    height: auto;
}

.page-template-template-nourish-every-body-tour .page-banner .desktop-banner {
    display: block;
}

.page-template-template-nourish-every-body-tour .page-banner .mobile-banner {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .page-template-template-nourish-every-body-tour .page-banner .desktop-banner {
        display: none;
    }

    .page-template-template-nourish-every-body-tour .page-banner .mobile-banner {
        display: block;
    }
}

/* ------------------------------------------------------------------------- */

.page-template-template-nourish-every-body-tour .newsletter-signup {
    position: relative;

    /* z-index: 40; */
    background-color: #46a949;
    display: flex;
    flex-direction: row;
    padding: 40px;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.page-template-template-nourish-every-body-tour .newsletter-signup .text,
.page-template-template-nourish-every-body-tour .newsletter-signup .form {}

.page-template-template-nourish-every-body-tour .newsletter-signup .text {
    flex-basis: 50%;
    font-family: "museo_slab700","Georgia",Cambria,Times New Roman,Times,serif;
    font-weight: normal;
    font-size: 20px;
    text-rendering: optimizelegibility;
    color: #fff;
    text-align: right;
    margin-right: 2rem;
}

.page-template-template-nourish-every-body-tour .newsletter-signup .form {
    flex-basis: 50%;
    text-align: left;
}

.page-template-template-nourish-every-body-tour .newsletter-signup form {}

.page-template-template-nourish-every-body-tour .newsletter-signup form input[type=email],
.page-template-template-nourish-every-body-tour .newsletter-signup form button {
    display: inline-block;
}

.page-template-template-nourish-every-body-tour .newsletter-signup form input[type=email] {
    min-width: 18rem;
    margin-bottom: 0;
    font-family: "museo_slab700","Georgia",Cambria,Times New Roman,Times,serif;
}

.page-template-template-nourish-every-body-tour .newsletter-signup form button {
    background: #7c726d;
    background-image: -webkit-linear-gradient(top, #7c726d, #534741);
    background-image: -moz-linear-gradient(top, #7c726d, #534741);
    background-image: -ms-linear-gradient(top, #7c726d, #534741);
    background-image: -o-linear-gradient(top, #7c726d, #534741);
    background-image: linear-gradient(to bottom, #7c726d, #534741);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;

    /* font-family: Arial; */
    color: #ffffff;
    height: 40px;
    font-family: "museo_slab700","Georgia",Cambria,Times New Roman,Times,serif;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
}

.page-template-template-nourish-every-body-tour .newsletter-signup form button:hover {
    background: #534741;
    background-image: -webkit-linear-gradient(top, #534741, #7c726d);
    background-image: -moz-linear-gradient(top, #534741, #7c726d);
    background-image: -ms-linear-gradient(top, #534741, #7c726d);
    background-image: -o-linear-gradient(top, #534741, #7c726d);
    background-image: linear-gradient(to bottom, #534741, #7c726d);
    text-decoration: none;
}

/* ------------------------------------------------------------------------- */

.page-template-template-nourish-every-body-tour .where-are-we-headed-wrapper-outer {
    margin: -4rem auto 0 auto;
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-image: url("/wp-content/uploads/2018/02/where-are-we-headed-map-1.png");

    /* min-height: 500px; */
    background-repeat: no-repeat;
    background-size: 95% auto;
    background-position: 75% -20px;
}

.page-template-template-nourish-every-body-tour .where-are-we-headed-wrapper {
    /* width: 1030px; */
    max-width: 80%;
    margin: 0 auto;
}

.page-template-template-nourish-every-body-tour .where-are-we-headed {
    text-align: center;
    margin-bottom: 4rem;
}

.page-template-template-nourish-every-body-tour .where-are-we-headed h2 {
    margin-bottom: 10px;
}

.page-template-template-nourish-every-body-tour .where-are-we-headed p {
    color: #3f2a1b;
}

.page-template-template-nourish-every-body-tour .where-are-we-headed p:last-child {
    margin-bottom: 1.5rem !important;
}

.page-template-template-nourish-every-body-tour .accordion {}

.page-template-template-nourish-every-body-tour .accordion .item {
    margin-bottom: .75rem;
    cursor: pointer;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-title {}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-title .dates,
.page-template-template-nourish-every-body-tour .accordion .item .accordion-title .location,
.page-template-template-nourish-every-body-tour .accordion .item .accordion-title .button {
    font-family: "museo_slab700","Georgia",Cambria,Times New Roman,Times,serif;
    font-weight: normal;
    text-rendering: optimizelegibility;
    display: inline-block;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-title .dates-location {
    display: inline-block;
    width: 86%;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-title .dates {
    width: 48%;
    font-size: 30.2px;
    color: #3f2a1b;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-title .location {
    width: 50%;
    font-size: 44.68px;
    line-height: 44.68px;
    color: #3f2a1b;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-title .button {
    float: right;
    background-image: url(http://recipes.pacificfoods.com/wp-content/uploads/2018/02/button-wood.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: .5rem 1rem;
    text-decoration: none;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-title .button:after {
    content: "";
    display: table;
    clear: both;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-content {
    display: none;
}

.page-template-template-nourish-every-body-tour .accordion .item.open .button {
    background-image: none;
    background-color: #545f42;
}

.page-template-template-nourish-every-body-tour .accordion .item.open .accordion-content {
    display: block;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location-wrapper {
    padding: .5rem 1rem;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location-wrapper:nth-child(even) {
    background-color: #7d856e;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location-wrapper:nth-child(odd) {
    background-color: #556043;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .date,
.page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location,
.page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .time {
    font-family: "museo_slab700","Georgia",Cambria,Times New Roman,Times,serif;
    font-weight: normal;
    text-rendering: optimizelegibility;
    color: #fff;
    display: inline-block;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .date {
    width: 25%;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location {
    width: 48%;
}

.page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .time {
    width: 25%;
    text-align: right;
}

.page-template-template-nourish-every-body-tour .what-will-you-taste {}

.page-template-template-nourish-every-body-tour .what-will-you-taste h2 {
    font-size: 58.33px;
    line-height: 58.33px;
    text-align: center;
    margin-bottom: 50px;
}

.page-template-template-nourish-every-body-tour .what-will-you-taste .buckets {
    display: flex;
    flex-direction: row;
}

.page-template-template-nourish-every-body-tour .what-will-you-taste .buckets .bucket {
    margin-right: 1.5rem;
}

.page-template-template-nourish-every-body-tour .what-will-you-taste .buckets .bucket:last-child {
    margin-right: 0;
}

.page-template-template-nourish-every-body-tour .what-will-you-taste .buckets .bucket img {
    margin-bottom: 1rem;
}

.page-template-template-nourish-every-body-tour .what-will-you-taste .buckets .bucket .text {
    text-align: center;
}

.page-template-template-nourish-every-body-tour .what-will-you-taste .buckets .bucket a {
    text-decoration: none;
}

.page-template-template-nourish-every-body-tour .what-will-you-taste .buckets .bucket .text p {
    font-family: "museo_slab500","Georgia",Cambria,Times New Roman,Times,serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    text-rendering: optimizelegibility;
    text-align: center;
    text-decoration: none;
    color: #3f2a1b;
    max-width: 80%;
    margin: 0 auto;
}

.page-template-template-nourish-every-body-tour .why-does-nourishment-mean-so-much-to-us {
    padding-top: 4rem;
}

.page-template-template-nourish-every-body-tour .why-does-nourishment-mean-so-much-to-us h2 {
    font-size: 58.33px;
    line-height: 58.33px;
    text-align: center;
    max-width: 80%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-template-nourish-every-body-tour .why-does-nourishment-mean-so-much-to-us .video-wrapper {
    text-align: center;
}

.page-template-template-nourish-every-body-tour .not-in-your-city {
    padding-top: 4rem;
}

.page-template-template-nourish-every-body-tour .not-in-your-city h2 {
    font-size: 58.33px;
    line-height: 58.33px;
    text-align: center;
    max-width: 80%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.page-template-template-nourish-every-body-tour .not-in-your-city .buckets {
    display: flex;
    flex-direction: row;
}

.page-template-template-nourish-every-body-tour .not-in-your-city .buckets .bucket {
    margin-right: 1.5rem;
}

.page-template-template-nourish-every-body-tour .not-in-your-city .buckets .bucket:last-child {
    margin-right: 0;
}

.page-template-template-nourish-every-body-tour .not-in-your-city p {
    color: #3f2a1b;
    text-align: center;
}

.page-template-template-nourish-every-body-tour .not-in-your-city p a {
    color: #4aaa42;
    font-weight: bold;
    text-decoration: none;
}

/* ------------------------------------------------------------------------- */

@media only screen and (max-width: 1140px) {
    .page-template-template-nourish-every-body-tour .newsletter-signup {
        flex-direction: column;
        padding: 20px;
    }

    .page-template-template-nourish-every-body-tour .newsletter-signup .text,
    .page-template-template-nourish-every-body-tour .newsletter-signup .form {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
    }

    .page-template-template-nourish-every-body-tour .newsletter-signup .text {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .page-template-template-nourish-every-body-tour .newsletter-signup .form input[type=email] {
        width: auto;
    }
}

@media only screen and (min-width: 1041px) {
    .page-template-template-nourish-every-body-tour .accordion .item.open {
        border-top: dashed 2px #47ab4b;
        padding-top: 1rem;
    }
}

@media only screen and (min-width: 768px) {
    .page-template-template-nourish-every-body-tour .where-are-we-headed h2 {
        font-size: 58.33px;
        line-height: 58.33px;
        margin-bottom: 0;
    }

    .page-template-template-nourish-every-body-tour .where-are-we-headed p {
        font-size: 30.21px;
        line-height: 42.71px;

        /* line-height: 30.21px; */
    }

    .page-template-template-nourish-every-body-tour .not-in-your-city p {
        font-size: 30.21px;
        line-height: 42.71px;
    }
}

@media only screen and (max-width: 768px) {
    .page-template-template-nourish-every-body-tour .second-row.panel-row {
        overflow: auto;
        max-height: none;
    }

    .page-template-template-nourish-every-body-tour .second-row.panel-row div {
        max-height: none;
        overflow-x: hidden;
    }

    .page-template-template-nourish-every-body-tour .second-row.panel-row .left {
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .page-template-template-nourish-every-body-tour .second-row.panel-row .right {
        padding-left: 0;
    }

    .page-template-template-nourish-every-body-tour .what-will-you-taste .buckets .bucket .text p {
        font-size: 18px;
        line-height: 22px;
    }

    .page-template-template-nourish-every-body-tour .what-will-you-taste h2,
    .page-template-template-nourish-every-body-tour .why-does-nourishment-mean-so-much-to-us h2,
    .page-template-template-nourish-every-body-tour .not-in-your-city h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1040px) {
    .page-template-template-nourish-every-body-tour .accordion .item {
        border-top: dashed 2px #47ab4b;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .page-template-template-nourish-every-body-tour .accordion .item:first-of-type {
        border: none;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title {
        /* display: flex;
        flex-direction: column; */
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title .dates-location {
        display: flex;
        flex-direction: column;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title .dates {
        order: 2;
        font-size: 20px;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title .location {
        order: 1;
        font-size: 35px;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title .button {
        margin-top: -4.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title .dates {
        width: 80%;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title .location {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title {
        max-width: 100%;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title .dates-location {
        text-align: center;
        width: 100%;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title .dates {
        font-size: 12px;
        width: 100%;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title .location {
        font-size: 22px;
        line-height: 22px;
        width: 100%;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-title .button {
        margin-top: .5rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
        max-width: 120px;
        float: none;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location-wrapper .date,
    .page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location-wrapper .location,
    .page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location-wrapper .time {
        width: 100%;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location-wrapper .date {
        order: 2;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location-wrapper .location {
        order: 1;
    }

    .page-template-template-nourish-every-body-tour .accordion .item .accordion-content .locations .location-wrapper .time {
        order: 3;
        text-align: left;
    }
}

@media only screen and (max-width: 580px) {
    .page-template-template-nourish-every-body-tour .what-will-you-taste .buckets {
        display: flex;
        flex-direction: column;
    }

    .page-template-template-nourish-every-body-tour .what-will-you-taste .buckets .bucket {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
    }

    .page-template-template-nourish-every-body-tour .what-will-you-taste .buckets .bucket img {
        width: 100%;
    }

    .page-template-template-nourish-every-body-tour .not-in-your-city .buckets {
        display: flex;
        flex-direction: column;
    }

    .page-template-template-nourish-every-body-tour .not-in-your-city .buckets .bucket {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .page-template-template-nourish-every-body-tour .not-in-your-city .buckets .bucket img {
        width: 100%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .page-template-template-nourish-every-body-tour .newsletter-signup {
        display: none;
    }
}

/* ------------------------------------------------------------------------- */

/* ---------------------------------------------------- */
/* ------------------ klaviyo styles ------------------ */
/* ---------------------------------------------------- */

/* Get rid of the uppercase in klaviyo inputs */
.klaviyo_field_group #k_id_email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: lowercase;
}

.klaviyo_field_group #k_id_email::-moz-placeholder { /* Firefox 19+ */
    text-transform: lowercase;
}

.klaviyo_field_group #k_id_email:-ms-input-placeholder { /* IE 10+ */
    text-transform: lowercase;
}

.klaviyo_field_group #k_id_email:-moz-placeholder { /* Firefox 18- */
    text-transform: lowercase;
}

/* Desktop Footer */
.sp-footer-desktop .email-newsletter.grav {
    text-align: right;
}

.sp-footer-desktop .email-newsletter.grav #email_signup {
    position: relative;
}

.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group {
    width: 100%;
}

.sp-footer-desktop .email-newsletter.grav #email_signup label {
    float: right;
    text-transform: capitalize;
    text-align: right;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.65);
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::-webkit-input-placeholder,
.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::-moz-placeholder,
.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email:-moz-placeholder,
.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email:-ms-input-placeholder,
.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::-webkit-input-placeholder {
    text-transform: lowercase;
}

.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::-webkit-input-placeholder,
.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::-moz-placeholder,
.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email:-moz-placeholder,
.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email:-ms-input-placeholder,
.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::placeholder {
    text-transform: lowercase;
}

.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email {
    border-radius: 2px;
    height: 30px;
    width: 20vw;
    max-width: 255px;
    min-width: 200px;
    color: #000;
    position: absolute;
    right: 30px;
    padding: 0 10px;
    font-family: inherit;
    display: block;
    line-height: 1em;
    margin-bottom: 17px;
    font-size: 1em;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3e0da;
    background-color: #fff;
    -webkit-transition: background-color 0.24s ease-in-out;
    -o-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    text-transform: lowercase;
}

.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_messages {
    float: right;
    text-align: right;
    margin-top: 1rem;
}

.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_form_actions {
    float: none;
}

.sp-footer-desktop .email-newsletter.grav #email_signup .klaviyo_form_actions .klaviyo_submit_button {
    position: absolute;
    right: 0;
    border: none;
    background-color: #51603e;
    height: 30px;
    width: 30px;
    font-weight: 700;
    font-size: larger;
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: none;
    line-height: normal;
    font-family: inherit;
    margin: 0;
    margin-top: 7px;
    overflow: visible;
    color: inherit;
    font: inherit;
    border-radius: 0;
    padding: inherit;
    letter-spacing: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Mobile Footer */
.sp-footer-embed .email-newsletter.grav {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    border-top: 2px solid #bbb;
    padding-top: 40px;
    margin-top: 15px;
}

.sp-footer-embed .email-newsletter.grav form {}

.sp-footer-embed .email-newsletter.grav #email_signup {
    max-width: 450px;
    margin: 0 auto;
    float: none;
}

.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group {
    float: none;
    margin-right: 0;
    width: 90%;
}

.sp-footer-embed .email-newsletter.grav #email_signup label {
    font-family: "Museo Slab",serif;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin: 0 0 9px;
    text-align: center;
    font-weight: normal;
}

.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::-webkit-input-placeholder,
.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::-moz-placeholder,
.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email:-moz-placeholder,
.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email:-ms-input-placeholder,
.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::-webkit-input-placeholder {
    text-transform: lowercase;
}

.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::-webkit-input-placeholder,
.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::-moz-placeholder,
.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email:-moz-placeholder,
.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email:-ms-input-placeholder,
.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email::placeholder {
    text-transform: lowercase;
}

.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_field_group #k_id_email {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #51603e;
    border-right: none;
    height: 40px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    border-radius: 0;
    padding: 10px;
    font-family: inherit;
    line-height: 1em;
    margin-bottom: 17px;
    color: #838383;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-transition: background-color 0.24s ease-in-out;
    -o-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    text-transform: lowercase;
}

.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_messages {}

.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_form_actions {
    float: none;
    width: 10%;
    display: inline-block;
    margin-right: 0;
    max-width: 40px;
    position: relative;
    left: -5px;
    top: 8px;
}

.sp-footer-embed .email-newsletter.grav #email_signup .klaviyo_form_actions .klaviyo_submit_button {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 100%;
    margin-left: -5px;
    height: 40px;
    background-color: #51603e;
    border: none;
    max-width: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: none;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    overflow: visible;
    letter-spacing: normal;
    text-decoration: none;
    padding: 0 0 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: inherit;
}

/* Nourish Every Body Tour */
.page-template-template-nourish-every-body-tour .newsletter-signup {}

.page-template-template-nourish-every-body-tour .newsletter-signup .email-newsletter.grav {
    width: 100%;
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup {
    float: none;

    /* flex-basis: 50%;
    text-align: left; */
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .inner-layout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .inner-form-wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left;
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group {
    text-align: left;
    width: 100%;
    max-width: 400px;
    min-width: 18rem;
    margin-bottom: 0;
    font-family: "museo_slab700","Georgia",Cambria,Times New Roman,Times,serif;
    display: inline-block;
    float: none;
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup label {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-family: "museo_slab700","Georgia",Cambria,Times New Roman,Times,serif;
    font-weight: normal;
    font-size: 20px;
    text-rendering: optimizelegibility;
    color: #fff;
    text-align: right;
    margin-right: 2rem;
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email::-webkit-input-placeholder,
.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email::-moz-placeholder,
.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email:-moz-placeholder,
.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email:-ms-input-placeholder,
.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email::-webkit-input-placeholder {
    text-transform: uppercase;
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email::-webkit-input-placeholder,
.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email::-moz-placeholder,
.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email:-moz-placeholder,
.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email:-ms-input-placeholder,
.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email::placeholder {
    text-transform: uppercase;
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email {
    min-width: 18rem;
    margin-bottom: 0;
    font-family: "museo_slab700","Georgia",Cambria,Times New Roman,Times,serif;
    display: inline-block;
    height: 40px;
    line-height: 1em;
    padding: 0 15px;
    font-size: 1em;
    color: #838383;
    border-radius: 7px;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3e0da;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    -webkit-transition: background-color 0.24s ease-in-out;
    -o-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_messages {
    float: left;
    text-align: right;
    color: #fff;
    display: block;
    width: 50%;
    padding-right: 1rem;
    font-size: 1.5rem !important;
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_form_actions {
    margin-left: 0;
    float: none;
    display: inline-block;
}

.page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_form_actions .klaviyo_submit_button {
    background: #7c726d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7c726d), to(#534741));
    background-image: -webkit-linear-gradient(top, #7c726d, #534741);
    background-image: -o-linear-gradient(top, #7c726d, #534741);
    background-image: linear-gradient(to bottom, #7c726d, #534741);
    border-radius: 7px;
    color: #ffffff;
    height: 40px;
    font-family: "museo_slab700","Georgia",Cambria,Times New Roman,Times,serif;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    -webkit-appearance: button;
    cursor: pointer;
    line-height: normal;
}

@media only screen and (max-width: 1140px) {
    .page-template-template-nourish-every-body-tour .newsletter-signup #email_signup label,
    .page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .inner-form-wrapper {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }

    .page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .inner-layout-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }

    .page-template-template-nourish-every-body-tour .newsletter-signup #email_signup label {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group {
        float: none;
        text-align: center;
    }

    .page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email {
        width: 100%;
    }

    .page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_messages {
        text-align: center;
        width: 70%;
        margin: 0 auto;
        float: none;
    }
}

@media only screen and (max-width: 700px) {
    .page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group,
    .page-template-template-nourish-every-body-tour .newsletter-signup #email_signup .klaviyo_field_group #k_id_email {
        width: 200px;
    }
}

/* Header minicart */
header-minicart .header-minicart a.cart-summary-link .count-container {
    display: block;
}

/* Bone Broth styles */
@media only screen and (max-width: 700px) {
    .bone-broth .everyday-routine-icons .wpb_wrapper,
    .bone-broth .everyday-routine-icons .wpb_wrapper p {
        line-height: 19px;
    }
}

/* Recipe styles */
@media only screen and (max-width: 767px) {
    body.recipes .sidebar {
        margin-bottom: 2rem;
    }

    body.recipes .recipe-search-widget {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    body.recipes .recipe-search-widget + .widget {
        display: none;
    }
}
