.elementor-3118 .elementor-element.elementor-element-36e247b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-539c377 *//*====================================
Baked Feta Pasta Introduction
====================================*/

.bf-intro-section{
    padding:75px 20px;
    background:#f7f9fc;
}

.bf-intro-container{
    max-width:1200px;
    margin:auto;
}


/*====================================
Introduction Content
====================================*/

.bf-intro-content{
    background:#fff;
    padding:45px 50px;
    border-radius:22px;
    border-top:5px solid #C02334;
    box-shadow:0 15px 40px rgba(1,34,85,.08);
    margin-bottom:35px;
}

.bf-intro-tag{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.bf-intro-content h2{
    color:#012255;
    font-size:42px;
    line-height:1.2;
    margin:0 0 20px;
    font-weight:700;
}

.bf-intro-content p{
    color:#666;
    font-size:16px;
    line-height:1.9;
    margin:0 0 18px;
}

.bf-intro-content p:last-child{
    margin-bottom:0;
}

.bf-intro-content strong{
    color:#012255;
}


/*====================================
Feature Grid
====================================*/

.bf-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.bf-feature-card{
    background:#fff;
    padding:30px 25px;
    border-radius:18px;
    text-align:center;
    border:1px solid #e8edf4;
    box-shadow:0 10px 30px rgba(1,34,85,.06);
    transition:all .35s ease;
}

.bf-feature-card:hover{
    transform:translateY(-7px);
    border-color:#C02334;
    box-shadow:0 18px 40px rgba(1,34,85,.11);
}


/*====================================
Feature Icon
====================================*/

.bf-feature-icon{
    width:68px;
    height:68px;
    margin:0 auto 18px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff1f3;
    border-radius:50%;

    font-size:31px;

    transition:.35s;
}

.bf-feature-card:hover .bf-feature-icon{
    background:#C02334;
    transform:scale(1.08);
}


/*====================================
Feature Content
====================================*/

.bf-feature-card h3{
    color:#012255;
    font-size:22px;
    margin:0 0 12px;
    font-weight:700;
}

.bf-feature-card p{
    color:#6b7280;
    font-size:14px;
    line-height:1.8;
    margin:0;
}


/*====================================
Tablet
====================================*/

@media(max-width:991px){

    .bf-intro-content{
        padding:40px;
    }

    .bf-intro-content h2{
        font-size:36px;
    }

    .bf-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/*====================================
Mobile
====================================*/

@media(max-width:767px){

    .bf-intro-section{
        padding:60px 15px;
    }

    .bf-intro-content{
        padding:30px 20px;
    }

    .bf-intro-content h2{
        font-size:29px;
    }

    .bf-intro-content p{
        font-size:15px;
        line-height:1.8;
    }

    .bf-feature-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .bf-feature-card{
        padding:28px 20px;
    }

    .bf-feature-card h3{
        font-size:21px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6654387 *//*====================================
Baked Feta Pasta Highlight
====================================*/

.bf-highlight-section{
    padding:80px 20px;
    background:#f8fafc;
}

.bf-highlight-container{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:48% 52%;
    gap:40px;

    align-items:center;
}


/*====================================
Image
====================================*/

.bf-highlight-image{
    position:relative;
}

.bf-highlight-image::before{
    content:"";
    position:absolute;
    width:120px;
    height:120px;

    background:#C02334;
    opacity:.08;

    border-radius:50%;

    top:-25px;
    left:-25px;
}

.bf-highlight-image img{
    width:100%;
    height:auto;

    display:block;

    border-radius:22px;

    position:relative;
    z-index:2;

    box-shadow:0 20px 45px rgba(0,0,0,.10);
}


/*====================================
Content
====================================*/

.bf-highlight-content{
    background:#fff;

    padding:45px;

    border-radius:22px;

    border-top:5px solid #C02334;

    box-shadow:0 18px 45px rgba(1,34,85,.08);
}

.bf-highlight-tag{
    display:inline-block;

    background:#012255;
    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;
    font-weight:600;

    margin-bottom:18px;
}

.bf-highlight-content h2{
    color:#012255;

    font-size:42px;
    line-height:1.2;

    margin:0 0 20px;

    font-weight:700;
}

.bf-highlight-content p{
    color:#666;

    font-size:16px;
    line-height:1.9;

    margin:0 0 30px;
}


/*====================================
Highlight Items
====================================*/

.bf-highlight-list{
    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;
}

.bf-highlight-item{
    display:flex;

    align-items:center;

    gap:12px;

    background:#f7f9fc;

    border:1px solid #e8edf4;

    border-radius:14px;

    padding:17px 15px;

    transition:.35s;
}

.bf-highlight-item:hover{
    background:#012255;

    transform:translateY(-4px);
}

.bf-highlight-item > span{
    width:42px;
    height:42px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff1f3;

    border-radius:50%;

    font-size:22px;

    transition:.35s;
}

.bf-highlight-item:hover > span{
    background:#C02334;
}

.bf-highlight-item h4{
    color:#012255;

    font-size:15px;

    line-height:1.4;

    margin:0;

    font-weight:600;

    transition:.35s;
}

.bf-highlight-item:hover h4{
    color:#fff;
}


/*====================================
Tablet
====================================*/

@media(max-width:991px){

    .bf-highlight-container{
        grid-template-columns:1fr;
    }

    .bf-highlight-content h2{
        font-size:36px;
    }

}


/*====================================
Mobile
====================================*/

@media(max-width:767px){

    .bf-highlight-section{
        padding:60px 15px;
    }

    .bf-highlight-content{
        padding:30px 20px;
    }

    .bf-highlight-content h2{
        font-size:29px;
    }

    .bf-highlight-content p{
        font-size:15px;
    }

    .bf-highlight-list{
        grid-template-columns:1fr;
    }

    .bf-highlight-item{
        padding:15px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8878071 *//*========================================
Baked Feta Pasta - Ingredients
========================================*/

.bfp-ingredients{
    padding:50px 20px;
    background:#f7f9fc;
    position:relative;
    overflow:hidden;
}

.bfp-ingredients::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:#C02334;
    opacity:.035;
    left:-220px;
    top:-180px;
}

.bfp-ingredients::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:#012255;
    opacity:.035;
    right:-180px;
    bottom:-180px;
}

.bfp-ing-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:35% 65%;
    gap:45px;
    align-items:center;
    position:relative;
    z-index:2;
}


/*========================================
Left Visual
========================================*/

.bfp-ing-visual{
    position:relative;
}

.bfp-ing-badge{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-bottom:18px;
}

.bfp-ing-visual h2{
    color:#012255;
    font-size:46px;
    line-height:1.08;
    margin:0 0 18px;
    font-weight:700;
}

.bfp-ing-visual p{
    color:#687080;
    font-size:15px;
    line-height:1.8;
    max-width:380px;
    margin:0 0 25px;
}


/* Image Circle */

.bfp-ing-circle{
    width:310px;
    height:310px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 20px 45px rgba(1,34,85,.10);
    border:8px solid #fff;
}

.bfp-ing-circle img{
    width:90%;
    height:90%;
    object-fit:contain;
}


/*========================================
Right Content
========================================*/

.bfp-ing-content{
    background:#fff;
    border-radius:22px;
    padding:32px;
    box-shadow:0 15px 45px rgba(1,34,85,.08);
}

.bfp-ing-heading{
    margin-bottom:22px;
}

.bfp-ing-heading span{
    color:#C02334;
    font-size:18px;
    font-weight:700;
    letter-spacing:1.5px;
}

.bfp-ing-heading h3{
    color:#012255;
    font-size:28px;
    line-height:1.25;
    margin:7px 0 0;
}


/*========================================
Ingredients Grid
========================================*/

.bfp-ing-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.bfp-ing-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px;
    background:#f8fafc;
    border:1px solid #44617e;
    border-radius:12px;
    transition:.3s;
}

.bfp-ing-item:hover{
    background:#012255;
    border-color:#012255;
    transform:translateY(-3px);
}

.bfp-ing-icon{
    width:38px;
    height:38px;
    flex-shrink:0;
    background:#fff;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
}

.bfp-ing-item h4{
    color:#012255;
    font-size:18px;
    line-height:1.35;
    margin:0 0 4px;
    font-weight:600;
}

.bfp-ing-item small{
    display:inline-block;
    color:#C02334;
    font-size:16px;
    font-weight:700;
}

.bfp-ing-item:hover h4{
    color:#fff;
}

.bfp-ing-item:hover small{
    color:#ffb2ba;
}


/*========================================
Tablet
========================================*/

@media(max-width:991px){

    .bfp-ing-container{
        grid-template-columns:1fr;
    }

    .bfp-ing-visual{
        text-align:center;
    }

    .bfp-ing-visual p{
        margin-left:auto;
        margin-right:auto;
    }

    .bfp-ing-circle{
        margin:0 auto;
    }

}


/*========================================
Mobile
========================================*/

@media(max-width:767px){

    .bfp-ingredients{
        padding:60px 15px;
    }

    .bfp-ing-visual h2{
        font-size:34px;
    }

    .bfp-ing-circle{
        width:240px;
        height:240px;
    }

    .bfp-ing-content{
        padding:22px 18px;
    }

    .bfp-ing-heading h3{
        font-size:24px;
    }

    .bfp-ing-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36e247b *//*====================================
Baked Feta Pasta - Compact Steps
====================================*/

.bfp-steps-section{
    padding:50px 20px;
    background:#f7f9fc;
}

.bfp-steps-container{
    max-width:1200px;
    margin:auto;
}


/* Heading */

.bfp-steps-heading{
    text-align:center;
    margin-bottom:35px;
}

.bfp-steps-heading span{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:7px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-bottom:12px;
}

.bfp-steps-heading h2{
    color:#012255;
    font-size:38px;
    margin:0 0 10px;
}

.bfp-steps-heading p{
    max-width:600px;
    margin:auto;
    color:#6b7280;
    font-size:15px;
    line-height:1.7;
}


/* Grid */

.bfp-steps-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}


/* Card */

.bfp-step-card{
    background:#fff;
    padding:22px;
    border-radius:16px;
    border:1px solid #e7ecf3;
    position:relative;
    transition:.3s;
}

.bfp-step-card:hover{
    transform:translateY(-5px);
    border-color:#C02334;
    box-shadow:0 12px 30px rgba(1,34,85,.08);
}


/* Number */

.bfp-step-number{
    position:absolute;
    top:15px;
    right:15px;

    width:36px;
    height:36px;

    border-radius:50%;

    background:#012255;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:11px;
    font-weight:700;
}

.bfp-step-card:hover .bfp-step-number{
    background:#C02334;
}


/* Icon */

.bfp-step-icon{
    width:52px;
    height:52px;

    background:#fff1f3;
    border-radius:13px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:25px;

    margin-bottom:16px;
}


/* Content */

.bfp-step-card h3{
    color:#012255;
    font-size:19px;
    margin:0 0 9px;
    padding-right:35px;
}

.bfp-step-card p{
    color:#6b7280;
    font-size:13px;
    line-height:1.7;
    margin:0;
}


/* Tablet */

@media(max-width:991px){

    .bfp-steps-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .bfp-steps-heading h2{
        font-size:34px;
    }

}


/* Mobile */

@media(max-width:767px){

    .bfp-steps-section{
        padding:50px 15px;
    }

    .bfp-steps-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .bfp-steps-heading h2{
        font-size:28px;
    }

    .bfp-step-card{
        padding:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b93d2b6 *//*========================================
Baked Feta Pasta
Recipe Information + Chef's Tip
========================================*/

.bfp-info-section{
    padding:65px 20px;
    background:#f7f9fc;
}

.bfp-info-container{
    max-width:1200px;
    margin:0 auto;

    display:grid;
    grid-template-columns:58% 42%;
    gap:25px;

    /* Important */
    align-items:start;
}


/*========================================
LEFT - RECIPE INFORMATION
========================================*/

.bfp-info-card{
    background:#ffffff;

    padding:32px;

    border-radius:20px;

    border:1px solid #e7ecf3;

    box-shadow:0 12px 35px rgba(1,34,85,.07);

    height:auto;
    min-height:0;

    box-sizing:border-box;

    transition:.35s;
}

.bfp-info-card:hover{
    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(1,34,85,.10);
}


/* Recipe Tag */

.bfp-info-tag{
    display:inline-block;

    background:#C02334;

    color:#ffffff;

    padding:7px 17px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;

    margin:0 0 14px;
}


/* Recipe Heading */

.bfp-info-card h2{
    color:#012255;

    font-size:32px;

    line-height:1.2;

    margin:0 0 20px;

    font-weight:700;
}


/* Recipe List */

.bfp-info-list{
    display:flex;
    flex-direction:column;

    margin:0;
    padding:0;
}


/* Recipe Row */

.bfp-info-row{
    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    padding:11px 0;

    border-bottom:1px solid #edf1f5;

    margin:0;
}

.bfp-info-row:last-child{
    border-bottom:none;
}


/* Label */

.bfp-info-row span{
    color:#555d69;

    font-size:14px;

    line-height:1.4;
}


/* Value */

.bfp-info-row strong{
    color:#012255;

    font-size:13px;

    font-weight:700;

    text-align:right;
}


/*========================================
RIGHT - CHEF'S TIP
========================================*/

.bfp-chef-card{
    background:#ffffff;

    border-radius:20px;

    overflow:hidden;

    border:1px solid #e7ecf3;

    box-shadow:0 15px 40px rgba(1,34,85,.09);

    height:auto;
    min-height:0;

    box-sizing:border-box;

    align-self:start;

    transition:.35s;
}

.bfp-chef-card:hover{
    transform:translateY(-4px);

    box-shadow:0 20px 45px rgba(1,34,85,.13);
}


/*========================================
CHEF HEADER
========================================*/

.bfp-chef-header{
    background:#012255;

    padding:24px 30px;

    display:flex;

    align-items:center;

    gap:18px;

    box-sizing:border-box;
}


/* Chef Icon */

.bfp-chef-icon{
    width:62px;
    height:62px;

    flex:0 0 62px;

    background:#ffffff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:29px;

    box-sizing:border-box;
}


/* Chef Title */

.bfp-chef-title{
    margin:0;
    padding:0;
}

.bfp-chef-title span{
    display:block;

    color:#ffb5bd;

    font-size:11px;

    font-weight:700;

    letter-spacing:1.2px;

    line-height:1.3;

    margin:0 0 5px;
}

.bfp-chef-title h3{
    color:#ffffff;

    font-size:25px;

    line-height:1.2;

    margin:0;

    padding:0;

    font-weight:700;
}


/*========================================
CHEF BODY
========================================*/

.bfp-chef-body{
    padding:25px 30px;

    background:#ffffff;

    height:auto;
    min-height:0;

    box-sizing:border-box;
}


/* Chef Description */

.bfp-chef-body p{
    color:#606b7b;

    font-size:14px;

    line-height:1.8;

    margin:0 0 20px;

    padding:0;
}


/*========================================
PRO TIP BOX
========================================*/

.bfp-chef-highlight{
    width:100%;

    display:flex;

    align-items:center;

    gap:13px;

    background:#f7f9fc;

    border:1px solid #e6ebf2;

    border-radius:12px;

    padding:12px 15px;

    margin:0;

    box-sizing:border-box;
}


/* Pro Tip Icon */

.bfp-tip-icon{
    width:32px;
    height:32px;

    flex:0 0 32px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#C02334;

    color:#ffffff;

    border-radius:50%;

    font-size:14px;

    font-weight:700;
}


/* Pro Tip Content */

.bfp-tip-content{
    margin:0;
    padding:0;
}

.bfp-tip-content strong{
    display:block;

    color:#012255;

    font-size:13px;

    line-height:1.3;

    margin:0 0 2px;
}

.bfp-tip-content small{
    display:block;

    color:#737b88;

    font-size:11px;

    line-height:1.4;

    margin:0;
}


/*========================================
REMOVE UNWANTED SPACING
========================================*/

.bfp-chef-card *,
.bfp-info-card *{
    box-sizing:border-box;
}

.bfp-chef-card h1,
.bfp-chef-card h2,
.bfp-chef-card h3,
.bfp-chef-card h4,
.bfp-chef-card p{
    margin-top:0;
}

.bfp-chef-card p:last-child{
    margin-bottom:0;
}


/*========================================
TABLET
========================================*/

@media(max-width:991px){

    .bfp-info-container{
        grid-template-columns:1fr;

        align-items:start;
    }

    .bfp-info-card,
    .bfp-chef-card{
        width:100%;
    }

    .bfp-info-card h2{
        font-size:30px;
    }

}


/*========================================
MOBILE
========================================*/

@media(max-width:767px){

    .bfp-info-section{
        padding:55px 15px;
    }

    .bfp-info-card{
        padding:26px 20px;
    }

    .bfp-info-card h2{
        font-size:28px;
    }

    .bfp-info-row{
        gap:12px;

        padding:12px 0;
    }

    .bfp-info-row span{
        font-size:13px;
    }

    .bfp-info-row strong{
        font-size:12px;
    }

    .bfp-chef-header{
        padding:22px 20px;

        gap:14px;
    }

    .bfp-chef-icon{
        width:56px;
        height:56px;
        flex-basis:56px;

        font-size:26px;
    }

    .bfp-chef-title h3{
        font-size:21px;
    }

    .bfp-chef-body{
        padding:22px 20px;
    }

    .bfp-chef-body p{
        font-size:14px;
        line-height:1.75;
    }

    .bfp-chef-highlight{
        padding:11px 12px;
    }

    .bfp-tip-content small{
        font-size:10.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e71004 *//*==============================
Recipe Gallery Section
==============================*/

.maie-gallery-section{
    padding:40px 20px;
    background:#f7f9fc;
}

.maie-gallery-title{
    max-width:750px;
    margin:0 auto 50px;
    text-align:center;
}

.maie-gallery-title span{
    display:inline-block;
    background:#cf2233;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.maie-gallery-title h2{
    font-size:42px;
    color:#0b2d66;
    margin-bottom:18px;
    font-weight:700;
}

.maie-gallery-title p{
    font-size:16px;
    color:#666;
    line-height:1.8;
}

/*==============================
Swiper
==============================*/

.maieGallerySlider .swiper-pagination{
    position:relative;
    margin-top:35px;
    bottom:0 !important;
}

.maieGallerySlider .swiper-slide{
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.maieGallerySlider .swiper-slide:hover{
    transform:translateY(-8px);
}

/*==============================
Image Size
==============================*/

.maieGallerySlider .swiper-slide img{
    width:500%;
    height:420px;          /* Fixed Height */
    object-fit:cover;      /* Same Size */
    display:block;
    transition:.5s ease;
}

.maieGallerySlider .swiper-slide:hover img{
    transform:scale(1.08);
}

/*==============================
Navigation
==============================*/

.maieGallerySlider .swiper-button-next,
.maieGallerySlider .swiper-button-prev{
    width:48px;
    height:48px;
    background:#ffffff;
    border-radius:50%;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    color:#cf2233;
}

.maieGallerySlider .swiper-button-next:after,
.maieGallerySlider .swiper-button-prev:after{
    font-size:18px;
    font-weight:700;
}

/*==============================
Pagination
==============================*/

.maieGallerySlider .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:#0b2d66;
    opacity:.35;
}

.maieGallerySlider .swiper-pagination-bullet-active{
    background:#cf2233;
    opacity:1;
    width:28px;
    border-radius:20px;
}

/*==============================
Tablet
==============================*/

@media(max-width:991px){

.maie-gallery-title h2{
    font-size:34px;
}

.maieGallerySlider .swiper-slide img{
    height:280px;
}

}

/*==============================
Mobile
==============================*/

@media(max-width:576px){

.maie-gallery-section{
    padding:60px 15px;
}

.maie-gallery-title h2{
    font-size:28px;
}

.maie-gallery-title p{
    font-size:15px;
}

.maieGallerySlider .swiper-slide img{
    height:230px;
}

.maieGallerySlider .swiper-button-next,
.maieGallerySlider .swiper-button-prev{
    display:none;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-077d35e */.recipe-cta{
    padding:80px 20px;
    background:linear-gradient(135deg,#012255,#0d3475);
    border-radius:30px;
    margin:0px auto;
    max-width:1300px;
    text-align:center;
}

.recipe-cta-content{
    max-width:800px;
    margin:auto;
}

.cta-tag{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:10px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.recipe-cta h2{
    color:#fff;
    font-size:42px;
    margin-bottom:20px;
}

.recipe-cta p{
    color:#dce6f5;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.cta-btn{
    display:inline-block;
    padding:15px 32px;
    border-radius:50px;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:.35s;
}

.primary-btn{
    background:#C02334;
    color:#fff;
}

.primary-btn:hover{
    background:#fff;
    color:#012255;
}

.secondary-btn{
    background:#fff;
    color:#012255;
}

.secondary-btn:hover{
    background:#C02334;
    color:#fff;
}

@media(max-width:767px){

.recipe-cta h2{
    font-size:30px;
}

.recipe-cta p{
    font-size:16px;
}

.cta-buttons{
    flex-direction:column;
}

.cta-btn{
    width:100%;
}

}/* End custom CSS */