/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.1
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.g-cols.via_grid {
    display: grid !important;
}

h2, .gform_wrapper h3.gform_title {
    font-size: 40px;
    line-height: 52px;
    color: #2791d0;
    letter-spacing: -.2px;
    margin-bottom: 20px;
    font-weight: bold;

}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
}

#stemblog-form-wrapper #fixed-stemblog-form .close {
    display: none;
    float: right;
    position: absolute;
    right: 5%;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    background-color: #2791d0;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}


.header-headline {
    position: relative;
    /* margin-top: 97px; */
    /*min-height: 400px;*/
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    /* margin-bottom: 30px; */
    background-color: #2791d0;
    padding: 20px 0 30px;
    display: flex;
    align-items: center;
}
.single-fruit .header-headline {
    margin-top: 0px;
    margin-bottom: 0px;
}
.single-fruit .raa__post__img {
    max-height: 290px;
    overflow: hidden;
}
.single-fruit .raa__post__img img { width: 100%; }


.raa__slider__wrapper .raa__slider .raa__slide .raa__slide__top .raa__post__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #272127;
    opacity: .4;
    z-index: 1;
}

.header-headline.page-headline.page-compact {
    overflow: inherit;
    max-height: 300px;
    min-height: 160px;
    max-height: inherit;
    padding: 10px 0 10px;
    margin-bottom: 30px;
}

.header-headline.page-headline.page-compact .header-headline__text-col .header-headline__title h1 {
    font-size: 46px;
    line-height: 50px;
}
.recipes-home .header-headline .header-headline__title h1,
body.blog .header-headline .header-headline__title h1 {
    text-shadow: 2px 2px #000;
    font-size: 60px;
}
h1, h2.our-story, .home h1 {

    font-size: 64px;
    line-height: 70px;
    color: #fff;
    letter-spacing: -0.2px;
    text-align: center;
    margin-bottom: 20px;
}

.single-fruit .header-headline__title h1 { text-align: left; margin-bottom: 20px; }


.header-headline.page-headline.page-compact .header-headline__text-col .header-headline__blurb {
    font-size: 18px;
}
.recipes-home .header-headline .header-headline__blurb, body.blog .header-headline .header-headline__blurb {
    color: #fff;
}

.recipes-home .header-headline .header-headline__blurb p:not(.cta), body.blog .header-headline .header-headline__blurb p:not(.cta) {
    text-shadow: 2px 2px #000;
}
.header-headline .header-headline__blurb h2, .header-headline .header-headline__blurb h3, .header-headline .header-headline__blurb h4, .header-headline .header-headline__blurb p {
    color: #fff;
    text-align: center;
}
.recipes-home .header-headline .header-headline__blurb .cta, body.blog .header-headline .header-headline__blurb .cta {
    text-align: center;
    margin: 15px auto;
}

.recipes-home .header-headline .header-headline__blurb .cta a, body.blog .header-headline .header-headline__blurb .cta a {
    padding: 10px 20px;
    font-size: 14px !important;
    outline: none;
    line-height: normal;
}
.button.primary, .button-primary, .gform_button.primary, .gform_button-primary {
    border-color: #2791d0;
    background-color: #2791d0;
    color: #FFF;
}
.button-primary, .gform_button-primary {
    margin-left: 20px;
    font-size: 20px !important;
}
.button, .gform_button {
    font-size: 14px !important;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all ease 0.3s;
    font-family: "League Spartan Bold", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
}
.button.primary:hover, .button-primary:hover, .gform_button.primary:hover, .gform_button-primary:hover {
    background-color: #FFF;
    color: #2791d0;
}


/* Home */
.home-features__image-link a {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    background-color: #272127;
}
.home-features__image-link a strong, .home-features__image-link a b {
    display: block;
    z-index: 20;
    color: #FFF;
    font-size: 29px;
    line-height: 32px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
.home-features__image-link a img {
    width: 100%;
    height: auto;
    position: relative;
    opacity: 0.74;
}

.header-headline.tax-headline-fruit_category {
    overflow: inherit;
    min-height: inherit;
    height: 160px;
    padding: 10px 0 10px;
    margin-bottom: 30px;
    z-index: 10;
}

.stemblog-search {
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 0;
    color: #464646;
    line-height: 30px;
}
.stemblog-search .stemblog-select {
    position: relative;
}
.stemblog-search select {
    min-width: 210px !important;
}
.stemblog-search input.button {
    padding: 10px 20px;
    font-size: 14px !important;
    outline: none;
    line-height: normal;
}

.archive.tax-fruit_category .site-content .content-block-post-listing.fruit {
    height: 500px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    transition: all ease-in-out .2s;
    padding-left: 25px;
    padding-right: 25px;
}
.content-block-post-listing.fruit .content-block-post-listing__image {
    min-height: 160px;
    margin-bottom: 20px;
    text-align: center;
}

.seasonal-home .site-content .content-block-post-listing.fruit .content-block-post-listing__image img,
.archive.post-type-archive-fruit .site-content .content-block-post-listing.fruit .content-block-post-listing__image img,
.archive.tax-fruit_category .site-content .content-block-post-listing.fruit .content-block-post-listing__image img {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
}

.archive.tax-fruit_category .site-content .content-block-post-listing.fruit a.title {
    font-size: 16px;
    color: #7a7a7a;
    padding-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.archive.tax-fruit_category .site-content .content-block-post-listing.fruit a {
    display: block;
    position: relative;
}

.archive.tax-fruit_category .site-content .content-block-post-listing.fruit:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.16);
}

.seasonal-home .site-content .content-block-post-listing.fruit,
.archive.post-type-archive-fruit .site-content .content-block-post-listing.fruit,
.archive.tax-fruit_category .site-content .content-block-post-listing.fruit {
    height: 500px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    transition: all ease-in-out .2s;
    padding-left: 25px;
    padding-right: 25px;
}
.seasonal-home .content-block-post-listing.fruit:hover a.content-block-button,
.archive .content-block-post-listing.fruit:hover a.content-block-button {
    margin-bottom: 28px;
    background-color: #d82b27;
    border-color: #d82b27;
}
.seasonal-home .content-block-post-listing.fruit:hover a.content-block-button:hover,
.archive .content-block-post-listing.fruit:hover a.content-block-button:hover {
    background-color: transparent;
    color: #d82b27;
}

.container-fluid {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.archive.tax-fruit_category .all-about-container .row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 30px;
}

.archive.tax-fruit_category .all-about-container .row .all-about__title {
    text-align: center;
}

fruit_category .site-content .content-block-post-listing.fruit a.title.exclusive {
    color: #008699;
}

.single-fruit .fruit-single__middle-cta {
    list-style: none;
    margin: 0;
}

.seasonal-home .content-block-post-listing.fruit:hover a.content-block-button, .archive .content-block-post-listing.fruit:hover a.content-block-button {
    margin-bottom: 28px;
    background-color: #d82b27;
    border-color: #d82b27;
}

.seasonal-home .all-about-container .row .all-about__content .all-about__content__storage,
.seasonal-home .all-about-container .row .all-about__content .all-about__content__faqs,
.seasonal-home .all-about-container .row .all-about__content .all-about__content__health,
.seasonal-home .all-about-container .row .all-about__content .all-about__content__farm,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__storage,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__faqs,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__health,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__farm,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__storage,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__faqs,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__health,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__farm {
    width: 48%;
    position: relative;
}

.seasonal-home .all-about-container .row .all-about__content .all-about__content__storage a h3,
.seasonal-home .all-about-container .row .all-about__content .all-about__content__faqs a h3,
.seasonal-home .all-about-container .row .all-about__content .all-about__content__health a h3,
.seasonal-home .all-about-container .row .all-about__content .all-about__content__farm a h3,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__storage a h3,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__faqs a h3,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__health a h3,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__farm a h3,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__storage a h3,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__faqs a h3,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__health a h3,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__farm a h3 {
    position: absolute;
    bottom: 25px;
    left: 20px;
    color: #fff;
}

.seasonal-home .all-about-container .row .all-about__content .all-about__content__storage,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__storage,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__storage {
    margin-right: 20px;
}
.seasonal-home .all-about-container .row .all-about__content,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content,
.archive.tax-fruit_category .all-about-container .row .all-about__content {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.seasonal-home .all-about-container .row .all-about__content .all-about__content__health,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__health,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__health {
    margin-top: 20px;
    margin-right: 20px;
}

.seasonal-home .all-about-container .row .all-about__content .all-about__content__farm,
.archive.post-type-archive-fruit .all-about-container .row .all-about__content .all-about__content__farm,
.archive.tax-fruit_category .all-about-container .row .all-about__content .all-about__content__farm {
    margin-top: 20px;
}

.seasonal-home .site-content .content-block-post-listing.fruit a.title.exclusive,
.archive.post-type-archive-fruit .site-content .content-block-post-listing.fruit a.title.exclusive,
.archive.tax-fruit_category .site-content .content-block-post-listing.fruit a.title.exclusive {
    color: #008699;
}
.archive.tax-fruit_category .site-content .content-block-post-listing.fruit a.title {
    font-size: 16px;
    color: #7a7a7a;
    padding-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Button */
.seasonal-home .container .content-block-post-listing.fruit a, .archive.post-type-archive-fruit .container .content-block-post-listing.fruit a, .archive.tax-fruit_category .container .content-block-post-listing.fruit a {
    display: block;
    position: relative;
}
.seasonal-home .content-block-post-listing.fruit a.content-block-button, .archive .content-block-post-listing.fruit a.content-block-button {
    border: 1px solid transparent;
    background-color: transparent;
}
.seasonal-home article a.content-block-button, .archive article a.content-block-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    letter-spacing: 0;
    max-width: 170px;
    margin-top: 28px;
    margin-bottom: 0;
    color: #fff;
    border: 1px solid #d82b27;
    background-color: #d82b27;
    transition: all ease-in-out .2s;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.button.secondary, .gform_button.secondary {
    border-color: #d82b27;
    background-color: #d82b27;
    color: #fff;
}
.button, .gform_button {
    font-size: 14px !important;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all ease .3s;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
}

.single-fruit .fruit-single__middle-cta li img.store-logo-white {
    transition: all ease-in-out .2s;
}
.single-fruit .fruit-single__middle-cta li img {
    display: inline-block;
    width: 26px;
    height: 22px;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.recipes-articles-container {
    background-color: #eff9f5;
    padding-top: 70px;
    padding-bottom: 50px;
}
.seasonal-home .site-content,
.archive.post-type-archive-fruit .site-content,
.archive.tax-fruit_category .site-content {
    max-width: 1600px;
}

.single-fruit .fruit-single__middle-cta li {
    display: inline-block;
    position: relative;
}

.single-fruit .fruit-single__middle-cta .fruit-single__middle-cta__video {
    display: none;
}

/* Header Video
.header-headline {
    position: relative;
    margin-top: 97px;
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;
    background-color: #2791d0;
    padding: 20px 0 30px;
    display: flex;
    align-items: center;
}
*/
.header-headline .container {
    position: relative;
    z-index: 10;
}
.fruit-headline .header-headline__text-col {
    margin: auto 0;
}
.single-fruit .fruit-headline h4 {
    text-shadow: 2px 2px rgba(0,0,0,.3);
}
.header-headline .header-headline__blurb h2, .header-headline .header-headline__blurb h3, .header-headline .header-headline__blurb h4, .header-headline .header-headline__blurb p {
    color: #fff;
    text-align: center;
}
.single-fruit .fruit-headline h2, .single-fruit .fruit-headline h3, .single-fruit .fruit-headline h4, .single-fruit .fruit-headline p {
    text-align: left;
    margin-bottom: 0;
}
.header-headline .container-video {
    z-index: 5;
    position: absolute;
    height: 430px;
    top: 0;
    left: 0;
}
.container-fluid {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}
video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 50vh;
    z-index: 5;
    object-fit: cover;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}


.recipes-articles h2 {
    text-align: center;
}

.raa__slider__wrapper .raa__slider {
    height: 600px;
    position: static !important;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.aligncenter {
    margin: 0 auto;
    text-align: center;
}

.footer-fixed-form-wrapper {
    background-color: #eff9f5;
}

.footer-fixed-form-wrapper .stemblog-footer__logo img {
    margin-top: 80px;
}

#stemblog-form-wrapper #fixed-stemblog-form {
    transition: all ease-in .5s;
    padding-top: 70px;
}

.raa__slider__wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.raa__slider__wrapper .raa__slider .raa__slide {
    background: #fff;
    margin: 0 20px;
    width: calc(50% - 40px) !important;
    display: block;
    max-height: 550px;
    height: 550px !important;
}

.raa__slider__wrapper .raa__slider .raa__slide .raa__slide__top {
    position: relative;
}

.raa__slider__wrapper .raa__slider .raa__slide .raa__slide__top .entry-tag {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
}

.raa__slider__wrapper .raa__slider .raa__slide .raa__slide__top h3 {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    letter-spacing: -2px;
    z-index: 2;
}

.raa__slider__wrapper .raa__slider .raa__slide .raa__slide__top .entry-tag dd.icon {
    margin-right: 5px;
}
.raa__slider__wrapper .raa__slider .raa__slide .raa__slide__top .entry-tag dd {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.raa__slider__wrapper .raa__slider .raa__slide .raa__slide__bottom {
    padding: 20px 20px 0 !important;
}
.raa__slider__wrapper .raa__slider .raa__slide .raa__slide__bottom .author {
    color: #bfd940;
}

/* Single Fruits */
.single-fruit .fruit-single__its-season {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.single-fruit .fruit-single__its-season h2 {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}
.single-fruit .fruit-single__its-season .fruit-single__its-season__regular-season,
.single-fruit .fruit-single__its-season .fruit-single__its-season__organic-season {
    margin-top: 10px;
    padding: 0;
}
.single-fruit .fruit-single__its-season .fruit-single__its-season__regular-season img,
.single-fruit .fruit-single__its-season .fruit-single__its-season__organic-season img {
    width: 49px;
    height: auto;
    margin-right: 13px;
}
.single-fruit .fruit-single__its-season .fruit-single__its-season__regular-season h3,
.single-fruit .fruit-single__its-season .fruit-single__its-season__organic-season h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 0;
}
.single-fruit .fruit-single__its-season .fruit-single__its-season__regular-season dl,
.single-fruit .fruit-single__its-season .fruit-single__its-season__organic-season dl {
    display: flex;
    padding-top: 10px;
    flex-flow: wrap;
}
.single-fruit  .fruit-single__its-season .fruit-single__its-season__regular-season dl dd,
.single-fruit  .fruit-single__its-season .fruit-single__its-season__organic-season dl dd {
    z-index: 5;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    width: 16%;
    height: 43px;
    color: #008699;
    text-transform: uppercase;
    display: inline-block;
    line-height: 43px;
    text-align: center;
    position: relative;
}
.single-fruit .fruit-single__its-season .fruit-single__its-season__regular-season dl dd::before,
.single-fruit .fruit-single__its-season .fruit-single__its-season__organic-season dl dd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--wpr-bg-573876b7-e47c-4101-94f5-983ba62eaf9f);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: center;
}
.single-fruit .fruit-single__its-season .fruit-single__its-season__regular-season dl dd.grey::before,
.single-fruit .fruit-single__its-season .fruit-single__its-season__organic-season dl dd.grey::before {
    background: var(--wpr-bg-be30d934-343e-4cc6-bf6e-8863a8cd2b37);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: center;
}
.single-fruit .fruit-single__its-season .fruit-single__its-season__regular-season dl dd.grey,
.single-fruit .fruit-single__its-season .fruit-single__its-season__organic-season dl dd.grey {
    color: #d8d8d8;
    cursor: not-allowed;
}
.single-fruit .fruit-single__video {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.single-fruit .fruit-single__video .video.fancybox {
    display: block;
    margin: 45px 0;
    border-bottom: 10px solid #d82b27;
    position: relative;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-fruit .fruit-single__video .video.fancybox::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #d82b27;
    z-index: 2;
}
.single-fruit .fruit-single__video .video.fancybox::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 1;
    background: #fff;
}
.single-fruit .fruit-single__my-story .fruit-single__my-story__links {
    list-style: none;
    margin: 0 auto;
    display: flex;
    text-align: center;
    padding: 30px 0 20px;
    max-width: 840px;
}
.single-fruit .fruit-single__my-story .fruit-single__my-story__links li:first-child {
    text-align: left;
}
.single-fruit .fruit-single__my-story .fruit-single__my-story__links li {
    width: 25%;
}
.single-fruit .fruit-single__my-story .fruit-single__my-story__links li a {
    color: #bfd940;
}

.single-fruit .fruit-single__my-story {
    margin: 30px 0 30px;
    padding: 0;
}

.single-fruit .fruit-single__its-season .fruit-single__its-season__regular-season dl dd a,
.single-fruit .fruit-single__its-season .fruit-single__its-season__organic-season dl dd a {
    position: relative;
    z-index: 10;
    padding: 10px 10px 13px 10px;
}


.site-content, .container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.recipe-single.recipe-embed {
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-recipe article, article.recipe-single {
    background-color: #eff9f5;
    padding-top: 70px;
    margin-bottom: 100px;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/* rating */
.single-recipe article .recipe__rating, article.recipe-single .recipe__rating {
    position: relative;
}
.single-recipe article .recipe__rating > strong, article.recipe-single .recipe__rating > strong {
    color: #294a66;
    vertical-align: top;
    margin-right: 20px;
}
.single-recipe article .recipe__rating .post-ratings, article.recipe-single .recipe__rating .post-ratings {
    display: inline-block;
    width: auto !important;
    font-size: 14px;
    color: #b1b1b1;
}
.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
    border: 0;
    padding: 0;
    margin: 0;
}
.single-recipe article .recipe__rating .post-ratings-text, article.recipe-single .recipe__rating .post-ratings-text {
    position: absolute;
    left: 0;
    top: 25px;
}
.single-recipe article ul.recipe__small-html-widget li, article.recipe-single ul.recipe__small-html-widget li {
    line-height: 22px;
}
.single-recipe article ul.recipe__small-html-widget li .recipe-data-field strong, article.recipe-single ul.recipe__small-html-widget li .recipe-data-field strong {
    font-weight: 100;
    font-size: 14px;
    line-height: 26px;
}

.single-recipe article .recipe__instructions ol, article.recipe-single .recipe__instructions ol {
    margin-bottom: 30px !important;
}
.single-recipe article .recipe__instructions ol li, article.recipe-single .recipe__instructions ol li {
    padding-left: 15px;
}


.recipe-single.recipe-embed h2, .recipe-single.recipe-embed h3 {
    margin-bottom: 20px !important;
}
.single-recipe article .recipe__ingredients, article.recipe-single .recipe__ingredients {
    padding: 20px 10px;
    border-bottom: 5px solid #294a66;
    background-color: #fff;
    margin-bottom: 50px;
}
.single-recipe article ul, article.recipe-single ul {
    margin: 30px 0;
    list-style: none;
}
.single-recipe article ul.recipe__small-html-widget li, article.recipe-single ul.recipe__small-html-widget li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(41,74,102,.6);
    padding-right: 10px;
    height: 22px;
    line-height: 22px;
}
.single-recipe article ul.recipe__small-html-widget li .recipe-data-heading, article.recipe-single ul.recipe__small-html-widget li .recipe-data-heading {
    margin-right: 5px;
}
.single-recipe article ul.recipe__small-html-widget li .recipe-data-heading, .single-recipe article ul.recipe__small-html-widget li .recipe-data-field, article.recipe-single ul.recipe__small-html-widget li .recipe-data-heading, article.recipe-single ul.recipe__small-html-widget li .recipe-data-field {
    display: inline-block;
}
.single-recipe article ul.recipe__small-html-widget li .recipe-data-heading span, article.recipe-single ul.recipe__small-html-widget li .recipe-data-heading span {
    display: none;
}

.recipe-single.recipe-embed .inner-nav {
    display: none;
}

.single-recipe article .recipe__image img, article.recipe-single .recipe__image img {
    width: 100%;
}


.share-content-box {
    text-align: center;
    margin: 50px 0 80px;
}
.share-content-box strong {
    margin-right: 10px;
    color: #294a66;
}
.share-content-box .social-icons {
    display: inline-block;
}
.share-content-box {
    text-align: center;
}
.share-content-box .social-icons ul {
    list-style: none;
}
.share-content-box .social-icons ul li {
    display: inline-block;
    margin-right: 12px;
}
.share-content-box .social-icons ul li a {
    display: block;
    height: 100%;
}
.share-content-box .social-icons ul li a em {
    border: 2px solid #7a7a7a;
    color: #7a7a7a;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    transition: all ease-in-out .2s;
}

.entry-author .sidebar-authors-bio .right h3 {
    font-size: 30px;
    color: #2791d0;
}
.entry-author .sidebar-authors-bio .right ul {
    margin: 0 0 20px 30px;
}
.entry-author .sidebar-authors-bio .right ul li {
    margin: 0 0 15px;
}
.entry-author .sidebar-authors-bio .right ul li a {
    font-size: 22px;
    line-height: 30px;
    color: #bfd940;
}

#disqus_recommendations {
    max-width: 1040px;
    margin: 0 auto 15px auto;
    width: 100%;
}

/* Recipes */
.page-id-7273 #page-content > .l-section.height_medium {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.page-id-7273 #page-content .l-section:first-of-type > .l-section-h {
    padding-top: 0px !important;
    margin-bottom: 35px;
}

.page-id-7273 .custom-pagination {
    text-align: center;
    margin: 0px auto 30px auto;
    font-size: 19px;
    font-weight: bold;
}
.page-id-7273 .custom-pagination span,
.page-id-7273 .custom-pagination a {
    padding-right: 10px;
}

.page-id-7273 .custom-pagination a .current

.stemblog-search .stemblog-select {
    position: relative;
}
.stemblog-search {
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    margin-bottom: 0px;
    font-family: "Libre Baskerville", serif;
    font-size: 20px;
    letter-spacing: 0;
    color: #464646;
    line-height: 50px;
}
.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column :last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column :last-child {
    margin-bottom: 0;
}
.stemblog-search select {
    min-width: 210px;
}
.stemblog-search select, .stemblog-search input[type="text"] {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #bfd940;
    color: #bfd940;
    font-family: "League Spartan Bold", sans-serif;
    font-size: 20px;
    outline: none;
    padding: 0 10px;
    background-color: transparent;
    max-width: 240px;
    line-height: 50px;
    box-shadow: none !important;
}
.stemblog-search .stemblog-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #7a7a7a;
}

.page-id-7273 .l-section-h.i-cf {
    max-width: 100% !important;
}
body.blog #page-content article, .seasonal-home #main-container article,
.page-id-7273 #page-content article {
    /* height: 500px; */
    margin-bottom: 30px;
}
body.blog #page-content article .row .content-block-post-listing__image,
.seasonal-home #page-content article .row .content-block-post-listing__image,
.page-id-7273 #page-content article .row .content-block-post-listing__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
}

body.blog #page-content article .row .content-block-post-listing__image::before,
.seasonal-home #page-content article .row .content-block-post-listing__image::before,
.page-id-7273 #page-content article .row .content-block-post-listing__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #464646;
    opacity: 0.4;
    z-index: 1;
}
body.blog #page-content article .row .content-block-post-listing__image p.entry-tax,
.seasonal-home #page-content article .row .content-block-post-listing__image p.entry-tax,
.page-id-7273 #page-content article .row .content-block-post-listing__image p.entry-tax {
    z-index: 1;
    float: right;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 10px;
}
body.blog #page-content article .row .content-block-post-listing__image p.entry-tax,
.seasonal-home #page-content article .row .content-block-post-listing__image p.entry-tax,
.page-id-7273 #page-content article .row .content-block-post-listing__image p.entry-tax {
    color: #fff;
}
body.blog #page-content article .row .content-block-post-listing__image p.entry-tax img,
.seasonal-home #page-content article .row .content-block-post-listing__image p.entry-tax img,
.page-id-7273 #page-content article .row .content-block-post-listing__image p.entry-tax img {
    margin-right: 5px;
    vertical-align: baseline;
}
body.blog #page-content article .row .content-block-post-listing__image a,
.seasonal-home #page-content article .row .content-block-post-listing__image a,
.page-id-7273 #page-content article .row .content-block-post-listing__image a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
body.blog #page-content article .row .content-block-post-listing__image a h2,
.seasonal-home #page-content article .row .content-block-post-listing__image a h2,
.page-id-7273 #page-content article .row .content-block-post-listing__image a h2 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 29px;
    line-height: 32px;
    letter-spacing: 0;
    padding-right: 20px;
    left: 20px;
}

#cf_filter #filter-by-fruit_category {
    max-width: 350px;
    display: inline-block;
}
#cf_filter .w-form-row-field {
    display: inline-block;
    margin-left: 15px;
    width: 78%;
}
#cf_filter .w-search-form-btn {
    font-size: 18px;
    position: absolute;
    border: 0px;
    border-color: transparent;
    right: 0%;
    background-color: transparent;
}

/* in Season */
.seasonal-filter {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap;
}
.seasonal-filter li {
    padding: 0;
    margin: 0 5px;
    list-style: none;
}
.seasonal-filter li.active {
    background: #bfd940;

}
.seasonal-filter li a {
    display: block;
    text-align: center;
    padding: 4px;
    text-shadow: none;
    color: #bfd940;
    font-size: 25px;
}
.seasonal-filter li.active a {
    color: #fff;
}

body.page-id-12402 .w-post-elm.has_ratio img {
    object-fit: cover !important;
}



body.page-id-12402 .owl-prev span {
    position: absolute;
    color:red;
    width: 34px;
    height: 36px;
    left:20px;
    font-size: 40px;
    line-height: 32px;
    display: none;
}
body.page-id-12402 .owl-next span {
    position: absolute;
    color:red;
    width: 34px;
    height: 36px;
    right:20px;
    font-size: 40px;
    line-height: 32px;
    display: none;
}

body.page-id-12402 .owl-prev::after,
body.page-id-12402 .owl-next::after {
    right: 0px;
    position: relative;
    top: -1px;
}


/* in season now */
body.page-id-12402 .layout_20222 {
    margin-left: 50px;
    margin-right: 50px;
}
body.page-id-12402 .layout_20222 .w-grid-item-h{
    background:var(--color-content-bg);
    color:var(--color-content-text);
    box-shadow:0 0rem 0rem rgba(0,0,0,0.1),0 0rem 0rem rgba(0,0,0,0.1);
    transition-duration:0.3s;
    padding-left: 25px;
    padding-right: 25px;
}
body.page-id-12402 .no-touch .layout_20222 .w-grid-item-h:hover{
    box-shadow:0 0.15rem 0.3rem rgba(0,0,0,0.1),0 0.5rem 1.5rem rgba(0,0,0,0.15);
    z-index:4
}
body.page-id-12402 .layout_20222 .usg_post_image_1{
    width:210px!important;
    height:210px!important;
    margin-left:auto!important;
    margin-bottom:-1rem!important;
    margin-right:auto!important;
    padding-top:10px!important;
}
body.page-id-12402 .layout_20222 .usg_vwrapper_1{
    min-height:250px!important;
    padding:2.5rem!important;
}
body.page-id-12402 .layout_20222 .usg_post_title_1{
    text-align:left!important;
    font-size:1.2rem!important;
    font-weight:700!important;
}
body.page-id-12402 .layout_20222 .usg_post_content_1{
    text-align:left!important;
}
body.page-id-12402 .layout_20222 .usg_btn_1{
    font-size:14px!important;
    font-family:var(--font-h1)!important;
    text-transform:uppercase!important;
}
body.page-id-12402 .layout_20222 .owl-stage-outer { overflow: visible !important;}

body.page-id-12402 .owl-carousel .owl-nav button.owl-next,
body.page-id-12402 .owl-carousel .owl-nav button.owl-prev {
    font-size: 1.3rem;
    line-height: 1.5 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0 !important;
    border-radius: 100px !important;
    padding: .2em .7em !important;
    background: #2791d0 !important;
    border-color: #2791d0 !important;
    color: #ffffff !important;
}
body.page-id-12402 .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

@media (max-width:1399px) {
    #us_grid_3 .w-grid-item {
        width: 33.3333%
    }
}

@media (max-width:992px) {
    #us_grid_3 .w-grid-item {
        width: 50%
    }
}

@media (max-width:600px) {
    #us_grid_3 .w-grid-list {
        margin: 0
    }

    #us_grid_3 .w-grid-item {
        width: 100%;
        padding: 0;
        margin-bottom: var(--gap, 0px)
    }
}

.layout_19679 .w-grid-item-h {}

.layout_19679 .usg_post_image_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%);
    opacity: 0.9
}

.layout_19679 .w-grid-item-h:hover .usg_post_image_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1
}

/*
 position: absolute !important;
 left: 0 !important;
 bottom: 0 !important;
 right: 0 !important;
 z-index: 1 !important;
 background: linear-gradient(transparent, rgba(30, 30, 30, 0.8)) !important;
 padding: 5rem 8% 1.5rem 8% !important
  */
.layout_19679 .usg_vwrapper_1 {

    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 0 !important;
    background: linear-gradient(transparent, rgba(30, 30, 30, 0.8)) !important;
    padding: 0 8% 1.5rem 8% !important;
    display: inline-block;
    background-color: transparent;

}

.layout_19679 .usg_post_title_1 {
    color: #fff !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.3rem !important
}

.layout_19679 .usg_post_date_1 {
    color: var(--color-content-link-hover) !important;
    font-size: 0.9rem !important;
    margin-top: 5px !important
}

.layout_19679 .usg_post_taxonomy_1 {
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important
}

.layout_19679 .usg_post_content_1 {
    z-index: 2 !important
}

.layout_19679 .usg_btn_1 {
    margin-top: 5px !important
}

/* end of in Season */

@media only screen and (min-width: 1200px) {

    .site-content {
        max-width: 1140px;
    }
}


@media only screen and (max-width: 992px) {

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 41.66667% !important;
        flex: 0 0 41.66667% !important;
        max-width: 41.66667% !important;
    }
    .owl-nav {
        display: inherit !important;
    }
 /*
    body.blog #page-content article, .seasonal-home #main-container article, .page-id-7273 #page-content article {
        height: 430px !important;
    }
*/
}



@media only screen and (max-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100% !important;
    }
    #cf_filter #filter-by-fruit_category {
        max-width: 100%;
    }
    #cf_filter .w-form-row-field {
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }
    #cf_filter .w-search-form-btn {
        padding: 0px;
        margin-top: 22px;
    }

    .single-fruit .fruit-headline h1 {
        font-size: 60px;
        line-height: 80px;
    }

}

@media only screen and (max-width: 620px) {

    .raa__slider__wrapper .raa__slider .raa__slide {
        width: 100% !important;
        margin: 0 !important;
        height: 530px !important;
    }

    .archive.tax-fruit_category .site-content .content-block-post-listing.fruit,
    body.blog #page-content article,
    .seasonal-home #main-container article,
    .page-id-7273 #page-content article,
    .seasonal-home .site-content .content-block-post-listing.fruit,
    .archive.post-type-archive-fruit .site-content .content-block-post-listing.fruit,
    .archive.tax-fruit_category .site-content .content-block-post-listing.fruit
    {
        height: auto !important;
    }

    .headline-icon {
        text-align: center;
    }

    .headline-icon img {
        width: 70% !important;
    }
    video { bottom: -2px;
        top: 0;
        min-height: 61vh;
    }

    .single-fruit .fruit-headline h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px !important;
    }

}


@media only screen and (max-width: 480px) {
    #cf_filter .w-form-row-field {
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }

    #cf_filter .w-search-form-btn {
        padding: 0px;
        margin-top: 22px;
    }
}

/* STYLE radio4
   ========================================================================== */
.w-tabs.style_radio4 > .w-tabs-list .w-tabs-list-h {
	padding: 10px;
	background: var(--color-content-bg);
	color: #fff;
	border-radius: 3em;
}
.w-tabs.style_radio4.layout_ver > .w-tabs-list .w-tabs-list-h {
	border-radius: .5em;
}
.w-tabs.style_radio4 > .w-tabs-list:not(.align_justify) .w-tabs-list-h {
	display: inline-flex;
	vertical-align: top;
}
.w-tabs.style_radio4.layout_ver > .w-tabs-list .w-tabs-list-h {
	display: flex;
}
.w-tabs.style_radio4.layout_hor > .w-tabs-list .w-tabs-item {
    padding: 24px 45px;
    color: inherit;
    border-radius: 100px;
    color: #000000;
    font-size: 18px;
}
.w-tabs.style_radio4.layout_ver > .w-tabs-list .w-tabs-item {
    padding: 24px 45px;
    color: inherit;
    border-radius: 100px;
    color: #000000;
    font-size: 18px;
}
.w-tabs.style_radio4 > .w-tabs-list .w-tabs-item:not(.active):focus,
.no-touch .w-tabs.style_radio4 > .w-tabs-list .w-tabs-item:not(.active):hover {
    background: var(--color-content-primary);
    color: var(--color-content-heading);
}
.w-tabs.style_radio4 > .w-tabs-list .w-tabs-item.active {
    background: var(--color-content-primary);
    color: var(--color-content-heading);
    box-shadow: none;
}

/* STYLE radio5
   ========================================================================== */
.w-tabs.style_radio5 > .w-tabs-list .w-tabs-list-h {
	padding: 10px;
	background: var(--color-content-bg);
	color: #fff;
	border-radius: 3em;
}
.w-tabs.style_radio5.layout_ver > .w-tabs-list .w-tabs-list-h {
	border-radius: .5em;
}
.w-tabs.style_radio5 > .w-tabs-list:not(.align_justify) .w-tabs-list-h {
	display: inline-flex;
	vertical-align: top;
    background: #F6F3EC;
}
.w-tabs.style_radio5.layout_ver > .w-tabs-list .w-tabs-list-h {
	display: flex;
}
.w-tabs.style_radio5.layout_hor > .w-tabs-list .w-tabs-item {
    padding: 24px 45px;
    color: inherit;
    border-radius: 100px;
    color: #000000;
    font-size: 18px;
}
.w-tabs.style_radio5.layout_ver > .w-tabs-list .w-tabs-item {
    padding: 24px 45px;
    color: inherit;
    border-radius: 100px;
    color: #000000;
    font-size: 18px;
}
.w-tabs.style_radio5 > .w-tabs-list .w-tabs-item:not(.active):focus,
.no-touch .w-tabs.style_radio4 > .w-tabs-list .w-tabs-item:not(.active):hover {
    background: var(--color-content-primary);
    color: var(--color-content-heading);
}
.w-tabs.style_radio5 > .w-tabs-list .w-tabs-item.active {
    background: var(--color-content-primary);
    color: var(--color-content-heading);
    box-shadow: none;
}
