/*******************************************************************************************  
  page-template-template-meal_planner3
*******************************************************************************************/
.page-template-template-meal_planner3 #header {
	transition: transform .25s linear;
}

.page-template-template-meal_planner3.fixedHeader #header {
	transform: translateY(-25px);
}

.page-template-template-meal_planner3 main {
	margin-top: 0 !important;
}

.page-template-template-meal_planner3 .btn {
    padding: 10px 22px;
}

.page-template-template-meal_planner3 main .btn {
    max-width: 292px;
    padding: 10px 22px 10px;
    width: 100%;
}

/********************************************  
  HERO
********************************************/

.hero-section .hero-block .description .bubble {
    align-items: center;
    background-color: #10c1a0;
    border-radius: 50%;
    display: flex;
    font: 40px/1 "Freehand575", "Caveat", "Comic Sans MS", "Comic Sans MS", cursive;
    height: 180px;
    justify-content: center;
    padding: 6px;
    position: absolute;
    left: calc( 100% - 144px );
    text-align: center;
    top: -90px;
    transform: rotate(-15deg);
    width: 180px;
}

/********************************************  
  SPLIT COLUMN CTA
********************************************/
.page-template-template-meal_planner3 .join-section .decor-container .decor .st0 {
    fill: #fff;
}

.page-template-template-meal_planner3 .join-section {
    display: flex;
    align-items: center;    
    min-height: 284px;
}

.page-template-template-meal_planner3 .join-section.bg-primary-blue a {
    color: #fff;
}

.page-template-template-meal_planner3 .join-section .container-wrap h1 {
    font-size: 26px;
    letter-spacing: -.2px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}

.page-template-template-meal_planner3 .join-section .wrapper-content {
    margin: 0 5.3333%;
}

/********************************************  
  HOW IT WORKS (BENEFITS)
********************************************/
.page-template-template-meal_planner3 .benefits-holder h2 {
    text-transform: none;
}

/********************************************  
  PRICING BLOCKS
********************************************/
.page-template-template-meal_planner3 .bg-primary-white .decor-container img {
    opacity: 1;
}

.page-template-template-meal_planner3 .bg-primary-white .decor-onion {
    top: -150px;
    left: 7.7205%;
}

.page-template-template-meal_planner3 .bg-primary-white .decor-leafy-green {
    left: auto;
    right: -77px;
    width: 322px;
}

.page-template-template-meal_planner3 .bg-primary-white .decor-orange {
    top: auto;
    bottom: 4.5588%;
    left: -100px;
    width: 284px;
}

.page-template-template-meal_planner3 h2 {
    margin-bottom: 20px;
}

.pricing-section .pricing-holder {
    align-items: stretch;
    margin-top: 72px;
}

.pricing-section .intro-copy {
    margin: 0 auto;
    max-width: 45.2488%;
    text-align: center;
}

.page-template-template-meal_planner3 .bg-primary-white .pricing-holder .pricing-block,
.page-template-template-meal_planner3 .bg-primary-white .pricing-holder .pricing-block .title {
    background: #00243e;
    color: #fff;
}

.page-template-template-meal_planner3 .bg-primary-white .label-price {
    color: #00243e;
}

.pricing-section.bg-primary-white .pricing-block {
    border: solid 2px #00243e;
}

.pricing-section.bg-primary-white .add-space {
    border: solid 2px #10c1a0; 
}

/********************************************  
  REVIEW SLIDER
********************************************/
.page-template-template-meal_planner3 .reviews-block {
    padding: 80px 0;
}

.page-template-template-meal_planner3 .reviews-block.no-img {
    background-color: #00243e;
}

.page-template-template-meal_planner3 .reviews-block.no-img h2 {
    color: #fff;
    text-align: center;
}

.page-template-template-meal_planner3 .reviews-block.no-img p {
    margin-bottom: 0;
    text-align: center;
}

.page-template-template-meal_planner3 .reviews-block .item {
    background-color: #fff;
    position: relative;
    margin: 0 10px;
}

.reviews-block.no-img .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 193px;
    max-height: 193px;
}

.reviews-block.no-img .item img {
    margin: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.page-template-template-meal_planner3 .review-meta {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: space-around;
    left: 30px;
    position: absolute;
    width: calc(100% - 60px);
    
}

.page-template-template-meal_planner3 .review-meta span {
    color: #02a58f;
    flex: 0 0 50%;
    font-family: "NeuzeitGro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; 
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.page-template-template-meal_planner3 .item span.caption {
    color: #00243e;
    display: block;
    font-size: 12px;
    padding: 8px 30px 0;
    text-align: center;
    text-transform: none;
    margin-bottom: 12px;
}

/*******************************************************************************************  
  BREAKPOINTS
*******************************************************************************************/
@media screen and (max-width: 767px) {

    /*** HERO ***/
    .hero-section .hero-block .description .bubble {
        font-size: 32px;
        height: 150px;
        left: calc( 100% - 122px );
        line-height: .94;
        top: -110px;
        width: 150px;
    }
    /*** PRICING BLOCKS ***/
    .pricing-section .pricing-holder {
        margin-top: 40px;
    }

    .page-template-template-meal_planner3 .bg-primary-white .decor-orange {
        top: auto;
        bottom: -15px;
        left: -100px;
        width: 227px;
    }

    .page-template-template-meal_planner3 .bg-primary-white .decor-leafy-green {
        right: -75px;
        width: 209px;
    }

    .pricing-section .intro-copy {
        max-width: 73.3333%;
    }

    /*** REVIEW SLIDER ***/
    .page-template-template-meal_planner3 .reviews-block {
        padding: 35px 0;
    }

    .page-template-template-meal_planner3 .reviews-block h2 {
        max-width: 100%;
    }

    .page-template-template-meal_planner3 .slick-arrow {
        display: none !important;
    }

    .page-template-template-meal_planner3 .reviews-block .item {
        min-width: 305px;
        min-height: 310px;
        margin: 0 8px;
    }

    .page-template-template-meal_planner3 .review-meta {
        flex-direction: column;
        bottom: 8px;
        width: calc(100% - 40px);
        left: 20px;
    }

    .page-template-template-meal_planner3 .item span {
        flex: 0 0 100%; 
        font-size: 16px;
        letter-spacing: 1.2px;
        line-height: 1.13;
    }

    .page-template-template-meal_planner3 .item span.caption {
        font-size: 10px;
        padding: 8px 20px 0;
        margin-bottom: 8px;
    }

    .reviews-block.no-img .photo.text {
        padding: 25px 20px 0;
        min-height: 210px;
        max-height: 100%;
        height: auto;
    }

    .reviews-block.no-img .photo {
        height: 210px;
        max-height: 210px;
    }


} /* END (max-width: 767px) */

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

    /*** HERO ***/
	.page-template-template-meal_planner3 .button-block .btn {
		max-width: 250px;
		padding: 10px 15px;
	}

    .page-template-template-meal_planner3 .hero-section .hero-block .description .button-frame .btn {
        padding: 10px 22px;
        max-width: 292px;
    }
    
    .page-template-template-meal_planner3 .hero-section .hero-block .description .button-frame .note {
        margin-left: 50px;
        text-decoration:  underline;
    }

    /*** SPLIT COLUMN ***/
    .page-template-template-meal_planner3 .join-section {
        display: block;
        min-height: 244px;
    }

    .page-template-template-meal_planner3 .join-section .container-wrap.flex {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .page-template-template-meal_planner3 .join-section .container-wrap h1 {
        font-size: 40px;
        letter-spacing: -.4px;
        margin-bottom: 0;
        max-width: 515px;
    }

    .page-template-template-meal_planner3 .join-section .container-wrap .wrapper-content {
        max-width: 450px;
        text-align: left;
        width: 100%;
    }

    /*** BENEFITS ***/
    .page-template-template-meal_planner3 .benefits-section .section-title {
        margin-bottom: 80px;
    }

    /*** SLIDER ***/
    .page-template-template-meal_planner3 .reviews-block .item {
        min-height: 266px;
    }

    .reviews-block.no-img .photo.text {
        padding: 30px 30px 0;
    }

    .reviews-block.no-img .photo.text p {
        font-size: 18px;
        line-height: 1.78;
        letter-spacing: .36px;
    }

} /* END (min-width: 1024px) */