/* ************************************************ */
/* Custom CSS Whitout SASS compiler for quick fixes */
/* ************************************************ */  


/* START - Site Videos Tagline COVID-19 */


@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');

    .video-iframe-tagline{
        display: block;
        position: relative;
    }
    .video-iframe-tagline.vimeo-video{
        max-width: 665px;
    }
    .video-iframe-tagline.vimeo-video span.video-tagline{
        display: block;
        max-width: 640px;
        font-size: 14px;
        text-align: left;
        padding-left: 45px;
        padding-right: 45px;
        position: relative;
        top: -25px;

        line-height: 19px;
        font-style: italic;
    }
    .video-iframe-tagline.yt-video span.video-tagline{
        display: block;
        font-size: 14px;
        max-width: 560px;

        line-height: 19px;
        font-style: italic;
    }
    @media screen and (max-width: 767px){

        .video-iframe-tagline.vimeo-video span.video-tagline{
            padding-left: 25px;
            padding-right: 25px;
            top: -30px;
        }

    }
    @media screen and (max-width: 575px){

        .video-iframe-tagline.vimeo-video span.video-tagline{
            top: -67px;
        }

    }
    @media screen and (max-width: 420px){

        .video-iframe-tagline.vimeo-video span.video-tagline{
            top: -100px;
        }

    }

/* END - Site Videos Tagline COVID-19 */



/*===================================================================================================================*/

/*COOKING page*/




.hiro {
    margin-top: 7px;
    position: relative;
    height: 489px;
}

@media only screen and (max-width: 1024px) {
    .hiro {
        height: 418px;
    }
}

@media only screen and (max-width: 624px) {
    .hiro {
        height: 360px;
    }
}

.hiro:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(23, 81, 107, .8);
}

.hiro__image {
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.cooking .site-inner {
    display: none;
}

.hiro__title {
    font-family: 'Caveat Brush', cursive;
    font-size: 120px;
    color: #fff;
    margin-top: 45px;
    margin-bottom: 47px;
    letter-spacing: -3.8px;

}

@media only screen and (max-width: 1024px) {
    .hiro__title {
        font-size: 85px;
    }
}

@media only screen and (max-width: 624px) {
    .hiro__title {
        font-size: 54px;
    }
}

.hiro__button {
    font-size: 17px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    background: #f58b1b;
    text-transform: uppercase;
    padding: 25px 36px;
    color: #fff;
    letter-spacing: 1px;
}

@media only screen and (max-width: 624px) {
    .hiro__button {
        padding: 14px 21px;
        font-size: 14px;
    }

    .hiro-icon {
        font-size: 12px;
        padding-left: 5px;
    }
}

.hiro-icon {
    font-size: 18px;
    padding-left: 12px;
}

.hiro__content {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.description__wrap {
    margin: 110px auto 0;
    max-width: 1377px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media only screen and (max-width: 624px) {
    .description__wrap{
        flex-direction: column;
        margin-top: 35px;
    }
}

.text-align-right {
    text-align: right;

}

.description__text_wrap {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
}

@media only screen and (max-width: 624px) {
    .description__text_wrap{
        width: 100% !important;
    }
}

.description__text_wrap h6 {
    color: #4e514e;
    font-size: 22px;
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 10px;
}

.description__text {
    max-width: 727px;
    padding-right: 20px;
    font-weight: 400;

}
@media only screen and (max-width: 1024px) {
    .description__text {
        font-size: 14px;
    }

    .description__text_wrap h6 {
        font-size: 18px;
    }
}

.align-right {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 624px) {
    .align-right img {
        height: 350px;
        width: 100% !important;
        object-fit: contain;
    }
    .align-right  {
        height: 350px;
        justify-content: flex-start;
        width: 100% !important;

    }
}

.response-form input[type=text]:not(.browser-default) {
    border-bottom: none;
    background: #f4f3f3;
    margin: 0 0 6px 0;
}

.response-form textarea {
    border: none;
    background: #f4f3f3;
    height: 8rem !important;

}

@media only screen and (min-width: 641px) {
    .form__wrap .gform_wrapper ul.gform_fields li.gfield {
        padding: 0 8px;
    }
    .tips__form .gform_wrapper ul.gform_fields li.gfield {
        padding: 0 16px;
    }
}



.response-form .gform_wrapper textarea {
    padding: 18px 25px;
}

.response-form input::placeholder {
    color: #4e514e;
    font-family: 'Open Sans';
    font-size: 20px;
}

.response-form .gform_wrapper ul li.gfield {
    margin-top: 0;
}

.response-form textarea::placeholder {
    color: #4e514e;
    font-family: 'Open Sans';
    font-size: 20px;
}

.response-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    padding: 28px 25px;
}

.response-form .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    display: none;
}

.response-form li {
    display: inline-block;
    width: 50%;
}

@media only screen and (max-width: 724px) {
    .response-form li {
        display: block;
        width: 100%;
    }
}

.response-form .response-form__text {
    width: 100%;
}

.response-form .gform_wrapper .top_label input.medium {
    width: 100%;
}

.response-form input[type="submit"], .button{
    background-color: #f58b1b;
    font-family: 'Open Sans';
    position: relative;
    padding: 21px 66px;
    font-weight: 400;
    letter-spacing: 2px;
}

.response-form .gform_footer  {
    text-align: center;
}


.form {
    margin-top: 98px;
}

.form__title {
    color: #17516b;
    font-size: 36px;
    font-family: Bitter, serif;
    font-weight: 500;
    text-align: center;
    max-width: 765px;
    margin: 0 auto;
    line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
    .form__title {
        font-size: 28px;
    }
}

.form__subtitle {
    color: #4e514e;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 700;
    text-align: center;
    margin-top: 29px;
    margin-bottom: 30px;
}

.form__wrap {
    margin: 0 auto;
    max-width: 975px;
    padding: 0 15px;
}

.video {
    margin-top: 162px;
}

.video__banner {
    background: #f6f6f6;
    position: relative;
    padding-bottom: 135px;
}

.video__banner:before {
    content: '';
    position: absolute;
    background-image: url(./assets/images/video.png);
    width: 117px;
    height: 117px;
    background-color: #f6f6f6;
    border-radius: 50%;
    left: 0;
    top: -50px;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 25px;
}


.video__title {
    text-align: center;
    font-size: 60px;
    color: #4e514e;
    font-weight: 400;
    font-family: Bitter, serif;
    text-transform:uppercase;
    margin-top: 0;
}

@media only screen and (max-width: 1024px) {
    .video__title {
        font-size: 42px;
    }
}

.video__subtitle {
    color: #4b9261;
    font-size: 20px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    text-transform:uppercase;
    padding-top: 54px;
    z-index: 1;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .video__title {
        font-size: 32px;
    }
}

.video__wrap .ytp-gradient-top {
    display: none;
}


.fancybox-toolbar {
    margin-top: 88px;
}
.fancybox-button {
    width: 48px !important;
}




.item {
    width: calc(33% - 29px);
    position: relative;
    display: inline-block;
    margin: 0 16px;
    transition: opacity .3s ease;
}
@media only screen and (max-width: 1024px) {
    .item {
         width: calc(50% - 32px);
    }
}

@media only screen and (max-width: 624px) {
    .item {
        width: 100%;
    }
}



.tile__link:hover {
    opacity: .7;
}

.tile__link img{
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.video__wrap {
    margin: 0 auto;
    max-width: 1207px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -68px;
    padding-bottom: 30px;
}

.tile__link span {
    position: absolute;
    top: 34px;
    background: url(./assets/images/play.png);
    width: 168px;
    height: 166px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.align-center {
    display: flex;
    justify-content: center;
}

.item {
    margin-bottom: 36px;
}

.item h3 {
    font-family: 'Caveat Brush', cursive;
    color: #17516b;
    font-size: 40px;
    margin-top: 4px;
}

item p {
    color: #4e514e;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans';
}

.recipes {
    margin-top: 155px;
}

.recipes .video__banner:before {
    background-image: url("./assets/images/recipes.png");
    top: -64px;
    background-position-x: 38px;
    background-position-y: 38px;

}

.recipes__wrap {
    display: flex;
    max-width: 1212px;
    margin: 0 auto;
    margin-top: -66px;
    position: relative;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #000;
    padding: 0 6px;
}

@media only screen and (max-width: 1024px) {
    .recipes__wrap {
        padding: 0 ;
    }
}

.recipes__image img {
    height: 725px;
    width: 100%;
    object-fit: cover;
}

.recipes__image {
    width: 56%;
}
@media only screen and (max-width: 1024px){
    .recipes__wrap {
        flex-direction: column;
    }

    .recipes__image {
        width: 100%;
        display: flex;
        order: 1;
    }

    .recipes__image img {
        height: 455px;
        display: flex;
    }

    .recipes__content {
        display: flex;
        order: 2;
        flex-direction: column;
        margin-top: 25px;
    }
}

.recipes__title {
    font-family: 'Caveat Brush', cursive;
    font-size: 58px;
    color: #17516b;
    letter-spacing: -1.6px;
    margin-top: 0;
    line-height: .9;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .recipes__title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 624px) {
    .recipes__title {
        font-size: 32px;
    }

    .recipes__content {
        padding: 0 15px;
    }
}

.recipes__wrap h4 {
    display: flex;
    font-family: 'Caveat Brush', cursive;
    color: #8e0a16;
    font-size: 46px;
    margin-bottom: 4px;

}

.recipes__wrap h4 img {
    margin-right: 15px;
}

.recipes__wrap ul {
    max-width: 402px;
    padding-left: 8px;
    margin-bottom: 47px;
}



.recipes__wrap li {
    position: relative;
    padding-left: 11px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.recipes__wrap li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    background: #17516b;
    border-radius: 50%;
    top: 11px;
}

.recipes__content {
    width: 43%;
    padding-right: 30px;
    padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
    .recipes__content {
        width: 100%;
        padding: 0 15px;
    }

}

.recipes__file {
    color: #f58b1b;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
}

.link__recipes {
    color: #fff;
    background: #3a734b;
    padding: 7px 23px;
    font-size: 18px;
    font-weight: 400;
    font-family: Bitter, serif;
    border-radius: 5px;
    margin-right: 21px;
    display: inline-block;
}

.recipes__file:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
}

.link__wrap {
    margin-bottom: 42px;
}

@media only screen and (max-width: 624px) {
    .link__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .link__recipes {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .recipes__wrap h4 {
        font-size: 42px;
    }

    .recipes__wrap li {
        font-size: 17px;
    }

}

.recipes__relationship {
    margin: 0 15px;
    position: relative;
    display: inline-block;
    width: calc(33% - 30px);
    margin-bottom: 29px;
    transition: opacity .3s ease;
}

.recipes__relationship:hover {
    opacity: .7;
}
@media only screen and (max-width: 1024px) {
    .recipes__relationship {
        width: calc(50% + -33px);
    }
}
@media only screen and (max-width: 624px) {
    .recipes__relationship {
        width: 100%;
        margin: 0;
    }
}


.recipes__relationship img {
    height: 226px;
    width: 100%;
    object-fit: cover;
}

.recipes__relationship-wrap {
    margin: 0 auto;
    max-width: 1214px;
    margin-top: 54px;
    flex-wrap: wrap;
    padding-bottom: 29px;
}

@media only screen and (max-width: 624px) {
    .recipes__relationship-wrap {

        padding: 0 16px;
    }
}



.recipes__relationship_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Caveat Brush', cursive;
    font-size: 44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 17px;
    color: #fff;
}

@media only screen and (max-width: 624px) {
    .recipes__relationship_title {
        font-size: 32px;
    }
}

.recipes__relationship:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 97%;
    background: rgba(24, 47, 31, 0.44);
}

.tips {
    margin-top: 186px;
}

.tips .video__banner:before {
    background-image: url("./assets/images/lamp.png");
}

.tips__wrap {
    max-width: 690px;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: -115px;
    position: relative;
    font-size: 20px;
    font-family: 'Open Sans';
    color: #4e514e;

}
@media only screen and (max-width: 624px) {
    .tips__wrap {
        font-size: 18px;
    }
}


.tips__wrap .recipes__title {
    margin-top: 55px;
    margin-bottom: 0;
}
.tips__wrap h4 {
    color: #4b9261;
    font-size: 24px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.tips__wrap strong {
    display: block;
    margin: 4px 0;
}
.tips__wrap li {
    list-style-type: inherit !important;
    padding-left: 5px;
}

.tips__wrap ul:not(.browser-default) {
    list-style-type: inherit;
}

.tips__wrap li::marker {
    color: #17516b;
    font-weight: 700;
}

.tips__wrap ol {
    padding-left: 22px;
}


.tips__image {
    width: 100%;

}

.tips__form {
    background: #8e0a16;
    max-width: 1168px;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 72px;
    padding-bottom: 49px;
}
.tips__relationship-wrap {
    padding-bottom: 52px;
}

.tips__relationship-wrap .recipes__relationship {
    margin: 0 22px;
    position: relative;
    display: inline-block;
    width: calc(33% - 44px);
    margin-bottom: 29px;
}

@media only screen and (max-width: 1024px) {
    .tips__relationship-wrap .recipes__relationship {
        margin: 0 15px;
        position: relative;
        display: inline-block;
        width: calc(50% - 33px);
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 624px) {
    recipes__relationship-wrap tips__relationship-wrap {
        padding: 0 15px;
    }
    .tips__relationship-wrap .recipes__relationship {
        margin: 0 0;
        width: 100%;
        margin-bottom: 25px;
    }
}

.tips__form input[type=text]:not(.browser-default) {
    border-bottom: none;
    background: #f4f3f3;
    margin: 0 0 6px 0;
    padding: 34px 36px !important;
    width: 64% !important;
}

@media only screen and (max-width: 1024px) {
    .tips__form input[type=text]:not(.browser-default) {
        width: 100% !important;
    }

}

.tips__form input::placeholder{
    font-family: 'Open Sans';
    font-size: 20px;
    color:#4e514e;
}

.tips__form form {
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .tips__form form {
        flex-direction: column;
    }
}

.tips__form_title {
    color: #ddb5b9;
    text-align: center;
    max-width: 996px;
    padding: 0 15px;
    margin: 0 auto;
    letter-spacing: 1.7px;
    line-height: 1.4;
    padding: 0 15px;
    padding-top: 67px;

}

@media only screen and (max-width: 1024px) {
    .tips__form_title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 624px) {
    .tips__form_title {
        font-size: 26px;
    }
}

.tips__form_title p {
    margin-bottom: 28px;
}

.tips__form_title strong {
    color: #fff;
}

.tips__form .ginput_container {
    display: flex;
    justify-content: flex-end;
}

.tips__form label {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.tips__form .gform_wrapper .gform_footer {
    margin: 0;
    width: 87%;
}
@media only screen and (max-width: 1024px) {
    .tips__form .gform_wrapper .gform_footer {
        margin: 0;
        width: 100%;
        text-align: center;
    }
}


.tips__form input[type="submit"], .button {
    padding: 23px 45px;
    background: #f58b1b;
}

.tips__form  .button:hover {
    color: #fff;
    background-color: #d8760f;
}

.form_bottom .button:hover {
    color: #fff;
    background-color: #d8760f;
}

.form .button:hover {
    color: #fff;
    background-color: #d8760f;
}

.join {
    margin-top: 180px;
}

@media only screen and (max-width: 1024px) {
    .join {
        margin-top: 108px;
    }

    .tips {
        margin-top: 108px;
    }

    .video {
        margin-top: 108px;
    }

    .recipes {
        margin-top: 108px;
    }

    .form-bottom__wrap {
        margin-top: 0;
    }
}

.join .video__banner:before {
    background-image: url("./assets/images/join.png");
}

.join__wrap {
    display: flex;
    max-width: 1190px;
    margin: 0 auto;
    margin-top: -90px;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
}



.join__wrap img {
    width: 43%;
    height: 419px;
    object-fit: cover;
}

.join__content {
    font-size: 18px;
    max-width: 617px;
    margin-top: 14px;
    letter-spacing: .27px;
    word-spacing: 1.8px;
    line-height: 1.7;
    padding-left: 40px;
}

@media only screen and (max-width: 1024px) {
    .join__wrap {
        flex-direction: column;
    }
    .join__content {
        padding-left: 0;
        max-width: 100%;
    }

    .join__wrap img {
        width: 100%;
        object-fit: contain;
    }
}

.join__content p {
    margin-bottom: 18px;
}

.join__content a {
    color: #f58b1b;
    text-decoration: underline;
    font-weight: 700;
}
.join__content strong {
    font-weight: 600 !important;
}
.form-bottom__wrap {
    background: #2b5437;
    margin-top: 146px;
    padding-top: 73px;
    padding-bottom: 158px;
}

.form-bottom__title {
    font-size: 50px;
    color: #fff;
    font-family: Bitter, serif;
    font-weight: 400;
    text-align: center;
    max-width: 1069px;
    margin: 0 auto;
    padding: 0 15px;
    letter-spacing: 1px;
    line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
    .form-bottom__title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 624px) {
    .form-bottom__title {
        font-size: 22px;
    }
}

.wrap--top {
    margin-top: -100px;
    position: relative;
    background: #fff;
    padding-top: 61px;
    padding-bottom: 100px;
}

.form-bottom .response-form {
    margin-top: 42px;
}

.hiro__button--middle {
    padding: 20px 50px;
}

.hiro__button {
    transition: background-color .3s ease;
}

.hiro__button:hover {
    color: #fff;
    background-color: #d8760f;
}

.single__wrap {
    margin-top: 100px;
    max-width: 1287px;
}

.recipes__content--single {
    width: 66%;
}

.recipes__image--single {
    width: 30%;
}

.recipes__image--single img {
    height: 410px;
    border-radius: 5px;
}

.recipes__content--single ul {
    max-width: 700px;
    margin-left: 22px;
}

.hiro--single {
    height: 359px;
}

@media only screen and (max-width: 1024px) {
    .hiro--single {
        height: 299px;
    }
    .recipes__image--single {
        width: 100%;
    }
    .recipes__image--single img {
        height: 340px;
    }
}

@media only screen and (max-width: 624px) {
    .hiro--single {
        height: 249px;
    }
}

.hiro--single .hiro__title {
    margin-top: 59px;
}

.tips__wrap--single {
    margin-top: 100px;
    max-width: 1287px;
    display: flex;
    position: relative;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #4d514d;
    padding: 0 6px;
}

.form__single .tips__form_title{
    font-size: 25px;

}

.form__single .tips__form form {
    flex-direction: column;
}

.form__single  input[type=text]:not(.browser-default) {

    width: 100% !important;
}

.form__single .gform_wrapper ul.gform_fields li.gfield {
    padding: 0 0;
}

.form__single input[type="submit"], .form__single  .button {
    padding: 23px 0;
    width: 100% !important;
    background: #f58b1b;
}

.form__single .gform_wrapper .gform_footer {
    width: 100%;
}



@media only screen and (max-width: 1024px) {
    .tips__wrap--single {
        flex-direction: column;
    }

     .recipes__content--single {
        width: 100%;
    }
}


.item-single {
    position: relative;
    margin-top: 15px;
    transition: opacity .3s ease;
    max-width: 370px;
    height: 225px;


}

@media only screen and (max-width: 1024px) {
    .item-single {
        max-width: calc(50% - 18px);
    }
}

@media only screen and (max-width: 624px) {
    .item-single {
        max-width: 100%;
    }
}