<!DOCTYPE html>
<html lang="en-GB">
<head >
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script data-no-optimize="1" data-cfasync="false">!function(){"use strict";const t={adt_ei:{identityApiKey:"plainText",source:"url",type:"plaintext",priority:1},adt_eih:{identityApiKey:"sha256",source:"urlh",type:"hashed",priority:2},sh_kit:{identityApiKey:"sha256",source:"urlhck",type:"hashed",priority:3}},e=Object.keys(t);function i(t){return function(t){const e=t.match(/((?=([a-z0-9._!#$%+^&*()[\]<>-]+))\2@[a-z0-9._-]+\.[a-z0-9._-]+)/gi);return e?e[0]:""}(function(t){return t.replace(/\s/g,"")}(t.toLowerCase()))}!async function(){const n=new URL(window.location.href),o=n.searchParams;let a=null;const r=Object.entries(t).sort(([,t],[,e])=>t.priority-e.priority).map(([t])=>t);for(const e of r){const n=o.get(e),r=t[e];if(!n||!r)continue;const c=decodeURIComponent(n),d="plaintext"===r.type&&i(c),s="hashed"===r.type&&c;if(d||s){a={value:c,config:r};break}}if(a){const{value:t,config:e}=a;window.adthrive=window.adthrive||{},window.adthrive.cmd=window.adthrive.cmd||[],window.adthrive.cmd.push(function(){window.adthrive.identityApi({source:e.source,[e.identityApiKey]:t},({success:i,data:n})=>{i?window.adthrive.log("info","Plugin","detectEmails",`Identity API called with ${e.type} email: ${t}`,n):window.adthrive.log("warning","Plugin","detectEmails",`Failed to call Identity API with ${e.type} email: ${t}`,n)})})}!function(t,e){const i=new URL(e);t.forEach(t=>i.searchParams.delete(t)),history.replaceState(null,"",i.toString())}(e,n)}()}();
</script><style id="pluginthemexcss">/**
 * Styling moved from theme's CSS file to here
 * Theme information must remain in theme's style.css file due to Wordpress setup
 * Minifying + optimization is handled by WP Rocket
 */


/*
HTML5 Reset
----------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}


/* HTML5 display definitions
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}


/* Links
--------------------------------------------- */

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}


/* Text-level semantics
--------------------------------------------- */

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Embedded content
--------------------------------------------- */

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
--------------------------------------------- */

figure {
	margin: 20px 0;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-line; 
	box-shadow: 1px 1px 3px #CCC; 
	padding: 17px; 
	margin: 17px 0;
}


/* Forms
--------------------------------------------- */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
	font-family: sans-serif; /* Google Fonts crash Safari */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Float Clearing
--------------------------------------------- */

.clear:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clear,
.clear-line {
	clear: both;
	margin-bottom: 30px;
}

/* Typographical Elements
--------------------------------------------- */

body {
	background: #fff;
	color: #010101;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.8;
}


::-moz-selection {
	background: #111;
	color: #fff;
}

::selection {
	background: #111;
	color: #fff;
}

a {
	color: #fb6a4a;
	text-decoration: none;
}

.single .content a, 
aside a, 
.site-footer a {
	text-decoration: underline; /* accessibility */
}

a:hover,
a:focus {
	opacity: 0.7;
}

p,
nav#breadcrumbs {
	margin: 5px 0 15px;
	padding: 0;
}

strong {
	font-weight: bold;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.wp-block-list { 
	padding-left: 37px;
}

blockquote {
	margin: 0;
	padding: 21px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 77px;
	height: 0;
	position: relative;
	top: -31px;
	left: -41px;
}

.wp-block-pullquote blockquote::before {
	top: -77px;
}

cite {
	font-style: normal;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1.3;
	margin: 37px 0 21px;
	padding: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.625em;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto; /* used for Modern Sidebar */
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 10px;
}
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea {
	width: 100%;
}
input:focus,
textarea:focus {
	outline: none;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #010101;
	border: 1px solid #010101;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 7px 17px;
	text-transform: uppercase;
	width: auto;
}

input[type="submit"] {
	letter-spacing: 2px;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"] {
	background: #fff;
	color: #010101;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
}

.content-sidebar-wrap,
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	background: #fff;
	margin: 0 auto;
	padding: 15px 24px;
}

/* Content */
.content {
	float: right;
	width: 728px; 
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	float: none;
	width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 300px;
	min-width: 300px !important;
}

/* WordPress
--------------------------------------------- */

.search-form {
	background: #fff;
	border: 1px solid #eee;
	padding: 10px;
}

.search-form input {
	background: #fff url("/wp-content/plugins/feast-plugin/assets/images/search.svg") center right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: 0;
	padding: 0;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Block Editor (Gutenberg) 
--------------------------------------------- */
figcaption {
	text-align: center;
}
@media only screen and (min-width: 600px) { 
	figcaption {
		font-size: 0.8em;
	}
}


/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	background: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus, 
{
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto !important;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	/* Above WP toolbar. */
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 37px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 37px;
}

.entry-content &gt; ol li,
.entry-content &gt; ul li {
	margin: 0 0 17px 37px;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 37px;
}

.entry-header {
	margin: 0 0 37px;
}

.entry-meta a {
	text-decoration: underline;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding: 37px 0;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments {
	padding: 37px 0;
}

.comment-respond,
.entry-comments {
	margin: 0 0 37px;
}

.comment-author, .comment-meta { 
	display: inline-block; 
	margin: 0 17px 0 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list {
	border-top: 1px solid #eee;
}

.comment-list li {
	list-style-type: none;
	margin: 37px 0 0;
	padding: 0;
}

.comment-list article { 
	padding: 17px; 
	overflow: auto;
	border-bottom: 1px solid #F7F7F7;
}

.comment-header {
	margin: 0 0 17px;
}

.comment .avatar {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline;
	float: left;
	margin: 0 17px 17px 0;
}

.form-allowed-tags {
	background: #f7f9fc;
	font-size: 12px;
	padding: 22px;
}

.comment-reply a {
	color: #555;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 12px;
	float: right;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.comment-meta {
	margin: 0;
}

@media only screen and (min-width: 600px) { 
	.comment-meta {
		float:right;
	}
}

.comment-meta {
	margin: 0;
	float:right;
}

.comment-time a, .comment-time {
	color: #555;
}

.comment-content {
	overflow-wrap: break-word;
}

.bypostauthor article {
	background: #f7f9fc;
}

.comment-author-name {
	font-weight: bold;
}

.comment-list .children {  
	margin-left: 17px;
}

.comment-list .children article { 
	border-left: 11px solid #CCC;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar a {
	font-weight: bold;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	text-align: center;
}



/*
Media Queries
----------------------------------------------------------------------------- */


@media only screen and (min-width: 1200px) {
	#before-header {
		visibility: visible;
	}
	.comment-time a, .comment-time {
		font-size: 0.8em;
	}
	.children { 
		margin-left: 17px; 
	}
	.comment-list .children article { 
		border-left: none;
	}
	aside, #breadcrumbs, .entry-meta { 
		font-size: 0.8em; 
	}
}



@media only screen and (max-width: 1079px) {
	.content,
	.sidebar-primary,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.site-inner {
		padding-left: 4%;
		padding-right: 4%;
	}

	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.site-header,
	.comment-respond {
		padding: 10px 0;
	}
  
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

}

@media only screen and (max-width: 335px) {
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}
</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<style data-no-optimize="1" data-cfasync="false">
	.adthrive-ad {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		overflow-x: visible;
		clear: both;
		line-height: 0;
	}
	.adthrive-device-desktop .adthrive-recipe,
.adthrive-device-tablet .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}

/* for final sticky SB */
.adthrive-sidebar.adthrive-stuck {
margin-top: 130px;
}
/* for ESSAs */
.adthrive-sticky-sidebar > div {
top: 130px!important;
}

.adthrive-device-desktop .adthrive-sticky-container > div {
top: 115px;
}

.adthrive-device-desktop .adthrive-recipe-sticky-container > div {
top: 115px;
}


HTML, body {
overflow-x: clip !important;
}</style>
<script data-no-optimize="1" data-cfasync="false">
	window.adthriveCLS = {
		enabledLocations: ['Content', 'Recipe'],
		injectedSlots: [],
		injectedFromPlugin: true,
		branch: 'a42e31d',bucket: 'prod',			};
	window.adthriveCLS.siteAds = {"betaTester":true,"targeting":[{"value":"6658ad5777b2063d69f19c43","key":"siteId"},{"value":"6658ad57a4ad133d69e528a8","key":"organizationId"},{"value":"Hungry Healthy Happy","key":"siteName"},{"value":"AdThrive Edge","key":"service"},{"value":"on","key":"bidding"},{"value":["Food","Health and Wellness"],"key":"verticals"}],"siteUrl":"https://hungryhealthyhappy.com","siteId":"6658ad5777b2063d69f19c43","siteName":"Hungry Healthy Happy","breakpoints":{"tablet":768,"desktop":1024},"cloudflare":{"version":"1.0.0"},"adUnits":[{"sequence":9,"thirdPartyAdUnitName":null,"targeting":[{"value":["Sidebar"],"key":"location"},{"value":true,"key":"sticky"}],"devices":["desktop"],"name":"Sidebar_9","sticky":true,"location":"Sidebar","dynamic":{"pageSelector":"","spacing":0,"max":1,"lazyMax":null,"enable":true,"lazy":false,"elementSelector":".sidebar","skip":0,"classNames":[],"position":"beforeend","every":1,"enabled":true},"stickyOverlapSelector":".site-footer","adSizes":[[1,1],[160,600],[250,250],[300,50],[300,250],[300,420],[300,600],[300,1050]],"priority":291,"autosize":true},{"sequence":null,"thirdPartyAdUnitName":null,"targeting":[{"value":["Content"],"key":"location"}],"devices":["desktop","tablet","phone"],"name":"Content","sticky":false,"location":"Content","dynamic":{"pageSelector":"body.home","spacing":1,"max":3,"lazyMax":null,"enable":true,"lazy":false,"elementSelector":".entry-content > .wp-block-group","skip":1,"classNames":[],"position":"afterend","every":2,"enabled":true},"stickyOverlapSelector":"","adSizes":[[728,90],[336,280],[320,50],[468,60],[970,90],[250,250],[1,1],[320,100],[970,250],[300,50],[300,300],[552,334],[728,250],[300,250],[1,2]],"priority":199,"autosize":true},{"sequence":null,"thirdPartyAdUnitName":null,"targeting":[{"value":["Content"],"key":"location"}],"devices":["desktop"],"name":"Content","sticky":false,"location":"Content","dynamic":{"pageSelector":"body.single","spacing":0,"max":4,"lazyMax":95,"enable":true,"lazy":true,"elementSelector":".entry-content > *:not(h2):not(h3):not(.wprm-recipe-snippet):not(.dpsp-post-pinterest-image-hidden):not(style)","skip":3,"classNames":[],"position":"afterend","every":1,"enabled":true},"stickyOverlapSelector":"","adSizes":[[728,90],[336,280],[320,50],[468,60],[970,90],[250,250],[1,1],[320,100],[970,250],[1,2],[300,50],[300,300],[552,334],[728,250],[300,250]],"priority":199,"autosize":true},{"sequence":null,"thirdPartyAdUnitName":null,"targeting":[{"value":["Content"],"key":"location"}],"devices":["tablet","phone"],"name":"Content","sticky":false,"location":"Content","dynamic":{"pageSelector":"body.single","spacing":0,"max":3,"lazyMax":96,"enable":true,"lazy":true,"elementSelector":".entry-content > *:not(h2):not(h3):not(.wprm-recipe-snippet):not(.dpsp-post-pinterest-image-hidden):not(style)","skip":3,"classNames":[],"position":"afterend","every":1,"enabled":true},"stickyOverlapSelector":"","adSizes":[[728,90],[336,280],[320,50],[468,60],[970,90],[250,250],[1,1],[320,100],[970,250],[1,2],[300,50],[300,300],[552,334],[728,250],[300,250]],"priority":199,"autosize":true},{"sequence":1,"thirdPartyAdUnitName":null,"targeting":[{"value":["Recipe"],"key":"location"}],"devices":["desktop","tablet"],"name":"Recipe_1","sticky":false,"location":"Recipe","dynamic":{"pageSelector":"","spacing":0.85,"max":2,"lazyMax":97,"enable":true,"lazy":true,"elementSelector":".wprm-recipe-ingredients-container li, .wprm-recipe-instructions-container li, .wprm-recipe-notes-container li, .wprm-recipe-notes-container span, .wprm-recipe-notes-container p, .wprm-nutrition-label-container, .wprm-recipe-equipment-container li","skip":0,"classNames":[],"position":"beforebegin","every":1,"enabled":true},"stickyOverlapSelector":"","adSizes":[[320,50],[250,250],[1,1],[320,100],[1,2],[300,50],[320,300],[300,390],[300,250]],"priority":-101,"autosize":true},{"sequence":1,"thirdPartyAdUnitName":null,"targeting":[{"value":["Recipe"],"key":"location"}],"devices":["phone"],"name":"Recipe_1","sticky":false,"location":"Recipe","dynamic":{"pageSelector":"","spacing":0,"max":1,"lazyMax":null,"enable":true,"lazy":false,"elementSelector":".wprm-recipe-ingredients-container","skip":0,"classNames":[],"position":"beforebegin","every":1,"enabled":true},"stickyOverlapSelector":"","adSizes":[[320,50],[250,250],[1,1],[320,100],[1,2],[300,50],[320,300],[300,390],[300,250]],"priority":-101,"autosize":true},{"sequence":2,"thirdPartyAdUnitName":null,"targeting":[{"value":["Recipe"],"key":"location"}],"devices":["phone"],"name":"Recipe_2","sticky":false,"location":"Recipe","dynamic":{"pageSelector":"","spacing":0.85,"max":1,"lazyMax":97,"enable":true,"lazy":true,"elementSelector":".wprm-recipe-ingredient-group, .wprm-recipe-instructions-container, .wprm-recipe-notes-container, .wprm-nutrition-label-container","skip":0,"classNames":[],"position":"afterend","every":1,"enabled":true},"stickyOverlapSelector":"","adSizes":[[300,250],[320,50],[250,250],[1,1],[320,100],[1,2],[300,50],[320,300],[300,390]],"priority":-102,"autosize":true},{"sequence":null,"thirdPartyAdUnitName":null,"targeting":[{"value":["Below Post"],"key":"location"}],"devices":["desktop","tablet","phone"],"name":"Below_Post","sticky":false,"location":"Below Post","dynamic":{"pageSelector":"","spacing":0,"max":0,"lazyMax":10,"enable":true,"lazy":true,"elementSelector":".entry-footer, .comment-list > li","skip":0,"classNames":[],"position":"afterend","every":1,"enabled":true},"stickyOverlapSelector":"","adSizes":[[728,90],[336,280],[320,50],[468,60],[250,250],[1,1],[320,100],[300,250],[970,250],[728,250]],"priority":99,"autosize":true},{"sequence":null,"thirdPartyAdUnitName":null,"targeting":[{"value":["Footer"],"key":"location"},{"value":true,"key":"sticky"}],"devices":["desktop","tablet","phone"],"name":"Footer","sticky":true,"location":"Footer","dynamic":{"pageSelector":"","spacing":0,"max":1,"lazyMax":null,"enable":true,"lazy":false,"elementSelector":"body","skip":0,"classNames":[],"position":"beforeend","every":1,"enabled":true},"stickyOverlapSelector":"","adSizes":[[320,50],[320,100],[728,90],[970,90],[468,60],[1,1],[300,50]],"priority":-1,"autosize":true}],"adDensityLayout":{"mobile":{"adDensity":0.24,"onePerViewport":false},"pageOverrides":[],"desktop":{"adDensity":0.2,"onePerViewport":false}},"adDensityEnabled":true,"siteExperiments":[],"adTypes":{"sponsorTileDesktop":true,"interscrollerDesktop":true,"nativeBelowPostDesktop":true,"miniscroller":true,"largeFormatsMobile":true,"nativeMobileContent":true,"inRecipeRecommendationMobile":true,"nativeMobileRecipe":true,"sponsorTileMobile":true,"expandableCatalogAdsMobile":true,"frameAdsMobile":true,"outstreamMobile":true,"nativeHeaderMobile":true,"frameAdsDesktop":true,"inRecipeRecommendationDesktop":true,"expandableFooterDesktop":true,"nativeDesktopContent":true,"outstreamDesktop":true,"animatedFooter":true,"expandableFooter":true,"nativeDesktopSidebar":true,"videoFootersMobile":true,"videoFootersDesktop":true,"interscroller":true,"nativeDesktopRecipe":true,"nativeHeaderDesktop":true,"nativeBelowPostMobile":true,"expandableCatalogAdsDesktop":true,"largeFormatsDesktop":true},"adOptions":{"theTradeDesk":true,"thirdPartyCmp":{"enabled":false,"vendor":null,"injectPrivacyPreferencesLink":false},"usCmpClickWrap":{"hideConsentParagraph":false,"enabled":false,"regions":[]},"undertone":true,"sidebarConfig":{"dynamicStickySidebar":{"minHeight":2400,"enabled":true,"blockedSelectors":[]}},"footerCloseButton":true,"teads":true,"seedtag":true,"pmp":true,"interstitialThirdPartyGamAdUnitName":"","sharethrough":true,"desktopInterstitialFrequency":"full","optimizeVideoPlayersForEarnings":true,"removeVideoTitleWrapper":true,"pubMatic":true,"contentTermsFooterEnabled":true,"mobileInterstitialFrequency":"full","chicory":true,"infiniteScroll":false,"longerVideoAdPod":true,"yahoossp":false,"spa":false,"stickyContainerConfig":{"recipeDesktop":{"minHeight":null,"enabled":false},"blockedSelectors":[],"stickyHeaderSelectors":[],"content":{"minHeight":300,"enabled":true},"recipeMobile":{"minHeight":null,"enabled":false}},"confiantPropertyId":"","gatedPrint":{"printClasses":[],"siteEmailServiceProviderId":"a250c1b4-7c41-46f7-8bbd-1fcf0b72629e","defaultOptIn":true,"closeButtonEnabled":false,"enabled":true,"newsletterPromptEnabled":true},"yieldmo":true,"californiaPrivacyPopup":{"privacyPolicyUrl":null,"enabled":false,"termsOfServiceUrl":null},"footerSelector":"","consentMode":{"enabled":false,"customVendorList":""},"amazonUAM":true,"gamMCMEnabled":true,"gamMCMChildNetworkCode":"22608015933","rubicon":true,"restartStickyVideoPlayersAfterClose":true,"conversant":false,"openx":true,"customCreativeEnabled":true,"secColor":"#000000","unruly":true,"bRealTime":true,"adInViewTime":null,"regulatory":{"privacyPolicyUrl":"","termsOfServiceUrl":""},"gumgum":true,"comscoreFooter":true,"desktopInterstitial":false,"contentAdXExpansionDesktop":true,"amx":true,"footerCloseButtonDesktop":false,"ozone":true,"isAutoOptimized":true,"trustx":true,"comscoreTAL":true,"bgColor":"#FFFFFF","advancePlaylistOptions":{"playlistPlayer":{"enabled":true},"relatedPlayer":{"enabled":true,"applyToFirst":true}},"kargo":true,"liveRampATS":true,"footerCloseButtonMobile":false,"interstitialBlockedPageSelectors":"","prioritizeShorterVideoAds":true,"allowSmallerAdSizes":true,"blis":true,"wakeLock":{"desktopEnabled":true,"mobileValue":45,"mobileEnabled":true,"desktopValue":15},"mobileInterstitial":false,"tripleLift":true,"sensitiveCategories":["alc","ast","cbd","cosm","dat","gamc","pol","rel","sst","ssr","srh","ske","tob","wtl"],"liveRamp":true,"adthriveEmailIdentity":true,"criteo":true,"nativo":true,"infiniteScrollOptions":{"selector":"","heightThreshold":0},"siteAttributes":{"mobileHeaderSelectors":[],"desktopHeaderSelectors":[]},"dynamicContentSlotLazyLoading":true,"clsOptimizedAds":true,"ogury":true,"verticals":["Food","Health and Wellness"],"inImage":false,"stackadapt":true,"usCMP":{"hideConsentParagraph":false,"alwaysShowDoNotSellLink":false,"regions":[],"defaultOptIn":false,"enabled":false,"strictMode":false},"contentAdXExpansionMobile":true,"advancePlaylist":true,"medianet":true,"acAlwaysSticky":false,"delayLoading":false,"inImageZone":null,"appNexus":true,"rise":true,"liveRampId":"def8823982698","infiniteScrollRefresh":true,"indexExchange":true},"siteAdsProfiles":[],"thirdPartySiteConfig":{"partners":{"discounts":[]}},"featureRollouts":{"erp":{"featureRolloutId":19,"data":null,"enabled":false},"disable-kargo-spotlight":{"featureRolloutId":45,"data":{},"enabled":false}},"videoPlayers":{"contextual":{"autoplayCollapsibleEnabled":false,"overrideEmbedLocation":false,"defaultPlayerType":"static"},"videoEmbed":"wordpress","footerSelector":"","contentSpecificPlaylists":[{"isDraft":false,"playlistId":"voYK2JzW","categories":["christmas"]},{"isDraft":false,"playlistId":"Qe4WXlIy","categories":["casserole"]},{"isDraft":false,"playlistId":"q0OvUBJZ","categories":["vegan"]},{"isDraft":false,"playlistId":"QwGMeiQ6","categories":["vegetarian"]},{"isDraft":false,"playlistId":"MDvvPogz","categories":["halloween"]},{"isDraft":false,"playlistId":"bnHV7aMf","categories":["easter"]},{"isDraft":false,"playlistId":"jLz8qXx3","categories":["high-protein"]},{"isDraft":false,"playlistId":"eyC673h8","categories":["salad-recipes"]},{"isDraft":false,"playlistId":"aaPguF5c","categories":["chocolate"]},{"isDraft":false,"playlistId":"XKM9FmqW","categories":["air-fryer"]},{"isDraft":false,"playlistId":"udnfWc3E","categories":["beef"],"shuffle":true},{"isDraft":false,"playlistId":"rk8FGUYk","categories":["chicken"],"shuffle":true},{"isDraft":false,"playlistId":"kYZsjxGL","categories":["turkey-recipes"]},{"isDraft":false,"playlistId":"TiejDOY4","categories":["fish"]},{"isDraft":false,"playlistId":"l9UmgmGX","categories":["lamb"]},{"isDraft":false,"playlistId":"GUMqItvD","categories":["pork"]},{"isDraft":false,"playlistId":"PNWn57Nc","categories":["eggs"],"shuffle":false},{"isDraft":false,"playlistId":"RKWWKAKc","categories":["potatoes"]},{"isDraft":false,"playlistId":"8RzYenMO","categories":["ninja-creami"]},{"isDraft":false,"playlistId":"NlyPkceI","categories":["italian"]},{"isDraft":false,"playlistId":"g68RAsIS","categories":["greek"]},{"isDraft":false,"playlistId":"Qa2Sldko","categories":["mexican-recipes"]},{"isDraft":false,"playlistId":"MwugJ8fj","categories":["indian-recipes"]},{"isDraft":false,"playlistId":"TO7OhHkB","categories":["chinese"]},{"isDraft":false,"playlistId":"8Hs3AkKA","categories":["japanese"]},{"isDraft":false,"playlistId":"kJMk1Flp","categories":["curry"]},{"isDraft":false,"playlistId":"oTKjbgxB","categories":["burgers"]},{"isDraft":false,"playlistId":"XFZcmBOQ","categories":["pizza"]},{"isDraft":false,"playlistId":"MmEegRnB","categories":["pasta"]},{"isDraft":false,"playlistId":"W7fRBNXX","categories":["soup"]},{"isDraft":false,"playlistId":"zUFJGOAv","categories":["sandwiches"]},{"isDraft":false,"playlistId":"XIfgWgGZ","categories":["drinks"]}],"players":[{"playlistId":"LBECvMjQ","pageSelector":"","devices":["mobile","desktop"],"description":"","skip":0,"title":"Stationary related player - desktop and mobile","type":"stationaryRelated","enabled":true,"formattedType":"Stationary Related","elementSelector":"","id":4086579,"position":"","saveVideoCloseState":false,"shuffle":false,"adPlayerTitle":"Stationary related player - desktop and mobile","playerId":"086dQ0hv"},{"playlistId":"LBECvMjQ","pageSelector":"body.single","devices":["mobile"],"mobileLocation":"top-center","description":"","skip":0,"title":"MY LATEST VIDEOS","type":"stickyPlaylist","enabled":true,"formattedType":"Sticky Playlist","elementSelector":".entry-content > .wp-block-image,\n.entry-content > p:nth-of-type(2)","id":4086581,"position":"afterend","saveVideoCloseState":false,"shuffle":false,"adPlayerTitle":"MY LATEST VIDEOS","mobileHeaderSelector":"","playerId":"086dQ0hv"},{"playlistId":"LBECvMjQ","pageSelector":"body.single","devices":["desktop"],"description":"","skip":0,"title":"MY LATEST VIDEOS","type":"stickyPlaylist","enabled":true,"formattedType":"Sticky Playlist","elementSelector":".entry-content > .wp-block-image,\n.entry-content > p:nth-of-type(2)","id":4086580,"position":"afterend","saveVideoCloseState":false,"shuffle":false,"adPlayerTitle":"MY LATEST VIDEOS","mobileHeaderSelector":null,"playerId":"086dQ0hv"}],"partners":{"theTradeDesk":true,"unruly":true,"undertone":true,"gumgum":true,"seedtag":true,"amx":true,"ozone":true,"trustx":true,"pmp":true,"kargo":true,"stickyOutstream":{"desktop":{"enabled":true},"blockedPageSelectors":"","mobileLocation":"bottom-left","thirdPartyGamAdUnitName":"","allowOnHomepage":true,"mobile":{"enabled":true},"saveVideoCloseState":false,"mobileHeaderSelector":"","allowForPageWithStickyPlayer":{"enabled":true}},"sharethrough":true,"blis":true,"tripleLift":true,"pubMatic":true,"criteo":true,"yahoossp":false,"nativo":true,"stackadapt":true,"yieldmo":true,"amazonUAM":true,"medianet":true,"rubicon":true,"appNexus":true,"rise":true,"openx":true,"indexExchange":true}}};</script>

<script data-no-optimize="1" data-cfasync="false">
(function(w, d) {
	w.adthrive = w.adthrive || {};
	w.adthrive.cmd = w.adthrive.cmd || [];
	w.adthrive.plugin = 'adthrive-ads-3.12.2';
	w.adthrive.host = 'ads.adthrive.com';
	w.adthrive.integration = 'plugin';

	var commitParam = (w.adthriveCLS && w.adthriveCLS.bucket !== 'prod' && w.adthriveCLS.branch) ? '&commit=' + w.adthriveCLS.branch : '';

	var s = d.createElement('script');
	s.async = true;
	s.referrerpolicy='no-referrer-when-downgrade';
	s.src = 'https://' + w.adthrive.host + '/sites/6658ad5777b2063d69f19c43/ads.min.js?referrer=' + w.encodeURIComponent(w.location.href) + commitParam + '&cb=' + (Math.floor(Math.random() * 100) + 1) + '';
	var n = d.getElementsByTagName('script')[0];
	n.parentNode.insertBefore(s, n);
})(window, document);
</script>
<link rel="dns-prefetch" href="https://ads.adthrive.com/"><link rel="preconnect" href="https://ads.adthrive.com/"><link rel="preconnect" href="https://ads.adthrive.com/" crossorigin>
	<!-- This site is optimized with the Yoast SEO Premium plugin v27.8 (Yoast SEO v27.8) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->
	<title>Family Friendly Recipes with a Healthy Twist - Hungry Healthy Happy</title><link rel="preload" href="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/logo-2024-200-70.jpg" as="image" imagesrcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/logo-2024-400-140.jpg 2x" fetchpriority="high"><link rel="preload" href="https://hungryhealthyhappy.com/wp-content/uploads/2026/01/subscribe-icon-1.jpg" as="image" fetchpriority="high"><link rel="preload" href="https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-360x360.jpg" as="image" imagesrcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b.jpg 1200w" imagesizes="(max-width: 360px) 100vw, 360px" fetchpriority="high"><link rel="preload" href="https://hungryhealthyhappy.com/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts/forkawesome-webfont.woff2?v=1.2.0" as="font" crossorigin><link rel="preload" href="https://hungryhealthyhappy.com/wp-content/plugins/feast-fonts/fonts/dancing-script-700.woff2" as="font" type="font/woff2" crossorigin><style id="perfmatters-used-css">:root{--edd-blocks-light-grey:#eee}.screen-reader-text{border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}:root{--green:#22baa0;--red:#e06470;--gray-border:#bcc6c9;--light-gray-border:#dee2e6}@keyframes edd-icon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes edd-spinning{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.edd-submit.button.blue.active,.edd-submit.button.blue:focus,.edd-submit.button.blue:hover{background:#3276b1;border-color:#285e8e;color:#fff}.edd-submit.button.blue.active{background-image:none}.wpel-icon.wpel-image{display:inline-block;width:10px;height:10px;background-repeat:no-repeat;background-position:100% 50%}.wpel-icon-right .wpel-icon.wpel-image{margin-left:.3em}.wpel-icon-6{background-image:url("https://hungryhealthyhappy.com/wp-content/plugins/wp-external-links/public/css/../images/wpel-icons/icon-6.png")}.kb-buttons-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--global-kb-gap-xs,.5rem)}.kb-button{z-index:1;position:relative;overflow:hidden;display:inline-flex;text-align:center;align-items:center;justify-content:center}.kb-button.wp-block-button__link{width:auto;height:auto}.wp-block-kadence-advancedbtn .kb-button:not(.specificity):not(.extra-specificity){text-decoration:none}.kb-button:not(.kb-btn-global-inherit){border:0 solid rgba(0,0,0,0);padding:.4em 1em;cursor:pointer;font-size:1.125rem;border-radius:3px;transition:all .3s ease-in-out;box-shadow:none}.kb-button:not(.kb-btn-global-inherit):hover{box-shadow:none}.kb-button.kb-btn-global-outline{border:2px solid var(--global-palette-btn-bg,#3633e1);background:rgba(0,0,0,0);color:var(--global-palette-btn-bg,#3633e1);padding:calc(.4em - 2px) calc(1em - 2px)}.kb-button.kb-btn-global-outline:hover{border-color:var(--global-palette-btn-bg-hover,#2f2ffc);background:rgba(0,0,0,0);color:var(--global-palette-btn-bg-hover,#2f2ffc)}.kb-button.kb-btn-global-outline:focus{border-color:var(--global-palette-btn-bg-hover,#2f2ffc);background:rgba(0,0,0,0);color:var(--global-palette-btn-bg-hover,#2f2ffc)}.kb-button::before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;background:rgba(0,0,0,0)}.kb-button:hover::before,.kb-button:focus::before{opacity:1}.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-small{font-size:.9rem}.kb-button.kb-btn-global-outline.kt-btn-size-small{border-width:1px;padding:calc(.4em - 1px) calc(1em - 1px)}.wp-block-kadence-testimonials .kt-blocks-carousel{padding-bottom:35px;position:relative}.wp-block-kadence-testimonials .kt-blocks-carousel .kt-blocks-carousel-init:not(.kt-carousel-arrowstyle-none):not(.tns-slider){padding-left:35px;padding-right:35px}.wp-block-kadence-testimonials .kt-blocks-carousel-init:not(.kt-carousel-dotstyle-none){padding-bottom:30px;margin-bottom:0}.kt-testimonial-item-wrap{border:0 solid rgba(0,0,0,0);text-align:center;margin:0 auto;padding:20px}.kt-testimonial-style-bubble .kt-testimonial-item-wrap,.kt-testimonial-style-inlineimage .kt-testimonial-item-wrap{padding:0}.kt-testimonial-meta-wrap{display:flex;justify-content:center;align-items:center;margin-top:10px}.kt-testimonial-meta-wrap .kt-testimonial-meta-name-wrap{text-align:left}.kt-svg-testimonial-global-icon{border:2px solid var(--global-palette7,#eee);border-radius:100%;background:rgba(0,0,0,0);color:var(--global-palette4,#444);padding:20px;display:inline-flex;justify-content:center;align-items:center}.kt-svg-testimonial-global-icon svg{width:1em;height:1em}.kt-svg-testimonial-global-icon-wrap{margin:0 0 10px 0}.kt-testimonial-style-inlineimage .kt-testimonial-text-wrap{border:2px solid var(--global-palette7,#eee);padding:20px;position:relative;border-radius:10px;text-align:left}.kt-testimonial-style-inlineimage .kt-testimonial-text-wrap:after{height:0;left:20px;top:100%;position:absolute;border-top:14px solid var(--global-palette7,#eee);border-bottom:14px solid rgba(0,0,0,0);border-left:14px solid rgba(0,0,0,0);border-right:14px solid rgba(0,0,0,0);content:"";transform:none;width:0}.kt-testimonial-style-inlineimage .kt-testimonial-meta-wrap{margin-top:2px;justify-content:flex-start;padding-left:60px}.kt-testimonial-style-inlineimage .kt-testimonial-meta-wrap .kt-testimonial-meta-name-wrap{text-align:left;display:flex;align-items:center}.kt-testimonial-style-inlineimage .kt-testimonial-meta-wrap .kt-testimonial-meta-name-wrap .kt-testimonial-name-wrap{padding-right:6px}.kt-testimonial-style-inlineimage .kt-svg-testimonial-global-icon{background:#fff}.kt-testimonial-style-inlineimage.kt-testimonials-icon-on .kt-svg-testimonial-global-icon-wrap{margin:-55px 0 10px 0}.kt-testimonial-style-inlineimage.kt-testimonials-icon-on .kt-testimonial-item-wrap{padding-top:55px}.kt-testimonial-name a{color:inherit;text-decoration:underline}.kt-testimonial-halign-center.kt-testimonials-media-off .kt-testimonial-meta-wrap .kt-testimonial-meta-name-wrap{text-align:center}blockquote.kt-testimonial-content{margin:unset;padding-left:unset;border-left:unset}.kb-splide.splide__container{box-sizing:border-box;position:relative}.kb-splide .splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0 !important;padding:0 !important}.kb-splide.splide-initial .splide__list{gap:0;display:flex}.kb-splide.is-initialized:not(.is-active) .splide__list{display:block}.kb-splide .splide__pagination,.kb-splide ul.menu ul.splide__pagination.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.kb-splide .splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.kb-splide .splide__progress__bar{width:0}.kb-splide .splide__toggle__play{display:inline-flex}.kb-splide .splide__toggle.is-active .splide__toggle__play,.kb-splide .splide__toggle__pause{display:none}.kb-splide .splide__toggle.is-active .splide__toggle__pause{display:inline-flex}.kb-splide{outline:0;position:relative;--splide-nav-color:#fff;--splide-nav-background:rgba(0,0,0,.8);--splide-nav-border:2px solid transparent;--splide-pagination-background:#000}.kb-splide[data-slider-dots=true]{margin-bottom:30px}.kb-splide.kt-carousel-arrowstyle-blackonlight{--splide-nav-color:#000;--splide-nav-background:rgba(255,255,255,.8)}.kb-splide.kt-carousel-arrowstyle-outlineblack{--splide-nav-color:#000;--splide-nav-border:2px solid #000;--splide-nav-background:transparent}.kb-splide.kt-carousel-arrowstyle-outlinewhite{--splide-nav-color:#fff;--splide-nav-border:2px solid #fff;--splide-nav-background:transparent}.kb-splide.is-initialized,.kb-splide.is-rendered{visibility:visible}.kb-splide .splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none !important;margin:0;outline:0;position:relative}.kb-splide .splide__slide img{vertical-align:bottom}.kb-splide .splide__slider{position:relative}.kb-splide .splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.kb-splide .splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.kb-splide .splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.kb-splide.splide--draggable>.splide__slider>.splide__track,.kb-splide.splide--draggable>.splide__track{user-select:none}.kb-splide.splide--fade>.splide__slider>.splide__track>.splide__list,.kb-splide.splide--fade>.splide__track>.splide__list{display:flex}.kb-splide.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.kb-splide.splide--fade>.splide__track>.splide__list>.splide__slide{position:relative;left:unset;right:unset;top:unset;opacity:0;z-index:0}.kb-splide.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.kb-splide.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.kb-splide.splide--rtl{direction:rtl}.kb-splide.splide--rtl.splide--fade>.splide__track .splide__list{direction:rtl;flex-direction:row-reverse}.kb-splide.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.kb-splide.splide--ttb.is-active>.splide__track>.splide__list{display:block}.kb-splide .splide__arrow{font-size:1rem;align-items:center;background:var(--splide-nav-background);border:var(--splide-nav-border);border-radius:3px;cursor:pointer;display:flex;height:3em;width:2em;justify-content:center;opacity:.75;padding:0;color:var(--splide-nav-color);position:absolute;top:50%;transform:translateY(-50%);z-index:1;box-shadow:none;transition:opacity .3s ease-in-out}.kb-splide.kb-slider-group-arrows .splide__arrows{position:absolute;z-index:1;display:flex;gap:1rem}.kb-splide.kb-slider-group-arrows .splide__arrows .splide__arrow{position:static;opacity:.7;transform:none}.kb-splide.kb-slider-group-arrows .splide__arrows .splide__arrow:focus,.kb-splide.kb-slider-group-arrows .splide__arrows .splide__arrow:hover{opacity:1}.kb-splide.kb-slider-group-arrows .splide__arrows .splide__arrow:disabled{opacity:.2}.kb-splide.kb-slider-arrow-position-top-right .splide__arrows{top:1rem;right:1rem}.kb-splide.kb-slider-arrow-position-top-left .splide__arrows{top:1rem;left:1rem}.kb-splide.kb-slider-arrow-position-bottom-left .splide__arrows{bottom:1rem;left:1rem}.kb-splide.kb-slider-arrow-position-bottom-right .splide__arrows{bottom:1rem;right:1rem}.kb-splide:hover .splide__arrow{opacity:.75}.kb-splide .splide__arrow svg{fill:currentColor;height:1em;width:1em}.kb-splide .splide__arrow:focus,.kb-splide .splide__arrow:hover{opacity:1;background:var(--splide-nav-background);color:var(--splide-nav-color)}.kb-splide .splide__arrow:disabled{opacity:.2;cursor:not-allowed}.kb-splide .splide__arrow--prev{left:clamp(.05rem,1vw,1rem)}.kb-splide .splide__arrow--prev svg{transform:scaleX(-1)}.kb-splide .splide__arrow--next{right:clamp(.05rem,1vw,1rem)}.kb-splide .splide__pagination,.kb-splide ul.splide__pagination.splide__pagination{bottom:-25px;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.kb-splide .splide__pagination__page{background:var(--splide-pagination-background);border:0;border-radius:50%;display:inline-block;height:10px;margin:3px;opacity:.5;padding:0;transition:opacity .2s ease-in-out;width:10px}.kb-splide .splide__pagination__page.is-active{background:var(--splide-pagination-background);opacity:.75}.kb-splide .splide__pagination__page:hover{cursor:pointer;opacity:1}.kb-splide .splide__pagination__page:focus-visible{outline-offset:3px}.kb-splide .splide.is-focus-in .splide__pagination__page:focus{outline-offset:3px}.kb-splide .splide__progress__bar{background:#ccc;height:3px}@supports (outline-offset:-3px){.kb-splide .splide__slide:focus-visible{outline-offset:-3px}}@supports (outline-offset:-3px){.kb-splide .splide.is-focus-in .splide__slide:focus{outline-offset:-3px}}.kb-splide .splide__toggle{cursor:pointer}.kb-splide .splide__toggle:focus-visible{outline-offset:3px}.kb-splide.is-focus-in .splide__toggle:focus{outline-offset:3px}.kb-splide.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,.kb-splide.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.kb-splide.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.kb-splide.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border:3px solid #000}.kb-splide.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,.kb-splide.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:0}.kb-splide.splide--rtl>.splide__arrows .splide__arrow--prev,.kb-splide.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.kb-splide.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{left:auto;right:clamp(.05rem,1vw,1rem)}.kb-splide.splide--rtl>.splide__arrows .splide__arrow--prev svg,.kb-splide.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.kb-splide.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.kb-splide.splide--rtl>.splide__arrows .splide__arrow--next,.kb-splide.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.kb-splide.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:clamp(.05rem,1vw,1rem);right:auto}.kb-splide.splide--rtl>.splide__arrows .splide__arrow--next svg,.kb-splide.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.kb-splide.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.kb-splide.splide--ttb>.splide__arrows .splide__arrow,.kb-splide.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,.kb-splide.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.kb-splide.splide--ttb>.splide__arrows .splide__arrow--prev,.kb-splide.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.kb-splide.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:clamp(.05rem,1vw,1rem)}.kb-splide.splide--ttb>.splide__arrows .splide__arrow--prev svg,.kb-splide.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.kb-splide.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.kb-splide.splide--ttb>.splide__arrows .splide__arrow--next,.kb-splide.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.kb-splide.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{bottom:clamp(.05rem,1vw,1rem);top:auto}.kb-splide.splide--ttb>.splide__arrows .splide__arrow--next svg,.kb-splide.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.kb-splide.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.kb-splide.splide--ttb>.splide__pagination,.kb-splide.splide--ttb>.splide__slider>.splide__pagination{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=slider] .splide__slide.kb-slide-item{display:block}.kb-gallery-type-thumbslider .kt-blocks-carousel-init.splide-initialized:not(.tns-slider)[data-slider-type=thumbnail] .splide__slide.kb-slide-item{display:block}.kt-button:where(:not(.kb-button)):not(.kb-btn-global-inherit)::before{background:#444}</style>
	<meta name="description" content="Here you will find easy healthy recipes that show how healthy eating isn&#039;t boring, home and garden projects, well-being, family life, travel and happiness." />
	<link rel="canonical" href="https://hungryhealthyhappy.com/" />
	<meta property="og:locale" content="en_GB" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Hungry Healthy Happy - Family Friendly Recipes With A Healthy Twist" />
	<meta property="og:description" content="Hungry Healthy Happy is your go-to destination for easy, family-friendly recipes with a healthy twist. Discover over 1,000 delicious recipes, from high-protein meals and budget-friendly dinners to air fryer favourites, slow cooker comfort food, and healthier takeaway-inspired dishes. Created by Dannii, one of the UK’s most popular food bloggers, the site makes healthy eating simple, realistic, and full of flavour." />
	<meta property="og:url" content="https://hungryhealthyhappy.com/" />
	<meta property="og:site_name" content="Hungry Healthy Happy" />
	<meta property="article:publisher" content="https://www.facebook.com/HungryHealthyHappy/" />
	<meta property="article:modified_time" content="2026-06-11T20:45:59+00:00" />
	<meta property="og:image" content="https://hungryhealthyhappy.com/wp-content/uploads/2025/10/logo-2024-1200-1200.jpg" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="1200" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@HHH_Dannii" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hungryhealthyhappy.com\/","url":"https:\/\/hungryhealthyhappy.com\/","name":"Family Friendly Recipes with a Healthy Twist - Hungry Healthy Happy","isPartOf":{"@id":"https:\/\/hungryhealthyhappy.com\/#website"},"about":{"@id":"https:\/\/hungryhealthyhappy.com\/#organization"},"primaryImageOfPage":{"@id":"https:\/\/hungryhealthyhappy.com\/#primaryimage"},"image":{"@id":"https:\/\/hungryhealthyhappy.com\/#primaryimage"},"thumbnailUrl":"https:\/\/hungryhealthyhappy.com\/wp-content\/uploads\/2025\/10\/logo-2024-1200-1200.jpg","datePublished":"2023-09-18T17:05:19+00:00","dateModified":"2026-06-11T20:45:59+00:00","description":"Here you will find easy healthy recipes that show how healthy eating isn't boring, home and garden projects, well-being, family life, travel and happiness.","breadcrumb":{"@id":"https:\/\/hungryhealthyhappy.com\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hungryhealthyhappy.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/hungryhealthyhappy.com\/#primaryimage","url":"https:\/\/hungryhealthyhappy.com\/wp-content\/uploads\/2025\/10\/logo-2024-1200-1200.jpg","contentUrl":"https:\/\/hungryhealthyhappy.com\/wp-content\/uploads\/2025\/10\/logo-2024-1200-1200.jpg","width":1200,"height":1200,"caption":"The Hungry Healthy Happy logo."},{"@type":"BreadcrumbList","@id":"https:\/\/hungryhealthyhappy.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hungry Healthy Happy"}]},{"@type":"WebSite","@id":"https:\/\/hungryhealthyhappy.com\/#website","url":"https:\/\/hungryhealthyhappy.com\/","name":"Hungry Healthy Happy","description":"","publisher":{"@id":"https:\/\/hungryhealthyhappy.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hungryhealthyhappy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/hungryhealthyhappy.com\/#organization","name":"Hungry Healthy Happy","alternateName":"Hungry Healthy Happy","url":"https:\/\/hungryhealthyhappy.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/hungryhealthyhappy.com\/#\/schema\/logo\/image\/","url":"https:\/\/hungryhealthyhappy.com\/wp-content\/uploads\/2026\/04\/logo-2024-1200-675.jpg","contentUrl":"https:\/\/hungryhealthyhappy.com\/wp-content\/uploads\/2026\/04\/logo-2024-1200-675.jpg","width":1200,"height":675,"caption":"Hungry Healthy Happy"},"image":{"@id":"https:\/\/hungryhealthyhappy.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/HungryHealthyHappy\/","https:\/\/x.com\/HHH_Dannii","https:\/\/www.instagram.com\/hungryhealthyhappy\/","https:\/\/www.pinterest.co.uk\/hhhdannii\/","https:\/\/www.youtube.com\/channel\/UChmPTNf1P1l78UIyIGQiUPw","https:\/\/www.tiktok.com\/@hungryhealthyhappy"],"email":"dannii@hungryhealthyhappy.com","legalName":"Hungry Healthy Happy","foundingDate":"2011-06-13"}]}</script>
	<meta name="msvalidate.01" content="D785685F10C5F402D2D9E9686567B2C0" />
	<meta name="google-site-verification" content="lxnsDqkwNDLs7wUPBZp7QWMzRovK5MHrwy1Fzh3DrXQ" />
	<meta name="p:domain_verify" content="7914a239ff079557798fa481b0fb75d8" />
	<meta name="yandex-verification" content="f2f88213cfa3893f" />
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//js.stripe.com' />
<link rel="alternate" type="application/rss+xml" title="Hungry Healthy Happy &raquo; Stories Feed" href="https://hungryhealthyhappy.com/web-stories/feed/"><script type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1">(()=>{"use strict";const e=[400,500,600,700,800,900],t=e=>`wprm-min-${e}`,n=e=>`wprm-max-${e}`,s=new Set,o="ResizeObserver"in window,r=o?new ResizeObserver((e=>{for(const t of e)c(t.target)})):null,i=.5/(window.devicePixelRatio||1);function c(s){const o=s.getBoundingClientRect().width||0;for(let r=0;r<e.length;r++){const c=e[r],a=o<=c+i;o>c+i?s.classList.add(t(c)):s.classList.remove(t(c)),a?s.classList.add(n(c)):s.classList.remove(n(c))}}function a(e){s.has(e)||(s.add(e),r&&r.observe(e),c(e))}!function(e=document){e.querySelectorAll(".wprm-recipe").forEach(a)}();if(new MutationObserver((e=>{for(const t of e)for(const e of t.addedNodes)e instanceof Element&&(e.matches?.(".wprm-recipe")&&a(e),e.querySelectorAll?.(".wprm-recipe").forEach(a))})).observe(document.documentElement,{childList:!0,subtree:!0}),!o){let e=0;addEventListener("resize",(()=>{e&&cancelAnimationFrame(e),e=requestAnimationFrame((()=>s.forEach(c)))}),{passive:!0})}})();</script><link rel='stylesheet' id='wprm-public-css' href='https://hungryhealthyhappy.com/wp-content/plugins/wp-recipe-maker/dist/public-modern.css?ver=10.6.1' media='all' />
<link rel='stylesheet' id='foodie-pro-5-css' href='https://hungryhealthyhappy.com/wp-content/themes/foodiepro5/style.css?ver=5.0.0' media='all' />
<style id='wp-block-library-inline-css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */
</style>
<style id='wp-block-button-inline-css'>
.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}
.is-style-button-right-arrow .wp-element-button::after { content: "→"; position: relative; margin-left: 0.2em; }
.is-style-button-external-arrow .wp-element-button::after { content: "↗"; position: relative; margin-left: 0.2em; }
/*# sourceURL=wp-block-button-inline-css */
</style>
<style id='wp-block-heading-inline-css'>
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
body { counter-reset: step-count; } .is-style-step-count {  counter-increment: step-count; position: relative; padding-left: 1.6em; } .is-style-step-count::before { content: counter(step-count); position: absolute; top: 0.1em; left: 0; width: 2.2em; height: 2.2em; display: flex; align-items: center; justify-content: center; border-radius: 2.2em; font-size: 0.55em; font-weight: bold; }
body { counter-reset: step-count; } .is-style-step-count-above { counter-increment: step-count; position: relative; display: flex; flex-direction: column; align-items: flex-start; row-gap: 16px; } .is-style-step-count-above::before { content: counter(step-count); width: 2.2em; height: 2.2em; display: flex; align-items: center; justify-content: center; border-radius: 2.2em; font-size: 0.55em; font-weight: bold;}.is-style-step-count-above.has-text-align-center {align-items:center;}.is-style-step-count-above.has-text-align-right {align-items:flex-end;}
@media only screen and (min-width: 1023px) { h2.is-style-heading-right-line { overflow: hidden; text-align: left !important; } h2.is-style-heading-right-line:after { background-color: var(--branding-color-accents); content: ""; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 100%; left: 0.3em; margin-right: -50%; } }
/*# sourceURL=wp-block-heading-inline-css */
</style>
<style id='wp-block-image-inline-css'>
.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}
.is-style-book-cover img { box-shadow: 4px 4px 20px #454545; transform: rotate(3deg) scale(0.9); -webkit-backface-visibility: hidden; margin-top: 10px; margin-bottom: 10px; } .is-style-book-cover { padding: 10px; }
.is-style-polaroid img { border-bottom: 50px solid #fff; border-right: 15px solid #fff; border-left: 15px solid #fff; border-top: 10px solid #fff; box-shadow: 5px 5px 15px rgba(0, 0, 0, .4); transform: rotate(-5deg) scale(0.9); -webkit-backface-visibility: hidden; margin: 10px 0; }
/*# sourceURL=wp-block-image-inline-css */
</style>
<style id='wp-block-list-inline-css'>
ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
@media only screen and (min-width: 1023px) { .is-style-feast-2-column-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 37px; } .editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.is-style-feast-2-column-list li { margin-left: unset; margin-right: unset; } }
@media only screen and (min-width: 1023px) { .is-style-feast-3-column-list { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0 37px; } .editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.is-style-feast-3-column-list li { margin-left: unset; margin-right: unset; } }
ol.is-style-circle-number-list { list-style-type: none; counter-reset: my-counter; padding-left: 44px; } ol.is-style-circle-number-list li { list-style-type: none; counter-increment: my-counter; position: relative; margin-bottom: var(--feast-spacing-xs) !important; margin-left: 0 !important; } ol.is-style-circle-number-list li:last-child { margin-bottom: 0; } ol.is-style-circle-number-list li::before { content: counter(my-counter);position: absolute; top: 2px; left: -36px; width: 28px; height: 28px; display: flex; align-items: center;justify-content: center; border-radius: 28px; font-size: 14px; font-weight: bold; } ol.is-style-circle-number-list[start="2"] { counter-reset: my-counter 1; } ol.is-style-circle-number-list[start="3"] { counter-reset: my-counter 2; } ol.is-style-circle-number-list[start="4"] { counter-reset: my-counter 3; } ol.is-style-circle-number-list[start="5"] { counter-reset: my-counter 4; } ol.is-style-circle-number-list[start="6"] { counter-reset: my-counter 5; } ol.is-style-circle-number-list[start="7"] { counter-reset: my-counter 6; } ol.is-style-circle-number-list[start="8"] { counter-reset: my-counter 7; } ol.is-style-circle-number-list[start="9"] { counter-reset: my-counter 8; } ol.is-style-circle-number-list[start="10"] { counter-reset: my-counter 9; } ol.is-style-circle-number-list[start="11"] { counter-reset: my-counter 10; } ol.is-style-circle-number-list[start="12"] { counter-reset: my-counter 11; } ol.is-style-circle-number-list[start="13"] { counter-reset: my-counter 12; } ol.is-style-circle-number-list[start="14"] { counter-reset: my-counter 13; } ol.is-style-circle-number-list[start="15"] { counter-reset: my-counter 14; } ol.is-style-circle-number-list[start="16"] { counter-reset: my-counter 15; } ol.is-style-circle-number-list[start="17"] { counter-reset: my-counter 16; } ol.is-style-circle-number-list[start="18"] { counter-reset: my-counter 17; } ol.is-style-circle-number-list[start="19"] { counter-reset: my-counter 18; } ol.is-style-circle-number-list[start="20"] { counter-reset: my-counter 19; }
/*# sourceURL=wp-block-list-inline-css */
</style>
<style id='wp-block-media-text-inline-css'>
.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}

			.wp-block-media-text.is-style-book-cover {
				grid-template-columns: 30% 1fr;
			}
			.wp-block-media-text.is-style-book-cover img {
				box-shadow: 4px 4px 20px rgba(0,0,0,0.5);
				transform: rotate(-6deg) scale(0.9);
				-webkit-backface-visibility: hidden;
				margin-top: 10px; margin-bottom: 10px;
			}
			.wp-block-media-text.is-style-book-cover .wp-block-media-text__media {
				display: flex;
				justify-content: center;
			}
			.wp-block-media-text.is-style-book-cover .wp-block-media-text__content {
				padding: 0 0 0 40px;
			}
			@media(max-width:600px) {
				.wp-block-media-text.is-style-book-cover img {
					max-width: 200px;
				}
				.wp-block-media-text.is-style-book-cover .wp-block-media-text__content {
					padding: 20px 0 0 0;
					text-align: center;
				}
				.wp-block-media-text.is-style-book-cover .wp-block-media-text__content .wp-block-buttons {
					justify-content: center;
				}
			}
		

			.wp-block-media-text.is-style-polaroid-media-text {
				grid-template-columns: 30% 1fr;
			}
			.wp-block-media-text.is-style-polaroid-media-text img {
				transform: rotate(-10deg) scale(0.9);
				-webkit-backface-visibility: hidden;
				margin-top: 10px;
				margin-bottom: 10px;
				border: 10px solid var(--branding-color-background, #ccc);
			}
			.wp-block-group.is-style-full-width-feature-wrapper .wp-block-media-text.is-style-polaroid-media-text img,
			.wp-block-group.is-style-full-width-custom-background-feature-wrapper .wp-block-media-text.is-style-polaroid-media-text img,
			.wp-block-group.is-style-feast-branding-background .wp-block-media-text.is-style-polaroid-media-text img {
				border-color: #fff;
			}
			.wp-block-media-text.is-style-polaroid-media-text .wp-block-media-text__media {
				display: flex;
				justify-content: center;
			}
			.wp-block-media-text.is-style-polaroid-media-text .wp-block-media-text__content {
				padding: 0 0 0 40px;
			}
			@media(max-width:600px) {
				.wp-block-media-text.is-style-polaroid-media-text img {
					max-width: 75%;
				}
				.wp-block-media-text.is-style-polaroid-media-text .wp-block-media-text__content {
					padding: 20px 0 0 0;
					text-align: center;
				}
				.wp-block-media-text.is-style-polaroid-media-text .wp-block-media-text__content .wp-block-buttons {
					justify-content: center;
				}
			}
		

			.is-style-post-info-author {
				grid-template-columns: 50px 1fr !important;
				grid-gap: 12px;
			}
			.is-style-post-info-author .wp-block-media-text__content {
				padding: 7px 0;
			}
			.is-style-post-info-author .wp-block-media-text__content a {
				text-decoration: underline;
			}
			.is-style-post-info-author .wp-block-media-text__media img {
				border-radius: 100px;
			}
			.is-style-post-info-author.has-background {
				padding: 7px;
				margin: 7px 0;
			}
		

			.is-style-post-info-author-100px {
				grid-template-columns: 100px 1fr !important;
				grid-gap: 15px;
			}
			.is-style-post-info-author-100px .wp-block-media-text__content {
				padding: 7px 0;
			}
			.is-style-post-info-author-100px .wp-block-media-text__content a {
				text-decoration: underline;
			}
			.is-style-post-info-author-100px .wp-block-media-text__media img {
				border-radius: 100px;
			}
			.is-style-post-info-author-100px.has-background {
				padding: 7px;
				margin: 7px 0;
			}
		

			@media(max-width:600px) {
				.wp-block-media-text.is-style-image-below-mobile.is-stacked-on-mobile > .wp-block-media-text__media {
					grid-row: 2;
				}
				.wp-block-media-text.is-style-image-below-mobile.is-stacked-on-mobile > .wp-block-media-text__content {
					grid-row: 1;
				}
			}
		
.is-style-media-text-white-background { background: #FFF; color: #000; margin: 11px 0; box-shadow: 1px 1px 4px #999; } body .is-style-media-text-white-background a { color: var(--branding-color-links); }
.is-style-media-text-white-background-flat { background: #FFF; color: #000; margin: 11px 0; } body .is-style-media-text-white-background-flat a { color: var(--branding-color-links); }
.is-style-media-text-image-border .wp-block-media-text__media { outline: 2px solid var(--branding-color-accents); padding: 11px; margin: 11px 0; } .feast-media-text-image-round.is-style-media-text-image-border .wp-block-media-text__media { border-radius: 50%; }
.is-style-media-text-image-frame .wp-block-media-text__media { border: 8px solid var(--branding-color-accents); } .feast-media-text-image-round.is-style-media-text-image-frame .wp-block-media-text__media { border-radius: 50%; }
.is-style-media-text-full-border { outline: 2px solid var(--branding-color-accents); padding: 11px; margin: 11px 0; box-shadow: 1px 1px 4px #999   }
.is-style-media-text-background-only { background: var(--branding-color-background); color: var(--branding-color-background-text); box-shadow: 1px 1px 4px #999; } .is-style-media-text-background-only a { color: var(--branding-color-background-text) !important; }

					.is-style-media-text-circle-image .wp-block-media-text__media img {
						border-radius: 50%;
					}
				

					.is-style-media-text-small-circle-image {
						display: flex;
						position: relative;
						margin-bottom: 27px;
					}
					.wp-block-media-text.is-style-media-text-small-circle-image .editor-media-container__resizer,
					.is-style-media-text-small-circle-image .wp-block-media-text__media {
						width: 150px !important;
						position: absolute !important;
						left: 0;
						top: 50%;
						transform: translateY(-50%);
						z-index: 1;
					}
					.is-style-media-text-small-circle-image .wp-block-media-text__media img {
						border-radius: 150px;
					}
					.is-style-media-text-small-circle-image .wp-block-media-text__content {
						width: calc(100% - 32px);
						margin-left: 32px;
						padding: 27px 27px 27px 150px;
						background: var(--branding-color-background);
						color: var(--branding-color-background-text);
					}
					.is-style-media-text-small-circle-image .wp-block-media-text__content * {
						color: var(--branding-color-background-text);
					}
					@media(min-width:601px) {
						.is-style-media-text-small-circle-image.has-media-on-the-right .wp-block-media-text__media {
							left: auto;
							right: 0;
						}
						.is-style-media-text-small-circle-image.has-media-on-the-right .wp-block-media-text__content {
							margin-left: 0;
							margin-right: 32px;
							padding: 27px 150px 27px 27px;
						}
					}
					@media(max-width:600px) {
						.is-style-media-text-small-circle-image .wp-block-media-text__media {
							left: 50%;
							transform: translateX(-50%);
							top: 0;
						}
						.is-style-media-text-small-circle-image .wp-block-media-text__content {
							width: 100%;
							margin-top: 32px;
							margin-left: 0;
							padding-top: calc(118px + var(--feast-spacing-s)) !important;
						}
					}
				
/*# sourceURL=wp-block-media-text-inline-css */
</style>
<style id='wp-block-buttons-inline-css'>
.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter{text-align:center}
/*# sourceURL=https://hungryhealthyhappy.com/wp-includes/blocks/buttons/style.min.css */
</style>
<style id='wp-block-search-inline-css'>
.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}
/*# sourceURL=https://hungryhealthyhappy.com/wp-includes/blocks/search/style.min.css */
</style>
<style id='wp-block-columns-inline-css'>
.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
.is-style-basic-columns .wp-block-column { background-color: var(--branding-color-background, #EEEEEE); color: var(--branding-color-background-text, #000000); padding: 17px 11px; }
/*# sourceURL=wp-block-columns-inline-css */
</style>
<style id='wp-block-group-inline-css'>
.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}
.wp-block-group.is-style-full-width-slanted { -webkit-transform: skewY(1.5deg); transform: skewY(1.5deg); -ms-transform-origin: 100% 0; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; margin-bottom: 20px !important; margin-top: 60px !important; padding-bottom: 70px !important; } .wp-block-group.is-style-full-width-slanted > .wp-block-group__inner-container { -webkit-transform: skewY(-1.5deg); transform: skewY(-1.5deg); -ms-transform-origin: 100% 0; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; }
.is-style-feast-inline-heading-group h2:first-of-type, .is-style-feast-inline-heading-group h3:first-of-type { transform: translateY(-0.7em);  background: #FFF; display: inline-block; padding: 0 0.5em 0; margin: 0 0.5em; } .is-style-feast-inline-heading-group { border: 2px solid var(--global-palette6, #CCC); padding: 0 1em 1em; margin: 3em 0 2em; } .is-style-feast-inline-heading-group h2:first-child+*, .is-style-feast-inline-heading-group h3:first-child+* { margin-top: 0; }
.wp-block-group.is-style-group-tip-1 {position: relative; box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);margin-top:calc(var(--feast-spacing-xl) + 16px);border:2px solid var(--branding-color-primary);} .wp-block-group.is-style-group-tip-1 p:first-child {margin:0;position: absolute;top: 0;left: var(--wp--preset--spacing--50);padding: 8px 20px;background-color:var(--branding-color-primary);font-weight:700;text-transform:uppercase;letter-spacing:1px;color: var(--branding-color-primary-text);box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3); border-radius: 8px;font-size:14px;line-height: 1.5; transform: translateY(-50%);} .wp-block-group.is-style-group-tip-1 .wp-block-group__inner-container > *:last-child {margin-bottom:0;} .wp-block-group.is-style-group-tip-1 .wp-block-group__inner-container {position: initial;}
.wp-block-group.is-style-group-tip-2 {box-shadow:0 4px 16px rgba(0, 0, 0, 0.1);} .wp-block-group.is-style-group-tip-2 .wp-block-group__inner-container > *:last-child {margin-bottom: 0;} .wp-block-group.is-style-group-tip-2 .wp-block-group__inner-container > *:first-child {margin-top: 0;}
.wp-block-group.is-style-group-tip-3 {position: relative;margin-top:calc(var(--feast-spacing-xl) + 16px);border: 2px solid hsl(from var(--branding-color-background) h s calc(l - 5));} .wp-block-group.is-style-group-tip-3 > .wp-block-group__inner-container > p:first-child {margin:0;position: absolute;top: 0;left: 50%;padding: 10px 32px;background-color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color: #495057;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); border-radius: 30px;font-size:14px;line-height: 1.5; transform: translate(-50%, -50%);border:2px solid hsl(from var(--branding-color-background) h s calc(l - 5));} .wp-block-group.is-style-group-tip-3 > .wp-block-group__inner-container > *:last-child {margin-bottom:0;} .wp-block-group.is-style-group-tip-3 .wp-block-group__inner-container {position: initial;}
.wp-block-group.is-style-group-tip-4 .has-feast-branding-accent-font-font-family {display:flex;align-items:center;justify-content:center;gap:12px;text-align:center;margin-top:0 !important;width:100%;}.wp-block-group.is-style-group-tip-4 .has-feast-branding-accent-font-font-family::after { content: "";flex: 1 1 auto;border-bottom: 1px solid hsl(from var(--branding-color-background) h s calc(l - 15));}.wp-block-group.is-style-group-tip-4 .has-feast-branding-accent-font-font-family.has-text-align-center::before,.wp-block-group.is-style-group-tip-4 .has-feast-branding-accent-font-font-family.has-text-align-right::before { content: "";flex: 1 1 auto;border-bottom: 1px solid hsl(from var(--branding-color-background) h s calc(l - 15));}.wp-block-group.is-style-group-tip-4 .has-feast-branding-accent-font-font-family.has-text-align-right::after {  content: "";display:none;}
/*# sourceURL=wp-block-group-inline-css */
</style>
<style id='wp-block-paragraph-inline-css'>
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
.is-style-paragraph-right-arrow a::after { content: " →"; position: relative; margin-left: 0; }
.is-style-paragraph-external-arrow a::after { content: " ↗"; position: relative; margin-left: 0; }
/*# sourceURL=wp-block-paragraph-inline-css */
</style>
<style id='wp-block-separator-inline-css'>
@charset "UTF-8";.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}
.wp-block-separator.is-style-separator-dots { background-color: var(--branding-color-accents);  -webkit-mask-image: url("https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/separator-dots.svg");  mask-image: url("https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/separator-dots.svg"); -webkit-mask-size: 70px; -webkit-mask-repeat: repeat-x; min-height: 5px; margin-top: 16px; margin-top: 16px; border-top: none; }
.wp-block-separator.is-style-separator-sprinkles { background-color: var(--branding-color-accents);  -webkit-mask-image: url("https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/separator-sprinkles.svg");  mask-image: url("https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/separator-sprinkles.svg"); min-height: 32px; margin-top: 16px; margin-top: 16px; border-top: none; }
.wp-block-separator.is-style-separator-stripes { background-color: var(--branding-color-accents);  -webkit-mask-image: url("https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/separator-stripes.svg"); mask-image: url("https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/separator-stripes.svg"); -webkit-mask-size: 12px; -webkit-mask-repeat: repeat-x;  min-height: 12px; margin-top: 16px; margin-top: 16px; border-top: none; }
.wp-block-separator.is-style-separator-wavy { background-color: var(--branding-color-accents);  -webkit-mask-image: url("https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/separator-wavy.svg"); mask-image: url("https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/separator-wavy.svg"); -webkit-mask-size: 25px;  -webkit-mask-repeat: repeat-x; min-height: 7px; margin-top: 16px; margin-top: 16px; border-top: none; }
/*# sourceURL=wp-block-separator-inline-css */
</style>

<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link rel='stylesheet' id='wprmp-public-css' href='https://hungryhealthyhappy.com/wp-content/plugins/wp-recipe-maker-premium/dist/public-pro.css?ver=10.6.1' media='all' />
<link rel="stylesheet" id="edd-blocks-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/css/edd-blocks.css?ver=3.6.8">
<style id='edd-blocks-inline-css'>
body{--edd-blocks-button-background:#ffffff; --edd-blocks-button-text:#000000;}.edd-submit,.has-edd-button-background-color{background-color: var(--edd-blocks-button-background) !important;} .has-edd-button-background-text-color{color: var(--edd-blocks-button-background) !important;} .edd-submit,.has-edd-button-text-color{color: var(--edd-blocks-button-text) !important;}
/*# sourceURL=edd-blocks-inline-css */
</style>
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--feast-branding-color-primary: #096750;--wp--preset--color--feast-branding-color-accents: #ffc7cf;--wp--preset--color--feast-branding-color-background: #cee6e9;--wp--preset--color--feast-branding-color-cta: #f9f1f1;--wp--preset--color--feast-branding-color-links: #40686d;--wp--preset--color--kb-palette-3: #efdaff;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--feast-branding-accent-font: Dancing Script;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

<style id='feast-global-styles-inline-css'>
.feast-plugin a {
	word-break: break-word;
}
.feast-plugin ul.menu a {
	word-break: initial;
}
button.feast-submenu-toggle {
	display: none;
	background: transparent;
	border: 1px solid #424242;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	position: absolute;
	line-height: 0;
	right: 0;
	top: 3px;
	width: 42px;
	height: 42px;
	justify-content: center;
	align-items: center;
}
button.feast-submenu-toggle svg {
	width: 20px;
	height: 20px;
}
@media(max-width:1199px) {
	button.feast-submenu-toggle {
		display: flex;
	}
	.mmm-content ul li.menu-item-has-children {
		position: relative;
	}
	.mmm-content ul li.menu-item-has-children > a {
		display: inline-block;
		margin-top: 12px;
		margin-bottom: 12px;
		width: 100%;
		padding-right: 48px;
	}
	.mmm-content ul li.menu-item-has-children > ul.sub-menu {
		display: none;
	}
	.mmm-content ul li.menu-item-has-children.open > ul.sub-menu {
		display: block;
	}
	.mmm-content ul li.menu-item-has-children.open > button svg {
		transform: rotate(180deg);
	}
}
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}h1,
h2,
h3,
h4,
h5,
h6 {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;;
}.single .content a,
.category .content a,
.feast-modern-category-layout a,
aside a, 
.site-footer a {
	text-decoration: underline;
}
.feast-social-media {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 18px;
	row-gap: 9px;
	width: 100%;
	padding: 27px 0;
}
.feast-social-media.feast-social-media--align-left {
	justify-content: flex-start;
}
.feast-social-media.feast-social-media--align-right {
	justify-content: flex-end;
}
.feast-social-media a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}
@media(max-width:600px) {
	.feast-social-media a {
		min-height: 50px;
		min-width: 50px;
	}
}
.feast-ai-buttons-block {
	display: block;
	width: 100%;
}
.feast-ai-buttons-block .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
}
.feast-ai-buttons-block--align-center .wp-block-buttons {
	justify-content: center;
}
.feast-ai-buttons-block--align-right .wp-block-buttons {
	justify-content: flex-end;
}
.feast-ai-buttons-block .wp-block-buttons .wp-block-button {
	flex-basis: 0;
	flex-grow: 1;
}
.feast-ai-buttons-block .wp-block-buttons .wp-block-button .wp-block-button__link {
	white-space: nowrap;
}
@media(max-width:600px) {
	.feast-ai-buttons-block .wp-block-buttons .wp-block-button {
		flex-basis: 40%;
	}
}		
.feast-trusted-google-source .wp-block-button__link svg path {
	fill: var(--global-palette9);
}
.feast-trusted-google-source--layout-full-width .wp-block-button {
	width: 100%;
}
.feast-trusted-google-source--layout-full-width .wp-block-button__link {
	justify-content: center;
}
.feast-layout--menu-social-icons .feast-social-media {
	column-gap: 8px;
	padding: 0;
}
.modern-menu-desktop-social .feast-layout--menu-social-icons .feast-social-media .social-media__link:nth-child(n+4) {
	display: none;
}
.feast-layout .dpsp-content-wrapper { 
	display: none; 
}
@media (max-width: 600px) {
	.wprm-recipe-container,
	.tasty-recipes { 
		margin-left: -5%; 
		margin-right: -5%; 
	}
}
.schema-faq .schema-faq-section {
	margin-top: 20px;
}
.schema-faq strong.schema-faq-question {
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	padding-right: 24px;
}
.schema-faq > div {
	margin-bottom: 16px;
}
.schema-faq > div p.schema-faq-answer {
	overflow: hidden;
	transition: all .2s ease-in-out;
}
.schema-faq strong.schema-faq-question:after {
	content: '↓';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.schema-faq strong.schema-faq-question.active:after {
	content: '↑';
}
.schema-faq .schema-faq-section p {
	margin: 0;
}
.schema-faq-question.active ~ p * {
	line-height: inherit;
}
.schema-faq > div p:not(.block-editor-rich-text__editable) {
	height: 0;
}
.schema-faq > div p.schema-faq-answer {
	padding-left: 16px !important;
	padding-right: 16px !important;
}
.schema-faq {
	margin-bottom: 28px;
}
.schema-faq-question.active ~ p:not(.block-editor-rich-text__editable) {
	height: inherit;
	padding-top: 7px;
}
.schema-faq p {
	margin: 0;
}.feast-remove-top-padding {
	padding-top: 0 !important;
}
.feast-remove-bottom-padding {
	padding-bottom: 0 !important;
}
.feast-remove-top-margin {
	margin-top: 0 !important;
}
.feast-remove-bottom-margin {
	margin-bottom: 0 !important;
}
.z-10 {
	position: relative;
	z-index: 10;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.2;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media {
	display: flex;
	justify-content: center;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media img {
	border-radius: 1000px;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content {
	padding: 16px 24px 28px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-sizing: border-box;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content h3,
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content h2 {
	font-size: 1.625em;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content * {
	margin: 0;
	max-width: 100%;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content p {
	line-height: 1.5;
}
@media only screen and (max-width: 335px) {
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width:1023px) {
	.feast-layout--modern-footer {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media only screen and (max-width: 600px) {
	.site-container .feast-layout--modern-footer .is-style-full-width-feature-wrapper,
	.site-container .feast-layout--modern-footer .is-style-full-width-feature-wrapper-cta,
	.site-container .feast-layout--modern-footer .is-style-full-width-slanted,
	.site-container .feast-layout--modern-footer .is-style-full-width-custom-background-feature-wrapper {
		margin: var(--feast-spacing-xl, 27px) -5%;
	}
}
a.wprm-recipe-jump:hover {
	opacity: 1.0 !important;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media img {
	border-radius: 178px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.feast-modern-category-layout {
	text-align: initial;
}
.feast-trusted-google-source .wp-block-button__link svg path,
.feast-jump-to-buttons .wp-block-button__link svg path {
	fill: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
div, 
.wp-block-group {
	scroll-margin-top: 80px;
}
.feast-plugin .feastmobilenavbar,.feast-plugin .feastmobilenavbar .menu-item-has-children .sub-menu {border-color: #096750;border-top: none;}.feast-plugin .mmm-dialog .mmm-content {background-color: ;border: none;}.feast-plugin .feastmobilenavbar {height:110px;}.feast-plugin .feastmobilenavbar > div {height: 110px;}@media only screen and (min-width: 1200px) {.feast-plugin .desktop-inline-modern-menu ul {height: 110px;}}h1,h2,h3,h4,h5,h6,div,.wp-block-group {scroll-margin-top: 110px !important;}.feast-plugin #menu-feast-modern-mobile-menu li a,.feast-plugin .desktop-inline-modern-menu > ul.menu li a,.feast-plugin .mmm-dialog ul.menu li a {font-weight: 600;color: #096750;}.feast-plugin .feastsearchtoggle svg,.feast-plugin .feastmenutoggle svg {color: #096750;}button.feast-submenu-toggle {border-color: #096750;}button.feast-submenu-toggle svg path {fill: #096750;}.feast-plugin a.closebtn {color: #096750;}.feast-plugin .feastmobilenavbar {position: static;}.feast-plugin .site-container,.feast-plugin .body-template-content {margin-top: 0;}body .fsri-list .listing-item {padding:;background-color:#f9f1f1;}body .fsri-title {color:#096750;font-size:18px;letter-spacing: ;font-weight:500;}body aside .fsri-title {font-size:16px;}body .feast-category-index-list > li { padding:; }body .fsci-title,body .feast-title-overlay .fsci-title,body .entry-content .feast-title-overlay a .fsci-title,body .entry-content a .fsci-title {color:#096750;padding:;letter-spacing: ;font-weight:500;}body .feast-category-index .feast-category-index-list {column-gap:;row-gap:;}body .feastmobilenavbar,
body .desktop-inline-modern-menu ul {
	overflow: visible;
	contain: initial;
}
.feastmobilenavbar ul.menu > .menu-item {
	position: relative;
}
.feastmobilenavbar ul.menu > .menu-item:hover > .sub-menu,
.feastmobilenavbar ul.menu > .menu-item:focus-within > .sub-menu {
	left: 0;
	opacity: 1;
}
.feastmobilenavbar .menu-item-has-children .sub-menu {
	background: #fff;
	left: -9999px;
	top: 100%;
	opacity: 0;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	padding: 10px 0;
	position: absolute;
	width: auto;
	min-width: 200px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	row-gap: 0;
	height: auto;
	margin: 0;
}
.feastmobilenavbar .menu-item-has-children .sub-menu > .menu-item {
	width: 100%;
	display: block;
	clear: both;
	border-top: none !important;
	min-height: 0 !important;
	max-width: none;
	text-align: left;
}
.feastmobilenavbar .menu-item-has-children .sub-menu > .menu-item a {
	width: 100%;
	background: transparent;
	padding: 8px 30px 8px 20px;
	position: relative;
	white-space: nowrap;
	display: block;
}
@media(max-width:768px) {
	.menu-item-has-children .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		display: none;
	}
}.wp-block-media-text {
	row-gap: var(--global-md-spacing, 22px);
}
	.wp-block-group {
	margin-top: var(--global-md-spacing, 1.5rem);
	margin-bottom: var(--global-md-spacing, 1.5rem);
}

/*# sourceURL=feast-global-styles-inline-css */
</style>
<style id='feast-local-fonts-inline-css'>

			@font-face {
				font-family: 'Dancing Script';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 400;
				src: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-fonts/fonts/dancing-script-400.woff2') format('woff2');
			}
			@font-face {
				font-family: 'Dancing Script';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 700;
				src: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-fonts/fonts/dancing-script-700.woff2') format('woff2');
			}
			
/*# sourceURL=feast-local-fonts-inline-css */
</style>
<link rel="stylesheet" id="lasso-live-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/lasso/admin/assets/css/lasso-live.min.css?ver=1781166623">
<link rel="stylesheet" id="lasso-table-frontend-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/lasso/admin/assets/css/lasso-table-frontend.min.css?ver=1781166623">
<link rel="stylesheet" id="edd-styles-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/easy-digital-downloads/assets/build/css/frontend/edd.min.css?ver=3.6.8">
<link rel="stylesheet" id="edd-multi-currency-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/edd-multi-currency/assets/build/style-frontend.css?ver=1.2.0">
<link rel='stylesheet' id='dpsp-frontend-style-pro-css' href='https://hungryhealthyhappy.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.css?ver=2.30.0' media='all' />
<style id='dpsp-frontend-style-pro-inline-css'>

				@media screen and ( max-width : 720px ) {
					.dpsp-content-wrapper.dpsp-hide-on-mobile,
					.dpsp-share-text.dpsp-hide-on-mobile {
						display: none;
					}
					.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
						margin:0 2% 10px 0;
					}
					.dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count) {
						max-height: 40px;
						padding: 0;
						justify-content: center;
					}
					.dpsp-content-wrapper.dpsp-size-small .dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count){
						max-height: 32px;
					}
					.dpsp-content-wrapper.dpsp-size-large .dpsp-network-btn.dpsp-has-label:not(.dpsp-has-count){
						max-height: 46px;
					}
				}
			@media screen and ( min-width : 720px ) { .dpsp-content-wrapper .dpsp-network-list-item.dpsp-network-list-item-whatsapp { display: none } }
								.dpsp-button-style-1 .dpsp-networks-btns-content.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon,
								.dpsp-button-style-1 .dpsp-networks-btns-content.dpsp-networks-btns-wrapper .dpsp-network-btn {
									--customNetworkColor: #096750;
									--customNetworkHoverColor: ;
									background: #096750;
									border-color: #096750;
								}
							
/*# sourceURL=dpsp-frontend-style-pro-inline-css */
</style>
<link rel="stylesheet" id="simple-social-icons-font-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/simple-social-icons/css/style.css?ver=4.0.0">
<link rel="stylesheet" id="wpel-style-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/wp-external-links/public/css/wpel.css?ver=2.65">
<link rel="stylesheet" id="kadence-blocks-advancedbtn-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/kadence-blocks/dist/style-blocks-advancedbtn.css?ver=3.7.5">
<link rel="stylesheet" id="kadence-blocks-testimonials-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/kadence-blocks/dist/style-blocks-testimonials.css?ver=3.7.5">
<link rel="stylesheet" id="kadence-kb-splide-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/kadence-blocks/includes/assets/css/kadence-splide.min.css?ver=3.7.5">
<link rel="stylesheet" id="kadence-blocks-splide-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/kadence-blocks/includes/assets/css/kb-blocks-splide.min.css?ver=3.7.5">
<style id='kadence-blocks-global-variables-inline-css'>
:root {--global-kb-font-size-sm:clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-kb-font-size-md:clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-kb-font-size-lg:clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-kb-font-size-xl:clamp(2.25rem, 1.728rem + 1.63vw, 3rem);--global-kb-font-size-xxl:clamp(2.5rem, 1.456rem + 3.26vw, 4rem);--global-kb-font-size-xxxl:clamp(2.75rem, 0.489rem + 7.065vw, 6rem);}:root {--global-palette1: #3182CE;--global-palette2: #2B6CB0;--global-palette3: #1A202C;--global-palette4: #2D3748;--global-palette5: #4A5568;--global-palette6: #718096;--global-palette7: #EDF2F7;--global-palette8: #F7FAFC;--global-palette9: #ffffff;}
/*# sourceURL=kadence-blocks-global-variables-inline-css */
</style>
<style id='kadence_blocks_css-inline-css'>
.wp-block-kadence-advancedbtn.kb-btns91205_a15a12-58{justify-content:flex-start;}ul.menu .wp-block-kadence-advancedbtn .kb-btn91205_ef4d41-85.kb-button{width:initial;}.wp-block-kadence-advancedbtn .kb-btn91205_ef4d41-85.kb-button{color:#000000;background:#ffffff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}.wp-block-kadence-advancedbtn .kb-btn91205_ef4d41-85.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn91205_ef4d41-85.kb-button:focus{color:#feffff;background:#096750;}@media all and (max-width: 1024px){.wp-block-kadence-advancedbtn .kb-btn91205_ef4d41-85.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}@media all and (max-width: 767px){.wp-block-kadence-advancedbtn .kb-btn91205_ef4d41-85.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}.wp-block-kadence-advancedbtn.kb-btns91205_bdd453-6d{justify-content:flex-start;}ul.menu .wp-block-kadence-advancedbtn .kb-btn91205_39eb5c-ea.kb-button{width:initial;}.wp-block-kadence-advancedbtn .kb-btn91205_39eb5c-ea.kb-button{color:#000000;background:#ffffff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}.wp-block-kadence-advancedbtn .kb-btn91205_39eb5c-ea.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn91205_39eb5c-ea.kb-button:focus{color:#feffff;background:#096750;}@media all and (max-width: 1024px){.wp-block-kadence-advancedbtn .kb-btn91205_39eb5c-ea.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}@media all and (max-width: 767px){.wp-block-kadence-advancedbtn .kb-btn91205_39eb5c-ea.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}.wp-block-kadence-advancedbtn.kb-btns91205_3acb65-39{justify-content:flex-start;}ul.menu .wp-block-kadence-advancedbtn .kb-btn91205_81a270-4c.kb-button{width:initial;}.wp-block-kadence-advancedbtn .kb-btn91205_81a270-4c.kb-button{color:#000000;background:#ffffff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}.wp-block-kadence-advancedbtn .kb-btn91205_81a270-4c.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn91205_81a270-4c.kb-button:focus{color:#feffff;background:#096750;}@media all and (max-width: 1024px){.wp-block-kadence-advancedbtn .kb-btn91205_81a270-4c.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}@media all and (max-width: 767px){.wp-block-kadence-advancedbtn .kb-btn91205_81a270-4c.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}.wp-block-kadence-advancedbtn.kb-btns91205_25c854-f3{justify-content:flex-start;}ul.menu .wp-block-kadence-advancedbtn .kb-btn91205_48377d-3f.kb-button{width:initial;}.wp-block-kadence-advancedbtn .kb-btn91205_48377d-3f.kb-button{color:#000000;background:#ffffff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}.wp-block-kadence-advancedbtn .kb-btn91205_48377d-3f.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn91205_48377d-3f.kb-button:focus{color:#feffff;background:#096750;}@media all and (max-width: 1024px){.wp-block-kadence-advancedbtn .kb-btn91205_48377d-3f.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}@media all and (max-width: 767px){.wp-block-kadence-advancedbtn .kb-btn91205_48377d-3f.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-svg-testimonial-global-icon{font-size:10px;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-testimonial-rating-wrap .kb-svg-icon-wrap{color:#ffd700;font-size:16px;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-testimonial-grid-wrap{gap:30px;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-blocks-testimonials-inner-wrap .kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider) .kb-slide-item{display:none;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-blocks-testimonials-inner-wrap .kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider) .kb-slide-item:nth-child(-n+1){padding-left:30px;display:block;float:left;width:calc(100% / 1);}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-blocks-testimonials-inner-wrap .kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider){margin-left:-30px;}.wp-block-kadence-testimonials.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-testimonial-text-wrap:after{border-top-color:#eeeeee;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-testimonial-item-wrap .kt-testimonial-text-wrap{padding-right:20px;padding-bottom:20px;padding-left:20px;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-testimonial-content{color:#333333;font-size:var(--global-kb-font-size-md, 1.25rem);}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-testimonial-name{color:#333333;font-size:var(--global-kb-font-size-sm, 0.9rem);}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-testimonial-occupation{color:#555555;font-size:15px;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-testimonial-item-wrap{max-width:600px;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-testimonial-item-wrap .kt-testimonial-text-wrap{background:#ffc7cf;max-width:600px;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-svg-testimonial-global-icon svg{display:inline-block;vertical-align:middle;}@media all and (max-width: 1024px){.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-blocks-testimonials-inner-wrap .kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider) .kb-slide-item{display:none;}}@media all and (max-width: 1024px){.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-blocks-testimonials-inner-wrap .kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider) .kb-slide-item:nth-child(-n+1){padding-left:30px;display:block;float:left;width:calc(100% / 1);}}@media all and (max-width: 1024px){.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-blocks-testimonials-inner-wrap .kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider){margin-left:-30px;}}@media all and (max-width: 767px){.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-blocks-testimonials-inner-wrap .kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider) .kb-slide-item{display:none;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-blocks-testimonials-inner-wrap .kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider) .kb-slide-item:nth-child(-n+1){display:block;float:left;width:calc(100% / 1);padding-left:30px;}.kt-blocks-testimonials-wrap91205_aacab5-d9 .kt-blocks-testimonials-inner-wrap .kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider){margin-left:-30px;}}.wp-block-kadence-advancedbtn.kb-btns91205_39c91f-ec{justify-content:flex-start;}ul.menu .wp-block-kadence-advancedbtn .kb-btn91205_ef29d1-78.kb-button{width:initial;}.wp-block-kadence-advancedbtn .kb-btn91205_ef29d1-78.kb-button{color:#000000;background:#ffffff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}.wp-block-kadence-advancedbtn .kb-btn91205_ef29d1-78.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn91205_ef29d1-78.kb-button:focus{color:#feffff;background:#096750;}@media all and (max-width: 1024px){.wp-block-kadence-advancedbtn .kb-btn91205_ef29d1-78.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}@media all and (max-width: 767px){.wp-block-kadence-advancedbtn .kb-btn91205_ef29d1-78.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}.wp-block-kadence-advancedbtn.kb-btns91205_1849ee-fe{justify-content:flex-start;}ul.menu .wp-block-kadence-advancedbtn .kb-btn91205_28dc85-c7.kb-button{width:initial;}.wp-block-kadence-advancedbtn .kb-btn91205_28dc85-c7.kb-button{color:#000000;background:#ffffff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}.wp-block-kadence-advancedbtn .kb-btn91205_28dc85-c7.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn91205_28dc85-c7.kb-button:focus{color:#feffff;background:#096750;}@media all and (max-width: 1024px){.wp-block-kadence-advancedbtn .kb-btn91205_28dc85-c7.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}@media all and (max-width: 767px){.wp-block-kadence-advancedbtn .kb-btn91205_28dc85-c7.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}
/*# sourceURL=kadence_blocks_css-inline-css */
</style>
<style id="kadence_blocks_palette_css">:root .has-kb-palette-3-color{color:#efdaff}:root .has-kb-palette-3-background-color{background-color:#efdaff}</style><script src="https://hungryhealthyhappy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://js.stripe.com/v3/?ver=v3" id="sandhills-stripe-js-v3-js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script>
<style id='feast-blockandfront-styles'>.feast-about-author { background-color: #f2f2f2; color: #32373c; padding: 17px; margin-top: 57px; display: grid; grid-template-columns: 1fr 3fr !important; } .feast-about-author h2 { margin-top: 7px !important;} .feast-about-author img{ border-radius: 50% !important; }aside .feast-about-author { grid-template-columns: 1fr !important; }.wp-block-search .wp-block-search__input { max-width: 100%; background: #FFF; color: #000; }.wp-block-separator { color: #D6D6D6; border-bottom: none; margin-top: 16px; margin-bottom: 16px; }.screen-reader-text { width: 1px; height: 1px; }footer ul li, .site-footer ul li { list-style-type: none; }footer ul li, .site-footer ul li { list-style-type: none; }aside .wp-block-search { display: grid; grid-template-columns: 1fr; margin: 37px 0;  } aside .wp-block-search__inside-wrapper { display: grid !important; grid-template-columns: 1fr; } aside input { min-height: 50px; }  ​aside .wp-block-search__label, aside .wp-block-search__button { display: none; } aside p, aside div, aside ul { margin: 17px 0; }@media only screen and (max-width: 600px) { aside .wp-block-search { grid-template-columns: 1fr; } aside input { min-height: 50px; margin-bottom: 17px;} }.feast-button a { border: 2px solid #CCC; padding: 7px 14px; border-radius: 20px; text-decoration: none !important; font-weight: bold; } .feast-button { padding: 27px 7px; }a.wp-block-button__link { text-decoration: none !important; }.feast-box-primary {  padding: 17px !important; margin: 17px 0 !important;  }.feast-box-secondary { padding: 17px !important; margin: 17px 0 !important;  }.feast-box-primary li, .feast-box-secondary li {margin-left: 17px !important; }.feast-checklist li::marker { color: transparent; } .feast-checklist li:before { content: '✓'; margin-right: 17px; }.schema-faq-question { font-size: 1.2em; display: block; margin-bottom: 7px;} .schema-faq-section { margin: 37px 0; }</style>
<style id='feast-full-width'>.site-inner > div > main { width: 100% !important; } .site-inner > div > aside { display: none !important; } .wrapper-content { grid-template-columns: 1fr; } .wrapper-content #content { width: 100%; max-width: 100%; } .wrapper-content #sidebar { display: none; }</style>
<style type="text/css">
	.feast-category-index-list, .fsri-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr) );
		grid-gap: 57px 17px;
		list-style: none;
		list-style-type: none;
		margin: 17px 0 !important;
	}
	.feast-category-index-list li,
	.fsri-list li {
		text-align: center;
		position: relative;
		list-style: none !important;
		margin-left: 0 !important;
		list-style-type: none !important;
		overflow: hidden;
	}
	.feast-category-index-list li {
		min-height: 150px;
	}
	.feast-category-index-list li a.title {
		text-decoration: none;
	}
	.feast-category-index-list-overlay .fsci-title {
		position: absolute;
		top: 88%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #FFF;
		padding: 5px;
		color: #333;
		font-weight: bold;
		border: 2px solid #888;
		text-transform: uppercase;
		width: 80%;
	}
	.listing-item:focus-within, .wp-block-search__input:focus {outline: 2px solid #555; }
	.listing-item a:focus, .listing-item a:focus .fsri-title, .listing-item a:focus img { opacity: 0.8; outline: none; }
	.listing-item a, .feast-category-index-list a { text-decoration: none !important; word-break: break-word; font-weight: initial; }
	li.listing-item:before { content: none !important; } /* needs to override theme */
	.fsri-list, ul.feast-category-index-list { padding-left: 0 !important; }
	.fsri-list .listing-item { margin: 0; }
	.fsri-list .listing-item img { display: block; }
	.fsri-list .feast_3x4_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 3/4; }
	.fsri-list .feast_2x3_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 2/3; }
	.fsri-list .feast_4x3_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 4/3; }
	.fsri-list .feast_1x1_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 1/1; }
	.fsri-title, .fsci-title { text-wrap: balance; }
	.listing-item { display: grid; align-content: flex-start; } .fsri-rating, .fsri-time { place-self: end center; } /* align time + rating bottom */
	.fsri-category { padding: 8px 12px 0; }
	.feast-recipe-index .feast-category-link { text-align: right; }
	.feast-recipe-index .feast-category-link a { text-decoration: underline; }
	.feast-image-frame, .feast-image-border { border: 3px solid #DDD; }
	.feast-square-image { aspect-ratio: 1/1; object-fit: cover; }
	.feast-image-round, .feast-image-round img, .feast-category-index-list.feast-image-round svg, .feast-media-text-image-round .wp-block-media-text__media img { border-radius: 50%; }
	.feast-image-shadow { box-shadow: 3px 3px 5px #AAA; }
	.feast-line-through { text-decoration: line-through; }
	.feast-grid-full, .feast-grid-half, .feast-grid-third, .feast-grid-fourth, .feast-grid-fifth { display: grid; grid-gap: 57px 17px; }
	.feast-grid-full { grid-template-columns: 1fr !important; }
	.feast-grid-half { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	.feast-grid-third { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
	.feast-grid-fourth { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
	.feast-grid-fifth { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
	@media only screen and (max-width:601px) {
		.feast-grid-full-horizontal { grid-template-columns: 1fr !important; }
		.feast-grid-full-horizontal .listing-item { min-height: 0; }
		.feast-grid-full-horizontal .listing-item a { display: flex; align-items: center; }
		.feast-grid-full-horizontal .listing-item a > img { width: 33%; }
		.feast-grid-full-horizontal .listing-item a > .fsri-title { width: 67%; padding: 0; text-align: left; margin-top: 0 !important; padding: 0 16px; }
		.feast-grid-full-horizontal .fsri-rating, .feast-grid-full-horizontal .fsri-time, .feast-grid-full-horizontal .fsri-recipe-keys, .feast-grid-full-horizontal .fsri-recipe-cost { display: none !important; }
		body .feast-recipe-index .feast-grid-full-horizontal { row-gap: 17px; }
		body .feast-recipe-index .feast-grid-full-horizontal li { margin-bottom: 0; }
	}
	@media only screen and (min-width: 600px) {
		.feast-category-index-list { grid-template-columns: repeat(4, minmax(0, 1fr) ); }
		.feast-desktop-grid-full { grid-template-columns: 1fr !important; }
		.feast-desktop-grid-half { grid-template-columns: repeat(2, 1fr) !important; }
		.feast-desktop-grid-third { grid-template-columns: repeat(3, 1fr) !important; }
		.feast-desktop-grid-fourth { grid-template-columns: repeat(4, 1fr) !important; }
		.feast-desktop-grid-fifth { grid-template-columns: repeat(5, 1fr) !important; }
		.feast-desktop-grid-sixth { grid-template-columns: repeat(6, 1fr) !important; }
		.feast-desktop-grid-ninth { grid-template-columns: repeat(6, 1fr) !important; }
		.feast-desktop-grid-half-horizontal, .feast-desktop-grid-third-horizontal { grid-template-columns: repeat(2, 1fr) !important; }
		.feast-desktop-grid-full-horizontal { grid-template-columns: 1fr !important; }
		.feast-desktop-grid-half-horizontal .listing-item a, .feast-desktop-grid-full-horizontal .listing-item a, .feast-desktop-grid-third-horizontal .listing-item a { display: flex; align-items: center; }
		.feast-desktop-grid-half-horizontal .listing-item a > img, .feast-desktop-grid-full-horizontal a > img, .feast-desktop-grid-third-horizontal .listing-item a > img { width: 33% !important; margin-bottom: 0; }
		.feast-desktop-grid-half-horizontal .listing-item a > .fsri-title, .feast-desktop-grid-full-horizontal a > .fsri-title, .feast-desktop-grid-third-horizontal .listing-item a > .fsri-title { width: 67%; padding: 0 16px; text-align: left; margin-top: 0 !important; }
		.feast-desktop-grid-half-horizontal .fsri-rating, .feast-desktop-grid-half-horizontal .fsri-time, .feast-desktop-grid-half-horizontal .fsri-recipe-keys, .feast-desktop-grid-half-horizontal .fsri-recipe-cost { display: none !important; }
		.feast-desktop-grid-third-horizontal .fsri-rating, .feast-desktop-grid-third-horizontal .fsri-time, .feast-desktop-grid-third-horizontal .fsri-recipe-keys, .feast-desktop-grid-third-horizontal .fsri-recipe-cost { display: none !important; }
		.feast-desktop-grid-full-horizontal .fsri-rating, .feast-desktop-grid-full-horizontal .fsri-time, .feast-desktop-grid-full-horizontal .fsri-recipe-keys, .feast-desktop-grid-full-horizontal .fsri-recipe-cost { display: none !important; }
	}
	@media only screen and (min-width:900px) {
		.feast-desktop-grid-third-horizontal { grid-template-columns: repeat(3, 1fr) !important; }
		.feast-desktop-grid-ninth { grid-template-columns: repeat(9, 1fr) !important; }
	}
	@media only screen and (min-width:900px) and (max-width:1200px) {
		.feast-desktop-grid-third-horizontal .listing-item a > img {
			width: 44%;
		}
	}
	@media only screen and (min-width:600px) and (max-width:775px) {
		.feast-desktop-grid-third-horizontal .listing-item a > img,
		.feast-desktop-grid-half-horizontal .listing-item a > img {
			width: 44%;
		}
	}
	@media only screen and (min-width: 1100px) { .full-width-content main.content { width: 1080px; max-width: 1080px; } .full-width-content .sidebar-primary { display: none;  } }
	@media only screen and (max-width: 600px) { .entry-content :not(.wp-block-gallery) .wp-block-image { width: 100% !important; } }
	@media only screen and (min-width: 1024px) {
		.feast-full-width-wrapper { width: 100vw; position: relative; left: 50%; right: 50%; margin: 37px -50vw; background: #F5F5F5; padding: 17px 0; }
		.feast-full-width-wrapper .feast-recipe-index { width: 1140px; margin: 0 auto; }
		.feast-full-width-wrapper .listing-item { background: #FFF; padding: 17px; }
	}
	.feast-prev-next { display: grid; grid-template-columns: 1fr;  border-bottom: 1px solid #CCC; margin: 57px 0;  }
	.feast-prev-post, .feast-next-post { padding: 37px 17px; border-top: 1px solid #CCC; }
	.feast-next-post { text-align: right; }
	@media only screen and (min-width: 600px) {
		.feast-prev-next { grid-template-columns: 1fr 1fr; border-bottom: none; }
		.feast-next-post { border-left: 1px solid #CCC;}
		.feast-prev-post, .feast-next-post { padding: 37px; }
	}
	.has-background { padding: 1.25em 2.375em; margin: 1em 0; }
	figure { margin: 0 0 1em; }
	div.wp-block-image > figure { margin-bottom: 1em; }
	@media only screen and (max-width: 1023px) {
		.content-sidebar .content, .sidebar-primary { float: none; clear: both; }
		.has-background { padding: 1em; margin: 1em 0; }
	}
	hr.has-background { padding: inherit; margin: inherit; }
	body { -webkit-animation: none !important; animation: none !important; }
	@media only screen and (max-width: 600px) {
		body {
			--wp--preset--font-size--small: 16px !important;
		}
	}
	@media only screen and (max-width: 600px) { .feast-desktop-only { display: none; } }
	@media only screen and (min-width: 600px) { .feast-mobile-only { display: none; } }
	summary { display: list-item; }
	.comment-form-cookies-consent > label {
		display: inline-block;
		margin-left: 30px;
	}
	@media only screen and (max-width: 600px) { .comment-form-cookies-consent { display: grid; grid-template-columns: 1fr 12fr; } }
	.bypostauthor .comment-author-name { color: unset; }
	.comment-list article header { overflow: auto; }
	.fsri-rating .wprm-recipe-rating { pointer-events: none; }
	.fsri-tasty-recipe-count {
		display: block;
		width: 100%;
		font-size: .8em;
	}
	nav#breadcrumbs { margin: 5px 0 15px; }.entry-content .feast-title-overlay a .fsci-title, .feast-title-overlay .fsci-title { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #f2f2f2; padding: 12px; }
.feast-title-overlay.feast-image-round .fsci-title.fsci-title--no-image { background: inherit !important; background-color: inherit !important; border: none !important; width: 100% !important; height: auto !important; border-radius: 0 !important; }
.feast-category-index .feast-title-overlay > li { padding-left: 0; padding-right: 0; }
.feast-title-overlay.feast-image-round > li { border-radius: 50%; overflow: hidden; }
.feast-title-overlay.feast-image-round > li > a { display: flex; }
.entry-content .feast-title-overlay.feast-image-round a .fsci-title, .feast-title-overlay.feast-image-round .fsci-title { bottom: 50%; transform: translateY(50%); }
.block-editor-block-list__block .feast-category-index .feast-title-overlay img,	.block-editor-block-list__block .feast-category-index .feast-title-overlay .fsci-title { box-sizing: border-box; }
.page .content a {
	text-decoration: underline;
}
.entry-time:after,
.entry-author:after {
	content: "";
	margin: inherit;
}
.entry-content .wp-block-group ol li, .entry-content .wp-block-group ul li {
	margin: 0 0 17px 37px;
}
.entry-content ul:not(.fsri-list):not(.feast-category-index-list) li,
.feast-modern-category-layout ul:not(.fsri-list):not(.feast-category-index-list) li {
	margin-left: 0;
	margin-bottom: 0;
}
</style><style>.page #breadcrumbs { display: none; } .page-child #breadcrumbs { display: block; } </style><style type="text/css" id='feastbreadcrumbstylesoverride'>
@media only screen and (max-width: 940px) {
	nav#breadcrumbs {
		display: block;
	}
}
</style><style type="text/css" id='feastfoodieprooverrides'>
.page .content a {
	text-decoration: underline;
}
.entry-time:after,
.entry-author:after {
	content: "";
	margin: inherit;
}
</style><style type="text/css"> .tippy-box[data-theme~="wprm"] { background-color: #333333; color: #FFFFFF; } .tippy-box[data-theme~="wprm"][data-placement^="top"] > .tippy-arrow::before { border-top-color: #333333; } .tippy-box[data-theme~="wprm"][data-placement^="bottom"] > .tippy-arrow::before { border-bottom-color: #333333; } .tippy-box[data-theme~="wprm"][data-placement^="left"] > .tippy-arrow::before { border-left-color: #333333; } .tippy-box[data-theme~="wprm"][data-placement^="right"] > .tippy-arrow::before { border-right-color: #333333; } .tippy-box[data-theme~="wprm"] a { color: #FFFFFF; } .wprm-comment-rating svg { width: 18px !important; height: 18px !important; } img.wprm-comment-rating { width: 90px !important; height: 18px !important; } body { --comment-rating-star-color: #dd9933; } body { --wprm-popup-font-size: 16px; } body { --wprm-popup-background: #ffffff; } body { --wprm-popup-title: #000000; } body { --wprm-popup-content: #444444; } body { --wprm-popup-button-background: #444444; } body { --wprm-popup-button-text: #ffffff; } body { --wprm-popup-accent: #747B2D; }.wprm-recipe img {
height: intrinsic;
}
.wprm-recipe input {
color: black;
}
.wprm-inline-ingredient {
text-transform: lowercase;
}</style><style type="text/css">.wprm-glossary-term {color: #5A822B;text-decoration: underline;cursor: help;}</style><style type="text/css">.wprm-recipe-template-hhh-snippet-buttons {
    font-family: inherit; /*wprm_font_family type=font*/
    font-size: 0.7em; /*wprm_font_size type=font_size*/
    text-align: center; /*wprm_text_align type=align*/
    margin-top: 0px; /*wprm_margin_top type=size*/
    margin-bottom: 5px; /*wprm_margin_bottom type=size*/
}
.wprm-recipe-template-hhh-snippet-buttons a  {
    margin: 1px; /*wprm_margin_button type=size*/
    margin: 1px; /*wprm_margin_button type=size*/
}

.wprm-recipe-template-hhh-snippet-buttons a:first-child {
    margin-left: 0;
}
.wprm-recipe-template-hhh-snippet-buttons a:last-child {
    margin-right: 0;
}
.wprm-recipe-template-hhh-snippet-buttons .image-overlay-container {
	position: relative;
}
.wprm-recipe-template-hhh-snippet-buttons .image-overlay {
	position: absolute;
	bottom: 0;
	background-color: white;
	padding: 5px 10px;
	margin: 10px
}.wprm-recipe-template-hhh-howto-snippet-buttons {
    font-family: inherit; /*wprm_font_family type=font*/
    font-size: 0.7em; /*wprm_font_size type=font_size*/
    text-align: center; /*wprm_text_align type=align*/
    margin-top: 0px; /*wprm_margin_top type=size*/
    margin-bottom: 10px; /*wprm_margin_bottom type=size*/
}
.wprm-recipe-template-hhh-howto-snippet-buttons a  {
    margin: 5px; /*wprm_margin_button type=size*/
    margin: 5px; /*wprm_margin_button type=size*/
}

.wprm-recipe-template-hhh-howto-snippet-buttons a:first-child {
    margin-left: 0;
}
.wprm-recipe-template-hhh-howto-snippet-buttons a:last-child {
    margin-right: 0;
}.wprm-recipe-template-hhh-template {
    margin: 20px auto;
    background-color: #f9f1f1; /*wprm_background type=color*/
    font-family: inherit; /*wprm_main_font_family type=font*/
    font-size: 0.8em; /*wprm_main_font_size type=font_size*/
    line-height: 1.7em; /*wprm_main_line_height type=font_size*/
    color: #000000; /*wprm_main_text type=color*/
    max-width: 650px; /*wprm_max_width type=size*/
}
.wprm-recipe-template-hhh-template a {
    color: #482559; /*wprm_link type=color*/
}
.wprm-recipe-template-hhh-template p, .wprm-recipe-template-hhh-template li {
    font-family: inherit; /*wprm_main_font_family type=font*/
    font-size: 1em !important;
    line-height: 1.7em; /*wprm_main_line_height type=font_size*/
}
.wprm-recipe-template-hhh-template li {
    margin: 0 0 0 32px !important;
    padding: 0 !important;
}
.wprm-recipe-template-hhh-template ol, .wprm-recipe-template-hhh-template ul {
    margin: 0 !important;
    padding: 0 !important;
}
.wprm-recipe-template-hhh-template br {
    display: none;
}
.wprm-recipe-template-hhh-template .wprm-recipe-name,
.wprm-recipe-template-hhh-template .wprm-recipe-header {
    font-family: inherit; /*wprm_header_font_family type=font*/
    color: #000000; /*wprm_header_text type=color*/
    line-height: 2em; /*wprm_header_line_height type=font_size*/
}
.wprm-recipe-template-hhh-template h1,
.wprm-recipe-template-hhh-template h2,
.wprm-recipe-template-hhh-template h3,
.wprm-recipe-template-hhh-template h4,
.wprm-recipe-template-hhh-template h5,
.wprm-recipe-template-hhh-template h6 {
    font-family: inherit; /*wprm_header_font_family type=font*/
    color: #000000; /*wprm_header_text type=color*/
    line-height: 2em; /*wprm_header_line_height type=font_size*/
    margin: 0 !important;
    padding: 0 !important;
}
.wprm-recipe-template-hhh-template .wprm-recipe-header {
    margin-top: 1.2em !important;
}
.wprm-recipe-template-hhh-template h1 {
    font-size: 2.7px; /*wprm_h1_size type=font_size*/
}
.wprm-recipe-template-hhh-template h2 {
    font-size: 28px; /*wprm_h2_size type=font_size*/
}
.wprm-recipe-template-hhh-template h3 {
    font-size: 1.4em; /*wprm_h3_size type=font_size*/
}
.wprm-recipe-template-hhh-template h4 {
    font-size: 1.1em; /*wprm_h4_size type=font_size*/
}
.wprm-recipe-template-hhh-template h5 {
    font-size: 1em; /*wprm_h5_size type=font_size*/
}
.wprm-recipe-template-hhh-template h6 {
    font-size: 1em; /*wprm_h6_size type=font_size*/
}.wprm-recipe-template-hhh-template {
	position: relative;
	border-style: solid; /*wprm_border_style type=border*/
	border-width: 2px; /*wprm_border_width type=size*/
	border-color: #000000; /*wprm_border type=color*/
	border-radius: 3px; /*wprm_border_radius type=size*/
	margin: 120px auto 20px auto;
	overflow: visible;
}
.wprm-recipe-template-hhh-template-container {
	overflow: hidden;
	padding: 0 10px 10px 10px;
	border: 0;
	border-radius: 1px; /*wprm_inner_border_radius type=size*/
}
.wprm-recipe-template-hhh-template .wprm-recipe-image {
	position: absolute;
	margin-top: -100px;
	margin-left: -100px;
	left: 50%;
}
.wprm-recipe-template-hhh-template-header {
	margin: 0 -10px 10px -10px;
	padding: 110px 10px 10px 10px;
	text-align: center;
	background-color: #f7e6e6; /*wprm_top_header_background type=color*/
	color: #4a4a4a; /*wprm_top_header_text type=color*/
}
.wprm-recipe-template-hhh-template-header a {
	color: #482559; /*wprm_top_header_link type=color*/
}
.wprm-recipe-template-hhh-template-header .wprm-recipe-name {
	color: #4a4a4a; /*wprm_top_header_text type=color*/
}.wprm-recipe-template-hhh-how-to-template {
    margin: 20px auto;
    background-color: #ecf5f9; /*wprm_background type=color*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /*wprm_main_font_family type=font*/
    font-size: 0.9em; /*wprm_main_font_size type=font_size*/
    line-height: 1.5em !important; /*wprm_main_line_height type=font_size*/
    color: #333333; /*wprm_main_text type=color*/
    max-width: 650px; /*wprm_max_width type=size*/
}
.wprm-recipe-template-hhh-how-to-template a {
    color: #3498db; /*wprm_link type=color*/
}
.wprm-recipe-template-hhh-how-to-template p, .wprm-recipe-template-hhh-how-to-template li {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /*wprm_main_font_family type=font*/
    font-size: 1em !important;
    line-height: 1.5em !important; /*wprm_main_line_height type=font_size*/
}
.wprm-recipe-template-hhh-how-to-template li {
    margin: 0 0 0 32px !important;
    padding: 0 !important;
}
.rtl .wprm-recipe-template-hhh-how-to-template li {
    margin: 0 32px 0 0 !important;
}
.wprm-recipe-template-hhh-how-to-template ol, .wprm-recipe-template-hhh-how-to-template ul {
    margin: 0 !important;
    padding: 0 !important;
}
.wprm-recipe-template-hhh-how-to-template br {
    display: none;
}
.wprm-recipe-template-hhh-how-to-template .wprm-recipe-name,
.wprm-recipe-template-hhh-how-to-template .wprm-recipe-header {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /*wprm_header_font_family type=font*/
    color: #212121; /*wprm_header_text type=color*/
    line-height: 1.3em; /*wprm_header_line_height type=font_size*/
}
.wprm-recipe-template-hhh-how-to-template h1,
.wprm-recipe-template-hhh-how-to-template h2,
.wprm-recipe-template-hhh-how-to-template h3,
.wprm-recipe-template-hhh-how-to-template h4,
.wprm-recipe-template-hhh-how-to-template h5,
.wprm-recipe-template-hhh-how-to-template h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /*wprm_header_font_family type=font*/
    color: #212121; /*wprm_header_text type=color*/
    line-height: 1.3em; /*wprm_header_line_height type=font_size*/
    margin: 0 !important;
    padding: 0 !important;
}
.wprm-recipe-template-hhh-how-to-template .wprm-recipe-header {
    margin-top: 1.2em !important;
}
.wprm-recipe-template-hhh-how-to-template h1 {
    font-size: 2em; /*wprm_h1_size type=font_size*/
}
.wprm-recipe-template-hhh-how-to-template h2 {
    font-size: 1.8em; /*wprm_h2_size type=font_size*/
}
.wprm-recipe-template-hhh-how-to-template h3 {
    font-size: 1.2em; /*wprm_h3_size type=font_size*/
}
.wprm-recipe-template-hhh-how-to-template h4 {
    font-size: 1em; /*wprm_h4_size type=font_size*/
}
.wprm-recipe-template-hhh-how-to-template h5 {
    font-size: 1em; /*wprm_h5_size type=font_size*/
}
.wprm-recipe-template-hhh-how-to-template h6 {
    font-size: 1em; /*wprm_h6_size type=font_size*/
}.wprm-recipe-template-hhh-how-to-template {
	border-style: solid; /*wprm_border_style type=border*/
	border-width: 1px; /*wprm_border_width type=size*/
	border-color: #777777; /*wprm_border type=color*/
	border-radius: 0px; /*wprm_border_radius type=size*/
	padding: 10px;
}</style><style type="text/css">:root{
			--lasso-main: #ffc7cf !important;
			--lasso-title: black !important;
			--lasso-button: white !important;
			--lasso-secondary-button: #22baa0 !important;
			--lasso-button-text: black !important;
			--lasso-background: #f9f1f1 !important;
			--lasso-pros: #22baa0 !important;
			--lasso-cons: #e06470 !important;
		}
.lasso-container .lasso-display .lasso-button-1,
.lasso-container .lasso-display .lasso-button-2 {
  border: 2px solid #000000 !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
}

.lasso-container .lasso-display .lasso-button-1:hover,
.lasso-container .lasso-display .lasso-button-2:hover {
  border: 2px solid #333333 !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
  transform: translateY(-2px) !important;
}</style>
			<script type="pmdelayedscript" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1">
				// Notice how this gets configured before we load Font Awesome
				let lassoFontAwesomeJS = "" == 1
				// console.log("lassoFontAwesomeJS", lassoFontAwesomeJS)
				window.FontAwesomeConfig = { autoReplaceSvg: lassoFontAwesomeJS }
			</script>
		<meta name="generator" content="Easy Digital Downloads v3.6.8" />


<!-- [slickstream] [[[ START Slickstream Output ]]] -->
<script>console.info(`[slickstream] Page Generated at: 6/11/2026, 5:53:33 PM EST`);</script>
<script>console.info(`[slickstream] Current timestamp: ${(new Date).toLocaleString('en-US', { timeZone: 'America/New_York' })} EST`);</script>
<!-- [slickstream] Page Boot Data: -->
<script class='slickstream-script'>
(function() {
    "slickstream";
    const win = window;
    win.$slickBoot = win.$slickBoot || {};
    win.$slickBoot.d = {"bestBy":1781216292986,"epoch":1781175901415,"siteCode":"NPH4E55Z","services":{"engagementCacheableApiDomain":"https:\/\/c01f.app.slickstream.com\/","engagementNonCacheableApiDomain":"https:\/\/c01b.app.slickstream.com\/","engagementResourcesDomain":"https:\/\/c01f.app.slickstream.com\/","storyCacheableApiDomain":"https:\/\/stories.slickstream.com\/","storyNonCacheableApiDomain":"https:\/\/stories.slickstream.com\/","storyResourcesDomain":"https:\/\/stories.slickstream.com\/","websocketUri":"wss:\/\/c01b-wss.app.slickstream.com\/socket?site=NPH4E55Z"},"bootUrl":"https:\/\/c.slickstream.com\/app\/3.1.2\/boot-loader.js","appUrl":"https:\/\/c.slickstream.com\/app\/3.1.2\/app.js","adminUrl":"","allowList":["hungryhealthyhappy.com"],"abTests":[],"wpPluginTtl":3600,"v2":{"phone":{"placeholders":[],"bootTriggerTimeout":250,"bestBy":1781216292986,"epoch":1781175901415,"siteCode":"NPH4E55Z","services":{"engagementCacheableApiDomain":"https:\/\/c01f.app.slickstream.com\/","engagementNonCacheableApiDomain":"https:\/\/c01b.app.slickstream.com\/","engagementResourcesDomain":"https:\/\/c01f.app.slickstream.com\/","storyCacheableApiDomain":"https:\/\/stories.slickstream.com\/","storyNonCacheableApiDomain":"https:\/\/stories.slickstream.com\/","storyResourcesDomain":"https:\/\/stories.slickstream.com\/","websocketUri":"wss:\/\/c01b-wss.app.slickstream.com\/socket?site=NPH4E55Z"},"bootUrl":"https:\/\/c.slickstream.com\/app\/3.1.2\/boot-loader.js","appUrl":"https:\/\/c.slickstream.com\/app\/3.1.2\/app.js","adminUrl":"","allowList":["hungryhealthyhappy.com"],"abTests":[],"wpPluginTtl":3600},"tablet":{"placeholders":[],"bootTriggerTimeout":250,"bestBy":1781216292986,"epoch":1781175901415,"siteCode":"NPH4E55Z","services":{"engagementCacheableApiDomain":"https:\/\/c01f.app.slickstream.com\/","engagementNonCacheableApiDomain":"https:\/\/c01b.app.slickstream.com\/","engagementResourcesDomain":"https:\/\/c01f.app.slickstream.com\/","storyCacheableApiDomain":"https:\/\/stories.slickstream.com\/","storyNonCacheableApiDomain":"https:\/\/stories.slickstream.com\/","storyResourcesDomain":"https:\/\/stories.slickstream.com\/","websocketUri":"wss:\/\/c01b-wss.app.slickstream.com\/socket?site=NPH4E55Z"},"bootUrl":"https:\/\/c.slickstream.com\/app\/3.1.2\/boot-loader.js","appUrl":"https:\/\/c.slickstream.com\/app\/3.1.2\/app.js","adminUrl":"","allowList":["hungryhealthyhappy.com"],"abTests":[],"wpPluginTtl":3600},"desktop":{"placeholders":[],"bootTriggerTimeout":250,"bestBy":1781216292986,"epoch":1781175901415,"siteCode":"NPH4E55Z","services":{"engagementCacheableApiDomain":"https:\/\/c01f.app.slickstream.com\/","engagementNonCacheableApiDomain":"https:\/\/c01b.app.slickstream.com\/","engagementResourcesDomain":"https:\/\/c01f.app.slickstream.com\/","storyCacheableApiDomain":"https:\/\/stories.slickstream.com\/","storyNonCacheableApiDomain":"https:\/\/stories.slickstream.com\/","storyResourcesDomain":"https:\/\/stories.slickstream.com\/","websocketUri":"wss:\/\/c01b-wss.app.slickstream.com\/socket?site=NPH4E55Z"},"bootUrl":"https:\/\/c.slickstream.com\/app\/3.1.2\/boot-loader.js","appUrl":"https:\/\/c.slickstream.com\/app\/3.1.2\/app.js","adminUrl":"","allowList":["hungryhealthyhappy.com"],"abTests":[],"wpPluginTtl":3600},"unknown":{"placeholders":[],"bootTriggerTimeout":250,"bestBy":1781216292986,"epoch":1781175901415,"siteCode":"NPH4E55Z","services":{"engagementCacheableApiDomain":"https:\/\/c01f.app.slickstream.com\/","engagementNonCacheableApiDomain":"https:\/\/c01b.app.slickstream.com\/","engagementResourcesDomain":"https:\/\/c01f.app.slickstream.com\/","storyCacheableApiDomain":"https:\/\/stories.slickstream.com\/","storyNonCacheableApiDomain":"https:\/\/stories.slickstream.com\/","storyResourcesDomain":"https:\/\/stories.slickstream.com\/","websocketUri":"wss:\/\/c01b-wss.app.slickstream.com\/socket?site=NPH4E55Z"},"bootUrl":"https:\/\/c.slickstream.com\/app\/3.1.2\/boot-loader.js","appUrl":"https:\/\/c.slickstream.com\/app\/3.1.2\/app.js","adminUrl":"","allowList":["hungryhealthyhappy.com"],"abTests":[],"wpPluginTtl":3600}}};
    win.$slickBoot.rt = 'https://app.slickstream.com';
    win.$slickBoot.s = 'plugin';
    win.$slickBoot._bd = performance.now();
})();
</script>
<!-- [slickstream] END Page Boot Data -->
<!-- [slickstream] Embed Code -->
<script id="slick-embed-code-script" class='slickstream-script'>
"use strict";(async function(t,e){var o;if(location.search.includes("no-slick")){console.log("[Slickstream] Found `no-slick` in location.search; exiting....");return}const n="3.0.0";function i(){return performance.now()}function s(t,e="GET"){return new Request(t,{cache:"no-store",method:e})}function c(t){const e=document.createElement("script");e.className="slickstream-script";e.src=t;document.head.appendChild(e)}function a(t){return t==="ask"||t==="not-required"||t==="na"?t:"na"}async function r(t,e){let o=0;try{if(!("caches"in self))return{};const n=await caches.open("slickstream-code");if(!n)return{};let s=await n.match(t);if(!s){o=i();console.info(`[Slickstream] Adding item to browser cache: ${t.url}`);await n.add(t);s=await n.match(t)}if(!s||!s.ok){if(s){await n.delete(t)}return{}}const c=s.headers.get("x-slickstream-consent");if(!c){console.info("[Slickstream] No x-slickstream-consent header found in cached response")}return{t:o,d:e?await s.blob():await s.json(),c:a(c)}}catch(t){console.log(t);return{}}}async function l(o=false){let c;let l=Object.assign(Object.assign({},window.$slickBoot||{}),{_es:i(),rt:t,ev:n,l:r});const d=t.startsWith("https://")?"":"https://";const u=`${d}${t}/d/page-boot-data?site=${e}&url=${encodeURIComponent(location.href.split("#")[0])}`;const f=s(u);if(o){const{t:t,d:e,c:o}=await r(f);if(e&&e.bestBy>=Date.now()){c=e;if(t){l._bd=t}if(o){l.c=a(o)}}}if(!c){l._bd=i();const t=await fetch(f);const e=t.headers.get("x-slickstream-consent");l.c=a(e);try{c=await t.json()}catch(t){console.error(`[Slickstream] Error parsing page-boot-data from ${f.url}: ${(t===null||t===void 0?void 0:t.message)||""}`,t);return null}}if(c){l=Object.assign(Object.assign({},l),{d:c,s:"embed"})}return l}let d=(o=window.$slickBoot)!==null&&o!==void 0?o:{};if(!(d===null||d===void 0?void 0:d.d)||d.d.bestBy<Date.now()){const t=(d===null||d===void 0?void 0:d.consentStatus)||"denied";const e=t!=="denied";const o=await l(e);if(o){window.$slickBoot=d=o}}if(!(d===null||d===void 0?void 0:d.d)){console.error("[Slickstream] Boot failed; boot data not found after fetching");return}let u=d===null||d===void 0?void 0:d.d.bootUrl;if(!u){console.error("[Slickstream] Bootloader URL not found in boot data");return}let f;let w;if((d===null||d===void 0?void 0:d.consentStatus)&&d.consentStatus!=="denied"){const t=await r(s(u),true);f=t.t;w=t.d}else{f=i();const t=await fetch(s(u));w=await t.blob()}if(w){d.bo=u=URL.createObjectURL(w);if(f){d._bf=f}}else{d._bf=i()}window.$slickBoot=d;document.dispatchEvent(new CustomEvent("slick-boot-ready"));c(u)})("https://app.slickstream.com","NPH4E55Z");
</script>
<!-- [slickstream] END Embed Code -->
<!-- [slickstream] Page Metadata: -->
<meta property='slick:wpversion' content='3.0.1' />
<meta property="slick:wppostid" content="91205" />
<meta property="slick:featured_image" content="https://hungryhealthyhappy.com/wp-content/uploads/2025/10/logo-2024-1200-1200.jpg" />
<script type="application/x-slickstream+json">{"@context":"https://slickstream.com","@graph":[{"@type":"Plugin","version":"3.0.1"},{"@type":"Site","name":"Hungry Healthy Happy","url":"https://hungryhealthyhappy.com","description":"","atomUrl":"https://hungryhealthyhappy.com/feed/atom/","rtl":false},{"@type":"WebPage","@id":91205,"isFront":true,"isHome":false,"isCategory":false,"isTag":false,"isSingular":true,"date":"2023-09-18T18:05:19+01:00","modified":"2026-06-11T21:45:59+01:00","title":"Family Friendly Recipes With A Healthy Twist","pageType":"home","postType":"page","featured_image":"https://hungryhealthyhappy.com/wp-content/uploads/2025/10/logo-2024-1200-1200.jpg","author":"Dannii Martin"}]}</script>
<!-- [slickstream] END Page Metadata -->
<!-- [slickstream] WP-Rocket Detection -->
<script id="slick-wp-rocket-detect-script" class='slickstream-script'>
(function() {
    const slickScripts = document.querySelectorAll('script.slickstream-script[type=rocketlazyloadscript]');
    const extScripts = document.querySelectorAll('script[type=rocketlazyloadscript][src*="app.slickstream.com"]');
    if (slickScripts.length > 0 || extScripts.length > 0) {
        console.warn('[slickstream]' + ['Slickstream scripts. This ',
        'may cause undesirable behavior, ', 'such as increased CLS scores.',' WP-Rocket is deferring one or more '].sort().join(''));
    }
})();
</script><!-- [slickstream] END WP-Rocket Detection -->
<!-- [slickstream] [[[ END Slickstream Output ]]] -->


<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YRMFYGNS3Y"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-YRMFYGNS3Y');
</script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23939000-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-23939000-1');
</script>

<script id="mcjs" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/c41d3957743d7b3de13bd7a0e/bf96215d442c915b2c70bdace.js");</script>

<meta name="pinterest-rich-pin" content="false" /><meta name="hubbub-info" description="Hubbub Pro 2.30.0">	<style>
		/* Add animation (Chrome, Safari, Opera) */
		@-webkit-keyframes openmenu {
			from {left:-100px;opacity: 0;}
			to {left:0px;opacity:1;}
		}
		@-webkit-keyframes closebutton {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		/* Add animation (Standard syntax) */
		@keyframes openmenu {
			from {left:-100px;opacity: 0;}
			to {left:0px;opacity:1;}
		}
		@keyframes closebutton {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

		.mmmadminlinks {
			position: absolute;
			left: 20px;
			top: 0;
			width: 200px;
			line-height: 25px;
			text-align: left;
			display: none;
		}
		@media only screen and ( min-width: 1000px ) {
			.mmmadminlinks { display: block; }
		}

		/* The mmm's background */
		.feastmobilemenu-background {
			display: none;
			position: fixed;
			z-index: 9999;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0, 0, 0);
			background-color: rgba(0, 0, 0, 0.4);
		}

		/* Display the mmm when targeted */
		.feastmobilemenu-background:target {
			display: table;
			position: fixed;
		}

		/* The mmm box */
		.mmm-dialog {
			display: table-cell;
			vertical-align: top;
			font-size: 20px;
		}

		/* The mmm's content */
		.mmm-dialog .mmm-content {
			margin: 0;
			padding: 10px 10px 10px 20px;
			position: fixed;
			left: 0;
			background-color: #FEFEFE;
			contain: strict;
			overflow-x: hidden;
			overflow-y: auto;
			outline: 0;
			border-right: 1px #777 solid;
			border-bottom: 1px #777 solid;
			width: 320px;
			height: 90%;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

			/* Add animation */
			-webkit-animation-name: openmenu; /* Chrome, Safari, Opera */
			-webkit-animation-duration: 0.6s; /* Chrome, Safari, Opera */
			animation-name: openmenu;
			animation-duration: 0.6s;
		}
		.mmm-content ul.sub-menu {
			padding-left: 16px;
		}
		.mmm-content li {
			list-style: none;
		}
		#menu-feast-modern-mobile-menu li,
		.desktop-inline-modern-menu > ul.menu li {
			min-height: 50px;
			margin-left: 5px;
			list-style: none;
		}
		#menu-feast-modern-mobile-menu li a,
		.desktop-inline-modern-menu > ul.menu li a {
			color: inherit;
			text-decoration: inherit;
		}

		/* The button used to close the mmm */
		.closebtn {
			text-decoration: none;
			float: right;
			margin-right: 10px;
			font-size: 50px;
			font-weight: bold;
			color: #333;
			z-index: 1301;
			top: 0;
			position: fixed;
			left: 270px;
			-webkit-animation-name: closebutton; /* Chrome, Safari, Opera */
			-webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
			animation-name: closebutton;
			animation-duration: 1.5s;
		}

		.closebtn:hover,
		.closebtn:focus {
			color: #555;
			cursor: pointer;
		}
		@media (prefers-reduced-motion) { /* accessibility animation fix */
			.mmm-dialog .mmm-content, .closebtn {
			animation: none !important;
			}
		}
		.mmmheader {
			font-size: 25px;
			color: #FFF;
			height: 80px;
			display: flex;
			justify-content: space-between;
		}
		#mmmlogo {
			max-width: 200px;
			max-height: 70px;
		}
		#feast-mobile-search {
			margin-bottom: 17px;
			min-height: 50px;
			overflow: auto;
		}
		#feast-mobile-search input[type=submit] {
			border: 0;
			height: 30px;
			margin: 5px 0 0 -30px;
			padding: 15px;
			position: absolute;
			width: 30px;
			z-index: 200;
			clip: unset;
			color: transparent;
			background: none;
		}
		#feast-mobile-search input[type=submit]:hover {
			background: transparent;
		}
		#feast-mobile-search input[type=search] {
			width: 100%;
		}

		#feast-mobile-menu-social-icons {
			margin-top: 17px;
		}

		#feast-social .simple-social-icons {
			list-style: none;
			margin: 0 !important;
		}

		.feastmobilenavbar {
			position: fixed;
			top: 0;
			left: 0;
			z-index: 1300;
			width: 100%;
			height: 80px;
			padding: 0;
			margin: 0 auto;
			box-sizing: border-box;
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			background: #FFF;
			display: grid;
			grid-template-columns: repeat(7, minmax(50px, 1fr));
			text-align: center;
			contain: strict;
			overflow: hidden;
		}
		.feastmobilenavbar > div { height: 80px; }
		.admin-bar .feastmobilenavbar {
			top: 32px;
		}
		@media screen and (max-width:782px) {
			.admin-bar .feastmobilenavbar {
				top: 0;
				position: sticky;
			}
			.admin-bar .site-container, .admin-bar .body-template-content {
				margin-top: 0;
			}
		}
		.feastmobilenavbar .feastmenulogo > a {
			display: flex;
			align-items: center;
		}
		.feastmobilenavbar a img {
			margin-bottom: inherit !important;
		}
		.feastmenutoggle, .feastsearchtoggle, .feastsubscribebutton {
			display: flex;
			align-items: center;
			justify-items: center;
			justify-content: center;
		}

		
		.feastsearchtoggle svg, .feastmenutoggle svg {
			width: 30px;
			height: 30px;
			padding: 10px;
			box-sizing: content-box;
			color: black;
		}
		.feastsubscribebutton {
			overflow: hidden;
		}
		.feastsubscribebutton img {
			max-width: 90px;
			padding: 0;
			display: block;
			margin: 1px;
		}
		.feastsubscribebutton svg {
			color: #000;
		}
				.feastmenulogo {
			overflow: hidden;
			display: flex;
			align-items: center;
			justify-content: center;
			grid-column-end: span 4;
		}

					.desktop-inline-modern-menu .sub-menu { display: none; }
			.desktop-inline-modern-menu, .modern-menu-desktop-social { display: none; }
			@media only screen and (min-width: 1200px) {
				.desktop-inline-modern-menu, .modern-menu-desktop-social { display: block; line-height: 1.2em; }
				.feastmobilenavbar .feastmenutoggle { display: none; } /* hide menu toggle */
				.feastmobilenavbar { grid-template-columns: 1fr 3fr 1fr 50px !important; } /* rearrange grid for desktop */
				.feastmenulogo { grid-column-end: span 1 !important; }
				.desktop-inline-modern-menu ul {
					display: flex;
					justify-content: center;
					gap: 40px;
					height: 80px;
					overflow: hidden;
					margin: 0 17px;
				}
				.desktop-inline-modern-menu ul li {
					display: flex;
					justify-content: center;
					align-items: center;
					min-height: 80px;
					max-width: 20%;
					margin-left: 0 !important;
				}
				.desktop-inline-modern-menu ul li:nth-child(n+6) { display: none; }
				.modern-menu-desktop-social .simple-social-icons li:nth-child(n+4), .modern-menu-desktop-social .widgettitle { display: none; }
				.modern-menu-desktop-social { display: flex !important; justify-content: center; align-items: center; }
				body .feastmobilenavbar a { color: #000; text-decoration: none; }

			} /* end desktop query */
			/* end testing */
		
		@media only screen and ( max-width: 1199px ) {
			.feastmenulogo {grid-column-end: span 3; }
			.feastsubscribebutton { grid-column-end: span 2; }
		}
		@media only screen and (max-width: 359px) { /* 320px fix */
			.feastmobilenavbar {
				grid-template-columns: repeat(6, minmax(50px, 1fr));
			}
			.feastmenulogo {grid-column-end: span 2; }		}
				header.site-header, .nav-primary  {
			display: none !important;
			visibility: hidden;
		}
		.site-container, .body-template-content {
			margin-top: 80px; /* prevents menu overlapping content */
		}
		@media only screen and ( min-width: 1200px ) {
			.feastmobilenavbar {
				width: 100%;
				left: 0;
				padding-left: calc(50% - 550px);
				padding-right: calc(50% - 550px);
			}
							.feastsubscribebutton { display: none; }
					}
		@media print {
			.feastmobilenavbar { position: static; }
		}
						</style>

	<style id="feast-edit-font-sizes">h1 { font-size: 25px; }body { font-size: 19px; }</style>	<style id='feast-increase-content-width'>@media only screen and (min-width: 1200px) { #genesis-content { min-width: 728px; } #content-container { min-width: 728px; }  }</style>
	<style id="feast-plus-branding-styles">
:root {
--font-fallback: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
--branding-color-primary: #096750;
--branding-color-primary-text: #FFFFFF;
/* primary black contrast: 3.0621809247853; primary white contrast: 6.8578573623869 */
--branding-color-accents: #ffc7cf;
--branding-color-accents-text: #000000;
/* accent black contrast: 14.454504274781; accent white contrast: 1.45283432768 */
--branding-color-background: #cee6e9;
--branding-color-background-text: #000000;
/* background black contrast: 16.242087573095; background white contrast: 1.2929372474747 */
--branding-color-links: #40686d;
--branding-color-cta: #f9f1f1;
--branding-color-cta-text: #000000;
/* cta black contrast: 18.943313426004; cta white contrast: 1.1085705825451 */
--feast-spacing-xxxs: 8px;--feast-spacing-xxs: 8px;--feast-spacing-xs: 12px;--feast-spacing-s: 16px;--feast-spacing-m: 20px;--feast-spacing-l: 20px;--feast-spacing-xl: 20px;--feast-spacing-xxl: 24px;--feast-font-s: 20px;--feast-font-m: 24px;--feast-font-l: 28px;--feast-font-xl: 32px;--feast-border-radius: 7px;--feast-banner-height: 48px;--feast-modern-menu-height: 80px;--feast-top-offset-height: var(--feast-modern-menu-height);--branding-post-header-background-color: var(--branding-color-background);--branding-post-header-text-color: #000000;

--branding-accent-font: "Dancing Script";
--branding-custom-list-char: "\2964";
} 
/* end of feast plus branding root variables */ 
@media (min-width: 481px) { :root {--feast-spacing-xxxs: 8px;--feast-spacing-xxs: 12px;--feast-spacing-xs: 16px;--feast-spacing-s: 20px;--feast-spacing-m: 24px;--feast-spacing-l: 28px;--feast-spacing-xl: 32px;--feast-spacing-xxl: 44px;--feast-desktop-font-xxs: 12px;--feast-desktop-font-xs: 16px;} }
/* end of feast plus branding desktop root variables */ 
.has-feast-branding-color-primary-color {
	color: var(--branding-color-primary);
}
.has-background.has-feast-branding-color-primary-background-color {
	background-color: var(--branding-color-primary);
}
.has-feast-branding-color-accents-color {
	color: var(--branding-color-accents);
}
.has-background.has-feast-branding-color-accents-background-color {
	background-color: var(--branding-color-accents);
}
.has-feast-branding-color-background-color {
	color: var(--branding-color-background);
}
.has-background.has-feast-branding-color-background-background-color {
	background-color: var(--branding-color-background);
}
.has-feast-branding-color-links-color {
	color: var(--branding-color-links);
}
.has-background.has-feast-branding-color-links-background-color {
	background-color: var(--branding-color-links);
}
.feast-plugin a {
	color: var(--branding-color-links);
}
.feast-plugin .entry-content a,
.feast-plugin .feast-modern-category-layout a { 
	text-underline-offset: 3px; 
	text-decoration-thickness: 3px; 
}
.feast-button a,
.wp-block-group .wp-block-search__button,
.wp-block-group .wp-block-search__button,
#respond #submit,
body .editor-styles-wrapper .wp-block-button__link,
.wp-block-button__link,
body .wp-block-button a {
	background: var(--branding-color-primary) !important;
	color: var(--branding-color-primary-text) !important;
	text-decoration: none !important;
	font-weight: bold;
	padding: 11px;
}
.feast-plugin .feast-trusted-google-source .wp-block-button__link svg path,
.wp-block-button__link svg {
	fill: var(--branding-color-primary-text) !important;
}
body .editor-styles-wrapper .wp-block-button__link,
.wp-block-button__link,
body .wp-block-button a {
	padding: 11px 18px;
}
.feast-button a, .wp-block-group .wp-block-search__inside-wrapper, .wp-block-group .wp-block-search__button, .wp-block-group .wp-block-search__inside-wrapper, .is-style-full-width-feature-wrapper .wp-block-search__button, .is-style-full-width-feature-wrapper-cta .wp-block-search__button, .is-style-full-width-slanted .wp-block-search__button, .is-style-full-width-custom-background-feature-wrapper .wp-block-search__button, .is-style-feast-custom-background-feature-wrapper .wp-block-search__button #respond #submit, body .editor-styles-wrapper .wp-block-button__link, .wp-block-button__link { border-radius: 0; }.feast-button a, #respond #submit, body .editor-styles-wrapper .wp-block-button__link, .wp-block-button__link  { border: 2px solid #000; }.feast-button a:hover, #respond #submit:hover, body .editor-styles-wrapper .wp-block-button__link:hover, .wp-block-button__link:hover  { border: 2px solid #000; background: #FFF !important;  color: #000 !important;  }.fsri-list .listing-item { border-radius: 0; }.fsri-list .listing-item { border: 1px solid #CCC; background: #FFFFFF; }.feast-plus-author img { box-shadow: 0 6px 12px rgba(0,0,0,0.16); background: #FFFFFF; } .fsri-title { padding: 0 7px 17px; }.full-width-feature-wrapper .fsri-list svg, .is-style-full-width-feature-wrapper .fsri-list svg, .is-style-full-width-feature-wrapper-cta .fsri-list svg, .is-style-full-width-slanted .fsri-list svg, .is-style-full-width-custom-background-feature-wrapper .fsri-list svg, .is-style-feast-custom-background-feature-wrapper .fsri-list svg, .is-style-feast-feature-wrapper svg, .is-style-feast-branding-background svg, .is-style-feast-branding-background .fsri-list svg { fill: #000; }.full-width-feature-wrapper .fsri-list .fsri-time, .is-style-full-width-feature-wrapper .fsri-list .fsri-time, .is-style-full-width-feature-wrapper-cta .fsri-list .fsri-time, .is-style-full-width-slanted .fsri-list .fsri-time, .is-style-full-width-custom-background-feature-wrapper .fsri-list .fsri-time, .is-style-feast-custom-background-feature-wrapper .fsri-list .fsri-time, .full-width-feature-wrapper .fsri-list .fsri-recipe-cost, .full-width-feature-wrapper .fsri-list .fsri-recipe-cost, .is-style-full-width-feature-wrapper-cta .fsri-list .fsri-recipe-cost, .is-style-full-width-slanted .fsri-list .fsri-recipe-cost, .is-style-full-width-custom-background-feature-wrapper .fsri-list .fsri-recipe-cost, .is-style-feast-custom-background-feature-wrapper .fsri-list .fsri-recipe-cost, .is-style-feast-feature-wrapper .fsri-list .fsri-time, .is-style-feast-feature-wrapper .fsri-list .fsri-recipe-cost, .is-style-feast-branding-background .fsri-list .fsri-time, .is-style-feast-branding-background .fsri-list .fsri-recipe-cost { color: #000; }body .fsri-list:not(.fsri-numbered) .fsri-title { margin-top: 12px; }.full-width-feature-wrapper .wp-block-columns h2,
.full-width-feature-wrapper .wp-block-columns p,
.is-style-full-width-feature-wrapper .wp-block-columns h2,
.is-style-full-width-feature-wrapper-cta .wp-block-columns h2,
.is-style-full-width-slanted .wp-block-columns h2,
.is-style-full-width-custom-background-feature-wrapper .wp-block-columns h2,
.is-style-feast-custom-background-feature-wrapper .wp-block-columns h2,
.is-style-full-width-feature-wrapper .wp-block-columns p,
.is-style-full-width-feature-wrapper-cta .wp-block-columns p,
.is-style-full-width-slanted .wp-block-columns p,
.is-style-full-width-custom-background-feature-wrapper .wp-block-columns p,
.is-style-feast-custom-background-feature-wrapper .wp-block-columns p,
.page .wp-block-group p,
.category .wp-block-group p {
	margin: var(--feast-spacing-xxs) 0;
}
.wp-block-group .wp-block-media-text h2,
.wp-block-media-text h2,
.wp-block-media-text p,
.page .wp-block-group .wp-block-media-text p {
	margin: var(--feast-spacing-xs) 0;
}
.wp-block-media-text__content > *:first-child {
	margin-top: 0 !important;
}
.wp-block-media-text__content > *:last-child {
	margin-bottom: 0 !important;
}
.wp-block-group  .wp-block-media-text { align-self: center; }.align-self-center { align-self: center; }.is-style-fancy-underline { background-image: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/underline.svg'); background-repeat: no-repeat; background-position: bottom center; background-size: contain; width: auto; }.is-style-accent-font { font-family: var(--branding-accent-font) !important; }.fsri-title { color: #000;  line-height: 1.3; text-wrap: balance; } aside .fsri-title { margin: 0; }.full-width-feature-wrapper svg, .is-style-full-width-feature-wrapper svg, .is-style-full-width-slanted svg, .is-style-full-width-custom-background-feature-wrapper svg, .is-style-feast-custom-background-feature-wrapper svg, .is-style-feast-branding-background svg { fill: var(--branding-color-background-text); }.is-style-full-width-feature-wrapper-cta svg { fill: var(--branding-color-cta-text); }.wp-block-search__button svg, .is-style-feast-cta-background svg { fill: var(--branding-color-primary-text) !important; }.entry-content a .fsci-title { color: #000; padding: 0; line-height: 1.2em; text-decoration: none !important; }.entry-content .wp-block-group .feast-category-index ul li { margin-bottom: 0; }.full-width-feature-wrapper .fsci-title, .is-style-full-width-feature-wrapper .fsci-title, .is-style-full-width-slanted .fsci-title, .is-style-full-width-custom-background-feature-wrapper .fsci-title, .is-style-feast-custom-background-feature-wrapper .fsci-title, .feast-feature-wrapper .fsci-title, .is-style-feast-feature-wrapper .fsci-title,
	.is-style-feast-branding-background .fsci-title { color: var(--branding-color-background-text) !important; }.is-style-full-width-feature-wrapper-cta .fsci-title,	.is-style-feast-cta-background .fsci-title { color: var(--branding-color-cta-text) !important; }.entry-content .feast-title-overlay a .fsci-title,
.feast-title-overlay .fsci-title {
	background-color: var(--branding-color-background);
	color: var(--branding-color-background-text);
}
.is-style-full-width-feature-wrapper .feast-title-overlay .fsci-title, 			
.is-style-full-width-feature-wrapper-cta .feast-title-overlay .fsci-title, 			
.is-style-full-width-slanted .feast-title-overlay .fsci-title { 			
	background-color: #fff !important;
	color: #000 !important;
}
.feast-category-index-list svg.fsci-placeholder rect {
	fill: var(--branding-color-background) !important;
}
.feast-category-index-list.feast-title-overlay.feast-image-round .fsci-title.fsci-title--no-image {
	color: var(--branding-color-background-text) !important;
}
hr { color: #D6D6D6; }.feast-category-index-list img {
	transition: 0.4s; -webkit-transition: 0.4s;
}
.feast-category-index-list img:hover {
	transform: scale(0.95);
}
.feast-recipe-index .fsri-list,
.feast-category-index-list {
	grid-gap: var(--feast-spacing-xs);
}
.feast-category-index-list {
	row-gap: var(--feast-spacing-m);
}
body .feast-category-index-list li {
	min-height: 0;
}
.sidebar .feast-category-index-list li {
	margin-bottom: 0;
}
.sidebar .feast-category-index-list li img {
	display: block;
}
.sidebar .feast-category-index-list li .fsci-title {
	line-height: 1.2;
	margin-top: 6px;
	margin-bottom: 0;
}
.feast-top-tip,
.feast-featured-review,
#feast-advanced-jump-to,
.schema-faq-section {
	border-radius: 0;
}
.feast-top-tip,
.feast-featured-review,
.is-style-group-asterisk,
.is-style-group-badge,
.is-style-group-check,
.is-style-group-envelope,
.is-style-group-heart,
.is-style-group-question,
.is-style-group-save,
.is-style-group-send,
.is-style-group-star,
.is-style-group-utensils,
.is-style-group-dollar,
.is-style-group-plane,
.is-style-group-lightbulb,
.is-style-group-quote,
#feast-advanced-jump-to,
.schema-faq-section,
.is-style-feast-feature-wrapper,
.wp-block-media-text.is-style-media-text-small-circle-image .wp-block-media-text__content {
	border: 2px solid var(--branding-color-accents) !important;
}
.is-style-feast-feature-wrapper,
.wp-block-media-text.is-style-media-text-small-circle-image .wp-block-media-text__content {
	background-color: #FFF !important;
	color: initial !important;
}
.wp-block-media-text.is-style-media-text-small-circle-image .wp-block-media-text__content * {
	color: initial;
}
.feast-featured-review::before {
	background-color: #FFF !important;
	border-radius: 100px;
}
body .is-style-feast-feature-wrapper a,
body .feast-feature-wrapper a,
.wp-block-media-text.is-style-media-text-small-circle-image .wp-block-media-text__content a {
	color: var(--branding-color-links);
}
body #feast-advanced-jump-to {
	background-color: #fff;
}
#feast-advanced-jump-to ::marker {
	display: none;
}
#feast-advanced-jump-to summary {
	font-weight: bold !important;
}
.wp-block-group.feast-top-tip,
.wp-block-group.feast-featured-review,
.wp-block-group.is-style-group-asterisk,
.wp-block-group.is-style-group-badge,
.wp-block-group.is-style-group-check,
.wp-block-group.is-style-group-envelope,
.wp-block-group.is-style-group-heart,
.wp-block-group.is-style-group-question,
.wp-block-group.is-style-group-save,
.wp-block-group.is-style-group-send,
.wp-block-group.is-style-group-star,
.wp-block-group.is-style-group-utensils,
.wp-block-group.is-style-group-dollar,
.wp-block-group.is-style-group-plane,
.wp-block-group.is-style-group-lightbulb,
.wp-block-group.is-style-group-quote,
.wp-block-group.is-style-group-quote-bubble {
	padding: 45px clamp(20px, calc(1.25rem + ((1vw - 6px) * 2.1127)), 32px) 20px;
	position: relative;
	margin-bottom: 37px;
	margin-top: calc(var(--feast-spacing-xl) + 25px);
}
.is-style-feast-branding-background,
.is-style-feast-custom-background-feature-wrapper {
	padding: clamp(20px, calc(1.25rem + ((1vw - 6px) * 2.1127)), 32px);
	position: relative;
	margin-bottom: 37px;
}
.feast-top-tip h2,
.feast-featured-review h2 {
	margin: 0;
	padding: var(--feast-spacing-xxxs) 0;
}
.feast-top-tip p,
.feast-featured-review p {
	margin: 0;
	padding: 0 0 var(--feast-spacing-xxs);
}
.is-style-full-width-feature-wrapper .wp-block-group__inner-container > *:first-child,
.is-style-full-width-feature-wrapper-cta .wp-block-group__inner-container > *:first-child,
.is-style-full-width-slanted .wp-block-group__inner-container > *:first-child,
.is-style-full-width-custom-background-feature-wrapper .wp-block-group__inner-container > *:first-child,
.is-style-feast-custom-background-feature-wrapper .wp-block-group__inner-container > *:first-child,
.is-style-feast-branding-background .wp-block-group__inner-container > *:first-child,
.feast-top-tip .wp-block-group__inner-container > *:first-child,
.feast-featured-review .wp-block-group__inner-container > *:first-child,
.is-style-group-asterisk .wp-block-group__inner-container > *:first-child,
.is-style-group-badge .wp-block-group__inner-container > *:first-child,
.is-style-group-check .wp-block-group__inner-container > *:first-child,
.is-style-group-envelope .wp-block-group__inner-container > *:first-child,
.is-style-group-heart .wp-block-group__inner-container > *:first-child,
.is-style-group-question .wp-block-group__inner-container > *:first-child,
.is-style-group-save .wp-block-group__inner-container > *:first-child,
.is-style-group-send .wp-block-group__inner-container > *:first-child,
.is-style-group-star .wp-block-group__inner-container > *:first-child,
.is-style-group-utensils .wp-block-group__inner-container > *:first-child,
.is-style-group-dollar .wp-block-group__inner-container > *:first-child,
.is-style-group-plane .wp-block-group__inner-container > *:first-child,
.is-style-group-lightbulb .wp-block-group__inner-container > *:first-child,
.is-style-group-quote .wp-block-group__inner-container > *:first-child,
.is-style-group-quote-bubble .wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}
.is-style-full-width-feature-wrapper .wp-block-group__inner-container > *:last-child,
.is-style-full-width-feature-wrapper-cta .wp-block-group__inner-container > *:last-child,
.is-style-full-width-slanted .wp-block-group__inner-container > *:last-child,
.is-style-full-width-custom-background-feature-wrapper .wp-block-group__inner-container > *:last-child,
.is-style-feast-custom-background-feature-wrapper .wp-block-group__inner-container > *:last-child,
.is-style-feast-branding-background .wp-block-group__inner-container > *:last-child,
.feast-top-tip .wp-block-group__inner-container > *:last-child,
.feast-featured-review .wp-block-group__inner-container > *:last-child,
.is-style-group-asterisk .wp-block-group__inner-container > *:last-child,
.is-style-group-badge .wp-block-group__inner-container > *:last-child,
.is-style-group-check .wp-block-group__inner-container > *:last-child,
.is-style-group-envelope .wp-block-group__inner-container > *:last-child,
.is-style-group-heart .wp-block-group__inner-container > *:last-child,
.is-style-group-question .wp-block-group__inner-container > *:last-child,
.is-style-group-save .wp-block-group__inner-container > *:last-child,
.is-style-group-send .wp-block-group__inner-container > *:last-child,
.is-style-group-star .wp-block-group__inner-container > *:last-child,
.is-style-group-utensils .wp-block-group__inner-container > *:last-child,
.is-style-group-dollar .wp-block-group__inner-container > *:last-child,
.is-style-group-plane .wp-block-group__inner-container > *:last-child,
.is-style-group-lightbulb .wp-block-group__inner-container > *:last-child,
.is-style-group-quote .wp-block-group__inner-container > *:last-child,
.is-style-group-quote-bubble .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}
body .wp-block-group.is-style-group-quote-bubble {
	background-color: var(--branding-color-background);
	border-radius: 32px;
	padding: 36px 54px;
	margin-bottom: calc(37px + 38px);
	color: var(--branding-color-background-text);
}
body .wp-block-group.is-style-group-quote-bubble::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 54px;
	border-top: 38px solid var(--branding-color-background);
	border-left: 0 solid transparent;
	border-right: 38px solid transparent;
}
body .entry-content .schema-faq-section > p:last-child {
	margin-bottom: 0;
}
body .is-style-feast-inline-heading-group {
	border-color: var(--branding-color-accents);
}
.feast-top-tip::before, .is-style-group-lightbulb::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/lightbulb.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.feast-featured-review::before, .is-style-group-quote::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/quote.svg');   }.is-style-group-asterisk::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/asterisk.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text);  }.is-style-group-badge::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/badge.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is-style-group-check::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/check.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is-style-group-envelope::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/envelope.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text);    }.is-style-group-heart::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/heart.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is-style-group-question::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/question.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is-style-group-save::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/save.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is-style-group-send::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/send.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is-style-group-star::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/star.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is-style-group-utensils::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/utensils.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is-style-group-dollar::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/dollar.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is-style-group-plane::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/airplane.svg'); background-color: var(--branding-color-accents); color: var(--branding-color-accents-text); }.is-style-group-quote-bubble::before { background: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/quote.svg'); background-color: var(--branding-color-background); }.feast-featured-review::before, .feast-top-tip::before, .is-style-group-asterisk::before, .is-style-group-badge::before, .is-style-group-check::before, .is-style-group-envelope::before, .is-style-group-heart::before, .is-style-group-question::before, .is-style-group-save::before, .is-style-group-send::before, .is-style-group-star::before, .is-style-group-utensils::before, .is-style-group-dollar::before, .is-style-group-plane::before, .is-style-group-lightbulb::before, .is-style-group-quote::before, .is-style-group-quote-bubble::before {  position: absolute; content: ''; top: -25px; left: clamp(20px, calc(1.25rem + ((1vw - 6px) * 0.8803)), 25px); height: 50px; width: 50px; background-repeat: no-repeat !important; background-position: center; background-size: 30px 30px !important; border-radius: 100%;  }.entry-content a:hover { text-decoration: none; }.feast-category-index-list a:hover, .listing-item a:hover { background: none !important; }ul.inline-list li,
ul.is-style-inline-list li {
	display: inline-block; margin: 17px !important;
}
ol.inline-list,
ol.is-style-inline-list {
	display: flex;
	flex-direction: column;
}
ol.inline-list li,
ol.is-style-inline-list li {
	width: 100%;
}
.wp-block-group.is-content-justification-center ul.is-style-inline-list,
.wp-block-group.is-content-justification-center ol.is-style-inline-list {
	padding-left: 0;
	text-align: center;
}
.wp-block-group.is-content-justification-center ul.is-style-inline-list li,
.wp-block-group.is-content-justification-center ol.is-style-inline-list li {
	text-align: center;
}
.home .entry-title {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: -30px -6% 0;
	background: var(--branding-color-background);
	color: var(--branding-color-background-text);
	padding: var(--feast-spacing-xxl);
	text-align: center;
}
.sociallandingpage .feast-button a { 
	width: 90% !important; 
}
.sociallandingpage li { 
	display: block; 
	margin: 21px 0 !important; 
}
.sociallandingpage ul {
	text-align: center;
}
.schema-faq-section { 
	padding: var(--feast-spacing-s);
}
body #simple-social-icons-2 ul li a, body #simple-social-icons-2 ul li a:hover, body #simple-social-icons-2 ul li a:focus { 
	color: var(--branding-color-accents-text) !important;
	background-color: var(--branding-color-accents) !important; 
}
.wp-block-group .wp-block-search {
	margin: var(--feast-spacing-s) 0 !important;
	background: transparent !important;
}
.wp-block-group .wp-block-search__inside-wrapper {
	display: flex;
	flex-direction: column;
	margin: 0;
	border: 3px solid #000;
	background: #FFF !important;
	padding: 0;
	width: 100%;
}
@media(max-width:600px) {
	.wp-block-group .wp-block-search__inside-wrapper {
		width: 100% !important;
	}
}
.wp-block-group .wp-block-search__input {
	border: none !important;
	margin: 0 37px;
	width: unset;
}
@media(max-width:482px) {
	.wp-block-group .wp-block-search__input {
		max-width: calc(100% - 10px);
		margin: 0 5px;
	}
}
.wp-block-group .wp-block-search__button {
	display: block !important;
	visibility: visible !important;
	margin: 13px;
	font-weight: bold;
}
.feast-plus-author img {
	padding: var(--feast-spacing-xs);
}
.round-image img {
	padding: var(--feast-spacing-s);
	object-fit: cover;
	aspect-ratio: 1;
	border-radius: 50%;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio {
	background-color: var(--branding-color-background);
	margin-top: 32px;
	row-gap: 0;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media {
	margin-top: -32px;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media img {
	width: 178px;
	max-width: 100%;
	height: auto;
	border-radius: 178px;
	border: 6px solid white;
	box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.wp-block-media-text .wp-block-media-text__content {
	padding-top: var(--feast-spacing-s);
	padding-bottom: var(--feast-spacing-s);
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content * {
	color: var(--branding-color-background-text);
}
@media(max-width:600px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: var(--feast-spacing-s);
	}
}
.wp-block-group {
	margin: var(--feast-spacing-xl) 0;
}
.wp-block-group h2 {
	line-height: 1.2em;
	margin-bottom: var(--feast-spacing-xs);
}
.wp-block-group h2:first-child {
	margin-top: 0;
}
.entry-content ul:not(.is-style-inline-list):not(.fsri-list):not(.feast-category-index-list),
.feast-modern-category-layout ul:not(.is-style-inline-list):not(.fsri-list):not(.feast-category-index-list) {
	padding-left: 37px;
}
@media(max-width:600px) {
	.entry-content ul:not(.is-style-inline-list):not(.fsri-list):not(.feast-category-index-list),
	.feast-modern-category-layout ul:not(.is-style-inline-list):not(.fsri-list):not(.feast-category-index-list) {
		padding-left: 17px;
	}
}
.entry-content ul:not(.fsri-list):not(.feast-category-index-list) li,
.feast-modern-category-layout ul:not(.fsri-list):not(.feast-category-index-list) li {
	line-height: 1.6;
	margin-left: 0;
}
.entry-content ul:not(.is-style-inline-list):not(.fsri-list):not(.feast-category-index-list):not(.wp-block-social-links) li:not(:last-child),
.feast-modern-category-layout ul:not(.is-style-inline-list):not(.fsri-list):not(.feast-category-index-list):not(.wp-block-social-links) li:not(:last-child) {
	margin-bottom: var(--feast-spacing-xs);
}
@media only screen and (max-width: 600px) {
	.entry-content ul:not(.is-style-inline-list):not(.fsri-list):not(.feast-category-index-list) li:not(:last-child),
	.feast-modern-category-layout ul:not(.is-style-inline-list):not(.fsri-list):not(.feast-category-index-list) li:not(:last-child) {
		margin-bottom: var(--feast-spacing-s);
	}
}
.feast-modern-category-layout ul:not(.is-style-inline-list):not(.fsri-list):not(.feast-category-index-list):not(.wp-block-social-links) {
	margin-bottom: 37px;
}
ul.is-style-circle-number-list {
	display: flex;
	flex-direction: column;
}
ul.is-style-circle-number-list li {
	width: 100%;
}
ol.is-style-circle-number-list li::before {
	background-color: var(--branding-color-background);
	color: var(--branding-color-background-text);
}.is-style-step-count::before,
.is-style-step-count-above::before {
	background-color: var(--branding-color-accents);
	color: var(--branding-color-accents-text);
}
	ol.is-style-circle-number-list li::before {
	color: var(--branding-color-accents-text);
	background: var(--branding-color-accents);
}.is-style-media-text-background-only ol.is-style-circle-number-list li::before {
	color: #fff;
	background-color: #000;
}
hr.has-background, 
.wp-block-separator {
	margin-top: var(--feast-spacing-xxl);
	margin-bottom: var(--feast-spacing-xxl);
}
@media only screen and (max-width: 482px) {
	.site-container .site-inner .full-width-feature-wrapper,
	.site-container .site-inner .is-style-full-width-feature-wrapper,
	.site-container .site-inner .is-style-full-width-feature-wrapper-cta,
	.site-container .site-inner .is-style-full-width-slanted,
	.site-container .site-inner .is-style-full-width-custom-background-feature-wrapper {
		margin: var(--feast-spacing-xl) -4%;
	}
	.site-container .full-width-feature-wrapper,
	.site-container .is-style-full-width-feature-wrapper,
	.site-container .is-style-full-width-feature-wrapper-cta,
	.site-container .is-style-full-width-slanted,
	.site-container .is-style-full-width-custom-background-feature-wrapper,
	.site-container .feast-feature-wrapper,
	.site-container .is-style-feast-feature-wrapper {
		margin: var(--feast-spacing-xl) 0;
		padding: clamp(20px, calc(1.25rem + ((1vw - 6px) * 2.1127)), 32px);

	}
}
.full-width-feature-wrapper,
.is-style-full-width-feature-wrapper,
.is-style-full-width-slanted,
.is-style-full-width-custom-background-feature-wrapper,
.is-style-feast-custom-background-feature-wrapper,
.feast-feature-wrapper, 
.is-style-feast-feature-wrapper,
.is-style-feast-branding-background {
	background: var(--global-palette7, var(--branding-color-background));
}
.is-style-full-width-feature-wrapper-cta {
	background: var(--branding-color-cta);
}
.full-width-feature-wrapper,
.full-width-feature-wrapper a,
.is-style-full-width-feature-wrapper,
.is-style-full-width-slanted,
.is-style-full-width-feature-wrapper a,
.is-style-full-width-slanted a,
.is-style-full-width-custom-background-feature-wrapper,
.is-style-feast-custom-background-feature-wrapper,
.is-style-full-width-custom-background-feature-wrapper a,
.is-style-feast-custom-background-feature-wrapper a,
.feast-feature-wrapper,
.feast-feature-wrapper a,
.is-style-feast-feature-wrapper,
.is-style-feast-feature-wrapper a,
.is-style-feast-branding-background,
.is-style-feast-branding-background a,
.is-style-group-tip-3,
.is-style-group-tip-4,
.is-style-group-tip-3 a,
.is-style-group-tip-4 a {
	color: var(--branding-color-background-text);
}
.is-style-full-width-feature-wrapper-cta,
.is-style-full-width-feature-wrapper-cta a,
.is-style-full-width-feature-wrapper-cta :is(h1,h2,h3,h4,h5,h6),
.is-style-feast-branding-cta,
.is-style-feast-brandaing-cta a {
	color: var(--branding-color-cta-text);
}
.is-style-full-width-feature-wrapper .has-white-background-color,
.is-style-full-width-feature-wrapper-cta .has-white-background-color,
.is-style-full-width-feature-wrapper-cta .has-white-background-color :is(h1,h2,h3,h4,h5,h6),
.is-style-full-width-slanted .has-white-background-color,
.is-style-full-width-feature-wrapper .has-white-background-color a,
.is-style-full-width-feature-wrapper-cta .has-white-background-color a,
.is-style-full-width-slanted .has-white-background-color a,
.is-style-full-width-custom-background-feature-wrapper .has-white-background-color,
.is-style-feast-custom-background-feature-wrapper .has-white-background-color,
.is-style-full-width-custom-background-feature-wrapper .has-white-background-color a,
.is-style-feast-custom-background-feature-wrapper .has-white-background-color a,
.is-style-feast-feature-wrapper .has-white-background-color,
.is-style-feast-feature-wrapper .has-white-background-color a,
.is-style-feast-branding-background .has-white-background-color,
.is-style-feast-branding-background .has-white-background-color a,
.is-style-feast-branding-cta .has-white-background-color,
.is-style-feast-branding-cta .has-white-background-color a {
	color: #000;
}
.site-container .full-width-feature-wrapper .wp-block-columns {
	padding: 17px;
}
.feast-feature-wrapper, 
.is-style-feast-feature-wrapper {
	margin: var(--feast-spacing-xl) 0;
	padding: clamp(20px, calc(1.25rem + ((1vw - 6px) * 2.1127)), 32px);
}
.feast-feature-wrapper .wp-block-group__inner-container > *:last-child, 
.is-style-feast-feature-wrapper .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}
.feast-feature-wrapper .wp-block-group__inner-container > *:first-child, 
.is-style-feast-feature-wrapper .wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}
.wp-block-group > .wp-block-group__inner-container {
	margin: 0;
}
.is-style-full-width-custom-background-feature-wrapper,
.is-style-feast-custom-background-feature-wrapper {
	position: relative;
	z-index: 1;
}
.is-style-full-width-custom-background-feature-wrapper::after,
.is-style-feast-custom-background-feature-wrapper::after {
	content: "";
	background-size: 100px 100px;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 100%;
	z-index: -1;
}
.is-style-feast-custom-background-feature-wrapper::after {
	left: 0;
	right: 0;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.is-style-full-width-custom-background-feature-wrapper,.is-style-feast-custom-background-feature-wrapper {box-shadow: none !important;background-color: transparent !important;}.is-style-full-width-custom-background-feature-wrapper::after,.is-style-feast-custom-background-feature-wrapper::after {background-image: url('https://hungryhealthyhappy.com/wp-content/uploads/2024/11/HHH-background-3.png');}.bypostauthor article {  
	background: var(--branding-color-background);
	color: var(--branding-color-background-text);
}
.bypostauthor article a {
	color: var(--branding-color-background-text);
}
.bypostauthor article .comment-time,
.bypostauthor article .comment-time a {
	color: var(--branding-color-background-text);	
}

.is-variation-fancy-text,
.has-feast-branding-accent-font-font-family {
	font-family: var(--branding-accent-font), var(--font-fallback) !important;
	font-size: 1.2em;
	margin-top: var(--feast-spacing-xxs) !important;
	margin-bottom: 8px !important;
	line-height: 1.2;
}
p.is-variation-fancy-text + *:not(div),
.wp-block-group__inner-container p.is-variation-fancy-text:first-child {
	margin-top: 0 !important;
}
.is-variation-media-text-sidebar-bio .is-variation-fancy-text {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.is-variation-fancy-text:last-child {
	margin-bottom: 0 !important;
}
.is-variation-fancy-text,.has-feast-branding-accent-font-font-family {font-size: 24px;}.editor-styles-wrapper h1:not(.editor-post-title),
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
body.feast-plugin h1,
body.feast-plugin h2,
body.feast-plugin h3,
body.feast-plugin h4,
body.feast-plugin h5,
body.feast-plugin h6 {
	text-transform: initial;
}
	.feast-numbered-images .wp-block-image { 
		position: relative !important; 
	}
	.feast-numbered-images figure::before {
		counter-increment: instruction-step;
		content: counter(instruction-step);
		position: absolute;
		top: 15px;
		left: 15px;
		width: 30px;
		height: 30px;
		background: #FFFFFFDD;
		padding: 7px;
		border-radius: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
	}
	ul.is-style-feast-list,
ul.feast-list {
	padding-left: var(--feast-spacing-s) !important;
}
ul.is-style-feast-list li,
ul.feast-list li {
	list-style-type: none !important;
	position: relative;
	padding-left: 1.3em;
}
ul.is-style-feast-list li:before,
ul.feast-list li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: var(--branding-custom-list-char);
	width: 18px;
}
ul.is-style-feast-list .block-editor-rich-text__editable,
ul.feast-list .block-editor-rich-text__editable {
	display: inline-block;
}
ol.feast-list,
ol.is-style-feast-list {
	display: flex;
	flex-direction: column;
}
ol.feast-list li,
ol.is-style-feast-list li {
	width: 100%;
}
.fsri-numbered { 
	counter-reset: fsri-counter; 
}
.fsri-numbered .fsri-title::before {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	border-radius: 27px;
	font-weight: bold;
	color: var(--branding-color-accents-text);
	background: var(--branding-color-accents);
	content: counter(fsri-counter);
	counter-increment: fsri-counter;
	margin: -18px auto 7px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	pointer-events: none;
}
body nav.pagination {
	margin-bottom: 0;
	padding-bottom: 37px;
}
body nav.pagination .nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	gap: 14px;
}
body .nav-links .page-numbers {
	margin: 0;
	padding: 12px 16px;
	font-weight: 700;
	border: 2px solid var(--branding-color-primary);
	background-color: white;
	color: #000;
	line-height: 12px;
	min-height: 48px;
	display: flex;
	align-items: center;
	border-radius: 0;
}
body .nav-links .page-numbers.current,
body .nav-links .page-numbers.next,
body .nav-links .page-numbers.prev {
	background-color: var(--branding-color-primary);
	color: var(--branding-color-primary-text);
}
body .nav-links .page-numbers:not(.dots):hover {
	background-color: var(--branding-color-primary);
	color: var(--branding-color-primary-text);
}
body .nav-links .page-numbers.dots:hover {
	opacity: 1;
}
body .site-footer {
	letter-spacing: normal;
}
body .site-footer:has(.feast-modern-footer) {
	padding-bottom: 0;
	text-transform: initial;
	text-align: inherit;
}
body .site-footer:has(.feast-modern-footer) ul.wp-block-list {
	padding-left: 0;
}
body .nav-links .page-numbers {
	border-color: #000;
}
body .feastmobilenavbar ul li a,
.mmm-dialog ul.menu li a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2em;
}
.mmm-dialog ul.menu li a {
	color: #000;
	font-size: 20px;
}
body .feastmobilenavbar ul li a,
.mmm-dialog ul.menu li a {
	text-decoration: underline !important;
	text-decoration-color: var(--branding-color-primary) !important;
	text-decoration-thickness: 3px !important;
	text-underline-offset: 2px !important;
}
body .feastmobilenavbar ul li a,
.mmm-dialog ul.menu li a {
	text-decoration-color: var(--branding-color-accents) !important;
}
.site-container .feast-alternate-header.is-style-full-width-feature-wrapper,
.site-container .feast-alternate-header.is-style-full-width-feature-wrapper-cta,
.site-container .feast-alternate-header.is-style-full-width-slanted {
	margin-top: 0;
	margin-bottom: var(--feast-spacing-s);
	padding-left: 24px;
	padding-right: 24px;
}
@media(max-width:1079px) {
	.site-container .feast-alternate-header.is-style-full-width-feature-wrapper,
	.site-container .feast-alternate-header.is-style-full-width-feature-wrapper-cta,
	.site-container .feast-alternate-header.is-style-full-width-slanted {
		padding-left: 4%;
		padding-right: 4%;
	}
}
.feast-alternate-header .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 12px;
}
.feast-alternate-header__left {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.feast-alternate-header__right {
	flex: 1;
	align-self: center;
}
@media(min-width:601px) {
	.feast-alternate-header__right,
	.feast-alternate-header .wp-block-buttons {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		row-gap: 12px;
	}
}
.feast-alternate-header .entry-title {
	margin-top: 0;
	margin-bottom: 0;
}
.feast-alternate-header .entry-title {
	color: var(--branding-post-header-text-color);
}
.feast-alternate-header.top-header-color-primary,
.feast-alternate-header.top-header-color-cta {
	background-color: var(--branding-post-header-background-color);
	color: var(--branding-post-header-text-color);
}
.feast-alternate-header.top-header-color-primary a,
.feast-alternate-header.top-header-color-cta a {
	color: var(--branding-post-header-text-color);
}
.feast-alternate-header nav#breadcrumbs,
.feast-alternate-header p.entry-meta {
	margin: 0;
}
.feast-alternate-header .feast-replace-buttons .wp-block-button__link {
	padding: 0 16px;
	height: 48px;
	line-height: 44px;
	white-space: nowrap;
}
.feast-alternate-header .wp-block-button__link:hover svg path {
	fill: #000;
}
.feast-alternate-header__left .feast-hook .wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}
.feast-alternate-header__left .feast-hook > *:not(:first-child) {
	margin-top: 8px;
	margin-bottom: 0;
}
.feast-alternate-header__left {
	max-width: 528px;
}
.feast-alternate-header__ratings {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.feast-alternate-header__ratings > .wprm-recipe-rating {
	margin-right: 10px;
}
.feast-alternate-header__ratings > .fsri-tasty-recipe-count {
	width: auto;
}
.feast-alternate-header .wprm-rating-star.wprm-rating-star-full svg * {
	fill: var(--branding-post-header-text-color) !important;
}
.feast-alternate-header .wprm-rating-star.wprm-rating-star-full svg *,
.feast-alternate-header .wprm-rating-star.wprm-rating-star-50 svg *,
.feast-alternate-header .wprm-rating-star.wprm-rating-star-33 svg *,
.feast-alternate-header .wprm-rating-star.wprm-rating-star-66 svg *,
.feast-alternate-header .wprm-rating-star.wprm-rating-star-empty svg * {
	stroke: var(--branding-post-header-text-color);
}
.feast-alternate-header .entry-meta {
	margin-bottom: 0;
}
.feast-alternate-header .wp-block-buttons {
	margin-bottom: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
#feast-advanced-jump-to summary::-webkit-details-marker,
#feast-advanced-jump-to summary::marker {
	display: none;
	content: "";
}
#feast-advanced-jump-to summary {
	position: relative;
	cursor: pointer;
}
#feast-advanced-jump-to summary::after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 30px;
	background-image: url('https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/images/chevron-down.svg');
	width: 26px;
	height: 15px;
	background-size: cover;
	transition: all 0.2s ease-in-out;
	transform: rotate(180deg);
}
#feast-advanced-jump-to[open] summary::after {
	transform: rotate(0);
}
body #feast-advanced-jump-to li a {
	text-decoration: underline;
	color: var(--branding-color-links) !important;
}
body #feast-advanced-jump-to {
	background-color: #fff !important;
	box-shadow: 0 6px 12px rgba(0,0,0,0.16) !important;
	border: none !important;
}
body #feast-advanced-jump-to summary {
	background-color: var(--branding-color-background);
}
body #feast-advanced-jump-to ul {
	margin-top: 24px;
}
.feast-jump-to-buttons {
	gap: 12px;
}
.feast-jump-to-buttons .wp-block-button__link {
	padding: 0 16px;
	height: 48px;
	line-height: 44px;
	white-space: nowrap;
}
.feast-trusted-google-source .wp-block-button__link:hover svg path,
.feast-jump-to-buttons .wp-block-button__link:hover svg path {
	fill: #000;
}
@media(max-width:1023px) {
	body .entry {
		padding-top: 0;
	}
}	
.feast-hook--feast_alternate_header_right_top,
.feast-hook--feast_alternate_header_right_bottom {
	width: 100%;
}

/* end of feast branding styles */ 

/* start of feast plus branding desktop styles */ 
@media (min-width: 481px) { .fsri-time {
	font-size: var(--feast-desktop-font-xs); margin-bottom: var(--feast-spacing-xxs);
}
.aside {
	font-size: var(--feast-desktop-font-xs); line-height: 1.3em;
}
.feast-button a,
#respond #submit,
body .editor-styles-wrapper .wp-block-button__link,
.wp-block-button__link {
	display: inline-block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.feast-button a:hover,
#respond #submit:hover,
body .editor-styles-wrapper .wp-block-button__link:hover,
.wp-block-button__link:hover {
	transform: scale(0.90);
}
.link-align-top {
	position: relative;
}
.link-align-top .feast-category-link {
	position: absolute;
	top: 0;
	right: 0;
}
.home .entry-title {
	box-shadow: 0 0 0 100vmax var(--global-palette7, var(--branding-color-background));
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.wp-block-group .wp-block-search__inside-wrapper {
	flex-direction: row;
	width: inherit;
}
.wp-block-group .wp-block-search__button {
	width: auto;
	margin: 3px;
	padding: 11px 20px;
}
.site-container .full-width-feature-wrapper,
.site-container .is-style-full-width-feature-wrapper,
.site-container .is-style-full-width-feature-wrapper-cta,
.site-container .is-style-full-width-slanted,
.site-container .is-style-full-width-custom-background-feature-wrapper {
	margin: var(--feast-spacing-xl) auto;
	padding: clamp(20px, calc(1.25rem + ((1vw - 6px) * 2.1127)), 32px) 0;
	box-shadow: 0 0 0 100vmax var(--global-palette7, var(--branding-color-background));
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.site-container .is-style-full-width-feature-wrapper-cta {
	box-shadow: 0 0 0 100vmax var(--branding-color-cta);
}
.site-container .sidebar .full-width-feature-wrapper,
.site-container .sidebar .is-style-full-width-feature-wrapper,
.site-container .sidebar .is-style-full-width-feature-wrapper-cta,
.site-container .sidebar .is-style-full-width-slanted,
.site-container .sidebar .is-style-full-width-custom-background-feature-wrapper {
	box-shadow: none;
	-webkit-clip-path: none;
	clip-path: none;
	background-color: var(--global-palette7, var(--branding-color-background));
}
.site-container .sidebar .is-style-full-width-feature-wrapper-cta {
	background-color: var(--branding-color-cta);
}
.site-container .full-width-feature-wrapper .wp-block-group__inner-container,
.site-container .is-style-full-width-feature-wrapper .wp-block-group__inner-container,
.site-container .is-style-full-width-feature-wrapper-cta .wp-block-group__inner-container,
.site-container .is-style-full-width-slanted .wp-block-group__inner-container,
.site-container .is-style-full-width-custom-background-feature-wrapper .wp-block-group__inner-container {
	width: 100%;
	max-width: 1080px;
}
.site-container .full-width-feature-wrapper .wp-block-group__inner-container > :last-child,
.site-container .is-style-full-width-feature-wrapper .wp-block-group__inner-container > :last-child,
.site-container .is-style-full-width-feature-wrapper-cta .wp-block-group__inner-container > :last-child,
.site-container .is-style-full-width-slanted .wp-block-group__inner-container > :last-child,
.site-container .is-style-full-width-custom-background-feature-wrapper .wp-block-group__inner-container > :last-child {
	margin-bottom: 0;
}
.site-container .full-width-feature-wrapper .wp-block-group__inner-container > :first-child,
.site-container .is-style-full-width-feature-wrapper .wp-block-group__inner-container > :first-child,
.site-container .is-style-full-width-feature-wrapper-cta .wp-block-group__inner-container > :first-child,
.site-container .is-style-full-width-slanted .wp-block-group__inner-container > :first-child,
.site-container .is-style-full-width-custom-background-feature-wrapper .wp-block-group__inner-container > :first-child {
	margin-top: 0;
}
.single-post .entry-content .full-width-feature-wrapper,
.single-post .entry-content .is-style-full-width-feature-wrapper,
.single-post .entry-content .is-style-full-width-feature-wrapper-cta,
.single-post .entry-content .is-style-full-width-slanted,
.single-post .entry-content .is-style-full-width-custom-background-feature-wrapper {
	width: 100%;
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-primary-background-color,
.site-container .is-style-full-width-feature-wrapper.has-feast-branding-color-primary-background-color,
.site-container .is-style-full-width-feature-wrapper-cta.has-feast-branding-color-primary-background-color,
.site-container .is-style-full-width-slanted.has-feast-branding-color-primary-background-color,
.site-container .is-style-full-width-custom-background-feature-wrapper.has-feast-branding-color-primary-background-color {
	box-shadow: 0 0 0 100vmax var(--branding-color-primary);
	box-shadow: 0 0 0 100vmax var(--global-palette1, var(--branding-color-primary));
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-accents-background-color,
.site-container .is-style-full-width-feature-wrapper.has-feast-branding-color-accents-background-color,
.site-container .is-style-full-width-feature-wrapper-cta.has-feast-branding-color-accents-background-color,
.site-container .is-style-full-width-slanted.has-feast-branding-color-accents-background-color,
.site-container .is-style-full-width-custom-background-feature-wrapper.has-feast-branding-color-accents-background-color {
	box-shadow: 0 0 0 100vmax var(--branding-color-accents);
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-background-background-color,
.site-container .is-style-full-width-feature-wrapper.has-feast-branding-color-background-background-color,
.site-container .is-style-full-width-feature-wrapper-cta.has-feast-branding-color-background-background-color,
.site-container .is-style-full-width-slanted.has-feast-branding-color-background-background-color,
.site-container .is-style-full-width-custom-background-feature-wrapper.has-feast-branding-color-background-background-color {
	box-shadow: 0 0 0 100vmax var(--global-palette7, var(--branding-color-background));
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-links-background-color,
.site-container .is-style-full-width-feature-wrapper.has-feast-branding-color-links-background-color,
.site-container .is-style-full-width-feature-wrapper-cta.has-feast-branding-color-links-background-color,
.site-container .is-style-full-width-slanted.has-feast-branding-color-links-background-color,
.site-container .is-style-full-width-custom-background-feature-wrapper.has-feast-branding-color-links-background-color {
	box-shadow: 0 0 0 100vmax var(--branding-color-links);
}
 } 
/* end of feast plus branding desktop styles */ 
</style>
<link rel="icon" href="https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cropped-favicon-a-32x32.jpg" sizes="32x32" />
<link rel="icon" href="https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cropped-favicon-a-192x192.jpg" sizes="192x192" />
<link rel="apple-touch-icon" href="https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cropped-favicon-a-180x180.jpg" />
<meta name="msapplication-TileImage" content="https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cropped-favicon-a-270x270.jpg" />
<script data-no-optimize='1' data-cfasync='false' id='comscore-loader-a42e31d'>(function(){window.adthriveCLS.buildDate=`2026-06-10`;var e=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),t=e(((e,t)=>{var n=function(e){return e&&e.Math===Math&&e};t.exports=n(typeof globalThis==`object`&&globalThis)||n(typeof window==`object`&&window)||n(typeof self==`object`&&self)||n(typeof global==`object`&&global)||n(typeof e==`object`&&e)||(function(){return this})()||Function(`return this`)()})),n=e(((e,t)=>{t.exports=function(e){try{return!!e()}catch(e){return!0}}})),r=e(((e,t)=>{t.exports=!n()(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})})),i=e(((e,t)=>{t.exports=!n()(function(){var e=function(){}.bind();return typeof e!=`function`||e.hasOwnProperty(`prototype`)})})),a=e(((e,t)=>{var n=i(),r=Function.prototype.call;t.exports=n?r.bind(r):function(){return r.apply(r,arguments)}})),o=e((e=>{var t={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor;e.f=n&&!t.call({1:2},1)?function(e){var t=n(this,e);return!!t&&t.enumerable}:t})),s=e(((e,t)=>{t.exports=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}})),c=e(((e,t)=>{var n=i(),r=Function.prototype,a=r.call,o=n&&r.bind.bind(a,a);t.exports=n?o:function(e){return function(){return a.apply(e,arguments)}}})),l=e(((e,t)=>{var n=c(),r=n({}.toString),i=n(``.slice);t.exports=function(e){return i(r(e),8,-1)}})),u=e(((e,t)=>{var r=c(),i=n(),a=l(),o=Object,s=r(``.split);t.exports=i(function(){return!o(`z`).propertyIsEnumerable(0)})?function(e){return a(e)===`String`?s(e,``):o(e)}:o})),d=e(((e,t)=>{t.exports=function(e){return e==null}})),f=e(((e,t)=>{var n=d(),r=TypeError;t.exports=function(e){if(n(e))throw new r(`Can't call method on `+e);return e}})),p=e(((e,t)=>{var n=u(),r=f();t.exports=function(e){return n(r(e))}})),m=e(((e,t)=>{var n=typeof document==`object`&&document.all;t.exports=n===void 0&&n!==void 0?function(e){return typeof e==`function`||e===n}:function(e){return typeof e==`function`}})),h=e(((e,t)=>{var n=m();t.exports=function(e){return typeof e==`object`?e!==null:n(e)}})),g=e(((e,n)=>{var r=t(),i=m(),a=function(e){return i(e)?e:void 0};n.exports=function(e,t){return arguments.length<2?a(r[e]):r[e]&&r[e][t]}})),_=e(((e,t)=>{t.exports=c()({}.isPrototypeOf)})),v=e(((e,n)=>{var r=t().navigator,i=r&&r.userAgent;n.exports=i?String(i):``})),y=e(((e,n)=>{var r=t(),i=v(),a=r.process,o=r.Deno,s=a&&a.versions||o&&o.version,c=s&&s.v8,l,u;c&&(l=c.split(`.`),u=l[0]>0&&l[0]<4?1:+(l[0]+l[1])),!u&&i&&(l=i.match(/Edge\/(\d+)/),(!l||l[1]>=74)&&(l=i.match(/Chrome\/(\d+)/),l&&(u=+l[1]))),n.exports=u})),b=e(((e,r)=>{var i=y(),a=n(),o=t().String;r.exports=!!Object.getOwnPropertySymbols&&!a(function(){var e=Symbol(`symbol detection`);return!o(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&i&&i<41})})),x=e(((e,t)=>{t.exports=b()&&!Symbol.sham&&typeof Symbol.iterator==`symbol`})),S=e(((e,t)=>{var n=g(),r=m(),i=_(),a=x(),o=Object;t.exports=a?function(e){return typeof e==`symbol`}:function(e){var t=n(`Symbol`);return r(t)&&i(t.prototype,o(e))}})),C=e(((e,t)=>{var n=String;t.exports=function(e){try{return n(e)}catch(e){return`Object`}}})),ee=e(((e,t)=>{var n=m(),r=C(),i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not a function`)}})),te=e(((e,t)=>{var n=ee(),r=d();t.exports=function(e,t){var i=e[t];return r(i)?void 0:n(i)}})),ne=e(((e,t)=>{var n=a(),r=m(),i=h(),o=TypeError;t.exports=function(e,t){var a,s;if(t===`string`&&r(a=e.toString)&&!i(s=n(a,e))||r(a=e.valueOf)&&!i(s=n(a,e))||t!==`string`&&r(a=e.toString)&&!i(s=n(a,e)))return s;throw new o(`Can't convert object to primitive value`)}})),re=e(((e,t)=>{t.exports=!1})),w=e(((e,n)=>{var r=t(),i=Object.defineProperty;n.exports=function(e,t){try{i(r,e,{value:t,configurable:!0,writable:!0})}catch(n){r[e]=t}return t}})),T=e(((e,n)=>{var r=re(),i=t(),a=w(),o=`__core-js_shared__`,s=n.exports=i[o]||a(o,{});(s.versions||(s.versions=[])).push({version:`3.49.0`,mode:r?`pure`:`global`,copyright:`© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.`,license:`https://github.com/zloirock/core-js/blob/v3.49.0/LICENSE`,source:`https://github.com/zloirock/core-js`})})),E=e(((e,t)=>{var n=T();t.exports=function(e,t){return n[e]||(n[e]=t||{})}})),ie=e(((e,t)=>{var n=f(),r=Object;t.exports=function(e){return r(n(e))}})),D=e(((e,t)=>{var n=c(),r=ie(),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return i(r(e),t)}})),O=e(((e,t)=>{var n=c(),r=0,i=Math.random(),a=n(1.1.toString);t.exports=function(e){return`Symbol(`+(e===void 0?``:e)+`)_`+a(++r+i,36)}})),ae=e(((e,n)=>{var r=t(),i=E(),a=D(),o=O(),s=b(),c=x(),l=r.Symbol,u=i(`wks`),d=c?l.for||l:l&&l.withoutSetter||o;n.exports=function(e){return a(u,e)||(u[e]=s&&a(l,e)?l[e]:d(`Symbol.`+e)),u[e]}})),oe=e(((e,t)=>{var n=a(),r=h(),i=S(),o=te(),s=ne(),c=ae(),l=TypeError,u=c(`toPrimitive`);t.exports=function(e,t){if(!r(e)||i(e))return e;var a=o(e,u),c;if(a){if(t===void 0&&(t=`default`),c=n(a,e,t),!r(c)||i(c))return c;throw new l(`Can't convert object to primitive value`)}return t===void 0&&(t=`number`),s(e,t)}})),k=e(((e,t)=>{var n=oe(),r=S();t.exports=function(e){var t=n(e,`string`);return r(t)?t:t+``}})),se=e(((e,n)=>{var r=t(),i=h(),a=r.document,o=i(a)&&i(a.createElement);n.exports=function(e){return o?a.createElement(e):{}}})),A=e(((e,t)=>{var i=r(),a=n(),o=se();t.exports=!i&&!a(function(){return Object.defineProperty(o(`div`),`a`,{get:function(){return 7}}).a!==7})})),j=e((e=>{var t=r(),n=a(),i=o(),c=s(),l=p(),u=k(),d=D(),f=A(),m=Object.getOwnPropertyDescriptor;e.f=t?m:function(e,t){if(e=l(e),t=u(t),f)try{return m(e,t)}catch(e){}if(d(e,t))return c(!n(i.f,e,t),e[t])}})),ce=e(((e,t)=>{var i=r(),a=n();t.exports=i&&a(function(){return Object.defineProperty(function(){},`prototype`,{value:42,writable:!1}).prototype!==42})})),M=e(((e,t)=>{var n=h(),r=String,i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not an object`)}})),N=e((e=>{var t=r(),n=A(),i=ce(),a=M(),o=k(),s=TypeError,c=Object.defineProperty,l=Object.getOwnPropertyDescriptor,u=`enumerable`,d=`configurable`,f=`writable`;e.f=t?i?function(e,t,n){if(a(e),t=o(t),a(n),typeof e==`function`&&t===`prototype`&&`value`in n&&f in n&&!n[f]){var r=l(e,t);r&&r[f]&&(e[t]=n.value,n={configurable:d in n?n[d]:r[d],enumerable:u in n?n[u]:r[u],writable:!1})}return c(e,t,n)}:c:function(e,t,r){if(a(e),t=o(t),a(r),n)try{return c(e,t,r)}catch(e){}if(`get`in r||`set`in r)throw new s(`Accessors not supported`);return`value`in r&&(e[t]=r.value),e}})),P=e(((e,t)=>{var n=r(),i=N(),a=s();t.exports=n?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}})),le=e(((e,t)=>{var n=r(),i=D(),a=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,s=i(a,`name`);t.exports={EXISTS:s,PROPER:s&&function(){}.name===`something`,CONFIGURABLE:s&&(!n||n&&o(a,`name`).configurable)}})),ue=e(((e,t)=>{var n=c(),r=m(),i=T(),a=n(Function.toString);r(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),t.exports=i.inspectSource})),de=e(((e,n)=>{var r=t(),i=m(),a=r.WeakMap;n.exports=i(a)&&/native code/.test(String(a))})),fe=e(((e,t)=>{var n=E(),r=O(),i=n(`keys`);t.exports=function(e){return i[e]||(i[e]=r(e))}})),F=e(((e,t)=>{t.exports={}})),pe=e(((e,n)=>{var r=de(),i=t(),a=h(),o=P(),s=D(),c=T(),l=fe(),u=F(),d=`Object already initialized`,f=i.TypeError,p=i.WeakMap,m,g,_,v=function(e){return _(e)?g(e):m(e,{})},y=function(e){return function(t){var n;if(!a(t)||(n=g(t)).type!==e)throw new f(`Incompatible receiver, `+e+` required`);return n}};if(r||c.state){var b=c.state||(c.state=new p);b.get=b.get,b.has=b.has,b.set=b.set,m=function(e,t){if(b.has(e))throw new f(d);return t.facade=e,b.set(e,t),t},g=function(e){return b.get(e)||{}},_=function(e){return b.has(e)}}else{var x=l(`state`);u[x]=!0,m=function(e,t){if(s(e,x))throw new f(d);return t.facade=e,o(e,x,t),t},g=function(e){return s(e,x)?e[x]:{}},_=function(e){return s(e,x)}}n.exports={set:m,get:g,has:_,enforce:v,getterFor:y}})),me=e(((e,t)=>{var i=c(),a=n(),o=m(),s=D(),l=r(),u=le().CONFIGURABLE,d=ue(),f=pe(),p=f.enforce,h=f.get,g=String,_=Object.defineProperty,v=i(``.slice),y=i(``.replace),b=i([].join),x=l&&!a(function(){return _(function(){},`length`,{value:8}).length!==8}),S=String(String).split(`String`),C=t.exports=function(e,t,n){v(g(t),0,7)===`Symbol(`&&(t=`[`+y(g(t),/^Symbol\(([^)]*)\).*$/,`$1`)+`]`),n&&n.getter&&(t=`get `+t),n&&n.setter&&(t=`set `+t),(!s(e,`name`)||u&&e.name!==t)&&(l?_(e,`name`,{value:t,configurable:!0}):e.name=t),x&&n&&s(n,`arity`)&&e.length!==n.arity&&_(e,`length`,{value:n.arity});try{n&&s(n,`constructor`)&&n.constructor?l&&_(e,`prototype`,{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var r=p(e);return s(r,`source`)||(r.source=b(S,typeof t==`string`?t:``)),e};Function.prototype.toString=C(function(){return o(this)&&h(this).source||d(this)},`toString`)})),he=e(((e,t)=>{var n=m(),r=N(),i=me(),a=w();t.exports=function(e,t,o,s){s||(s={});var c=s.enumerable,l=s.name===void 0?t:s.name;if(n(o)&&i(o,l,s),s.global)c?e[t]=o:a(t,o);else{try{s.unsafe?e[t]&&(c=!0):delete e[t]}catch(e){}c?e[t]=o:r.f(e,t,{value:o,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return e}})),ge=e(((e,t)=>{var n=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(e){var t=+e;return(t>0?r:n)(t)}})),I=e(((e,t)=>{var n=ge();t.exports=function(e){var t=+e;return t!==t||t===0?0:n(t)}})),_e=e(((e,t)=>{var n=I(),r=Math.max,i=Math.min;t.exports=function(e,t){var a=n(e);return a<0?r(a+t,0):i(a,t)}})),ve=e(((e,t)=>{var n=I(),r=Math.min;t.exports=function(e){var t=n(e);return t>0?r(t,9007199254740991):0}})),ye=e(((e,t)=>{var n=ve();t.exports=function(e){return n(e.length)}})),be=e(((e,t)=>{var n=p(),r=_e(),i=ye(),a=function(e){return function(t,a,o){var s=n(t),c=i(s);if(c===0)return!e&&-1;var l=r(o,c),u;if(e&&a!==a){for(;c>l;)if(u=s[l++],u!==u)return!0}else for(;c>l;l++)if((e||l in s)&&s[l]===a)return e||l||0;return!e&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}})),xe=e(((e,t)=>{var n=c(),r=D(),i=p(),a=be().indexOf,o=F(),s=n([].push);t.exports=function(e,t){var n=i(e),c=0,l=[],u;for(u in n)!r(o,u)&&r(n,u)&&s(l,u);for(;t.length>c;)r(n,u=t[c++])&&(~a(l,u)||s(l,u));return l}})),Se=e(((e,t)=>{t.exports=[`constructor`,`hasOwnProperty`,`isPrototypeOf`,`propertyIsEnumerable`,`toLocaleString`,`toString`,`valueOf`]})),Ce=e((e=>{var t=xe(),n=Se().concat(`length`,`prototype`);e.f=Object.getOwnPropertyNames||function(e){return t(e,n)}})),we=e((e=>{e.f=Object.getOwnPropertySymbols})),L=e(((e,t)=>{var n=g(),r=c(),i=Ce(),a=we(),o=M(),s=r([].concat);t.exports=n(`Reflect`,`ownKeys`)||function(e){var t=i.f(o(e)),n=a.f;return n?s(t,n(e)):t}})),Te=e(((e,t)=>{var n=D(),r=L(),i=j(),a=N();t.exports=function(e,t,o){for(var s=r(t),c=a.f,l=i.f,u=0;u<s.length;u++){var d=s[u];!n(e,d)&&!(o&&n(o,d))&&c(e,d,l(t,d))}}})),Ee=e(((e,t)=>{var r=n(),i=m(),a=/#|\.prototype\./,o=function(e,t){var n=c[s(e)];return n===u?!0:n===l?!1:i(t)?r(t):!!t},s=o.normalize=function(e){return String(e).replace(a,`.`).toLowerCase()},c=o.data={},l=o.NATIVE=`N`,u=o.POLYFILL=`P`;t.exports=o})),De=e(((e,n)=>{var r=t(),i=j().f,a=P(),o=he(),s=w(),c=Te(),l=Ee();n.exports=function(e,t){var n=e.target,u=e.global,d=e.stat,f,p=u?r:d?r[n]||s(n,{}):r[n]&&r[n].prototype,m,h,g,_;if(p)for(m in t){if(g=t[m],e.dontCallGetSet?(_=i(p,m),h=_&&_.value):h=p[m],f=l(u?m:n+(d?`.`:`#`)+m,e.forced),!f&&h!==void 0){if(typeof g==typeof h)continue;c(g,h)}(e.sham||h&&h.sham)&&a(g,`sham`,!0),o(p,m,g,e)}}})),Oe=e(((e,t)=>{var n=r(),i=N(),a=s();t.exports=function(e,t,r){n?i.f(e,t,a(0,r)):e[t]=r}})),ke=e((()=>{var e=De(),t=r(),n=L(),i=p(),a=j(),o=Oe();e({target:`Object`,stat:!0,sham:!t},{getOwnPropertyDescriptors:function(e){for(var t=i(e),r=a.f,s=n(t),c={},l=0,u,d;s.length>l;)d=r(t,u=s[l++]),d!==void 0&&o(c,u,d);return c}})})),Ae=e(((e,n)=>{n.exports=t()}));e(((e,t)=>{ke(),t.exports=Ae().Object.getOwnPropertyDescriptors}))();let je=new class{info(e,t,...n){this.call(console.info,e,t,...n)}warn(e,t,...n){this.call(console.warn,e,t,...n)}error(e,t,...n){this.call(console.error,e,t,...n),this.sendErrorLogToCommandQueue(e,t,...n)}event(e,t,...n){var r;((r=window.adthriveCLS)==null?void 0:r.bucket)===`debug`&&this.info(e,t)}sendErrorLogToCommandQueue(e,t,...n){window.adthrive=window.adthrive||{},window.adthrive.cmd=window.adthrive.cmd||[],window.adthrive.cmd.push(()=>{window.adthrive.logError!==void 0&&typeof window.adthrive.logError==`function`&&window.adthrive.logError(e,t,n)})}call(e,t,n,...r){let i=[`%c${t}::${n} `],a=[`color: #999; font-weight: bold;`];r.length>0&&typeof r[0]==`string`&&i.push(r.shift()),a.push(...r);try{Function.prototype.apply.call(e,console,[i.join(``),...a])}catch(e){console.error(e);return}}};function R(e){"@babel/helpers - typeof";return R=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},R(e)}function Me(e,t){if(R(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(R(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function Ne(e){var t=Me(e,`string`);return R(t)==`symbol`?t:t+``}function z(e,t,n){return(t=Ne(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Pe=class{constructor(){z(this,`name`,void 0),z(this,`disable`,void 0),z(this,`gdprPurposes`,void 0)}};let B=`__adthriveTcfApiStub`,V=`__tcfapiLocator`,H=[],U=!1,W,G=e=>typeof e==`function`&&!!e[B],Fe=(e,t=2)=>{let n=H.findIndex(([n,r,i])=>n===`getTCData`&&r===t&&i===e);return n===-1?!1:(H.splice(n,1),!0)},Ie=()=>{let e=()=>{if(document.querySelector(`iframe[name="${V}"]`))return;if(!document.body){setTimeout(e,5);return}let t=document.createElement(`iframe`);t.style.cssText=`display:none`,t.name=V,document.body.appendChild(t)};e()},K=()=>{let e=window.__tcfapi;return typeof e==`function`&&!G(e)?e:void 0},q=()=>{let e=K();if(e)for(;H.length>0;){let t=H.shift();if(t)try{e(t[0],t[1],t[2],t[3])}catch(e){e instanceof Error&&e.message}}},Le=()=>{if(U)return;if(U=!0,K()){q();return}let e=window.__tcfapi;Object.defineProperty(window,`__tcfapi`,{configurable:!0,enumerable:!0,get:()=>e,set:t=>{e=t,typeof t==`function`&&!G(t)&&q()}})},Re=()=>{let e=(e,t=2,n,r)=>{if(e===void 0)return H;switch(e){case`ping`:typeof n==`function`&&n({gdprApplies:W,cmpLoaded:!1,cmpStatus:`stub`,apiVersion:`2.0`},!0);return;case`setGdprApplies`:parseInt(String(t),10)>=2&&typeof r==`boolean`&&(W=r,typeof n==`function`&&n(`set`,!0));return;default:H.push([e,t,n,r])}};return Object.defineProperty(e,B,{value:!0,configurable:!1,enumerable:!1,writable:!1}),e},ze=()=>{window.addEventListener(`message`,e=>{let t=typeof e.data==`string`,n={};if(t)try{n=JSON.parse(e.data)}catch(e){return}else n=e.data;let r=typeof n==`object`&&n?n.__tcfapiCall:void 0;if(!r)return;let i=e.source;window.__tcfapi(r.command,r.version,(e,n)=>{let a={__tcfapiReturn:{returnValue:e,success:n,callId:r.callId}};i==null||i.postMessage(t?JSON.stringify(a):a,`*`)},r.parameter)},!1)},Be=()=>{if(Le(),K())return!1;let e=!1;return G(window.__tcfapi)||(window.__tcfapi=Re(),ze(),e=!0),Ie(),window.__tcfapiQueue=H,e},Ve=(e,t=2,n,r)=>{if(e===void 0)return;let i=K();i?i(e,t,n,r):(H.push([e,t,n,r]),Be())};function J(e,t,n,r,i,a,o){try{var s=e[a](o),c=s.value}catch(e){n(e);return}s.done?t(c):Promise.resolve(c).then(r,i)}function Y(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var a=e.apply(t,n);function o(e){J(a,r,i,o,s,`next`,e)}function s(e){J(a,r,i,o,s,`throw`,e)}o(void 0)})}}let X=1e4,He=e=>Array.isArray(e)?e:[e],Z=(e,t)=>e.reduce((e,n)=>(e[String(n)]=n in t,e),{}),Ue=(e,t=2,n,r)=>{Ve(e,t,n,r)},Q=(e=X)=>new Promise((t,n)=>{let r,i=!1,a=(e,a)=>{i||(i=!0,r&&clearTimeout(r),a&&e?t(e):n(Error(`Failed to retrieve TCData`)))};e>0&&(r=setTimeout(()=>{i||(i=!0,Fe(a,2),n(Error(`TCF API request timed out`)))},e)),Ue(`getTCData`,2,a)});(function(){var e=Y(function*(e,t=X){let n=He(e);try{var r,i;return Z(n,(r=(i=(yield Q(t)).vendor)==null?void 0:i.consents)==null?{}:r)}catch(e){return e instanceof Error&&e.message,Z(n,{})}});return function(t){return e.apply(this,arguments)}})(),function(){var e=Y(function*(e,t,n=X){try{var r;let i=yield Q(n),a=((r=i.vendor)==null||(r=r.consents)==null?void 0:r[e])===!0,o=!(t!=null&&t.length)||t.every(e=>{var t;return((t=i.purpose)==null||(t=t.consents)==null?void 0:t[e])===!0});return a&&o}catch(e){return e instanceof Error&&e.message,!1}});return function(t,n){return e.apply(this,arguments)}}();function We(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Ge(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]==null?{}:arguments[t];t%2?We(Object(n),!0).forEach(function(t){z(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):We(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}let Ke=[`mcmpfreqrec`],$=new class extends Pe{constructor(...e){super(...e),z(this,`name`,`BrowserStorage`),z(this,`disable`,!1),z(this,`gdprPurposes`,[1]),z(this,`_sessionStorageHandlerQueue`,[]),z(this,`_localStorageHandlerQueue`,[]),z(this,`_cookieHandlerQueue`,[]),z(this,`_gdpr`,void 0),z(this,`_shouldQueue`,!1),z(this,`_storageConsentGranted`,void 0),z(this,`_storageConsentUpdateInFlight`,0),z(this,`_storageConsentBeforeLatestUpdate`,void 0)}init(e,t){this._gdpr=e.gdpr===`true`,this._shouldQueue=this._gdpr,this._gdpr&&t&&(t.consentResponseCaptured.on(()=>{this._refreshStorageConsent(`consentResponseCaptured`)}),t.consentChanged.on(()=>{this._refreshStorageConsent(`consentChanged`)}))}_isGdprFromGlobal(){if(typeof window>`u`||!window.adthrive)return!1;let e=window.adthrive;return`gdprEnabled`in e?!!e.gdprEnabled:e.gdpr===`true`}_shouldQueueWrite(){return this._gdpr===void 0?this._isGdprFromGlobal():this._gdpr&&this._shouldQueue}isInGdprQueueMode(){return this._shouldQueueWrite()}_refreshStorageConsent(e){this._storageConsentBeforeLatestUpdate=this._storageConsentGranted,this._storageConsentUpdateInFlight+=1,this._updateStorageConsent().catch(e=>{}).then(()=>{this._storageConsentUpdateInFlight=Math.max(0,this._storageConsentUpdateInFlight-1)})}_updateStorageConsent(){var e=this;return Y(function*(){var t;let n=yield Q();!(n==null||(t=n.purpose)==null)&&t.consents&&(e._storageConsentGranted=n.purpose.consents[1]===!0)})()}clearQueue(e){let t=this._gdpr&&this._hasStorageConsent()===!1,n=e&&t&&this.disable===!1&&this._storageConsentUpdateInFlight>0&&this._storageConsentBeforeLatestUpdate===!1;n&&(this._storageConsentGranted=!0),e&&(!t||n)&&(this._shouldQueue=!1,this._sessionStorageHandlerQueue.forEach(e=>{this.setSessionStorage(e.key,e.value)}),this._localStorageHandlerQueue.forEach(e=>{if(e.key===`adthrive_abgroup`){let t=Object.keys(e.value)[0],n=e.value[t],r=e.value[`${t}_weight`];this.getOrSetABGroupLocalStorageValue(t,n,r,{value:24,unit:`hours`})}else e.expiry?e.type===`internal`?this.setExpirableInternalLocalStorage(e.key,e.value,{expiry:e.expiry,resetOnRead:e.resetOnRead}):this.setExpirableExternalLocalStorage(e.key,e.value,{expiry:e.expiry,resetOnRead:e.resetOnRead}):e.type===`internal`?this.setInternalLocalStorage(e.key,e.value):this.setExternalLocalStorage(e.key,e.value)}),this._cookieHandlerQueue.forEach(e=>{e.type===`internal`?this.setInternalCookie(e.key,e.value):this.setExternalCookie(e.key,e.value)})),this._sessionStorageHandlerQueue=[],this._localStorageHandlerQueue=[],this._cookieHandlerQueue=[]}readInternalCookie(e){return this._verifyInternalKey(e),this._readCookie(e)}readExternalCookie(e){return this._readCookie(e)}readExternalCookieList(e){return this._readCookieList(e)}getAllCookies(){return this._getCookies()}readInternalLocalStorage(e){return this._verifyInternalKey(e),this._readFromLocalStorage(e)}readExternalLocalStorage(e){return this._readFromLocalStorage(e)}readSessionStorage(e){let t=window.sessionStorage.getItem(e);if(!t)return null;try{return JSON.parse(t)}catch(e){return t}}getLocalStorageWriteAvailability(){let e=`__adthrive_local_storage_probe__`;try{window.localStorage.setItem(e,`1`);let t=window.localStorage.getItem(e);return window.localStorage.removeItem(e),t===`1`?{available:!0}:{available:!1,error:Error(`localStorage write probe value mismatch`)}}catch(e){return{available:!1,error:e}}}deleteCookie(e){if(!this.disable){if(this._shouldQueueWrite()){this._cookieHandlerQueue=this._cookieHandlerQueue.filter(t=>t.key!==e);return}document.cookie=`${e}=; SameSite=None; Secure; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/`}}deleteLocalStorage(e){if(!this.disable){if(this._shouldQueueWrite()){this._localStorageHandlerQueue=this._localStorageHandlerQueue.filter(t=>t.key!==e);return}window.localStorage.removeItem(e)}}deleteSessionStorage(e){if(!this.disable){if(this._shouldQueueWrite()){this._sessionStorageHandlerQueue=this._sessionStorageHandlerQueue.filter(t=>t.key!==e);return}window.sessionStorage.removeItem(e)}}_hasStorageConsent(){if(this._storageConsentGranted!==void 0)return this._storageConsentGranted}setInternalCookie(e,t,n){this.disable||(this._verifyInternalKey(e),this._setCookieValue(`internal`,e,t,n))}setExternalCookie(e,t,n){this.disable||this._setCookieValue(`external`,e,t,n)}setInternalLocalStorage(e,t){if(!this.disable)if(this._verifyInternalKey(e),this._shouldQueueWrite()){let n={key:e,value:t,type:`internal`};this._localStorageHandlerQueue.push(n)}else{let n=typeof t==`string`?t:JSON.stringify(t);window.localStorage.setItem(e,n)}}setExternalLocalStorage(e,t){if(!this.disable)if(this._shouldQueueWrite()){let n={key:e,value:t,type:`external`};this._localStorageHandlerQueue.push(n)}else{let n=typeof t==`string`?t:JSON.stringify(t);window.localStorage.setItem(e,n)}}setExpirableInternalLocalStorage(e,t,n){if(!this.disable){this._verifyInternalKey(e);try{var r,i;let a=(r=n==null?void 0:n.expiry)==null?{value:400,unit:`days`}:r,o=(i=n==null?void 0:n.resetOnRead)==null?!1:i;if(this._shouldQueueWrite()){let n={key:e,value:t,type:`internal`,expires:this._getExpiryDate(a),expiry:a,resetOnRead:o};this._localStorageHandlerQueue.push(n)}else{let n={value:t,type:`internal`,expires:this._getExpiryDate(a),expiry:a,resetOnRead:o};window.localStorage.setItem(e,JSON.stringify(n))}}catch(e){console.error(e)}}}setExpirableExternalLocalStorage(e,t,n){if(!this.disable)try{var r,i;let a=(r=n==null?void 0:n.expiry)==null?{value:400,unit:`days`}:r,o=(i=n==null?void 0:n.resetOnRead)==null?!1:i;if(this._shouldQueueWrite()){let n={key:e,value:JSON.stringify(t),type:`external`,expires:this._getExpiryDate(a),expiry:a,resetOnRead:o};this._localStorageHandlerQueue.push(n)}else{let n={value:t,type:`external`,expires:this._getExpiryDate(a),expiry:a,resetOnRead:o};window.localStorage.setItem(e,JSON.stringify(n))}}catch(e){console.error(e)}}setSessionStorage(e,t){if(!this.disable)if(this._shouldQueueWrite()){let n={key:e,value:t};this._sessionStorageHandlerQueue.push(n)}else{let n=typeof t==`string`?t:JSON.stringify(t);window.sessionStorage.setItem(e,n)}}getOrSetABGroupLocalStorageValue(e,t,n,r,i=!0){let a=`adthrive_abgroup`,o=this.readInternalLocalStorage(a);if(o!==null){var s;let t=o[e],n=(s=o[`${e}_weight`])==null?null:s;if(this._isValidABGroupLocalStorageValue(t))return[t,n]}let c=Ge(Ge({},o),{},{[e]:t,[`${e}_weight`]:n});return r?this.setExpirableInternalLocalStorage(a,c,{expiry:r,resetOnRead:i}):this.setInternalLocalStorage(a,c),[t,n]}_isValidABGroupLocalStorageValue(e){return e!=null&&!(typeof e==`number`&&isNaN(e))}_getExpiryDate({value:e,unit:t}){let n=new Date;return t===`milliseconds`?n.setTime(n.getTime()+e):t==`seconds`?n.setTime(n.getTime()+e*1e3):t===`minutes`?n.setTime(n.getTime()+e*60*1e3):t===`hours`?n.setTime(n.getTime()+e*60*60*1e3):t===`days`?n.setTime(n.getTime()+e*24*60*60*1e3):t===`months`&&n.setTime(n.getTime()+e*30*24*60*60*1e3),n.toUTCString()}_resetExpiry(e){return e.expires=this._getExpiryDate(e.expiry),e}_readCookie(e){let t=document.cookie.split(`; `).find(t=>t.split(`=`)[0]===e);if(!t)return null;let n=t.split(`=`)[1];if(n)try{return JSON.parse(decodeURIComponent(n))}catch(e){return decodeURIComponent(n)}return null}_readCookieList(e){let t;for(let n of document.cookie.split(`;`)){let[r,...i]=n.split(`=`);r.trim()===e&&(t=i.join(`=`).trim())}return t&&JSON.parse(t)||[]}_getCookies(){let e=[];return document.cookie.split(`;`).forEach(t=>{let[n,r]=t.split(`=`).map(e=>e.trim());e.push({name:n,value:r})}),e}_readFromLocalStorage(e){let t=window.localStorage.getItem(e);if(!t)return null;try{let r=JSON.parse(t),i=r.expires&&new Date().getTime()>=new Date(r.expires).getTime();if(e===`adthrive_abgroup`&&r.created)return window.localStorage.removeItem(e),null;if(r.resetOnRead&&r.expires&&!i){var n;let t=this._resetExpiry(r);return window.localStorage.setItem(e,JSON.stringify(r)),(n=t.value)==null?t:n}else if(i)return window.localStorage.removeItem(e),null;if(Object.prototype.hasOwnProperty.call(r,`value`))try{return JSON.parse(r.value)}catch(e){return r.value}else return r}catch(e){return t}}_setCookieValue(e,t,n,r){try{if(this._shouldQueueWrite()){let r={key:t,value:n,type:e};this._cookieHandlerQueue.push(r)}else{var i,a,o;let e=this._getExpiryDate((i=r==null?void 0:r.expiry)==null?{value:400,unit:`days`}:i),s=(a=r==null?void 0:r.sameSite)==null?`None`:a,c=(o=r==null?void 0:r.secure)==null?!0:o,l=typeof n==`object`?JSON.stringify(n):n;document.cookie=`${t}=${l}; SameSite=${s}; ${c?`Secure;`:``} expires=${e}; path=/`}}catch(e){}}_verifyInternalKey(e){let t=e.startsWith(`adthrive_`),n=e.startsWith(`adt_`);if(!t&&!n&&!Ke.includes(e))throw Error(`When reading an internal cookie, the key must start with "adthrive_" or "adt_" or be part of the allowed legacy keys.`)}},qe=(e,t)=>{let n=document.getElementsByTagName(`script`)[0];n&&n.parentNode&&!t?n.parentNode.insertBefore(e,n):document.body.appendChild(e)},Je=(e,t=!1,n=!1,r=!1)=>new Promise((i,a)=>{let o=document.createElement(`script`);o.type=`text/javascript`,o.src=e,o.defer=n,o.async=r,o.addEventListener(`error`,()=>a(Error(`Failed to import script ${e}`))),o.addEventListener(`load`,()=>i(o)),qe(o,t)}),Ye=()=>({width:Math.max(document.documentElement.clientWidth||0,window.innerWidth||0),height:Math.max(document.documentElement.clientHeight||0,window.innerHeight||0)}),Xe=e=>{let t={};return function(...n){let r=JSON.stringify(n);if(r in t)return t[r];let i=e.apply(this,n);return t[r]=i,i}},Ze=`^Mozilla/5\\.0$,A6-Indexer,addthis,admantx,agentslug,alexa,anderspink,apache-httpclient,apachebench,apis-google,apis,appengine-google,ask jeeves,asynchttpclient,awe\\.sm,baidu,barkrowler,biglotron,bingpreview,bot,brandverify,bubing,butterfly,buzztalk,cf-uc,chatgpt,check_http,cloudflare,cmradar/0\\.1,coldfusion,comodo ssl checker,convera,copypants,crawler,crowsnest,curl,dap/nethttp,daumoa,deepseek,deepseekbot,developers\\.google\\.com/+/web/snippet/,digitalpersona fingerprint software,drupact,duckduck,elb-healthchecker,embedly,eoaagent,europarchive,eventmachine httpclient,evrinid,exaleadcloudview,ez publish,ezooms,facebookexternalhit,feedburner,feedfetcher-google,findlink,findthatfile,flipboardproxy,garlik,genieo,getprismatic\\.com,ghost,gigablast,go http package,google( page speed insights| web preview|google-site-verification|-structured-data-testing-tool|-structureddatatestingtool),googleweblight,gpt,gptbot,hatena,headless,heritrix,htmlparser,http(_request2|client|s|unit),httrack,hubspot,ia_archiver,ichiro,icoreservice,idmarch,in(agist|sieve|stapaper),insights,ips-agent,jack,jakarta commons,java,jetslide,jobseeker,js-kit,kimengi,knows\\.is,kraken,laconica,libwww,lighthouse,linode,lipperhey,longurl,ltx71,lwp-trivial,mappydata,mastodon,mediapartners-google,megaindex\\.ru,metauri,mfe_expand,mixnode,mon(tastic|tools),monitor,moreover,mrchrome,nberta,net(craft|researchserver|state|vibes),newrelicpinger,newsme,newspaper,nightmare,ning,nmap,nutch,online-domain-tools,openai,paessler,page(peek|sinventory|thing),panopta,peerindex,phantomjs,pingdom,plukkie,proximic,pu_in,publiclibraryarchive\\.org,python-(httplib2|requests|urllib),python,quanti,queryseeker,quicklook,qwanti,re-animator,readability,rebelmouse,relateiq,riddler,rssmicro,ruby,scraper,scrapy,seo-audit,seodiver,seokicks,shopwiki,shortlinktranslate,siege,sincera,sistrix,site24x7,siteexplorer,skypeuripreview,slack,slurp,socialrank,sogou,spider,spinn3r,squider,statuscake,stripe,summify,teeraid,teoma,test certificate info,tineye,traackr,ttd-content,tweetedtimes,twikle,twitjobsearch,twitmunin,twurly,typhoeus,unwindfetch,uptim(e|ia),uptm\\.io,vagabondo,vb project,vigil,Viv/2,vkshare,wappalyzer,watchsumo,webceo,webdatascout,webmon,webscout,wesee,wget,whatsapp,whatweb,wikido,wordpress,wormly,wotbox,xenu link sleuth,xing-contenttabreceiver,yandex,yanga,yeti,yff35,yourls,zelist\\.ro,zibb`.split(`,`),Qe=Xe((e=Ze)=>{let t=new RegExp(e.join(`|`),`i`),n=window.navigator.userAgent.toLowerCase();return t.test(n)});var $e=class{constructor(){z(this,`runTests`,()=>{let e=!1;return window&&document&&(e=[`webdriver`in window,`_Selenium_IDE_Recorder`in window,`callSelenium`in window,`_selenium`in window,`__webdriver_script_fn`in document,`__driver_evaluate`in document,`__webdriver_evaluate`in document,`__selenium_evaluate`in document,`__fxdriver_evaluate`in document,`__driver_unwrapped`in document,`__webdriver_unwrapped`in document,`__selenium_unwrapped`in document,`__fxdriver_unwrapped`in document,`__webdriver_script_func`in document,document.documentElement.getAttribute(`selenium`)!==null,document.documentElement.getAttribute(`webdriver`)!==null,document.documentElement.getAttribute(`driver`)!==null].some(e=>e)),e})}isSelenium(){return this.runTests()}};let et=()=>{if(navigator&&navigator.userAgent&&Qe())return`uav`},tt=()=>{let e=Ye();if(e.width>5e3||e.height>5e3)return`vpv`},nt=()=>{if(new $e().isSelenium())return`selenium`},rt=()=>{let e=[tt(),et(),nt()].filter(e=>!!e);return e.length?e:void 0},it=()=>$.readExternalCookie(`usprivacy`)===`1YYY`;rt()||it()||(()=>{try{var e;return((e=window.adthriveCLS)==null||(e=e.siteAds)==null||(e=e.adOptions)==null||(e=e.usCmpClickWrap)==null?void 0:e.enabled)===!0}catch(e){return!1}})()||(()=>{let e=`unknown`;return typeof Intl<`u`&&typeof Intl.DateTimeFormat==`function`&&typeof Intl.DateTimeFormat().resolvedOptions==`function`&&(e=Intl.DateTimeFormat().resolvedOptions().timeZone||`unknown`),e.startsWith(`America/`)})()&&(()=>{let e=`6035453`,t=it()?`0`:`1`,n={c1:`2`,c2:e,cs_fpid:$.readExternalCookie(`_pubcid`)||$.readExternalLocalStorage(`_pubcid`),cs_fpit:`o`,cs_fpdm:`*null`,cs_fpdt:`*null`,options:{enableFirstPartyCookie:!0},cs_ucfr:t||`0`};window._comscore=window._comscore||[],window._comscore.push(n),Je(`https://sb.scorecardresearch.com/cs/${e}/beacon.js`).catch(e=>{je.error(`ComscoreTrackerComponent`,`init`,`Error during Comscore beacon.js import: `,e)})})()})();</script><script data-no-optimize='1' data-cfasync='false' id='cls-disable-ads-a42e31d'>var cls_disable_ads=(function(e){window.adthriveCLS.buildDate=`2026-06-10`,Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var t=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),n=t(((e,t)=>{var n=function(e){return e&&e.Math===Math&&e};t.exports=n(typeof globalThis==`object`&&globalThis)||n(typeof window==`object`&&window)||n(typeof self==`object`&&self)||n(typeof global==`object`&&global)||n(typeof e==`object`&&e)||(function(){return this})()||Function(`return this`)()})),r=t(((e,t)=>{t.exports=function(e){try{return!!e()}catch(e){return!0}}})),i=t(((e,t)=>{t.exports=!r()(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})})),a=t(((e,t)=>{t.exports=!r()(function(){var e=function(){}.bind();return typeof e!=`function`||e.hasOwnProperty(`prototype`)})})),o=t(((e,t)=>{var n=a(),r=Function.prototype.call;t.exports=n?r.bind(r):function(){return r.apply(r,arguments)}})),s=t((e=>{var t={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor;e.f=n&&!t.call({1:2},1)?function(e){var t=n(this,e);return!!t&&t.enumerable}:t})),c=t(((e,t)=>{t.exports=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}})),l=t(((e,t)=>{var n=a(),r=Function.prototype,i=r.call,o=n&&r.bind.bind(i,i);t.exports=n?o:function(e){return function(){return i.apply(e,arguments)}}})),u=t(((e,t)=>{var n=l(),r=n({}.toString),i=n(``.slice);t.exports=function(e){return i(r(e),8,-1)}})),d=t(((e,t)=>{var n=l(),i=r(),a=u(),o=Object,s=n(``.split);t.exports=i(function(){return!o(`z`).propertyIsEnumerable(0)})?function(e){return a(e)===`String`?s(e,``):o(e)}:o})),f=t(((e,t)=>{t.exports=function(e){return e==null}})),p=t(((e,t)=>{var n=f(),r=TypeError;t.exports=function(e){if(n(e))throw new r(`Can't call method on `+e);return e}})),m=t(((e,t)=>{var n=d(),r=p();t.exports=function(e){return n(r(e))}})),h=t(((e,t)=>{var n=typeof document==`object`&&document.all;t.exports=n===void 0&&n!==void 0?function(e){return typeof e==`function`||e===n}:function(e){return typeof e==`function`}})),g=t(((e,t)=>{var n=h();t.exports=function(e){return typeof e==`object`?e!==null:n(e)}})),_=t(((e,t)=>{var r=n(),i=h(),a=function(e){return i(e)?e:void 0};t.exports=function(e,t){return arguments.length<2?a(r[e]):r[e]&&r[e][t]}})),v=t(((e,t)=>{t.exports=l()({}.isPrototypeOf)})),y=t(((e,t)=>{var r=n().navigator,i=r&&r.userAgent;t.exports=i?String(i):``})),b=t(((e,t)=>{var r=n(),i=y(),a=r.process,o=r.Deno,s=a&&a.versions||o&&o.version,c=s&&s.v8,l,u;c&&(l=c.split(`.`),u=l[0]>0&&l[0]<4?1:+(l[0]+l[1])),!u&&i&&(l=i.match(/Edge\/(\d+)/),(!l||l[1]>=74)&&(l=i.match(/Chrome\/(\d+)/),l&&(u=+l[1]))),t.exports=u})),x=t(((e,t)=>{var i=b(),a=r(),o=n().String;t.exports=!!Object.getOwnPropertySymbols&&!a(function(){var e=Symbol(`symbol detection`);return!o(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&i&&i<41})})),S=t(((e,t)=>{t.exports=x()&&!Symbol.sham&&typeof Symbol.iterator==`symbol`})),C=t(((e,t)=>{var n=_(),r=h(),i=v(),a=S(),o=Object;t.exports=a?function(e){return typeof e==`symbol`}:function(e){var t=n(`Symbol`);return r(t)&&i(t.prototype,o(e))}})),w=t(((e,t)=>{var n=String;t.exports=function(e){try{return n(e)}catch(e){return`Object`}}})),ee=t(((e,t)=>{var n=h(),r=w(),i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not a function`)}})),te=t(((e,t)=>{var n=ee(),r=f();t.exports=function(e,t){var i=e[t];return r(i)?void 0:n(i)}})),ne=t(((e,t)=>{var n=o(),r=h(),i=g(),a=TypeError;t.exports=function(e,t){var o,s;if(t===`string`&&r(o=e.toString)&&!i(s=n(o,e))||r(o=e.valueOf)&&!i(s=n(o,e))||t!==`string`&&r(o=e.toString)&&!i(s=n(o,e)))return s;throw new a(`Can't convert object to primitive value`)}})),T=t(((e,t)=>{t.exports=!1})),E=t(((e,t)=>{var r=n(),i=Object.defineProperty;t.exports=function(e,t){try{i(r,e,{value:t,configurable:!0,writable:!0})}catch(n){r[e]=t}return t}})),D=t(((e,t)=>{var r=T(),i=n(),a=E(),o=`__core-js_shared__`,s=t.exports=i[o]||a(o,{});(s.versions||(s.versions=[])).push({version:`3.49.0`,mode:r?`pure`:`global`,copyright:`© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.`,license:`https://github.com/zloirock/core-js/blob/v3.49.0/LICENSE`,source:`https://github.com/zloirock/core-js`})})),O=t(((e,t)=>{var n=D();t.exports=function(e,t){return n[e]||(n[e]=t||{})}})),re=t(((e,t)=>{var n=p(),r=Object;t.exports=function(e){return r(n(e))}})),k=t(((e,t)=>{var n=l(),r=re(),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return i(r(e),t)}})),A=t(((e,t)=>{var n=l(),r=0,i=Math.random(),a=n(1.1.toString);t.exports=function(e){return`Symbol(`+(e===void 0?``:e)+`)_`+a(++r+i,36)}})),ie=t(((e,t)=>{var r=n(),i=O(),a=k(),o=A(),s=x(),c=S(),l=r.Symbol,u=i(`wks`),d=c?l.for||l:l&&l.withoutSetter||o;t.exports=function(e){return a(u,e)||(u[e]=s&&a(l,e)?l[e]:d(`Symbol.`+e)),u[e]}})),j=t(((e,t)=>{var n=o(),r=g(),i=C(),a=te(),s=ne(),c=ie(),l=TypeError,u=c(`toPrimitive`);t.exports=function(e,t){if(!r(e)||i(e))return e;var o=a(e,u),c;if(o){if(t===void 0&&(t=`default`),c=n(o,e,t),!r(c)||i(c))return c;throw new l(`Can't convert object to primitive value`)}return t===void 0&&(t=`number`),s(e,t)}})),M=t(((e,t)=>{var n=j(),r=C();t.exports=function(e){var t=n(e,`string`);return r(t)?t:t+``}})),ae=t(((e,t)=>{var r=n(),i=g(),a=r.document,o=i(a)&&i(a.createElement);t.exports=function(e){return o?a.createElement(e):{}}})),N=t(((e,t)=>{var n=i(),a=r(),o=ae();t.exports=!n&&!a(function(){return Object.defineProperty(o(`div`),`a`,{get:function(){return 7}}).a!==7})})),P=t((e=>{var t=i(),n=o(),r=s(),a=c(),l=m(),u=M(),d=k(),f=N(),p=Object.getOwnPropertyDescriptor;e.f=t?p:function(e,t){if(e=l(e),t=u(t),f)try{return p(e,t)}catch(e){}if(d(e,t))return a(!n(r.f,e,t),e[t])}})),oe=t(((e,t)=>{var n=i(),a=r();t.exports=n&&a(function(){return Object.defineProperty(function(){},`prototype`,{value:42,writable:!1}).prototype!==42})})),F=t(((e,t)=>{var n=g(),r=String,i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not an object`)}})),I=t((e=>{var t=i(),n=N(),r=oe(),a=F(),o=M(),s=TypeError,c=Object.defineProperty,l=Object.getOwnPropertyDescriptor,u=`enumerable`,d=`configurable`,f=`writable`;e.f=t?r?function(e,t,n){if(a(e),t=o(t),a(n),typeof e==`function`&&t===`prototype`&&`value`in n&&f in n&&!n[f]){var r=l(e,t);r&&r[f]&&(e[t]=n.value,n={configurable:d in n?n[d]:r[d],enumerable:u in n?n[u]:r[u],writable:!1})}return c(e,t,n)}:c:function(e,t,r){if(a(e),t=o(t),a(r),n)try{return c(e,t,r)}catch(e){}if(`get`in r||`set`in r)throw new s(`Accessors not supported`);return`value`in r&&(e[t]=r.value),e}})),L=t(((e,t)=>{var n=i(),r=I(),a=c();t.exports=n?function(e,t,n){return r.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}})),se=t(((e,t)=>{var n=i(),r=k(),a=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,s=r(a,`name`);t.exports={EXISTS:s,PROPER:s&&function(){}.name===`something`,CONFIGURABLE:s&&(!n||n&&o(a,`name`).configurable)}})),R=t(((e,t)=>{var n=l(),r=h(),i=D(),a=n(Function.toString);r(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),t.exports=i.inspectSource})),z=t(((e,t)=>{var r=n(),i=h(),a=r.WeakMap;t.exports=i(a)&&/native code/.test(String(a))})),B=t(((e,t)=>{var n=O(),r=A(),i=n(`keys`);t.exports=function(e){return i[e]||(i[e]=r(e))}})),V=t(((e,t)=>{t.exports={}})),H=t(((e,t)=>{var r=z(),i=n(),a=g(),o=L(),s=k(),c=D(),l=B(),u=V(),d=`Object already initialized`,f=i.TypeError,p=i.WeakMap,m,h,_,v=function(e){return _(e)?h(e):m(e,{})},y=function(e){return function(t){var n;if(!a(t)||(n=h(t)).type!==e)throw new f(`Incompatible receiver, `+e+` required`);return n}};if(r||c.state){var b=c.state||(c.state=new p);b.get=b.get,b.has=b.has,b.set=b.set,m=function(e,t){if(b.has(e))throw new f(d);return t.facade=e,b.set(e,t),t},h=function(e){return b.get(e)||{}},_=function(e){return b.has(e)}}else{var x=l(`state`);u[x]=!0,m=function(e,t){if(s(e,x))throw new f(d);return t.facade=e,o(e,x,t),t},h=function(e){return s(e,x)?e[x]:{}},_=function(e){return s(e,x)}}t.exports={set:m,get:h,has:_,enforce:v,getterFor:y}})),U=t(((e,t)=>{var n=l(),a=r(),o=h(),s=k(),c=i(),u=se().CONFIGURABLE,d=R(),f=H(),p=f.enforce,m=f.get,g=String,_=Object.defineProperty,v=n(``.slice),y=n(``.replace),b=n([].join),x=c&&!a(function(){return _(function(){},`length`,{value:8}).length!==8}),S=String(String).split(`String`),C=t.exports=function(e,t,n){v(g(t),0,7)===`Symbol(`&&(t=`[`+y(g(t),/^Symbol\(([^)]*)\).*$/,`$1`)+`]`),n&&n.getter&&(t=`get `+t),n&&n.setter&&(t=`set `+t),(!s(e,`name`)||u&&e.name!==t)&&(c?_(e,`name`,{value:t,configurable:!0}):e.name=t),x&&n&&s(n,`arity`)&&e.length!==n.arity&&_(e,`length`,{value:n.arity});try{n&&s(n,`constructor`)&&n.constructor?c&&_(e,`prototype`,{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var r=p(e);return s(r,`source`)||(r.source=b(S,typeof t==`string`?t:``)),e};Function.prototype.toString=C(function(){return o(this)&&m(this).source||d(this)},`toString`)})),W=t(((e,t)=>{var n=h(),r=I(),i=U(),a=E();t.exports=function(e,t,o,s){s||(s={});var c=s.enumerable,l=s.name===void 0?t:s.name;if(n(o)&&i(o,l,s),s.global)c?e[t]=o:a(t,o);else{try{s.unsafe?e[t]&&(c=!0):delete e[t]}catch(e){}c?e[t]=o:r.f(e,t,{value:o,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return e}})),G=t(((e,t)=>{var n=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(e){var t=+e;return(t>0?r:n)(t)}})),K=t(((e,t)=>{var n=G();t.exports=function(e){var t=+e;return t!==t||t===0?0:n(t)}})),ce=t(((e,t)=>{var n=K(),r=Math.max,i=Math.min;t.exports=function(e,t){var a=n(e);return a<0?r(a+t,0):i(a,t)}})),le=t(((e,t)=>{var n=K(),r=Math.min;t.exports=function(e){var t=n(e);return t>0?r(t,9007199254740991):0}})),ue=t(((e,t)=>{var n=le();t.exports=function(e){return n(e.length)}})),de=t(((e,t)=>{var n=m(),r=ce(),i=ue(),a=function(e){return function(t,a,o){var s=n(t),c=i(s);if(c===0)return!e&&-1;var l=r(o,c),u;if(e&&a!==a){for(;c>l;)if(u=s[l++],u!==u)return!0}else for(;c>l;l++)if((e||l in s)&&s[l]===a)return e||l||0;return!e&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}})),fe=t(((e,t)=>{var n=l(),r=k(),i=m(),a=de().indexOf,o=V(),s=n([].push);t.exports=function(e,t){var n=i(e),c=0,l=[],u;for(u in n)!r(o,u)&&r(n,u)&&s(l,u);for(;t.length>c;)r(n,u=t[c++])&&(~a(l,u)||s(l,u));return l}})),pe=t(((e,t)=>{t.exports=[`constructor`,`hasOwnProperty`,`isPrototypeOf`,`propertyIsEnumerable`,`toLocaleString`,`toString`,`valueOf`]})),me=t((e=>{var t=fe(),n=pe().concat(`length`,`prototype`);e.f=Object.getOwnPropertyNames||function(e){return t(e,n)}})),he=t((e=>{e.f=Object.getOwnPropertySymbols})),q=t(((e,t)=>{var n=_(),r=l(),i=me(),a=he(),o=F(),s=r([].concat);t.exports=n(`Reflect`,`ownKeys`)||function(e){var t=i.f(o(e)),n=a.f;return n?s(t,n(e)):t}})),ge=t(((e,t)=>{var n=k(),r=q(),i=P(),a=I();t.exports=function(e,t,o){for(var s=r(t),c=a.f,l=i.f,u=0;u<s.length;u++){var d=s[u];!n(e,d)&&!(o&&n(o,d))&&c(e,d,l(t,d))}}})),_e=t(((e,t)=>{var n=r(),i=h(),a=/#|\.prototype\./,o=function(e,t){var r=c[s(e)];return r===u?!0:r===l?!1:i(t)?n(t):!!t},s=o.normalize=function(e){return String(e).replace(a,`.`).toLowerCase()},c=o.data={},l=o.NATIVE=`N`,u=o.POLYFILL=`P`;t.exports=o})),ve=t(((e,t)=>{var r=n(),i=P().f,a=L(),o=W(),s=E(),c=ge(),l=_e();t.exports=function(e,t){var n=e.target,u=e.global,d=e.stat,f,p=u?r:d?r[n]||s(n,{}):r[n]&&r[n].prototype,m,h,g,_;if(p)for(m in t){if(g=t[m],e.dontCallGetSet?(_=i(p,m),h=_&&_.value):h=p[m],f=l(u?m:n+(d?`.`:`#`)+m,e.forced),!f&&h!==void 0){if(typeof g==typeof h)continue;c(g,h)}(e.sham||h&&h.sham)&&a(g,`sham`,!0),o(p,m,g,e)}}})),ye=t(((e,t)=>{var n=i(),r=I(),a=c();t.exports=function(e,t,i){n?r.f(e,t,a(0,i)):e[t]=i}})),be=t((()=>{var e=ve(),t=i(),n=q(),r=m(),a=P(),o=ye();e({target:`Object`,stat:!0,sham:!t},{getOwnPropertyDescriptors:function(e){for(var t=r(e),i=a.f,s=n(t),c={},l=0,u,d;s.length>l;)d=i(t,u=s[l++]),d!==void 0&&o(c,u,d);return c}})})),xe=t(((e,t)=>{t.exports=n()}));t(((e,t)=>{be(),t.exports=xe().Object.getOwnPropertyDescriptors}))();let Se=new class{info(e,t,...n){this.call(console.info,e,t,...n)}warn(e,t,...n){this.call(console.warn,e,t,...n)}error(e,t,...n){this.call(console.error,e,t,...n),this.sendErrorLogToCommandQueue(e,t,...n)}event(e,t,...n){var r;((r=window.adthriveCLS)==null?void 0:r.bucket)===`debug`&&this.info(e,t)}sendErrorLogToCommandQueue(e,t,...n){window.adthrive=window.adthrive||{},window.adthrive.cmd=window.adthrive.cmd||[],window.adthrive.cmd.push(()=>{window.adthrive.logError!==void 0&&typeof window.adthrive.logError==`function`&&window.adthrive.logError(e,t,n)})}call(e,t,n,...r){let i=[`%c${t}::${n} `],a=[`color: #999; font-weight: bold;`];r.length>0&&typeof r[0]==`string`&&i.push(r.shift()),a.push(...r);try{Function.prototype.apply.call(e,console,[i.join(``),...a])}catch(e){console.error(e);return}}},Ce=()=>window.adthriveCLS,J={Below_Post_1:`Below_Post_1`,Below_Post:`Below_Post`,Content:`Content`,Content_1:`Content_1`,Content_2:`Content_2`,Content_3:`Content_3`,Content_4:`Content_4`,Content_5:`Content_5`,Content_6:`Content_6`,Content_7:`Content_7`,Content_8:`Content_8`,Content_9:`Content_9`,Recipe:`Recipe`,Recipe_1:`Recipe_1`,Recipe_2:`Recipe_2`,Recipe_3:`Recipe_3`,Recipe_4:`Recipe_4`,Recipe_5:`Recipe_5`,Native_Recipe:`Native_Recipe`,Footer_1:`Footer_1`,Footer:`Footer`,Header_1:`Header_1`,Header_2:`Header_2`,Header:`Header`,Sidebar_1:`Sidebar_1`,Sidebar_2:`Sidebar_2`,Sidebar_3:`Sidebar_3`,Sidebar_4:`Sidebar_4`,Sidebar_5:`Sidebar_5`,Sidebar_9:`Sidebar_9`,Sidebar:`Sidebar`,Interstitial_1:`Interstitial_1`,Interstitial:`Interstitial`,Video_StickyOutstream_1:`Video_StickyOutstream_1`,Video_StickyOutstream:`Video_StickyOutstream`,Video_StickyInstream:`Video_StickyInstream`,Sponsor_Tile:`Sponsor_Tile`},Y=e=>{let t=window.location.href;return e.some(e=>new RegExp(e,`i`).test(t))};function X(e){"@babel/helpers - typeof";return X=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},X(e)}function we(e,t){if(X(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(X(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function Te(e){var t=we(e,`string`);return X(t)==`symbol`?t:t+``}function Z(e,t,n){return(t=Te(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Q=class{constructor(e){this.adthrive=e,Z(this,`all`,!1),Z(this,`content`,!1),Z(this,`recipe`,!1),Z(this,`video`,!1),Z(this,`locations`,new Set),Z(this,`reasons`,new Set),(this.urlHasEmail(window.location.href)||this.urlHasEmail(window.document.referrer))&&(this.all=!0,this.reasons.add(`all_email`));try{this.checkCommandQueue(),document.querySelector(`.tag-novideo`)!==null&&(this.video=!0,this.locations.add(`Video`),this.reasons.add(`video_tag`))}catch(e){Se.error(`ClsDisableAds`,`checkCommandQueue`,e)}}checkCommandQueue(){this.adthrive&&this.adthrive.cmd&&this.adthrive.cmd.forEach(e=>{let t=e.toString(),n=this.extractAPICall(t,`disableAds`);n&&this.disableAllAds(this.extractPatterns(n));let r=this.extractAPICall(t,`disableContentAds`);r&&this.disableContentAds(this.extractPatterns(r));let i=this.extractAPICall(t,`disablePlaylistPlayers`);i&&this.disablePlaylistPlayers(this.extractPatterns(i))})}extractPatterns(e){let t=e.match(/["'](.*?)['"]/g);if(t!==null)return t.map(e=>e.replace(/["']/g,``))}extractAPICall(e,t){let n=RegExp(t+`\\((.*?)\\)`,`g`),r=e.match(n);return r===null?!1:r[0]}disableAllAds(e){(!e||Y(e))&&(this.all=!0,this.reasons.add(`all_page`))}disableContentAds(e){(!e||Y(e))&&(this.content=!0,this.recipe=!0,this.locations.add(J.Content),this.locations.add(J.Recipe),this.reasons.add(`content_plugin`))}disablePlaylistPlayers(e){(!e||Y(e))&&(this.video=!0,this.locations.add(`Video`),this.reasons.add(`video_page`))}urlHasEmail(e){return e?/([A-Z0-9._%+-]+(@|%(25)*40)[A-Z0-9.-]+\.[A-Z]{2,})/i.exec(e)!==null:!1}};let $=Ce();return $&&($.disableAds=new Q(window.adthrive)),e.ClsDisableAds=Q,e})({});</script>		<style id="wp-custom-css">
			

@media only screen and (min-width: 1024px) {
.custom-full-width { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background: #000000; padding: 17px 10; }
.custom-full-width .feast-recipe-index { width: 1140px; margin: 0 auto; }
.custom-full-width .listing-item { background: #FFF; padding: 1px; }
}
.m0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.entry-meta {
		color: #000000;
		text-align: left;
    font-size: 12px;
}		</style>
		<style id="sccss">.wp-block-image img {
    width: 100% !important;
}

@media only screen and (max-width: 600px) {
  .wp-block-image img {
    width: 100% !important;
  }
}

#breadcrumbs {
    font-size: 15px;
    padding-bottom: 1px;
}

h1 { margin: 6px 0 25px;  letter-spacing: 0px; padding-bottom: 2px; font-size: 32px; text-transform: inherit; }
h2 { margin: 10px 0; letter-spacing: 0px; padding-bottom:7px; font-size: 28px; text-transform: inherit; }
h3 { margin: 67px 0 47px; padding-bottom:7px; padding-left:20px; font-size: 23px; text-transform: inherit; }
@media only screen and (max-width: 499px) {
#dpsp-sticky-bar-wrapper {
bottom: unset;
top: 80px !important;
}

	.entry-content .wp-block-image { 
		width: 100% !important; 
	}

}
.comment-time {
    color: #000000;
	
}
a.comment-reply-link,
a.comment-edit-link {
	color: #000000;
		border:1px solid #096750;  
}</style><style>.perfmatters-lazy-video{position:relative;width:100%;max-width:100%;height:0;padding-bottom:56.23%;overflow:hidden}.perfmatters-lazy-video img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:none;margin:0;object-fit:cover;object-position:center;border:none;cursor:pointer;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all}.perfmatters-lazy-video img:hover{-webkit-filter:brightness(75%)}.perfmatters-lazy-video .play{position:absolute;top:50%;left:50%;right:auto;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background:url(https://hungryhealthyhappy.com/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;background-position:center;background-size:cover;pointer-events:none;filter:grayscale(1)}.perfmatters-lazy-video:hover .play{filter:grayscale(0)}.perfmatters-lazy-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}</style><link rel="stylesheet" id="kb-button-deprecated-styles-css" media="all" data-pmdelayedstyle="https://hungryhealthyhappy.com/wp-content/plugins/kadence-blocks/includes/assets/css/kb-button-deprecated-style.min.css?ver=3.7.5">
<style id='core-block-supports-inline-css'>
.wp-container-core-columns-is-layout-28f84493{flex-wrap:nowrap;}.wp-container-core-columns-is-layout-65eef5bf{flex-wrap:nowrap;gap:0 2em;}
/*# sourceURL=core-block-supports-inline-css */
</style>
<style id='core-block-supports-duotone-inline-css'>
.wp-duotone-unset-3.wp-block-image img, .wp-duotone-unset-3.wp-block-image .components-placeholder{filter:unset;}
/*# sourceURL=core-block-supports-duotone-inline-css */
</style>

</head>
<body class="home wp-singular page-template-default page page-id-91205 wp-custom-logo wp-theme-genesis wp-child-theme-foodiepro5 lasso-v359 edd-js-none header-full-width genesis-breadcrumbs-hidden feast-plugin feast-full-width-layout full-width-content wp-6-9-4 fp-15-3-0 feast-plus">	<style>.edd-js-none .edd-has-js, .edd-js .edd-no-js, body.edd-js input.edd-no-js { display: none; }</style>
	<script>/* <![CDATA[ */(function(){var c = document.body.classList;c.remove('edd-js-none');c.add('edd-js');})();/* ]]> */</script>
	<div class="site-container"><header class="site-header"><div class="wrap"><div class="title-area"><p class="site-title"><a href="https://hungryhealthyhappy.com/">Hungry Healthy Happy</a></p></div></div></header><header class="feastmobilenavbar"><div class="feastmenutoggle"><a href="#feastmobilemenu"><?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 459 459" style="enable-background:new 0 0 459 459;" xml:space="preserve" aria-labelledby="menuicon" role="img">
	<title id="menuicon">menu icon</title>
	<g id="menu">
		<path fill="currentColor" d="M0,382.5h459v-51H0V382.5z M0,255h459v-51H0V255z M0,76.5v51h459v-51H0z"/>
	</g>
</svg>
</a></div><div class="feastmenulogo"><a href="https://hungryhealthyhappy.com"><img data-perfmatters-preload src="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/logo-2024-200-70.jpg" srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/logo-2024-400-140.jpg 2x" alt="go to homepage" data-skip-lazy data-pin-nopin="true" height="70" width="200" fetchpriority="high"></a></div><nav class="desktop-inline-modern-menu"><ul id="menu-feast-modern-mobile-menu" class="menu"><li id="menu-item-42984" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42984"><a href="https://hungryhealthyhappy.com/about-me/">About Us</a></li>
<li id="menu-item-42986" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42986"><a href="https://hungryhealthyhappy.com/recipes/">Recipe Index</a></li>
<li id="menu-item-119359" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-119359"><a href="https://hungryhealthyhappy.com/category/meal-plans/">Meal Plans</a></li>
<li id="menu-item-43059" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-43059"><a href="https://hungryhealthyhappy.com/subscribe/">Recipes To Your Inbox</a></li>
<li id="menu-item-110686" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-110686"><a href="https://hungryhealthyhappy.com/shop/">Shop</a></li>
<li id="menu-item-120740" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-120740"><a href="https://hungryhealthyhappy.com/category/recipes/budget-recipes/">Budget Recipes</a></li>
</ul></nav><div class="modern-menu-desktop-social"><div id="feast-social">
			<div class="feast-layout feast-layout--menu-social-icons feast-menu-social-icons">
								<div class="feast-social-media feast-social-media--align-center" ><a class="social-media__link" href="https://facebook.com/HungryHealthyHappy" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:#ffc7cf;border:1px solid #096750;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 320 512" width="22" height="22" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#000000"></svg></a><a class="social-media__link" href="https://instagram.com/hungryhealthyhappy" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:#ffc7cf;border:1px solid #096750;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 448 512" width="22" height="22" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.tiktok.com/@hungryhealthyhappy" target="_blank" rel="noopener noreferrer" aria-label="Tiktok" data-wpel-link="ignore" style="background-color:#ffc7cf;border:1px solid #096750;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 448 512" width="22" height="22" role="graphics-symbol" aria-label="TikTok Icon"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" fill="#000000"></svg></a></div>							</div>

			</div></div><div class="feastsubscribebutton"><a href="/subscribe/"><img data-perfmatters-preload width="120" height="90" src="https://hungryhealthyhappy.com/wp-content/uploads/2026/01/subscribe-icon-1.jpg" alt="Subscribe" fetchpriority="high"></a></div><div class="feastsearchtoggle"><a href="#feastmobilemenu"><svg xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" xml:space="preserve" xmlns:svg="//www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 100 100" aria-labelledby="searchicon" role="img">
  <title id="searchicon">search icon</title>
  <g transform="translate(0,-952.36218)">
    <path fill="currentColor" d="M 40 11 C 24.007431 11 11 24.00743 11 40 C 11 55.9926 24.007431 69 40 69 C 47.281794 69 53.935267 66.28907 59.03125 61.84375 L 85.59375 88.40625 C 86.332786 89.16705 87.691654 89.1915 88.4375 88.4375 C 89.183345 87.6834 89.175154 86.2931 88.40625 85.5625 L 61.875 59.03125 C 66.312418 53.937244 69 47.274551 69 40 C 69 24.00743 55.992569 11 40 11 z M 40 15 C 53.830808 15 65 26.16919 65 40 C 65 53.8308 53.830808 65 40 65 C 26.169192 65 15 53.8308 15 40 C 15 26.16919 26.169192 15 40 15 z " transform="translate(0,952.36218)">
    </path>
  </g>
</svg>
</a></div></header><nav id="feastmobilemenu" class="feastmobilemenu-background" aria-label="main"><div class="mmm-dialog"><div class="mmm-content"><a href="https://hungryhealthyhappy.com"><img width="200" height="70" id="mmmlogo" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;200&#039;%20height=&#039;70&#039;%20viewBox=&#039;0%200%20200%2070&#039;%3E%3C/svg%3E" alt="Homepage link" data-pin-nopin="true" class="perfmatters-lazy" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/logo-2024-200-70.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/logo-2024-400-140.jpg 2x" /></a><div id="feast-mobile-search"><form class="search-form" method="get" action="https://hungryhealthyhappy.com/" role="search"><input class="search-form-input" type="search" name="s" id="searchform-1" placeholder="Search this website"><input class="search-form-submit" type="submit" value="Search"><meta content="https://hungryhealthyhappy.com/?s={s}"></form></div><ul id="menu-feast-modern-mobile-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42984"><a href="https://hungryhealthyhappy.com/about-me/">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42986"><a href="https://hungryhealthyhappy.com/recipes/">Recipe Index</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-119359"><a href="https://hungryhealthyhappy.com/category/meal-plans/">Meal Plans</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-43059"><a href="https://hungryhealthyhappy.com/subscribe/">Recipes To Your Inbox</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-110686"><a href="https://hungryhealthyhappy.com/shop/">Shop</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-120740"><a href="https://hungryhealthyhappy.com/category/recipes/budget-recipes/">Budget Recipes</a></li>
</ul><div id="feast-mobile-menu-social-icons"><div id="feast-social">
			<div class="feast-layout feast-layout--menu-social-icons feast-menu-social-icons">
								<div class="feast-social-media feast-social-media--align-center" ><a class="social-media__link" href="https://facebook.com/HungryHealthyHappy" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:#ffc7cf;border:1px solid #096750;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 320 512" width="22" height="22" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#000000"></svg></a><a class="social-media__link" href="https://instagram.com/hungryhealthyhappy" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:#ffc7cf;border:1px solid #096750;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 448 512" width="22" height="22" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.tiktok.com/@hungryhealthyhappy" target="_blank" rel="noopener noreferrer" aria-label="Tiktok" data-wpel-link="ignore" style="background-color:#ffc7cf;border:1px solid #096750;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 448 512" width="22" height="22" role="graphics-symbol" aria-label="TikTok Icon"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" fill="#000000"></svg></a></div>							</div>

			</div></div><a href="#" class="closebtn">×</a></div></div></nav><div class="site-inner"><div class="content-sidebar-wrap"><main class="content"><article class="post-91205 page type-page status-publish has-post-thumbnail entry grow-content-body" aria-label="Family Friendly Recipes With A Healthy Twist"><header class="entry-header"><h1 class="entry-title">Family Friendly Recipes With A Healthy Twist</h1>
</header><div class="entry-content"><div class="feast-category-index"><ul class="feast-category-index-list feast-grid-half feast-desktop-grid-sixth"><li><a href="https://hungryhealthyhappy.com/category/recipes/10-minute-recipes/" data-wpel-link="internal"><img data-perfmatters-preload decoding="async" width="360" height="360" src="https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-360x360.jpg" class="feast-square-image" alt="10 Minute Meals" data-pin-nopin="true" srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b.jpg 1200w" sizes="(max-width: 360px) 100vw, 360px" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/01/10-minute-category-b.jpg" fetchpriority="high"></a></li><li><a href="https://hungryhealthyhappy.com/category/recipes/healthy-alternative-to-takeaway/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast-square-image perfmatters-lazy" alt="Healthy alternative to takeaway" data-pin-nopin="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /></a></li><li><a href="https://hungryhealthyhappy.com/category/recipes/budget-recipes/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast-square-image perfmatters-lazy" alt="Budget Recipes" data-pin-nopin="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/budget-recipes-category-1.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/budget-recipes-category-1-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/budget-recipes-category-1-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/budget-recipes-category-1-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/budget-recipes-category-1-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/budget-recipes-category-1-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/budget-recipes-category-1-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/budget-recipes-category-1-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/budget-recipes-category-1-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/budget-recipes-category-1.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /></a></li><li><a href="https://hungryhealthyhappy.com/category/recipes/leftovers/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast-square-image perfmatters-lazy" alt="Leftovers" data-pin-nopin="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/leftovers-category-2.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/leftovers-category-2-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/leftovers-category-2-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/leftovers-category-2-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/leftovers-category-2-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/leftovers-category-2-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/leftovers-category-2-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/leftovers-category-2-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/leftovers-category-2-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/leftovers-category-2.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /></a></li><li><a href="https://hungryhealthyhappy.com/category/recipes/high-protein/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast-square-image perfmatters-lazy" alt="High Protein" data-pin-nopin="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/high-protein-category-1.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/high-protein-category-1-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/high-protein-category-1-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/high-protein-category-1-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/high-protein-category-1-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/high-protein-category-1-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/high-protein-category-1-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/high-protein-category-1-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/high-protein-category-1-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/high-protein-category-1.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /></a></li><li><a href="https://hungryhealthyhappy.com/category/recipes/high-fibre/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast-square-image perfmatters-lazy" alt="High Fibre" data-pin-nopin="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/10/high-fibre-category.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/10/high-fibre-category-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/10/high-fibre-category-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/10/high-fibre-category-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/10/high-fibre-category-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/10/high-fibre-category-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/10/high-fibre-category-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/10/high-fibre-category-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/10/high-fibre-category-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/10/high-fibre-category.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /></a></li></ul></div>


<p class="has-text-align-center has-background" style="border-width:1px;background-color:#f9f1f2;padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20)">Browse our whole <a data-lasso-id="7317" href="https://hungryhealthyhappy.com/recipes/" data-wpel-link="internal">Recipe Index</a> of <em><strong>over 1,000 recipes</strong></em>.</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading is-style-heading-right-line" id="h-latest-posts">Latest Posts</h2>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://hungryhealthyhappy.com/air-fryer-hunters-chicken-wrap/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Air fryer hunter&#039;s chicken wraps stacked up on a plate with some slaw." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/06/air-fryer-hunters-chicken-wrap-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/06/air-fryer-hunters-chicken-wrap-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/06/air-fryer-hunters-chicken-wrap-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/06/air-fryer-hunters-chicken-wrap-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/06/air-fryer-hunters-chicken-wrap-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/06/air-fryer-hunters-chicken-wrap-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/06/air-fryer-hunters-chicken-wrap-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/06/air-fryer-hunters-chicken-wrap-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/06/air-fryer-hunters-chicken-wrap-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/06/air-fryer-hunters-chicken-wrap-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Air Fryer Hunter's Chicken Wrap</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/broccoli-slaw/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A bowl of broccoli slaw with a wooden serving spoon." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2013/07/broccoli-slaw-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2013/07/broccoli-slaw-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2013/07/broccoli-slaw-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2013/07/broccoli-slaw-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2013/07/broccoli-slaw-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2013/07/broccoli-slaw-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2013/07/broccoli-slaw-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2013/07/broccoli-slaw-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2013/07/broccoli-slaw-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2013/07/broccoli-slaw-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Broccoli Slaw with Lemon Dressing</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/ninja-creami-sticky-toffee-pudding-ice-cream/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A serving glass with two balls of Ninja Creami sticky toffee pudding ice cream in it." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/sticky-toffee-pudding-ice-cream-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/sticky-toffee-pudding-ice-cream-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/sticky-toffee-pudding-ice-cream-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/sticky-toffee-pudding-ice-cream-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/sticky-toffee-pudding-ice-cream-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/sticky-toffee-pudding-ice-cream-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/sticky-toffee-pudding-ice-cream-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/sticky-toffee-pudding-ice-cream-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/sticky-toffee-pudding-ice-cream-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/sticky-toffee-pudding-ice-cream-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Ninja CREAMi Sticky Toffee Pudding Ice Cream</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/raw-carrot-cake-bites/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Twelve raw carrot cake bites on a small round plate." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/raw-carrot-cake-bites-featured-2.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/raw-carrot-cake-bites-featured-2-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/raw-carrot-cake-bites-featured-2-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/raw-carrot-cake-bites-featured-2-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/raw-carrot-cake-bites-featured-2-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/raw-carrot-cake-bites-featured-2-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/raw-carrot-cake-bites-featured-2-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/raw-carrot-cake-bites-featured-2-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/raw-carrot-cake-bites-featured-2-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/raw-carrot-cake-bites-featured-2.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Raw Carrot Cake Bites</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/high-fibre-overnight-oats/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Two glasses full of high fibre overnight oats." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/high-fibre-overnight-oats-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/high-fibre-overnight-oats-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/high-fibre-overnight-oats-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/high-fibre-overnight-oats-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/high-fibre-overnight-oats-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/high-fibre-overnight-oats-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/high-fibre-overnight-oats-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/high-fibre-overnight-oats-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/high-fibre-overnight-oats-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/high-fibre-overnight-oats-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">High Fibre Overnight Oats</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/quick-sausage-and-pepper-pasta/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A large black pan full of sausage and pepper pasta." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/quick-sausage-and-pepper-pasta-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/quick-sausage-and-pepper-pasta-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/quick-sausage-and-pepper-pasta-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/quick-sausage-and-pepper-pasta-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/quick-sausage-and-pepper-pasta-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/quick-sausage-and-pepper-pasta-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/quick-sausage-and-pepper-pasta-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/quick-sausage-and-pepper-pasta-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/quick-sausage-and-pepper-pasta-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/quick-sausage-and-pepper-pasta-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Quick Sausage and Pepper Pasta</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/french-bread-vegetable-pizzas/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Four French Bread Pizzas on a round wooden serving board." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2018/03/french-bread-pizza-featured-1.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2018/03/french-bread-pizza-featured-1-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2018/03/french-bread-pizza-featured-1-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/french-bread-pizza-featured-1-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/french-bread-pizza-featured-1-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/french-bread-pizza-featured-1-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/french-bread-pizza-featured-1-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/french-bread-pizza-featured-1-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/french-bread-pizza-featured-1-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/french-bread-pizza-featured-1.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">French Bread Pizza</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/cold-noodle-salad/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Cold noodle salad in a large round bowl." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/cold-noodle-salad-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/cold-noodle-salad-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/cold-noodle-salad-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/cold-noodle-salad-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/cold-noodle-salad-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/cold-noodle-salad-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/cold-noodle-salad-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/cold-noodle-salad-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/cold-noodle-salad-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/cold-noodle-salad-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Cold Noodle Salad</div></a></li></ul></div></div></div>



<div class="wp-block-group is-style-feast-feature-wrapper"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>We'd love it if you could tell Google that you trust Hungry Healthy Happy.</p>



<p>Clicking the button below will tell Google that this site is trustworthy and you will see more results from us in your Google search results.</p>


<div class="feast-trusted-google-source feast-trusted-google-source--layout-default" style="margin: 27px 0;text-align:center;"><div class="wp-block-buttons"><div class="wp-block-button"><a class="wp-block-button__link wp-element-button wpel-icon-right" href="https://www.google.com/preferences/source?q=https://hungryhealthyhappy.com" target="_blank" rel="noreferrer noopener external" style="display:flex;align-items:center;column-gap:8px;" data-wpel-link="external"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 640" width="24px" height="24px"><path d="M564 325.8C564 467.3 467.1 568 324 568C186.8 568 76 457.2 76 320C76 182.8 186.8 72 324 72C390.8 72 447 96.5 490.3 136.9L422.8 201.8C334.5 116.6 170.3 180.6 170.3 320C170.3 406.5 239.4 476.6 324 476.6C422.2 476.6 459 406.2 464.8 369.7L324 369.7L324 284.4L560.1 284.4C562.4 297.1 564 309.3 564 325.8z"></path></svg>Add us as a trusted site on Google<span class="wpel-icon wpel-image wpel-icon-6"></span></a></div></div></div></div></div>



<div class="wp-block-group full-width-feature-wrapper is-style-full-width-feature-wrapper"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-left" id="h-search-for-recipes">Search for Recipes...</h2>


<form role="search" method="get" action="https://hungryhealthyhappy.com/" class="wp-block-search__button-outside wp-block-search__text-button aligncenter wp-block-search"><label class="wp-block-search__label screen-reader-text" for="wp-block-search__input-2">Search</label><div class="wp-block-search__inside-wrapper" style="width: 100%"><input class="wp-block-search__input" id="wp-block-search__input-2" placeholder="search here..." value="" type="search" name="s" required><button aria-label="Search" class="wp-block-search__button wp-element-button" type="submit">Search</button></div></form></div></div>



<hr class="wp-block-separator has-alpha-channel-opacity is-style-separator-dots">



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div style="background-size:cover;" class="wp-block-group is-style-full-width-feature-wrapper-cta has-feast-branding-color-cta-background-color has-background"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading is-style-heading-right-line" id="h-easy-high-protein-recipes">Easy High Protein Recipes</h2>



<div class="wp-block-media-text is-stacked-on-mobile is-style-media-text-white-background"><figure class="wp-block-media-text__media"><a href="https://hungryhealthyhappy.com/cottage-cheese-chocolate-mousse/" data-lasso-id="14550367" data-wpel-link="internal"><img decoding="async" width="720" height="720" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;720&#039;%20height=&#039;720&#039;%20viewBox=&#039;0%200%20720%20720&#039;%3E%3C/svg%3E" alt="Two small glasses of cottage cheese chocolate mousse on a wooden board." class="wp-image-100123 size-full perfmatters-lazy" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-720x720.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2024/07/cottage-cheese-chocolate-mousse-featured.jpg 1200w" data-sizes="(max-width: 720px) 100vw, 720px" /></a></figure><div class="wp-block-media-text__content">

<p class="is-variation-fancy-text has-large-font-size">Dannii's Pick</p>


<h2 class="wp-block-heading" id="h-cottage-cheese-chocolate-mousse">Cottage Cheese Chocolate Mousse</h2>


<p>Only 4 ingredients and 2 minutes to make. And packs 14 grams of protein per serving.</p>


<div class="wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns91205_a15a12-58">
<a class="kb-button kt-button button kb-btn91205_ef4d41-85 kt-btn-size-small kt-btn-width-type-auto kb-btn-global-outline  kt-btn-has-text-true kt-btn-has-svg-false  wp-block-kadence-singlebtn" href="https://hungryhealthyhappy.com/cottage-cheese-chocolate-mousse/"><span class="kt-btn-inner-text">Cottage Cheese Bowl recipe</span></a>
</div>

</div></div>
</div></div>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://hungryhealthyhappy.com/cottage-cheese-bagels-protein-bagel/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A sesame seed topped cottage cheese bagel on a wooden surface." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2024/05/cottage-cheese-bagels-featured-b.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Cottage Cheese Bagels (Protein Bagel)</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/tuna-pasta-salad/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="High Protein Tuna Pasta salad in a grey bowl." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/high-protein-tuna-pasta-salad-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">High Protein Tuna Pasta Salad</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/protein-mac-and-cheese/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A plate of high protein mac and cheese." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/01/protein-mac-and-cheese-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Protein Mac and Cheese</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/cottage-cheese-bowl/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Cottage cheese bowl topped with boiled egg, sliced cucumber, avocado and tomato slices." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2024/06/cottage-cheese-bowl-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">High Protein Cottage Cheese Bowl</div></a></li></ul></div>


<p class="has-text-align-center">Take a look at some more delicious<br><strong><a data-lasso-id="7319" href="https://hungryhealthyhappy.com/category/recipes/high-protein/" data-wpel-link="internal">High Protein Recipes &rarr;</a></strong></p>
</div></div>
</div></div>



<hr class="wp-block-separator has-alpha-channel-opacity is-style-separator-dots">



<div class="wp-block-group is-style-full-width-feature-wrapper has-feast-branding-color-accents-background-color has-background"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-media-text is-stacked-on-mobile is-style-book-cover"><figure class="wp-block-media-text__media"><img decoding="async" width="720" height="720" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;720&#039;%20height=&#039;720&#039;%20viewBox=&#039;0%200%20720%20720&#039;%3E%3C/svg%3E" alt="A sample of a meal plan." class="wp-image-112719 size-full perfmatters-lazy" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/05/meal-plan-week-1-sample.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/05/meal-plan-week-1-sample-720x720.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/05/meal-plan-week-1-sample-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/05/meal-plan-week-1-sample-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/05/meal-plan-week-1-sample-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/05/meal-plan-week-1-sample-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/05/meal-plan-week-1-sample-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/05/meal-plan-week-1-sample-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/05/meal-plan-week-1-sample-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/05/meal-plan-week-1-sample.jpg 1200w" data-sizes="(max-width: 720px) 100vw, 720px" /></figure><div class="wp-block-media-text__content">
<h2 class="wp-block-heading" id="h-free-weekly-meal-plan">Free Weekly Meal Plan</h2>



<p><em>Seven breakfasts, lunches and dinners as well as 3 snacks. Complete with a weekly shopping list too!</em></p>



<p>Just sign up to our newsletter to receive this awesome series.</p>



<div class="wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns91205_bdd453-6d"><a class="kb-button kt-button button kb-btn91205_39eb5c-ea kt-btn-size-small kt-btn-width-type-auto kb-btn-global-outline  kt-btn-has-text-true kt-btn-has-svg-false  wp-block-kadence-singlebtn" href="https://hungryhealthyhappy.com/subscribe/"><span class="kt-btn-inner-text">Get Your Meal Plan here</span></a></div>
</div></div>
</div></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-full-width-feature-wrapper-cta has-feast-branding-color-cta-background-color has-background"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading is-style-heading-right-line" id="h-healthy-slow-cooker-recipes">Healthy Slow Cooker Recipes</h2>



<div class="wp-block-media-text is-stacked-on-mobile is-style-media-text-white-background"><figure class="wp-block-media-text__media"><a href="https://hungryhealthyhappy.com/slow-cooker-beef-curry/" data-lasso-id="7320" data-wpel-link="internal"><img decoding="async" width="1024" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;1024&#039;%20height=&#039;1024&#039;%20viewBox=&#039;0%200%201024%201024&#039;%3E%3C/svg%3E" alt="Slow cooker beef curry and rice in a round bowl." class="wp-image-65819 size-full perfmatters-lazy" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-1024x1024.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2022/02/Slow-Cooker-Beef-Curry-featured.jpg 1200w" data-sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure><div class="wp-block-media-text__content">

<h2 class="wp-block-heading" id="h-slow-cooker-beef-curry">Slow Cooker Beef Curry</h2>


<p>An easy and comforting meal with a kick of heat. Slow cooked tender beef in a rich sauce.</p>


<div class="wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns91205_3acb65-39">
<a class="kb-button kt-button button kb-btn91205_81a270-4c kt-btn-size-small kt-btn-width-type-auto kb-btn-global-outline  kt-btn-has-text-true kt-btn-has-svg-false  wp-block-kadence-singlebtn" href="https://hungryhealthyhappy.com/slow-cooker-beef-curry/"><span class="kt-btn-inner-text">Beef Curry recipe</span></a>
</div>

</div></div>
</div></div>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://hungryhealthyhappy.com/slow-cooker-thai-chicken-curry/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Slow cooker Thai chicken curry in a bowl with rice and broccoli." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2020/01/slow-cooker-thai-chicken-curry-featured-1.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2020/01/slow-cooker-thai-chicken-curry-featured-1-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2020/01/slow-cooker-thai-chicken-curry-featured-1-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/slow-cooker-thai-chicken-curry-featured-1-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/slow-cooker-thai-chicken-curry-featured-1-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/slow-cooker-thai-chicken-curry-featured-1-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/slow-cooker-thai-chicken-curry-featured-1-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/slow-cooker-thai-chicken-curry-featured-1-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/slow-cooker-thai-chicken-curry-featured-1-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/slow-cooker-thai-chicken-curry-featured-1.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Slow Cooker Thai Chicken Curry</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/slow-cooker-butter-beans/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Slow cooker butter beans in a round pink bowl." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/03/slow-cooker-butter-beans-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/03/slow-cooker-butter-beans-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/03/slow-cooker-butter-beans-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/slow-cooker-butter-beans-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/slow-cooker-butter-beans-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/slow-cooker-butter-beans-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/slow-cooker-butter-beans-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/slow-cooker-butter-beans-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/slow-cooker-butter-beans-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/slow-cooker-butter-beans-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Slow Cooker Butter Beans</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/slow-cooker-roast-potatoes/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A bowl of slow cooker roast potatoes." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2024/12/slow-cooker-roast-potatoes-featured-1.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Slow Cooker Roast Potatoes</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/slow-cooker-red-cabbage/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A bowl of slow cooker red cabbage topped with two crossed cinnamon sticks." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2019/11/Slow-Cooker-Red-Cabbage-featured-b.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Slow Cooker Red Cabbage</div></a></li></ul></div>


<div class="wp-block-group is-style-default"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p class="has-text-align-center">Take a look at some more delicious<br><strong><a href="https://hungryhealthyhappy.com/category/recipes/casserole/" data-lasso-id="7321" data-wpel-link="internal">Slow Cooker Recipes &rarr;</a></strong></p>
</div></div>
</div></div>
</div></div>



<hr class="wp-block-separator has-alpha-channel-opacity is-style-separator-stripes">



<div class="wp-block-group full-width-feature-wrapper is-style-full-width-feature-wrapper-cta"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-media-text is-stacked-on-mobile feast-plus-author feast-image-round is-style-media-text-small-circle-image" style="grid-template-columns:33% auto"><figure class="wp-block-media-text__media"><img decoding="async" width="720" height="719" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;720&#039;%20height=&#039;719&#039;%20viewBox=&#039;0%200%20720%20719&#039;%3E%3C/svg%3E" alt="Dannii with a sunset behind her." class="wp-image-109810 size-full perfmatters-lazy" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-720x719.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-720x719.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-768x767.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025.jpg 1200w" data-sizes="(max-width: 720px) 100vw, 720px" /></figure><div class="wp-block-media-text__content">
<p class="is-variation-fancy-text has-x-large-font-size"><strong>Welcome</strong></p>



<p class="is-style-default has-medium-font-size"><strong>Hi, I'm Dannii!</strong> Here you will find easy family recipes with a healthy twist.<br>Established in 2011, Hungry Healthy Happy has become one of the UK's most popular food blogs, with four successful recipe books published.</p>



<div class="wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns91205_25c854-f3"><a class="kb-button kt-button button kb-btn91205_48377d-3f kt-btn-size-small kt-btn-width-type-auto kb-btn-global-outline  kt-btn-has-text-true kt-btn-has-svg-false  wp-block-kadence-singlebtn" href="https://hungryhealthyhappy.com/about-me/"><span class="kt-btn-inner-text">Read More About Me</span></a></div>
</div></div>
</div></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading is-style-heading-right-line" id="h-recipe-books">Recipe Books</h2>



<p>Have you seen my recipe books? Each has 100 exciting recipes, full colour pictures, easy step-by-step instructions and nutritional information.</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full is-style-book-cover" style="margin-right:0;margin-left:0"><img decoding="async" width="1200" height="1560" data-pin-nopin="true" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;1200&#039;%20height=&#039;1560&#039;%20viewBox=&#039;0%200%201200%201560&#039;%3E%3C/svg%3E" alt="the front cover of The Picky Plate eBook." class="wp-image-110689 perfmatters-lazy" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/04/picky-plate-ebook-front-cover.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/04/picky-plate-ebook-front-cover.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/04/picky-plate-ebook-front-cover.jpg 1200w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/picky-plate-ebook-front-cover-360x468.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/picky-plate-ebook-front-cover-720x936.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/picky-plate-ebook-front-cover-768x998.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/picky-plate-ebook-front-cover-1182x1536.jpg 1182w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/picky-plate-ebook-front-cover-180x234.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/picky-plate-ebook-front-cover-150x195.jpg 150w" data-sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<p>If you're looking to include more variety in your diet, eat more colourful meals and you love fresh, wholesome ingredients, and want a simple yet delicious way to eat well, this book is for you!</p>



<p>Buy <a href="https://hungryhealthyhappy.com/shop/" data-lasso-id="7322" data-wpel-link="internal">The Ultimate Guide To Picky Plates</a>.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image aligncenter is-style-book-cover wp-duotone-unset-3">
<figure class="size-full" style="margin-right:0;margin-left:0"><img decoding="async" width="1200" height="1560" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;1200&#039;%20height=&#039;1560&#039;%20viewBox=&#039;0%200%201200%201560&#039;%3E%3C/svg%3E" alt="The front cover of the 15 Minute Healthy Meals book." class="wp-image-113944 perfmatters-lazy" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/07/15-Minute-Meals-book-cover-3b.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/07/15-Minute-Meals-book-cover-3b.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/07/15-Minute-Meals-book-cover-3b.jpg 1200w, https://hungryhealthyhappy.com/wp-content/uploads/2025/07/15-Minute-Meals-book-cover-3b-360x468.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/07/15-Minute-Meals-book-cover-3b-720x936.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/07/15-Minute-Meals-book-cover-3b-768x998.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/07/15-Minute-Meals-book-cover-3b-1182x1536.jpg 1182w, https://hungryhealthyhappy.com/wp-content/uploads/2025/07/15-Minute-Meals-book-cover-3b-180x234.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/07/15-Minute-Meals-book-cover-3b-150x195.jpg 150w" data-sizes="(max-width: 1200px) 100vw, 1200px" /></figure>
</div>


<p><strong>15 Minute Healthy Meals</strong> is your go-to guide for quick, wholesome cooking with over 100 delicious recipes ready in just 15 minutes. From breakfasts and lunches to dinners, snacks, and desserts, you'll find high-protein, vegetarian, vegan, and gluten-free options to suit every lifestyle.</p>



<p>Buy <a href="https://hungryhealthyhappy.com/shop/" data-lasso-id="7323" data-wpel-link="internal">15 Minute Healthy Meals</a>.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image aligncenter is-style-book-cover">
<figure class="size-full is-resized"><img decoding="async" width="1024" height="1326" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;1024&#039;%20height=&#039;1326&#039;%20viewBox=&#039;0%200%201024%201326&#039;%3E%3C/svg%3E" alt="The Hungry Healthy Happy book cover." class="wp-image-13112 perfmatters-lazy" style="width:354px;height:auto" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes-600x777.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes-386x500.jpg 386w, https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes-791x1024.jpg 791w, https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes-768x995.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes-720x932.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes-360x466.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes-180x233.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2015/12/HHH_HiRes-150x194.jpg 150w" data-sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>The <em>Hungry Healthy Happy</em> book shows us that, with a few small changes, we can still enjoy all of our favourite foods, whilst nourishing our bodies with a nutritionally balanced diet.</p>



<p>Buy <a href="https://www.amazon.co.uk/Hungry-Healthy-Happy-nourish-without/dp/1910254371?tag=hunghealhapp-21" target="_blank" rel="nofollow noopener external noreferrer" data-lasso-id="7324" data-lasso-name="Hungry Healthy Happy: How to nourish your body without giving up the foods you love" data-lasso-lid="117358" data-wpel-link="external" class="wpel-icon-right">Hungry Healthy Happy<span class="wpel-icon wpel-image wpel-icon-6"></span></a>.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image aligncenter is-style-book-cover">
<figure class="size-full"><img decoding="async" width="500" height="650" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;500&#039;%20height=&#039;650&#039;%20viewBox=&#039;0%200%20500%20650&#039;%3E%3C/svg%3E" alt="The healthy slow cooker book cover." class="wp-image-27148 perfmatters-lazy" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2016/01/Cover.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2016/01/Cover.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2016/01/Cover.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2016/01/Cover-385x500.jpg 385w, https://hungryhealthyhappy.com/wp-content/uploads/2016/01/Cover-360x468.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2016/01/Cover-180x234.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2016/01/Cover-150x195.jpg 150w" data-sizes="(max-width: 500px) 100vw, 500px" /></figure>
</div>


<p>The <em>Healthy Slow Cooker</em> is an inspirational, full-colour recipe book showing how a slow cooker can enable you to have a very healthy, home-cooked diet with just a few minutes spent in the kitchen.</p>



<p>Buy <a href="https://www.amazon.co.uk/dp/147214046X?tag=hunghealhapp-21" target="_blank" rel="nofollow noopener external noreferrer" data-lasso-id="7325" data-lasso-name="The Healthy Slow Cooker: Delicious, nutritious eating made easy" data-lasso-lid="117337" data-wpel-link="external" class="wpel-icon-right">The Healthy Slow Cooker<span class="wpel-icon wpel-image wpel-icon-6"></span></a>.</p>
</div>
</div>



<h3 class="wp-block-heading has-text-align-center" id="h-praise-for-these-books">Praise for These Books</h3>


<div class="kt-blocks-testimonials-wrap91205_aacab5-d9 kt-testimonial-halign-center kt-testimonial-style-inlineimage kt-testimonials-media-off kt-testimonials-icon-on kt-testimonial-columns-1 kt-t-xxl-col-1 kt-t-xl-col-1 kt-t-lg-col-1 kt-t-md-col-1 kt-t-sm-col-1 kt-t-xs-col-1 wp-block-kadence-testimonials"><div class="kt-blocks-testimonials-inner-wrap kt-blocks-carousel kt-carousel-container-dotstyle-dark kt-carousel-container-arrowstyle-whiteondark"><div class="kt-blocks-carousel-init splide kb-gallery-carousel kt-carousel-arrowstyle-whiteondark kt-carousel-dotstyle-dark" data-columns-xxl="1" data-columns-xl="1" data-columns-md="1" data-columns-sm="1" data-columns-xs="1" data-columns-ss="1" data-slider-anim-speed="500" data-slider-scroll="1" data-slider-type="loop" data-slider-arrows="true" data-slider-dots="true" data-slider-hover-pause="false" data-slider-auto="1" data-slider-speed="6000" data-slider-gap="30px" data-slider-gap-tablet="30px" data-slider-gap-mobile="30px" data-show-pause-button="false"><div class="splide__track"><ul class="splide__list">
<li class="kt-blocks-testimonial-carousel-item kb-slide-item splide__slide"><div class="kt-testimonial-item-wrap kt-testimonial-item-91205_ce5063-55 wp-block-kadence-testimonial"><div class="kt-testimonial-text-wrap"><div class="kt-svg-testimonial-global-icon-wrap"><div class="kt-svg-testimonial-global-icon kt-svg-testimonial-global-icon-icon-fas_quote-left"><svg viewbox="0 0 512 512" fill="currentColor" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z"></path></svg></div></div><div class="kt-testimonial-content-wrap"><blockquote class="kt-testimonial-content">We love&nbsp;her take on fast food faves such as&nbsp;burgers, kebabs and curries</blockquote></div></div><div class="kt-testimonial-meta-wrap"><div class="kt-testimonial-meta-name-wrap"><div class="kt-testimonial-name-wrap"><div class="kt-testimonial-name"><em>Natural Health Magazine</em></div></div></div></div></div></li>

<li class="kt-blocks-testimonial-carousel-item kb-slide-item splide__slide"><div class="kt-testimonial-item-wrap kt-testimonial-item-91205_7069ce-0e wp-block-kadence-testimonial"><div class="kt-testimonial-text-wrap"><div class="kt-svg-testimonial-global-icon-wrap"><div class="kt-svg-testimonial-global-icon kt-svg-testimonial-global-icon-icon-fas_quote-left"><svg viewbox="0 0 512 512" fill="currentColor" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z"></path></svg></div></div><div class="kt-testimonial-content-wrap"><blockquote class="kt-testimonial-content">When people buy healthy cookbooks they usually assume that they have to give up the foods they love - but this cookbook proves that you don't.</blockquote></div></div><div class="kt-testimonial-meta-wrap"><div class="kt-testimonial-meta-name-wrap"><div class="kt-testimonial-name-wrap"><div class="kt-testimonial-name"><em>Healthista</em></div></div></div></div></div></li>

<li class="kt-blocks-testimonial-carousel-item kb-slide-item splide__slide"><div class="kt-testimonial-item-wrap kt-testimonial-item-91205_172c8c-07 wp-block-kadence-testimonial"><div class="kt-testimonial-text-wrap"><div class="kt-svg-testimonial-global-icon-wrap"><div class="kt-svg-testimonial-global-icon kt-svg-testimonial-global-icon-icon-fas_quote-left"><svg viewbox="0 0 512 512" fill="currentColor" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z"></path></svg></div></div><div class="kt-testimonial-content-wrap"><blockquote class="kt-testimonial-content">Try Dannii's lighter versions of family favourites and no one will suspect they're eating healthier food!</blockquote></div></div><div class="kt-testimonial-meta-wrap"><div class="kt-testimonial-meta-name-wrap"><div class="kt-testimonial-name-wrap"><div class="kt-testimonial-name"><em>Vegetarian Living</em></div></div></div></div></div></li>

<li class="kt-blocks-testimonial-carousel-item kb-slide-item splide__slide"><div class="kt-testimonial-item-wrap kt-testimonial-item-91205_63ef11-31 wp-block-kadence-testimonial"><div class="kt-testimonial-text-wrap"><div class="kt-svg-testimonial-global-icon-wrap"><div class="kt-svg-testimonial-global-icon kt-svg-testimonial-global-icon-icon-fas_quote-left"><svg viewbox="0 0 512 512" fill="currentColor" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z"></path></svg></div></div><div class="kt-testimonial-content-wrap"><blockquote class="kt-testimonial-content">...this is exactly the sort of cookbook we love here in the Easy Food office. ... Healthy eating has never been so tempting.</blockquote></div></div><div class="kt-testimonial-meta-wrap"><div class="kt-testimonial-meta-name-wrap"><div class="kt-testimonial-name-wrap"><div class="kt-testimonial-name"><em>Easy Food Ireland</em></div></div></div></div></div></li>
</ul></div></div></div></div></div></div>



<hr class="wp-block-separator has-alpha-channel-opacity is-style-separator-dots">



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading is-style-heading-right-line" id="h-our-most-popular-recipes">Our Most Popular Recipes</h2>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list fsri-numbered feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://hungryhealthyhappy.com/10-minute-sticky-ginger-beef/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Sticky Ginger Beef in a bowl with rice and broccoli." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">10 Minute Sticky Ginger Beef Mince</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/mediterranean-rice-salad/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Mediterranean Rice Salad in a large round serving dish." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Mediterranean Rice Salad</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/tomato-pasta-sauce/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Easy tomato pasta sauce coating tagliatelle on a white plate." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-250x250.jpg 250w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Easy Tomato Pasta Sauce</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/air-fryer-canned-potatoes/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Air fryer canned potatoes on a plate topped with chopped herbs." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Air Fryer Canned Potatoes</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/katsu-curry-sauce/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Sliced breaded chicken covered in katsu curry sauce." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Katsu Curry Sauce (just like Wagamama)</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/cottage-cheese-tuna-salad/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Cottage cheese tuna salad on a plate with some square crackers." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">High Protein Cottage Cheese Tuna Salad</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/leftover-chicken-pasta/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Leftover chicken pasta on a black plate." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2022/03/Leftover-Chicken-Pasta-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Leftover Chicken Pasta</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/healthy-flapjacks/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Fourteen healthy flapjacks on a sheet of parchment paper." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2021/07/healthy-flapjacks-featured-a.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2021/07/healthy-flapjacks-featured-a-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2021/07/healthy-flapjacks-featured-a-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/healthy-flapjacks-featured-a-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/healthy-flapjacks-featured-a-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/healthy-flapjacks-featured-a-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/healthy-flapjacks-featured-a-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/healthy-flapjacks-featured-a-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/healthy-flapjacks-featured-a-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2021/07/healthy-flapjacks-featured-a.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Healthy Flapjacks</div></a></li></ul></div></div></div>



<hr class="wp-block-separator has-alpha-channel-opacity is-style-separator-dots">



<div class="wp-block-group feast-feature-wrapper is-style-full-width-feature-wrapper-cta has-feast-branding-color-cta-background-color has-background"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:40% auto"><figure class="wp-block-media-text__media"><a href="https://hungryhealthyhappy.com/category/recipes/healthy-alternative-to-takeaway/" data-lasso-id="7326" data-wpel-link="internal"><img decoding="async" width="720" height="720" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;720&#039;%20height=&#039;720&#039;%20viewBox=&#039;0%200%20720%20720&#039;%3E%3C/svg%3E" alt="A bowl of curry and rice with a takeaway alternatives label." class="wp-image-115429 size-full perfmatters-lazy" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-720x720.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/healthy-alternatives-to-takeaway-category-1.jpg 1200w" data-sizes="(max-width: 720px) 100vw, 720px" /></a></figure><div class="wp-block-media-text__content">

<h2 class="wp-block-heading has-text-align-left" id="h-healthy-alternatives-to-takeaway">Healthy Alternatives To Takeaway</h2>


<p class="has-text-align-left">Everybody loves a takeaway (takeout), so instead of ordering, why not make one of our Healthy Takeaway recipes?</p>


<div class="wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns91205_39c91f-ec">
<a class="kb-button kt-button button kb-btn91205_ef29d1-78 kt-btn-size-small kt-btn-width-type-auto kb-btn-global-outline  kt-btn-has-text-true kt-btn-has-svg-false  wp-block-kadence-singlebtn" href="https://hungryhealthyhappy.com/category/recipes/healthy-alternative-to-takeaway/"><span class="kt-btn-inner-text">All Takeaway Alternatives</span></a>
</div>

</div></div>
</div></div>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://hungryhealthyhappy.com/10-minute-chickpea-and-spinach-curry/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="10 Minute Chickpea and Spinach Curry on a blue and white plate." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2018/07/10-Minute-Chickpea-and-Spinach-Curry-featured-1200.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">10 Minute Chickpea and Spinach Curry</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/tomato-and-garlic-chicken-curry/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Tomato and Garlic chicken curry in a blue bowl." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b-250x250.jpg 250w, https://hungryhealthyhappy.com/wp-content/uploads/2018/08/Tomato-and-Garlic-Chicken-Curry-featured-b.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Tomato and Garlic Chicken Curry recipe</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/greek-turkey-and-feta-burgers/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A Greek turkey burger on a wooden board." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2014/07/greek-turkey-burger-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2014/07/greek-turkey-burger-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2014/07/greek-turkey-burger-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2014/07/greek-turkey-burger-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2014/07/greek-turkey-burger-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2014/07/greek-turkey-burger-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2014/07/greek-turkey-burger-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2014/07/greek-turkey-burger-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2014/07/greek-turkey-burger-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2014/07/greek-turkey-burger-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Greek Turkey Burgers</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/peri-peri-chicken/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Peri Peri Chicken in a baking dish surrounded by corn, rice and dips." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2020/04/Peri-Peri-Chicken-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Peri Peri Chicken (Homemade Nando's Recipe)</div></a></li></ul></div></div></div>



<div class="wp-block-group is-style-full-width-feature-wrapper-cta has-feast-branding-color-cta-background-color has-background"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:40% auto"><figure class="wp-block-media-text__media"><a href="https://hungryhealthyhappy.com/category/recipes/air-fryer/" data-lasso-id="7327" data-wpel-link="internal"><img decoding="async" width="720" height="720" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;720&#039;%20height=&#039;720&#039;%20viewBox=&#039;0%200%20720%20720&#039;%3E%3C/svg%3E" alt="Cooked chicken breasts in an air fryer basket with an air fryer label." class="wp-image-115408 size-full perfmatters-lazy" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/air-fryer-category-1.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/air-fryer-category-1-720x720.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/09/air-fryer-category-1-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/air-fryer-category-1-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/air-fryer-category-1-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/air-fryer-category-1-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/air-fryer-category-1-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/air-fryer-category-1-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/air-fryer-category-1-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/09/air-fryer-category-1.jpg 1200w" data-sizes="(max-width: 720px) 100vw, 720px" /></a></figure><div class="wp-block-media-text__content">

<h2 class="wp-block-heading has-text-align-left" id="h-air-fryer-recipes">Air Fryer Recipes</h2>


<p class="has-text-align-left">Nothing beats the convenience and health benefits of using an Air Fryer. Make meal times much easier with our air fryer recipes.</p>


<div class="wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns91205_1849ee-fe">
<a class="kb-button kt-button button kb-btn91205_28dc85-c7 kt-btn-size-small kt-btn-width-type-auto kb-btn-global-outline  kt-btn-has-text-true kt-btn-has-svg-false  wp-block-kadence-singlebtn" href="https://hungryhealthyhappy.com/category/recipes/air-fryer/"><span class="kt-btn-inner-text">All Air Fryer Recipes</span></a>
</div>

</div></div>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://hungryhealthyhappy.com/buffalo-chicken-thighs/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Six Buffalo Chicken Thighs on a grey plate." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/buffalo-chicken-thighs-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/buffalo-chicken-thighs-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/buffalo-chicken-thighs-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/buffalo-chicken-thighs-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/buffalo-chicken-thighs-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/buffalo-chicken-thighs-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/buffalo-chicken-thighs-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/buffalo-chicken-thighs-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/buffalo-chicken-thighs-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/buffalo-chicken-thighs-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Buffalo Chicken Thighs (Air Fryer or Oven)</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/hot-honey-salmon-bites/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A plate of hot honey salmon bites." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/hot-honey-salmon-bites-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/hot-honey-salmon-bites-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/hot-honey-salmon-bites-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/hot-honey-salmon-bites-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/hot-honey-salmon-bites-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/hot-honey-salmon-bites-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/hot-honey-salmon-bites-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/hot-honey-salmon-bites-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/hot-honey-salmon-bites-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/hot-honey-salmon-bites-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Hot Honey Salmon Bites</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/air-fryer-chicken-drumsticks/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Eight air fryer chicken drumsticks on a plate with a pot of dip." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2024/02/air-fryer-chicken-drumsticks-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Air Fryer Chicken Drumsticks</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/black-bean-and-chipotle-chicken-fajita-bowl/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Chipotle Chicken Fajita Bowl on a wooden surface." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/03/black-bean-and-chipotle-chicken-fajita-bowl-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/03/black-bean-and-chipotle-chicken-fajita-bowl-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/03/black-bean-and-chipotle-chicken-fajita-bowl-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/black-bean-and-chipotle-chicken-fajita-bowl-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/black-bean-and-chipotle-chicken-fajita-bowl-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/black-bean-and-chipotle-chicken-fajita-bowl-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/black-bean-and-chipotle-chicken-fajita-bowl-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/black-bean-and-chipotle-chicken-fajita-bowl-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/black-bean-and-chipotle-chicken-fajita-bowl-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/03/black-bean-and-chipotle-chicken-fajita-bowl-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Black Bean and Chipotle Chicken Fajita Bowl</div></a></li></ul></div></div></div>



<hr class="wp-block-separator has-alpha-channel-opacity is-style-separator-stripes">



<h3 class="wp-block-heading" id="h-recently-updated-posts">Recently Updated Posts</h3>


<div class="feast-category-index  feast-recipe-index"><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://hungryhealthyhappy.com/chilli-garlic-spicy-noodles/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A plate of spicy noodles with a fork in them." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2022/11/spicy-noodles-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Chilli Garlic Spicy Noodles</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/lemon-baked-oats/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A portion of lemon baked oats on a blue plate." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/lemon-baked-oats-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/lemon-baked-oats-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/lemon-baked-oats-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/lemon-baked-oats-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/lemon-baked-oats-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/lemon-baked-oats-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/lemon-baked-oats-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/lemon-baked-oats-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/lemon-baked-oats-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/lemon-baked-oats-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Lemon Baked Oats</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/ninja-creami-carrot-cake-ice-cream/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A tub of Ninja creami carrot cake ice cream." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/ninja-creami-carrot-cake-ice-cream-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/ninja-creami-carrot-cake-ice-cream-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/05/ninja-creami-carrot-cake-ice-cream-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/ninja-creami-carrot-cake-ice-cream-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/ninja-creami-carrot-cake-ice-cream-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/ninja-creami-carrot-cake-ice-cream-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/ninja-creami-carrot-cake-ice-cream-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/ninja-creami-carrot-cake-ice-cream-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/ninja-creami-carrot-cake-ice-cream-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/05/ninja-creami-carrot-cake-ice-cream-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Ninja CREAMi Carrot Cake Ice Cream</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/high-protein-chicken-carbonara/" data-wpel-link="internal"><img decoding="async" width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Chicken carbonara in a pink bowl." data-pin-nopin="true" aria-hidden="true" data-pin-media="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/chicken-carbonara-featured.jpg" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/chicken-carbonara-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2026/04/chicken-carbonara-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/chicken-carbonara-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/chicken-carbonara-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/chicken-carbonara-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/chicken-carbonara-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/chicken-carbonara-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/chicken-carbonara-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2026/04/chicken-carbonara-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">High Protein Chicken Carbonara</div></a></li></ul></div></div></article></main><aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar">
			<div class="feast-layout feast-layout--modern-sidebar feast-modern-sidebar">
								
<div class="wp-block-media-text is-stacked-on-mobile is-variation-media-text-sidebar-bio is-style-default has-background" style="background-color:#eef2f7"><figure class="wp-block-media-text__media"><img width="720" height="719" data-pin-nopin="true" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;720&#039;%20height=&#039;719&#039;%20viewBox=&#039;0%200%20720%20719&#039;%3E%3C/svg%3E" alt="Dannii with a sunset behind her." class="wp-image-109810 size-full perfmatters-lazy" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/02/dannii-headshot-2025-720x719.jpg" /></figure><div class="wp-block-media-text__content">
<h3 class="wp-block-heading has-text-align-center is-variation-fancy-text" id="h-welcome" style="font-size:46px">Welcome</h3>



<p class="has-text-align-center" style="font-size:18px">My name is Dannii. Here you will find easy family recipes with a healthy twist.<br><br>Established in 2011, Hungry Healthy Happy has become one of the UK's most popular food blogs, with four successful recipe books published.</p>


<style>.wp-block-kadence-advancedbtn.kb-btns92978_beb074-69{gap:var(--global-kb-gap-xs, 0.5rem );justify-content:center;align-items:center;}.kt-btns92978_beb074-69 .kt-button{font-weight:normal;font-style:normal;}.kt-btns92978_beb074-69 .kt-btn-wrap-0{margin-right:5px;}.wp-block-kadence-advancedbtn.kt-btns92978_beb074-69 .kt-btn-wrap-0 .kt-button{color:#555555;border-color:#555555;}.wp-block-kadence-advancedbtn.kt-btns92978_beb074-69 .kt-btn-wrap-0 .kt-button:hover, .wp-block-kadence-advancedbtn.kt-btns92978_beb074-69 .kt-btn-wrap-0 .kt-button:focus{color:#ffffff;border-color:#444444;}.wp-block-kadence-advancedbtn.kt-btns92978_beb074-69 .kt-btn-wrap-0 .kt-button::before{display:none;}.wp-block-kadence-advancedbtn.kt-btns92978_beb074-69 .kt-btn-wrap-0 .kt-button:hover, .wp-block-kadence-advancedbtn.kt-btns92978_beb074-69 .kt-btn-wrap-0 .kt-button:focus{background:#444444;}</style>
<div class="wp-block-kadence-advancedbtn kb-buttons-wrap kb-btns92978_beb074-69"><style>ul.menu .wp-block-kadence-advancedbtn .kb-btn92978_1ef098-ef.kb-button{width:initial;}.wp-block-kadence-advancedbtn .kb-btn92978_1ef098-ef.kb-button{color:#000000;background:#ffffff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}.wp-block-kadence-advancedbtn .kb-btn92978_1ef098-ef.kb-button:hover, .wp-block-kadence-advancedbtn .kb-btn92978_1ef098-ef.kb-button:focus{color:#feffff;background:#096750;}@media all and (max-width: 1024px){.wp-block-kadence-advancedbtn .kb-btn92978_1ef098-ef.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}@media all and (max-width: 767px){.wp-block-kadence-advancedbtn .kb-btn92978_1ef098-ef.kb-button{border-top:1px solid #190101;border-right:1px solid #190101;border-bottom:1px solid #190101;border-left:1px solid #190101;}}</style><a class="kb-button kt-button button kb-btn92978_1ef098-ef kt-btn-size-small kt-btn-width-type-auto kb-btn-global-outline  kt-btn-has-text-true kt-btn-has-svg-false  wp-block-kadence-singlebtn" href="https://hungryhealthyhappy.com/about-me/"><span class="kt-btn-inner-text">About me →</span></a></div>
</div></div>



<div class="wp-block-group is-style-feast-feature-wrapper"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p class="has-small-font-size">We'd love it if you could tell Google that you trust Hungry Healthy Happy.</p>



<p class="has-small-font-size">Clicking the button below will tell Google that this site is trustworthy and you will see more results from us in your Google search results.</p>


<div class="feast-trusted-google-source feast-trusted-google-source--layout-default" style="margin: 27px 0;text-align:center;"><div class="wp-block-buttons"><div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.google.com/preferences/source?q=https://hungryhealthyhappy.com" target="_blank" rel="noreferrer noopener" style="display:flex;align-items:center;column-gap:8px;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" width="24px" height="24px"><path d="M564 325.8C564 467.3 467.1 568 324 568C186.8 568 76 457.2 76 320C76 182.8 186.8 72 324 72C390.8 72 447 96.5 490.3 136.9L422.8 201.8C334.5 116.6 170.3 180.6 170.3 320C170.3 406.5 239.4 476.6 324 476.6C422.2 476.6 459 406.2 464.8 369.7L324 369.7L324 284.4L560.1 284.4C562.4 297.1 564 309.3 564 325.8z"/></svg>Add us as a trusted site on Google</a></div></div></div></div></div>



<h3 class="wp-block-heading has-text-align-center" id="h-budget-recipes">Budget Recipes</h3>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-half"><li class="listing-item"><a href="https://hungryhealthyhappy.com/jacket-potato-with-beans-and-cheese/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Jacket potato with cheese and beans on a pink plate." data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/11/jacket-potato-with-cheese-and-beans-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/11/jacket-potato-with-cheese-and-beans-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/11/jacket-potato-with-cheese-and-beans-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/11/jacket-potato-with-cheese-and-beans-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/11/jacket-potato-with-cheese-and-beans-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/11/jacket-potato-with-cheese-and-beans-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/11/jacket-potato-with-cheese-and-beans-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/11/jacket-potato-with-cheese-and-beans-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/11/jacket-potato-with-cheese-and-beans-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Jacket Potato with Beans and Cheese</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/mexican-bean-burger/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Mexican bean burger in a bun with salad, slaw, salsa and sauce" data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2018/03/Mexican-Bean-Burger-featured-b.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Mexican Bean Burger</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/easy-lentil-curry/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A plate of easy lentil curry and rice next to a blue striped towel." data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2020/03/Easy-Lentil-Curry-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Easy Lentil Curry</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/chipotle-black-bean-stew/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Chipotle Black Bean Stew in a bowl with some rice." data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-640x640.jpg 640w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2017/02/Chipotle-Black-Bean-Stew-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Chipotle Black Bean Stew</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/bean-and-vegetable-enchiladas/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="A baking dish filled with bean and vegetable enchiladas" data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2011/07/Bean-and-Vegetable-Enchilladas-featured-b.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Bean and Vegetable Enchiladas</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/cauliflower-mac-and-cheese/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Cauliflower mac and cheese in a white baking dish." data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2023/01/cauliflower-mac-and-cheese-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Cauliflower Mac and Cheese</div></a></li></ul></div>


<h3 class="wp-block-heading has-text-align-center" id="h-recipe-books">Recipe Books</h3>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image aligncenter">
<figure class="size-full is-resized"><a href="https://hungryhealthyhappy.com/shop/"><img width="1200" height="1560" data-pin-nopin="true" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;1200&#039;%20height=&#039;1560&#039;%20viewBox=&#039;0%200%201200%201560&#039;%3E%3C/svg%3E" alt="The front cover of the 15 Minute Healthy Meals book." class="wp-image-113944 perfmatters-lazy" style="width:undefinedpx;height:undefinedpx" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/07/15-Minute-Meals-book-cover-3b.jpg" /></a></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><a href="https://hungryhealthyhappy.com/shop/"><img width="1200" height="1560" data-pin-nopin="true" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;1200&#039;%20height=&#039;1560&#039;%20viewBox=&#039;0%200%201200%201560&#039;%3E%3C/svg%3E" alt="the front cover of The Picky Plate eBook." class="wp-image-110689 perfmatters-lazy" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/04/picky-plate-ebook-front-cover.jpg" /></a></figure>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image aligncenter">
<figure class="size-full is-resized"><a href="https://amzn.to/3uTEzpU" target="_blank" rel="noreferrer noopener nofollow"><img width="1024" height="1326" data-pin-nopin="true" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;1024&#039;%20height=&#039;1326&#039;%20viewBox=&#039;0%200%201024%201326&#039;%3E%3C/svg%3E" alt="The Hungry Healthy Happy book cover." class="wp-image-15090 perfmatters-lazy" style="width:undefinedpx;height:undefinedpx" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2012/09/HHH_HiRes.jpg" /></a></figure>
</div></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image aligncenter">
<figure class="size-full is-resized"><a href="https://amzn.to/3JPE1FP" target="_blank" rel="noreferrer noopener nofollow"><img width="500" height="650" data-pin-nopin="true" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;500&#039;%20height=&#039;650&#039;%20viewBox=&#039;0%200%20500%20650&#039;%3E%3C/svg%3E" alt="The healthy slow cooker book cover." class="wp-image-27148 perfmatters-lazy" style="width:undefinedpx;height:undefinedpx" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2016/01/Cover.jpg" /></a></figure>
</div></div>
</div>



<h3 class="wp-block-heading has-text-align-center" id="h-popular-recipes">Popular Recipes</h3>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list fsri-numbered feast-grid-half feast-desktop-grid-half"><li class="listing-item"><a href="https://hungryhealthyhappy.com/10-minute-sticky-ginger-beef/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Sticky Ginger Beef in a bowl with rice and broccoli." data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2021/05/sticky-ginger-beef-featured-b.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">10 Minute Sticky Ginger Beef Mince</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/mediterranean-rice-salad/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Mediterranean Rice Salad in a large round serving dish." data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2022/07/mediterranean-rice-salad-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Mediterranean Rice Salad</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/tomato-pasta-sauce/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Easy tomato pasta sauce coating tagliatelle on a white plate." data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-1024x1024.jpg 1024w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b-250x250.jpg 250w, https://hungryhealthyhappy.com/wp-content/uploads/2020/01/Easy-Tomato-Pasta-Sauce-featured-b.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Easy Tomato Pasta Sauce</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/air-fryer-canned-potatoes/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Air fryer canned potatoes on a plate topped with chopped herbs." data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2024/01/air-fryer-canned-potatoes-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Air Fryer Canned Potatoes</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/katsu-curry-sauce/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Sliced breaded chicken covered in katsu curry sauce." data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-300x300.jpg 300w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-100x100.jpg 100w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-600x600.jpg 600w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2024/03/katsu-curry-sauce-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Katsu Curry Sauce (just like Wagamama)</div></a></li><li class="listing-item"><a href="https://hungryhealthyhappy.com/cottage-cheese-tuna-salad/"><img width="360" height="360" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;360&#039;%20height=&#039;360&#039;%20viewBox=&#039;0%200%20360%20360&#039;%3E%3C/svg%3E" class="feast_1x1_thumbnail fsri-image wp-post-image perfmatters-lazy" alt="Cottage cheese tuna salad on a plate with some square crackers." data-pin-nopin="true" aria-hidden="true" decoding="async" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-360x360.jpg" data-srcset="https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-360x360.jpg 360w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-720x720.jpg 720w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-180x180.jpg 180w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-768x768.jpg 768w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-500x500.jpg 500w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-96x96.jpg 96w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured-150x150.jpg 150w, https://hungryhealthyhappy.com/wp-content/uploads/2025/04/cottage-cheese-tuna-salad-featured.jpg 1200w" data-sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">High Protein Cottage Cheese Tuna Salad</div></a></li></ul></div>							</div>

			</aside></div></div><footer class="site-footer"><div class="wrap"><h2 class="screen-reader-text">Footer</h2>
			<div class="feast-layout feast-layout--modern-footer feast-modern-footer">
								
<div class="wp-block-group is-style-full-width-feature-wrapper has-background" style="background-color:#cee6e9"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-65eef5bf wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading" id="h-help-amp-information">Help &amp; Information</h3>



<ul class="wp-block-list has-small-font-size">
<li><a href="https://hungryhealthyhappy.com/contact/">Contact</a></li>



<li><a href="/privacy-policy/">Privacy Policy</a></li>



<li><a href="https://hungryhealthyhappy.com/accessibility/">Accessibility Policy</a></li>



<li><a href="https://hungryhealthyhappy.com/privacy-policy/#advertising">Advertising</a></li>



<li><a href="https://hungryhealthyhappy.com/category/blog/">Blog</a></li>
</ul>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading" id="h-about-us">About us</h3>



<ul class="wp-block-list has-small-font-size">
<li><a href="https://hungryhealthyhappy.com/about-me/">About us</a></li>



<li><a href="https://hungryhealthyhappy.com/subscribe/">Newsletter Sign Up!</a></li>



<li><a href="https://hungryhealthyhappy.com/sponsor/">Press enquiries</a></li>



<li><a href="https://hungryhealthyhappy.com/faq/">FAQ</a></li>
</ul>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading" id="h-follow-us">Follow us</h3>


<div class="feast-social-media feast-social-media--align-center" style="padding-top:0;padding-bottom:0;"><a class="social-media__link" href="https://facebook.com/HungryHealthyHappy" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="20" height="20" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#000000"></svg></a><a class="social-media__link" href="https://instagram.com/hungryhealthyhappy" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="20" height="20" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.tiktok.com/@hungryhealthyhappy" target="_blank" rel="noopener noreferrer" aria-label="Tiktok" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="20" height="20" role="graphics-symbol" aria-label="TikTok Icon"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" fill="#000000"></svg></a><a class="social-media__link" href="https://twitter.com/HHH_Dannii" target="_blank" rel="noopener noreferrer" aria-label="Twitter" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="20" height="20" role="graphics-symbol" aria-label="Twitter Icon"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.threads.net/@hungryhealthyhappy" target="_blank" rel="noopener noreferrer" aria-label="Threads" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="20" height="20" role="graphics-symbol" aria-label="Threads Icon"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.youtube.com/channel/UChmPTNf1P1l78UIyIGQiUPw" target="_blank" rel="noopener noreferrer" aria-label="Youtube" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" width="20" height="20" role="graphics-symbol" aria-label="YouTube Icon"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" fill="#000000"></svg></a><a class="social-media__link" href="https://pinterest.com/hhhdannii" target="_blank" rel="noopener noreferrer" aria-label="Pinterest" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="20" height="20" role="graphics-symbol" aria-label="Pinterest Icon"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" fill="#000000"></svg></a><a class="social-media__link" href="https://flipboard.com/@DanniiMartin" target="_blank" rel="noopener noreferrer" aria-label="Flipboard" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="20" height="20" role="graphics-symbol" aria-label="Flipboard Icon"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.linkedin.com/in/dannii-martin-HHH" target="_blank" rel="noopener noreferrer" aria-label="Linkedin" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="20" height="20" role="graphics-symbol" aria-label="LinkedIn Icon"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" fill="#000000"></svg></a><a class="social-media__link" href="https://substack.com/@hungryhealthyhappy" target="_blank" rel="noopener noreferrer" aria-label="Substack" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 606 606" width="20" height="20" preserveAspectRatio="xMidYMid meet"><path d="M35 4L35 75L564 75L564 4L35 4M35 139L35 211L564 211L564 139L35 139M35 274L35 605C56.6208 598.76 78.3422 581.827 98 570.86L230 497.14C246.343 488.022 262.731 478.968 279 469.719C284.318 466.696 293.313 459.172 299.576 459.286C305.748 459.399 314.711 466.977 320 469.999C335.238 478.708 350.615 487.245 366 495.694C412.513 521.239 458.488 547.761 505 573.306C522.985 583.183 543.997 600.423 564 605L564 274L35 274z" fill="#000000"/></svg></a><a class="social-media__link" href="https://amzn.to/457LO0b" target="_blank" rel="noopener noreferrer" aria-label="Amazon" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="20" height="20" role="graphics-symbol" aria-label="Amazon Icon"><path d="M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z" fill="#000000"></svg></a><a class="social-media__link" href="https://bsky.app/profile/hungryhealthyhappy.bsky.social" target="_blank" rel="noopener noreferrer" aria-label="Bluesky" data-wpel-link="ignore" style="background-color:cee6ep;border:1px solid cee6ep;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="20" height="20" role="graphics-symbol" aria-label="Bluesky Icon"><path d="M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z" fill="#000000"/></svg></a></div></div>
</div>



<hr class="wp-block-separator has-text-color has-black-color has-alpha-channel-opacity has-black-background-color has-background is-style-separator-wavy" style="margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)"/>



<h3 class="wp-block-heading has-text-align-left has-medium-font-size" id="h-featured-in">Featured in:</h3>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full" style="margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)"><img width="750" height="70" data-pin-nopin="true" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;750&#039;%20height=&#039;70&#039;%20viewBox=&#039;0%200%20750%2070&#039;%3E%3C/svg%3E" alt class="wp-image-114064 perfmatters-lazy" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2020/09/as-seen-in-2-1.jpg" /></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full" style="margin-top:0;margin-bottom:0"><img width="750" height="100" data-pin-nopin="true" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;750&#039;%20height=&#039;100&#039;%20viewBox=&#039;0%200%20750%20100&#039;%3E%3C/svg%3E" alt="Three media logos in a row." class="wp-image-113978 perfmatters-lazy" data-src="https://hungryhealthyhappy.com/wp-content/uploads/2020/09/as-seen-in-1.jpg" /></figure>
</div>
</div>



<p class="has-text-align-center" style="font-size:15px">As an Amazon Associate we earn certain commissions from qualifying purchases. By using our site, you agree that we can collect and use your data.<br>Our <a href="https://hungryhealthyhappy.com/privacy-policy/">privacy statement</a> has more details.</p>



<div style="text-align: center; font-size: 14px; color: #000000;">
  <script>
    document.write("Copyright © 2011-" + new Date().getFullYear() + " Hungry Healthy Happy • All Rights Reserved");
  </script>
  <noscript>
    Copyright © 2011-2025 Hungry Healthy Happy • All Rights Reserved
  </noscript>
</div>
</div></div>
							</div>

			</div></footer></div><script data-no-optimize='1' data-cfasync='false' id='cls-insertion-a42e31d'>(function(){window.adthriveCLS.buildDate=`2026-06-10`;var e=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),t=e(((e,t)=>{var n=function(e){return e&&e.Math===Math&&e};t.exports=n(typeof globalThis==`object`&&globalThis)||n(typeof window==`object`&&window)||n(typeof self==`object`&&self)||n(typeof global==`object`&&global)||n(typeof e==`object`&&e)||(function(){return this})()||Function(`return this`)()})),n=e(((e,t)=>{t.exports=function(e){try{return!!e()}catch(e){return!0}}})),r=e(((e,t)=>{t.exports=!n()(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})})),i=e(((e,t)=>{t.exports=!n()(function(){var e=function(){}.bind();return typeof e!=`function`||e.hasOwnProperty(`prototype`)})})),a=e(((e,t)=>{var n=i(),r=Function.prototype.call;t.exports=n?r.bind(r):function(){return r.apply(r,arguments)}})),o=e((e=>{var t={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor;e.f=n&&!t.call({1:2},1)?function(e){var t=n(this,e);return!!t&&t.enumerable}:t})),s=e(((e,t)=>{t.exports=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}})),c=e(((e,t)=>{var n=i(),r=Function.prototype,a=r.call,o=n&&r.bind.bind(a,a);t.exports=n?o:function(e){return function(){return a.apply(e,arguments)}}})),l=e(((e,t)=>{var n=c(),r=n({}.toString),i=n(``.slice);t.exports=function(e){return i(r(e),8,-1)}})),u=e(((e,t)=>{var r=c(),i=n(),a=l(),o=Object,s=r(``.split);t.exports=i(function(){return!o(`z`).propertyIsEnumerable(0)})?function(e){return a(e)===`String`?s(e,``):o(e)}:o})),d=e(((e,t)=>{t.exports=function(e){return e==null}})),f=e(((e,t)=>{var n=d(),r=TypeError;t.exports=function(e){if(n(e))throw new r(`Can't call method on `+e);return e}})),p=e(((e,t)=>{var n=u(),r=f();t.exports=function(e){return n(r(e))}})),m=e(((e,t)=>{var n=typeof document==`object`&&document.all;t.exports=n===void 0&&n!==void 0?function(e){return typeof e==`function`||e===n}:function(e){return typeof e==`function`}})),h=e(((e,t)=>{var n=m();t.exports=function(e){return typeof e==`object`?e!==null:n(e)}})),g=e(((e,n)=>{var r=t(),i=m(),a=function(e){return i(e)?e:void 0};n.exports=function(e,t){return arguments.length<2?a(r[e]):r[e]&&r[e][t]}})),_=e(((e,t)=>{t.exports=c()({}.isPrototypeOf)})),v=e(((e,n)=>{var r=t().navigator,i=r&&r.userAgent;n.exports=i?String(i):``})),y=e(((e,n)=>{var r=t(),i=v(),a=r.process,o=r.Deno,s=a&&a.versions||o&&o.version,c=s&&s.v8,l,u;c&&(l=c.split(`.`),u=l[0]>0&&l[0]<4?1:+(l[0]+l[1])),!u&&i&&(l=i.match(/Edge\/(\d+)/),(!l||l[1]>=74)&&(l=i.match(/Chrome\/(\d+)/),l&&(u=+l[1]))),n.exports=u})),b=e(((e,r)=>{var i=y(),a=n(),o=t().String;r.exports=!!Object.getOwnPropertySymbols&&!a(function(){var e=Symbol(`symbol detection`);return!o(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&i&&i<41})})),x=e(((e,t)=>{t.exports=b()&&!Symbol.sham&&typeof Symbol.iterator==`symbol`})),S=e(((e,t)=>{var n=g(),r=m(),i=_(),a=x(),o=Object;t.exports=a?function(e){return typeof e==`symbol`}:function(e){var t=n(`Symbol`);return r(t)&&i(t.prototype,o(e))}})),ee=e(((e,t)=>{var n=String;t.exports=function(e){try{return n(e)}catch(e){return`Object`}}})),te=e(((e,t)=>{var n=m(),r=ee(),i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not a function`)}})),ne=e(((e,t)=>{var n=te(),r=d();t.exports=function(e,t){var i=e[t];return r(i)?void 0:n(i)}})),re=e(((e,t)=>{var n=a(),r=m(),i=h(),o=TypeError;t.exports=function(e,t){var a,s;if(t===`string`&&r(a=e.toString)&&!i(s=n(a,e))||r(a=e.valueOf)&&!i(s=n(a,e))||t!==`string`&&r(a=e.toString)&&!i(s=n(a,e)))return s;throw new o(`Can't convert object to primitive value`)}})),ie=e(((e,t)=>{t.exports=!1})),ae=e(((e,n)=>{var r=t(),i=Object.defineProperty;n.exports=function(e,t){try{i(r,e,{value:t,configurable:!0,writable:!0})}catch(n){r[e]=t}return t}})),C=e(((e,n)=>{var r=ie(),i=t(),a=ae(),o=`__core-js_shared__`,s=n.exports=i[o]||a(o,{});(s.versions||(s.versions=[])).push({version:`3.49.0`,mode:r?`pure`:`global`,copyright:`© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.`,license:`https://github.com/zloirock/core-js/blob/v3.49.0/LICENSE`,source:`https://github.com/zloirock/core-js`})})),oe=e(((e,t)=>{var n=C();t.exports=function(e,t){return n[e]||(n[e]=t||{})}})),se=e(((e,t)=>{var n=f(),r=Object;t.exports=function(e){return r(n(e))}})),w=e(((e,t)=>{var n=c(),r=se(),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return i(r(e),t)}})),ce=e(((e,t)=>{var n=c(),r=0,i=Math.random(),a=n(1.1.toString);t.exports=function(e){return`Symbol(`+(e===void 0?``:e)+`)_`+a(++r+i,36)}})),le=e(((e,n)=>{var r=t(),i=oe(),a=w(),o=ce(),s=b(),c=x(),l=r.Symbol,u=i(`wks`),d=c?l.for||l:l&&l.withoutSetter||o;n.exports=function(e){return a(u,e)||(u[e]=s&&a(l,e)?l[e]:d(`Symbol.`+e)),u[e]}})),ue=e(((e,t)=>{var n=a(),r=h(),i=S(),o=ne(),s=re(),c=le(),l=TypeError,u=c(`toPrimitive`);t.exports=function(e,t){if(!r(e)||i(e))return e;var a=o(e,u),c;if(a){if(t===void 0&&(t=`default`),c=n(a,e,t),!r(c)||i(c))return c;throw new l(`Can't convert object to primitive value`)}return t===void 0&&(t=`number`),s(e,t)}})),de=e(((e,t)=>{var n=ue(),r=S();t.exports=function(e){var t=n(e,`string`);return r(t)?t:t+``}})),fe=e(((e,n)=>{var r=t(),i=h(),a=r.document,o=i(a)&&i(a.createElement);n.exports=function(e){return o?a.createElement(e):{}}})),pe=e(((e,t)=>{var i=r(),a=n(),o=fe();t.exports=!i&&!a(function(){return Object.defineProperty(o(`div`),`a`,{get:function(){return 7}}).a!==7})})),T=e((e=>{var t=r(),n=a(),i=o(),c=s(),l=p(),u=de(),d=w(),f=pe(),m=Object.getOwnPropertyDescriptor;e.f=t?m:function(e,t){if(e=l(e),t=u(t),f)try{return m(e,t)}catch(e){}if(d(e,t))return c(!n(i.f,e,t),e[t])}})),me=e(((e,t)=>{var i=r(),a=n();t.exports=i&&a(function(){return Object.defineProperty(function(){},`prototype`,{value:42,writable:!1}).prototype!==42})})),he=e(((e,t)=>{var n=h(),r=String,i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not an object`)}})),E=e((e=>{var t=r(),n=pe(),i=me(),a=he(),o=de(),s=TypeError,c=Object.defineProperty,l=Object.getOwnPropertyDescriptor,u=`enumerable`,d=`configurable`,f=`writable`;e.f=t?i?function(e,t,n){if(a(e),t=o(t),a(n),typeof e==`function`&&t===`prototype`&&`value`in n&&f in n&&!n[f]){var r=l(e,t);r&&r[f]&&(e[t]=n.value,n={configurable:d in n?n[d]:r[d],enumerable:u in n?n[u]:r[u],writable:!1})}return c(e,t,n)}:c:function(e,t,r){if(a(e),t=o(t),a(r),n)try{return c(e,t,r)}catch(e){}if(`get`in r||`set`in r)throw new s(`Accessors not supported`);return`value`in r&&(e[t]=r.value),e}})),ge=e(((e,t)=>{var n=r(),i=E(),a=s();t.exports=n?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}})),_e=e(((e,t)=>{var n=r(),i=w(),a=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,s=i(a,`name`);t.exports={EXISTS:s,PROPER:s&&function(){}.name===`something`,CONFIGURABLE:s&&(!n||n&&o(a,`name`).configurable)}})),ve=e(((e,t)=>{var n=c(),r=m(),i=C(),a=n(Function.toString);r(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),t.exports=i.inspectSource})),ye=e(((e,n)=>{var r=t(),i=m(),a=r.WeakMap;n.exports=i(a)&&/native code/.test(String(a))})),be=e(((e,t)=>{var n=oe(),r=ce(),i=n(`keys`);t.exports=function(e){return i[e]||(i[e]=r(e))}})),xe=e(((e,t)=>{t.exports={}})),Se=e(((e,n)=>{var r=ye(),i=t(),a=h(),o=ge(),s=w(),c=C(),l=be(),u=xe(),d=`Object already initialized`,f=i.TypeError,p=i.WeakMap,m,g,_,v=function(e){return _(e)?g(e):m(e,{})},y=function(e){return function(t){var n;if(!a(t)||(n=g(t)).type!==e)throw new f(`Incompatible receiver, `+e+` required`);return n}};if(r||c.state){var b=c.state||(c.state=new p);b.get=b.get,b.has=b.has,b.set=b.set,m=function(e,t){if(b.has(e))throw new f(d);return t.facade=e,b.set(e,t),t},g=function(e){return b.get(e)||{}},_=function(e){return b.has(e)}}else{var x=l(`state`);u[x]=!0,m=function(e,t){if(s(e,x))throw new f(d);return t.facade=e,o(e,x,t),t},g=function(e){return s(e,x)?e[x]:{}},_=function(e){return s(e,x)}}n.exports={set:m,get:g,has:_,enforce:v,getterFor:y}})),Ce=e(((e,t)=>{var i=c(),a=n(),o=m(),s=w(),l=r(),u=_e().CONFIGURABLE,d=ve(),f=Se(),p=f.enforce,h=f.get,g=String,_=Object.defineProperty,v=i(``.slice),y=i(``.replace),b=i([].join),x=l&&!a(function(){return _(function(){},`length`,{value:8}).length!==8}),S=String(String).split(`String`),ee=t.exports=function(e,t,n){v(g(t),0,7)===`Symbol(`&&(t=`[`+y(g(t),/^Symbol\(([^)]*)\).*$/,`$1`)+`]`),n&&n.getter&&(t=`get `+t),n&&n.setter&&(t=`set `+t),(!s(e,`name`)||u&&e.name!==t)&&(l?_(e,`name`,{value:t,configurable:!0}):e.name=t),x&&n&&s(n,`arity`)&&e.length!==n.arity&&_(e,`length`,{value:n.arity});try{n&&s(n,`constructor`)&&n.constructor?l&&_(e,`prototype`,{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var r=p(e);return s(r,`source`)||(r.source=b(S,typeof t==`string`?t:``)),e};Function.prototype.toString=ee(function(){return o(this)&&h(this).source||d(this)},`toString`)})),we=e(((e,t)=>{var n=m(),r=E(),i=Ce(),a=ae();t.exports=function(e,t,o,s){s||(s={});var c=s.enumerable,l=s.name===void 0?t:s.name;if(n(o)&&i(o,l,s),s.global)c?e[t]=o:a(t,o);else{try{s.unsafe?e[t]&&(c=!0):delete e[t]}catch(e){}c?e[t]=o:r.f(e,t,{value:o,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return e}})),Te=e(((e,t)=>{var n=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(e){var t=+e;return(t>0?r:n)(t)}})),Ee=e(((e,t)=>{var n=Te();t.exports=function(e){var t=+e;return t!==t||t===0?0:n(t)}})),De=e(((e,t)=>{var n=Ee(),r=Math.max,i=Math.min;t.exports=function(e,t){var a=n(e);return a<0?r(a+t,0):i(a,t)}})),Oe=e(((e,t)=>{var n=Ee(),r=Math.min;t.exports=function(e){var t=n(e);return t>0?r(t,9007199254740991):0}})),ke=e(((e,t)=>{var n=Oe();t.exports=function(e){return n(e.length)}})),Ae=e(((e,t)=>{var n=p(),r=De(),i=ke(),a=function(e){return function(t,a,o){var s=n(t),c=i(s);if(c===0)return!e&&-1;var l=r(o,c),u;if(e&&a!==a){for(;c>l;)if(u=s[l++],u!==u)return!0}else for(;c>l;l++)if((e||l in s)&&s[l]===a)return e||l||0;return!e&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}})),je=e(((e,t)=>{var n=c(),r=w(),i=p(),a=Ae().indexOf,o=xe(),s=n([].push);t.exports=function(e,t){var n=i(e),c=0,l=[],u;for(u in n)!r(o,u)&&r(n,u)&&s(l,u);for(;t.length>c;)r(n,u=t[c++])&&(~a(l,u)||s(l,u));return l}})),Me=e(((e,t)=>{t.exports=[`constructor`,`hasOwnProperty`,`isPrototypeOf`,`propertyIsEnumerable`,`toLocaleString`,`toString`,`valueOf`]})),Ne=e((e=>{var t=je(),n=Me().concat(`length`,`prototype`);e.f=Object.getOwnPropertyNames||function(e){return t(e,n)}})),Pe=e((e=>{e.f=Object.getOwnPropertySymbols})),Fe=e(((e,t)=>{var n=g(),r=c(),i=Ne(),a=Pe(),o=he(),s=r([].concat);t.exports=n(`Reflect`,`ownKeys`)||function(e){var t=i.f(o(e)),n=a.f;return n?s(t,n(e)):t}})),Ie=e(((e,t)=>{var n=w(),r=Fe(),i=T(),a=E();t.exports=function(e,t,o){for(var s=r(t),c=a.f,l=i.f,u=0;u<s.length;u++){var d=s[u];!n(e,d)&&!(o&&n(o,d))&&c(e,d,l(t,d))}}})),Le=e(((e,t)=>{var r=n(),i=m(),a=/#|\.prototype\./,o=function(e,t){var n=c[s(e)];return n===u?!0:n===l?!1:i(t)?r(t):!!t},s=o.normalize=function(e){return String(e).replace(a,`.`).toLowerCase()},c=o.data={},l=o.NATIVE=`N`,u=o.POLYFILL=`P`;t.exports=o})),Re=e(((e,n)=>{var r=t(),i=T().f,a=ge(),o=we(),s=ae(),c=Ie(),l=Le();n.exports=function(e,t){var n=e.target,u=e.global,d=e.stat,f,p=u?r:d?r[n]||s(n,{}):r[n]&&r[n].prototype,m,h,g,_;if(p)for(m in t){if(g=t[m],e.dontCallGetSet?(_=i(p,m),h=_&&_.value):h=p[m],f=l(u?m:n+(d?`.`:`#`)+m,e.forced),!f&&h!==void 0){if(typeof g==typeof h)continue;c(g,h)}(e.sham||h&&h.sham)&&a(g,`sham`,!0),o(p,m,g,e)}}})),ze=e(((e,t)=>{var n=r(),i=E(),a=s();t.exports=function(e,t,r){n?i.f(e,t,a(0,r)):e[t]=r}})),Be=e((()=>{var e=Re(),t=r(),n=Fe(),i=p(),a=T(),o=ze();e({target:`Object`,stat:!0,sham:!t},{getOwnPropertyDescriptors:function(e){for(var t=i(e),r=a.f,s=n(t),c={},l=0,u,d;s.length>l;)d=r(t,u=s[l++]),d!==void 0&&o(c,u,d);return c}})})),Ve=e(((e,n)=>{n.exports=t()}));e(((e,t)=>{Be(),t.exports=Ve().Object.getOwnPropertyDescriptors}))();let D={Below_Post_1:`Below_Post_1`,Below_Post:`Below_Post`,Content:`Content`,Content_1:`Content_1`,Content_2:`Content_2`,Content_3:`Content_3`,Content_4:`Content_4`,Content_5:`Content_5`,Content_6:`Content_6`,Content_7:`Content_7`,Content_8:`Content_8`,Content_9:`Content_9`,Recipe:`Recipe`,Recipe_1:`Recipe_1`,Recipe_2:`Recipe_2`,Recipe_3:`Recipe_3`,Recipe_4:`Recipe_4`,Recipe_5:`Recipe_5`,Native_Recipe:`Native_Recipe`,Footer_1:`Footer_1`,Footer:`Footer`,Header_1:`Header_1`,Header_2:`Header_2`,Header:`Header`,Sidebar_1:`Sidebar_1`,Sidebar_2:`Sidebar_2`,Sidebar_3:`Sidebar_3`,Sidebar_4:`Sidebar_4`,Sidebar_5:`Sidebar_5`,Sidebar_9:`Sidebar_9`,Sidebar:`Sidebar`,Interstitial_1:`Interstitial_1`,Interstitial:`Interstitial`,Video_StickyOutstream_1:`Video_StickyOutstream_1`,Video_StickyOutstream:`Video_StickyOutstream`,Video_StickyInstream:`Video_StickyInstream`,Sponsor_Tile:`Sponsor_Tile`},He=[`siteId`,`siteName`,`adOptions`,`breakpoints`,`adUnits`],Ue=(e,t=He)=>{if(!e)return window.adthriveCLS&&(window.adthriveCLS.disabled=!0),!1;for(let n=0;n<t.length;n++)if(!e[t[n]])return window.adthriveCLS&&(window.adthriveCLS.disabled=!0),!1;return!0},We=()=>window.adthriveCLS;function O(e){"@babel/helpers - typeof";return O=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},O(e)}function Ge(e,t){if(O(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(O(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function Ke(e){var t=Ge(e,`string`);return O(t)==`symbol`?t:t+``}function k(e,t,n){return(t=Ke(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var qe=class{constructor(){k(this,`_clsGlobalData`,We())}get enabled(){return!!this._clsGlobalData&&!!this._clsGlobalData.siteAds&&Ue(this._clsGlobalData.siteAds)}get error(){return!!(this._clsGlobalData&&this._clsGlobalData.error)}set siteAds(e){this._clsGlobalData.siteAds=e}get siteAds(){return this._clsGlobalData.siteAds}set disableAds(e){this._clsGlobalData.disableAds=e}get disableAds(){return this._clsGlobalData.disableAds}get enabledLocations(){return[D.Below_Post,D.Content,D.Recipe,D.Sidebar]}get injectedFromPlugin(){return this._clsGlobalData.injectedFromPlugin}set injectedFromPlugin(e){this._clsGlobalData.injectedFromPlugin=e}get injectedFromSiteAds(){return this._clsGlobalData.injectedFromSiteAds}set injectedFromSiteAds(e){this._clsGlobalData.injectedFromSiteAds=e}setInjectedSlots(e){this._clsGlobalData.injectedSlots=this._clsGlobalData.injectedSlots||[],this._clsGlobalData.injectedSlots.push(e)}get injectedSlots(){return this._clsGlobalData.injectedSlots}setInjectedVideoSlots(e){this._clsGlobalData.injectedVideoSlots=this._clsGlobalData.injectedVideoSlots||[],this._clsGlobalData.injectedVideoSlots.push(e)}get injectedVideoSlots(){return this._clsGlobalData.injectedVideoSlots}setExperiment(e,t,n=!1){this._clsGlobalData.experiments=this._clsGlobalData.experiments||{},this._clsGlobalData.siteExperiments=this._clsGlobalData.siteExperiments||{};let r=n?this._clsGlobalData.siteExperiments:this._clsGlobalData.experiments;r[e]=t}getExperiment(e,t=!1){let n=t?this._clsGlobalData.siteExperiments:this._clsGlobalData.experiments;return n&&n[e]}setWeightedChoiceExperiment(e,t,n=!1){this._clsGlobalData.experimentsWeightedChoice=this._clsGlobalData.experimentsWeightedChoice||{},this._clsGlobalData.siteExperimentsWeightedChoice=this._clsGlobalData.siteExperimentsWeightedChoice||{};let r=n?this._clsGlobalData.siteExperimentsWeightedChoice:this._clsGlobalData.experimentsWeightedChoice;r[e]=t}getWeightedChoiceExperiment(e,t=!1){var n,r;let i=t?(n=this._clsGlobalData)==null?void 0:n.siteExperimentsWeightedChoice:(r=this._clsGlobalData)==null?void 0:r.experimentsWeightedChoice;return i&&i[e]}get bucket(){return this._clsGlobalData.bucket}set videoDisabledFromPlugin(e){this._clsGlobalData.videoDisabledFromPlugin=e}get videoDisabledFromPlugin(){return this._clsGlobalData.videoDisabledFromPlugin}set targetDensityLog(e){this._clsGlobalData.targetDensityLog=e}get targetDensityLog(){return this._clsGlobalData.targetDensityLog}get removeVideoTitleWrapper(){return this._clsGlobalData.siteAds.adOptions.removeVideoTitleWrapper}},Je=class{},Ye=class extends Je{constructor(e){super(),this._probability=e}get(){if(this._probability<0||this._probability>1)throw Error(`Invalid probability: ${this._probability}`);return Math.random()<this._probability}},Xe=class{constructor(){k(this,`_featureRollouts`,{}),k(this,`_checkedFeatureRollouts`,new Map),k(this,`_enabledFeatureRolloutIds`,[])}get siteFeatureRollouts(){return this._featureRollouts}_isRolloutEnabled(e){if(this._doesRolloutExist(e)){let n=this._featureRollouts[e],r=n.enabled,i=n.data;if(this._doesRolloutHaveConfig(e)&&this._isFeatureRolloutConfigType(i)){var t;let e=((t=i.pct_enabled)==null?100:t)/100;r=r&&new Ye(e).get()}return r}return!1}isRolloutEnabled(e){var t;let n=(t=this._checkedFeatureRollouts.get(e))==null?this._isRolloutEnabled(e):t;return this._checkedFeatureRollouts.get(e)===void 0&&this._checkedFeatureRollouts.set(e,n),n}isRolloutAdministrativelyEnabled(e){return this._doesRolloutExist(e)&&this._featureRollouts[e].enabled}_doesRolloutExist(e){return this._featureRollouts&&!!this._featureRollouts[e]}_doesRolloutHaveConfig(e){return this._doesRolloutExist(e)&&`data`in this._featureRollouts[e]}_isFeatureRolloutConfigType(e){return typeof e==`object`&&!!e&&!!Object.keys(e).length}getSiteRolloutConfig(e){var t;let n=this.isRolloutEnabled(e),r=(t=this._featureRollouts[e])==null?void 0:t.data;return n&&this._doesRolloutHaveConfig(e)&&this._isFeatureRolloutConfigType(r)?r:{}}get enabledFeatureRolloutIds(){return this._enabledFeatureRolloutIds}},Ze=class extends Xe{constructor(e){super(),this._featureRollouts=e,this._setEnabledFeatureRolloutIds()}_setEnabledFeatureRolloutIds(){Object.entries(this._featureRollouts).forEach(([e,t])=>{this.isRolloutEnabled(e)&&t.featureRolloutId!==void 0&&this._enabledFeatureRolloutIds.push(t.featureRolloutId)})}},A,j;let Qe=(A=window.adthrive)==null||(A=A.siteAds)==null?void 0:A.featureRollouts,$e=(j=window.adthriveCLS)==null||(j=j.siteAds)==null?void 0:j.featureRollouts,et=e=>!!e&&typeof e==`object`&&Object.keys(e).length>0,M=new Ze(et($e)&&$e||et(Qe)&&Qe||{});var tt;let nt=new Ze(window.adthrive&&window.adthrive.siteAds&&`featureRollouts`in window.adthrive.siteAds?(tt=window.adthrive.siteAds.featureRollouts)==null?{}:tt:{}),rt=e=>e.indexOf(`hbs-q`)===0,it=({bucket:e,isRolloutEnabled:t}={})=>{var n;let r=e==null?(n=window.adthrive)==null?void 0:n.bucket:e;return!(t==null?nt.isRolloutEnabled.bind(nt):t)(`enable-sticky-related`)||rt(r||``)},N=e=>{let t={};return function(...n){let r=JSON.stringify(n);if(r in t)return t[r];let i=e.apply(this,n);return t[r]=i,i}};navigator.vendor;let P=navigator.userAgent,at=N(e=>/Chrom|Applechromium/.test(e||P)),ot=N(()=>/WebKit/.test(P)),st=N(()=>at()?`chromium`:ot()?`webkit`:`other`),ct=e=>/(Windows NT|Macintosh|X11;[^)]*(Linux|CrOS))/i.test(e),lt=e=>/Mobi|iP(hone|od)|Opera Mini/i.test(e),ut=e=>!/iPhone/i.test(e)&&/Mac/i.test(e)&&`ontouchstart`in window,dt=e=>/Tablet|iPad|Playbook|Nook|webOS|Kindle|Android (?!.*Mobile).*Safari/i.test(e)||ut(e),ft=N((e=P)=>dt(e)?`tablet`:lt(e)&&!dt(e)?`mobile`:ct(e)?`desktop`:`tablet`),pt={desktop:`desktop`,tablet:`tablet`,phone:`mobile`},mt=e=>e===`mobile`?`phone`:e,ht=()=>{var e;let t=((e=window)==null?void 0:e.adthrive)&&`deviceType`in window.adthrive&&window.adthrive.deviceType||null;return t&&Object.values(pt).includes(t)?t:null},gt=N((e,t)=>{let n=ft(e),r=t==null?n:t;return mt(r===`tablet`&&n!==r?n:r)}),_t=(e=navigator.userAgent)=>gt(e,ht()),F=(e=navigator.userAgent)=>_t(e)===`phone`;var vt,I=class{static _scheduleViewportUpdate(){this._rafId===null&&(this._rafId=window.requestAnimationFrame(()=>{this._rafId=null,this._updateViewportRects()}))}static _updateViewportRects(){if(this._trackedElements.size===0){this._detachViewportListeners();return}let e=[];this._trackedElements.forEach(t=>{if(!t.isConnected){e.push(t);return}this._cachedRects.set(t,t.getBoundingClientRect())}),e.forEach(e=>{this._trackedElements.delete(e),this._cachedRects.delete(e)}),this._trackedElements.size===0&&this._detachViewportListeners()}static _attachViewportListeners(){this._listenersAttached||(window.addEventListener(`scroll`,this._viewportListener,{passive:!0}),window.addEventListener(`resize`,this._viewportListener),this._listenersAttached=!0)}static _detachViewportListeners(){this._listenersAttached&&(window.removeEventListener(`scroll`,this._viewportListener),window.removeEventListener(`resize`,this._viewportListener),this._listenersAttached=!1)}static trackViewportElement(e){e&&(this._trackedElements.has(e)||(this._trackedElements.add(e),this._attachViewportListeners(),this._scheduleViewportUpdate()))}static untrackViewportElement(e){e&&(this._trackedElements.delete(e),this._cachedRects.delete(e),this._trackedElements.size===0&&this._detachViewportListeners())}static getCachedRect(e){return this._cachedRects.get(e)}static getScrollTop(){return(window.pageYOffset||document.documentElement.scrollTop)-(document.documentElement.clientTop||0)}static getScrollBottom(){let e=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight||0;return this.getScrollTop()+e}static shufflePlaylist(e){let t=e.length,n,r;for(;t!==0;)r=Math.floor(Math.random()*e.length),--t,n=e[t],e[t]=e[r],e[r]=n;return e}static isMobileLandscape(){return window.matchMedia(`(orientation: landscape) and (max-height: 480px)`).matches}static playerViewable(e){let t=this._cachedRects.get(e),n=t==null?e.getBoundingClientRect():t;return this.playerViewableFromRect(n)}static playerViewableFromRect(e){return this.isMobileLandscape()?window.innerHeight>e.top+e.height/2&&e.top+e.height/2>0:window.innerHeight>e.top+e.height/2}static createQueryString(e){return Object.keys(e).map(t=>`${t}=${e[t]}`).join(`&`)}static createEncodedQueryString(e){return Object.keys(e).map(t=>`${t}=${encodeURIComponent(e[t])}`).join(`&`)}static setMobileLocation(e,t=!1){e=e||`bottom-right`;let n=t?`raptive-player-sticky`:`adthrive-collapse`;return e===`top-left`?e=`${n}-top-left`:e===`top-right`?e=`${n}-top-right`:e===`bottom-left`?e=`${n}-bottom-left`:e===`bottom-right`?e=`${n}-bottom-right`:e===`top-center`&&(e=`adthrive-collapse-${F()?`top-center`:`bottom-right`}`),e}static addMaxResolutionQueryParam(e){let t=`max_resolution=${F()?`320`:`1280`}`,[n,r]=String(e).split(`?`);return`${n}?${r?r+`&${t}`:t}`}};vt=I,k(I,`_trackedElements`,new Set),k(I,`_cachedRects`,new WeakMap),k(I,`_rafId`,null),k(I,`_listenersAttached`,!1),k(I,`_viewportListener`,()=>{vt._scheduleViewportUpdate()});let L=(e,t)=>e==null||e!==e?t:e;var yt=class{constructor(e){this._clsOptions=e,k(this,`relatedSettings`,void 0),k(this,`players`,void 0),k(this,`removeVideoTitleWrapper`,void 0),k(this,`footerSelector`,void 0),k(this,`shouldDisableStickyRelated`,void 0),this.removeVideoTitleWrapper=L(this._clsOptions.siteAds.adOptions.removeVideoTitleWrapper,!1),this.shouldDisableStickyRelated=it({bucket:this._clsOptions.bucket,isRolloutEnabled:M.isRolloutEnabled.bind(M)});let t=this._clsOptions.siteAds.videoPlayers;this.footerSelector=L(t&&t.footerSelector,``),this.players=L(t&&t.players.map(e=>(e.mobileLocation=I.setMobileLocation(e.mobileLocation),e)),[]),this.relatedSettings=t&&t.contextual}},bt=class{constructor(e){k(this,`mobileStickyPlayerOnPage`,!1),k(this,`collapsiblePlayerOnPage`,!1),k(this,`playlistPlayerAdded`,!1),k(this,`relatedPlayerAdded`,!1),k(this,`collapseSettings`,void 0),k(this,`footerSelector`,``),k(this,`removeVideoTitleWrapper`,!1),k(this,`desktopCollapseSettings`,void 0),k(this,`mobileCollapseSettings`,void 0),k(this,`relatedSettings`,void 0),k(this,`playerId`,void 0),k(this,`playlistId`,void 0),k(this,`desktopRelatedCollapseSettings`,void 0),k(this,`mobileRelatedCollapseSettings`,void 0),k(this,`collapsePlayerId`,void 0),k(this,`players`,void 0),k(this,`videoAdOptions`,void 0),k(this,`shouldDisableStickyRelated`,void 0),this.videoAdOptions=new yt(e),this.players=this.videoAdOptions.players,this.relatedSettings=this.videoAdOptions.relatedSettings,this.removeVideoTitleWrapper=this.videoAdOptions.removeVideoTitleWrapper,this.footerSelector=this.videoAdOptions.footerSelector,this.shouldDisableStickyRelated=this.videoAdOptions.shouldDisableStickyRelated}};let xt=e=>{let t=e.clientWidth;if(getComputedStyle){let n=getComputedStyle(e,null);t-=parseFloat(n.paddingLeft||`0`)+parseFloat(n.paddingRight||`0`)}return t};function St(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function R(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]==null?{}:arguments[t];t%2?St(Object(n),!0).forEach(function(t){k(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):St(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}let Ct=()=>document.createDocumentFragment().querySelectorAll(`*`),z=(e,t=document)=>{try{return{valid:!0,elements:t.querySelectorAll(e)}}catch(e){return{valid:!1,elements:Ct(),error:e}}},wt=(e,t=document)=>{try{return{valid:!0,element:t.querySelector(e)}}catch(e){return{valid:!1,element:null,error:e}}},Tt=e=>z(e),Et=e=>{if(e===``)return{valid:!0};let t=Tt(e);return t.valid?{valid:!0,elements:t.elements}:{valid:!1,error:t.error}},B=new class{info(e,t,...n){this.call(console.info,e,t,...n)}warn(e,t,...n){this.call(console.warn,e,t,...n)}error(e,t,...n){this.call(console.error,e,t,...n),this.sendErrorLogToCommandQueue(e,t,...n)}event(e,t,...n){var r;((r=window.adthriveCLS)==null?void 0:r.bucket)===`debug`&&this.info(e,t)}sendErrorLogToCommandQueue(e,t,...n){window.adthrive=window.adthrive||{},window.adthrive.cmd=window.adthrive.cmd||[],window.adthrive.cmd.push(()=>{window.adthrive.logError!==void 0&&typeof window.adthrive.logError==`function`&&window.adthrive.logError(e,t,n)})}call(e,t,n,...r){let i=[`%c${t}::${n} `],a=[`color: #999; font-weight: bold;`];r.length>0&&typeof r[0]==`string`&&i.push(r.shift()),a.push(...r);try{Function.prototype.apply.call(e,console,[i.join(``),...a])}catch(e){console.error(e);return}}},Dt=[[728,90],[300,250],[300,600],[320,50],[970,250],[160,600],[300,1050],[336,280],[970,90],[300,50],[320,100],[468,60],[250,250],[120,240],[1,1],[300,300],[300,420],[728,250],[320,300],[300,390]],Ot=new Map([[D.Footer,1],[D.Header,2],[D.Sidebar,3],[D.Content,4],[D.Recipe,5],[`Sidebar_sticky`,6],[`Below Post`,7]]),kt=e=>Dt.filter(([t,n])=>e.some(([e,r])=>t===e&&n===r)),At=(e,[t,n],r)=>{let{location:i,sequence:a}=e;if(i===D.Footer)return!(r===`phone`&&t===320&&n===100);if(i===D.Header)return!0;if(i===D.Recipe)return!(F()&&r===`phone`&&(t===300&&n===390||t===320&&n===300));if(i===D.Sidebar){let t=e.adSizes.some(([,e])=>e<=300),r=!!a&&a<=5,i=n>300;return i&&!t||a===9?!0:r?i?e.sticky:!0:!i}else return!0},jt=(e,t)=>{let{location:n,sticky:r}=e;if(n===D.Recipe&&t){let{recipeMobile:e,recipeDesktop:n}=t;if(F()&&e!=null&&e.enabled||!F()&&n!=null&&n.enabled)return!0}return n===D.Footer||r},Mt=(e,t)=>{let n=t.adUnits,r=M.isRolloutEnabled(`enable-250px-max-ad-height`);return n.filter(e=>e.dynamic!==void 0&&e.dynamic.enabled).map(n=>{let i=n.location.replace(/\s+/g,`_`),a=i===`Sidebar`?0:2;i===D.Content&&r&&at()&&(n.adSizes=n.adSizes.filter(e=>e[1]<=250));let o=[];for(let e of L(n.targeting,[])){let t=e;t.key===`special`&&o.push(...t.value)}return{auctionPriority:Ot.get(i)||8,location:i,sequence:L(n.sequence,1),thirdPartyAdUnitName:n.thirdPartyAdUnitName||``,sizes:kt(n.adSizes).filter(t=>At(n,t,e)),devices:n.devices,pageSelector:L(n.dynamic.pageSelector,``).trim(),elementSelector:L(n.dynamic.elementSelector,``).trim(),position:L(n.dynamic.position,`beforebegin`),max:Math.floor(L(n.dynamic.max,0)),spacing:L(n.dynamic.spacing,0),skip:Math.floor(L(n.dynamic.skip,0)),every:Math.max(Math.floor(L(n.dynamic.every,1)),1),classNames:n.dynamic.classNames||[],sticky:jt(n,t.adOptions.stickyContainerConfig),stickyOverlapSelector:L(n.stickyOverlapSelector,``).trim(),autosize:n.autosize,special:o,lazy:L(n.dynamic.lazy,!1),lazyMax:L(n.dynamic.lazyMax,a),lazyMaxDefaulted:n.dynamic.lazyMax===0?!1:!n.dynamic.lazyMax,name:n.name}})},Nt=(e,t)=>{let n=xt(t),r=e.sticky&&e.location===D.Sidebar;return e.sizes.filter(t=>{let i=e.autosize?t[0]<=n||t[0]<=320:!0,a=r?t[1]<=window.innerHeight-100:!0;return i&&a})},Pt=(e,t)=>e.devices.includes(t),Ft=e=>{if(e.pageSelector.length===0)return!0;let t=wt(e.pageSelector);return t.valid?t.element!==null:!1},V={Desktop:`desktop`,Mobile:`mobile`},It=e=>{let t=document.body,n=`adthrive-device-${e}`;if(!t.classList.contains(n))try{t.classList.add(n)}catch(e){B.error(`BodyDeviceClassComponent`,`init`,{message:e.message});let t=`classList`in document.createElement(`_`);B.error(`BodyDeviceClassComponent`,`init.support`,{support:t})}},H=e=>`adthrive-${e.location.replace(`_`,`-`).toLowerCase()}`,Lt=e=>`${H(e)}-${e.sequence}`,Rt=(e,t)=>window.matchMedia(`(min-width: ${t}px)`).matches?`desktop`:window.matchMedia(`(min-width: ${e}px)`).matches?`tablet`:`phone`,zt=e=>{let t=e.offsetHeight,n=e.offsetWidth,r=e.getBoundingClientRect(),i=document.body,a=document.documentElement,o=window.pageYOffset||a.scrollTop||i.scrollTop,s=window.pageXOffset||a.scrollLeft||i.scrollLeft,c=a.clientTop||i.clientTop||0,l=a.clientLeft||i.clientLeft||0,u=Math.round(r.top+o-c),d=Math.round(r.left+s-l);return{top:u,left:d,bottom:u+t,right:d+n,width:n,height:t}},Bt=(e=document)=>(e===document?document.body:e).getBoundingClientRect().top,Vt=e=>e.includes(`,`)?e.split(`,`):[e],Ht=(e=document)=>{let t=e.querySelectorAll(`article`);if(t.length===0)return null;let n=Array.from(t).reduce((e,t)=>t.offsetHeight>e.offsetHeight?t:e);return n&&n.offsetHeight>window.innerHeight*1.5?n:null},Ut=(e,t,n=document)=>{let r=new Set(t.map.map(({el:e})=>e)),i=Ht(n),a=i?[i]:[],o=[];e.forEach(e=>{let t=z(e.elementSelector,n);if(!t.valid)return;let i=Vt(e.elementSelector).map(e=>{let t=z(e,n);return t.valid,t}),s=Array.from(t.elements).slice(0,e.skip);i.forEach(({elements:t})=>{for(let n=0;n<t.length;n++){let i=t[n];if(r.has(i))continue;let c=i&&i.parentElement;c&&c!==document.body?a.push(c):a.push(i),s.indexOf(i)===-1&&o.push({dynamicAd:e,element:i})}})});let s=Bt(n),c=o.map(e=>({item:e,top:e.element.getBoundingClientRect().top-s}));return c.sort((e,t)=>e.top-t.top),[a,c.map(({item:e})=>e)]},Wt=(e,t,n=document)=>{let[r,i]=Ut(e,t,n);return r.length===0?[null,i]:[Array.from(r).reduce((e,t)=>t.offsetHeight>e.offsetHeight?t:e)||document.body,i]},Gt=(e,t=`div #comments, section .comments`)=>{let n=e.querySelector(t);return n?e.offsetHeight-n.offsetHeight:e.offsetHeight},Kt=()=>{let e=document.body,t=document.documentElement;return Math.max(e.scrollHeight,e.offsetHeight,t.clientHeight,t.scrollHeight,t.offsetHeight)},qt=()=>{let e=document.body,t=document.documentElement;return Math.max(e.scrollWidth,e.offsetWidth,t.clientWidth,t.scrollWidth,t.offsetWidth)};function Jt(e,t){t===void 0&&(t={});var n=t.insertAt;if(!(!e||typeof document>`u`)){var r=document.head||document.getElementsByTagName(`head`)[0],i=document.createElement(`style`);i.type=`text/css`,n===`top`&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}let Yt=e=>Jt(`
  .adthrive-device-phone .adthrive-sticky-content {
    height: 450px !important;
    margin-bottom: 100px !important;
  }
  .adthrive-content.adthrive-sticky {
    position: -webkit-sticky;
    position: sticky !important;
    top: 42px !important;
    margin-top: 42px !important;
  }
  .adthrive-content.adthrive-sticky:after {
    content: "— Advertisement. Scroll down to continue. —";
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 5px;
    display:block;
    color: #888;
  }
  .adthrive-sticky-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height:${e||400}px;
    margin: 10px 0 10px 0;
    background-color: #FAFAFA;
    padding-bottom:0px;
  }
  `),Xt=e=>{Jt(`
  .adthrive-recipe.adthrive-sticky {
    position: -webkit-sticky;
    position: sticky !important;
    top: 42px !important;
    margin-top: 42px !important;
  }
  .adthrive-recipe-sticky-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height:${e||400}px !important;
    margin: 10px 0 10px 0;
    background-color: #FAFAFA;
    padding-bottom:0px;
  }
  `)},Zt=(e,t)=>e.some(e=>{let n=wt(e);return n.valid?n.element!==null:(t==null||t(e,n.error),!1)}),Qt=e=>/^[-_a-zA-Z]+[-_a-zA-Z0-9]*$/.test(e),$t=(e,t,n)=>{let r=e=>e?!!(e.classList.contains(`adthrive-ad`)||e.id.includes(`_${n}_`)):!1;switch(t){case`beforebegin`:return r(e.previousElementSibling);case`afterend`:return r(e.nextElementSibling);case`afterbegin`:return r(e.firstElementChild);case`beforeend`:return r(e.lastElementChild);default:return!1}},en=(e,t)=>Math.random()*(t-e)+e;var U=class e extends Je{constructor(e=[],t){super(),this._choices=e,this._default=t}static fromArray(t,n){return new e(t.map(([e,t])=>({choice:e,weight:t})),n)}addChoice(e,t){this._choices.push({choice:e,weight:t})}get(){let e=en(0,100),t=0;for(let{choice:n,weight:r}of this._choices)if(t+=r,t>=e)return n;return this._default}get totalWeight(){return this._choices.reduce((e,{weight:t})=>e+t,0)}};let W={AdDensity:`addensity`,AdLayout:`adlayout`,FooterCloseButton:`footerclose`,Interstitial:`interstitial`,RemoveVideoTitleWrapper:`removevideotitlewrapper`,StickyOutstream:`stickyoutstream`,StickyOutstreamOnStickyPlayer:`sospp`,VideoAdvancePlaylistRelatedPlayer:`videoadvanceplaylistrp`,MobileStickyPlayerPosition:`mspp`};var tn=class{constructor(){k(this,`name`,void 0),k(this,`disable`,void 0),k(this,`gdprPurposes`,void 0)}};let nn=`__adthriveTcfApiStub`,rn=`__tcfapiLocator`,G=[],an=!1,on,K=e=>typeof e==`function`&&!!e[nn],sn=(e,t=2)=>{let n=G.findIndex(([n,r,i])=>n===`getTCData`&&r===t&&i===e);return n===-1?!1:(G.splice(n,1),!0)},cn=()=>{let e=()=>{if(document.querySelector(`iframe[name="${rn}"]`))return;if(!document.body){setTimeout(e,5);return}let t=document.createElement(`iframe`);t.style.cssText=`display:none`,t.name=rn,document.body.appendChild(t)};e()},q=()=>{let e=window.__tcfapi;return typeof e==`function`&&!K(e)?e:void 0},ln=()=>{let e=q();if(e)for(;G.length>0;){let t=G.shift();if(t)try{e(t[0],t[1],t[2],t[3])}catch(e){e instanceof Error&&e.message}}},un=()=>{if(an)return;if(an=!0,q()){ln();return}let e=window.__tcfapi;Object.defineProperty(window,`__tcfapi`,{configurable:!0,enumerable:!0,get:()=>e,set:t=>{e=t,typeof t==`function`&&!K(t)&&ln()}})},dn=()=>{let e=(e,t=2,n,r)=>{if(e===void 0)return G;switch(e){case`ping`:typeof n==`function`&&n({gdprApplies:on,cmpLoaded:!1,cmpStatus:`stub`,apiVersion:`2.0`},!0);return;case`setGdprApplies`:parseInt(String(t),10)>=2&&typeof r==`boolean`&&(on=r,typeof n==`function`&&n(`set`,!0));return;default:G.push([e,t,n,r])}};return Object.defineProperty(e,nn,{value:!0,configurable:!1,enumerable:!1,writable:!1}),e},fn=()=>{window.addEventListener(`message`,e=>{let t=typeof e.data==`string`,n={};if(t)try{n=JSON.parse(e.data)}catch(e){return}else n=e.data;let r=typeof n==`object`&&n?n.__tcfapiCall:void 0;if(!r)return;let i=e.source;window.__tcfapi(r.command,r.version,(e,n)=>{let a={__tcfapiReturn:{returnValue:e,success:n,callId:r.callId}};i==null||i.postMessage(t?JSON.stringify(a):a,`*`)},r.parameter)},!1)},pn=()=>{if(un(),q())return!1;let e=!1;return K(window.__tcfapi)||(window.__tcfapi=dn(),fn(),e=!0),cn(),window.__tcfapiQueue=G,e},mn=(e,t=2,n,r)=>{if(e===void 0)return;let i=q();i?i(e,t,n,r):(G.push([e,t,n,r]),pn())};function hn(e,t,n,r,i,a,o){try{var s=e[a](o),c=s.value}catch(e){n(e);return}s.done?t(c):Promise.resolve(c).then(r,i)}function J(e){return function(){var t=this,n=arguments;return new Promise(function(r,i){var a=e.apply(t,n);function o(e){hn(a,r,i,o,s,`next`,e)}function s(e){hn(a,r,i,o,s,`throw`,e)}o(void 0)})}}let Y=1e4,gn=e=>Array.isArray(e)?e:[e],_n=(e,t)=>e.reduce((e,n)=>(e[String(n)]=n in t,e),{}),vn=(e,t=2,n,r)=>{mn(e,t,n,r)},X=(e=Y)=>new Promise((t,n)=>{let r,i=!1,a=(e,a)=>{i||(i=!0,r&&clearTimeout(r),a&&e?t(e):n(Error(`Failed to retrieve TCData`)))};e>0&&(r=setTimeout(()=>{i||(i=!0,sn(a,2),n(Error(`TCF API request timed out`)))},e)),vn(`getTCData`,2,a)});(function(){var e=J(function*(e,t=Y){let n=gn(e);try{var r,i;return _n(n,(r=(i=(yield X(t)).vendor)==null?void 0:i.consents)==null?{}:r)}catch(e){return e instanceof Error&&e.message,_n(n,{})}});return function(t){return e.apply(this,arguments)}})(),function(){var e=J(function*(e,t,n=Y){try{var r;let i=yield X(n),a=((r=i.vendor)==null||(r=r.consents)==null?void 0:r[e])===!0,o=!(t!=null&&t.length)||t.every(e=>{var t;return((t=i.purpose)==null||(t=t.consents)==null?void 0:t[e])===!0});return a&&o}catch(e){return e instanceof Error&&e.message,!1}});return function(t,n){return e.apply(this,arguments)}}();let yn=[`mcmpfreqrec`],Z=new class extends tn{constructor(...e){super(...e),k(this,`name`,`BrowserStorage`),k(this,`disable`,!1),k(this,`gdprPurposes`,[1]),k(this,`_sessionStorageHandlerQueue`,[]),k(this,`_localStorageHandlerQueue`,[]),k(this,`_cookieHandlerQueue`,[]),k(this,`_gdpr`,void 0),k(this,`_shouldQueue`,!1),k(this,`_storageConsentGranted`,void 0),k(this,`_storageConsentUpdateInFlight`,0),k(this,`_storageConsentBeforeLatestUpdate`,void 0)}init(e,t){this._gdpr=e.gdpr===`true`,this._shouldQueue=this._gdpr,this._gdpr&&t&&(t.consentResponseCaptured.on(()=>{this._refreshStorageConsent(`consentResponseCaptured`)}),t.consentChanged.on(()=>{this._refreshStorageConsent(`consentChanged`)}))}_isGdprFromGlobal(){if(typeof window>`u`||!window.adthrive)return!1;let e=window.adthrive;return`gdprEnabled`in e?!!e.gdprEnabled:e.gdpr===`true`}_shouldQueueWrite(){return this._gdpr===void 0?this._isGdprFromGlobal():this._gdpr&&this._shouldQueue}isInGdprQueueMode(){return this._shouldQueueWrite()}_refreshStorageConsent(e){this._storageConsentBeforeLatestUpdate=this._storageConsentGranted,this._storageConsentUpdateInFlight+=1,this._updateStorageConsent().catch(e=>{}).then(()=>{this._storageConsentUpdateInFlight=Math.max(0,this._storageConsentUpdateInFlight-1)})}_updateStorageConsent(){var e=this;return J(function*(){var t;let n=yield X();!(n==null||(t=n.purpose)==null)&&t.consents&&(e._storageConsentGranted=n.purpose.consents[1]===!0)})()}clearQueue(e){let t=this._gdpr&&this._hasStorageConsent()===!1,n=e&&t&&this.disable===!1&&this._storageConsentUpdateInFlight>0&&this._storageConsentBeforeLatestUpdate===!1;n&&(this._storageConsentGranted=!0),e&&(!t||n)&&(this._shouldQueue=!1,this._sessionStorageHandlerQueue.forEach(e=>{this.setSessionStorage(e.key,e.value)}),this._localStorageHandlerQueue.forEach(e=>{if(e.key===`adthrive_abgroup`){let t=Object.keys(e.value)[0],n=e.value[t],r=e.value[`${t}_weight`];this.getOrSetABGroupLocalStorageValue(t,n,r,{value:24,unit:`hours`})}else e.expiry?e.type===`internal`?this.setExpirableInternalLocalStorage(e.key,e.value,{expiry:e.expiry,resetOnRead:e.resetOnRead}):this.setExpirableExternalLocalStorage(e.key,e.value,{expiry:e.expiry,resetOnRead:e.resetOnRead}):e.type===`internal`?this.setInternalLocalStorage(e.key,e.value):this.setExternalLocalStorage(e.key,e.value)}),this._cookieHandlerQueue.forEach(e=>{e.type===`internal`?this.setInternalCookie(e.key,e.value):this.setExternalCookie(e.key,e.value)})),this._sessionStorageHandlerQueue=[],this._localStorageHandlerQueue=[],this._cookieHandlerQueue=[]}readInternalCookie(e){return this._verifyInternalKey(e),this._readCookie(e)}readExternalCookie(e){return this._readCookie(e)}readExternalCookieList(e){return this._readCookieList(e)}getAllCookies(){return this._getCookies()}readInternalLocalStorage(e){return this._verifyInternalKey(e),this._readFromLocalStorage(e)}readExternalLocalStorage(e){return this._readFromLocalStorage(e)}readSessionStorage(e){let t=window.sessionStorage.getItem(e);if(!t)return null;try{return JSON.parse(t)}catch(e){return t}}getLocalStorageWriteAvailability(){let e=`__adthrive_local_storage_probe__`;try{window.localStorage.setItem(e,`1`);let t=window.localStorage.getItem(e);return window.localStorage.removeItem(e),t===`1`?{available:!0}:{available:!1,error:Error(`localStorage write probe value mismatch`)}}catch(e){return{available:!1,error:e}}}deleteCookie(e){if(!this.disable){if(this._shouldQueueWrite()){this._cookieHandlerQueue=this._cookieHandlerQueue.filter(t=>t.key!==e);return}document.cookie=`${e}=; SameSite=None; Secure; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/`}}deleteLocalStorage(e){if(!this.disable){if(this._shouldQueueWrite()){this._localStorageHandlerQueue=this._localStorageHandlerQueue.filter(t=>t.key!==e);return}window.localStorage.removeItem(e)}}deleteSessionStorage(e){if(!this.disable){if(this._shouldQueueWrite()){this._sessionStorageHandlerQueue=this._sessionStorageHandlerQueue.filter(t=>t.key!==e);return}window.sessionStorage.removeItem(e)}}_hasStorageConsent(){if(this._storageConsentGranted!==void 0)return this._storageConsentGranted}setInternalCookie(e,t,n){this.disable||(this._verifyInternalKey(e),this._setCookieValue(`internal`,e,t,n))}setExternalCookie(e,t,n){this.disable||this._setCookieValue(`external`,e,t,n)}setInternalLocalStorage(e,t){if(!this.disable)if(this._verifyInternalKey(e),this._shouldQueueWrite()){let n={key:e,value:t,type:`internal`};this._localStorageHandlerQueue.push(n)}else{let n=typeof t==`string`?t:JSON.stringify(t);window.localStorage.setItem(e,n)}}setExternalLocalStorage(e,t){if(!this.disable)if(this._shouldQueueWrite()){let n={key:e,value:t,type:`external`};this._localStorageHandlerQueue.push(n)}else{let n=typeof t==`string`?t:JSON.stringify(t);window.localStorage.setItem(e,n)}}setExpirableInternalLocalStorage(e,t,n){if(!this.disable){this._verifyInternalKey(e);try{var r,i;let a=(r=n==null?void 0:n.expiry)==null?{value:400,unit:`days`}:r,o=(i=n==null?void 0:n.resetOnRead)==null?!1:i;if(this._shouldQueueWrite()){let n={key:e,value:t,type:`internal`,expires:this._getExpiryDate(a),expiry:a,resetOnRead:o};this._localStorageHandlerQueue.push(n)}else{let n={value:t,type:`internal`,expires:this._getExpiryDate(a),expiry:a,resetOnRead:o};window.localStorage.setItem(e,JSON.stringify(n))}}catch(e){console.error(e)}}}setExpirableExternalLocalStorage(e,t,n){if(!this.disable)try{var r,i;let a=(r=n==null?void 0:n.expiry)==null?{value:400,unit:`days`}:r,o=(i=n==null?void 0:n.resetOnRead)==null?!1:i;if(this._shouldQueueWrite()){let n={key:e,value:JSON.stringify(t),type:`external`,expires:this._getExpiryDate(a),expiry:a,resetOnRead:o};this._localStorageHandlerQueue.push(n)}else{let n={value:t,type:`external`,expires:this._getExpiryDate(a),expiry:a,resetOnRead:o};window.localStorage.setItem(e,JSON.stringify(n))}}catch(e){console.error(e)}}setSessionStorage(e,t){if(!this.disable)if(this._shouldQueueWrite()){let n={key:e,value:t};this._sessionStorageHandlerQueue.push(n)}else{let n=typeof t==`string`?t:JSON.stringify(t);window.sessionStorage.setItem(e,n)}}getOrSetABGroupLocalStorageValue(e,t,n,r,i=!0){let a=`adthrive_abgroup`,o=this.readInternalLocalStorage(a);if(o!==null){var s;let t=o[e],n=(s=o[`${e}_weight`])==null?null:s;if(this._isValidABGroupLocalStorageValue(t))return[t,n]}let c=R(R({},o),{},{[e]:t,[`${e}_weight`]:n});return r?this.setExpirableInternalLocalStorage(a,c,{expiry:r,resetOnRead:i}):this.setInternalLocalStorage(a,c),[t,n]}_isValidABGroupLocalStorageValue(e){return e!=null&&!(typeof e==`number`&&isNaN(e))}_getExpiryDate({value:e,unit:t}){let n=new Date;return t===`milliseconds`?n.setTime(n.getTime()+e):t==`seconds`?n.setTime(n.getTime()+e*1e3):t===`minutes`?n.setTime(n.getTime()+e*60*1e3):t===`hours`?n.setTime(n.getTime()+e*60*60*1e3):t===`days`?n.setTime(n.getTime()+e*24*60*60*1e3):t===`months`&&n.setTime(n.getTime()+e*30*24*60*60*1e3),n.toUTCString()}_resetExpiry(e){return e.expires=this._getExpiryDate(e.expiry),e}_readCookie(e){let t=document.cookie.split(`; `).find(t=>t.split(`=`)[0]===e);if(!t)return null;let n=t.split(`=`)[1];if(n)try{return JSON.parse(decodeURIComponent(n))}catch(e){return decodeURIComponent(n)}return null}_readCookieList(e){let t;for(let n of document.cookie.split(`;`)){let[r,...i]=n.split(`=`);r.trim()===e&&(t=i.join(`=`).trim())}return t&&JSON.parse(t)||[]}_getCookies(){let e=[];return document.cookie.split(`;`).forEach(t=>{let[n,r]=t.split(`=`).map(e=>e.trim());e.push({name:n,value:r})}),e}_readFromLocalStorage(e){let t=window.localStorage.getItem(e);if(!t)return null;try{let r=JSON.parse(t),i=r.expires&&new Date().getTime()>=new Date(r.expires).getTime();if(e===`adthrive_abgroup`&&r.created)return window.localStorage.removeItem(e),null;if(r.resetOnRead&&r.expires&&!i){var n;let t=this._resetExpiry(r);return window.localStorage.setItem(e,JSON.stringify(r)),(n=t.value)==null?t:n}else if(i)return window.localStorage.removeItem(e),null;if(Object.prototype.hasOwnProperty.call(r,`value`))try{return JSON.parse(r.value)}catch(e){return r.value}else return r}catch(e){return t}}_setCookieValue(e,t,n,r){try{if(this._shouldQueueWrite()){let r={key:t,value:n,type:e};this._cookieHandlerQueue.push(r)}else{var i,a,o;let e=this._getExpiryDate((i=r==null?void 0:r.expiry)==null?{value:400,unit:`days`}:i),s=(a=r==null?void 0:r.sameSite)==null?`None`:a,c=(o=r==null?void 0:r.secure)==null?!0:o,l=typeof n==`object`?JSON.stringify(n):n;document.cookie=`${t}=${l}; SameSite=${s}; ${c?`Secure;`:``} expires=${e}; path=/`}}catch(e){}}_verifyInternalKey(e){let t=e.startsWith(`adthrive_`),n=e.startsWith(`adt_`);if(!t&&!n&&!yn.includes(e))throw Error(`When reading an internal cookie, the key must start with "adthrive_" or "adt_" or be part of the allowed legacy keys.`)}},bn=e=>{let t=5381,n=e.length;for(;n;)t=t*33^e.charCodeAt(--n);return t>>>0},xn=e=>bn(e).toString(16),Sn=e=>{if(e===null)return null;let t=e.map(({choice:e})=>e);return xn(JSON.stringify(t))},Cn=(e,t)=>{var n,r;return(n=(r=e.find(({choice:e})=>e===t))==null?void 0:r.weight)==null?null:n},wn=e=>e!=null&&!(typeof e==`number`&&isNaN(e)),Tn=(e,t)=>{if(Z.isInGdprQueueMode())return t();let n=Sn(e._choices),r=((e._expConfigABGroup?e._expConfigABGroup:e.abgroup)||e.key||``).toLowerCase(),i=n?`${r}_${n}`:r,a=e.localStoragePrefix?`${e.localStoragePrefix}-${i}`:i,o=Z.readInternalLocalStorage(`adthrive_branch`);(o&&o.enabled)===!1&&Z.deleteLocalStorage(a);let s=t(),c=Cn(e._choices,s),[l,u]=Z.getOrSetABGroupLocalStorageValue(a,s,c,{value:24,unit:`hours`});return e._stickyResult=l,e._stickyWeight=u,l},En=(e=window.location.search)=>{let t=+(e.indexOf(`?`)===0);return e.slice(t).split(`&`).reduce((e,t)=>{let[n,r]=t.split(`=`);return e.set(n,r),e},new Map)},Dn=e=>{let t={},n=En().get(e);if(n)try{let r=decodeURIComponent(n).replace(/\+/g,``);t=JSON.parse(r),B.event(`ExperimentOverridesUtil`,`getExperimentOverrides`,e,t)}catch(e){e instanceof URIError}return t},On=(e,t)=>typeof e==typeof t,kn=(e,t)=>{let n=e.adDensityEnabled,r=e.adDensityLayout.pageOverrides.find(e=>!!document.querySelector(e.pageSelector)&&(e[t].onePerViewport||typeof e[t].adDensity==`number`));return n?!r:!0},An=e=>{var t;let n=(t=e.videoPlayers)==null||(t=t.partners)==null||(t=t.stickyOutstream)==null?void 0:t.blockedPageSelectors;return n?!document.querySelector(n):!0},jn=e=>{let t=e.adOptions.interstitialBlockedPageSelectors;return t?!document.querySelector(t):!0},Mn=(e,t,n)=>{switch(t){case W.AdDensity:return kn(e,n);case W.StickyOutstream:return An(e);case W.Interstitial:return jn(e);default:return!0}},Nn=e=>e.length===1,Pn=e=>{let t=e.reduce((e,t)=>t.weight?t.weight+e:e,0);return e.length>0&&e.every(e=>{let t=e.value,n=e.weight;return!!(t!=null&&!(typeof t==`number`&&isNaN(t))&&n)})&&t===100},Fn=(e,t)=>{if(!e)return!1;let n=!!e.enabled,r=e.dateStart==null||Date.now()>=e.dateStart,i=e.dateEnd==null||Date.now()<=e.dateEnd,a=e.selector===null||e.selector!==``&&!!document.querySelector(e.selector),o=e.platform===`mobile`&&t===`mobile`,s=e.platform===`desktop`&&t===`desktop`,c=e.platform===null||e.platform===`all`||o||s,l=e.experimentType===`bernoulliTrial`?Nn(e.variants):Pn(e.variants);return l||B.error(`SiteTest`,`validateSiteExperiment`,`experiment presented invalid choices for key:`,e.key,e.variants),n&&r&&i&&a&&c&&l};var In=class{constructor(e){var t,n;k(this,`siteExperiments`,[]),k(this,`_clsOptions`,void 0),k(this,`_device`,void 0),this._clsOptions=e,this._device=F()?`mobile`:`desktop`,this.siteExperiments=(t=(n=this._clsOptions.siteAds.siteExperiments)==null?void 0:n.filter(e=>{let t=e.key,n=Fn(e,this._device),r=Mn(this._clsOptions.siteAds,t,this._device);return n&&r}))==null?[]:t}getSiteExperimentByKey(e){let t=this.siteExperiments.filter(t=>t.key.toLowerCase()===e.toLowerCase())[0],n=Dn(`at_site_features`),r=On(t!=null&&t.variants[1]?t==null?void 0:t.variants[1].value:t==null?void 0:t.variants[0].value,n[e]);return t&&n[e]&&r&&(t.variants=[{displayName:`test`,value:n[e],weight:100,id:0}]),t}},Ln=class{constructor(){k(this,`experimentConfig`,void 0)}get enabled(){return this.experimentConfig!==void 0}_isValidResult(e,t=()=>!0){return t()&&wn(e)}},Rn=class extends Ln{constructor(...e){super(...e),k(this,`_resultValidator`,()=>!0)}_isValidResult(e){return super._isValidResult(e,()=>this._resultValidator(e)||e===`control`)}run(){if(!this.enabled)return B.error(`CLSWeightedChoiceSiteExperiment`,`run`,`() => %o`,`No experiment config found. Defaulting to control.`),`control`;if(!this._mappedChoices||this._mappedChoices.length===0)return B.error(`CLSWeightedChoiceSiteExperiment`,`run`,`() => %o`,`No experiment variants found. Defaulting to control.`),`control`;let e=new U(this._mappedChoices).get();return this._isValidResult(e)?e:(B.error(`CLSWeightedChoiceSiteExperiment`,`run`,`() => %o`,`Invalid result from experiment choices. Defaulting to control.`),`control`)}},zn=class extends Rn{constructor(e){super(),k(this,`_choices`,[]),k(this,`_mappedChoices`,[]),k(this,`_result`,``),k(this,`_clsSiteExperiments`,void 0),k(this,`_resultValidator`,e=>typeof e==`string`),k(this,`key`,W.AdLayout),k(this,`abgroup`,W.AdLayout),this._clsSiteExperiments=new In(e),this.experimentConfig=this._clsSiteExperiments.getSiteExperimentByKey(this.key),this.enabled&&this.experimentConfig&&(this._choices=this.experimentConfig.variants,this._mappedChoices=this._mapChoices(),this._result=this.run(),e.setWeightedChoiceExperiment(this.abgroup,this._result,!0))}get result(){return this._result}run(){return Tn(this,()=>{if(!this.enabled)return B.error(`CLSAdLayoutSiteExperiment`,`run`,`() => %o`,`No experiment config found. Defaulting to empty class name.`),``;let e=new U(this._mappedChoices).get();return this._isValidResult(e)?e:(B.error(`CLSAdLayoutSiteExperiment`,`run`,`() => %o`,`Invalid result from experiment choices. Defaulting to empty class name.`),``)})}_mapChoices(){return this._choices.map(({weight:e,value:t})=>({weight:e,choice:t}))}},Bn=class extends Rn{constructor(e){super(),k(this,`_choices`,[]),k(this,`_mappedChoices`,[]),k(this,`_result`,`control`),k(this,`_clsSiteExperiments`,void 0),k(this,`_resultValidator`,e=>typeof e==`number`),k(this,`key`,W.AdDensity),k(this,`abgroup`,W.AdDensity),this._clsSiteExperiments=new In(e),this.experimentConfig=this._clsSiteExperiments.getSiteExperimentByKey(this.key),this.enabled&&this.experimentConfig&&(this._choices=this.experimentConfig.variants,this._mappedChoices=this._mapChoices(),this._result=this.run(),e.setWeightedChoiceExperiment(this.abgroup,this._result,!0))}get result(){return this._result}run(){return Tn(this,()=>{if(!this.enabled)return B.error(`CLSTargetAdDensitySiteExperiment`,`run`,`() => %o`,`No experiment config found. Defaulting to control.`),`control`;let e=new U(this._mappedChoices).get();return this._isValidResult(e)?e:(B.error(`CLSTargetAdDensitySiteExperiment`,`run`,`() => %o`,`Invalid result from experiment choices. Defaulting to control.`),`control`)})}_mapChoices(){return this._choices.map(({weight:e,value:t})=>({weight:e,choice:typeof t==`number`?(t||0)/100:`control`}))}};let Q=`250px`;var Vn=class{constructor(e,t){this._clsOptions=e,this._adInjectionMap=t,k(this,`_recipeCount`,0),k(this,`_mainContentHeight`,0),k(this,`_mainContentDiv`,null),k(this,`_totalAvailableElements`,[]),k(this,`_minDivHeight`,250),k(this,`_densityDevice`,V.Desktop),k(this,`_pubLog`,{onePerViewport:!1,targetDensity:0,targetDensityUnits:0,combinedMax:0}),k(this,`_densityMax`,.99),k(this,`_smallerIncrementAttempts`,0),k(this,`_absoluteMinimumSpacingByDevice`,250),k(this,`_usedAbsoluteMinimum`,!1),k(this,`_infPageEndOffset`,0),k(this,`locationMaxLazySequence`,new Map([[D.Recipe,5]])),k(this,`locationToMinHeight`,{Below_Post:Q,Content:Q,Recipe:Q,Sidebar:Q}),k(this,`_device`,void 0),k(this,`_clsTargetAdDensitySiteExperiment`,void 0);let{tablet:n,desktop:r}=this._clsOptions.siteAds.breakpoints;this._device=Rt(n,r),this._clsTargetAdDensitySiteExperiment=this._clsOptions.siteAds.siteExperiments?new Bn(this._clsOptions):null}start(){try{var e;It(this._device);let n=new zn(this._clsOptions);if(n.enabled){let e=n.result,t=e.startsWith(`.`)?e.substring(1):e;if(Qt(t))try{document.body.classList.add(t)}catch(e){B.error(`ClsDynamicAdsInjector`,`start`,`Uncaught CSS Class error: ${e}`)}else B.error(`ClsDynamicAdsInjector`,`start`,`Invalid class name: ${t}`)}let r=Mt(this._device,this._clsOptions.siteAds).filter(e=>this._locationEnabled(e)).filter(e=>Pt(e,this._device)).filter(e=>Ft(e)),i=this.inject(r),a=this._clsOptions.siteAds.adOptions.stickyContainerConfig;if(!(a==null||(e=a.content)==null)&&e.enabled&&!Zt(a.blockedSelectors||[],this._logInvalidBlockedSelector.bind(this))){var t;Yt(a==null||(t=a.content)==null?void 0:t.minHeight)}i.forEach(e=>this._clsOptions.setInjectedSlots(e))}catch(e){B.error(`ClsDynamicAdsInjector`,`start`,e)}}inject(e,t=document){this._densityDevice=this._device===`desktop`?V.Desktop:V.Mobile,this._overrideDefaultAdDensitySettingsWithSiteExperiment();let n=this._clsOptions.siteAds,r=L(n.adDensityEnabled,!0),i=n.adDensityLayout&&r,a=e.filter(e=>i?e.location!==D.Content:e),o=e.filter(e=>i?e.location===D.Content:null);return this._capturePreSlotInsertionPageAreaMeasurement(),[...a.length?this._injectNonDensitySlots(a,t):[],...o.length?this._injectDensitySlots(o,t):[]]}_injectNonDensitySlots(e,t=document){var n;let r=[],i=[],a=!1;if(e.some(e=>e.location===D.Recipe&&e.sticky)&&!Zt(((n=this._clsOptions.siteAds.adOptions.stickyContainerConfig)==null?void 0:n.blockedSelectors)||[],this._logInvalidBlockedSelector.bind(this))){var o,s;let e=this._clsOptions.siteAds.adOptions.stickyContainerConfig;Xt(this._device===`phone`?e==null||(o=e.recipeMobile)==null?void 0:o.minHeight:e==null||(s=e.recipeDesktop)==null?void 0:s.minHeight),a=!0}for(let n of e)this._insertNonDensityAds(n,r,i,t);return a||i.forEach(({location:e,element:t})=>{t.style.minHeight=this.locationToMinHeight[e]}),r}_injectDensitySlots(e,t=document){try{this._calculateMainContentHeightAndAllElements(e,t),this._capturePreSlotInsertionMainContentMeasurement()}catch(e){return[]}let{onePerViewport:n,targetAll:r,targetDensityUnits:i,combinedMax:a,numberOfUnits:o}=this._getDensitySettings(e,t);return this._absoluteMinimumSpacingByDevice=n?window.innerHeight:this._absoluteMinimumSpacingByDevice,o?(this._adInjectionMap.filterUsed(),this._findElementsForAds(o,n,r,a,i,t),this._insertAds()):[]}_overrideDefaultAdDensitySettingsWithSiteExperiment(){var e;if((e=this._clsTargetAdDensitySiteExperiment)!=null&&e.enabled){let e=this._clsTargetAdDensitySiteExperiment.result;typeof e==`number`&&(this._clsOptions.siteAds.adDensityEnabled=!0,this._clsOptions.siteAds.adDensityLayout[this._densityDevice].adDensity=e)}}_getDensitySettings(e,t=document){let n=this._clsOptions.siteAds.adDensityLayout,r=this._determineOverrides(n.pageOverrides),i=r.length?r[0]:n[this._densityDevice],a=i.adDensity,o=i.onePerViewport,s=this._shouldTargetAllEligible(a),c=this._getTargetDensityUnits(a,s),l=this._getCombinedMax(e,t),u=Math.min(this._totalAvailableElements.length,c,...l>0?[l]:[]);return this._pubLog={onePerViewport:o,targetDensity:a,targetDensityUnits:c,combinedMax:l},{onePerViewport:o,targetAll:s,targetDensityUnits:c,combinedMax:l,numberOfUnits:u}}_determineOverrides(e){return e.filter(e=>{let t=Et(e.pageSelector);return t.valid,e.pageSelector===``||t.elements&&t.elements.length}).map(e=>e[this._densityDevice])}_shouldTargetAllEligible(e){return e===this._densityMax}_getTargetDensityUnits(e,t){return t?this._totalAvailableElements.length:Math.floor(e*this._mainContentHeight/(1-e)/this._minDivHeight)-this._recipeCount}_getCombinedMax(e,t=document){return L(e.filter(e=>{let n;try{n=t.querySelector(e.elementSelector)}catch(e){}return n}).map(e=>Number(e.max)+Number(e.lazyMaxDefaulted?0:e.lazyMax)).sort((e,t)=>t-e)[0],0)}_elementLargerThanMainContent(e){return e.offsetHeight>=this._mainContentHeight&&this._totalAvailableElements.length>1}_elementDisplayNone(e){let t=window.getComputedStyle(e,null).display;return t&&t===`none`||e.style.display===`none`}_isBelowMaxes(e,t){return this._adInjectionMap.map.length<e&&this._adInjectionMap.map.length<t}_findElementsForAds(e,t,n,r,i,a=document){this._clsOptions.targetDensityLog={onePerViewport:t,combinedMax:r,targetDensityUnits:i,targetDensityPercentage:this._pubLog.targetDensity,mainContentHeight:this._mainContentHeight,recipeCount:this._recipeCount,numberOfEls:this._totalAvailableElements.length};let o=t=>{for(let{dynamicAd:o,element:s}of this._totalAvailableElements)if(this._logDensityInfo(s,o.elementSelector,t),!(!n&&this._elementLargerThanMainContent(s)||this._elementDisplayNone(s)))if(this._isBelowMaxes(r,i)){if(this._checkElementSpacing({dynamicAd:o,element:s,insertEvery:t,targetAll:n,target:a}),this._hasReachedQuota(e))return}else break;this._hasReachedQuota(e)||!this._usedAbsoluteMinimum&&this._smallerIncrementAttempts<5&&(++this._smallerIncrementAttempts,o(this._getSmallerIncrement(t)))};o(this._getInsertEvery(e,t,i))}_hasReachedQuota(e){return this._adInjectionMap.map.length>=e}_getSmallerIncrement(e){let t=e*.6;return t<=this._absoluteMinimumSpacingByDevice&&(t=this._absoluteMinimumSpacingByDevice,this._usedAbsoluteMinimum=!0),t}_insertNonDensityAds(e,t,n,r=document){let i=0,a=0,o=0;e.spacing>0&&(i=window.innerHeight*e.spacing,a=i);let s=this._repeatDynamicAds(e),c=this.getElements(e.elementSelector,r,e);e.skip;for(let l=e.skip;l<c.length&&!(o+1>s.length);l+=e.every){let u=c[l];if(i>0){let{bottom:e}=zt(u);if(e<=a)continue;a=e+i}let d=s[o],f=`${d.location}_${d.sequence}`;t.some(e=>e.name===f)&&(o+=1);let p=this.getDynamicElementId(d),m=H(e),h=Lt(e),g=[e.location===D.Sidebar&&e.sticky&&e.sequence&&e.sequence<=5?`adthrive-sticky-sidebar`:``,e.location===D.Recipe&&e.sticky?`adthrive-recipe-sticky-container`:``,m,h,...e.classNames];if($t(u,e.position,e.location)&&e.location===D.Recipe)continue;let _=this.addAd(u,p,e.position,g);if(_){let i=Nt(d,_);if(i.length){let a={clsDynamicAd:e,dynamicAd:d,element:_,sizes:i,name:f,infinite:r!==document};t.push(a),n.push({location:d.location,element:_}),e.location===D.Recipe&&++this._recipeCount,o+=1}u=_}}}_insertAds(){let e=[],t=0;return this._adInjectionMap.filterUsed(),this._adInjectionMap.map.forEach(({el:n,dynamicAd:r,target:i},a)=>{let o=Number(r.sequence)+a,s=r.max,c=r.lazy&&o>s;r.sequence=o,r.lazy=c;let l=this._addContentAd(n,r,i);l&&(r.used=!0,e.push(l),++t)}),e}_getInsertEvery(e,t,n){let r=this._absoluteMinimumSpacingByDevice;return this._moreAvailableElementsThanUnitsToInject(n,e)?(this._usedAbsoluteMinimum=!1,r=this._useWiderSpacing(n,e)):(this._usedAbsoluteMinimum=!0,r=this._useSmallestSpacing(t)),t&&window.innerHeight>r?window.innerHeight:r}_useWiderSpacing(e,t){return this._mainContentHeight/Math.min(e,t)}_useSmallestSpacing(e){return e&&window.innerHeight>this._absoluteMinimumSpacingByDevice?window.innerHeight:this._absoluteMinimumSpacingByDevice}_moreAvailableElementsThanUnitsToInject(e,t){return this._totalAvailableElements.length>e||this._totalAvailableElements.length>t}_logDensityInfo(e,t,n){let{onePerViewport:r,targetDensity:i,targetDensityUnits:a,combinedMax:o}=this._pubLog;this._totalAvailableElements.length}_checkElementSpacing({dynamicAd:e,element:t,insertEvery:n,targetAll:r,target:i=document}){(this._isFirstAdInjected()||this._hasProperSpacing(t,e,r,n))&&this._markSpotForContentAd(t,R({},e),i)}_isFirstAdInjected(){return!this._adInjectionMap.map.length}_markSpotForContentAd(e,t,n=document){let r=t.position===`beforebegin`||t.position===`afterbegin`;this._adInjectionMap.addSorted(e,this._getElementCoords(e,r),t,n)}_hasProperSpacing(e,t,n,r){let i=t.position===`beforebegin`||t.position===`afterbegin`,a=t.position===`beforeend`||t.position===`afterbegin`,o=n||this._isElementFarEnoughFromOtherAdElements(e,r,i),s=a||this._isElementNotInRow(e,i),c=e.id.indexOf(`AdThrive_${D.Below_Post}`)===-1;return o&&s&&c}_isElementFarEnoughFromOtherAdElements(e,t,n){let r=this._getElementCoords(e,n),[i,a]=this._adInjectionMap.findNeighborIndices(r),o=i===null?void 0:this._adInjectionMap.map[i].coords,s=a===null?void 0:this._adInjectionMap.map[a].coords;return(o===void 0||r-t>o)&&(s===void 0||r+t<s)}_isElementNotInRow(e,t){let n=e.previousElementSibling,r=e.nextElementSibling,i=t?!n&&r||n&&e.tagName!==n.tagName?r:n:r;if(!i)return!0;let a=e.getBoundingClientRect();if(a.height===0)return!0;let o=i.getBoundingClientRect();return a.top!==o.top}_calculateMainContentHeightAndAllElements(e,t=document){let[n,r]=Wt(e,this._adInjectionMap,t);if(!n)throw Error(`No main content element found`);this._mainContentDiv=n,this._totalAvailableElements=r,this._mainContentHeight=Gt(this._mainContentDiv)}_capturePreSlotInsertionMainContentMeasurement(){window.adthriveCLS&&(window.adthriveCLS.preSlotInsertionMeasurements?window.adthriveCLS.preSlotInsertionMeasurements.mainContentHeight=this._mainContentHeight:window.adthriveCLS.preSlotInsertionMeasurements={mainContentHeight:this._mainContentHeight})}_capturePreSlotInsertionPageAreaMeasurement(){if(window.adthriveCLS){let e=Kt()*qt();window.adthriveCLS.preSlotInsertionMeasurements?window.adthriveCLS.preSlotInsertionMeasurements.totalPageArea=e:window.adthriveCLS.preSlotInsertionMeasurements={totalPageArea:e}}}_getElementCoords(e,t=!1){let n=e.getBoundingClientRect();return(t?n.top:n.bottom)+window.scrollY}_addContentAd(e,t,n=document){var r;let i=null,a=H(t),o=Lt(t),s=this._clsOptions.siteAds.adOptions.stickyContainerConfig,c=s==null||(r=s.content)==null?void 0:r.enabled,l=c?`adthrive-sticky-container`:``,u=this.addAd(e,this.getDynamicElementId(t),t.position,[l,a,o,...t.classNames]);if(u){let e=Nt(t,u);if(e.length){var d;(!c||!(!(s==null||(d=s.content)==null)&&d.minHeight))&&(u.style.minHeight=this.locationToMinHeight[t.location]),i={clsDynamicAd:t,dynamicAd:t,element:u,sizes:e,name:`${t.location}_${t.sequence}`,infinite:n!==document}}}return i}getDynamicElementId(e){return`AdThrive_${e.location}_${e.sequence}_${this._device}`}getElements(e,t=document,n){let r=z(e,t);return r.valid,r.elements}_getDynamicAdSelectorContext(e){return{location:e.location,sequence:e.sequence,name:e.name}}_logInvalidBlockedSelector(e,t){}addAd(e,t,n,r=[]){if(!document.getElementById(t)){let i=`<div id="${t}" class="adthrive-ad ${r.join(` `)}"></div>`;e.insertAdjacentHTML(n,i)}return document.getElementById(t)}_repeatDynamicAds(e){let t=[],n=e.location===D.Recipe?99:this.locationMaxLazySequence.get(e.location),r=e.lazy?L(n,0):0,i=e.max,a=e.lazyMax,o=r===0&&e.lazy?i+a:Math.min(Math.max(r-e.sequence+1,0),i+a),s=Math.max(i,o);for(let n=0;n<s;n++){let r=Number(e.sequence)+n,a=e.lazy&&n>=i,o=r;e.name===`Recipe_1`&&r>=5&&(o=r+1),t.push(R(R({},e),{},{sequence:o,lazy:a}))}return t}_locationEnabled(e){let t=this._clsOptions.enabledLocations.includes(e.location),n=this._clsOptions.disableAds&&this._clsOptions.disableAds.all||document.body.classList.contains(`adthrive-disable-all`),r=!document.body.classList.contains(`adthrive-disable-content`)&&!this._clsOptions.disableAds.reasons.has(`content_plugin`);return t&&!n&&r}},Hn=class{constructor(){k(this,`_map`,[])}add(e,t,n,r=document){this._map.push({el:e,coords:t,dynamicAd:n,target:r})}addSorted(e,t,n,r=document){let i=this._upperBoundIndex(t);this._map.splice(i,0,{el:e,coords:t,dynamicAd:n,target:r})}get map(){return this._map}sort(){this._map.sort(({coords:e},{coords:t})=>e-t)}filterUsed(){this._map=this._map.filter(({dynamicAd:e})=>!e.used)}findNeighborIndices(e){let t=this._upperBoundIndex(e);return[t-1>=0?t-1:null,t<this._map.length?t:null]}_upperBoundIndex(e){let t=0,n=this._map.length;for(;t<n;){let r=t+n>>>1;this._map[r].coords<=e?t=r+1:n=r}return t}reset(){this._map=[]}},Un=class extends Hn{};let Wn=e=>{let t=st(),n=ft(),r=e.siteAdsProfiles,i=null;if(r&&r.length)for(let e of r){let r=e.targeting.device,a=e.targeting.browserEngine,o=r&&r.length&&r.includes(n),s=a&&a.length&&a.includes(t);o&&s&&(i=e)}return i},Gn=e=>{let t=Wn(e);if(t){let e=t.profileId;document.body.classList.add(`raptive-profile-${e}`)}},$={Video_Collapse_Autoplay_SoundOff:`Video_Collapse_Autoplay_SoundOff`,Video_Individual_Autoplay_SOff:`Video_Individual_Autoplay_SOff`,Video_Coll_SOff_Smartphone:`Video_Coll_SOff_Smartphone`,Video_In_Post_ClicktoPlay_SoundOn:`Video_In-Post_ClicktoPlay_SoundOn`,Video_Collapse_Autoplay_SoundOff_15s:`Video_Collapse_Autoplay_SoundOff_15s`,Video_Individual_Autoplay_SOff_15s:`Video_Individual_Autoplay_SOff_15s`,Video_Coll_SOff_Smartphone_15s:`Video_Coll_SOff_Smartphone_15s`,Video_In_Post_ClicktoPlay_SoundOn_15s:`Video_In-Post_ClicktoPlay_SoundOn_15s`};var Kn=class{get enabled(){throw Error(`Enablement must be defined at factory creation time.`)}};let qn=(e=navigator.userAgent)=>_t(e)===`desktop`;function Jn(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;n[r]=e[r]}return n}function Yn(e,t){if(e==null)return{};var n,r,i=Jn(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}let Xn=[`valid`,`elements`],Zn=[`valid`,`elements`];var Qn=class extends Kn{constructor(e,t,n){super(),this._videoConfig=e,this._component=t,this._context=n,k(this,`_potentialPlayerMap`,void 0),k(this,`_device`,void 0),k(this,`_stickyRelatedOnPage`,!1),k(this,`_relatedMediaIds`,[]),this._device=qn()?`desktop`:`mobile`,this._potentialPlayerMap=this.setPotentialPlayersMap()}setPotentialPlayersMap(){let e=this._videoConfig.players||[],t=this._filterPlayerMap();return t.stationaryRelated=this._getPotentialStationaryPlayers(e,t.stationaryRelated),this._potentialPlayerMap=t,this._potentialPlayerMap}_getPotentialStationaryPlayers(e,t){let n=new Set(t);return e.forEach(e=>e.type===`stationaryRelated`&&e.enabled&&n.add(e)),[...n]}_filterPlayerMap(){let e=this._videoConfig.players,t={stickyRelated:[],stickyPlaylist:[],stationaryRelated:[]};return e&&e.length?e.filter(e=>{var t;return(t=e.devices)==null?void 0:t.includes(this._device)}).reduce((e,t)=>{if(e[t.type]||(B.event(this._component,`constructor`,`Unknown Video Player Type detected`,t.type),e[t.type]=[]),t.enabled){let n=t.type;this._videoConfig.shouldDisableStickyRelated&&t.type===`stickyRelated`&&(n=`stationaryRelated`),e[n].push(t)}return e},t):t}_checkPlayerSelectorOnPage(e){for(let t of this._potentialPlayerMap[e]){let e=this._getPlacementElement(t);if(e)return{player:t,playerElement:e}}return{player:null,playerElement:null}}_getOverrideElement(e,t,n){if(e&&t){let r=document.createElement(`div`);t.insertAdjacentElement(e.position,r),n=r}else{let{player:e,playerElement:t}=this._checkPlayerSelectorOnPage(`stickyPlaylist`);if(e&&t){let r=document.createElement(`div`);t.insertAdjacentElement(e.position,r),n=r}}return n}_shouldOverrideElement(e){let t=e.getAttribute(`override-embed`);return t===`true`||t===`false`?t===`true`:this._videoConfig.relatedSettings?this._videoConfig.relatedSettings.overrideEmbedLocation:!1}_checkPageSelector(e,t,n=[]){return e&&t&&n.length===0?(window.location.pathname!==`/`&&B.event(`VideoUtils`,`getPlacementElement`,Error(`PSNF: ${e} does not exist on the page`)),!1):!0}_getElementSelector(e,t,n){return t&&t.length>n?t[n]:(B.event(`VideoUtils`,`getPlacementElement`,Error(`ESNF: ${e} does not exist on the page`)),null)}_getPlacementElement(e){let{pageSelector:t,elementSelector:n,skip:r}=e,i=Et(t),{valid:a,elements:o}=i,s=Yn(i,Xn),c=Tt(n),{valid:l,elements:u}=c,d=Yn(c,Zn);return t!==``&&!a?(B.error(`VideoUtils`,`getPlacementElement`,Error(`${t} is not a valid selector`),s),null):l?this._checkPageSelector(t,a,o)&&this._getElementSelector(n,u,r)||null:(B.error(`VideoUtils`,`getPlacementElement`,Error(`${n} is not a valid selector`),d),null)}_getEmbeddedPlayerType(e){if(this._videoConfig.shouldDisableStickyRelated)return`static`;let t=e.getAttribute(`data-player-type`);return(!t||t===`default`)&&(t=this._videoConfig.relatedSettings?this._videoConfig.relatedSettings.defaultPlayerType:`static`),this._stickyRelatedOnPage&&(t=`static`),t}_getMediaId(e){let t=e.getAttribute(`data-video-id`);return t?(this._relatedMediaIds.push(t),t):!1}_getOrientation(e){return e.getAttribute(`orientation`)===`vertical`?`vertical`:`horizontal`}_createRelatedPlayer(e,t,n,r,i){t===`collapse`?this._createCollapsePlayer(e,n):t===`static`&&this._createStaticPlayer(e,n,r,i)}_createCollapsePlayer(e,t){let{player:n,playerElement:r}=this._checkPlayerSelectorOnPage(`stickyRelated`),i=n||this._potentialPlayerMap.stationaryRelated[0];i&&i.playerId&&!this._videoConfig.shouldDisableStickyRelated?(this._shouldOverrideElement(t)&&(t=this._getOverrideElement(n,r,t)),t=document.querySelector(`#cls-video-container-${e} > div`)||t,this._createStickyRelatedPlayer(R(R({},i),{},{mediaId:e}),t)):B.error(this._component,`_createCollapsePlayer`,`No video player found`)}_createStaticPlayer(e,t,n,r){if(this._potentialPlayerMap.stationaryRelated.length&&this._potentialPlayerMap.stationaryRelated[0].playerId){let i=this._potentialPlayerMap.stationaryRelated[0];this._createStationaryRelatedPlayer(R(R({},i),{},{mediaOrPlaylistId:e,orientation:r}),t,n)}else B.error(this._component,`_createStaticPlayer`,`No video player found`)}_shouldRunAutoplayPlayers(){return!!(this._isVideoAllowedOnPage()&&(this._potentialPlayerMap.stickyRelated.length||this._potentialPlayerMap.stickyPlaylist.length))}_setPlaylistMediaIdWhenStationaryOnPage(e,t){if(this._potentialPlayerMap.stationaryRelated.length&&this._potentialPlayerMap.stationaryRelated[0].playerId&&e&&e.length){let n=e[0].getAttribute(`data-video-id`);return n?R(R({},t),{},{mediaId:n}):t}return t}_determineAutoplayPlayers(e){let t=this._component,n=t===`VideoManagerComponent`,r=this._context;if(this._stickyRelatedOnPage){B.event(t,`stickyRelatedOnPage`,n&&{device:r&&r.device,isDesktop:this._device}||{});return}let{playerElement:i}=this._checkPlayerSelectorOnPage(`stickyPlaylist`),{player:a}=this._checkPlayerSelectorOnPage(`stickyPlaylist`);a&&a.playerId&&i?(a=this._setPlaylistMediaIdWhenStationaryOnPage(e,a),this._createPlaylistPlayer(a,i)):Math.random()<.01&&setTimeout(()=>{B.event(t,`noStickyPlaylist`,n&&{vendor:`none`,device:r&&r.device,isDesktop:this._device}||{})},1e3)}_initializeRelatedPlayers(e){let t=new Map;for(let n=0;n<e.length;n++){let r=e[n],i=r.offsetParent,a=this._getEmbeddedPlayerType(r),o=this._getMediaId(r),s=this._getOrientation(r);if(i&&o){let e=(t.get(o)||0)+1;t.set(o,e),this._createRelatedPlayer(o,a,r,e,s)}}}},$n=class extends Qn{constructor(e,t){super(e,`ClsVideoInsertion`),this._videoConfig=e,this._clsOptions=t,k(this,`_IN_POST_SELECTOR`,`.adthrive-video-player`),k(this,`_WRAPPER_BAR_HEIGHT`,36),k(this,`_playersAddedFromPlugin`,[]),t.removeVideoTitleWrapper&&(this._WRAPPER_BAR_HEIGHT=0)}init(){this._initializePlayers()}_wrapVideoPlayerWithCLS(e,t,n=0,r=`horizontal`){if(e.parentNode){let i=e.offsetWidth,a=r===`vertical`;a&&this._device===`desktop`&&(i*=.5);let o=i*(a?16/9:9/16),s=this._createGenericCLSWrapper(o,t,n);return e.parentNode.insertBefore(s,e),s.appendChild(e),s}return null}_createGenericCLSWrapper(e,t,n){let r=document.createElement(`div`);return r.id=`cls-video-container-${t}`,r.className=`adthrive`,r.style.minHeight=`${e+n}px`,r}_getTitleHeight(){let e=document.createElement(`h3`);e.style.margin=`10px 0`,e.innerText=`Title`,e.style.visibility=`hidden`,document.body.appendChild(e);let t=window.getComputedStyle(e),n=parseInt(t.height,10),r=parseInt(t.marginTop,10),i=parseInt(t.marginBottom,10);return document.body.removeChild(e),Math.min(n+i+r,50)}_initializePlayers(){let e=document.querySelectorAll(this._IN_POST_SELECTOR);e.length&&this._initializeRelatedPlayers(e),this._shouldRunAutoplayPlayers()&&this._determineAutoplayPlayers(e)}_createStationaryRelatedPlayer(e,t,n){let r=this._device===`mobile`?[400,225]:[640,360],i=$.Video_In_Post_ClicktoPlay_SoundOn;if(t&&e.mediaOrPlaylistId){let a=`${e.mediaOrPlaylistId}_${n}`,o=this._wrapVideoPlayerWithCLS(t,a,0,e.orientation);this._playersAddedFromPlugin.push(e.mediaOrPlaylistId),o&&this._clsOptions.setInjectedVideoSlots({playerId:e.playerId,playerName:i,playerSize:r,element:o,type:`stationaryRelated`})}}_createStickyRelatedPlayer(e,t){if(this._videoConfig.shouldDisableStickyRelated)return;let n=this._device===`mobile`?[400,225]:[640,360],r=$.Video_Individual_Autoplay_SOff;if(this._stickyRelatedOnPage=!0,this._videoConfig.mobileStickyPlayerOnPage=this._device===`mobile`,this._videoConfig.collapsiblePlayerOnPage=!0,t&&e.position&&e.mediaId){let i=document.createElement(`div`);t.insertAdjacentElement(e.position,i);let a=this._getTitleHeight(),o=this._wrapVideoPlayerWithCLS(i,e.mediaId,this._WRAPPER_BAR_HEIGHT+a);this._playersAddedFromPlugin.push(e.mediaId),o&&this._clsOptions.setInjectedVideoSlots({playlistId:e.playlistId,playerId:e.playerId,playerSize:n,playerName:r,element:i,type:`stickyRelated`})}}_createPlaylistPlayer(e,t){let n=e.playlistId,r=this._device===`mobile`?$.Video_Coll_SOff_Smartphone:$.Video_Collapse_Autoplay_SoundOff,i=this._device===`mobile`?[400,225]:[640,360];this._videoConfig.mobileStickyPlayerOnPage=!0,this._videoConfig.collapsiblePlayerOnPage=!0;let a=document.createElement(`div`);t.insertAdjacentElement(e.position,a);let o=this._WRAPPER_BAR_HEIGHT;e.title&&(o+=this._getTitleHeight());let s=this._wrapVideoPlayerWithCLS(a,n,o);this._playersAddedFromPlugin.push(`playlist-${n}`),s&&this._clsOptions.setInjectedVideoSlots({playlistId:e.playlistId,playerId:e.playerId,playerSize:i,playerName:r,element:a,type:`stickyPlaylist`})}_isVideoAllowedOnPage(){let e=this._clsOptions.disableAds;if(e&&e.video){let t=``;e.reasons.has(`video_tag`)?t=`video tag`:e.reasons.has(`video_plugin`)?t=`video plugin`:e.reasons.has(`video_page`)&&(t=`command queue`);let n=t?`ClsVideoInsertionMigrated`:`ClsVideoInsertion`;return B.error(n,`isVideoAllowedOnPage`,Error(`DBP: Disabled by publisher via ${t||`other`}`)),!1}return!this._clsOptions.videoDisabledFromPlugin}};try{(()=>{let e=new qe;!e||!e.enabled||(e.siteAds&&Gn(e.siteAds),new Vn(e,new Un).start(),new $n(new bt(e),e).init())})()}catch(e){B.error(`CLS`,`pluginsertion-iife`,e),window.adthriveCLS&&(window.adthriveCLS.injectedFromPlugin=!1)}})();</script><script data-no-optimize="1" data-cfasync="false">(function () {var clsElements = document.querySelectorAll("script[id^='cls-']"); window.adthriveCLS && clsElements && clsElements.length === 0 ? window.adthriveCLS.injectedFromPlugin = false : ""; })();</script>			<!-- Google tag (gtag.js) -->
			<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-YRMFYGNS3Y" defer></script>
			<script type="text/javascript" defer>
				window.dataLayer = window.dataLayer || [];
				function gtag(){dataLayer.push(arguments);}
				gtag('js', new Date());

				// ? multiple tracking ids
									gtag('config', 'G-YRMFYGNS3Y', {
						'send_page_view': Boolean(1),
						'anonymize_ip': Boolean(1)
					});
							</script>
						<script type="pmdelayedscript" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1">
				(function () {
					if (window.LS_AFF_IS_LOADED || window.__LS_SEQ_LOADER__) {
						return;
					}
					window.__LS_SEQ_LOADER__ = true;

					var lsSources = [
						"https:\/\/js.codedrink.com\/snippet.min.js?ver=359.20260611",
						"https:\/\/hungryhealthyhappy.com\/?738d8540ee4bcfc450f842d0581408ad=1&ver=359.20260611"					];

					var lsScriptLoadTimeoutMs = 2500;
					var lsIndex = 0, lsTimeoutMs = lsScriptLoadTimeoutMs;

					function lsLoadNext() {
						if (window.LS_AFF_IS_LOADED || lsIndex >= lsSources.length) {
							return;
						}

						var lsUrl = lsSources[lsIndex++];
						var lsScript = document.createElement('script');
						lsScript.src = lsUrl;
						lsScript.onerror = function () {
							try { s.remove(); } catch (_) {}
							if (!window.LS_AFF_IS_LOADED) lsLoadNext();
						};
						var lsTimer = setTimeout(function () {
							if (!window.LS_AFF_IS_LOADED) {
								try { s.remove(); } catch (_) {}
								lsLoadNext();
							}
						}, lsTimeoutMs);
						lsScript.onload = (function (orig) {
							return function () {
								clearTimeout(lsTimer);
								if (orig) orig();
							};
						})(lsScript.onload);
						(document.head || document.documentElement).appendChild(lsScript);
					}

					lsLoadNext();
				})();
			</script>
			<script type="pmdelayedscript" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1">
				(function(){
					var lsInitialized = false;
					function lsDoInit(detail){
						if (lsInitialized) return;
						lsInitialized = true;
						try {
							(detail && detail.init ? detail : (window.LSAFFEvents || {})).init({
								'lsid': 'ls-a6ag9tdkoj0ac9126oeunruhl6',
								'pid': '91205',
								'ipa': '1',
								'performance': '1',
								'matching': '1',
								'mobile_deep_linking': '1',
								'international_click': '1',
							});
						} catch (err) {}
					}

					var lsPollCount = 0;
					var lsPollTimer = null;
					function lsStartPolling(){
						if (lsPollTimer) return;
						lsPollTimer = setInterval(function(){
							if (lsInitialized) { clearInterval(lsPollTimer); return; }
							if (window.LSAFFEvents && typeof window.LSAFFEvents.init === 'function') {
								lsDoInit(window.LSAFFEvents);
								clearInterval(lsPollTimer);
								return;
							}
							lsPollCount++;
							if (lsPollCount > 50) { // ~5s at 100ms
								clearInterval(lsPollTimer);
							}
						}, 100);
					}

					if (window.LSAFFEvents && typeof window.LSAFFEvents.init === 'function') {
						lsDoInit(window.LSAFFEvents);
					} else {
						document.addEventListener('LSAFFEventLoaded', function(e){
							lsDoInit(e.detail);
						}, { once: true });
						lsStartPolling();
					}
				})();
			</script>
			<div id="mv-grow-data" data-settings='{&quot;actionButtons&quot;:{&quot;ajaxUrl&quot;:&quot;https:\/\/hungryhealthyhappy.com\/wp-admin\/admin-ajax.php&quot;,&quot;nonce&quot;:&quot;aabb9524e2&quot;,&quot;gaMeasurementId&quot;:&quot;G-YRMFYGNS3Y&quot;},&quot;general&quot;:{&quot;contentSelector&quot;:false,&quot;show_count&quot;:{&quot;content&quot;:true,&quot;sidebar&quot;:true,&quot;pop_up&quot;:false,&quot;sticky_bar&quot;:false},&quot;isTrellis&quot;:false,&quot;license_last4&quot;:&quot;3194&quot;},&quot;post&quot;:null,&quot;shareCounts&quot;:{&quot;facebook&quot;:0,&quot;pinterest&quot;:0,&quot;reddit&quot;:0,&quot;twitter&quot;:0},&quot;shouldRun&quot;:true,&quot;buttonSVG&quot;:{&quot;share&quot;:{&quot;height&quot;:32,&quot;width&quot;:26,&quot;paths&quot;:[&quot;M20.8 20.8q1.984 0 3.392 1.376t1.408 3.424q0 1.984-1.408 3.392t-3.392 1.408-3.392-1.408-1.408-3.392q0-0.192 0.032-0.448t0.032-0.384l-8.32-4.992q-1.344 1.024-2.944 1.024-1.984 0-3.392-1.408t-1.408-3.392 1.408-3.392 3.392-1.408q1.728 0 2.944 0.96l8.32-4.992q0-0.128-0.032-0.384t-0.032-0.384q0-1.984 1.408-3.392t3.392-1.408 3.392 1.376 1.408 3.424q0 1.984-1.408 3.392t-3.392 1.408q-1.664 0-2.88-1.024l-8.384 4.992q0.064 0.256 0.064 0.832 0 0.512-0.064 0.768l8.384 4.992q1.152-0.96 2.88-0.96z&quot;]},&quot;facebook&quot;:{&quot;height&quot;:32,&quot;width&quot;:18,&quot;paths&quot;:[&quot;M17.12 0.224v4.704h-2.784q-1.536 0-2.080 0.64t-0.544 1.92v3.392h5.248l-0.704 5.28h-4.544v13.568h-5.472v-13.568h-4.544v-5.28h4.544v-3.904q0-3.328 1.856-5.152t4.96-1.824q2.624 0 4.064 0.224z&quot;]},&quot;pinterest&quot;:{&quot;height&quot;:32,&quot;width&quot;:23,&quot;paths&quot;:[&quot;M0 10.656q0-1.92 0.672-3.616t1.856-2.976 2.72-2.208 3.296-1.408 3.616-0.448q2.816 0 5.248 1.184t3.936 3.456 1.504 5.12q0 1.728-0.32 3.36t-1.088 3.168-1.792 2.656-2.56 1.856-3.392 0.672q-1.216 0-2.4-0.576t-1.728-1.568q-0.16 0.704-0.48 2.016t-0.448 1.696-0.352 1.28-0.48 1.248-0.544 1.12-0.832 1.408-1.12 1.536l-0.224 0.096-0.16-0.192q-0.288-2.816-0.288-3.36 0-1.632 0.384-3.68t1.184-5.152 0.928-3.616q-0.576-1.152-0.576-3.008 0-1.504 0.928-2.784t2.368-1.312q1.088 0 1.696 0.736t0.608 1.824q0 1.184-0.768 3.392t-0.8 3.36q0 1.12 0.8 1.856t1.952 0.736q0.992 0 1.824-0.448t1.408-1.216 0.992-1.696 0.672-1.952 0.352-1.984 0.128-1.792q0-3.072-1.952-4.8t-5.12-1.728q-3.552 0-5.952 2.304t-2.4 5.856q0 0.8 0.224 1.536t0.48 1.152 0.48 0.832 0.224 0.544q0 0.48-0.256 1.28t-0.672 0.8q-0.032 0-0.288-0.032-0.928-0.288-1.632-0.992t-1.088-1.696-0.576-1.92-0.192-1.92z&quot;]},&quot;twitter&quot;:{&quot;height&quot;:28,&quot;width&quot;:32,&quot;paths&quot;:[&quot;M25.2,1.5h4.9l-10.7,12.3,12.6,16.7h-9.9l-7.7-10.1-8.8,10.1H.6l11.5-13.1L0,1.5h10.1l7,9.2L25.2,1.5ZM23.5,27.5h2.7L8.6,4.3h-2.9l17.8,23.2Z&quot;]},&quot;reddit&quot;:{&quot;height&quot;:32,&quot;width&quot;:32,&quot;paths&quot;:[&quot;M0 15.616q0-0.736 0.288-1.408t0.768-1.184 1.152-0.8 1.472-0.288q1.376 0 2.368 0.928 1.888-1.184 4.32-1.888t5.184-0.8l2.56-7.296 6.272 1.504q0.288-0.832 1.056-1.344t1.696-0.544q1.248 0 2.144 0.864t0.896 2.144-0.896 2.112-2.112 0.864-2.144-0.864-0.896-2.112l-5.248-1.248-2.144 5.92q2.688 0.128 5.024 0.864t4.128 1.824q1.056-0.928 2.432-0.928 0.736 0 1.44 0.288t1.184 0.8 0.768 1.184 0.288 1.408q0 0.992-0.48 1.824t-1.28 1.312q0.128 0.544 0.128 1.12 0 1.92-1.12 3.712t-3.104 3.104-4.576 2.048-5.632 0.768q-2.944 0-5.568-0.768t-4.576-2.048-3.104-3.104-1.12-3.712q0-0.32 0.064-0.64 0-0.288 0.064-0.544-0.768-0.512-1.216-1.28t-0.48-1.792zM2.752 19.872q0 1.76 1.024 3.264t2.816 2.688 4.224 1.824 5.152 0.672 5.12-0.672 4.224-1.824 2.848-2.688 1.024-3.264-1.024-3.328-2.848-2.72-4.224-1.792-5.12-0.672-5.152 0.672-4.224 1.792-2.816 2.72-1.024 3.328zM9.12 18.144q0-0.896 0.704-1.6t1.6-0.672 1.6 0.672 0.672 1.6-0.672 1.568-1.6 0.672-1.6-0.672-0.704-1.568zM10.816 23.424q0.384-0.32 1.056 0.256 0.192 0.192 0.416 0.32t0.448 0.224 0.416 0.16 0.448 0.096 0.416 0.096 0.448 0.096 0.448 0.064 0.48 0.032 0.544 0.032q2.432-0.128 4.256-1.12 0.672-0.64 1.12-0.256 0.32 0.576-0.384 1.12-1.856 1.44-4.992 1.44-3.36-0.064-4.864-1.44-0.832-0.608-0.256-1.12zM18.56 18.112q0-0.928 0.672-1.6t1.6-0.64 1.632 0.64 0.672 1.6-0.672 1.6-1.632 0.672-1.6-0.672-0.672-1.6z&quot;]},&quot;flipboard&quot;:{&quot;height&quot;:32,&quot;width&quot;:32,&quot;paths&quot;:[&quot;M0 0h10.272v32h-10.272v-32zM11.328 11.328h10.4v10.4h-10.4v-10.4zM11.328 0h20.672v10.272h-20.672v-10.272z&quot;]}},&quot;saveThis&quot;:{&quot;spotlight&quot;:&quot;yes&quot;,&quot;successMessage&quot;:&quot;Saved! We&#039;ve emailed you a link to this page.&quot;,&quot;consent&quot;:&quot;mailing-list&quot;,&quot;consentForMailingList&quot;:&quot;&quot;,&quot;position&quot;:&quot;after-first-image-middle&quot;,&quot;mailingListService&quot;:&quot;mailchimp&quot;,&quot;hasKitRecommendationsScript&quot;:false},&quot;utmParams&quot;:[],&quot;pinterest&quot;:{&quot;pinDescriptionSource&quot;:&quot;post_pinterest_description&quot;,&quot;pinDescription&quot;:null,&quot;pinTitle&quot;:null,&quot;pinImageURL&quot;:null,&quot;pinnableImages&quot;:&quot;post_images&quot;,&quot;postImageHidden&quot;:&quot;yes&quot;,&quot;postImageHiddenMultiple&quot;:&quot;yes&quot;,&quot;lazyLoadCompatibility&quot;:&quot;yes&quot;,&quot;buttonPosition&quot;:&quot;&quot;,&quot;buttonShape&quot;:null,&quot;showButtonLabel&quot;:null,&quot;buttonLabelText&quot;:null,&quot;buttonShareBehavior&quot;:&quot;post_image&quot;,&quot;hoverButtonShareBehavior&quot;:null,&quot;buttonBackgroundColor&quot;:&quot;#c92228&quot;,&quot;buttonImage&quot;:{&quot;id&quot;:&quot;&quot;,&quot;src&quot;:&quot;&quot;},&quot;buttonImageMaxHeight&quot;:null,&quot;minimumImageWidth&quot;:null,&quot;minimumImageHeight&quot;:null,&quot;showImageOverlay&quot;:null,&quot;alwaysShowMobile&quot;:null,&quot;alwaysShowDesktop&quot;:null,&quot;postTypeDisplay&quot;:null,&quot;imagePinIt&quot;:&quot;0&quot;,&quot;hasContent&quot;:&quot;1&quot;,&quot;shareURL&quot;:&quot;https:\/\/hungryhealthyhappy.com\/&quot;,&quot;bypassClasses&quot;:[&quot;mv-grow-bypass&quot;,&quot;no_pin&quot;],&quot;bypassDenyClasses&quot;:[&quot;dpsp-post-pinterest-image-hidden-inner&quot;,&quot;mv-create-pinterest&quot;],&quot;ignoreSelectors&quot;:[],&quot;hoverButtonIgnoreClasses&quot;:[&quot;lazyloaded&quot;,&quot;lazyload&quot;,&quot;lazy&quot;,&quot;loading&quot;,&quot;loaded&quot;,&quot;td-animation-stack&quot;,&quot;ezlazyloaded&quot;,&quot;penci-lazy&quot;,&quot;ut-lazy&quot;,&quot;ut-image-loaded&quot;,&quot;ut-animated-image&quot;,&quot;skip-lazy&quot;],&quot;disableIframes&quot;:&quot;yes&quot;}}'></div><style type="text/css" media="screen"></style><script id="wprm-public-js-extra">
var wprm_public = {"user":"0","endpoints":{"analytics":"https://hungryhealthyhappy.com/wp-json/wp-recipe-maker/v1/analytics","integrations":"https://hungryhealthyhappy.com/wp-json/wp-recipe-maker/v1/integrations","manage":"https://hungryhealthyhappy.com/wp-json/wp-recipe-maker/v1/manage","utilities":"https://hungryhealthyhappy.com/wp-json/wp-recipe-maker/v1/utilities"},"settings":{"jump_output_hash":false,"features_comment_ratings":true,"template_color_comment_rating":"#dd9933","instruction_media_toggle_default":"on","video_force_ratio":false,"analytics_enabled":true,"google_analytics_enabled":true,"print_access":"everyone","print_access_allowed":true,"print_new_tab":true,"print_recipe_identifier":"slug","pdf_download_enabled":false},"post_id":"91205","home_url":"https://hungryhealthyhappy.com/","print_slug":"wprm_print","permalinks":"/%postname%/","ajax_url":"https://hungryhealthyhappy.com/wp-admin/admin-ajax.php","nonce":"c7e72501e4","api_nonce":"7c23caac0b","translations":{"# Added":"# Added","# Collections":"# Collections","# Items in Collections":"# Items in Collections","# Items in Inbox":"# Items in Inbox","# Items":"# Items","# Users":"# Users",".":".","1 idea was successfully imported.":"1 idea was successfully imported.","A label and key are required.":"A label and key are required.","A name is required for this saved nutrition ingredient.":"A name is required for this saved nutrition ingredient.","A saved custom ingredient match still needs review.":"A saved custom ingredient match still needs review.","API Ingredients":"API Ingredients","API":"API","Action":"Action","Actions":"Actions","Active":"Active","Add Collection":"Add Collection","Add Column":"Add Column","Add Custom Recipe":"Add Custom Recipe","Add Group":"Add Group","Add Image":"Add Image","Add Ingredient":"Add Ingredient","Add Item":"Add Item","Add Note":"Add Note","Add Pre-made Collection":"Add Pre-made Collection","Add Saved Collection":"Add Saved Collection","Add a column to this collection":"Add a column to this collection","Add a new collection":"Add a new collection","Add from Collection":"Add from Collection","Add item to this collection group":"Add item to this collection group","Add to Collection":"Add to Collection","Added":"Added","Additional instructions (optional)":"Additional instructions (optional)","Affiliate Link":"Affiliate Link","All fields are required.":"All fields are required.","All of Your Recipes":"All of Your Recipes","All of your recipes":"All of your recipes","All":"All","Already Handled":"Already Handled","Amount Needed":"Amount Needed","Amount":"Amount","Amt":"Amt","Any specific direction or preferences...":"Any specific direction or preferences...","Apply Ready Recipes":"Apply Ready Recipes","Apply to Recipe":"Apply to Recipe","Applying changes to the recipe...":"Applying changes to the recipe...","Applying...":"Applying...","Approve Submission & Add to new Post":"Approve Submission & Add to new Post","Approve Submission":"Approve Submission","Approved":"Approved","Are you sure you want to close without saving changes?":"Are you sure you want to close without saving changes?","Are you sure you want to delete all items in":"Are you sure you want to delete all items in","Are you sure you want to delete this group, and all of the items in it?":"Are you sure you want to delete this group, and all of the items in it?","Are you sure you want to delete this link?":"Are you sure you want to delete this link?","Are you sure you want to delete":"Are you sure you want to delete","Are you sure you want to delete?":"Are you sure you want to delete?","Are you sure you want to generate a new shopping list for this collection? You will only be able to access this shopping list again with the share link.":"Are you sure you want to generate a new shopping list for this collection? You will only be able to access this shopping list again with the share link.","Are you sure you want to overwrite the existing values?":"Are you sure you want to overwrite the existing values?","Are you sure you want to remove all items from this collection?":"Are you sure you want to remove all items from this collection?","Are you sure you want to remove all recipes from this shopping list?":"Are you sure you want to remove all recipes from this shopping list?","Automatically":"Automatically","Average":"Average","Back":"Back","Base suggestions on":"Base suggestions on","Based on your latest recipes. Continue in the direction of your current content.":"Based on your latest recipes. Continue in the direction of your current content.","Based on your recipes with the most ratings. Great for creating more of what your audience loves.":"Based on your recipes with the most ratings. Great for creating more of what your audience loves.","Based on your top-rated recipes. Focus on quality content that resonates with your readers.":"Based on your top-rated recipes. Focus on quality content that resonates with your readers.","Based on:":"Based on:","Batch Overview":"Batch Overview","Best-of lists covering categories across my site":"Best-of lists covering categories across my site","Blue":"Blue","CSV Column":"CSV Column","Calculate":"Calculate","Calculated":"Calculated","Calculation":"Calculation","Cancel Calculation":"Cancel Calculation","Cancel import":"Cancel import","Cancel":"Cancel","Category":"Category","Change Amazon Product":"Change Amazon Product","Change Category":"Change Category","Change Collection Structure":"Change Collection Structure","Change Converted Names":"Change Converted Names","Change Description":"Change Description","Change Name":"Change Name","Change Product":"Change Product","Change Servings":"Change Servings","Change collection name":"Change collection name","Change ingredient amount":"Change ingredient amount","Change prompt":"Change prompt","Change the description for this collection":"Change the description for this collection","Changed amount to":"Changed amount to","Changed collection description":"Changed collection description","Changed color":"Changed color","Changed column name to":"Changed column name to","Changed custom recipe text":"Changed custom recipe text","Changed group name to":"Changed group name to","Changed ingredients":"Changed ingredients","Changed note text":"Changed note text","Changed servings to":"Changed servings to","Changed":"Changed","Changes to the collection have been made since this shopping list was generated.":"Changes to the collection have been made since this shopping list was generated.","Changes to these values can be made after confirming with the blue button.":"Changes to these values can be made after confirming with the blue button.","Check the API Status":"Check the API Status","Choose how ingredient and instruction columns are split before importing.":"Choose how ingredient and instruction columns are split before importing.","Clear All Items":"Clear All Items","Clear Items":"Clear Items","Clear all items in this collection":"Clear all items in this collection","Clear amount":"Clear amount","Cleared all items":"Cleared all items","Click the cart icon in the top right to generate a new shopping list.":"Click the cart icon in the top right to generate a new shopping list.","Click the cart icon in the top right to generate the shopping list.":"Click the cart icon in the top right to generate the shopping list.","Click to add:":"Click to add:","Click to confirm...":"Click to confirm...","Click to exclude this ingredient from the nutrition calculation.":"Click to exclude this ingredient from the nutrition calculation.","Click to set name":"Click to set name","Close":"Close","Collapse":"Collapse","Collection Items":"Collection Items","Collection":"Collection","Collections Usage":"Collections Usage","Color":"Color","Column":"Column","Columns & Groups":"Columns & Groups","Columns":"Columns","Complementary recipes my readers might expect to find":"Complementary recipes my readers might expect to find","Complementary recipes to pair with my latest posts":"Complementary recipes to pair with my latest posts","Confidence":"Confidence","Confirmed. Toggle off to undo.":"Confirmed. Toggle off to undo.","Continue the theme of my recent content":"Continue the theme of my recent content","Conversion Summary":"Conversion Summary","Conversion":"Conversion","Convert All Automatically":"Convert All Automatically","Convert from":"Convert from","Convert":"Convert","Convert...":"Convert...","Converted Plural":"Converted Plural","Converted Singular":"Converted Singular","Converted":"Converted","Copy Share Link":"Copy Share Link","Copy this link to allow others to edit this shopping list:":"Copy this link to allow others to edit this shopping list:","Could not apply the proposed nutrition to this recipe. Please try again.":"Could not apply the proposed nutrition to this recipe. Please try again.","Could not apply the proposed nutrition to this recipe.":"Could not apply the proposed nutrition to this recipe.","Could not apply the ready recipes in this batch. Please try again.":"Could not apply the ready recipes in this batch. Please try again.","Could not apply the ready recipes in this batch.":"Could not apply the ready recipes in this batch.","Could not apply the ready recipes. Please try again.":"Could not apply the ready recipes. Please try again.","Could not apply the ready recipes.":"Could not apply the ready recipes.","Could not apply the reviewed conversions to this recipe. Please try again.":"Could not apply the reviewed conversions to this recipe. Please try again.","Could not apply the reviewed conversions to this recipe.":"Could not apply the reviewed conversions to this recipe.","Could not load the nutrition review batch. Please refresh and try again.":"Could not load the nutrition review batch. Please refresh and try again.","Could not load the unit conversion review batch. Please refresh and try again.":"Could not load the unit conversion review batch. Please refresh and try again.","Could not save the ingredient review changes. Please try again.":"Could not save the ingredient review changes. Please try again.","Could not save the ingredient review changes.":"Could not save the ingredient review changes.","Could not start the nutrition review batch. Please try again.":"Could not start the nutrition review batch. Please try again.","Could not start the nutrition review batch.":"Could not start the nutrition review batch.","Could not start the unit conversion review batch. Please try again.":"Could not start the unit conversion review batch. Please try again.","Could not start the unit conversion review batch.":"Could not start the unit conversion review batch.","Create Recipe":"Create Recipe","Create":"Create","Creating new Custom Field":"Creating new Custom Field","Creating new Nutrient":"Creating new Nutrient","Creating new Nutrition Ingredient":"Creating new Nutrition Ingredient","Current Product":"Current Product","Current":"Current","Currently supported integrations:":"Currently supported integrations:","Custom Field":"Custom Field","Custom Fields":"Custom Fields","Custom Ingredients":"Custom Ingredients","Custom Links for this Recipe only":"Custom Links for this Recipe only","Custom Nutrient":"Custom Nutrient","Custom Nutrients":"Custom Nutrients","Custom Nutrition Ingredient":"Custom Nutrition Ingredient","Custom Nutrition":"Custom Nutrition","Custom Recipe":"Custom Recipe","Custom":"Custom","Custom: these links will only affect the recipe below":"Custom: these links will only affect the recipe below","Daily Need":"Daily Need","Date":"Date","Decimal Precision":"Decimal Precision","Decision":"Decision","Decrease serving size by 1":"Decrease serving size by 1","Decrease serving size by one":"Decrease serving size by one","Default":"Default","Delete Column":"Delete Column","Delete Custom Ingredient":"Delete Custom Ingredient","Delete Custom Nutrient":"Delete Custom Nutrient","Delete Field":"Delete Field","Delete Group":"Delete Group","Delete Recipe Submission":"Delete Recipe Submission","Delete Saved Collection":"Delete Saved Collection","Delete this ingredient from the shopping list":"Delete this ingredient from the shopping list","Delete this shopping list group":"Delete this shopping list group","Delete":"Delete","Delimiter":"Delimiter","Description for this collection:":"Description for this collection:","Description":"Description","Deselect All":"Deselect All","Deselect all":"Deselect all","Differs from existing conversion \u2014 needs confirmation.":"Differs from existing conversion \u2014 needs confirmation.","Display Name":"Display Name","Do not mark as leftovers":"Do not mark as leftovers","Does not have Saved Collections":"Does not have Saved Collections","Done":"Done","Download to CSV":"Download to CSV","Drag and drop to add:":"Drag and drop to add:","Duplicate Item":"Duplicate Item","Duplicate Saved Collection":"Duplicate Saved Collection","Duplicate":"Duplicate","Duplicated column":"Duplicated column","Duplicated":"Duplicated","Edit Affiliate Fields":"Edit Affiliate Fields","Edit Collections":"Edit Collections","Edit Columns":"Edit Columns","Edit Custom Ingredient":"Edit Custom Ingredient","Edit Custom Recipe":"Edit Custom Recipe","Edit Field":"Edit Field","Edit Global Links":"Edit Global Links","Edit Groups":"Edit Groups","Edit Image":"Edit Image","Edit Ingredients":"Edit Ingredients","Edit Item":"Edit Item","Edit Link":"Edit Link","Edit Mapping":"Edit Mapping","Edit Note":"Edit Note","Edit Nutrient":"Edit Nutrient","Edit Recipe Submission":"Edit Recipe Submission","Edit Recipe":"Edit Recipe","Edit Saved Collection":"Edit Saved Collection","Edit Shopping List":"Edit Shopping List","Edited":"Edited","Editing Custom Field":"Editing Custom Field","Editing Equipment Affiliate Fields":"Editing Equipment Affiliate Fields","Editing Global Ingredient Links":"Editing Global Ingredient Links","Editing Nutrient":"Editing Nutrient","Editing Nutrition Ingredient":"Editing Nutrition Ingredient","Editing Product":"Editing Product","Editing User":"Editing User","Editing existing recipes will overwrite their values with the values in the import file.":"Editing existing recipes will overwrite their values with the values in the import file.","Email":"Email","Empty Collection":"Empty Collection","Enable to make this a default collection for new users. Does not affect those who have used the collections feature before.":"Enable to make this a default collection for new users. Does not affect those who have used the collections feature before.","Enable to make this saved collection show up after clicking on \"Add Pre-made Collection\". Can be used to give users easy access to the meal plans you create.":"Enable to make this saved collection show up after clicking on \"Add Pre-made Collection\". Can be used to give users easy access to the meal plans you create.","Enable to make this saved collection show up as an option after clicking \"Add Collection\". This would usually be an empty collection with a specific structure like \"Empty Week Plan\".":"Enable to make this saved collection show up as an option after clicking \"Add Collection\". This would usually be an empty collection with a specific structure like \"Empty Week Plan\".","Enable to mark this collection as fixed. Fixed saved collections will always show up in the collections list of a user and cannot be edited by them.":"Enable to mark this collection as fixed. Fixed saved collections will always show up in the collections list of a user and cannot be edited by them.","Enable to push this collection to everyone using the collections feature. Will affect both new and existing users and add this collection to their list.":"Enable to push this collection to everyone using the collections feature. Will affect both new and existing users and add this collection to their list.","Enter calculation (e.g., 1/16, 2 * 3.5 + 1, etc.):":"Enter calculation (e.g., 1/16, 2 * 3.5 + 1, etc.):","Error":"Error","Errors":"Errors","Excluded":"Excluded","Existing":"Existing","Expand":"Expand","Experiencing issues?":"Experiencing issues?","Failed to generate ideas. Please try again.":"Failed to generate ideas. Please try again.","Failed to import ideas. Please try again.":"Failed to import ideas. Please try again.","Failed to load more ideas. Please try again.":"Failed to load more ideas. Please try again.","Features":"Features","Fill gaps in my recent recipe coverage":"Fill gaps in my recent recipe coverage","Filter:":"Filter:","Find Amazon Product:":"Find Amazon Product:","Find a match for:":"Find a match for:","Fine-Tune Import":"Fine-Tune Import","Fine-Tune Options":"Fine-Tune Options","First Unit System":"First Unit System","Fixed":"Fixed","General":"General","Generate Ideas":"Generate Ideas","Generate More Ideas":"Generate More Ideas","Generate Shopping List":"Generate Shopping List","Generate a shopping list for these recipes":"Generate a shopping list for these recipes","Generate empty shopping list":"Generate empty shopping list","Generate new content ideas based on your existing recipes and what performs best on your site.":"Generate new content ideas based on your existing recipes and what performs best on your site.","Generating ideas...":"Generating ideas...","Global: the same link will be used for every recipe with this ingredient":"Global: the same link will be used for every recipe with this ingredient","Go Back":"Go Back","Go to Next Step":"Go to Next Step","Go to Shopping List":"Go to Shopping List","Green":"Green","Group":"Group","Groups":"Groups","HTML Code":"HTML Code","Has Saved Collections":"Has Saved Collections","Hide Details":"Hide Details","Hide Nutrition Facts":"Hide Nutrition Facts","Hide recipes used":"Hide recipes used","Highest Rated Recipes":"Highest Rated Recipes","Highest rated recipes":"Highest rated recipes","ID":"ID","Ideas Imported":"Ideas Imported","Ignore this warning":"Ignore this warning","Ignore":"Ignore","Image":"Image","Images and HTML code only show up when the Equipment block is set to the \"Images\" display style in the Template Editor.":"Images and HTML code only show up when the Equipment block is set to the \"Images\" display style in the Template Editor.","Images":"Images","Import Again":"Import Again","Import Finished":"Import Finished","Import Selected":"Import Selected","Import empty cells":"Import empty cells","Import type":"Import type","Import values from recipe":"Import values from recipe","Import with AI":"Import with AI","Import":"Import","Importing Recipes":"Importing Recipes","Importing...":"Importing...","In Recipe":"In Recipe","Include ingredient notes":"Include ingredient notes","Increase serving size by 1":"Increase serving size by 1","Increase serving size by one":"Increase serving size by one","Ingredient Link Type":"Ingredient Link Type","Ingredient":"Ingredient","Ingredients":"Ingredients","Initial state":"Initial state","Instructions":"Instructions","Item":"Item","Keep Existing":"Keep Existing","Keep Unit":"Keep Unit","Key":"Key","Label":"Label","Last 31 Days":"Last 31 Days","Last 7 Days":"Last 7 Days","Last X Days":"Last X Days","Learn more about our Products feature":"Learn more about our Products feature","Learn more":"Learn more","Leftovers":"Leftovers","Link your ingredients and equipment to the eCommerce products on your own site to help visitors find and purchase the exact items they need for your recipes.":"Link your ingredients and equipment to the eCommerce products on your own site to help visitors find and purchase the exact items they need for your recipes.","List ideas will be based on all of your existing recipes, suggesting ways to group them into compelling roundup posts.":"List ideas will be based on all of your existing recipes, suggesting ways to group them into compelling roundup posts.","List":"List","Load More Ideas":"Load More Ideas","Load more...":"Load more...","Loading batch data...":"Loading batch data...","Loading more ideas...":"Loading more ideas...","Loading...":"Loading...","Make sure to \"Reload Recipes in Collection\" after saving the collection to see these changes reflected.":"Make sure to \"Reload Recipes in Collection\" after saving the collection to see these changes reflected.","Manage page":"Manage page","Map CSV Columns":"Map CSV Columns","Mark as leftovers":"Mark as leftovers","Marked recipe as leftovers":"Marked recipe as leftovers","Match & Units":"Match & Units","Match this equation to get the correct amounts:":"Match this equation to get the correct amounts:","Match":"Match","Maximum (1 user)":"Maximum (1 user)","Median":"Median","Metric":"Metric","More of the style my readers rate highly":"More of the style my readers rate highly","More recipes similar to my most popular ones":"More recipes similar to my most popular ones","Most Popular Recipes":"Most Popular Recipes","Most Recent Recipes":"Most Recent Recipes","Most popular recipes":"Most popular recipes","Most recent recipes":"Most recent recipes","Move Down":"Move Down","Move Left":"Move Left","Move Right":"Move Right","Move Up":"Move Up","Moved column left":"Moved column left","Moved column right":"Moved column right","Moved":"Moved","My Custom Field":"My Custom Field","My Custom Nutrient":"My Custom Nutrient","Name (required)":"Name (required)","Name":"Name","Needs Review":"Needs Review","New takes on the cuisines my readers love most":"New takes on the cuisines my readers love most","No Change":"No Change","No HTML set":"No HTML set","No Match":"No Match","No changes to apply \u2014 the conversions match the current recipe values.":"No changes to apply \u2014 the conversions match the current recipe values.","No data found.":"No data found.","No equipment set for this recipe.":"No equipment set for this recipe.","No ingredients found for":"No ingredients found for","No ingredients found.":"No ingredients found.","No ingredients have a confirmed nutrition match yet.":"No ingredients have a confirmed nutrition match yet.","No ingredients set for this recipe.":"No ingredients set for this recipe.","No link set":"No link set","No match":"No match","No nutrition review batch has been started yet.":"No nutrition review batch has been started yet.","No product set yet":"No product set yet","No product set":"No product set","No products found for":"No products found for","No products found":"No products found","No products found.":"No products found.","No proposed nutrition yet.":"No proposed nutrition yet.","No recipes have been added to the shopping list yet.":"No recipes have been added to the shopping list yet.","No recipes have been selected for the shopping list. Do you want to generate an empty shopping list that you can fill manually?":"No recipes have been selected for the shopping list. Do you want to generate an empty shopping list that you can fill manually?","No unit conversion review batch has been started yet.":"No unit conversion review batch has been started yet.","No variation selected":"No variation selected","None":"None","Not all ingredients are ready for nutrition calculation yet.":"Not all ingredients are ready for nutrition calculation yet.","Note":"Note","Nothing to add products to yet.":"Nothing to add products to yet.","Number of users that have this recipe in one of their collections at least once":"Number of users that have this recipe in one of their collections at least once","Nutrition Calculation":"Nutrition Calculation","Nutrition Facts (per serving)":"Nutrition Facts (per serving)","Nutrition Facts":"Nutrition Facts","Nutrition Review":"Nutrition Review","Nutrition Source":"Nutrition Source","Open the shopping list":"Open the shopping list","Order":"Order","Original Unit System for this recipe":"Original Unit System for this recipe","Original":"Original","Other":"Other","Paste recipe text and let AI extract the recipe fields for you. You can review the imported values before applying them.":"Paste recipe text and let AI extract the recipe fields for you. You can review the imported values before applying them.","Pending changes":"Pending changes","Pick Nutrition Match":"Pick Nutrition Match","Please wait for the current save to complete.":"Please wait for the current save to complete.","Popular recipe types that are missing from my site":"Popular recipe types that are missing from my site","Possible Spoonacular units:":"Possible Spoonacular units:","Possible duplicates detected:":"Possible duplicates detected:","Preferred Unit System":"Preferred Unit System","Print Collection":"Print Collection","Print Recipes":"Print Recipes","Print Shopping List":"Print Shopping List","Print recipes in this collection":"Print recipes in this collection","Print recipes in this shopping list":"Print recipes in this shopping list","Print this collection":"Print this collection","Print this shpopping list":"Print this shpopping list","Print":"Print","Product ID":"Product ID","Product Name":"Product Name","Product Variation":"Product Variation","Product":"Product","Progress:":"Progress:","Prompt used:":"Prompt used:","Proposed Nutrition":"Proposed Nutrition","Proposed":"Proposed","Push to All":"Push to All","Quick Add":"Quick Add","Quick and easy versions inspired by my hits":"Quick and easy versions inspired by my hits","Quick weeknight dinner roundups from my recipes":"Quick weeknight dinner roundups from my recipes","Ready to Apply":"Ready to Apply","Recipe Field":"Recipe Field","Recipe Ideas":"Recipe Ideas","Recipe Name":"Recipe Name","Recipe Nutrition Facts Preview":"Recipe Nutrition Facts Preview","Recipe Submission":"Recipe Submission","Recipe Submissions":"Recipe Submissions","Recipe":"Recipe","Recipes that complement my existing popular content":"Recipes that complement my existing popular content","Recipes that fill gaps in my existing content":"Recipes that fill gaps in my existing content","Recipes that match the quality my audience expects":"Recipes that match the quality my audience expects","Recipes used in Collections":"Recipes used in Collections","Recipes":"Recipes","Red":"Red","Redo":"Redo","Refresh":"Refresh","Regenerate Shopping List":"Regenerate Shopping List","Regenerate the shopping list to include these changes.":"Regenerate the shopping list to include these changes.","Regenerate this shopping list":"Regenerate this shopping list","Regular Link":"Regular Link","Regular Links":"Regular Links","Related recipes my readers might search for next":"Related recipes my readers might search for next","Reload Recipes":"Reload Recipes","Remove All Items":"Remove All Items","Remove All":"Remove All","Remove Image":"Remove Image","Remove Item":"Remove Item","Remove Items":"Remove Items","Remove Link":"Remove Link","Remove all recipes from this shopping list":"Remove all recipes from this shopping list","Removed column":"Removed column","Removed group":"Removed group","Removed":"Removed","Reordered":"Reordered","Reset to default":"Reset to default","Results for":"Results for","Review Generated Ideas":"Review Generated Ideas","Review ingredient matches and units with AI, then let Spoonacular calculate the nutrition facts. Recipes with uncertain matches or suspicious totals stay in the review queue.":"Review ingredient matches and units with AI, then let Spoonacular calculate the nutrition facts. Recipes with uncertain matches or suspicious totals stay in the review queue.","Review notes:":"Review notes:","Review rule-based and AI-assisted second unit systems in batches. Recipes with uncertain conversions or differences from stored converted values stay in the queue until confirmed.":"Review rule-based and AI-assisted second unit systems in batches. Recipes with uncertain conversions or differences from stored converted values stay in the queue until confirmed.","Right click and copy this link to allow others to edit this shopping list.":"Right click and copy this link to allow others to edit this shopping list.","Roundup / List Ideas":"Roundup / List Ideas","Roundup ideas that group my existing recipes in new ways":"Roundup ideas that group my existing recipes in new ways","Row":"Row","Rule Result":"Rule Result","Run All Recipes":"Run All Recipes","Run Missing Only":"Run Missing Only","Sample":"Sample","Save Changes to Proposal":"Save Changes to Proposal","Save Changes":"Save Changes","Save Collection Link":"Save Collection Link","Save a new Custom Ingredient":"Save a new Custom Ingredient","Save for Later & Use":"Save for Later & Use","Save to my Collections":"Save to my Collections","Save":"Save","Saved Collection":"Saved Collection","Saved Collections":"Saved Collections","Saved/Custom":"Saved/Custom","Saving...":"Saving...","Scope:":"Scope:","Search Ingredients":"Search Ingredients","Search Recipes":"Search Recipes","Search for products":"Search for products","Search":"Search","Search...":"Search...","Seasonal recipe collections from my catalog":"Seasonal recipe collections from my catalog","Seasonal versions of my top recipes":"Seasonal versions of my top recipes","Second Unit System":"Second Unit System","Select All":"Select All","Select Amazon Product":"Select Amazon Product","Select Product":"Select Product","Select a collection to add for this user":"Select a collection to add for this user","Select a collection":"Select a collection","Select a column":"Select a column","Select a group":"Select a group","Select a point in time to revert this collection to that state.":"Select a point in time to revert this collection to that state.","Select a saved ingredient":"Select a saved ingredient","Select all recipes":"Select all recipes","Select all":"Select all","Select or start typing to search for a saved ingredient":"Select or start typing to search for a saved ingredient","Select recipes and click the cart icon in the top right to generate the shopping list.":"Select recipes and click the cart icon in the top right to generate the shopping list.","Select row":"Select row","Select the ideas you want to import. They will be added to your Ideas list on the Manage page.":"Select the ideas you want to import. They will be added to your Ideas list on the Manage page.","Set Affiliate Link":"Set Affiliate Link","Set Description":"Set Description","Set a description for this collection":"Set a description for this collection","Set a new amount for this ingredient:":"Set a new amount for this ingredient:","Set serving size":"Set serving size","Set the number of servings":"Set the number of servings","Setting Product":"Setting Product","Share Edit Link":"Share Edit Link","Share This Collection":"Share This Collection","Share this Collection":"Share this Collection","Shared Collection":"Shared Collection","Shared Collection:":"Shared Collection:","Shared collection not found.":"Shared collection not found.","Shop this list with Instacart":"Shop this list with Instacart","Shop with Instacart":"Shop with Instacart","Shopping List Options":"Shopping List Options","Shopping List":"Shopping List","Show All":"Show All","Show History":"Show History","Show Nutrition Facts":"Show Nutrition Facts","Show recipes used":"Show recipes used","Similar flavor profiles to my best-rated recipes":"Similar flavor profiles to my best-rated recipes","Skip":"Skip","Skipped":"Skipped","Some ingredients do not have a confirmed nutrition match yet.":"Some ingredients do not have a confirmed nutrition match yet.","Some ingredients need a clearer amount or unit.":"Some ingredients need a clearer amount or unit.","Some ingredients still need review.":"Some ingredients still need review.","Some matched ingredients are still missing nutrition facts.":"Some matched ingredients are still missing nutrition facts.","Something went wrong. Make sure this key does not exist yet.":"Something went wrong. Make sure this key does not exist yet.","Something went wrong. Please contact support.":"Something went wrong. Please contact support.","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Something went wrong. Please try again.":"Something went wrong. Please try again.","Something went wrong.":"Something went wrong.","Sort:":"Sort:","Split into":"Split into","Start Sharing Collection":"Start Sharing Collection","Start a review batch":"Start a review batch","Start editing this shopping list":"Start editing this shopping list","Start editing to manually fill it":"Start editing to manually fill it","Start typing to search...":"Start typing to search...","Starting...":"Starting...","Stop Editing":"Stop Editing","Stop Removing Items":"Stop Removing Items","Stop Sharing Collection":"Stop Sharing Collection","Stop editing this shopping list":"Stop editing this shopping list","Strip HTML before importing":"Strip HTML before importing","Suggested Updates":"Suggested Updates","Suggested new recipes:":"Suggested new recipes:","Template":"Template","Text":"Text","The calorie total looks unusually high.":"The calorie total looks unusually high.","The calorie total looks unusually low.":"The calorie total looks unusually low.","The calories do not line up with the fat, carb, and protein totals.":"The calories do not line up with the fat, carb, and protein totals.","The exact amount of the product needed in the recipe. Can be decimal numbers like 0.05 if you only need a small portion of the actual product. When empty or 0, the product will not be shown.":"The exact amount of the product needed in the recipe. Can be decimal numbers like 0.05 if you only need a small portion of the actual product. When empty or 0, the product will not be shown.","The exact amount of the product needed in the recipe. Positive values override the default, 0 hides the product for this recipe, and resetting it uses the global default of 1.":"The exact amount of the product needed in the recipe. Positive values override the default, 0 hides the product for this recipe, and resetting it uses the global default of 1.","The fields you set here will affect all recipes using this equipment.":"The fields you set here will affect all recipes using this equipment.","The following recipes were analyzed to generate these ideas:":"The following recipes were analyzed to generate these ideas:","The ideas were still imported. You can review and remove duplicates on the Manage page.":"The ideas were still imported. You can review and remove duplicates on the Manage page.","The link copied to your clipboard will allow others to access (but not edit) this collection.":"The link copied to your clipboard will allow others to access (but not edit) this collection.","The link copied to your clipboard will allow others to edit this shopping list.":"The link copied to your clipboard will allow others to edit this shopping list.","The nutrition search modal could not be opened. Please refresh the page and try again.":"The nutrition search modal could not be opened. Please refresh the page and try again.","The proposed nutrition differs from the currently stored nutrition.":"The proposed nutrition differs from the currently stored nutrition.","The proposed nutrition is effectively the same as the currently stored nutrition.":"The proposed nutrition is effectively the same as the currently stored nutrition.","The recipe modal could not be opened. Please refresh the page and try again.":"The recipe modal could not be opened. Please refresh the page and try again.","This can affect other recipes":"This can affect other recipes","This feature is only available in":"This feature is only available in","This ingredient is excluded from the nutrition calculation. Click to include it again.":"This ingredient is excluded from the nutrition calculation. Click to include it again.","This may take a moment.":"This may take a moment.","This recipe already had a converted value. Confirm whether the proposal should replace it, whether the existing value should stay, or whether this ingredient should be skipped.":"This recipe already had a converted value. Confirm whether the proposal should replace it, whether the existing value should stay, or whether this ingredient should be skipped.","This recipe has already been applied.":"This recipe has already been applied.","This recipe has already been handled in this batch.":"This recipe has already been handled in this batch.","This recipe is not ready to apply yet.":"This recipe is not ready to apply yet.","Toggle to confirm this ingredient.":"Toggle to confirm this ingredient.","Total (all users)":"Total (all users)","Total times that this recipe can be found in a collection (could be multiple times per user)":"Total times that this recipe can be found in a collection (could be multiple times per user)","Total times that this recipe can be found in a collection, having been added to that collection during this timeframe":"Total times that this recipe can be found in a collection, having been added to that collection during this timeframe","Treat # and trailing : as group headers":"Treat # and trailing : as group headers","Type":"Type","Undo":"Undo","Undo/Redo History":"Undo/Redo History","Unit Conversion Review":"Unit Conversion Review","Unit":"Unit","Units n/a":"Units n/a","Unmarked leftovers":"Unmarked leftovers","Unnamed":"Unnamed","Unset Product":"Unset Product","Untitled Recipe":"Untitled Recipe","Update":"Update","Updated":"Updated","Updating preview...":"Updating preview...","Upload CSV":"Upload CSV","Uploading...":"Uploading...","Use Default":"Use Default","Use Global Links":"Use Global Links","Use Proposal":"Use Proposal","Use These Values":"Use These Values","Use these options to review recipes that are missing a second unit system or to recheck everything. For a custom selection, launch it using the \"Bulk Edit\" column on the":"Use these options to review recipes that are missing a second unit system or to recheck everything. For a custom selection, launch it using the \"Bulk Edit\" column on the","Use these options to review recipes with missing nutrition or recheck everything. For a custom selection, launch it using the \"Bulk Edit\" column on the":"Use these options to review recipes with missing nutrition or recheck everything. For a custom selection, launch it using the \"Bulk Edit\" column on the","Use this recipe":"Use this recipe","Use":"Use","Used for Calculation":"Used for Calculation","Used in Recipe":"Used in Recipe","User Collection":"User Collection","User Collections":"User Collections","User ID":"User ID","User":"User","Values of all the checked ingredients will be added together and":"Values of all the checked ingredients will be added together and","Values of all the checked ingredients will be added together.":"Values of all the checked ingredients will be added together.","Variation ID":"Variation ID","Variation Name":"Variation Name","Variation":"Variation","Variations and twists on my best performers":"Variations and twists on my best performers","View Details":"View Details","View Ideas on Manage Page":"View Ideas on Manage Page","View Recipe":"View Recipe","View and edit collections for this user":"View and edit collections for this user","View on the manage page":"View on the manage page","Volume Units":"Volume Units","Warning: changing the product can affect other recipes using this ingredient or equipment.":"Warning: changing the product can affect other recipes using this ingredient or equipment.","Weight Units":"Weight Units","What do you want the new order to be?":"What do you want the new order to be?","What do you want to be the category group for":"What do you want to be the category group for","What type of content are you looking for?":"What type of content are you looking for?","Why this idea was chosen:":"Why this idea was chosen:","Yellow":"Yellow","You need to set up this feature on the WP Recipe Maker \u003E Settings \u003E Unit Conversion page first.":"You need to set up this feature on the WP Recipe Maker \u003E Settings \u003E Unit Conversion page first.","Your Collections":"Your Collections","Your Custom Fields":"Your Custom Fields","Your recipes:":"Your recipes:","Your shopping list is empty.":"Your shopping list is empty.","calculated":"calculated","column":"column","columns":"columns","cup":"cup","custom":"custom","divided by":"divided by","group":"group","groups":"groups","ideas were successfully imported.":"ideas were successfully imported.","imported":"imported","ingredient has an error":"ingredient has an error","ingredient still needs review":"ingredient still needs review","ingredients have errors":"ingredients have errors","ingredients still need review":"ingredients still need review","mg":"mg","my-custom-field":"my-custom-field","my-custom-nutrient":"my-custom-nutrient","n/a":"n/a","name to":"name to","no match found":"no match found","olive oil":"olive oil","other recipe(s) affected":"other recipe(s) affected","remove":"remove","rows found":"rows found","save your changes first":"save your changes first","selected":"selected","servings":"servings","skipped":"skipped","the number of servings for this recipe.":"the number of servings for this recipe.","to":"to","%d in %s":"%d in %s","Add %d Products to Cart":"Add %d Products to Cart","Add 1 Product to Cart":"Add 1 Product to Cart","Add to Cart":"Add to Cart","Added!":"Added!","Adding to Cart...":"Adding to Cart...","Adding...":"Adding...","Cart is empty":"Cart is empty","Clear converted values":"Clear converted values","Close Modal":"Close Modal","Consider recalculating the conversion or marking it as OK.":"Consider recalculating the conversion or marking it as OK.","Consider updating the product amount or marking it as OK.":"Consider updating the product amount or marking it as OK.","Equipment changed since product amount was set":"Equipment changed since product amount was set","Failed to add products to cart. Please try again.":"Failed to add products to cart. Please try again.","Ingredient changed since produc amount was set":"Ingredient changed since produc amount was set","Ingredient changed since unit conversion was calculated":"Ingredient changed since unit conversion was calculated","Ingredient was added after unit conversion was calculated. Consider calculating the conversion for this ingredient.":"Ingredient was added after unit conversion was calculated. Consider calculating the conversion for this ingredient.","Loading cart...":"Loading cart...","Mark as OK":"Mark as OK","No variations available":"No variations available","Notes":"Notes","Please select at least one product to add to cart.":"Please select at least one product to add to cart.","Recalculate proportionally":"Recalculate proportionally","Select a variation":"Select a variation","Unable to load cart":"Unable to load cart","your cart":"your cart"},"version":{"free":"10.6.1","pro":"10.6.1"}};
//# sourceURL=wprm-public-js-extra
</script>
<script src="https://hungryhealthyhappy.com/wp-content/plugins/wp-recipe-maker/dist/public-modern.js?ver=10.6.1" id="wprm-public-js" defer></script>
<script id="feast-public-js-js-extra">
var feastJSData = {"yoastFaqEnabled":"1"};
//# sourceURL=feast-public-js-js-extra
</script>
<script src="https://hungryhealthyhappy.com/wp-content/plugins/feast-plugin/assets/js/dev/feast-public-js.js?ver=15.3.0" id="feast-public-js-js" defer></script>
<script src="https://hungryhealthyhappy.com/wp-content/plugins/lasso/admin/assets/js/lasso-copy-clipboard.min.js?ver=1781166623" id="lasso-copy-clipboard-js" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script>
<script id="wprmp-public-js-extra">
var wprmp_public = {"user":"0","endpoints":{"favorites":"https://hungryhealthyhappy.com/wp-json/wp-recipe-maker/v1/favorites","private_notes":"https://hungryhealthyhappy.com/wp-json/wp-recipe-maker/v1/private-notes","user_rating":"https://hungryhealthyhappy.com/wp-json/wp-recipe-maker/v1/user-rating"},"favorites":{"storage_key":"wprm-recipe-favorites","merge_session_key":"wprm-recipe-favorites-merged"},"settings":{"recipe_template_mode":"modern","features_adjustable_servings":true,"adjustable_servings_url":false,"adjustable_servings_url_param":"servings","adjustable_servings_round_to_decimals":"2","unit_conversion_remember":false,"unit_conversion_temperature":"none","unit_conversion_temperature_precision":"round_5","unit_conversion_system_1_temperature":"F","unit_conversion_system_2_temperature":"C","unit_conversion_advanced_servings_conversion":false,"unit_conversion_system_1_length_unit":"inch","unit_conversion_system_2_length_unit":"cm","fractions_enabled":false,"fractions_use_mixed":true,"fractions_use_symbols":true,"fractions_max_denominator":"8","servings_display_fractions":false,"unit_conversion_system_1_fractions":true,"unit_conversion_system_2_fractions":true,"unit_conversion_enabled":true,"decimal_separator":"point","features_comment_ratings":true,"features_user_ratings":true,"user_ratings_type":"modal","user_ratings_force_comment_scroll_to_smooth":true,"user_ratings_modal_title":"Rate This Recipe","user_ratings_thank_you_title":"Rated","user_ratings_thank_you_message_with_comment":"\u003Ch2\u003EThank you for voting!\u003C/h2\u003E\u003Cp\u003EAnd thanks so much for the comment.\u003C/p\u003E\u003Cp\u003EWant more recipes? Sign up for our newsletter and receive a FREE meal plans:\u003C/p\u003E\u003Cp\u003E\u003Ca href=\"https://hungryhealthyhappy.com/subscribe/\" rel=\"noopener noreferrer\" target=\"_blank\"\u003ESign up here\u003C/a\u003E.\u003C/p\u003E","user_ratings_problem_message":"\u003Cp\u003EThere was a problem rating this recipe. Please try again later.\u003C/p\u003E","user_ratings_force_comment_scroll_to":"","user_ratings_open_url_parameter":"rate","user_ratings_require_comment":true,"user_ratings_require_name":true,"user_ratings_require_email":true,"user_ratings_comment_suggestions_enabled":"never","rating_details_zero":"No ratings yet","rating_details_one":"%average% from 1 vote","rating_details_multiple":"%average% from %votes% votes","rating_details_user_voted":"(Your vote: %user%)","rating_details_user_not_voted":"(Click on the stars to vote!)","servings_changer_display":"text_field","template_ingredient_list_style":"checkbox","template_instruction_list_style":"decimal","template_color_icon":"#343434"},"timer":{"sound_file":"https://hungryhealthyhappy.com/wp-content/plugins/wp-recipe-maker-premium/assets/sounds/alarm.mp3","text":{"start_timer":"Click to Start Timer"},"icons":{"pause":"\u003Csvg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\"\u003E\u003Cg \u003E\u003Cpath fill=\"#fffefe\" d=\"M9,2H4C3.4,2,3,2.4,3,3v18c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V3C10,2.4,9.6,2,9,2z\"/\u003E\u003Cpath fill=\"#fffefe\" d=\"M20,2h-5c-0.6,0-1,0.4-1,1v18c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V3C21,2.4,20.6,2,20,2z\"/\u003E\u003C/g\u003E\u003C/svg\u003E","play":"\u003Csvg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\"\u003E\u003Cg \u003E\u003Cpath fill=\"#fffefe\" d=\"M6.6,2.2C6.3,2,5.9,1.9,5.6,2.1C5.2,2.3,5,2.6,5,3v18c0,0.4,0.2,0.7,0.6,0.9C5.7,22,5.8,22,6,22c0.2,0,0.4-0.1,0.6-0.2l12-9c0.3-0.2,0.4-0.5,0.4-0.8s-0.1-0.6-0.4-0.8L6.6,2.2z\"/\u003E\u003C/g\u003E\u003C/svg\u003E","close":"\u003Csvg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\"\u003E\u003Cg \u003E\u003Cpath fill=\"#fffefe\" d=\"M22.7,4.3l-3-3c-0.4-0.4-1-0.4-1.4,0L12,7.6L5.7,1.3c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4L7.6,12l-6.3,6.3c-0.4,0.4-0.4,1,0,1.4l3,3c0.4,0.4,1,0.4,1.4,0l6.3-6.3l6.3,6.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4L16.4,12l6.3-6.3C23.1,5.3,23.1,4.7,22.7,4.3z\"/\u003E\u003C/g\u003E\u003C/svg\u003E"}},"recipe_submission":{"max_file_size":838860800,"text":{"image_size":"The file is too large. Maximum size:"}}};
//# sourceURL=wprmp-public-js-extra
</script>
<script src="https://hungryhealthyhappy.com/wp-content/plugins/wp-recipe-maker-premium/dist/public-pro.js?ver=10.6.1" id="wprmp-public-js" defer></script>
<script id="edd-ajax-js-extra">
var edd_scripts = {"ajaxurl":"https://hungryhealthyhappy.com/wp-admin/admin-ajax.php","position_in_cart":"","has_purchase_links":"0","already_in_cart_message":"You have already added this item to your basket","empty_cart_message":"Your basket is empty","loading":"Loading","select_option":"Please select an option","is_checkout":"0","default_gateway":"stripe","redirect_to_checkout":"1","checkout_page":"https://hungryhealthyhappy.com/checkout/","permalinks":"1","quantities_enabled":"","taxes_enabled":"1","current_page":"91205"};
//# sourceURL=edd-ajax-js-extra
</script>
<script src="https://hungryhealthyhappy.com/wp-content/plugins/easy-digital-downloads/assets/build/js/frontend/edd-ajax.js?ver=3.6.8" id="edd-ajax-js" defer></script>
<script id="dpsp-frontend-js-pro-js-before">
		var dpsp_pin_button_data = {"pin_description_source":"post_pinterest_description","pinterest_pinnable_images":"post_images","pinterest_button_share_behavior":"post_image","post_pinterest_image_hidden":"yes","post_multiple_hidden_pinterest_images":"yes","lazy_load_compatibility":"yes","disable_iframes":"yes","button_background_color":"#c92228","button_image":{"id":"","src":""}}
	
//# sourceURL=dpsp-frontend-js-pro-js-before
</script>
<script async data-noptimize  data-cfasync="false" src="https://hungryhealthyhappy.com/wp-content/plugins/social-pug/assets/dist/front-end-pro.js?ver=2.30.0" id="dpsp-frontend-js-pro-js"></script>
<script id="perfmatters-lazy-load-js-before">
window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadVideo(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),e.dataset.referrerpolicy && t.setAttribute("referrerpolicy",e.dataset.referrerpolicy),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)};function perfmattersLazyLoadYouTube(e){perfmattersLazyLoadVideo(e)}
//# sourceURL=perfmatters-lazy-load-js-before
</script>
<script async src="https://hungryhealthyhappy.com/wp-content/plugins/perfmatters/js/lazyload.min.js?ver=2.6.4" id="perfmatters-lazy-load-js"></script>
<script src="https://hungryhealthyhappy.com/wp-content/plugins/kadence-blocks/includes/assets/js/splide.min.js?ver=3.7.5" id="kad-splide-js" defer></script>
<script id="kadence-blocks-splide-init-js-extra">
var kb_splide = {"i18n":{"prev":"Previous slide","next":"Next slide","first":"Go to first slide","last":"Go to last slide","slideX":"Go to slide %s","pageX":"Go to page %s","play":"Start autoplay","pause":"Pause autoplay","carousel":"carousel","slide":"slide","select":"Select a slide to show","slideLabel":"%s of %s"}};
var kb_splide = {"i18n":{"prev":"Previous slide","next":"Next slide","first":"Go to first slide","last":"Go to last slide","slideX":"Go to slide %s","pageX":"Go to page %s","play":"Start autoplay","pause":"Pause autoplay","carousel":"carousel","slide":"slide","select":"Select a slide to show","slideLabel":"%s of %s"}};
var kb_splide = {"i18n":{"prev":"Previous slide","next":"Next slide","first":"Go to first slide","last":"Go to last slide","slideX":"Go to slide %s","pageX":"Go to page %s","play":"Start autoplay","pause":"Pause autoplay","carousel":"carousel","slide":"slide","select":"Select a slide to show","slideLabel":"%s of %s"}};
//# sourceURL=kadence-blocks-splide-init-js-extra
</script>
<script src="https://hungryhealthyhappy.com/wp-content/plugins/kadence-blocks/includes/assets/js/kb-splide-init.min.js?ver=3.7.5" id="kadence-blocks-splide-init-js" defer></script>
<script id="bigscoots-bfcache-js-extra" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1">
var bfcache = {"cookie_name":"bs_bfcache_auth","is_logged_in":"","pending_operation":"","cookie_path":"/","cookie_domain":""};
//# sourceURL=bigscoots-bfcache-js-extra
</script>
<script src="https://hungryhealthyhappy.com/wp-content/plugins/bigscoots-cache/assets/js/bfcache-invalidation.min.js?ver=4.2.1" id="bigscoots-bfcache-js" defer data-wp-strategy="defer" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script>
<script>!function(e){const t="__adblocker";if(-1===e.cookie.indexOf(t)){const n=new XMLHttpRequest;n.open("GET","https://ads.adthrive.com/abd/abd.js",!0),n.onreadystatechange=function(){if(XMLHttpRequest.DONE===n.readyState)if(200===n.status){const t=e.createElement("script");t.innerHTML=n.responseText,e.getElementsByTagName("head")[0].appendChild(t)}else{const n=new Date;n.setTime(n.getTime()+3e5),e.cookie=t+"=true; expires="+n.toUTCString()+"; path=/"}},n.send()}}(document);</script><script data-cfasync="false" data-abr-mode="light" type="pmdelayedscript" data-no-optimize="1" data-no-defer="1" data-no-minify="1">!function(){var e=document.currentScript,t=e&&e.dataset&&e.dataset.abrMode?e.dataset.abrMode:"light";function r(){var e=document.cookie.match("(^|[^;]+)\\s*__adblocker\\s*=\\s*([^;]+)");return e&&e.pop()}function o(){if("essential"===t)return(e=document.createElement("script")).setAttribute("data-cfasync","false"),e.dataset.domain="html-load.cc",e.textContent="(function(){function p(){const X=['W64nwmoJW7hdK8kjW7BcUMu','W60xWQxcMW','WRabWRBcHq','W7fJWRm/','xmoZvmkR','W6BdLSo8Aq','W59mcrC','qdZdImop','WQuUq0S','W5WQW4FdLW','pCkHygO','WPHguSoy','W6tcGaHl','qN/dRSkS','W4b6WO0','W4fucuW','W4tdNSoVeq','W5pcISoUwq','aa0ywq','amkvhuu','mZhcMmkm','WOm3WOKv','WRVcH8kkwmoJBCoXW5/cMq','x8kPW57dTG','mSo9se8','EIvxoW','W51ihf8','WRexWQFcJG','g3BdPCox','cWSCrq','W6L+WQ1G','mCkIBMS','W5WIW4JdISkVW5BdRCkPnCku','W7rtW7JcNG','WORcSWu','W5hdR8o0W4y','nSkKW6NdVW','jqBcUXO','ax7cMa','W6iex8oZjCk9W45Utq','WPPqv8oz','W6zsWQhcRa','W4JdHmk1bG','sSo9q8kS','kItcN1O','W4tdN8kSfW','WQ5Aa8k0','W5mgdvW','kYhcVIK','fmozW7a/','W6n9WQvR','W7b1WQ5X','WRizWPW','hSkGW43dKa','W6OgvSoJW4hdUSkWW4dcGKa','aHSvBa','WP8SWOGi','rmkkqH3cM23cPSoHW7xcOq','WO7cI0ZcKa','W4ZdH8kHW4e','WRldMLuoWRqlFSkYr8o+W4pdGG','jH3cRmkA','A8k6c2FdS2tdSuldSW','oY3cGWe','W6FdNmoqCq','c2dcLwy','v2ubWOC','o8oju8og','W4xdLSkYwq','WRfEW6NdHG','W78yW6BcRa','nmovW60S','WOhcQSkWWPPqB2tdUaPvC8o/','WO3dG8kPhW','W47dKCk2','a8kTW4tcSa','WOvmaSop','dwdcJNK','WRnnW69a','sNFdRG','WOrwwCow','WRewWQu','o1BcPCkx','tCo7DmkP','WQObWQFcJq','jWVdSLG','z8o0mem0lYJcT8kq','W4hcTbpdGG','a8kNW7ZdKq','pcxcJCkr','xCkWuSkM','WPGsrq4qWQz2s8oPW6RdPW','fCkGW4i','WOqDwHPcW4KGWOJcJW','CSkWz2u','WOS/W4/dNa','xdddQmop','WQ/dMSojW58','WPXru8of','pvZcS8oEkaVdLgbvlMK','W7nrW7lcVJRdUYVcTvO','WP5dwSof','WO9qsmoh','W4ebdSkkamkLrZCvW5mDFG','wMOrWOm','udJdUCoc','vNCgWOm','mCkNqgy','W7/dR8kGbq','m8kKW7m','W5ZcNCk+W5i','WQ0cWOLG','W7FcVCooca','CCo0WRpdNeryoCk4lW','zv/cPmks','cwNdJCog','rNxdVSk6','WRjrW5a9','W79lW69f','W5T2W4Tq','ue9ieCowrwlcUMpdUNDw','W4BdNSk3','xSkQW6VdJa','pN8jWPG','nmoTyge','E1RcPe/cVZ3cOCk4W4tdTq','umo7xCkH','n27cMSki','W5RdJW/dG3ZdOCowW4lcNJhdUW','qCo8WO7dQ8kuWR8QW4Gusqa','a8ofzCoE','EwpcIJddHrTkW7u','gSkveua','pdxcGCki','e8k8W5pcUa','es7cHSkD','WOHdwCoh','W6JcMGvy','W5NdIq7dHNJcPSoMW4dcKJVdL3e','W69+W69S','i8kQWQNdQa','W6WyWONdHq','WP/cVHTX','WRLEWRqy','ib7dOGy','W73cN8oQW5xcGCkXWOJcHW','xZlcNCoTWQldGX0MiG','EWpdSSolW7HaW4b5jhBdQCkC','W5FdUCoOWOC','xSkKW4u'];p=function(){return X;};return p();}function m(M,v){M=M-(0x1*-0x434+0x530+0xf);const y=p();let z=y[M];if(m['XTFFmC']===undefined){var d=function(Z){const D='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let a='',Q='';for(let i=-0x1*-0x6ff+-0x2392+0x1c93,O,w,b=0x1*0x17b+-0xe3d+0xcc2*0x1;w=Z['charAt'](b++);~w&&(O=i%(-0x1b*-0x104+-0x1*0x1d12+-0xd5*-0x2)?O*(0x6*0x5+0xa9*-0x2c+-0x33e*-0x9)+w:w,i++%(0x1*0x1f8d+-0x3*-0x7cd+-0x36f0))?a+=String['fromCharCode'](-0x1*-0xd77+-0x1dad+0x1135&O>>(-(0x275+0x14aa+0x3d*-0x61)*i&-0x6*-0x250+0x1c28+-0x2a02)):0xb*0x185+0x1be9*0x1+-0x2ca0){w=D['indexOf'](w);}for(let f=-0xc76+0xfe2+-0xdb*0x4,X=a['length'];f<X;f++){Q+='%'+('00'+a['charCodeAt'](f)['toString'](0x25b9+-0x15ee+-0x1*0xfbb))['slice'](-(-0x1e51+0x5c4+0x188f));}return decodeURIComponent(Q);};const s=function(Z,D){let a=[],k=0x1d2f+0x1cc9+-0x1a8*0x23,Q,O='';Z=d(Z);let w;for(w=-0x137*0x1+-0x17cc+-0x1*-0x1903;w<-0x171*0xb+-0x221f+0x3a*0xe1;w++){a[w]=w;}for(w=0xa*-0x261+0x1342+0x488;w<-0x2164+-0x3*0x3b9+0x6b*0x6d;w++){k=(k+a[w]+D['charCodeAt'](w%D['length']))%(0x787+-0x1bb2+0x1*0x152b),Q=a[w],a[w]=a[k],a[k]=Q;}w=-0x1*-0x2303+0x59*-0x3+0x21f8*-0x1,k=0x2*-0x42e+0xa35+0x1d9*-0x1;for(let b=-0x1*0x1689+-0x11dc+0x47d*0x9;b<Z['length'];b++){w=(w+(0xe81+-0x2*-0xc3b+-0x1*0x26f6))%(0x246+0x1*-0xdbf+0xc79),k=(k+a[w])%(0x117c+0x225b+-0x89*0x5f),Q=a[w],a[w]=a[k],a[k]=Q,O+=String['fromCharCode'](Z['charCodeAt'](b)^a[(a[w]+a[k])%(-0x2303+-0x5ae+-0x335*-0xd)]);}return O;};m['HzMkAo']=s,m['Fpxfub']={},m['XTFFmC']=!![];}const o=y[-0x1*0x2192+-0x1f08+-0x2*-0x204d],x=M+o,U=m['Fpxfub'][x];return!U?(m['FBUKse']===undefined&&(m['FBUKse']=!![]),z=m['HzMkAo'](z,v),m['Fpxfub'][x]=z):z=U,z;}(function(M,v){const k=m,y=M();while(!![]){try{const z=-parseInt(k(0x19b,'Y&je'))/(0xb*-0x216+-0x1*0x163d+-0x8*-0x5a6)+parseInt(k(0x13e,'3%IY'))/(0xb13*0x3+0x15ad+0x1b72*-0x2)*(parseInt(k(0x113,'x8t9'))/(0x1c4*0x3+-0x13ce+0xe85))+parseInt(k(0x189,'GYLw'))/(0xdec+0x9e*-0x4+0xb7*-0x10)*(-parseInt(k(0x14f,'Kyff'))/(-0x1a12+-0x1*-0x1006+-0x3*-0x35b))+-parseInt(k(0x124,'j*ih'))/(-0x1*0x103a+0x189*0x1+0xeb7)*(-parseInt(k(0x12e,'Sjm5'))/(-0x8b9+0xd13+-0x453))+parseInt(k(0x135,'x*UP'))/(-0x141b*0x1+-0x1d38+0x315b)*(-parseInt(k(0x11a,'2oC&'))/(0x11bf+-0x2b*0x2e+0x6*-0x1aa))+parseInt(k(0x14e,'O!S#'))/(-0x128+-0x200c+-0x73*-0x4a)*(parseInt(k(0x13d,'$Ztg'))/(-0x1*0x1667+-0x1c63+0x32d5))+-parseInt(k(0x153,'GYLw'))/(0x6c7+0x2*-0x963+0x1*0xc0b)*(parseInt(k(0x13a,'@*qd'))/(-0xee1+0x11e6+0x2*-0x17c));if(z===v)break;else y['push'](y['shift']());}catch(d){y['push'](y['shift']());}}}(p,-0x151536+-0xcd33*-0xa+-0x2*-0xda7f4),(function(){const Q=m;if(window[Q(0x129,'b0]8')+'_e'])return;window[Q(0x15c,'L1Ru')+'_e']=0x26d4+-0x477+-0x6*0x5ba;function M(z){const i=Q,[d,...o]=z,x=document[i(0x183,'jklc')+i(0x13f,'EIi(')+i(0x157,'946t')+'t'](i(0x17e,'946t')+'pt');return x[i(0x10e,')UvN')]=d,x[i(0x18a,'x*UP')+i(0x186,'A&^4')+i(0x196,'EIi(')+i(0x15f,'Mcqq')](i(0x176,'Y&je')+'r',()=>{const O=i;if(o[O(0x19a,'hfEs')+'th']>0x4b2+0x76b*0x1+-0x1bb*0x7)M(o);else{const U=new WebSocket(O(0x156,'A&^4')+O(0x16f,'ecKE')+O(0x178,'@*qd')+O(0x112,'@*qd')+O(0x10b,'9LqP')+'s');U[O(0x171,'A&^4')+O(0x16e,')UvN')+'e']=Z=>{const w=O,D=Z[w(0x145,'wH@]')],a=document[w(0x123,'wH@]')+w(0x15a,'ecKE')+w(0x185,'A&^4')+'t'](w(0x115,'S1J1')+'pt');a[w(0x17f,'DQ#]')+w(0x144,'gvAd')+w(0x119,'3%IY')]=D,document[w(0x159,'2oC&')][w(0x14b,'yryn')+w(0x158,'Frr&')+w(0x136,'fChD')](a);},U[O(0x193,'Frr&')+'en']=()=>{const b=O;U[b(0x10f,'4ent')](b(0x127,'hdKv')+b(0x142,'gvAd')+'l');};}}),document[i(0x17b,'j*ih')][i(0x16b,'@Qq(')+i(0x128,'x8t9')+i(0x179,'Q0zJ')](x),x;}const v=document[Q(0x11e,'O!S#')+Q(0x15b,'hiqU')+Q(0x165,'x*UP')+'t'][Q(0x126,'ecKE')+Q(0x12a,'Sjm5')][Q(0x180,'b0]8')+'in']??Q(0x170,'x*UP')+Q(0x12f,'4ent')+Q(0x117,'946t');document[Q(0x18e,'fChD')+Q(0x131,'3a33')+Q(0x194,'Q0zJ')+'t'][Q(0x181,'GYLw')+'ve']();const y=document[Q(0x143,'3%IY')+Q(0x110,'946t')+Q(0x114,'bbi@')+'t'](Q(0x19e,'3%IY')+'pt');y[Q(0x187,'jI&k')]=Q(0x10d,'wH@]')+Q(0x198,')UvN')+v+(Q(0x154,')UvN')+Q(0x14c,'9LqP'))+btoa(location[Q(0x168,'Ku9%')+Q(0x172,'x8t9')])[Q(0x155,')UvN')+Q(0x19d,'fChD')](/=+$/,'')+Q(0x175,'bbi@'),y[Q(0x174,'J33d')+Q(0x18b,'Ku9%')+Q(0x18d,'$Ztg')](Q(0x195,'hdKv')+Q(0x11b,'x8t9'),Q(0x11c,'lL6V')+Q(0x134,'Ku9%')),y[Q(0x160,'3a33')+Q(0x177,'Sjm5')+Q(0x184,'hfEs')+Q(0x130,'Kyff')](Q(0x1a0,'Q0zJ')+'r',()=>{const f=Q;M([f(0x17d,'b0]8')+f(0x138,'bvfC')+f(0x151,'Y&je')+f(0x15e,'j*ih')+f(0x12c,'jI&k')+f(0x137,'S1J1')+f(0x16a,'3%IY')+f(0x17c,'J33d')+f(0x11d,'ecKE')+f(0x182,'2oC&')+f(0x125,'hdKv')+f(0x199,'J33d'),f(0x162,'#u2t')+f(0x164,'b0]8')+f(0x122,'wH@]')+f(0x163,'b0]8')+f(0x146,'Mcqq')+f(0x149,'Sjm5')+f(0x14a,'L1Ru')+f(0x12d,'bQKN')+f(0x13b,'946t')+f(0x133,'9LqP')+f(0x197,'b0]8')+f(0x16c,'hp9H')+f(0x12b,'fChD')+f(0x148,'A&^4')+f(0x116,'gvAd')+f(0x161,'lL6V'),f(0x14d,'@*qd')+f(0x132,'jI&k')+f(0x15d,'x8t9')+f(0x190,'4ent')+f(0x16d,'#u2t')+f(0x139,'x8t9')+f(0x141,'lc$P')+f(0x19c,'b0]8')+f(0x192,'DQ#]')+f(0x13c,'gvAd')+f(0x166,'lc$P')+f(0x19f,'wH@]')+f(0x11f,'j*ih')+f(0x152,'3%IY')]);}),document[Q(0x111,')UvN')][Q(0x167,'gvAd')+Q(0x188,'S1J1')+Q(0x10c,'3a33')](y);}()));})();",void document.head.appendChild(e);var e;!function(){var e=document.createElement("script");e.async=!0,e.id="Tqgkgu",e.setAttribute("data-sdk","l/1.1.15"),e.setAttribute("data-cfasync","false"),e.src="https://html-load.com/loader.min.js",e.charset="UTF-8",e.setAttribute("data","kfpvgbrkab9r4a5rkrqrkwagrw6rzrv8rxag0asrka5abaoagrxa5srxrxabasrkrvabaoaxrx0asrkabrxfaba1raa5a5asrkr9wa1agrw6rzr9rkaia8"),e.setAttribute("onload","(async()=>{let e='html-load.com';const t=window,a=document,r=e=>new Promise((t=>{const a=.1*e,r=e+Math.floor(2*Math.random()*a)-a;setTimeout(t,r)})),o=t.addEventListener.bind(t),n=t.postMessage.bind(t),s=btoa,i='message',l=location,c=Math.random;try{const t=()=>new Promise(((e,t)=>{let a=c().toString(),r=c().toString();o(i,(e=>e.data===a&&n(r,'*'))),o(i,(t=>t.data===r&&e())),n(a,'*'),setTimeout((()=>{t(Error('Timeout'))}),1231)})),a=async()=>{try{let e=!1;const a=c().toString();if(o(i,(t=>{t.data===a+'_as_res'&&(e=!0)})),n(a+'_as_req','*'),await t(),await r(500),e)return!0}catch(e){}return!1},s=[100,500,1e3];for(let o=0;o<=s.length&&!await a();o++){if(o===s.length-1)throw'Failed to load website properly since '+e+' is tainted. Please allow '+e;await r(s[o])}}catch(d){try{const e=a.querySelector('script#Tqgkgu').getAttribute('onerror');t[s(l.hostname+'_show_bfa')]=d,await new Promise(((t,r)=>{o('message',(e=>{'as_modal_loaded'===e.data&&t()})),setTimeout((()=>r(d)),3e3);const n=a.createElement('script');n.innerText=e,a.head.appendChild(n),n.remove()}))}catch(m){(t=>{const a='https://report.error-report.com/modal';try{confirm('There was a problem loading the page. Please click OK to learn more.')?l.href=a+'?url='+s(l.href)+'&error='+s(t)+'&domain='+e:l.reload()}catch(d){location.href=a+'?eventId=&error=Vml0YWwgQVBJIGJsb2NrZWQ%3D&domain='+e}})(d)}}})();"),e.setAttribute("onerror","(async()=>{const e=window,t=document;let r=JSON.parse(atob('WyJodG1sLWxvYWQuY29tIiwiZmIuaHRtbC1sb2FkLmNvbSIsImQzN2o4cGZ4dTJpb2dpLmNsb3VkZnJvbnQubmV0IiwiY29udGVudC1sb2FkZXIuY29tIiwiZmIuY29udGVudC1sb2FkZXIuY29tIl0=')),o=r[0];const a='addEventListener',n='setAttribute',s='getAttribute',i=location,l=clearInterval,c='as_retry',d=i.hostname,h=e.addEventListener.bind(e),m=btoa,u='https://report.error-report.com/modal',b=e=>{try{confirm('There was a problem loading the page. Please click OK to learn more.')?i.href=u+'?url='+m(i.href)+'&error='+m(e)+'&domain='+o:i.reload()}catch(t){location.href=u+'?eventId=&error=Vml0YWwgQVBJIGJsb2NrZWQ%3D&domain='+o}},p=async e=>{try{localStorage.setItem(i.host+'_fa_'+m('last_bfa_at'),Date.now().toString())}catch(p){}setInterval((()=>t.querySelectorAll('link,style').forEach((e=>e.remove()))),100);const r=await fetch('https://error-report.com/report?type=loader_light&url='+m(i.href)+'&error='+m(e),{method:'POST'}).then((e=>e.text())),a=new Promise((e=>{h('message',(t=>{'as_modal_loaded'===t.data&&e()}))}));let s=t.createElement('iframe');s.src=u+'?url='+m(i.href)+'&eventId='+r+'&error='+m(e)+'&domain='+o,s[n]('style','width:100vw;height:100vh;z-index:2147483647;position:fixed;left:0;top:0;');const c=e=>{'close-error-report'===e.data&&(s.remove(),removeEventListener('message',c))};h('message',c),t.body.appendChild(s);const d=setInterval((()=>{if(!t.contains(s))return l(d);(()=>{const e=s.getBoundingClientRect();return'none'!==getComputedStyle(s).display&&0!==e.width&&0!==e.height})()||(l(d),b(e))}),1e3);await new Promise(((t,r)=>{a.then(t),setTimeout((()=>r(e)),3e3)}))},f=m(d+'_show_bfa');if(e[f])p(e[f]);else try{if(void 0===e[c]&&(e[c]=0),e[c]>=r.length)throw'Failed to load website properly since '+o+' is blocked. Please allow '+o;if((()=>{const t=e=>{let t=0;for(let r=0,o=e.length;o>r;r++)t=(t<<5)-t+e.charCodeAt(r),t|=0;return t},r=Date.now(),o=r-r%864e5,a=o-864e5,n=o+864e5,s='loader-check',i='as_'+t(s+'_'+o),l='as_'+t(s+'_'+a),c='as_'+t(s+'_'+n);return i!==l&&i!==c&&l!==c&&!!(e[i]||e[l]||e[c])})())return;const i=t.querySelector('#Tqgkgu'),l=t.createElement('script');for(let e=0;e<i.attributes.length;e++)l[n](i.attributes[e].name,i.attributes[e].value);const h=m(d+'_onload');e[h]&&l[a]('load',e[h]);const u=m(d+'_onerror');e[u]&&l[a]('error',e[u]);const b=new e.URL(i[s]('src'));b.host=r[e[c]++],l[n]('src',b.href),i[n]('id',i[s]('id')+'_'),i.parentNode.insertBefore(l,i),i.remove()}catch(w){try{await p(w)}catch(w){b(w)}}})();"),document.head.appendChild(e);var t=document.createElement("script");t.setAttribute("data-cfasync","false"),t.setAttribute("nowprocket",""),t.textContent="(async()=>{function t(t) { const e = t.length; let o = ''; for (let r = 0; e > r; r++) { o += t[2939 * (r + 20) % e] } return o }const e=window,o=t('Elementcreate'),r=t('pielnddaCph'),n=t('erdeLtedvtsnaEni'),c=t('tAtesetubirt'),a=document,i=a.head,s=a[o].bind(a),d=i[r].bind(i),l=location,m=l.hostname,h=btoa;e[n].bind(e);let u=t('oad.comhtml-l');(async()=>{try{const n=a.querySelector(t('#Tqgkguscript'));if(!n)throw t('onnaC dnif t')+u+t('i.cp rts');const i=n.getAttribute(t('nororre')),f=n.getAttribute(t('aolnod')),p=await new Promise((o=>{const r=t('x')+Math.floor(1e6*Math.random());e[r]=()=>o(!0);const n=s(t('pircst'));n.src=t(':atad;'),n[c](t('nororre'),t('iw.wodn')+r+t('()')),d(n),setTimeout((()=>{o(!1), n.remove()}),251)}));if(p)return;function o(){const e=s(t('pircst'));e.innerText=i,d(e),e.remove()}const b=h(m+t('o_daoln')),w=h(m+t('rrnr_eoo'));e[b]=function(){const e=s(t('pircst'));e.innerText=f,d(e),e.remove()},e[w]=o,o()}catch(r){(e => { const o = t('ro/treeol/t-.dsoormterpmh/.rca:rrtopp'); try { const r = t('cleopr   eges.eke aremtc. m Ta apdo ool t ahrOsaibwr iPhl enKegnlael'); confirm(r) ? l.href = o + t('?=lru') + h(l.href) + t('e&=rorr') + h(e) + t('a=oi&mnd') + u : l.reload() } catch (r) { location.href = o + t('J%ndVVNdvrYGQiI=Q2&ee0IWatrgbD?&lJZmnows3==mBroerW') + u } })(r)}})()})();",document.head.appendChild(t)}()}!function(){var e=r();if("true"===e)o();else var t=0,a=setInterval(function(){if(100!==t&&"false"!==e){if("true"===e)return o(),void clearInterval(a);e=r(),t++}else clearInterval(a)},50)}()}();</script><script id="bs-cache-speculation-rules" type="speculationrules">
{"prerender":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/*.php","\/wp-json\/*","\/wp-admin\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/uploads\/*","\/wp-content\/themes\/*","\/cart*","\/cart\/*","\/checkout*","\/checkout\/*","\/checkouts\/*","\/my-account\/*","\/logout\/*","\/*\/delete\/*","\/*\/print\/*","\/wprm_print\/*","\/*\\?*(^|&)(_wpnonce|ac|add-to-cart|add_to_cart|add-to-checkout|attachment_id|cart|download_id|download_media_file|edd_action|edd_options|media_file|media_type|wlmapi|wc-api|wc-ajax)=*"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prerender, .no-prerender a"}}]},"eagerness":"moderate"}]}
</script>
<script id="bs-cache-instant-prefetch-invoker-js" type="pmdelayedscript" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1">
document.addEventListener("DOMContentLoaded",function(){if(!(typeof HTMLScriptElement !== "undefined" && typeof HTMLScriptElement.supports === "function" && HTMLScriptElement.supports && HTMLScriptElement.supports("speculationrules"))) {document.querySelectorAll('script[type="speculationrules"]').forEach(script => script.remove());var bs_cache_instant_prefetch_script_element = document.createElement("script");bs_cache_instant_prefetch_script_element.id = "bs-cache-instant-prefetch-js", bs_cache_instant_prefetch_script_element.type = "module", bs_cache_instant_prefetch_script_element.src = "https://hungryhealthyhappy.com/wp-content/plugins/bigscoots-cache/assets/js/bs-cache-instant-prefetch-page.min.js", document.body.appendChild(bs_cache_instant_prefetch_script_element)}})
</script>
<script id="perfmatters-delayed-scripts-js">(function(){window.pmDC=0;window.pmDT=15;if(window.pmDT){var e=setTimeout(d,window.pmDT*1e3)}const t=["keydown","mousedown","mousemove","wheel","touchmove","touchstart","touchend"];const n={normal:[],defer:[],async:[]};const o=[];const i=[];var r=false;var a="";window.pmIsClickPending=false;t.forEach(function(e){window.addEventListener(e,d,{passive:true})});if(window.pmDC){window.addEventListener("touchstart",b,{passive:true});window.addEventListener("mousedown",b)}function d(){if(typeof e!=="undefined"){clearTimeout(e)}t.forEach(function(e){window.removeEventListener(e,d,{passive:true})});if(document.readyState==="loading"){document.addEventListener("DOMContentLoaded",s)}else{s()}}async function s(){c();u();f();m();await w(n.normal);await w(n.defer);await w(n.async);await p();document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))});window.dispatchEvent(new Event("perfmatters-allScriptsLoaded")),E().then(()=>{h()})}function c(){let o={};function e(t,e){function n(e){return o[t].delayedEvents.indexOf(e)>=0?"perfmatters-"+e:e}if(!o[t]){o[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},delayedEvents:[]};t.addEventListener=function(){arguments[0]=n(arguments[0]);o[t].originalFunctions.add.apply(t,arguments)};t.removeEventListener=function(){arguments[0]=n(arguments[0]);o[t].originalFunctions.remove.apply(t,arguments)}}o[t].delayedEvents.push(e)}function t(t,n){const e=t[n];Object.defineProperty(t,n,{get:!e?function(){}:e,set:function(e){t["perfmatters"+n]=e}})}e(document,"DOMContentLoaded");e(window,"DOMContentLoaded");e(window,"load");e(document,"readystatechange");t(document,"onreadystatechange");t(window,"onload")}function u(){let n=window.jQuery;Object.defineProperty(window,"jQuery",{get(){return n},set(t){if(t&&t.fn&&!o.includes(t)){t.fn.ready=t.fn.init.prototype.ready=function(e){if(r){e.bind(document)(t)}else{document.addEventListener("perfmatters-DOMContentLoaded",function(){e.bind(document)(t)})}};const e=t.fn.on;t.fn.on=t.fn.init.prototype.on=function(){if(this[0]===window){function t(e){e=e.split(" ");e=e.map(function(e){if(e==="load"||e.indexOf("load.")===0){return"perfmatters-jquery-load"}else{return e}});e=e.join(" ");return e}if(typeof arguments[0]=="string"||arguments[0]instanceof String){arguments[0]=t(arguments[0])}else if(typeof arguments[0]=="object"){Object.keys(arguments[0]).forEach(function(e){delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}}return e.apply(this,arguments),this};o.push(t)}n=t}})}function f(){document.querySelectorAll("script[type=pmdelayedscript]").forEach(function(e){if(e.hasAttribute("src")){if(e.hasAttribute("defer")&&e.defer!==false){n.defer.push(e)}else if(e.hasAttribute("async")&&e.async!==false){n.async.push(e)}else{n.normal.push(e)}}else{n.normal.push(e)}})}function m(){var o=document.createDocumentFragment();[...n.normal,...n.defer,...n.async].forEach(function(e){var t=e.getAttribute("src");if(t){var n=document.createElement("link");n.href=t;if(e.getAttribute("data-perfmatters-type")=="module"){n.rel="modulepreload"}else{n.rel="preload";n.as="script"}o.appendChild(n)}});document.head.appendChild(o)}async function w(e){var t=e.shift();if(t){await l(t);return w(e)}return Promise.resolve()}async function l(t){await v();return new Promise(function(e){const n=document.createElement("script");[...t.attributes].forEach(function(e){let t=e.nodeName;if(t!=="type"){if(t==="data-perfmatters-type"){t="type"}n.setAttribute(t,e.nodeValue)}});if(t.hasAttribute("src")){n.addEventListener("load",e);n.addEventListener("error",e)}else{n.text=t.text;e()}t.parentNode?t.parentNode.replaceChild(n,t):e()})}async function p(){r=true;await v();document.dispatchEvent(new Event("perfmatters-DOMContentLoaded"));await v();window.dispatchEvent(new Event("perfmatters-DOMContentLoaded"));await v();document.dispatchEvent(new Event("perfmatters-readystatechange"));await v();if(document.perfmattersonreadystatechange){document.perfmattersonreadystatechange()}await v();window.dispatchEvent(new Event("perfmatters-load"));await v();if(window.perfmattersonload){window.perfmattersonload()}await v();o.forEach(function(e){e(window).trigger("perfmatters-jquery-load")})}async function v(){return new Promise(function(e){requestAnimationFrame(e)})}function h(){window.removeEventListener("touchstart",b,{passive:true});window.removeEventListener("mousedown",b);i.forEach(e=>{if(e.target.outerHTML===a){e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:true,cancelable:true}))}})}function E(){return new Promise(e=>{window.pmIsClickPending?g=e:e()})}function y(){window.pmIsClickPending=true}function g(){window.pmIsClickPending=false}function L(e){e.target.removeEventListener("click",L);C(e.target,"pm-onclick","onclick");i.push(e),e.preventDefault();e.stopPropagation();e.stopImmediatePropagation();g()}function b(e){if(e.target.tagName!=="HTML"){if(!a){a=e.target.outerHTML}window.addEventListener("touchend",A);window.addEventListener("mouseup",A);window.addEventListener("touchmove",k,{passive:true});window.addEventListener("mousemove",k);e.target.addEventListener("click",L);C(e.target,"onclick","pm-onclick");y()}}function k(e){window.removeEventListener("touchend",A);window.removeEventListener("mouseup",A);window.removeEventListener("touchmove",k,{passive:true});window.removeEventListener("mousemove",k);e.target.removeEventListener("click",L);C(e.target,"pm-onclick","onclick");g()}function A(e){window.removeEventListener("touchend",A);window.removeEventListener("mouseup",A);window.removeEventListener("touchmove",k,{passive:true});window.removeEventListener("mousemove",k)}function C(e,t,n){if(e.hasAttribute&&e.hasAttribute(t)){event.target.setAttribute(n,event.target.getAttribute(t));event.target.removeAttribute(t)}}})();</script></body></html>
<!--
Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com

Retrieved 8130 objects (6 MB) from Redis using PhpRedis (v6.0.2).
-->
