/*
Theme Name: Enzo Nutrition
Theme URI: https://blazemedia.co.uk/
Author: Blaze Media
Author URI: https://blazemedia.co.uk/
Description: A bespoke theme for Enzo Nutrition. Built by Blaze Media and based on Blankslate
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 9999
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"],a[href^="mailto"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* GLOBALS */

* {
	font-family: "Montserrat", sans-serif;
}

h1 {
    color: #fff;
    font-size: 60px;
    text-wrap: balance;
    line-height: 110%;
	font-weight: 800;
	letter-spacing: -0.5px;
}

h2 {
    font-size: 42px;
    line-height: 120%;
    color: #41AEE1;
    margin-bottom: 20px;
	font-weight: 800;
	letter-spacing: -0.5px;
}

h3 {
    font-size: 22px;
    font-style: italic;
    color: #41AEE1;
	font-weight: 800;
	letter-spacing: -0.5px;
}

p {
	line-height: 140%;
	font-weight: 500;
	color: #022C40;
}

b {
	font-weight: 800;
}

i {
	font-style: italic;
}

a.blueBG, div.wpforms-container-full .wpforms-submit-container button[type=submit].blueBG.wpforms-submit, .pmpro .pmpro_section #loginform .login-submit .button, .pmpro input.pmpro_btn.pmpro_btn-submit, .pmpro button.pmpro_btn.pmpro_btn-submit-update-profile {
    background: #41AEE1;
    color: #fff;
    font-weight: 800;
    font-style: italic;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
	transition: 0.25s;
    font-size: 16px;
}

a.whiteBG, .pmpro .pmpro_btn.pmpro_btn-cancel {
    background-color: #FFF;
    color: #41AEE1;
    font-weight: 800;
    font-style: italic;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
	transition: 0.25s;
}

a.greenBG, .pmpro input#other_discount_code_button.pmpro_btn, .pmpro input#pmpro_btn-submit.pmpro_btn {
    background-color: #8EC751;
    color: #fff;
    font-weight: 800;
    font-style: italic;
    text-decoration: none;
    border: 2px solid #8EC751;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
	transition: 0.25s;
}

a.blueBG:hover, div.wpforms-container-full .wpforms-submit-container button[type=submit].blueBG.wpforms-submit:hover, .pmpro .pmpro_section #loginform .login-submit .button:hover, .pmpro input.pmpro_btn.pmpro_btn-submit:hover, .pmpro button.pmpro_btn.pmpro_btn-submit-update-profile:hover {
    background: #076490;
	border-color: #076490 !important;
}

div#headerMain a.blueBG:hover {
    background-color: #fff;
	border-color: #fff !important;
    color: #41AEE1;
}

div#headerMain a.blueBG:hover svg path {
    fill: #41AEE1;
}

a.whiteBG:hover {
    background-color: #41AEE1;
    color: #fff;
}

a.whiteBG:hover svg path {
    fill: #fff;
}

a.greenBG:hover {
    background-color: #679D2D;
	border-color: #679D2D;
}

a.post-edit-link {
    display: none;
}

a.greenBG[disabled] {
    background-color: #688548;
    border-color: #688548;
}

/* HEADER */

div#headerBanner {
    background-color: #8EC751;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    gap: 10px;
    font-style: italic;
}

div#headerBanner > p {
    color: #fff;
    font-weight: 500;
	display: flex;
	align-items: center;
	gap: 5px;
}

div#headerBanner > p svg {
    margin-right: 10px;
}

.headerCountdown {
    display: flex;
    gap: 6px;
}

.headerCountdown > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.headerCountdown > div * {
    font-weight: 800;
    color: #8EC751;
}

.headerCountdown > div span {
    font-size: 22px;
}

.headerCountdown > div p {
    font-size: 14px;
    text-transform: uppercase;
}

div#headerMain {
    background-color: #41AEE1;
    display: flex;
    justify-content: space-between;
    padding: 10px 5%;
}

div#headerMain nav#menu {
    display: flex;
    gap: 20px;
    align-items: center;
}

div#headerMain ul#menu-main-menu, div#headerMain ul#menu-logged-in-menu {
    display: flex;
    gap: 30px;
}

div#headerMain ul#menu-main-menu a, div#headerMain ul#menu-logged-in-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
}

div#headerMain ul#menu-main-menu a:after, div#headerMain ul#menu-logged-in-menu a:after {
    content: '';
    height: 2px;
    background-color: #fff;
    width: 0%;
    transition: 0.25s;
    display: block;
}

div#headerMain ul#menu-main-menu a:hover:after, div#headerMain ul#menu-logged-in-menu a:hover:after {
    width: 100%;
}

.mobileMenu {
    display: none;
	align-items: center;
	justify-content: center;
}

.mobileMenu img {
    max-width: 24px;
}

.mobileMenuOuter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #41AEE1;
    display: none;
	z-index: 100;
}

.mobileMenuInner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    width: 100%;
    top: calc(50% - 210px);
}

span#menuClose {
    position: absolute;
    top: -25%;
    right: 10%;
    color: #fff;
    font-weight: 800;
    font-size: 26px;
}

.mobileMenuInner > *:not(span) {
    width: 100%;
    max-width: 200px;
    text-align: center;
    justify-content: center;
}

.mobileMenuInner ul#menu-main-menu-1, .mobileMenuInner ul#menu-logged-in-menu-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobileMenuInner ul#menu-main-menu-1 a, .mobileMenuInner ul#menu-logged-in-menu-1 a {
    text-decoration: none;
    font-weight: 700;
    color: #fff;
}

.mobileMenuInner img {
    margin-bottom: 20px;
}

/* FOOTER */

footer#footer {
    background-color: #41AEE1;
    padding: 20px 0px;
}

.footerCarousel .carouselSlide {
    background-color: #FFF;
    border-radius: 50px;
    padding: 10px 15px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0px 20px;
	opacity: 0.65;
}

.footerCarousel .carouselSlide p {
    color: #41aee1;
    font-weight: 500;
    font-size: 18px;
}

.footerNewsletter {
    padding-left: 5%;
    margin: 50px 0px;
}

.footerNewsletter p {
    color: #FFF;
    font-weight: 800;
    font-size: 18px;
}

.footerLogo {
    padding-left: 5%;
	margin-top: 25px;
}

.footerMenus {
    padding: 0px 5%;
    margin: 50px 0px;
    display: flex;
    justify-content: space-between;
}

.footerMenuMain ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.footerMenuMain ul a {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
}

.footerMenuMain ul a:after {
    content: '';
    height: 2px;
    background-color: #fff;
    width: 0%;
    transition: 0.25s;
    display: block;
}

.footerMenuMain ul a:hover::after {
	width: 100%;
}

.footerMenuSocial {
    display: flex;
    gap: 20px;
}

.footerMenuSocial a {
    background-color: #FFF;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerMenuSocial a svg {
    aspect-ratio: 1 / 1;
    width: 20px;
    height: unset;
}

.footerBottom {
    padding: 0px 5%;
    margin: 50px 0px 25px;
    display: flex;
    justify-content: space-between;
}

.footerCopy {
    color: #fff;
}

.footerBottomMenu {
    display: flex;
    gap: 20px;
}

.footerBottomMenu a {
    color: #fff;
    text-decoration: none;
	font-size: 14px;
}

.footerBottomMenu a:after {
    content: '';
    height: 2px;
    background-color: #fff;
    width: 0%;
    transition: 0.25s;
    display: block;
}

.footerBottomMenu a:hover::after {
	width: 100%;
}

.footerPowered {
    padding: 0px 5%;
}

.footerPowered p {
    color: #fff;
    font-size: 12px;
}

.footerPowered p a {
    color: #fff;
}

/* HOME */

section.hero {
    display: grid;
}

section.hero > div {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.heroBackground img {
    max-width: 100%;
	width: 100%;
	max-height: 780px;
    height: 100%;
    object-fit: cover;
}

.heroOverlay {
    background-color: #0000007a;
}

.heroContent {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.heroContent p {
    color: #fff;
    line-height: 144%;
	font-weight: 500;
}

.heroContent a.blueBG {
    border-color: #41AEE1;
}

section.homeSteps {
    margin: 100px auto 150px;
    padding: 0px 10%;
}

.stepsTitle {
    text-align: center;
    max-width: 900px;
    margin: 0px auto 50px;
}

.stepsTitle p {
    max-width: 750px;
    margin: auto;
}

.stepsTiles {
    display: flex;
    gap: 25px;
}

.singleStep {
    border: 2px solid #A8B7BF;
    border-radius: 10px;
    padding: 60px 20px;
	width: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    transition: 0.25s;
}

.singleStep:last-child {
	padding: 60px 15px;
}

.singleStep:hover {
    transform: translatey(-10px);
}

.singleStep img {
    max-width: 90px;
    margin: auto;
}

.singleStep p {
    text-wrap: balance;
}

section.homeWhyChoose {
    display: grid;
	grid-template-columns: 1fr 1fr;
    padding: 0px 10%;
    gap: 30px;
}

.whyChooseContent h2 {
    color: #8EC751;
}

.whyChooseContent h3 {
    color: #8EC751;
    display: flex;
    align-items: center;
    justify-content: space-between;
	cursor: pointer;
}

.whyChooseFAQs {
    padding: 25px 15px;
    border: 2px solid #8EC751;
    border-radius: 10px;
    margin-bottom: 15px;
}

.whyChooseFAQs:last-of-type {
    margin-bottom: 0px;
}

.whyChooseFAQs p {
	margin-top: 20px;
}

.whyChooseContent h3::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/08/iconFAQs.png);
    width: 48px;
    height: 20px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	transition: 0.25s;
}

.whyChooseContent .active h3::after {
    transform: rotate(180deg);
}

.whyChooseImg {
    position: relative;
	height: 0;
	min-height: 100%;
}

.whyChooseImg img, .whyChooseImg video {
    width: 100%;
	height: 100%;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}

.whyChooseImg img.freshnessIcon {
    position: absolute;
    max-width: 150px;
	height: unset;
    top: -50px;
    right: -50px;
}

section.homeNutrition {
    margin: 150px 0px;
    padding: 0px 10%;
}

.nutritionTitle {
    text-align: center;
    max-width: 750px;
    margin: auto;
}

.nutritionImg {
    display: grid;
    justify-items: center;
    align-items: center;
}

.nutritionImg.mobileImg {
    display: none;
}

.nutritionImg img {
    max-width: 100%;
}

.nutritionImg > * {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.nutritionTooltips {
    height: 100%;
    width: 100%;
    position: relative;
}

.nutritionTooltips .tooltip {
    position: absolute;
    background-color: #41AEE1;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-style: italic;
}

.nutritionTooltips .tooltip p {
    font-weight: 800;
}

.nutritionTooltips .tooltip:nth-child(1) {
    top: 20%;
    left: 37%;
}

.nutritionTooltips .tooltip:nth-child(2) {
    top: 43%;
    left: 75%;
}

.nutritionTooltips .tooltip:nth-child(3) {
    top: 69%;
    left: 15%;
}

.nutritionTooltips .tooltip:nth-child(4) {
    top: 75%;
    left: 47%;
}

.nutritionTooltips .tooltip p::after {
    content: '';
    height: 15px;
    width: 15px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    background-color: #41AEE1;
}

.nutritionTooltips .tooltip:nth-child(1) p::after {
    top: calc(100% - 7.5px);
    left: calc(50% - 7.5px);
}

.nutritionTooltips .tooltip:nth-child(2) p::after {
    top: calc(50% - 7.5px);
    left: calc(0% - 7.5px);
}

.nutritionTooltips .tooltip:nth-child(3) p::after {
    top: calc(50% - 7.5px);
    left: calc(100% - 7.5px);
}

.nutritionTooltips .tooltip:nth-child(4) p::after {
    top: calc(0% - 7.5px);
    left: calc(50% - 7.5px);
}

section.homeFavourites {
    margin: 150px 0px;
    padding: 0px 0px 0px 10%;
    display: flex;
    gap: 50px;
}

.favouritesTitle {
    width: calc(44% - 25px);
}

.favouritesSlider {
    width: calc(56% - 25px);
}

.favouritesSlider .slick-track {
    margin: 0px 9px;
}

.favouriteTile.slick-slide {
    margin: 0px 10px;
    text-align: left;
	border: 1px solid #A8B7BF;
	border-radius: 10px;
}

.favouriteTile img {
    width: 100%;
	border-radius: 8px 8px 0px 0px;
    aspect-ratio: 3 / 2;
    height: unset;
    object-fit: cover;
}

.favouriteTile.slick-slide > *:not(img) {
    margin: 20px 25px;
}

.favouriteTile.slick-slide p {
    display: block;
    min-height: 115px;
}

.favouriteTile.slick-slide h3 {
    display: block;
    min-height: 44px;
}

.favouriteTile.slick-slide a {
    float: left;
    width: fit-content;
    margin-top: 0px;
}

div#favouriteNav {
    margin-top: 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

div#favouriteNav button {
    border: 0px;
    background-color: #41AEE1;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    padding: 10px;
    display: flex;
	cursor: pointer;
}

div#favouriteNav button path {
    fill: #fff;
}

div#favouriteNav button.slick-next svg {
    transform: rotate(180deg);
}

section.homeReviews {
    margin-top: 150px;
    background-color: #f4faee;
    padding: 50px 10%;
}

.reviewsTitle {
    max-width: 800px;
    text-wrap: balance;
    text-align: center;
    margin: 0px auto 50px;
}

.reviewsTitle h2 {
    color: #8EC751;
}

section.homeCTA {
    background-color: #8EC751;
    padding: 100px 10%;
    text-align: center;
}

section.homeCTA h2 {
    max-width: 800px;
    margin: 0px auto 30px;
    color: #fff;
    font-size: 72px;
    text-wrap: balance;
}

section.homeCTA p {
    text-align: center;
    text-wrap: balance;
    max-width: 800px;
    margin: 0px auto 30px;
    color: #fff;
    font-weight: 500;
}

section.homeCTA a.blueBG {
    width: fit-content;
    margin: auto;
    border: 0px;
}

/* MEAL PACKAGES */

section.mealPackages {
    padding: 0px 10%;
    margin: 150px 0px;
    display: flex;
    gap: 50px;
}

.mealPackageInfo {
    width: 35%;
    position: sticky;
    top: 25px;
    height: fit-content;
}

.mealPackageSelection {
    width: calc(65% - 50px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
	height: fit-content;
}

.mealPackage {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 2px solid #A8B7BF;
	position: relative;
	transition: 0.25s;
}

.mealPackage:hover {
    transform: translate(0px, -10px);
}

.mealPackage > *:not(img) {
    padding: 0px 20px;
}

.mealPackage h2 {
    order: 1;
    margin: 20px 0px;
}

.mealPackage img {
    width: 100%;
    order: 0;
    border-radius: 18px 18px 0px 0px;
}

.mealPackage p {
    order: 2;
    margin-bottom: 5px;
}

.mealPackage .packageInfo {
    order: 3;
    margin: 20px 0px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.mealPackage .packageInfo a.greenBG {
    flex-direction: row;
}

.mealPackage p.packagePrice {
    font-weight: 800;
}

.mealPackage p.packagePrice span {
    font-size: 32px;
}

.mealPackageInfo h2 {
    font-size: 32px;
}

.mealPackageInfo p {
    margin-bottom: 15px;
}

.mealPackage .packagePopular {
    position: absolute;
    top: calc(0% - 15px);
    right: 5%;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #41aee1;
    border-radius: 10px;
    padding: 5px 15px;
}

.mealPackage .packagePopular span {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
}

.mealPackage .packageValue {
    position: absolute;
    top: calc(0% - 15px);
    right: 5%;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #022C40;
    border-radius: 10px;
    padding: 5px 15px;
}

.mealPackage .packageValue span {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
}

.mealPackage:has(.packagePopular) {
    border-color: #41AEE1;
    box-shadow: 0 0 23px 0 rgba(65, 174, 225, 0.30);
}

.mealPackage:has(.packageValue) {
    border-color: #022C40;
    box-shadow: 0 0 23px 0 rgba(65, 174, 225, 0.30);
}

.infoBox {
    position: relative;
    padding: 25px;
    margin: 50px 0px;
    border-radius: 15px;
}

.infoBox:last-child {
    margin-bottom: 0px;
}

.infoBlue {
    background-color: #e4f3fa;
}

.infoGreen {
    background-color: #f4faee;
}

.infoBoxIcon {
    position: absolute;
    top: -23px;
    left: -23px;
    padding: 5px;
    border-radius: 50%;
}

.infoBoxIcon svg {
    display: block;
}

.infoBlue .infoBoxIcon {
    background-color: #e4f3fa;
}

.infoGreen .infoBoxIcon {
    background-color: #f4faee;
}

.infoBox h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.infoBox a {
    color: unset;
}

.infoBox.infoGreen h3 {
    color: #8EC751;
}

.monthlyPackages .mealPackage img {
    border-radius: 0px;
}

.monthlyPackages .mealPackage .monthlyBanner {
    background-color: #41aee1;
    border-radius: 18px 18px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 15px;
}

.monthlyPackages .mealPackage .monthlyBanner span {
    background-color: #fff;
    padding: 5px 10px;
    font-style: italic;
    font-weight: 800;
    color: #41aee1;
    font-size: 20px;
    border-radius: 5px;
}

.monthlyPackages .mealPackage .monthlyBanner p {
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

section.mealReviews {
    margin-top: 150px;
    padding: 50px 10%;
    background-color: #e4f3fa;
}

section.mealReviews .reviewsTitle h2 {
    color: #41AEE1;
}

section.faqBlock {
    margin: 150px 0px;
    padding: 0px 10%;
}

.faqBlockTitle {
    text-align: center;
}

.faqBlockTitle h2 {
    color: #8EC751;
}

.faqBlockTitle p {
    max-width: 550px;
    margin: auto;
}

.faqsBlockOuter {
    max-width: 1000px;
    margin: 50px auto 0px;
}

.faq {
    border: 2px solid #8EC751;
    background-color: #f4faee;
    border-radius: 10px;
    margin-bottom: 20px;
}

.faq:last-of-type {
    margin-bottom: 0px;
}

.faqTitle {
    padding: 15px 20px;
}

.faqTitle h3 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faqContent {
    padding: 10px 20px;
    border-top: 2px solid #8EC751;
    line-height: normal;
}

.faqTitle h3::after {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/08/iconFAQs.png);
    background-size: cover;
    background-position: center;
    width: 32px;
    height: 20px;
    transition: 0.25s;
}

.active .faqTitle h3::after {
    transform: rotate(180deg);
}

/* CHECKOUT */

.pmpro-checkout header#header {
    display: none;
}

section.checkoutHeader {
    background-color: #41AEE1;
    display: grid;
    padding: 25px;
    align-items: center;
    justify-items: start;
}

section.checkoutHeader > div {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.checkoutLogo {
    pointer-events: none;
    display: flex;
    width: 100%;
    justify-content: center;
}

section.checkoutTitle {
    margin: 50px 0px;
    padding: 0px 10%;
    text-align: center;
}

section.checkoutTitle h1 {
    color: #41AEE1;
    margin-bottom: 20px;
}

section.checkoutTitle p {
    max-width: 750px;
    margin: auto;
}

section.pmproCheckout .pmpro_form {
    display: grid;
    grid-template-columns: 6fr 4fr;
    padding: 0px 10%;
    gap: 25px;
	position: relative;
}

div#pmpro_message {
    grid-column: 1 / 3;
	line-height: normal;
}

.checkoutRight {
    height: fit-content;
    position: sticky;
    top: 25px;
}

.pmpro-checkout .infoBox {
    margin: 20px 0px;
}

.pmpro .pmpro_form_fields {
    gap: 18px;
}

.pmpro-checkout .pmpro_card_content .pmpro_form_heading {
    color: #022C40;
    font-size: 20px;
    border-bottom: 1px solid #A8B7BF80;
    padding-bottom: 10px;
}

fieldset#pmpro_form_fieldset-delivery-address .pmpro_card_content .pmpro_form_fields {
    flex-wrap: wrap;
    flex-direction: row;
}

fieldset#pmpro_form_fieldset-delivery-address .pmpro_card_content .pmpro_form_fields > div {
    width: calc(50% - 9px);
	justify-content: space-between;
}

fieldset#pmpro_form_fieldset-delivery-address .pmpro_card_content .pmpro_form_fields > div:first-child {
    width: 100%;
    border-bottom: 1px solid #A8B7BF80;
    padding-bottom: 15px;
}

fieldset#pmpro_form_fieldset-delivery-address .pmpro_card_content .pmpro_form_fields > div:not(:first-child) {
    display: none;
}

.pmpro-checkout .pmpro_form_label:not(.pmpro_form_label-inline) {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #022C40;
}

.pmpro-checkout .pmpro_form_input {
    border-color: #A8B7BF;
	width: 100%;
}

fieldset#pmpro_form_fieldset-delivery-address .pmpro_card_content .pmpro_form_fields > div#del_order_notes_div {
    width: 100%;
    border-top: 1px solid #A8B7BF80;
    padding-top: 15px;
}

fieldset#pmpro_form_fieldset-delivery-address .pmpro_card_content .pmpro_form_fields > div .pmpro_form_field-radio-items {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 0px;
    height: 48px;
}

fieldset#pmpro_form_fieldset-delivery-address .pmpro_card_content .pmpro_form_fields > div .pmpro_form_field-radio-items > div {
    margin: 0px;
}

h2.pmpro_card_title.pmpro_font-large.checkoutTitle {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 36px;
    font-style: italic;
    color: #41AEE1;
    margin-bottom: 50px;
}

.pmproCheckoutDetailsTop, .pmproCheckoutDetailsBottom {
    display: flex;
    justify-content: space-between;
    padding: 0 var(--pmpro--base--spacing--large) 0;
}

.pmproCheckoutDetailsTop p {
    font-size: 22px;
    font-weight: 600;
}

.pmproCheckoutDelivery {
    margin: var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large) 0;
    padding: var(--pmpro--base--spacing--small) 0;
    border-top: 1px solid #A8B7BF80;
    border-bottom: 1px solid #A8B7BF80;
    display: flex;
    gap: 15px;
    align-items: center;
}

.pmpro_card_actions.pmproCheckoutDiscount {
    margin: 0 var(--pmpro--base--spacing--large) 0;
    padding: var(--pmpro--base--spacing--small) 0;
    border-bottom: 1px solid #A8B7BF80;
    display: flex;
    gap: 15px;
    background: none;
    align-items: center;
}

.pmpro_card_actions.pmproCheckoutDiscount svg {
	width: 24px;
}

.pmpro_card_actions.pmproCheckoutDiscount > div {
    display: flex;
    flex-direction: column;
}

.pmpro_card_actions.pmproCheckoutDiscount div label.pmpro_form_label {
    display: none;
}

.pmpro_card_actions.pmproCheckoutDiscount div div#other_discount_code_fields {
    margin-bottom: 0px;
}

.pmpro_card_actions.pmproCheckoutDiscount #pmpro_level_cost p {
	margin-top: 10px;
}

.pmpro_card_actions.pmproCheckoutDiscount .pmpro_level_cost_text {
    display: none;
}

div#pmproCheckoutSubtotal {
    display: none;
    padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large) 0;
}

div#pmpro_pricing_fields {
    padding-bottom: 30px;
}

div#pmproCheckoutSubtotal .pmpro_level_cost_text:not(:first-of-type) {
    display: none;
}

div#pmproCheckoutSubtotal .pmpro_level_cost_text p {
    margin: 0px;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

div#pmproCheckoutSubtotal .pmpro_level_cost_text p span:last-child {
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}

div#pmproCheckoutSubtotal .pmpro_level_cost_text p {
    font-size: 22px;
    font-weight: 600;
}

div#pmproCheckoutSubtotal .pmpro_level_cost_text p strong {
    font-weight: 600;
}

fieldset#pmpro_user_fields .pmpro_cols-2 {
    align-items: end;
}

.pmpro #pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) {
    align-items: end;
}

span.pmpro_form_field-password-toggle-state {
    color: #022C40;
}

span.pmpro_icon.pmpro_icon-eye svg {
    stroke: #022C40;
}

.pmpro .pmpro_form_input-radio:focus {
    background-color: transparent !important;
    box-shadow: none;
    border-color: #A8B7BF;
}

.pmpro .pmpro_form_input-radio {
    appearance: none;
    position: relative;
    padding: 18px;
}

.pmpro .pmpro_form_input-radio::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/wp-content/uploads/2025/09/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: 0.1s;
}

.pmpro .pmpro_form_input-radio:checked::after {
    opacity: 1;
}

.pmpro .pmpro_form_field-radio-item {
    display: flex;
    align-items: center;
}

fieldset#pmpro_user_fields .pmpro_card_actions a {
    color: #000;
}

div#pmpro_account_loggedin {
    line-height: normal;
}

.pmpro .pmpro_form_label {
    display: flex;
	gap: 5px;
}

.pmpro .pmpro_form_field-radio-items .pmpro_form_label .pmpro_asterisk {
    display: none;
}

/* WOOCOM CHECKOUT */

fieldset#shipping-option {
    display: none;
}

fieldset#shipping-fields {
    margin-bottom: 0px;
}

fieldset#order-fields h2 {
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper {
    display: none;
}

.wc-block-components-checkout-return-to-cart-button {
    display: none;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background-color: #8EC751;
    color: #fff;
    font-weight: 800;
    font-style: italic;
    text-decoration: none;
    border: 2px solid #8EC751;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    transition: 0.25s;
    font-size: 20px;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background-color: #679D2D;
    border-color: #679D2D;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
    background-color: var(--pmpro--color--base);
    border: 1px solid var(--pmpro--color--border--variation);
    border-radius: var(--pmpro--base--border-radius);
    box-shadow: var(--pmpro--box-shadow);
    display: flex;
    flex-direction: column;
    margin: var(--pmpro--base--spacing--medium) 0;
    overflow: hidden;
    padding: 20px;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step:first-of-type {
    margin-top: 0px;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step#order-fields {
    border-top: 0px;
    border-radius: 0px 0px var(--pmpro--base--border-radius) var(--pmpro--base--border-radius);
    padding-top: 0px;
    margin-top: 0px;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step#shipping-fields {
    border-bottom: 0px;
    border-radius: var(--pmpro--base--border-radius) var(--pmpro--base--border-radius) 0px 0px;
    padding-bottom: 0px;
}

.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding: 20px;
}

.woocommerce-checkout .wc-block-components-local-pickup-select span.wc-block-components-radio-control__secondary-label {
    display: none;
}

.woocommerce-order > * {
    --pmpro--color--base);
    border: 1px solid var(--pmpro--color--border--variation);
    border-radius: var(--pmpro--base--border-radius);
    box-shadow: var(--pmpro--box-shadow);
    display: flex;
    flex-direction: column;
    margin: var(--pmpro--base--spacing--medium) 0;
    overflow: hidden;
    padding: 20px;
}

.woocommerce-order p.woocommerce-notice {
    margin-bottom: 0px;
    border-bottom: 0px;
    border-radius: var(--pmpro--base--border-radius) var(--pmpro--base--border-radius) 0px 0px;
    box-shadow: 2px -2px 7px rgba(0, 0, 0, 0.07);
}

.woocommerce-order ul.woocommerce-order-overview {
    margin-bottom: 0px;
    border-bottom: 0px;
    border-top: 0px;
    border-radius: 0px 0px var(--pmpro--base--border-radius) var(--pmpro--base--border-radius);
}

.woocommerce-order ul.woocommerce-order-overview li {
    border: 0px !important;
}

.wooLinks {
    border: 0px;
    box-shadow: none;
    margin-top: 0px;
    padding-top: 0px;
}

.wooLinks h3 {
    font-style: normal;
    max-width: 800px;
    text-align: center;
    margin: auto;
    line-height: normal;
}

.wooLinks h3 a {
    color: inherit;
    transition: 0.25s;
}

.wooLinks h3 a:hover {
    color: #1a75a0;
}

/* MEAL SELECT */

section.mealSelectHeader {
    margin: 50px 0px;
    padding: 0px 10%;
    text-align: center;
}

section.mealSelectHeader h1 {
    color: #41AEE1;
    margin-bottom: 20px;
}

section.mealSelectHeader p {
    max-width: 750px;
    margin: auto;
}

section.mealSelector {
    display: grid;
    grid-template-columns: 7fr 3fr;
    padding: 0px 10%;
    gap: 25px;
	position: relative;
}

.mealSelectRight {
    height: fit-content;
    position: sticky;
    top: 25px;
	margin-bottom: 25px;
}

.groupTitle {
    border: 1px solid #A8B7BF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
	cursor: pointer;
}

.groupTitle h2 {
    font-size: 20px;
    margin: 0px;
    font-style: italic;
    color: #022C40;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.groupTitle h2::after {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(/wp-content/uploads/2025/09/iconMealDropdown.svg);
    transition: 0.5s;
}

.groupTitle.active h2::after {
	transform: rotate(180deg);
}

.groupContent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.singleMeal img, div.singlePick img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 3 / 2;
    height: unset;
    width: unset;
    border-radius: 8px 8px 0px 0px;
}

div.singleMeal, div.singlePick {
    border-radius: 10px;
    border: 1px solid #A8B7BF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mealIcons {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.mealMeat {
    border-radius: 5px;
    background: #F4DEDC;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
}

p.mealMeat::before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/09/iconMeat.svg);
    background-size: contain;
    height: 16px;
    width: 16px;
}

p.mealVegi {
    border-radius: 5px;
    background: #E8F4DC;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
}

p.mealVegi::before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/09/iconVegi.svg);
    background-size: contain;
    height: 16px;
    width: 16px;
}

p.mealPesc {
    border-radius: 5px;
    background: #e4f3fa;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
}

p.mealPesc::before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/09/iconFish.svg);
    background-size: contain;
    height: 16px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

h3.mealTitle, div.singlePick h3 {
    font-style: normal;
    padding: 10px 15px;
    font-size: 20px;
    text-wrap: balance;
    line-height: normal;
    color: #022C40;
	font-weight: 700;
}

div.singlePick h3 {
    color: #41AEE1;
    font-style: italic;
    font-size: 28px;
}

p.mealExcerpt, div.singlePick p {
    padding: 0px 15px;
}

.mealStats {
    display: flex;
    padding: 10px 15px;
    gap: 10px;
}

.mealStats p {
    padding: 5px;
    border: 1px solid #A8B7BF;
    border-radius: 5px;
}

.mealQuantity {
    margin: 10px 15px 25px;
    border-top: 1px solid #A8B7BF80;
    padding-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
	gap: 20px;
}

.mealQuantity > div {
    width: 100%;
}

.mealQuantity div.quantSelector {
    padding: 5px;
    margin-top: 10px;
    border: 2px solid #022C40;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
	justify-content: center;
}

.mealQuantity div p {
    font-weight: bold;
}

.mealQuantity div.quantSelector button {
    border: 0px;
    background-color: transparent;
	flex: 1;
}

.mealQuantity div.quantSelector input[type=number] {
    -moz-appearance: textfield;
    text-align: center;
    padding: 0px;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.mealQuantity div.quantSelector input::-webkit-outer-spin-button, .mealQuantity div.quantSelector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mealQuantity div.quantSelector input[type=number]:focus-visible {
    outline: none;
}

.mealSelectInfo {
    border: 1px solid #A8B7BF;
    border-radius: 10px;
    padding: 25px;
}

.mealSelectPackage {
    border-bottom: 1px solid #A8B7BF;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.mealSelectPackage h2 {
    margin: 0px;
    color: #022C40;
    font-size: 32px;
    margin-top: 10px;
}

.mealSelectChoices {
    border-bottom: 1px solid #A8B7BF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.batchOne {
    margin-bottom: 20px;
}

.batchOneHead, .batchTwoHead {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.batchOneHead p:first-of-type, .batchTwoHead p:first-of-type {
    padding: 5px;
    background-color: #E4F3FB;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
	font-size: 14px;
}

.batchOneHead p:last-of-type, .batchTwoHead p:last-of-type {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    background-color: #8EC75133;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
	font-size: 14px;
}

p.batchOneCount, p.batchTwoCount {
    font-size: 14px;
    font-style: italic;
}

p.batchOneCount span, p.batchTwoCount span {
    font-weight: 800;
}

.mealSelectInfo ul {
    margin: 15px 0px;
}

li.singleChoice {
    margin: 10px 0px;
    display: flex;
    line-height: normal;
}

li.singleChoice span.mealCount {
    min-width: 30px;
    font-weight: 700;
    letter-spacing: 2px;
}

div#saveBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #8EC751;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
}

div#saveBtn span {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
}

.mealSelectGroup {
    margin-bottom: 25px;
}

.mealSelectGroup:not(.mealSelectBreakfast) .groupInner {
    display: none;
}

.mealSelectRight .infoBoxIcon {
    left: unset;
    right: -23px;
}

section.topPicks {
    padding: 0px 10%;
    margin: 75px 0px;
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 25px;
}

.topPicksLeft h2 {
    text-wrap: balance;
}

.topPicksLeft p {
    margin-bottom: 20px;
}

.topPicksRight {
    display: flex;
    gap: 25px;
}

div.singlePick .singlePickIncludes p {
    border-bottom: 1px solid #A8B7BF80;
    padding: 0px 0px 5px;
    margin: 15px 15px 10px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.singlePick .singlePickIncludes p::after {
    background-size: cover;
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/09/iconMealDropdown.svg);
    width: 24px;
    height: 16px;
	transition: 0.25s;
}

div.singlePick .singlePickIncludes p.active::after {
    transform: rotate(180deg);
}

.singlePickIncludes ul {
    padding: 5px 15px;
}

.singlePickIncludes ul li {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
}

.topPickBtn {
    margin: 15px;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: #8EC751;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}

.topPickBtn span {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
}

.topPicksLeft {
    height: fit-content;
    position: sticky;
    top: 25px;
}

.mealPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005c;
    z-index: 100;
    display: none;
}

.mealPopupInner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mealPopupContent {
    display: grid;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #A8B7BF;
    max-width: 90%;
    width: 600px;
}

.mealPopupContent .mealPopupClose, .mealPopupContent > img {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.mealPopupContent .mealPopupClose {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    z-index: 2;
    margin: 0px;
}

.mealPopupContent > img {
    border-radius: 7px 7px 0px 0px;
    width: 100%;
}

.mealPopupContent > *:not(img) {
    padding: 0px;
    margin: 10px 20px;
}

h4.mealTitle {
    font-size:  24px;
    line-height: normal;
    padding-top: 9px;
    font-style: italic;
    font-weight: 800;
}

.mealPopupContent .mealStats {
    border-bottom: 1px solid #A8B7BF80;
    padding-bottom: 25px;
}

.mealPopupContent .mealStats p:first-child {
    border: 0px;
}

p.popupTitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mealPopupContent .mealMacros {
    border-bottom: 1px solid #A8B7BF80;
    padding-bottom: 25px;
}

.mealMacroTable {
    display: flex;
    gap: 10px;
}

.singleMacro {
    display: flex;
    flex-direction: column;
    width: 20%;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #41AEE1;
}

.singleMacro p:first-child {
    font-weight: 800;
    font-style: italic;
    padding: 5px 0px;
    background-color: #41AEE1;
}

.singleMacro p:last-child {
    font-weight: 800;
    font-size: 24px;
    font-style: italic;
    padding: 8px 0px;
}

.mealPopupContent .mealAllergy {
    margin-bottom: 20px;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: 2px solid #41aee1;
    animation: sp-anime 1.5s infinite linear;
}

.mealsSpinner {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: 2px solid #41aee1;
    animation: sp-anime 1.5s infinite linear;
}

@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}

.singleAdded {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    padding: 1px;
}

.mealsSaved {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    padding: 1.5px;
}

.mealPopoutIcon, .mealPopupClose svg {
    cursor: pointer;
}

.mealSelectClear {
    margin: 20px 0px 0px;
}

div#clearBtn {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
    margin: auto;
}

/* OUR MEALS */

.mealSelectPackage.ourMealsInfo {
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mealSelectPackage.ourMealsInfo h2 {
    font-style: italic;
    color: #41AEE1;
}

.mealSelectPackage.ourMealsInfo a.greenBG {
    flex-direction: row;
    justify-content: center;
}

.mealGetStarted {
    padding: 0px 15px 20px;
}

.mealGetStarted a.greenBG {
    flex-direction: row;
    justify-content: center;
}

/* CONTACT */

section.contactUs {
    padding: 0px 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    margin-bottom: 100px;
	margin-top: 100px;
}

section.contactUs h1 {
    color: #41aee1;
    margin-bottom: 14px;
}

.contactLeft p {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
	gap: 15px;
}

.contactRight div.wpforms-container-full:not(:empty) {
    margin: 0px;
}

.contactRight .wpforms-container .wpforms-field {
    padding: 5px 0;
}

.contactRight .wpforms-container .wpforms-field:first-child {
    padding-top: 0px;
}

.contactRight div.wpforms-container-full .wpforms-field-label, .contactRight .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #022C40;
    font-weight: 500;
    margin-bottom: 5px;
}

section.contactMap {
    padding: 0px 10%;
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 75px;
    margin-bottom: 100px;
}

.contactMapLeft iframe {
    width: 100%;
}

.contactMapRight > p {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contactMapRight > p svg {
    flex-shrink: 0;
}

.contactMapTimes {
    display: flex;
    gap: 15px;
}

.contactMapTimes p {
	margin-bottom: 10px;
}

/* LOG IN */

section.loginHeader {
    margin: 75px 0px;
    padding: 0px 10%;
    text-align: center;
}

section.loginHeader h1 {
    color: #41aee1;
    margin-bottom: 25px;
}

section.loginHeader p {
    max-width: 600px;
    margin: auto;
    text-wrap: balance;
}

section.loginForm {
    padding: 0px 10%;
}

section.loginForm .pmpro {
    max-width: 800px;
    margin: auto;
}

.pmpro .pmpro_section #loginform label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #022C40;
    font-weight: 500;
    margin-bottom: 5px;
}

.pmpro .pmpro_section #loginform .input {
    border-color: #A8B7BF;
}

.pmpro .pmpro_section #loginform .input:focus {
    border-color: #A8B7BF;
    outline: none;
    box-shadow: none;
}

p.login-remember label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pmpro .pmpro_section #loginform label input {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #A8B7BF;
    border-radius: 5px;
}

.pmpro .pmpro_section #loginform label input::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/wp-content/uploads/2025/09/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: 0.1s;
}

.pmpro .pmpro_section #loginform label input:checked::after {
    opacity: 1;
}

.pmpro .pmpro_section #loginform .login-submit .button {
    box-shadow: none;
}

.pmpro .pmpro_section #loginform .login-submit .button:hover {
    color: #fff;
}

#pmpro_login .pmpro_card_actions a {
    text-decoration: none;
    color: #022C40;
}

.pmpro section#pmpro_login {
    margin-bottom: 75px;
}

.pmpro .pmpro_form_field-password-toggle button:focus, .pmpro_form_field-password-toggle button:active {
    box-shadow: none;
}

/* ACCOUNT */

section.accountHeader {
    margin: 75px 0px;
    padding: 0px 10%;
    text-align: center;
}

section.accountHeader h1 {
    color: #41aee1;
}

section.accountForm {
    padding: 0px 10%;
}

section.accountForm .pmpro {
    max-width: 800px;
    margin: auto;
}

.accountForm #pmpro_account-profile h2.pmpro_section_title {
    display: none;
}

.accountForm .pmpro_card_actions a {
    text-decoration: none;
    color: #022C40;
}

.accountForm #pmpro_account-membership h2.pmpro_section_title {
    text-align: center;
}

/* MISC PAGES */

article.page {
    margin: 75px 0px;
    padding: 0px 10%;
}

article.page h1 {
    text-align: center;
    color: #41aee1;
	margin-bottom: 50px;
}

article.page .pmpro {
	max-width: 800px;
	margin: auto;
}

article.page .pmpro a {
    color: #022C40;
    text-decoration: none;
    margin-bottom: 25px;
}

.pmpro input.pmpro_btn.pmpro_btn-submit, .pmpro button.pmpro_btn.pmpro_btn-submit-update-profile {
	box-shadow: none;
	border-color: #41AEE1;
}

.pmpro .pmpro_btn.pmpro_btn-cancel {
	margin-bottom: 0px;
	border-color: #41aee1;
}

.pmpro .pmpro_btn.pmpro_btn-cancel:hover {
    background-color: #f0f0f0;
}

article#post-12 h2.pmpro_section_title {
    display: none;
}

.pmpro .pmpro_form_label:not(.pmpro_form_label-inline) {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #022C40;
    font-weight: 500;
    margin-bottom: 5px;
}

fieldset#pmpro_form_fieldset-delivery-address .pmpro_form_field-radio-items {
    display: flex;
}

.pmpro fieldset#pmpro_form_fieldset-delivery-address .pmpro_form_field-radio-item:not(:last-of-type) {
    margin: 0px;
}

/* OTHER PAGES */

h2.wp-block-heading {
    padding-top: 20px;
    margin-bottom: 5px;
    color: unset;
    font-weight: 400;
    font-size: 32px;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1700px){
	.favouriteTile.slick-slide h3 {
		min-height: 44px;
	}
    section.mealSelector {
        grid-template-columns: 6fr 4fr;
    }
    .groupContent {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 1400px){
    .nutritionTooltips .tooltip:nth-child(2) {
        left: 79%;
    }
    .nutritionTooltips .tooltip:nth-child(3) {
        top: 58%;
        left: 2%;
    }
}

@media only screen and (max-width: 1350px){
    section.pmproCheckout .pmpro_form {
        display: block;
    }
    section.mealSelector, section.topPicks {
        grid-template-columns: 1fr 1fr;
    }
    .groupContent {
        grid-template-columns: 1fr;
    }
    .topPicksRight {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1200px){
	p, a.blueBG, div.wpforms-container-full .wpforms-submit-container button[type=submit].blueBG.wpforms-submit {
		font-size: 14px;
	}
	
    h1, section.homeCTA h2 {
        font-size: 48px;
    }
    
    h2 {
        font-size: 28px;
    }
	
	h3 {
		font-size: 20px;
	}

    .heroContent {
        padding: 50px 25px;
    }
    
    .stepsTiles {
    }
    .mealPackageSelection {
        grid-template-columns: 1fr;
        width: 50%;
    }
    .mealPackageInfo {
        width: 50%;
    }
}

@media only screen and (max-width: 1000px){
	:root {
		--pmpro--base--spacing--large: 15px;
	}
	
	.heroContent p {
		display: none;
	}
	
    div#headerBanner {
        flex-direction: column;
        padding: 10px;
    }
    
    div#headerMain nav#menu {
        display: none;
    }
	
	.mobileMenu {
		display: flex;
	}

	section.homeWhyChoose {
		grid-template-columns: 1fr;
	}

	.whyChooseImg {
		height: unset;
		min-height: unset;
	}

	section.homeFavourites {
		flex-wrap: wrap;
		gap: 20px;
	}

	.nutritionImg.desktopImg {
		display: none;
	}

	.nutritionImg.mobileImg {
		display: grid;
	}
	
	section.homeSteps, section.homeNutrition, section.homeFavourites {
		margin: 60px 0px;
	}
	
	section.homeReviews {
		margin-top: 60px;
	}
	
	section.homeCTA {
		padding: 50px 10%;
	}
	
	.stepsTitle {
		margin-bottom: 20px;
	}
	
	.stepsTiles {
        flex-wrap: wrap;
		gap: 10px;
	}
    
    .stepsTiles .singleStep {
        width: 100%;
    }
	
	.singleStep img {
		max-width: 50px;
	}

	.favouritesTitle {
		width: 100%;
		padding-right: 10%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.favouritesTitle p {
		grid-row: 2 / 3;
		grid-column: span 4;
	}

	.favouritesTitle h2 {
		grid-column: 1 / 4;
	}

	div#favouriteNav {
		margin-top: 20px;
		grid-column 4 / 5;
		height: fit-content;
        justify-content: flex-start;
        gap: 5px;
	}

	.favouritesSlider {
		width: 100%;
	}

	.whyChooseImg img.freshnessIcon {
		top: -30px;
		right: -30px;
	}

	.footerNewsletter {
		padding: 0px 5%;
		text-align: center;
	}

	.footerLogo {
		padding: 0px 5%;
		text-align: center;
	}

	.footerMenus, .footerBottom {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		margin: 20px 0px;
	}
	
	.footerMenuMain ul, .footerBottomMenu {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	
	.reviewsTitle {
		margin-bottom: 20px;
	}
	
	.ti-widget.ti-goog .ti-review-header {
		justify-content: center !important;
	}

	.ti-widget.ti-goog .ti-widget-container .ti-name, .ti-widget.ti-goog .ti-widget-container .ti-date {
		width: fit-content !important;
	}

	.ti-widget.ti-goog .ti-profile-details {
		flex: 0 !important;
		overflow: visible !important;
	}

	.ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars, .ti-widget.ti-goog .ti-review-content, .ti-widget.ti-goog .ti-read-more {
		text-align: center !important;
	}
    section.mealPackages {
        flex-wrap: wrap;
        margin: 60px 0px;
		gap: 25px;
    }
    .mealPackageSelection {
        width: 100%;
		gap: 25px;
    }
    .mealPackageInfo {
        width: 100%;
        position: unset;
    }
    section.mealReviews {
        margin-top: 60px;
    }
    section.faqBlock {
        margin: 60px 0px;
    }
	.infoBox {
		margin: 25px 0px;
	}

	section.checkoutHeader {
		display: flex;
		flex-direction: column-reverse;
		gap: 25px;
	}
	
	section.pmproCheckout .pmpro_form {
		padding: 0px 5%;
	}
	
	h2.pmpro_card_title.pmpro_font-large.checkoutTitle {
		margin-bottom: 25px;
	}
    section.mealSelector, section.topPicks {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .mealSelectLeft {
        order: 1;
    }
    .mealSelectRight, .topPicksLeft {
        position: unset;
	}

	.batchOneHead p span span, .batchTwoHead p span span {
		display: none;
	}

	section.contactUs, section.contactMap {
		margin-bottom: 60px;
		margin-top: 60px;
		grid-template-columns: 1fr;
		gap: 25px;
	}
}

@media only screen and (max-width: 768px){
    /*fieldset#pmpro_form_fieldset-delivery-address .pmpro_card_content .pmpro_form_fields > div {
        width: 100%;
}*/
	.pmpro .pmpro_cols-2, .pmpro .pmpro_cols-3 {
		flex-direction: row;
	}
	.pmpro .pmpro_cols-2 > *, .pmpro #pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) {
		width: calc(50% - 9px);
	}
	span.pmpro_form_field-password-toggle-state {
		display: none;
	}
}

@media only screen and (max-width: 750px){
    .nutritionTooltips .tooltip {
         font-size: 12px;   
    }
    
    .nutritionTooltips .tooltip:nth-child(1) {
        top: 10%;
        left: 25%;
    }

    .nutritionTooltips .tooltip:nth-child(2) {
        left: unset;
        right: 0%;
    }

    .nutritionTooltips .tooltip:nth-child(3) {
        left: 0%;
    }

    .nutritionTooltips .tooltip:nth-child(4) {
        top: 80%;
        left: 40%;
    }
}

@media only screen and (max-width: 600px){
    .stepsTiles .singleStep, .stepsTiles .singleStep:last-child {
       padding: 25px 15px;
    }
}