<!DOCTYPE html>
<html lang="en-US">
<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><script data-affiliate-config type="application/json">{"enableLinkMonetizer":false,"keywordLinkerKeywordLimit":3,"affiliateJsClientPath":"https:\/\/affiliate-cdn.raptive.com\/affiliate.mvp.min.js","affiliateApiPath":"https:\/\/affiliate-api.raptive.com","amazonAffiliateId":"","excludeNetworks":["raptive"],"excludeDestinations":["cj"],"enableAnalytics":true,"pluginVersion":"1.1.6"}</script>
<script async referrerpolicy="no-referrer-when-downgrade" data-no-optimize="1" data-cfasync="false" src="https://affiliate-cdn.raptive.com/affiliate.mvp.min.js">
</script>
<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;
}

body.archive .adthrive-content {
  grid-column: 1 / -1;
}

/* Prevent video player from expanding on desktop */
body.adthrive-device-desktop .adthrive-collapse-player,
body.adthrive-device-desktop #adthrive-contextual-container {
max-width: 600px;
height: auto!important;
}
body.adthrive-device-desktop div[id^="cls-video-container"] {
min-height: 330px!important; 
}
/* END prevent video player expanding */
</style>
<script data-no-optimize="1" data-cfasync="false">
	window.adthriveCLS = {
		enabledLocations: ['Content', 'Recipe'],
		injectedSlots: [],
		injectedFromPlugin: true,
		branch: 'b0aee08',bucket: 'prod',			};
	window.adthriveCLS.siteAds = {"betaTester":false,"targeting":[{"value":"5ea185ecf87fa26d37d8fb69","key":"siteId"},{"value":"6233884d200685708804e3b0","key":"organizationId"},{"value":"Paleo Leap","key":"siteName"},{"value":"AdThrive Edge","key":"service"},{"value":"on","key":"bidding"},{"value":["Food","Clean Eating"],"key":"verticals"}],"siteUrl":"https://paleoleap.com/","siteId":"5ea185ecf87fa26d37d8fb69","siteName":"Paleo Leap","breakpoints":{"tablet":768,"desktop":1600},"cloudflare":null,"adUnits":[{"sequence":1,"targeting":[{"value":["Sidebar"],"key":"location"}],"devices":["desktop"],"name":"Sidebar_1","sticky":false,"location":"Sidebar","dynamic":{"pageSelector":"","spacing":0,"max":1,"lazyMax":null,"enable":true,"lazy":false,"elementSelector":".feast-modern-sidebar > *","skip":0,"classNames":[],"position":"afterend","every":1,"enabled":true},"stickyOverlapSelector":"","adSizes":[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],"priority":299,"autosize":true},{"sequence":2,"targeting":[{"value":["Sidebar"],"key":"location"},{"value":true,"key":"sticky"}],"devices":["desktop"],"name":"Sidebar_2","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":"","adSizes":[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],"priority":298,"autosize":true},{"sequence":3,"targeting":[{"value":["Sidebar"],"key":"location"},{"value":true,"key":"sticky"}],"devices":["desktop"],"name":"Sidebar_3","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":"","adSizes":[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],"priority":297,"autosize":true},{"sequence":4,"targeting":[{"value":["Sidebar"],"key":"location"},{"value":true,"key":"sticky"}],"devices":["desktop"],"name":"Sidebar_4","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":"","adSizes":[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],"priority":296,"autosize":true},{"sequence":5,"targeting":[{"value":["Sidebar"],"key":"location"},{"value":true,"key":"sticky"}],"devices":["desktop"],"name":"Sidebar_5","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":"","adSizes":[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],"priority":295,"autosize":true},{"sequence":9,"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":[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],"priority":291,"autosize":true},{"sequence":null,"targeting":[{"value":["Content"],"key":"location"}],"devices":["desktop","tablet"],"name":"Content","sticky":false,"location":"Content","dynamic":{"pageSelector":"body.archive, body.search","spacing":0,"max":3,"lazyMax":null,"enable":true,"lazy":false,"elementSelector":".feast-category-index-list > *","skip":4,"classNames":[],"position":"beforebegin","every":4,"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,"targeting":[{"value":["Content"],"key":"location"}],"devices":["phone"],"name":"Content","sticky":false,"location":"Content","dynamic":{"pageSelector":"body.archive, body.search","spacing":0,"max":3,"lazyMax":null,"enable":true,"lazy":false,"elementSelector":".listing-item","skip":2,"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],[1,2],[300,50],[300,300],[552,334],[728,250],[300,250]],"priority":199,"autosize":true},{"sequence":null,"targeting":[{"value":["Content"],"key":"location"}],"devices":["desktop"],"name":"Content","sticky":false,"location":"Content","dynamic":{"pageSelector":"body.single","spacing":0,"max":6,"lazyMax":93,"enable":true,"lazy":true,"elementSelector":".entry-content > *:not(h2):not(h3)","skip":2,"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,"targeting":[{"value":["Content"],"key":"location"}],"devices":["tablet","phone"],"name":"Content","sticky":false,"location":"Content","dynamic":{"pageSelector":"body.single","spacing":0,"max":6,"lazyMax":93,"enable":true,"lazy":true,"elementSelector":".entry-content > *:not(h2):not(h3)","skip":1,"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,"targeting":[{"value":["Recipe"],"key":"location"}],"devices":["desktop","tablet"],"name":"Recipe","sticky":false,"location":"Recipe","dynamic":{"pageSelector":"","spacing":0.7,"max":5,"lazyMax":null,"enable":true,"lazy":false,"elementSelector":".wprm-recipe-ingredients-container li, .wprm-recipe-instructions-container li, .wprm-recipe-notes-container li, .wprm-recipe-notes-container span, .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":5,"targeting":[{"value":["Recipe"],"key":"location"}],"devices":["phone"],"name":"Recipe_5","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":-105,"autosize":true},{"sequence":null,"targeting":[{"value":["Recipe"],"key":"location"}],"devices":["phone"],"name":"Recipe","sticky":false,"location":"Recipe","dynamic":{"pageSelector":"","spacing":0.6,"max":4,"lazyMax":null,"enable":true,"lazy":false,"elementSelector":".wprm-recipe-ingredients-container, .wprm-recipe-instructions-container li, .wprm-recipe-notes-container li, .wprm-recipe-notes-container span","skip":0,"classNames":[],"position":"afterend","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":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":1,"enable":true,"lazy":true,"elementSelector":".entry-content","skip":0,"classNames":[],"position":"beforeend","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":2,"targeting":[{"value":["Below Post"],"key":"location"}],"devices":["desktop","tablet","phone"],"name":"Below_Post_2","sticky":false,"location":"Below Post","dynamic":{"pageSelector":"","spacing":0.7,"max":0,"lazyMax":99,"enable":true,"lazy":true,"elementSelector":".comment-list > .comment","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":98,"autosize":true},{"sequence":null,"targeting":[{"value":["Footer"],"key":"location"},{"value":true,"key":"sticky"}],"devices":["tablet","phone","desktop"],"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.26,"onePerViewport":false},"pageOverrides":[{"mobile":{"adDensity":0.5,"onePerViewport":false},"note":null,"pageSelector":"body.archive, body.search","desktop":{"adDensity":0.5,"onePerViewport":false}}],"desktop":{"adDensity":0.26,"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,"skylineHeader":false,"expandableFooter":true,"nativeDesktopSidebar":true,"videoFootersMobile":true,"videoFootersDesktop":true,"interscroller":true,"nativeDesktopRecipe":true,"nativeHeaderDesktop":true,"nativeBelowPostMobile":true,"expandableCatalogAdsDesktop":true,"largeFormatsDesktop":true},"adOptions":{"theTradeDesk":true,"undertone":true,"sidebarConfig":{"dynamicStickySidebar":{"minHeight":1800,"enabled":true,"blockedSelectors":[]}},"footerCloseButton":false,"teads":true,"seedtag":true,"pmp":true,"thirtyThreeAcross":true,"sharethrough":true,"optimizeVideoPlayersForEarnings":true,"removeVideoTitleWrapper":true,"pubMatic":true,"chicory":true,"infiniteScroll":false,"longerVideoAdPod":true,"yahoossp":true,"spa":false,"stickyContainerConfig":{"recipeDesktop":{"minHeight":null,"enabled":false},"blockedSelectors":[],"stickyHeaderSelectors":[],"content":{"minHeight":null,"enabled":false},"recipeMobile":{"minHeight":null,"enabled":false}},"gatedPrint":{"siteEmailServiceProviderId":null,"defaultOptIn":false,"closeButtonEnabled":false,"enabled":false,"newsletterPromptEnabled":false},"yieldmo":true,"footerSelector":"","amazonUAM":true,"gamMCMEnabled":true,"gamMCMChildNetworkCode":"22434730706","stickyContainerAds":false,"rubiconMediaMath":true,"rubicon":true,"conversant":true,"openx":true,"customCreativeEnabled":true,"mobileHeaderHeight":1,"secColor":"#000000","unruly":true,"mediaGrid":true,"bRealTime":true,"adInViewTime":null,"gumgum":true,"comscoreFooter":true,"desktopInterstitial":false,"amx":true,"footerCloseButtonDesktop":false,"ozone":true,"isAutoOptimized":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,"comscore":"Food","blis":true,"wakeLock":{"desktopEnabled":true,"mobileValue":15,"mobileEnabled":true,"desktopValue":30},"mobileInterstitial":true,"tripleLift":true,"sensitiveCategories":["alc","ast","cbd","conl","cosm","dat","drg","gamc","gamv","pol","rel","sst","ssr","srh","ske","tob","wtl"],"liveRamp":true,"mobileInterstitialBlockedPageSelectors":"","adthriveEmailIdentity":true,"criteo":true,"nativo":true,"infiniteScrollOptions":{"selector":"","heightThreshold":0},"siteAttributes":{"mobileHeaderSelectors":[],"desktopHeaderSelectors":[]},"dynamicContentSlotLazyLoading":true,"clsOptimizedAds":true,"ogury":true,"verticals":["Food","Clean Eating"],"inImage":false,"stackadapt":true,"usCMP":{"enabled":false,"regions":[]},"advancePlaylist":true,"medianet":true,"acAlwaysSticky":false,"delayLoading":false,"inImageZone":null,"appNexus":true,"rise":true,"liveRampId":"","infiniteScrollRefresh":false,"indexExchange":true},"siteAdsProfiles":[],"thirdPartySiteConfig":{"partners":{"discounts":[]}},"featureRollouts":{"ad-fit-width":{"featureRolloutId":36,"data":null,"enabled":true},"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":[],"players":[{"devices":["desktop","mobile"],"formattedType":"Stationary Related","description":"","id":4066146,"title":"Stationary related player - desktop and mobile","type":"stationaryRelated","enabled":true,"playerId":"nSUqbA29"},{"playlistId":"","pageSelector":"","devices":["desktop"],"description":"","skip":0,"title":"","type":"stickyRelated","enabled":true,"formattedType":"Sticky Related","elementSelector":"","id":4066147,"position":"afterend","playerId":"nSUqbA29"},{"playlistId":"","pageSelector":"","devices":["mobile"],"mobileLocation":"bottom-right","description":"","skip":0,"title":"","type":"stickyRelated","enabled":true,"formattedType":"Sticky Related","elementSelector":"","id":4066148,"position":"afterend","playerId":"nSUqbA29"},{"playlistId":"1mJ8llE2","pageSelector":"","devices":["desktop"],"description":"","skip":2,"title":"","type":"stickyPlaylist","enabled":true,"footerSelector":"","formattedType":"Sticky Playlist","elementSelector":".entry-content > *:not(h2):not(h3)","id":4066149,"position":"afterend","saveVideoCloseState":false,"shuffle":true,"mobileHeaderSelector":null,"playerId":"uZPi2qya"},{"playlistId":"1mJ8llE2","pageSelector":"","devices":["mobile"],"mobileLocation":"top-center","description":"","skip":0,"title":"","type":"stickyPlaylist","enabled":true,"footerSelector":"","formattedType":"Sticky Playlist","elementSelector":"article > div > p","id":4066150,"position":"afterend","saveVideoCloseState":false,"shuffle":true,"mobileHeaderSelector":null,"playerId":"uZPi2qya"}],"partners":{"theTradeDesk":true,"unruly":true,"mediaGrid":true,"undertone":true,"gumgum":true,"seedtag":true,"amx":true,"ozone":true,"pmp":true,"kargo":true,"stickyOutstream":{"desktop":{"enabled":true},"blockedPageSelectors":"","mobileLocation":"bottom-left","allowOnHomepage":true,"mobile":{"enabled":true},"saveVideoCloseState":false,"mobileHeaderSelector":null,"allowForPageWithStickyPlayer":{"enabled":true}},"sharethrough":true,"blis":true,"tripleLift":true,"pubMatic":true,"criteo":true,"yahoossp":true,"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.10.0';
	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/5ea185ecf87fa26d37d8fb69/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 plugin v27.0 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Paleo and Keto Diet Recipes, Tips &amp; Tricks | Paleo Leap</title>
	<meta name="description" content="Welcome to Paleo Leap. Kick-start your Paleo or Keto diet journey with some easy and delicious recipes and all the information to help you achieve your full health potential." />
	<link rel="canonical" href="https://paleoleap.com/" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://paleoleap.com/","url":"https://paleoleap.com/","name":"Paleo and Keto Diet Recipes, Tips & Tricks | Paleo Leap","isPartOf":{"@id":"https://paleoleap.com/#website"},"about":{"@id":"https://paleoleap.com/#organization"},"primaryImageOfPage":{"@id":"https://paleoleap.com/#primaryimage"},"image":{"@id":"https://paleoleap.com/#primaryimage"},"thumbnailUrl":"https://paleoleap.com/wp-content/uploads/2023/01/paleo-leap-square-logo.jpg","datePublished":"2014-01-07T22:07:32+00:00","dateModified":"2023-02-06T23:04:39+00:00","description":"Welcome to Paleo Leap. Kick-start your Paleo or Keto diet journey with some easy and delicious recipes and all the information to help you achieve your full health potential.","breadcrumb":{"@id":"https://paleoleap.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://paleoleap.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://paleoleap.com/#primaryimage","url":"https://paleoleap.com/wp-content/uploads/2023/01/paleo-leap-square-logo.jpg","contentUrl":"https://paleoleap.com/wp-content/uploads/2023/01/paleo-leap-square-logo.jpg","width":600,"height":600,"caption":"paleo leap square logo"},{"@type":"BreadcrumbList","@id":"https://paleoleap.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://paleoleap.com/#website","url":"https://paleoleap.com/","name":"Paleo Leap","description":"Paleo Diet Recipes and Tips","publisher":{"@id":"https://paleoleap.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://paleoleap.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://paleoleap.com/#organization","name":"Paleo Leap","url":"https://paleoleap.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://paleoleap.com/#/schema/logo/image/","url":"https://paleoleap.com/wp-content/uploads/2014/09/logo-retina-200.png","contentUrl":"https://paleoleap.com/wp-content/uploads/2014/09/logo-retina-200.png","width":308,"height":200,"caption":"Paleo Leap"},"image":{"@id":"https://paleoleap.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/paleoleap","https://x.com/PaleoLeap","https://www.instagram.com/paleoleap/","https://www.pinterest.com/paleoleap/"]}]}</script>
	<!-- / Yoast SEO plugin. -->


<!-- Hubbub v.2.28.0 https://morehubbub.com/ -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Paleo Leap | paleo diet tips and recipes" />
<meta property="og:description" content="Welcome to Paleo Leap. Kick-start your Paleo or Keto diet journey with some easy and delicious recipes and all the information to help you achieve your full health potential." />
<meta property="og:url" content="https://paleoleap.com/" />
<meta property="og:site_name" content="Paleo Leap" />
<meta property="og:updated_time" content="2023-02-06T15:04:39+00:00" />
<meta property="article:published_time" content="2014-01-07T22:07:32+00:00" />
<meta property="article:modified_time" content="2023-02-06T15:04:39+00:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Paleo Leap | paleo diet tips and recipes" />
<meta name="twitter:description" content="Welcome to Paleo Leap. Kick-start your Paleo or Keto diet journey with some easy and delicious recipes and all the information to help you achieve your full health potential." />
<meta class="flipboard-article" content="Welcome to Paleo Leap. Kick-start your Paleo or Keto diet journey with some easy and delicious recipes and all the information to help you achieve your full health potential." />
<meta property="og:image" content="https://paleoleap.com/wp-content/uploads/2014/01/paleo-leap-welcome-fb.jpg" />
<meta name="twitter:image" content="https://paleoleap.com/wp-content/uploads/2014/01/paleo-leap-welcome-fb.jpg" />
<meta property="og:image:width" content="470" />
<meta property="og:image:height" content="245" />
<!-- Hubbub v.2.28.0 https://morehubbub.com/ -->
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<script>(()=>{"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><style id='wp-img-auto-sizes-contain-inline-css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='wprm-public-css' href='https://paleoleap.com/wp-content/plugins/wp-recipe-maker/dist/public-modern.css?ver=10.3.4' media='all' />
<link rel='stylesheet' id='foodie-pro-5-css' href='https://paleoleap.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-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; }
@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-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://paleoleap.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; }
/*# 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='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://paleoleap.com/wp-content/plugins/wp-recipe-maker-premium/dist/public-elite.css?ver=10.3.4' media='all' />
<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);
	}
}
.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-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;
}
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: 'Source Sans 3';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 400;
				src: url('https://paleoleap.com/wp-content/plugins/feast-fonts/fonts/source-sans-3-400.woff2') format('woff2');
			}
			@font-face {
				font-family: 'Source Sans 3';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 700;
				src: url('https://paleoleap.com/wp-content/plugins/feast-fonts/fonts/source-sans-3-700.woff2') format('woff2');
			}
			
			@font-face {
				font-family: 'Playfair Display';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 400;
				src: url('https://paleoleap.com/wp-content/plugins/feast-fonts/fonts/playfair-display-400.woff2') format('woff2');
			}
			@font-face {
				font-family: 'Playfair Display';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 700;
				src: url('https://paleoleap.com/wp-content/plugins/feast-fonts/fonts/playfair-display-700.woff2') format('woff2');
			}
			
			@font-face {
				font-family: 'Caveat';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 400;
				src: url('https://paleoleap.com/wp-content/plugins/feast-fonts/fonts/caveat-400.woff2') format('woff2');
			}
			@font-face {
				font-family: 'Caveat';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 700;
				src: url('https://paleoleap.com/wp-content/plugins/feast-fonts/fonts/caveat-700.woff2') format('woff2');
			}
			
/*# sourceURL=feast-local-fonts-inline-css */
</style>
<link rel='stylesheet' id='dpsp-frontend-style-pro-css' href='https://paleoleap.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.css?ver=2.28.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 ( max-width : 720px ) {
				aside#dpsp-floating-sidebar.dpsp-hide-on-mobile.opened {
					display: none;
				}
			}
			
			@media screen and ( max-width : 720px ) {
				aside#dpsp-floating-sidebar.dpsp-hide-on-mobile.opened {
					display: none;
				}
			}
			
/*# sourceURL=dpsp-frontend-style-pro-inline-css */
</style>
<link rel='stylesheet' id='simple-social-icons-font-css' href='https://paleoleap.com/wp-content/plugins/simple-social-icons/css/style.css?ver=4.0.0' media='all' />
<script src="https://paleoleap.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>

<!-- Google tag (gtag.js) snippet added by Site Kit -->
<!-- Google Analytics snippet added by Site Kit -->
<script src="https://www.googletagmanager.com/gtag/js?id=GT-K8MDTK8" id="google_gtagjs-js" async></script>
<script id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["paleoleap.com"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-K8MDTK8");
//# sourceURL=google_gtagjs-js-after
</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><meta name="generator" content="Site Kit by Google 1.173.0" /><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: #343434; } 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; }</style><style type="text/css">.wprm-glossary-term {color: #5A822B;text-decoration: underline;cursor: help;}</style><style type="text/css">.wprm-recipe-template-snippet-basic-buttons {
    font-family: inherit; /* wprm_font_family type=font */
    font-size: 0.9em; /* 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-snippet-basic-buttons a  {
    margin: 5px; /* wprm_margin_button type=size */
    margin: 5px; /* wprm_margin_button type=size */
}

.wprm-recipe-template-snippet-basic-buttons a:first-child {
    margin-left: 0;
}
.wprm-recipe-template-snippet-basic-buttons a:last-child {
    margin-right: 0;
}.wprm-recipe-template-chic {
    margin: 20px auto;
    background-color: #fafafa; /* 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; /* 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-chic a {
    color: #3498db; /* wprm_link type=color */
}
.wprm-recipe-template-chic p, .wprm-recipe-template-chic 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-chic li {
    margin: 0 0 0 32px !important;
    padding: 0 !important;
}
.rtl .wprm-recipe-template-chic li {
    margin: 0 32px 0 0 !important;
}
.wprm-recipe-template-chic ol, .wprm-recipe-template-chic ul {
    margin: 0 !important;
    padding: 0 !important;
}
.wprm-recipe-template-chic br {
    display: none;
}
.wprm-recipe-template-chic .wprm-recipe-name,
.wprm-recipe-template-chic .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: #000000; /* wprm_header_text type=color */
    line-height: 1.3em; /* wprm_header_line_height type=font_size */
}
.wprm-recipe-template-chic .wprm-recipe-header * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /* wprm_main_font_family type=font */
}
.wprm-recipe-template-chic h1,
.wprm-recipe-template-chic h2,
.wprm-recipe-template-chic h3,
.wprm-recipe-template-chic h4,
.wprm-recipe-template-chic h5,
.wprm-recipe-template-chic 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-chic .wprm-recipe-header {
    margin-top: 1.2em !important;
}
.wprm-recipe-template-chic h1 {
    font-size: 2em; /* wprm_h1_size type=font_size */
}
.wprm-recipe-template-chic h2 {
    font-size: 1.8em; /* wprm_h2_size type=font_size */
}
.wprm-recipe-template-chic h3 {
    font-size: 1.2em; /* wprm_h3_size type=font_size */
}
.wprm-recipe-template-chic h4 {
    font-size: 1em; /* wprm_h4_size type=font_size */
}
.wprm-recipe-template-chic h5 {
    font-size: 1em; /* wprm_h5_size type=font_size */
}
.wprm-recipe-template-chic h6 {
    font-size: 1em; /* wprm_h6_size type=font_size */
}.wprm-recipe-template-chic {
    font-size: 1em; /* wprm_main_font_size type=font_size */
	border-style: solid; /* wprm_border_style type=border */
	border-width: 1px; /* wprm_border_width type=size */
	border-color: #E0E0E0; /* wprm_border type=color */
    padding: 10px;
    background-color: #ffffff; /* wprm_background type=color */
    max-width: 950px; /* wprm_max_width type=size */
}
.wprm-recipe-template-chic a {
    color: #5A822B; /* wprm_link type=color */
}
.wprm-recipe-template-chic .wprm-recipe-name {
    line-height: 1.3em;
    font-weight: bold;
}
.wprm-recipe-template-chic .wprm-template-chic-buttons {
	clear: both;
    font-size: 0.9em;
    text-align: center;
}
.wprm-recipe-template-chic .wprm-template-chic-buttons .wprm-recipe-icon {
    margin-right: 5px;
}
.wprm-recipe-template-chic .wprm-recipe-header {
	margin-bottom: 0.5em !important;
}
.wprm-recipe-template-chic .wprm-nutrition-label-container {
	font-size: 0.9em;
}
.wprm-recipe-template-chic .wprm-call-to-action {
	border-radius: 3px;
}.wprm-recipe-template-compact-howto {
    margin: 20px auto;
    background-color: #fafafa; /* 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; /* 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-compact-howto a {
    color: #3498db; /* wprm_link type=color */
}
.wprm-recipe-template-compact-howto p, .wprm-recipe-template-compact-howto 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-compact-howto li {
    margin: 0 0 0 32px !important;
    padding: 0 !important;
}
.rtl .wprm-recipe-template-compact-howto li {
    margin: 0 32px 0 0 !important;
}
.wprm-recipe-template-compact-howto ol, .wprm-recipe-template-compact-howto ul {
    margin: 0 !important;
    padding: 0 !important;
}
.wprm-recipe-template-compact-howto br {
    display: none;
}
.wprm-recipe-template-compact-howto .wprm-recipe-name,
.wprm-recipe-template-compact-howto .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: #000000; /* wprm_header_text type=color */
    line-height: 1.3em; /* wprm_header_line_height type=font_size */
}
.wprm-recipe-template-compact-howto .wprm-recipe-header * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; /* wprm_main_font_family type=font */
}
.wprm-recipe-template-compact-howto h1,
.wprm-recipe-template-compact-howto h2,
.wprm-recipe-template-compact-howto h3,
.wprm-recipe-template-compact-howto h4,
.wprm-recipe-template-compact-howto h5,
.wprm-recipe-template-compact-howto 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-compact-howto .wprm-recipe-header {
    margin-top: 1.2em !important;
}
.wprm-recipe-template-compact-howto h1 {
    font-size: 2em; /* wprm_h1_size type=font_size */
}
.wprm-recipe-template-compact-howto h2 {
    font-size: 1.8em; /* wprm_h2_size type=font_size */
}
.wprm-recipe-template-compact-howto h3 {
    font-size: 1.2em; /* wprm_h3_size type=font_size */
}
.wprm-recipe-template-compact-howto h4 {
    font-size: 1em; /* wprm_h4_size type=font_size */
}
.wprm-recipe-template-compact-howto h5 {
    font-size: 1em; /* wprm_h5_size type=font_size */
}
.wprm-recipe-template-compact-howto h6 {
    font-size: 1em; /* wprm_h6_size type=font_size */
}.wprm-recipe-template-compact-howto {
	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>

<!-- [slickstream] [[[ START Slickstream Output ]]] -->
<script>console.info(`[slickstream] Page Generated at: 5/20/2026, 8:35:00 AM 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":1779281939400,"epoch":1675816386524,"siteCode":"ZMRESP6H","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=ZMRESP6H"},"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":["paleoleap.com"],"abTests":[],"wpPluginTtl":3600,"v2":{"phone":{"searchHooks":[".search-menu",".feastsearchtoggle","#feast-mobile-search"],"fabs":{"showSearch":true,"showFavorite":false,"favoriteIcon":"heart","minLinkedItemHeight":52,"buttonBottom":16,"buttonZIndex":100,"siteColor":"#17a191"},"placeholders":[],"bootTriggerTimeout":250,"bestBy":1779281939400,"epoch":1675816386524,"siteCode":"ZMRESP6H","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=ZMRESP6H"},"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":["paleoleap.com"],"abTests":[],"wpPluginTtl":3600},"tablet":{"searchHooks":[".search-menu",".feastsearchtoggle","#feast-mobile-search"],"fabs":{"showSearch":true,"showFavorite":false,"favoriteIcon":"heart","minLinkedItemHeight":52,"buttonBottom":16,"buttonZIndex":100,"siteColor":"#17a191"},"placeholders":[],"bootTriggerTimeout":250,"bestBy":1779281939400,"epoch":1675816386524,"siteCode":"ZMRESP6H","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=ZMRESP6H"},"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":["paleoleap.com"],"abTests":[],"wpPluginTtl":3600},"desktop":{"searchHooks":[".search-menu",".feastsearchtoggle","#feast-mobile-search"],"fabs":{"showSearch":true,"showFavorite":false,"favoriteIcon":"heart","minLinkedItemHeight":92,"buttonBottom":16,"buttonZIndex":100,"siteColor":"#17a191"},"placeholders":[],"bootTriggerTimeout":250,"bestBy":1779281939400,"epoch":1675816386524,"siteCode":"ZMRESP6H","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=ZMRESP6H"},"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":["paleoleap.com"],"abTests":[],"wpPluginTtl":3600},"unknown":{"searchHooks":[".search-menu",".feastsearchtoggle","#feast-mobile-search"],"fabs":{"showSearch":true,"showFavorite":false,"favoriteIcon":"heart","minLinkedItemHeight":92,"buttonBottom":16,"buttonZIndex":100,"siteColor":"#17a191"},"placeholders":[],"bootTriggerTimeout":250,"bestBy":1779281939400,"epoch":1675816386524,"siteCode":"ZMRESP6H","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=ZMRESP6H"},"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":["paleoleap.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","ZMRESP6H");
</script>
<!-- [slickstream] END Embed Code -->
<!-- [slickstream] Page Metadata: -->
<meta property='slick:wpversion' content='3.0.1' />
<meta property="slick:wppostid" content="10023" />
<meta property="slick:featured_image" content="https://paleoleap.com/wp-content/uploads/2023/01/paleo-leap-square-logo.jpg" />
<script type="application/x-slickstream+json">{"@context":"https://slickstream.com","@graph":[{"@type":"Plugin","version":"3.0.1"},{"@type":"Site","name":"Paleo Leap","url":"https://paleoleap.com","description":"Paleo Diet Recipes and Tips","atomUrl":"https://paleoleap.com/feed/atom/","rtl":false},{"@type":"WebPage","@id":10023,"isFront":true,"isHome":false,"isCategory":false,"isTag":false,"isSingular":true,"date":"2014-01-07T22:07:32-08:00","modified":"2023-02-06T15:04:39-08:00","title":"Paleo Leap | Paleo Diet Recipes & Tips","pageType":"home","postType":"page","featured_image":"https://paleoleap.com/wp-content/uploads/2023/01/paleo-leap-square-logo.jpg","author":"Paleo Leaper"}]}</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 ]]] -->


<link rel="pingback" href="https://paleoleap.com/xmlrpc.php" />
<meta name="hubbub-info" description="Hubbub Pro 2.28.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 5;
		}

					.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 5; }
			.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 4; }		}
				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);
			}
					}
		@media print {
			.feastmobilenavbar { position: static; }
		}
						</style>

	<style id="feast-edit-font-sizes">h1 { font-size: 32px; }body { font-size: 20px; }</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: #25473c;
--branding-color-primary-text: #FFFFFF;
/* primary black contrast: 1.9793969683468; primary white contrast: 10.609291787256 */
--branding-color-accents: #ebf0e5;
--branding-color-accents-text: #000000;
/* accent black contrast: 18.210401191491; accent white contrast: 1.1531871142856 */
--branding-color-background: #f8f6f5;
--branding-color-background-text: #000000;
/* background black contrast: 19.538578060438; background white contrast: 1.074796739816 */
--branding-color-links: #326552;
--branding-color-cta: #ebf0e5;
--branding-color-cta-text: #000000;
/* cta black contrast: 18.210401191491; cta white contrast: 1.1531871142856 */
--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-body-font: "Source Sans 3";

--branding-heading-font: "Playfair Display";

--branding-accent-font: "Caveat";
--branding-custom-list-char: "\2713";
} 
/* 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, .wp-block-group .wp-block-search__button, #respond #submit, body .editor-styles-wrapper .wp-block-button__link, .wp-block-button__link  { border-radius: 100px; } @media(max-width:480px) { .wp-block-group .wp-block-search__inside-wrapper { border-radius: 32px; padding-top: 13px !important; } }.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  { border: 0 !important; margin: 0 !important; }.feast-button a:hover, #respond #submit:hover, body .editor-styles-wrapper .wp-block-button__link:hover, .wp-block-button__link:hover  { background: #FFF !important; outline: 2px solid #000 !important;  color: #000 !important; }.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 {
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 1em;
}
.fsri-list .listing-item { border-radius: 0; }.fsri-list .listing-item { box-shadow: 0 3px 6px rgba(0,0,0,0.16); 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-cdta .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, .is-style-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; }.feast-film-strip .fsri-list { padding-bottom: 6px; }body .fsri-list:not(.fsri-numbered) .fsri-title { margin-top: 12px; }.feast-category-index-list > li {
	padding-left: 3px;
	padding-right: 3px;
}
.feast-category-index-list img {
	border: 8px solid #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.feast-category-index-list.feast-title-overlay > li,
.feast-category-index-list.feast-image-round.feast-title-overlay > li {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	padding: 8px;
	background-color: #fff;
}
.feast-category-index-list.feast-image-round.feast-title-overlay > li > a:hover img {
	transform: scale(0.95);
}
.feast-category-index-list.feast-title-overlay img,
.feast-category-index-list.feast-image-round.feast-title-overlay img {
	border: none;
	box-shadow: none;
}
.feast-category-index-list.feast-image-round.feast-title-overlay .fsci-title.fsci-title--no-image {
	background: none !important;
	background-color: inherit !important;
}.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://paleoleap.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: #fff;
	color: #000 !important;
}
.feast-category-index-list svg.fsci-placeholder rect {
	fill: #fff !important;
}
.feast-category-index-list.feast-title-overlay.feast-image-round .fsci-title.fsci-title--no-image {
	color: #000 !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,
body #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: 1px solid #CCC;
	box-shadow: 0 2px 6px rgba(0,0,0,0.16);
	background: #FFFFFF;
}
.wp-block-media-text.is-style-media-text-small-circle-image .wp-block-media-text__content *:not(a) {
	color: #000 !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;
}
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);
}
#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://paleoleap.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://paleoleap.com/wp-content/plugins/feast-plugin/assets/images/quote.svg');   }.is-style-group-asterisk::before { background: url('https://paleoleap.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://paleoleap.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://paleoleap.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://paleoleap.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://paleoleap.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://paleoleap.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://paleoleap.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://paleoleap.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://paleoleap.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://paleoleap.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://paleoleap.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://paleoleap.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://paleoleap.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 {
	background-color: var(--branding-color-primary);
	color: var(--branding-color-primary-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(--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 {
	color: var(--branding-color-background-text);
}
.is-style-full-width-feature-wrapper-cta,
.is-style-full-width-feature-wrapper-cta a,
.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-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;
}
.editor-styles-wrapper .is-style-full-width-custom-background-feature-wrapper::after,
.editor-styles-wrapper .is-style-feast-custom-background-feature-wrapper::after {
	content: "You don't have a Custom Background set on the Feast+ Branding page. Please set a background for it to show.";
	width: 100%;
	display: block !important;
	color: red;
	text-align: center;
	margin-top: 24px;
}
.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);	
}

body,
body .has-feast-branding-body-font-font-family {
	font-family: var(--branding-body-font), var(--font-fallback) !important;
	font-weight: 400;
	letter-spacing: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.has-feast-branding-heading-font-font-family {
	font-family: var(--branding-heading-font), var(--font-fallback) !important;
	font-weight: 800;
	letter-spacing: normal;
	text-transform: none;
}
h1, h2, h3, h4, h5, h6 { font-weight: 700 !important; }
.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 {
	font-weight: 400 !important;
}
.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;
}
body.feast-plugin h1 {font-size:36px;}body.feast-plugin h2 {font-size:32px;}	.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;
}
.fsri-numbered .fsri-title::before {
	color: var(--branding-color-primary-text);
	background: var(--branding-color-primary);
}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-radius: 100px;
}
body .feastmobilenavbar ul li a,
.mmm-dialog ul.menu li a {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 1.2em;
}
.mmm-dialog ul.menu li a {
	color: #000;
	font-size: 20px;
}
.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 .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://paleoleap.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;
}
body #feast-advanced-jump-to summary {
	background-color: var(--branding-color-primary);
	color: var(--branding-color-primary-text);
}
#feast-advanced-jump-to summary {
	color: #fff !important;
}
#feast-advanced-jump-to summary::after {
	background-image: url('https://paleoleap.com/wp-content/plugins/feast-plugin/assets/images/chevron-down-white.svg');
}
.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;
	}
}	

/* 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(--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(--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(--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);
}
.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(--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://paleoleap.com/wp-content/uploads/2023/01/cropped-paleo-leap-square-logo-32x32.jpg" sizes="32x32" />
<link rel="icon" href="https://paleoleap.com/wp-content/uploads/2023/01/cropped-paleo-leap-square-logo-192x192.jpg" sizes="192x192" />
<link rel="apple-touch-icon" href="https://paleoleap.com/wp-content/uploads/2023/01/cropped-paleo-leap-square-logo-180x180.jpg" />
<meta name="msapplication-TileImage" content="https://paleoleap.com/wp-content/uploads/2023/01/cropped-paleo-leap-square-logo-270x270.jpg" />
<script data-no-optimize='1' data-cfasync='false' id='comscore-loader-b0aee08'>(function(){window.adthriveCLS.buildDate=`2026-05-19`;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`)}))}_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&&(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){document.cookie=`${e}=; SameSite=None; Secure; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/`}deleteLocalStorage(e){window.localStorage.removeItem(e)}deleteSessionStorage(e){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._gdpr&&this._shouldQueue){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._gdpr&&this._shouldQueue){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._gdpr&&this._shouldQueue){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._gdpr&&this._shouldQueue){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._gdpr&&this._shouldQueue){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._gdpr&&this._shouldQueue){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-b0aee08'>var cls_disable_ads=(function(e){window.adthriveCLS.buildDate=`2026-05-19`,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="feast-homepage-styling-10023">

		
	</style>
	<style id='core-block-supports-inline-css'>
.wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap;}
/*# sourceURL=core-block-supports-inline-css */
</style>

</head>
<body class="home wp-singular page-template-default page page-id-10023 wp-theme-genesis wp-child-theme-foodiepro5 header-full-width genesis-breadcrumbs-hidden has-grow-sidebar feast-plugin feast-full-width-layout full-width-content wp-6-9-4 fp-15-0-8 feast-plus"><div class="site-container"><header class="site-header"><div class="wrap"><div class="title-area"><p class="site-title"><a href="https://paleoleap.com/">Paleo Leap</a></p></div></div></header><nav class="nav-primary" aria-label="Main"><div class="wrap"><ul id="menu-main-navigation" class="menu genesis-nav-menu menu-primary"><li id="menu-item-6116" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6116"><a href="https://paleoleap.com/paleo-diet-recipes/"><span >Recipes</span></a>
<ul class="sub-menu">
	<li id="menu-item-18020" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18020"><a href="https://paleoleap.com/category/paleo-diet-recipes/beef/"><span >Beef and Red Meat</span></a></li>
	<li id="menu-item-18021" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18021"><a href="https://paleoleap.com/category/paleo-diet-recipes/chicken/"><span >Chicken and Poultry</span></a></li>
	<li id="menu-item-18025" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18025"><a href="https://paleoleap.com/category/paleo-diet-recipes/pork/"><span >Pork</span></a></li>
	<li id="menu-item-18024" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18024"><a href="https://paleoleap.com/category/paleo-diet-recipes/fish-seafood/"><span >Fish and Seafood</span></a></li>
	<li id="menu-item-18023" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18023"><a href="https://paleoleap.com/category/paleo-diet-recipes/eggs/"><span >Eggs</span></a></li>
	<li id="menu-item-18029" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18029"><a href="https://paleoleap.com/category/paleo-diet-recipes/soups/"><span >Soups</span></a></li>
	<li id="menu-item-18026" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18026"><a href="https://paleoleap.com/category/paleo-diet-recipes/salads/"><span >Salads</span></a></li>
	<li id="menu-item-18028" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18028"><a href="https://paleoleap.com/category/paleo-diet-recipes/sides-appetizers/"><span >Sides, Veggies and Appetizers</span></a></li>
	<li id="menu-item-18027" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18027"><a href="https://paleoleap.com/category/paleo-diet-recipes/sauces-dips/"><span >Sauces, Dips &#038; Vinaigrettes</span></a></li>
	<li id="menu-item-18022" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18022"><a href="https://paleoleap.com/category/paleo-diet-recipes/drinks/"><span >Drinks</span></a></li>
	<li id="menu-item-18030" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18030"><a href="https://paleoleap.com/category/paleo-diet-recipes/sweets-snacks/"><span >Sweets and Snacks</span></a></li>
	<li id="menu-item-21481" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-21481"><a href="https://paleoleap.com/category/cooking-tips/"><span >Cooking Tips</span></a></li>
</ul>
</li>
<li id="menu-item-6115" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6115"><a href="https://paleoleap.com/category/paleo-diet-articles/"><span >Learn</span></a></li>
<li id="menu-item-9048" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9048"><a href="#"><span >Your Starting Point</span></a>
<ul class="sub-menu">
	<li id="menu-item-10975" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10975"><a href="https://paleoleap.com/paleo-article-index/"><span >Topic Index</span></a></li>
	<li id="menu-item-8031" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8031"><a href="https://paleoleap.com/paleo-101"><span >Paleo 101</span></a></li>
	<li id="menu-item-8032" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8032"><a href="https://paleoleap.com/paleo-meal-plan/"><span >Paleo Meal Plan</span></a></li>
	<li id="menu-item-8033" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8033"><a href="https://paleoleap.com/paleo-diet-food-list/"><span >Paleo Food List</span></a></li>
	<li id="menu-item-8034" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8034"><a href="https://paleoleap.com/transitioning-to-paleo/"><span >Transitioning to Paleo</span></a></li>
	<li id="menu-item-9126" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9126"><a href="https://paleoleap.com/right-checklist-beginners/"><span >Am I Doing it Right? - Checklist</span></a></li>
	<li id="menu-item-20121" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20121"><a href="https://paleoleap.com/mini-course-paleo-for-beginners/"><span >Mini-Course for Beginners</span></a></li>
</ul>
</li>
<li id="menu-item-9051" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9051"><a href="#"><span >Popular Topics</span></a>
<ul class="sub-menu">
	<li id="menu-item-27190" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27190"><a href="/10-easy-paleo-recipes-beginners/"><span >Recipes for Beginners</span></a></li>
	<li id="menu-item-27194" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27194"><a href="/paleo-breakfast-ideas/"><span >Breakfast Ideas</span></a></li>
	<li id="menu-item-27195" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27195"><a href="/homemade-paleo-condiments/"><span >Homemade Condiments</span></a></li>
	<li id="menu-item-27192" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27192"><a href="/beans-and-legumes/"><span >Legumes</span></a></li>
	<li id="menu-item-9057" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9057"><a href="/11-ways-gluten-and-wheat-can-damage-your-health/"><span >Wheat &#038; Gluten</span></a></li>
	<li id="menu-item-18624" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18624"><a href="/place-of-dairy-on-paleo-diet/"><span >Dairy</span></a></li>
	<li id="menu-item-27193" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27193"><a href="/nightshades/"><span >Nightshades</span></a></li>
</ul>
</li>
<li id="menu-item-29450" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-29450"><a href="#"><span >More</span></a>
<ul class="sub-menu">
	<li id="menu-item-6117" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6117"><a href="https://paleoleap.com/category/paleo-compilations/"><span >Compilations</span></a></li>
	<li id="menu-item-25016" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25016"><a href="https://paleoleap.com/category/paleo-foods/"><span >Foods</span></a></li>
</ul>
</li>
</ul></div></nav><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://paleoleap.com"><img src="https://paleoleap.com/wp-content/uploads/2023/01/paleoleap-logo-small.png" srcset="https://paleoleap.com/wp-content/uploads/2023/01/paleoleap-logo-big.png 2x" alt="go to homepage" data-skip-lazy data-pin-nopin="true" height="70" width="200" /></a></div><nav class="desktop-inline-modern-menu"><ul id="menu-feast-modern-mobile-menu" class="menu"><li id="menu-item-65414" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65414"><a href="https://paleoleap.com/category/paleo-diet-recipes/">Recipes</a></li>
<li id="menu-item-65417" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65417"><a href="https://paleoleap.com/category/paleo-diet-recipes/chicken/">Chicken</a></li>
<li id="menu-item-65422" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65422"><a href="https://paleoleap.com/category/paleo-diet-recipes/pork/">Pork</a></li>
<li id="menu-item-65418" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65418"><a href="https://paleoleap.com/category/paleo-diet-recipes/sweets-snacks/">Snacks</a></li>
<li id="menu-item-65423" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65423"><a href="https://paleoleap.com/category/paleo-diet-recipes/salads/">Salads</a></li>
<li id="menu-item-65410" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65410"><a href="https://paleoleap.com/category/paleo-diet-articles/">Learn Paleo</a></li>
<li id="menu-item-65411" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65411"><a href="https://paleoleap.com/category/cooking-tips/">Paleo Cooking Tips</a></li>
<li id="menu-item-65412" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65412"><a href="https://paleoleap.com/category/paleo-foods/">Paleo Diet Foods</a></li>
<li id="menu-item-65413" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65413"><a href="https://paleoleap.com/category/paleo-compilations/">Paleo Recipe Compilations</a></li>
<li id="menu-item-65415" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65415"><a href="https://paleoleap.com/category/paleo-diet-recipes/keto/">Keto Diet Recipes</a></li>
<li id="menu-item-65416" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65416"><a href="https://paleoleap.com/category/paleo-diet-recipes/beef/">Paleo Beef and Red Meat Recipes</a></li>
<li id="menu-item-65419" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65419"><a href="https://paleoleap.com/category/paleo-diet-recipes/drinks/">Paleo Drink Recipes</a></li>
<li id="menu-item-65420" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65420"><a href="https://paleoleap.com/category/paleo-diet-recipes/eggs/">Paleo Egg Recipes</a></li>
<li id="menu-item-65421" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65421"><a href="https://paleoleap.com/category/paleo-diet-recipes/fish-seafood/">Paleo Fish and Seafood Recipes</a></li>
<li id="menu-item-65424" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65424"><a href="https://paleoleap.com/category/paleo-diet-recipes/sauces-dips/">Paleo Sauces and Dips</a></li>
<li id="menu-item-65425" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65425"><a href="https://paleoleap.com/category/paleo-diet-recipes/sides-appetizers/">Paleo Sides, Veggies and Appetizers</a></li>
<li id="menu-item-65426" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65426"><a href="https://paleoleap.com/category/paleo-diet-recipes/soups/">Paleo Soup Recipes</a></li>
<li id="menu-item-65427" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65427"><a href="https://paleoleap.com/category/paleotips/">Paleo Tips &amp; Tricks</a></li>
<li id="menu-item-65432" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65432"><a href="https://paleoleap.com/paleo-article-index/">Paleo Topic Index</a></li>
</ul></nav><div class="modern-menu-desktop-social"><div id="feast-social"><li id="simple-social-icons-2" class="widget simple-social-icons"><ul class="alignleft"><li class="ssi-facebook"><a data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/paleoleap" ><svg role="img" class="social-facebook" aria-labelledby="social-facebook-2"><title id="social-facebook-2">Facebook</title><use xlink:data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://paleoleap.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-facebook"></use></svg></a></li><li class="ssi-instagram"><a data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/paleoleap/" ><svg role="img" class="social-instagram" aria-labelledby="social-instagram-2"><title id="social-instagram-2">Instagram</title><use xlink:data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://paleoleap.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-instagram"></use></svg></a></li><li class="ssi-pinterest"><a data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://www.pinterest.com/paleoleap/" ><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest-2"><title id="social-pinterest-2">Pinterest</title><use xlink:data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://paleoleap.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-pinterest"></use></svg></a></li><li class="ssi-twitter"><a data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://twitter.com/PaleoLeap" ><svg role="img" class="social-twitter" aria-labelledby="social-twitter-2"><title id="social-twitter-2">Twitter</title><use xlink:data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://paleoleap.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-twitter"></use></svg></a></li><li class="ssi-youtube"><a data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://www.youtube.com/channel/UCB3OhYNUV149_JZCVU1_PAw" ><svg role="img" class="social-youtube" aria-labelledby="social-youtube-2"><title id="social-youtube-2">YouTube</title><use xlink:data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://paleoleap.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-youtube"></use></svg></a></li></ul></li>
</div></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://paleoleap.com"><img id="mmmlogo" src="https://paleoleap.com/wp-content/uploads/2023/01/paleoleap-logo-small.png" srcset="https://paleoleap.com/wp-content/uploads/2023/01/paleoleap-logo-big.png 2x" alt="Homepage link" data-pin-nopin="true" /></a><div id="feast-mobile-search"><form class="search-form" method="get" action="https://paleoleap.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://paleoleap.com/?s={s}"></form></div><ul id="menu-feast-modern-mobile-menu-1" class="menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65414"><a href="https://paleoleap.com/category/paleo-diet-recipes/">Recipes</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65417"><a href="https://paleoleap.com/category/paleo-diet-recipes/chicken/">Chicken</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65422"><a href="https://paleoleap.com/category/paleo-diet-recipes/pork/">Pork</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65418"><a href="https://paleoleap.com/category/paleo-diet-recipes/sweets-snacks/">Snacks</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65423"><a href="https://paleoleap.com/category/paleo-diet-recipes/salads/">Salads</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65410"><a href="https://paleoleap.com/category/paleo-diet-articles/">Learn Paleo</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65411"><a href="https://paleoleap.com/category/cooking-tips/">Paleo Cooking Tips</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65412"><a href="https://paleoleap.com/category/paleo-foods/">Paleo Diet Foods</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65413"><a href="https://paleoleap.com/category/paleo-compilations/">Paleo Recipe Compilations</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65415"><a href="https://paleoleap.com/category/paleo-diet-recipes/keto/">Keto Diet Recipes</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65416"><a href="https://paleoleap.com/category/paleo-diet-recipes/beef/">Paleo Beef and Red Meat Recipes</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65419"><a href="https://paleoleap.com/category/paleo-diet-recipes/drinks/">Paleo Drink Recipes</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65420"><a href="https://paleoleap.com/category/paleo-diet-recipes/eggs/">Paleo Egg Recipes</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65421"><a href="https://paleoleap.com/category/paleo-diet-recipes/fish-seafood/">Paleo Fish and Seafood Recipes</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65424"><a href="https://paleoleap.com/category/paleo-diet-recipes/sauces-dips/">Paleo Sauces and Dips</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65425"><a href="https://paleoleap.com/category/paleo-diet-recipes/sides-appetizers/">Paleo Sides, Veggies and Appetizers</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65426"><a href="https://paleoleap.com/category/paleo-diet-recipes/soups/">Paleo Soup Recipes</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65427"><a href="https://paleoleap.com/category/paleotips/">Paleo Tips &amp; Tricks</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65432"><a href="https://paleoleap.com/paleo-article-index/">Paleo Topic Index</a></li>
</ul><div id="feast-mobile-menu-social-icons"><div id="feast-social"><li id="simple-social-icons-2" class="widget simple-social-icons"><ul class="alignleft"><li class="ssi-facebook"><a data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/paleoleap" ><svg role="img" class="social-facebook" aria-labelledby="social-facebook-2"><title id="social-facebook-2">Facebook</title><use xlink:data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://paleoleap.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-facebook"></use></svg></a></li><li class="ssi-instagram"><a data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/paleoleap/" ><svg role="img" class="social-instagram" aria-labelledby="social-instagram-2"><title id="social-instagram-2">Instagram</title><use xlink:data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://paleoleap.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-instagram"></use></svg></a></li><li class="ssi-pinterest"><a data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://www.pinterest.com/paleoleap/" ><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest-2"><title id="social-pinterest-2">Pinterest</title><use xlink:data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://paleoleap.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-pinterest"></use></svg></a></li><li class="ssi-twitter"><a data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://twitter.com/PaleoLeap" ><svg role="img" class="social-twitter" aria-labelledby="social-twitter-2"><title id="social-twitter-2">Twitter</title><use xlink:data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://paleoleap.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-twitter"></use></svg></a></li><li class="ssi-youtube"><a data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://www.youtube.com/channel/UCB3OhYNUV149_JZCVU1_PAw" ><svg role="img" class="social-youtube" aria-labelledby="social-youtube-2"><title id="social-youtube-2">YouTube</title><use xlink:data-wpel-link="ignore" target="_blank" rel="noopener noreferrer" href="https://paleoleap.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-youtube"></use></svg></a></li></ul></li>
</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-10023 page type-page status-publish has-post-thumbnail entry grow-content-body" aria-label="Paleo Leap | Paleo Diet Recipes &#038; Tips"><header class="entry-header"><h1 class="entry-title">Paleo Leap | Paleo Diet Recipes &#038; Tips</h1>
</header><div class="entry-content">
<p>Your central hub of learning about all aspects of eating &amp; living a Paleo lifestyle. With <strong>thousands of recipes</strong>&nbsp;to inspire you, you’ll always have tons of healthy and delicious options.</p>



<p>We strive to bring you clear, easy, and actionable insights to help you eat food and live a lifestyle that'll help you regain or maintain good health and feel great. You can&nbsp;<a href="https://paleoleap.com/paleo-leap-mission/">read more about our mission here</a>.</p>



<h2 class="wp-block-heading">Paleo and Keto Recipes</h2>



<p>The best part about eating Paleo or Keto is that the food can be absolutely delicious and easy to prepare. Get started by browsing through some of our recipes.<a href="https://paleoleap.com/paleo-diet-recipes/"></a></p>


<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://paleoleap.com/kale-and-banana-green-smoothie/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Kale-and-banana-green-smoothie-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a glass of Kale and banana green smoothie with a banana in the background" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Kale-and-banana-green-smoothie-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Kale-and-banana-green-smoothie-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Kale-and-banana-green-smoothie-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Kale-and-banana-green-smoothie-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Kale-and-banana-green-smoothie-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Kale-and-banana-green-smoothie-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Kale-and-banana-green-smoothie-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Kale-and-banana-green-smoothie-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Kale-and-banana-green-smoothie-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Kale and Banana Green Smoothie</div></a></li><li class="listing-item"><a href="https://paleoleap.com/almond-banana-cinnamon-smoothie/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-cinnamon-smoothie-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a glass of Almond banana cinnamon smoothie on a wood table" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-cinnamon-smoothie-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-cinnamon-smoothie-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-cinnamon-smoothie-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-cinnamon-smoothie-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-cinnamon-smoothie-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-cinnamon-smoothie-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-cinnamon-smoothie-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-cinnamon-smoothie-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-cinnamon-smoothie-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Almond Banana Cinnamon Smoothie</div></a></li><li class="listing-item"><a href="https://paleoleap.com/peach-and-chocolate-green-smoothie/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Peach-and-chocolate-green-smoothie-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="glass of Peach and chocolate green smoothie on a wood table with peaches in the background" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Peach-and-chocolate-green-smoothie-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Peach-and-chocolate-green-smoothie-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Peach-and-chocolate-green-smoothie-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Peach-and-chocolate-green-smoothie-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Peach-and-chocolate-green-smoothie-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Peach-and-chocolate-green-smoothie-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Peach-and-chocolate-green-smoothie-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Peach-and-chocolate-green-smoothie-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Peach-and-chocolate-green-smoothie-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Peach and Chocolate Green Smoothie</div></a></li><li class="listing-item"><a href="https://paleoleap.com/coconut-vanilla-milkshake/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Coconut-vanilla-milkshake-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of two glasses of cinnamon and Coconut vanilla milkshake" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Coconut-vanilla-milkshake-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-vanilla-milkshake-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-vanilla-milkshake-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-vanilla-milkshake-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-vanilla-milkshake-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-vanilla-milkshake-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-vanilla-milkshake-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-vanilla-milkshake-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-vanilla-milkshake-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Coconut Vanilla Milkshake</div></a></li></ul></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://paleoleap.com/bbq-grilled-lamb-kebabs/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2023/02/BBQ-Grilled-Lamb-Kebabs-150x150.jpg" class=" fsri-image wp-post-image" alt="orange plate on yellow placemat topped with bbq grilled lamb kebabs" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2023/02/BBQ-Grilled-Lamb-Kebabs-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2023/02/BBQ-Grilled-Lamb-Kebabs-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2023/02/BBQ-Grilled-Lamb-Kebabs-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2023/02/BBQ-Grilled-Lamb-Kebabs-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2023/02/BBQ-Grilled-Lamb-Kebabs-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2023/02/BBQ-Grilled-Lamb-Kebabs-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2023/02/BBQ-Grilled-Lamb-Kebabs-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2023/02/BBQ-Grilled-Lamb-Kebabs-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2023/02/BBQ-Grilled-Lamb-Kebabs.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">BBQ Grilled Lamb Kebabs</div></a></li><li class="listing-item"><a href="https://paleoleap.com/wild-salmon-with-cajun-spices/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2023/04/Cajun-Wild-Salmon--150x150.jpg" class=" fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2023/04/Cajun-Wild-Salmon--150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2023/04/Cajun-Wild-Salmon--300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2023/04/Cajun-Wild-Salmon--1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2023/04/Cajun-Wild-Salmon--768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2023/04/Cajun-Wild-Salmon--500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2023/04/Cajun-Wild-Salmon--360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2023/04/Cajun-Wild-Salmon--720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2023/04/Cajun-Wild-Salmon--180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2023/04/Cajun-Wild-Salmon-.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Wild Salmon With Cajun Spices</div></a></li><li class="listing-item"><a href="https://paleoleap.com/moqueca-a-brazilian-fish-stew/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2023/05/Brazilian-Fish-Stew-150x150.jpg" class=" fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2023/05/Brazilian-Fish-Stew-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2023/05/Brazilian-Fish-Stew-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2023/05/Brazilian-Fish-Stew-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2023/05/Brazilian-Fish-Stew-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2023/05/Brazilian-Fish-Stew-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2023/05/Brazilian-Fish-Stew-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2023/05/Brazilian-Fish-Stew-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2023/05/Brazilian-Fish-Stew-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2023/05/Brazilian-Fish-Stew.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Moqueca, A Brazilian Fish Stew</div></a></li><li class="listing-item"><a href="https://paleoleap.com/meen-molee-fish-curry/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2023/05/Meen-Molee-Fish-Curry-150x150.jpg" class=" fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2023/05/Meen-Molee-Fish-Curry-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2023/05/Meen-Molee-Fish-Curry-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2023/05/Meen-Molee-Fish-Curry-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2023/05/Meen-Molee-Fish-Curry-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2023/05/Meen-Molee-Fish-Curry-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2023/05/Meen-Molee-Fish-Curry-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2023/05/Meen-Molee-Fish-Curry-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2023/05/Meen-Molee-Fish-Curry-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2023/05/Meen-Molee-Fish-Curry.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Meen Molee - Fish Curry</div></a></li></ul></div>

<form role="search" method="get" action="https://paleoleap.com/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"    ><label class="wp-block-search__label" for="wp-block-search__input-2" >Search the site from the content</label><div class="wp-block-search__inside-wrapper" ><input class="wp-block-search__input" id="wp-block-search__input-2" placeholder="search for a recipe + hit enter" value="" type="search" name="s" required /><button aria-label="Search" class="wp-block-search__button wp-element-button" type="submit" >Search</button></div></form>


<h2 class="wp-block-heading">What Is Paleo Diet?</h2>



<p>We’ve spent most of our time adapting to the food we ate before the Agricultural Revolution: animal foods, wild vegetables, and fruits in season, along with limited amounts of nuts &amp; seeds. Our bodies are built to consume these foods, but this is not what our diets look like today.&nbsp;Paleo&nbsp;is based on the idea that this mismatch between our bodies and our diet might be the reason for modern health problems like diabetes, obesity, and heart disease. Just like any other animal, humans suffer when we stray from our natural diet, but when we return to it, everything changes. Food stops making us sick and starts making us strong, energetic, and vibrant with health. More than just a diet; it’s a lifestyle!</p>



<h2 class="wp-block-heading">Paleo Chicken and Poultry Recipes</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://paleoleap.com/cock-a-leekie-soup/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Cock-a-leekie-soup-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a brown bowl filled with Cock-a-leekie soup" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Cock-a-leekie-soup-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Cock-a-leekie-soup-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Cock-a-leekie-soup-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Cock-a-leekie-soup-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Cock-a-leekie-soup-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Cock-a-leekie-soup-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Cock-a-leekie-soup-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Cock-a-leekie-soup-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Cock-a-leekie-soup-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Cock-a-Leekie Soup</div></a></li><li class="listing-item"><a href="https://paleoleap.com/thai-chicken-soup/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Thai-chicken-soup-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of Thai chicken soup in a square wooden bowl" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Thai-chicken-soup-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Thai-chicken-soup-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Thai-chicken-soup-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Thai-chicken-soup-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Thai-chicken-soup-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Thai-chicken-soup-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Thai-chicken-soup-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Thai-chicken-soup-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Thai-chicken-soup-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Thai Chicken Soup</div></a></li><li class="listing-item"><a href="https://paleoleap.com/chicken-livers-with-grapes-and-onions/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Chicken-livers-with-grapes-and-onions-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a serving of Chicken livers with grapes and onions on a blue plate" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Chicken-livers-with-grapes-and-onions-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-livers-with-grapes-and-onions-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-livers-with-grapes-and-onions-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-livers-with-grapes-and-onions-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-livers-with-grapes-and-onions-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-livers-with-grapes-and-onions-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-livers-with-grapes-and-onions-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-livers-with-grapes-and-onions-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-livers-with-grapes-and-onions-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Chicken Livers with Grapes and Onions</div></a></li><li class="listing-item"><a href="https://paleoleap.com/chicken-liver-omelet/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Chicken-liver-omelet-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a red plate holding a large Chicken liver omelet" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Chicken-liver-omelet-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-liver-omelet-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-liver-omelet-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-liver-omelet-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-liver-omelet-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-liver-omelet-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-liver-omelet-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-liver-omelet-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Chicken-liver-omelet-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Chicken Liver Omelet</div></a></li></ul></div>


<p class="has-text-align-right">See more <a href="https://paleoleap.com/category/paleo-diet-recipes/chicken/">Chicken recipes →</a></p>



<h2 class="wp-block-heading">Paleo Pork Recipes</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://paleoleap.com/pigs-feet-stew/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Pigs-feet-stew-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of Pig’s feet stew" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Pigs-feet-stew-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Pigs-feet-stew-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Pigs-feet-stew-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Pigs-feet-stew-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Pigs-feet-stew-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Pigs-feet-stew-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Pigs-feet-stew-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Pigs-feet-stew-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Pigs-feet-stew-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Pig’s Feet Stew</div></a></li><li class="listing-item"><a href="https://paleoleap.com/pork-liver-and-heart-pate/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Pork-liver-and-heart-pate-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of an orange casserole dish filled with Pork Liver and Heart Pâté" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Pork-liver-and-heart-pate-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-liver-and-heart-pate-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-liver-and-heart-pate-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-liver-and-heart-pate-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-liver-and-heart-pate-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-liver-and-heart-pate-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-liver-and-heart-pate-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-liver-and-heart-pate-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-liver-and-heart-pate-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Pork Liver and Heart Pâté</div></a></li><li class="listing-item"><a href="https://paleoleap.com/liver-and-onions/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Liver-and-onions-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of Liver and Onions on a white plate" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Liver-and-onions-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Liver-and-onions-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Liver-and-onions-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Liver-and-onions-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Liver-and-onions-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Liver-and-onions-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Liver-and-onions-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Liver-and-onions-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Liver-and-onions-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Liver and Onions</div></a></li><li class="listing-item"><a href="https://paleoleap.com/pork-and-lamb-kidney-hot-pot/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Pork-and-lamb-kidney-hot-pot-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="blue plate filled with Pork and lamb kidney hot pot" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Pork-and-lamb-kidney-hot-pot-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-and-lamb-kidney-hot-pot-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-and-lamb-kidney-hot-pot-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-and-lamb-kidney-hot-pot-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-and-lamb-kidney-hot-pot-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-and-lamb-kidney-hot-pot-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-and-lamb-kidney-hot-pot-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-and-lamb-kidney-hot-pot-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Pork-and-lamb-kidney-hot-pot-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Pork and Lamb Kidney Hot Pot</div></a></li></ul></div>


<p class="has-text-align-right">See more <a href="https://paleoleap.com/category/paleo-diet-recipes/pork/">Pork recipes →</a></p>



<h2 class="wp-block-heading">Paleo Beef and Red Meat Recipes</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://paleoleap.com/lamb-liver-with-oranges/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Lamb-Liver-with-Oranges-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="Lamb Liver with Oranges served on a red plate" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Lamb-Liver-with-Oranges-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Lamb-Liver-with-Oranges-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Lamb-Liver-with-Oranges-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Lamb-Liver-with-Oranges-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Lamb-Liver-with-Oranges-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Lamb-Liver-with-Oranges-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Lamb-Liver-with-Oranges-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Lamb-Liver-with-Oranges-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Lamb-Liver-with-Oranges-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Lamb Liver with Oranges</div></a></li><li class="listing-item"><a href="https://paleoleap.com/slow-cooked-beef-tongue/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Slow-cooked-beef-tongue-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="green bowl filled with Slow Cooked Beef Tongue" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Slow-cooked-beef-tongue-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Slow-cooked-beef-tongue-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Slow-cooked-beef-tongue-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Slow-cooked-beef-tongue-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Slow-cooked-beef-tongue-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Slow-cooked-beef-tongue-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Slow-cooked-beef-tongue-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Slow-cooked-beef-tongue-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Slow-cooked-beef-tongue-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Slow Cooked Beef Tongue</div></a></li><li class="listing-item"><a href="https://paleoleap.com/braised-beef-heart/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Braised-beef-heart-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a brown bowl filled with Braised beef heart on a wood table" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Braised-beef-heart-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Braised-beef-heart-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Braised-beef-heart-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Braised-beef-heart-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Braised-beef-heart-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Braised-beef-heart-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Braised-beef-heart-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Braised-beef-heart-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Braised-beef-heart-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Braised Beef Heart</div></a></li><li class="listing-item"><a href="https://paleoleap.com/kidney-and-orange-stew/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Kidney-and-orange-stew-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="white plate filled with a serving of Kidney and Orange Stew with orange slices" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Kidney-and-orange-stew-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Kidney-and-orange-stew-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Kidney-and-orange-stew-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Kidney-and-orange-stew-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Kidney-and-orange-stew-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Kidney-and-orange-stew-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Kidney-and-orange-stew-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Kidney-and-orange-stew-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Kidney-and-orange-stew-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Kidney and Orange Stew</div></a></li></ul></div>


<p class="has-text-align-right">See more <a href="https://paleoleap.com/category/paleo-diet-recipes/beef/">Beef recipes →</a></p>



<h2 class="wp-block-heading">Paleo Sides, Veggies and Appetizers</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://paleoleap.com/bbq-grilled-peaches-with-cinnamon/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/BBQ-grilled-peaches-with-cinnamon-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="BBQ grilled peaches with cinnamon on a grill" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/BBQ-grilled-peaches-with-cinnamon-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/BBQ-grilled-peaches-with-cinnamon-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/BBQ-grilled-peaches-with-cinnamon-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/BBQ-grilled-peaches-with-cinnamon-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/BBQ-grilled-peaches-with-cinnamon-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/BBQ-grilled-peaches-with-cinnamon-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/BBQ-grilled-peaches-with-cinnamon-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/BBQ-grilled-peaches-with-cinnamon-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/BBQ-grilled-peaches-with-cinnamon-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">BBQ Grilled Peaches with Cinnamon</div></a></li><li class="listing-item"><a href="https://paleoleap.com/simple-fruit-salad/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Simple-fruit-salad-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a wood bowl filled with Simple fruit salad" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Simple-fruit-salad-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Simple-fruit-salad-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Simple-fruit-salad-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Simple-fruit-salad-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Simple-fruit-salad-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Simple-fruit-salad-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Simple-fruit-salad-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Simple-fruit-salad-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Simple-fruit-salad-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Simple Fruit Salad</div></a></li><li class="listing-item"><a href="https://paleoleap.com/tangerine-and-pineapple-vinaigrette/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Tangerine-and-pineapple-vinaigrette-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a glass carafe filled with Tangerine and pineapple vinaigrette on a table next to a mandarin orange" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Tangerine-and-pineapple-vinaigrette-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Tangerine-and-pineapple-vinaigrette-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Tangerine-and-pineapple-vinaigrette-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Tangerine-and-pineapple-vinaigrette-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Tangerine-and-pineapple-vinaigrette-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Tangerine-and-pineapple-vinaigrette-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Tangerine-and-pineapple-vinaigrette-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Tangerine-and-pineapple-vinaigrette-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Tangerine-and-pineapple-vinaigrette-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Tangerine and Pineapple Vinaigrette</div></a></li><li class="listing-item"><a href="https://paleoleap.com/green-spinach-and-chard-soup/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Green-spinach-and-chard-soup-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="white bowl filled with Green spinach and chard soup" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Green-spinach-and-chard-soup-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Green-spinach-and-chard-soup-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Green-spinach-and-chard-soup-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Green-spinach-and-chard-soup-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Green-spinach-and-chard-soup-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Green-spinach-and-chard-soup-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Green-spinach-and-chard-soup-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Green-spinach-and-chard-soup-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Green-spinach-and-chard-soup-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Green Spinach and Chard Soup</div></a></li></ul></div>


<p class="has-text-align-right">See more <a href="https://paleoleap.com/category/paleo-diet-recipes/sides-appetizers/">Appetizer recipes →</a></p>



<h2 class="wp-block-heading">Paleo Fish and Seafood Recipes</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://paleoleap.com/shrimp-gumbo/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Shrimp-gumbo-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a bowl full of Shrimp gumbo in a white bowl" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Shrimp-gumbo-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Shrimp-gumbo-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Shrimp-gumbo-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Shrimp-gumbo-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Shrimp-gumbo-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Shrimp-gumbo-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Shrimp-gumbo-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Shrimp-gumbo-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Shrimp-gumbo-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Shrimp Gumbo</div></a></li><li class="listing-item"><a href="https://paleoleap.com/smoked-salmon-omelet/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Smoked-Salmon-Omelet-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="Smoked Salmon Omelet on a light blue plate with a sprig of green garnish" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Smoked-Salmon-Omelet-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Smoked-Salmon-Omelet-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Smoked-Salmon-Omelet-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Smoked-Salmon-Omelet-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Smoked-Salmon-Omelet-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Smoked-Salmon-Omelet-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Smoked-Salmon-Omelet-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Smoked-Salmon-Omelet-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Smoked-Salmon-Omelet-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Smoked Salmon Omelet</div></a></li><li class="listing-item"><a href="https://paleoleap.com/lobster-omelet/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/03/Lobster-omelet-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a Lobster Omelet on a wood round cutting board" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/03/Lobster-omelet-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/03/Lobster-omelet-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/03/Lobster-omelet-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/03/Lobster-omelet-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/03/Lobster-omelet-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/03/Lobster-omelet-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/03/Lobster-omelet-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/03/Lobster-omelet-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/03/Lobster-omelet-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Lobster Omelet</div></a></li><li class="listing-item"><a href="https://paleoleap.com/creole-omelet/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/03/Creole-omelet-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="Creole omelet on a green plate" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/03/Creole-omelet-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/03/Creole-omelet-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/03/Creole-omelet-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/03/Creole-omelet-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/03/Creole-omelet-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/03/Creole-omelet-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/03/Creole-omelet-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/03/Creole-omelet-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/03/Creole-omelet-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Creole Omelet</div></a></li></ul></div>


<p class="has-text-align-right">See more <a href="https://paleoleap.com/category/paleo-diet-recipes/fish-seafood/">Appetizer recipes →</a></p>



<h2 class="wp-block-heading">Paleo Salad Recipes</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://paleoleap.com/coconut-fruit-bowl/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Coconut-fruit-bowl-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="overhead view of Coconut fruit bowl in a wood bowl next to cinnamon sticks on a table" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Coconut-fruit-bowl-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-fruit-bowl-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-fruit-bowl-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-fruit-bowl-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-fruit-bowl-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-fruit-bowl-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-fruit-bowl-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-fruit-bowl-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Coconut-fruit-bowl-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Coconut Fruit Bowl</div></a></li><li class="listing-item"><a href="https://paleoleap.com/pumpkin-salad/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/03/pumpkin-salad-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="wood bowl filled with Pumpkin Salad for fall" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/03/pumpkin-salad-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/03/pumpkin-salad-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/03/pumpkin-salad-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/03/pumpkin-salad-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/03/pumpkin-salad-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/03/pumpkin-salad-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/03/pumpkin-salad-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/03/pumpkin-salad-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/03/pumpkin-salad-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Pumpkin Salad</div></a></li><li class="listing-item"><a href="https://paleoleap.com/canned-salmon-salad/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/03/canned-salmon-salad-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a plate full of Canned Salmon Salad on a bed of lettuce" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/03/canned-salmon-salad-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/03/canned-salmon-salad-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/03/canned-salmon-salad-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/03/canned-salmon-salad-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/03/canned-salmon-salad-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/03/canned-salmon-salad-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/03/canned-salmon-salad-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/03/canned-salmon-salad-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/03/canned-salmon-salad-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Canned Salmon Salad</div></a></li><li class="listing-item"><a href="https://paleoleap.com/bacon-and-jerusalem-artichoke-warm-salad/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/03/Bacon-and-Jerusalem-artichoke-warm-salad-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="white bowl filled with Bacon and Jerusalem Artichoke Warm Salad" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/03/Bacon-and-Jerusalem-artichoke-warm-salad-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/03/Bacon-and-Jerusalem-artichoke-warm-salad-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/03/Bacon-and-Jerusalem-artichoke-warm-salad-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/03/Bacon-and-Jerusalem-artichoke-warm-salad-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/03/Bacon-and-Jerusalem-artichoke-warm-salad-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/03/Bacon-and-Jerusalem-artichoke-warm-salad-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/03/Bacon-and-Jerusalem-artichoke-warm-salad-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/03/Bacon-and-Jerusalem-artichoke-warm-salad-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/03/Bacon-and-Jerusalem-artichoke-warm-salad-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Bacon and Jerusalem Artichoke Warm Salad</div></a></li></ul></div>


<p class="has-text-align-right">See more <a href="https://paleoleap.com/category/paleo-diet-recipes/salads/">Salad recipes →</a></p>



<h2 class="wp-block-heading">Paleo Desserts, Sweets, and Snacks</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://paleoleap.com/pumpkin-smoothie/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/05/Pumpkin-smoothie-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="Pumpkin smoothie in a glass on a wood table with cinnamon sticks in the background" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/05/Pumpkin-smoothie-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/05/Pumpkin-smoothie-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/05/Pumpkin-smoothie-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/05/Pumpkin-smoothie-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/05/Pumpkin-smoothie-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/05/Pumpkin-smoothie-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/05/Pumpkin-smoothie-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/05/Pumpkin-smoothie-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/05/Pumpkin-smoothie-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Pumpkin Smoothie</div></a></li><li class="listing-item"><a href="https://paleoleap.com/coffee-smoothie/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Coffee-smoothie-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="overhead view of a glass of Coffee smoothie" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Coffee-smoothie-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Coffee-smoothie-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Coffee-smoothie-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Coffee-smoothie-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Coffee-smoothie-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Coffee-smoothie-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Coffee-smoothie-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Coffee-smoothie-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Coffee-smoothie-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Coffee Smoothie</div></a></li><li class="listing-item"><a href="https://paleoleap.com/macadamia-and-avocado-smoothie/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Macadamia-and-avocado-smoothie-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="Macadamia and avocado smoothie in a glass on a wood table with strawberries" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Macadamia-and-avocado-smoothie-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Macadamia-and-avocado-smoothie-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Macadamia-and-avocado-smoothie-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Macadamia-and-avocado-smoothie-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Macadamia-and-avocado-smoothie-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Macadamia-and-avocado-smoothie-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Macadamia-and-avocado-smoothie-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Macadamia-and-avocado-smoothie-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Macadamia-and-avocado-smoothie-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Macadamia and Avocado Smoothie</div></a></li><li class="listing-item"><a href="https://paleoleap.com/pumpkin-pie/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-pie-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="Pumpkin Pie in a red pie pan on a wood table" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-pie-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-pie-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-pie-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-pie-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-pie-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-pie-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-pie-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-pie-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-pie-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Pumpkin Pie</div></a></li></ul></div>


<p class="has-text-align-right">See more <a href="https://paleoleap.com/category/paleo-diet-recipes/sweets-snacks/">Sweets recipes →</a></p>



<h2 class="wp-block-heading">Paleo Soup Recipes</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://paleoleap.com/caesar-dressing/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Caesar-dressing-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a white ramekin full of homemade Caesar dressing with a lemon in the background" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Caesar-dressing-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Caesar-dressing-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Caesar-dressing-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Caesar-dressing-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Caesar-dressing-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Caesar-dressing-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Caesar-dressing-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Caesar-dressing-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Caesar-dressing-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Caesar Dressing</div></a></li><li class="listing-item"><a href="https://paleoleap.com/pumpkin-soup/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-soup-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a green bowl with a serving of Pumpkin soup" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-soup-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-soup-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-soup-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-soup-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-soup-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-soup-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-soup-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-soup-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Pumpkin-soup-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Pumpkin Soup</div></a></li><li class="listing-item"><a href="https://paleoleap.com/asparagus-spinach-and-avocado-soup/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Asparagus-spinach-and-avocado-soup-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of a blue bowl filled with Asparagus, spinach and avocado soup on a wood table" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Asparagus-spinach-and-avocado-soup-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Asparagus-spinach-and-avocado-soup-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Asparagus-spinach-and-avocado-soup-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Asparagus-spinach-and-avocado-soup-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Asparagus-spinach-and-avocado-soup-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Asparagus-spinach-and-avocado-soup-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Asparagus-spinach-and-avocado-soup-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Asparagus-spinach-and-avocado-soup-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Asparagus-spinach-and-avocado-soup-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Asparagus, Spinach and Avocado Soup</div></a></li><li class="listing-item"><a href="https://paleoleap.com/bacon-and-parsnip-soup/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Bacon-and-parsnip-soup-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of Bacon and parsnip soup in a white bowl on a wood table" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Bacon-and-parsnip-soup-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Bacon-and-parsnip-soup-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Bacon-and-parsnip-soup-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Bacon-and-parsnip-soup-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Bacon-and-parsnip-soup-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Bacon-and-parsnip-soup-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Bacon-and-parsnip-soup-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Bacon-and-parsnip-soup-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Bacon-and-parsnip-soup-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Bacon and Parsnip Soup</div></a></li></ul></div>


<p class="has-text-align-right">See more <a href="https://paleoleap.com/category/paleo-diet-recipes/soups/">Soups recipes →</a></p>



<h2 class="wp-block-heading">At a glance</h2>



<p>To help you get up and running with new, healthier habits, the following is a big-picture overview of what Paleo is all about. Want more? Check out our&nbsp;<a href="https://paleoleap.com/paleo-101/">Paleo 101</a>, our&nbsp;<a href="https://paleoleap.com/keto-101/">Keto 101</a>,&nbsp;<a href="https://paleoleap.com/keto-faq/">Keto FAQ</a>&nbsp;or our&nbsp;<a href="https://paleoleap.com/paleo-guide-start/">Paleo Guide</a>&nbsp;posts, as they cover all these points and more in greater detail.</p>



<h3 class="wp-block-heading">AVOID TOXIC OR INFLAMMATORY FOODS</h3>



<p>Toxic or inflammatory foods include:</p>



<h4 class="wp-block-heading"><a href="https://paleoleap.com/what-is-wrong-with-grains/">Grains</a></h4>



<p><a href="https://paleoleap.com/11-ways-gluten-and-wheat-can-damage-your-health/">Wheat</a>, rye, barley, oats, brown rice</p>



<h4 class="wp-block-heading">Legumes</h4>



<p><a href="https://paleoleap.com/dangers-soy/">Soy beans</a>, peanuts, chickpeas, kidney beans</p>



<h4 class="wp-block-heading"><a href="https://paleoleap.com/many-dangers-of-excess-pufa-consumption/">Vegetable seed oils</a></h4>



<p>Soybean oil, peanut oil, corn oil, canola oil</p>



<h4 class="wp-block-heading">Added&nbsp;<a href="https://paleoleap.com/10-reasons-why-fructose-is-bad/">sugar</a></h4>



<p>Sodas, cakes, fruit juices.&nbsp;<a href="https://paleoleap.com/sugar-and-paleo/">Some sugar</a>&nbsp;from natural sources like fruit is perfectly fine.</p>



<h4 class="wp-block-heading">Dairy</h4>



<p>Sources of&nbsp;<a href="https://paleoleap.com/place-of-dairy-on-paleo-diet/">dairy</a>&nbsp;are high in protein (casein) and sugar (lactose) and low in&nbsp;<a href="https://paleoleap.com/the-many-virtues-of-butter/">healthy butter-fat</a>.</p>



<h3 class="wp-block-heading">EAT NATURAL AND NUTRIENT-RICH FOODS</h3>



<p>You can eat a vast array of vegetables (including&nbsp;root and starchy vegetables), meat, poultry, fish, seafood,&nbsp;healthy fats, eggs, and fruits.&nbsp;<a href="https://paleoleap.com/are-nuts-and-seeds-healthy/">Nuts and seeds</a>&nbsp;are good too, but too many can be problematic. Focus on eating a variety of foods that are&nbsp;<a href="https://paleoleap.com/micronutrients-nourishing-diet/">high in vitamins and minerals</a>. These include:</p>



<h4 class="wp-block-heading">Organ meats</h4>



<p><a href="https://paleoleap.com/paleo-guide-to-liver/">Liver</a>, kidney, bone marrow, heart, brain</p>



<h4 class="wp-block-heading">Leafy green vegetables</h4>



<p>Spinach, kale, swiss chard, arugula</p>



<h4 class="wp-block-heading">Meat from&nbsp;<a href="https://paleoleap.com/importance-of-grass-fed-meat/">grass-fed</a>&nbsp;ruminants</h4>



<p>Beef, bison, lamb</p>



<h4 class="wp-block-heading">Mollusks &amp; other&nbsp;<a href="https://paleoleap.com/fish-seafood-on-paleo-diet/">seafood</a></h4>



<p>Oysters, mussels, wild salmon, sardines</p>



<h4 class="wp-block-heading"><a href="https://paleoleap.com/fermented-food-recipes/">Fermented foods</a></h4>



<p>Sauerkraut, kimchi</p>



<h4 class="wp-block-heading"><a href="https://paleoleap.com/an-egg-yolk-a-day-keeps-the-doctor-away/">Egg yolks</a></h4>



<h4 class="wp-block-heading"><a href="https://paleoleap.com/making-fresh-bone-stock/">Bone broth</a></h4>



<p>You can consult our&nbsp;<a href="https://paleoleap.com/paleo-diet-food-list/">list of Paleo foods</a>&nbsp;to get a big picture of what foods are considered Paleo.</p>



<h3 class="wp-block-heading">OPTIMIZE YOUR LIFESTYLE</h3>



<p>Evolutionary history can teach us about more than just food! Lifestyle changes can help keep your digestive system healthy, your body strong and resilient and your immune system primed to face down viruses and bacteria.</p>



<p>Get frequent sun exposure or supplement&nbsp;<a href="https://paleoleap.com/vitamin-d/">vitamin D</a>&nbsp;when sun is not an option</p>



<p>Reduce and manage stress in your life</p>



<p>Implement healthy sleeping habits</p>



<p>Get frequent and&nbsp;<a href="https://paleoleap.com/exercise-and-paleo-lifestyle/">healthy exercise</a></p>



<p><a href="https://paleoleap.com/paleo-living-sleep-stress-cycle/">Sleep, stress management</a>&nbsp;and exercise are the big three elements, other than diet, that are most important for optimal health.</p>



<h2 class="wp-block-heading">Recently Updated Recipes</h2>



<p>Recipes that you've recently updated benefit from being featured on the homepage, even temporarily. Describe why you're including them here.</p>


<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://paleoleap.com/sweet-potato-fries/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2022/11/sweet-potato-fries-featured-150x150.jpg" class=" fsri-image wp-post-image" alt="Sweet Potato Fries featured" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2022/11/sweet-potato-fries-featured-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2022/11/sweet-potato-fries-featured-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2022/11/sweet-potato-fries-featured-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2022/11/sweet-potato-fries-featured-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2022/11/sweet-potato-fries-featured-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2022/11/sweet-potato-fries-featured.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Sweet Potato Fries Recipe</div></a></li><li class="listing-item"><a href="https://paleoleap.com/double-chocolate-cookies/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Double-chocolate-cookies-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="Double chocolate cookies on a white plate" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Double-chocolate-cookies-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Double-chocolate-cookies-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Double-chocolate-cookies-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Double-chocolate-cookies-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Double-chocolate-cookies-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Double-chocolate-cookies-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Double-chocolate-cookies-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Double-chocolate-cookies-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Double-chocolate-cookies-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Double Chocolate Cookies</div></a></li><li class="listing-item"><a href="https://paleoleap.com/grain-free-oatmeal/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Grain-free-oatmeal-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of Grain-free oatmeal topped with blueberries in a grey bowl" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Grain-free-oatmeal-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Grain-free-oatmeal-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Grain-free-oatmeal-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Grain-free-oatmeal-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Grain-free-oatmeal-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Grain-free-oatmeal-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Grain-free-oatmeal-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Grain-free-oatmeal-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Grain-free-oatmeal-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Grain-Free Oatmeal</div></a></li><li class="listing-item"><a href="https://paleoleap.com/almond-banana-pancakes/"><img decoding="async" width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-pancakes-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of Almond banana pancakes on a white plate" data-pin-nopin="true" aria-hidden="true" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-pancakes-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-pancakes-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-pancakes-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-pancakes-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-pancakes-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-pancakes-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-pancakes-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-pancakes-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-banana-pancakes-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Almond Banana Pancakes</div></a></li></ul></div></div></article></main><aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar"><div class="feast-modern-sidebar modern-sidebar-widget">
<div class="wp-block-group feast-about-author"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img data-pin-nopin="true" src="https://paleoleap.com/wp-content/uploads/2023/01/paleo-leap-square-logo.jpg" alt="paleo leap square logo" class="wp-image-65444" width="304" height="304"/></figure>
</div>


<p><strong>Hi, I'm Rick!</strong> Paleo Leap is the oldest and biggest resource online, covering everything about the paleo diet. We have over 1500 recipes categorized and plenty of meal plans for you to try.</p>



<p class="has-text-align-center"><a href="/about">More about me →</a></p>
</div></div>



<h3 class="wp-block-heading" id="h-popular">Popular</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://paleoleap.com/bacon-wrapped-salmon/"><img width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2014/09/bacon-wrapped-salmon-featured-150x150.jpg" class=" fsri-image wp-post-image" alt="Bacon-Wrapped Salmon Featured" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://paleoleap.com/wp-content/uploads/2014/09/bacon-wrapped-salmon-featured-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2014/09/bacon-wrapped-salmon-featured-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2014/09/bacon-wrapped-salmon-featured-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2014/09/bacon-wrapped-salmon-featured-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2014/09/bacon-wrapped-salmon-featured-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2014/09/bacon-wrapped-salmon-featured.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Bacon-Wrapped Salmon Recipe</div></a></li><li class="listing-item"><a href="https://paleoleap.com/almond-milk-custard/"><img width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2020/03/almond-milk-custard-featured-150x150.jpg" class=" fsri-image wp-post-image" alt="Almond Milk Custard" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://paleoleap.com/wp-content/uploads/2020/03/almond-milk-custard-featured-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2020/03/almond-milk-custard-featured-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2020/03/almond-milk-custard-featured-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2020/03/almond-milk-custard-featured-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2020/03/almond-milk-custard-featured-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2020/03/almond-milk-custard-featured.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Almond Milk Custard Recipe</div></a></li><li class="listing-item"><a href="https://paleoleap.com/flourless-banana-pancakes/"><img width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2014/07/flourless-banana-pancakes-featured-150x150.jpg" class=" fsri-image wp-post-image" alt="Flourless Banana Pancakes Featured" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://paleoleap.com/wp-content/uploads/2014/07/flourless-banana-pancakes-featured-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2014/07/flourless-banana-pancakes-featured-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2014/07/flourless-banana-pancakes-featured-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2014/07/flourless-banana-pancakes-featured-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2014/07/flourless-banana-pancakes-featured-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2014/07/flourless-banana-pancakes-featured.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Flourless Banana Pancakes Recipe</div></a></li><li class="listing-item"><a href="https://paleoleap.com/turban-squash-soup/"><img width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2013/10/turban-squash-soup-featured-150x150.jpg" class=" fsri-image wp-post-image" alt="Turban Squash Soup Featured" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://paleoleap.com/wp-content/uploads/2013/10/turban-squash-soup-featured-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2013/10/turban-squash-soup-featured-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2013/10/turban-squash-soup-featured-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2013/10/turban-squash-soup-featured-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2013/10/turban-squash-soup-featured-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2013/10/turban-squash-soup-featured.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Turban Squash Soup Recipe</div></a></li></ul></div>


<h3 class="wp-block-heading">Recent 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://paleoleap.com/almond-flour-pancakes/"><img width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Almond-flour-pancakes-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="rectangular plate filled with Almond flour pancakes and blueberries on a plate" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Almond-flour-pancakes-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-flour-pancakes-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-flour-pancakes-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-flour-pancakes-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-flour-pancakes-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-flour-pancakes-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-flour-pancakes-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-flour-pancakes-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-flour-pancakes-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Almond Flour Pancakes</div></a></li><li class="listing-item"><a href="https://paleoleap.com/almond-butter-and-chocolate-blueberry-smoothie/"><img width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Almond-butter-and-chocolate-blueberry-smoothie-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="overhead view of a glass of Almond butter and chocolate blueberry smoothie on a wood table" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Almond-butter-and-chocolate-blueberry-smoothie-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-butter-and-chocolate-blueberry-smoothie-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-butter-and-chocolate-blueberry-smoothie-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-butter-and-chocolate-blueberry-smoothie-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-butter-and-chocolate-blueberry-smoothie-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-butter-and-chocolate-blueberry-smoothie-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-butter-and-chocolate-blueberry-smoothie-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-butter-and-chocolate-blueberry-smoothie-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Almond-butter-and-chocolate-blueberry-smoothie-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Almond Butter and Chocolate Blueberry Smoothie</div></a></li><li class="listing-item"><a href="https://paleoleap.com/mole-verde/"><img width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Mole-verde-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="overhead view of Mole verde on chicken breast served on a green plate" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Mole-verde-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Mole-verde-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Mole-verde-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Mole-verde-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Mole-verde-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Mole-verde-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Mole-verde-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Mole-verde-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Mole-verde-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Mole Verde</div></a></li><li class="listing-item"><a href="https://paleoleap.com/gremolata/"><img width="150" height="150" src="https://paleoleap.com/wp-content/uploads/2024/04/Gremolata-Square-150x150.jpg" class=" fsri-image wp-post-image" alt="closeup of Gremolata on a white plate" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://paleoleap.com/wp-content/uploads/2024/04/Gremolata-Square-150x150.jpg 150w, https://paleoleap.com/wp-content/uploads/2024/04/Gremolata-Square-300x300.jpg 300w, https://paleoleap.com/wp-content/uploads/2024/04/Gremolata-Square-1024x1024.jpg 1024w, https://paleoleap.com/wp-content/uploads/2024/04/Gremolata-Square-768x768.jpg 768w, https://paleoleap.com/wp-content/uploads/2024/04/Gremolata-Square-500x500.jpg 500w, https://paleoleap.com/wp-content/uploads/2024/04/Gremolata-Square-360x360.jpg 360w, https://paleoleap.com/wp-content/uploads/2024/04/Gremolata-Square-720x720.jpg 720w, https://paleoleap.com/wp-content/uploads/2024/04/Gremolata-Square-180x180.jpg 180w, https://paleoleap.com/wp-content/uploads/2024/04/Gremolata-Square.jpg 1200w" sizes="(max-width: 150px) 100vw, 150px" /><div class="fsri-title">Gremolata</div></a></li></ul></div>


<p></p>
</div></aside></div></div><footer class="site-footer"><div class="wrap"><h2 class="screen-reader-text">Footer</h2><div class="feast-modern-footer">
<p class="has-text-align-center feast-button"><a href="#">↑ back to top</a></p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 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">About</h3>



<ul class="wp-block-list">
<li><a href="https://paleoleap.com/privacy-policy/">Privacy Policy</a></li>



<li><a href="https://paleoleap.com/website-disclaimer/">Disclaimer</a></li>



<li><a href="https://paleoleap.com/cookie-policy/">Cookie Policy</a></li>
</ul>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading">Newsletter</h3>



<ul class="wp-block-list">
<li><a href="https://paleoleap.com/newsletter/">Sign Up!</a> for emails and updates</li>
</ul>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h3 class="wp-block-heading">Contact</h3>



<ul class="wp-block-list">
<li><a href="https://paleoleap.com/contact/">Contact</a></li>
</ul>
</div>
</div>



<p class="has-text-align-center">As an Amazon Associate, I earn from qualifying purchases.</p>



<p class="has-text-align-center"><strong>For your information only. The statements on this website are merely opinions. Paleo Leap does not provide medical or nutritional advice, treatment, or diagnosis.&nbsp;<a href="https://paleoleap.com/website-disclaimer/">Read the full disclaimer</a></strong>.</p>



<p class="has-text-align-center">Copyright © 2023 <strong>Paleo Leap</strong></p>
</div></div></footer></div><script data-no-optimize='1' data-cfasync='false' id='cls-insertion-b0aee08'>(function(){window.adthriveCLS.buildDate=`2026-05-19`;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})),C=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}})),w=e(((e,n)=>{var r=ie(),i=t(),a=C(),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`})})),ae=e(((e,t)=>{var n=w();t.exports=function(e,t){return n[e]||(n[e]=t||{})}})),oe=e(((e,t)=>{var n=f(),r=Object;t.exports=function(e){return r(n(e))}})),T=e(((e,t)=>{var n=c(),r=oe(),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return i(r(e),t)}})),se=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)}})),ce=e(((e,n)=>{var r=t(),i=ae(),a=T(),o=se(),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]}})),le=e(((e,t)=>{var n=a(),r=h(),i=S(),o=ne(),s=re(),c=ce(),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)}})),ue=e(((e,t)=>{var n=le(),r=S();t.exports=function(e){var t=n(e,`string`);return r(t)?t:t+``}})),de=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):{}}})),fe=e(((e,t)=>{var i=r(),a=n(),o=de();t.exports=!i&&!a(function(){return Object.defineProperty(o(`div`),`a`,{get:function(){return 7}}).a!==7})})),E=e((e=>{var t=r(),n=a(),i=o(),c=s(),l=p(),u=ue(),d=T(),f=fe(),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])}})),pe=e(((e,t)=>{var i=r(),a=n();t.exports=i&&a(function(){return Object.defineProperty(function(){},`prototype`,{value:42,writable:!1}).prototype!==42})})),me=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`)}})),D=e((e=>{var t=r(),n=fe(),i=pe(),a=me(),o=ue(),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}})),he=e(((e,t)=>{var n=r(),i=D(),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}})),ge=e(((e,t)=>{var n=r(),i=T(),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)}})),_e=e(((e,t)=>{var n=c(),r=m(),i=w(),a=n(Function.toString);r(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),t.exports=i.inspectSource})),ve=e(((e,n)=>{var r=t(),i=m(),a=r.WeakMap;n.exports=i(a)&&/native code/.test(String(a))})),ye=e(((e,t)=>{var n=ae(),r=se(),i=n(`keys`);t.exports=function(e){return i[e]||(i[e]=r(e))}})),be=e(((e,t)=>{t.exports={}})),xe=e(((e,n)=>{var r=ve(),i=t(),a=h(),o=he(),s=T(),c=w(),l=ye(),u=be(),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}})),Se=e(((e,t)=>{var i=c(),a=n(),o=m(),s=T(),l=r(),u=ge().CONFIGURABLE,d=_e(),f=xe(),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`)})),Ce=e(((e,t)=>{var n=m(),r=D(),i=Se(),a=C();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}})),we=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)}})),Te=e(((e,t)=>{var n=we();t.exports=function(e){var t=+e;return t!==t||t===0?0:n(t)}})),Ee=e(((e,t)=>{var n=Te(),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)}})),De=e(((e,t)=>{var n=Te(),r=Math.min;t.exports=function(e){var t=n(e);return t>0?r(t,9007199254740991):0}})),Oe=e(((e,t)=>{var n=De();t.exports=function(e){return n(e.length)}})),ke=e(((e,t)=>{var n=p(),r=Ee(),i=Oe(),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)}})),Ae=e(((e,t)=>{var n=c(),r=T(),i=p(),a=ke().indexOf,o=be(),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}})),je=e(((e,t)=>{t.exports=[`constructor`,`hasOwnProperty`,`isPrototypeOf`,`propertyIsEnumerable`,`toLocaleString`,`toString`,`valueOf`]})),Me=e((e=>{var t=Ae(),n=je().concat(`length`,`prototype`);e.f=Object.getOwnPropertyNames||function(e){return t(e,n)}})),Ne=e((e=>{e.f=Object.getOwnPropertySymbols})),Pe=e(((e,t)=>{var n=g(),r=c(),i=Me(),a=Ne(),o=me(),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}})),Fe=e(((e,t)=>{var n=T(),r=Pe(),i=E(),a=D();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))}}})),Ie=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})),Le=e(((e,n)=>{var r=t(),i=E().f,a=he(),o=Ce(),s=C(),c=Fe(),l=Ie();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)}}})),Re=e(((e,t)=>{var n=r(),i=D(),a=s();t.exports=function(e,t,r){n?i.f(e,t,a(0,r)):e[t]=r}})),ze=e((()=>{var e=Le(),t=r(),n=Pe(),i=p(),a=E(),o=Re();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}})})),Be=e(((e,n)=>{n.exports=t()}));e(((e,t)=>{ze(),t.exports=Be().Object.getOwnPropertyDescriptors}))();let O={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`},Ve=[`siteId`,`siteName`,`adOptions`,`breakpoints`,`adUnits`],He=(e,t=Ve)=>{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},Ue=()=>window.adthriveCLS;function k(e){"@babel/helpers - typeof";return k=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},k(e)}function We(e,t){if(k(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(k(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function Ge(e){var t=We(e,`string`);return k(t)==`symbol`?t:t+``}function A(e,t,n){return(t=Ge(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ke=class{constructor(){A(this,`_clsGlobalData`,Ue())}get enabled(){return!!this._clsGlobalData&&!!this._clsGlobalData.siteAds&&He(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[O.Below_Post,O.Content,O.Recipe,O.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}},qe=class{},Je=class extends qe{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}},Ye=class{constructor(){A(this,`_featureRollouts`,{}),A(this,`_checkedFeatureRollouts`,new Map),A(this,`_enabledFeatureRolloutIds`,[])}get siteFeatureRollouts(){return this._featureRollouts}_isRolloutEnabled(e){if(this._doesRolloutExist(e)){let t=this._featureRollouts[e],n=t.enabled,r=t.data;if(this._doesRolloutHaveConfig(e)&&this._isFeatureRolloutConfigType(r)){let e=r.pct_enabled?r.pct_enabled/100:1;n=n&&new Je(e).get()}return n}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}},Xe=class extends Ye{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)})}},j,M;let Ze=(j=window.adthrive)==null||(j=j.siteAds)==null?void 0:j.featureRollouts,Qe=(M=window.adthriveCLS)==null||(M=M.siteAds)==null?void 0:M.featureRollouts,$e=e=>!!e&&typeof e==`object`&&Object.keys(e).length>0,N=new Xe($e(Qe)&&Qe||$e(Ze)&&Ze||{});var et;let tt=new Xe(window.adthrive&&window.adthrive.siteAds&&`featureRollouts`in window.adthrive.siteAds?(et=window.adthrive.siteAds.featureRollouts)==null?{}:et:{}),nt=e=>e.indexOf(`hbs-q`)===0,rt=({bucket:e,isRolloutEnabled:t}={})=>{var n;let r=e==null?(n=window.adthrive)==null?void 0:n.bucket:e;return!(t==null?tt.isRolloutEnabled.bind(tt):t)(`enable-sticky-related`)||nt(r||``)},P=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 F=navigator.userAgent,it=P(e=>/Chrom|Applechromium/.test(e||F)),at=P(()=>/WebKit/.test(F)),ot=P(()=>it()?`chromium`:at()?`webkit`:`other`),st=e=>/(Windows NT|Macintosh|X11;[^)]*(Linux|CrOS))/i.test(e),ct=e=>/Mobi|iP(hone|od)|Opera Mini/i.test(e),lt=e=>!/iPhone/i.test(e)&&/Mac/i.test(e)&&`ontouchstart`in window,ut=e=>/Tablet|iPad|Playbook|Nook|webOS|Kindle|Android (?!.*Mobile).*Safari/i.test(e)||lt(e),dt=P((e=F)=>ut(e)?`tablet`:ct(e)&&!ut(e)?`mobile`:st(e)?`desktop`:`tablet`),ft={desktop:`desktop`,tablet:`tablet`,phone:`mobile`},pt=e=>e===`mobile`?`phone`:e,mt=()=>{var e;let t=((e=window)==null?void 0:e.adthrive)&&`deviceType`in window.adthrive&&window.adthrive.deviceType||null;return t&&Object.values(ft).includes(t)?t:null},ht=P((e,t)=>{let n=dt(e),r=t==null?n:t;return pt(r===`tablet`&&n!==r?n:r)}),gt=(e=navigator.userAgent)=>ht(e,mt()),I=(e=navigator.userAgent)=>gt(e)===`phone`;var _t,L=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-${I()?`top-center`:`bottom-right`}`),e}static addMaxResolutionQueryParam(e){let t=`max_resolution=${I()?`320`:`1280`}`,[n,r]=String(e).split(`?`);return`${n}?${r?r+`&${t}`:t}`}};_t=L,A(L,`_trackedElements`,new Set),A(L,`_cachedRects`,new WeakMap),A(L,`_rafId`,null),A(L,`_listenersAttached`,!1),A(L,`_viewportListener`,()=>{_t._scheduleViewportUpdate()});let R=(e,t)=>e==null||e!==e?t:e;var vt=class{constructor(e){this._clsOptions=e,A(this,`relatedSettings`,void 0),A(this,`players`,void 0),A(this,`removeVideoTitleWrapper`,void 0),A(this,`footerSelector`,void 0),A(this,`shouldDisableStickyRelated`,void 0),this.removeVideoTitleWrapper=R(this._clsOptions.siteAds.adOptions.removeVideoTitleWrapper,!1),this.shouldDisableStickyRelated=rt({bucket:this._clsOptions.bucket,isRolloutEnabled:N.isRolloutEnabled.bind(N)});let t=this._clsOptions.siteAds.videoPlayers;this.footerSelector=R(t&&t.footerSelector,``),this.players=R(t&&t.players.map(e=>(e.mobileLocation=L.setMobileLocation(e.mobileLocation),e)),[]),this.relatedSettings=t&&t.contextual}},yt=class{constructor(e){A(this,`mobileStickyPlayerOnPage`,!1),A(this,`collapsiblePlayerOnPage`,!1),A(this,`playlistPlayerAdded`,!1),A(this,`relatedPlayerAdded`,!1),A(this,`collapseSettings`,void 0),A(this,`footerSelector`,``),A(this,`removeVideoTitleWrapper`,!1),A(this,`desktopCollapseSettings`,void 0),A(this,`mobileCollapseSettings`,void 0),A(this,`relatedSettings`,void 0),A(this,`playerId`,void 0),A(this,`playlistId`,void 0),A(this,`desktopRelatedCollapseSettings`,void 0),A(this,`mobileRelatedCollapseSettings`,void 0),A(this,`collapsePlayerId`,void 0),A(this,`players`,void 0),A(this,`videoAdOptions`,void 0),A(this,`shouldDisableStickyRelated`,void 0),this.videoAdOptions=new vt(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 bt=e=>{let t=e.clientWidth;if(getComputedStyle){let n=getComputedStyle(e,null);t-=parseFloat(n.paddingLeft||`0`)+parseFloat(n.paddingRight||`0`)}return t},xt=[[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]],St=new Map([[O.Footer,1],[O.Header,2],[O.Sidebar,3],[O.Content,4],[O.Recipe,5],[`Sidebar_sticky`,6],[`Below Post`,7]]),Ct=e=>xt.filter(([t,n])=>e.some(([e,r])=>t===e&&n===r)),wt=(e,[t,n],r)=>{let{location:i,sequence:a}=e;if(i===O.Footer)return!(r===`phone`&&t===320&&n===100);if(i===O.Header)return!0;if(i===O.Recipe)return!(I()&&r===`phone`&&(t===300&&n===390||t===320&&n===300));if(i===O.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},Tt=(e,t)=>{let{location:n,sticky:r}=e;if(n===O.Recipe&&t){let{recipeMobile:e,recipeDesktop:n}=t;if(I()&&e!=null&&e.enabled||!I()&&n!=null&&n.enabled)return!0}return n===O.Footer||r},Et=(e,t)=>{let n=t.adUnits,r=N.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===O.Content&&r&&it()&&(n.adSizes=n.adSizes.filter(e=>e[1]<=250));let o=[];for(let e of R(n.targeting,[])){let t=e;t.key===`special`&&o.push(...t.value)}return{auctionPriority:St.get(i)||8,location:i,sequence:R(n.sequence,1),thirdPartyAdUnitName:n.thirdPartyAdUnitName||``,sizes:Ct(n.adSizes).filter(t=>wt(n,t,e)),devices:n.devices,pageSelector:R(n.dynamic.pageSelector,``).trim(),elementSelector:R(n.dynamic.elementSelector,``).trim(),position:R(n.dynamic.position,`beforebegin`),max:Math.floor(R(n.dynamic.max,0)),spacing:R(n.dynamic.spacing,0),skip:Math.floor(R(n.dynamic.skip,0)),every:Math.max(Math.floor(R(n.dynamic.every,1)),1),classNames:n.dynamic.classNames||[],sticky:Tt(n,t.adOptions.stickyContainerConfig),stickyOverlapSelector:R(n.stickyOverlapSelector,``).trim(),autosize:n.autosize,special:o,lazy:R(n.dynamic.lazy,!1),lazyMax:R(n.dynamic.lazyMax,a),lazyMaxDefaulted:n.dynamic.lazyMax===0?!1:!n.dynamic.lazyMax,name:n.name}})},Dt=(e,t)=>{let n=bt(t),r=e.sticky&&e.location===O.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})},Ot=(e,t)=>e.devices.includes(t),kt=e=>e.pageSelector.length===0||document.querySelector(e.pageSelector)!==null,z=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}}},B={Desktop:`desktop`,Mobile:`mobile`},At=e=>{let t=document.body,n=`adthrive-device-${e}`;if(!t.classList.contains(n))try{t.classList.add(n)}catch(e){z.error(`BodyDeviceClassComponent`,`init`,{message:e.message});let t=`classList`in document.createElement(`_`);z.error(`BodyDeviceClassComponent`,`init.support`,{support:t})}},V=e=>`adthrive-${e.location.replace(`_`,`-`).toLowerCase()}`,jt=e=>`${V(e)}-${e.sequence}`,Mt=(e,t)=>window.matchMedia(`(min-width: ${t}px)`).matches?`desktop`:window.matchMedia(`(min-width: ${e}px)`).matches?`tablet`:`phone`,Nt=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}},Pt=(e=document)=>(e===document?document.body:e).getBoundingClientRect().top,Ft=e=>e.includes(`,`)?e.split(`,`):[e],It=(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},Lt=(e,t,n=document)=>{let r=new Set(t.map.map(({el:e})=>e)),i=It(n),a=i?[i]:[],o=[];e.forEach(e=>{let t=Array.from(n.querySelectorAll(e.elementSelector)).slice(0,e.skip);Ft(e.elementSelector).forEach(i=>{let s=n.querySelectorAll(i);for(let n=0;n<s.length;n++){let i=s[n];if(r.has(i))continue;let c=i&&i.parentElement;c&&c!==document.body?a.push(c):a.push(i),t.indexOf(i)===-1&&o.push({dynamicAd:e,element:i})}})});let s=Pt(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)]},Rt=(e,t,n=document)=>{let[r,i]=Lt(e,t,n);return r.length===0?[null,i]:[Array.from(r).reduce((e,t)=>t.offsetHeight>e.offsetHeight?t:e)||document.body,i]},zt=(e,t=`div #comments, section .comments`)=>{let n=e.querySelector(t);return n?e.offsetHeight-n.offsetHeight:e.offsetHeight},Bt=()=>{let e=document.body,t=document.documentElement;return Math.max(e.scrollHeight,e.offsetHeight,t.clientHeight,t.scrollHeight,t.offsetHeight)},Vt=()=>{let e=document.body,t=document.documentElement;return Math.max(e.scrollWidth,e.offsetWidth,t.clientWidth,t.scrollWidth,t.offsetWidth)};function Ht(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 Ut=e=>Ht(`
  .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;
  }
  `),Wt=e=>{Ht(`
  .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;
  }
  `)},Gt=e=>e.some(e=>document.querySelector(e)!==null),Kt=e=>/^[-_a-zA-Z]+[-_a-zA-Z0-9]*$/.test(e),qt=(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}};function Jt(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 H(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]==null?{}:arguments[t];t%2?Jt(Object(n),!0).forEach(function(t){A(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Jt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}let Yt=e=>{try{return{valid:!0,elements:document.querySelectorAll(e)}}catch(e){return H({valid:!1},e)}},Xt=e=>e===``?{valid:!0}:Yt(e),Zt=(e,t)=>Math.random()*(t-e)+e;var U=class e extends qe{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=Zt(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 Qt=class{constructor(){A(this,`name`,void 0),A(this,`disable`,void 0),A(this,`gdprPurposes`,void 0)}};let $t=`__adthriveTcfApiStub`,en=`__tcfapiLocator`,G=[],tn=!1,nn,K=e=>typeof e==`function`&&!!e[$t],rn=(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)},an=()=>{let e=()=>{if(document.querySelector(`iframe[name="${en}"]`))return;if(!document.body){setTimeout(e,5);return}let t=document.createElement(`iframe`);t.style.cssText=`display:none`,t.name=en,document.body.appendChild(t)};e()},q=()=>{let e=window.__tcfapi;return typeof e==`function`&&!K(e)?e:void 0},on=()=>{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}}},sn=()=>{if(tn)return;if(tn=!0,q()){on();return}let e=window.__tcfapi;Object.defineProperty(window,`__tcfapi`,{configurable:!0,enumerable:!0,get:()=>e,set:t=>{e=t,typeof t==`function`&&!K(t)&&on()}})},cn=()=>{let e=(e,t=2,n,r)=>{if(e===void 0)return G;switch(e){case`ping`:typeof n==`function`&&n({gdprApplies:nn,cmpLoaded:!1,cmpStatus:`stub`,apiVersion:`2.0`},!0);return;case`setGdprApplies`:parseInt(String(t),10)>=2&&typeof r==`boolean`&&(nn=r,typeof n==`function`&&n(`set`,!0));return;default:G.push([e,t,n,r])}};return Object.defineProperty(e,$t,{value:!0,configurable:!1,enumerable:!1,writable:!1}),e},ln=()=>{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)},un=()=>{if(sn(),q())return!1;let e=!1;return K(window.__tcfapi)||(window.__tcfapi=cn(),ln(),e=!0),an(),window.__tcfapiQueue=G,e},dn=(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]),un())};function fn(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){fn(a,r,i,o,s,`next`,e)}function s(e){fn(a,r,i,o,s,`throw`,e)}o(void 0)})}}let Y=1e4,pn=e=>Array.isArray(e)?e:[e],mn=(e,t)=>e.reduce((e,n)=>(e[String(n)]=n in t,e),{}),hn=(e,t=2,n,r)=>{dn(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,rn(a,2),n(Error(`TCF API request timed out`)))},e)),hn(`getTCData`,2,a)});(function(){var e=J(function*(e,t=Y){let n=pn(e);try{var r,i;return mn(n,(r=(i=(yield X(t)).vendor)==null?void 0:i.consents)==null?{}:r)}catch(e){return e instanceof Error&&e.message,mn(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 gn=[`mcmpfreqrec`],Z=new class extends Qt{constructor(...e){super(...e),A(this,`name`,`BrowserStorage`),A(this,`disable`,!1),A(this,`gdprPurposes`,[1]),A(this,`_sessionStorageHandlerQueue`,[]),A(this,`_localStorageHandlerQueue`,[]),A(this,`_cookieHandlerQueue`,[]),A(this,`_gdpr`,void 0),A(this,`_shouldQueue`,!1),A(this,`_storageConsentGranted`,void 0),A(this,`_storageConsentUpdateInFlight`,0),A(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`)}))}_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&&(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){document.cookie=`${e}=; SameSite=None; Secure; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/`}deleteLocalStorage(e){window.localStorage.removeItem(e)}deleteSessionStorage(e){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._gdpr&&this._shouldQueue){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._gdpr&&this._shouldQueue){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._gdpr&&this._shouldQueue){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._gdpr&&this._shouldQueue){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._gdpr&&this._shouldQueue){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=H(H({},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._gdpr&&this._shouldQueue){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&&!gn.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.`)}},_n=e=>{let t=5381,n=e.length;for(;n;)t=t*33^e.charCodeAt(--n);return t>>>0},vn=e=>_n(e).toString(16),yn=e=>{if(e===null)return null;let t=e.map(({choice:e})=>e);return vn(JSON.stringify(t))},bn=(e,t)=>{var n,r;return(n=(r=e.find(({choice:e})=>e===t))==null?void 0:r.weight)==null?null:n},xn=e=>e!=null&&!(typeof e==`number`&&isNaN(e)),Sn=(e,t)=>{let n=yn(e._choices),r=e._expConfigABGroup?e._expConfigABGroup:e.abgroup,i=r?r.toLowerCase():e.key?e.key.toLowerCase():``,a=n?`${i}_${n}`:i,o=e.localStoragePrefix?`${e.localStoragePrefix}-${a}`:a,s=`gdprEnabled`in window.adthrive?window.adthrive.gdprEnabled:window.adthrive.gdpr===`true`;if([W.AdLayout,W.AdDensity].includes(i)&&s)return t();let c=Z.readInternalLocalStorage(`adthrive_branch`);(c&&c.enabled)===!1&&Z.deleteLocalStorage(o);let l=t(),u=bn(e._choices,l),[d,f]=Z.getOrSetABGroupLocalStorageValue(o,l,u,{value:24,unit:`hours`});return e._stickyResult=d,e._stickyWeight=f,d},Cn=(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)},wn=e=>{let t={},n=Cn().get(e);if(n)try{let r=decodeURIComponent(n).replace(/\+/g,``);t=JSON.parse(r),z.event(`ExperimentOverridesUtil`,`getExperimentOverrides`,e,t)}catch(e){e instanceof URIError}return t},Tn=(e,t)=>typeof e==typeof t,En=(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},Dn=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},On=e=>{let t=e.adOptions.interstitialBlockedPageSelectors;return t?!document.querySelector(t):!0},kn=(e,t,n)=>{switch(t){case W.AdDensity:return En(e,n);case W.StickyOutstream:return Dn(e);case W.Interstitial:return On(e);default:return!0}},An=e=>e.length===1,jn=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},Mn=(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`?An(e.variants):jn(e.variants);return l||z.error(`SiteTest`,`validateSiteExperiment`,`experiment presented invalid choices for key:`,e.key,e.variants),n&&r&&i&&a&&c&&l};var Nn=class{constructor(e){var t,n;A(this,`siteExperiments`,[]),A(this,`_clsOptions`,void 0),A(this,`_device`,void 0),this._clsOptions=e,this._device=I()?`mobile`:`desktop`,this.siteExperiments=(t=(n=this._clsOptions.siteAds.siteExperiments)==null?void 0:n.filter(e=>{let t=e.key,n=Mn(e,this._device),r=kn(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=wn(`at_site_features`),r=Tn(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}},Pn=class{constructor(){A(this,`experimentConfig`,void 0)}get enabled(){return this.experimentConfig!==void 0}_isValidResult(e,t=()=>!0){return t()&&xn(e)}},Fn=class extends Pn{constructor(...e){super(...e),A(this,`_resultValidator`,()=>!0)}_isValidResult(e){return super._isValidResult(e,()=>this._resultValidator(e)||e===`control`)}run(){if(!this.enabled)return z.error(`CLSWeightedChoiceSiteExperiment`,`run`,`() => %o`,`No experiment config found. Defaulting to control.`),`control`;if(!this._mappedChoices||this._mappedChoices.length===0)return z.error(`CLSWeightedChoiceSiteExperiment`,`run`,`() => %o`,`No experiment variants found. Defaulting to control.`),`control`;let e=new U(this._mappedChoices).get();return this._isValidResult(e)?e:(z.error(`CLSWeightedChoiceSiteExperiment`,`run`,`() => %o`,`Invalid result from experiment choices. Defaulting to control.`),`control`)}},In=class extends Fn{constructor(e){super(),A(this,`_choices`,[]),A(this,`_mappedChoices`,[]),A(this,`_result`,``),A(this,`_clsSiteExperiments`,void 0),A(this,`_resultValidator`,e=>typeof e==`string`),A(this,`key`,W.AdLayout),A(this,`abgroup`,W.AdLayout),this._clsSiteExperiments=new Nn(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 Sn(this,()=>{if(!this.enabled)return z.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:(z.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}))}},Ln=class extends Fn{constructor(e){super(),A(this,`_choices`,[]),A(this,`_mappedChoices`,[]),A(this,`_result`,`control`),A(this,`_clsSiteExperiments`,void 0),A(this,`_resultValidator`,e=>typeof e==`number`),A(this,`key`,W.AdDensity),A(this,`abgroup`,W.AdDensity),this._clsSiteExperiments=new Nn(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 Sn(this,()=>{if(!this.enabled)return z.error(`CLSTargetAdDensitySiteExperiment`,`run`,`() => %o`,`No experiment config found. Defaulting to control.`),`control`;let e=new U(this._mappedChoices).get();return this._isValidResult(e)?e:(z.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 Rn=class{constructor(e,t){this._clsOptions=e,this._adInjectionMap=t,A(this,`_recipeCount`,0),A(this,`_mainContentHeight`,0),A(this,`_mainContentDiv`,null),A(this,`_totalAvailableElements`,[]),A(this,`_minDivHeight`,250),A(this,`_densityDevice`,B.Desktop),A(this,`_pubLog`,{onePerViewport:!1,targetDensity:0,targetDensityUnits:0,combinedMax:0}),A(this,`_densityMax`,.99),A(this,`_smallerIncrementAttempts`,0),A(this,`_absoluteMinimumSpacingByDevice`,250),A(this,`_usedAbsoluteMinimum`,!1),A(this,`_infPageEndOffset`,0),A(this,`locationMaxLazySequence`,new Map([[O.Recipe,5]])),A(this,`locationToMinHeight`,{Below_Post:Q,Content:Q,Recipe:Q,Sidebar:Q}),A(this,`_device`,void 0),A(this,`_clsTargetAdDensitySiteExperiment`,void 0);let{tablet:n,desktop:r}=this._clsOptions.siteAds.breakpoints;this._device=Mt(n,r),this._clsTargetAdDensitySiteExperiment=this._clsOptions.siteAds.siteExperiments?new Ln(this._clsOptions):null}start(){try{var e;At(this._device);let n=new In(this._clsOptions);if(n.enabled){let e=n.result,t=e.startsWith(`.`)?e.substring(1):e;if(Kt(t))try{document.body.classList.add(t)}catch(e){z.error(`ClsDynamicAdsInjector`,`start`,`Uncaught CSS Class error: ${e}`)}else z.error(`ClsDynamicAdsInjector`,`start`,`Invalid class name: ${t}`)}let r=Et(this._device,this._clsOptions.siteAds).filter(e=>this._locationEnabled(e)).filter(e=>Ot(e,this._device)).filter(e=>kt(e)),i=this.inject(r),a=this._clsOptions.siteAds.adOptions.stickyContainerConfig;if(!(a==null||(e=a.content)==null)&&e.enabled&&!Gt(a.blockedSelectors||[])){var t;Ut(a==null||(t=a.content)==null?void 0:t.minHeight)}i.forEach(e=>this._clsOptions.setInjectedSlots(e))}catch(e){z.error(`ClsDynamicAdsInjector`,`start`,e)}}inject(e,t=document){this._densityDevice=this._device===`desktop`?B.Desktop:B.Mobile,this._overrideDefaultAdDensitySettingsWithSiteExperiment();let n=this._clsOptions.siteAds,r=R(n.adDensityEnabled,!0),i=n.adDensityLayout&&r,a=e.filter(e=>i?e.location!==O.Content:e),o=e.filter(e=>i?e.location===O.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===O.Recipe&&e.sticky)&&!Gt(((n=this._clsOptions.siteAds.adOptions.stickyContainerConfig)==null?void 0:n.blockedSelectors)||[])){var o,s;let e=this._clsOptions.siteAds.adOptions.stickyContainerConfig;Wt(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=Xt(e.pageSelector);return 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 R(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.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}=Nt(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=V(e),h=jt(e),g=[e.location===O.Sidebar&&e.sticky&&e.sequence&&e.sequence<=5?`adthrive-sticky-sidebar`:``,e.location===O.Recipe&&e.sticky?`adthrive-recipe-sticky-container`:``,m,h,...e.classNames];if(qt(u,e.position,e.location)&&e.location===O.Recipe)continue;let _=this.addAd(u,p,e.position,g);if(_){let i=Dt(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===O.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,H({},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_${O.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]=Rt(e,this._adInjectionMap,t);if(!n)throw Error(`No main content element found`);this._mainContentDiv=n,this._totalAvailableElements=r,this._mainContentHeight=zt(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=Bt()*Vt();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=V(t),o=jt(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=Dt(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){return t.querySelectorAll(e)}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===O.Recipe?99:this.locationMaxLazySequence.get(e.location),r=e.lazy?R(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(H(H({},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}},zn=class{constructor(){A(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=[]}},Bn=class extends zn{};let Vn=e=>{let t=ot(),n=dt(),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},Hn=e=>{let t=Vn(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 Un=class{get enabled(){throw Error(`Enablement must be defined at factory creation time.`)}};let Wn=(e=navigator.userAgent)=>gt(e)===`desktop`;function Gn(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 Kn(e,t){if(e==null)return{};var n,r,i=Gn(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 qn=[`valid`,`elements`],Jn=[`valid`,`elements`];var Yn=class extends Un{constructor(e,t,n){super(),this._videoConfig=e,this._component=t,this._context=n,A(this,`_potentialPlayerMap`,void 0),A(this,`_device`,void 0),A(this,`_stickyRelatedOnPage`,!1),A(this,`_relatedMediaIds`,[]),this._device=Wn()?`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]||(z.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!==`/`&&z.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]:(z.event(`VideoUtils`,`getPlacementElement`,Error(`ESNF: ${e} does not exist on the page`)),null)}_getPlacementElement(e){let{pageSelector:t,elementSelector:n,skip:r}=e,i=Xt(t),{valid:a,elements:o}=i,s=Kn(i,qn),c=Yt(n),{valid:l,elements:u}=c,d=Kn(c,Jn);return t!==``&&!a?(z.error(`VideoUtils`,`getPlacementElement`,Error(`${t} is not a valid selector`),s),null):l?this._checkPageSelector(t,a,o)&&this._getElementSelector(n,u,r)||null:(z.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(H(H({},i),{},{mediaId:e}),t)):z.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(H(H({},i),{},{mediaOrPlaylistId:e,orientation:r}),t,n)}else z.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?H(H({},t),{},{mediaId:n}):t}return t}_determineAutoplayPlayers(e){let t=this._component,n=t===`VideoManagerComponent`,r=this._context;if(this._stickyRelatedOnPage){z.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(()=>{z.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)}}}},Xn=class extends Yn{constructor(e,t){super(e,`ClsVideoInsertion`),this._videoConfig=e,this._clsOptions=t,A(this,`_IN_POST_SELECTOR`,`.adthrive-video-player`),A(this,`_WRAPPER_BAR_HEIGHT`,36),A(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 z.error(n,`isVideoAllowedOnPage`,Error(`DBP: Disabled by publisher via ${t||`other`}`)),!1}return!this._clsOptions.videoDisabledFromPlugin}};try{(()=>{let e=new Ke;!e||!e.enabled||(e.siteAds&&Hn(e.siteAds),new Rn(e,new Bn).start(),new Xn(new yt(e),e).init())})()}catch(e){z.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><div id="mv-grow-data" data-settings='{&quot;floatingSidebar&quot;:{&quot;stopSelector&quot;:false},&quot;general&quot;:{&quot;contentSelector&quot;:false,&quot;show_count&quot;:{&quot;content&quot;:false,&quot;sidebar&quot;:false,&quot;pop_up&quot;:false,&quot;sticky_bar&quot;:false},&quot;isTrellis&quot;:false,&quot;license_last4&quot;:&quot;612e&quot;},&quot;post&quot;:null,&quot;shareCounts&quot;:[],&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;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;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;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;saveThis&quot;:{&quot;spotlight&quot;:&quot;&quot;,&quot;successMessage&quot;:&quot;&quot;,&quot;consent&quot;:&quot;&quot;,&quot;consentForMailingList&quot;:&quot;&quot;,&quot;position&quot;:&quot;&quot;,&quot;mailingListService&quot;:&quot;&quot;},&quot;utmParams&quot;:[],&quot;pinterest&quot;:{&quot;pinDescriptionSource&quot;:&quot;image_alt_tag&quot;,&quot;pinDescription&quot;:null,&quot;pinTitle&quot;:null,&quot;pinImageURL&quot;:null,&quot;pinnableImages&quot;:&quot;all_images&quot;,&quot;postImageHidden&quot;:null,&quot;postImageHiddenMultiple&quot;:null,&quot;lazyLoadCompatibility&quot;:null,&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;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:\/\/paleoleap.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;:null}}'></div><style type="text/css" media="screen">#simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus { background-color: #17a191 !important; border-radius: 3px; color: #ffffff !important; border: 0px #ffffff solid !important; font-size: 18px; padding: 9px; }  #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus { background-color: #00625a !important; border-color: #ffffff !important; color: #ffffff !important; }  #simple-social-icons-2 ul li a:focus { outline: 1px dotted #00625a !important; } #simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus { background-color: #17a191 !important; border-radius: 3px; color: #ffffff !important; border: 0px #ffffff solid !important; font-size: 18px; padding: 9px; }  #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus { background-color: #00625a !important; border-color: #ffffff !important; color: #ffffff !important; }  #simple-social-icons-2 ul li a:focus { outline: 1px dotted #00625a !important; }</style><script id="wprm-public-js-extra">
var wprm_public = {"user":"0","endpoints":{"analytics":"https://paleoleap.com/wp-json/wp-recipe-maker/v1/analytics","integrations":"https://paleoleap.com/wp-json/wp-recipe-maker/v1/integrations","manage":"https://paleoleap.com/wp-json/wp-recipe-maker/v1/manage","utilities":"https://paleoleap.com/wp-json/wp-recipe-maker/v1/utilities"},"settings":{"jump_output_hash":true,"features_comment_ratings":true,"template_color_comment_rating":"#343434","instruction_media_toggle_default":"on","video_force_ratio":false,"analytics_enabled":false,"google_analytics_enabled":false,"print_new_tab":true,"print_recipe_identifier":"slug"},"post_id":"10023","home_url":"https://paleoleap.com/","print_slug":"wprm_print","permalinks":"/%postname%/","ajax_url":"https://paleoleap.com/wp-admin/admin-ajax.php","nonce":"0d5ce056c7","api_nonce":"af19b9ab0b","translations":{"Add to Cart":"Add to Cart","Loading cart...":"Loading cart...","Unable to load cart":"Unable to load cart","your cart":"your cart","%d in %s":"%d in %s","Cart is empty":"Cart is empty","Adding...":"Adding...","Added!":"Added!","Something went wrong. Please try again.":"Something went wrong. Please try again.","Please select at least one product to add to cart.":"Please select at least one product to add to cart.","Adding to Cart...":"Adding to Cart...","Failed to add products to cart. Please try again.":"Failed to add products to cart. Please try again.","Add 1 Product to Cart":"Add 1 Product to Cart","Add %d Products to Cart":"Add %d Products to Cart","Close Modal":"Close Modal","Select a collection":"Select a collection","Select a column":"Select a column","Select a group":"Select a group","Open the shopping list":"Open the shopping list","Shopping List":"Shopping List","Print this collection":"Print this collection","Print recipes in this collection":"Print recipes in this collection","Print":"Print","Print Collection":"Print Collection","Print Recipes":"Print Recipes","Hide Nutrition Facts":"Hide Nutrition Facts","Show Nutrition Facts":"Show Nutrition Facts","Share This Collection":"Share This Collection","Shared Collection":"Shared Collection","Copy Share Link":"Copy Share Link","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.","Stop Sharing Collection":"Stop Sharing Collection","Start Sharing Collection":"Start Sharing Collection","Change Collection Structure":"Change Collection Structure","Are you sure you want to remove all items from this collection?":"Are you sure you want to remove all items from this collection?","Clear all items in this collection":"Clear all items in this collection","Clear Items":"Clear Items","Description for this collection:":"Description for this collection:","Change the description for this collection":"Change the description for this collection","Set a description for this collection":"Set a description for this collection","Change Description":"Change Description","Set Description":"Set Description","Save to my Collections":"Save to my Collections","None":"None","Blue":"Blue","Red":"Red","Green":"Green","Yellow":"Yellow","Note":"Note","Color":"Color","Name":"Name","Ingredients":"Ingredients","cup":"cup","olive oil":"olive oil","Add Ingredient":"Add Ingredient","Edit Ingredients":"Edit Ingredients","Text":"Text","Nutrition Facts (per serving)":"Nutrition Facts (per serving)","Add Column":"Add Column","Edit Columns":"Edit Columns","Add Group":"Add Group","Edit Groups":"Edit Groups","Add Item":"Add Item","Remove Items":"Remove Items","Columns & Groups":"Columns & Groups","Remove All Items":"Remove All Items","Stop Removing Items":"Stop Removing Items","Actions":"Actions","Click to add:":"Click to add:","Drag and drop to add:":"Drag and drop to add:","Load more...":"Load more...","Search Recipes":"Search Recipes","Search Ingredients":"Search Ingredients","Add Custom Recipe":"Add Custom Recipe","Add Note":"Add Note","Add from Collection":"Add from Collection","Start typing to search...":"Start typing to search...","Your Collections":"Your Collections","Editing User":"Editing User","Shared Collection:":"Shared Collection:","Cancel":"Cancel","Go Back":"Go Back","Edit Item":"Edit Item","Change Name":"Change Name","Move Left":"Move Left","Move Right":"Move Right","Duplicate":"Duplicate","Delete Column":"Delete Column","Are you sure you want to delete?":"Are you sure you want to delete?","Add a column to this collection":"Add a column to this collection","Click to set name":"Click to set name","Set a new amount for this ingredient:":"Set a new amount for this ingredient:","Change ingredient amount":"Change ingredient amount","Set the number of servings":"Set the number of servings","Set serving size":"Set serving size","servings":"servings","View Recipe":"View Recipe","Edit Custom Recipe":"Edit Custom Recipe","Edit Note":"Edit Note","Duplicate Item":"Duplicate Item","Change Servings":"Change Servings","Do not mark as leftovers":"Do not mark as leftovers","Mark as leftovers":"Mark as leftovers","Remove Item":"Remove Item","Edit Recipe":"Edit Recipe","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.","Add item to this collection group":"Add item to this collection group","Leftovers":"Leftovers","Decrease serving size by one":"Decrease serving size by one","Increase serving size by one":"Increase serving size by one","Description":"Description","Columns":"Columns","Groups":"Groups","Collection Items":"Collection Items","Clear All Items":"Clear All Items","Done":"Done","Add to Collection":"Add to Collection","Close":"Close","Move Up":"Move Up","Move Down":"Move Down","Delete Group":"Delete Group","Nutrition Facts":"Nutrition Facts","Something went wrong. Please contact support.":"Something went wrong. Please contact support.","Click to confirm...":"Click to confirm...","Are you sure you want to delete all items in":"Are you sure you want to delete all items in","Delete":"Delete","Stop Editing":"Stop Editing","Recipe":"Recipe","Regenerate this shopping list":"Regenerate this shopping list","Regenerate Shopping List":"Regenerate Shopping List","Print this shpopping list":"Print this shpopping list","Print recipes in this shopping list":"Print recipes in this shopping list","Print Shopping List":"Print Shopping List","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.","Copy this link to allow others to edit this shopping list:":"Copy this link to allow others to edit this shopping list:","Share Edit Link":"Share Edit Link","Stop editing this shopping list":"Stop editing this shopping list","Start editing this shopping list":"Start editing this shopping list","Edit Shopping List":"Edit Shopping List","Shop this list with Instacart":"Shop this list with Instacart","Shop with Instacart":"Shop with Instacart","Generate a shopping list for these recipes":"Generate a shopping list for these recipes","Generate Shopping List":"Generate Shopping List","Remove all recipes from this shopping list":"Remove all recipes from this shopping list","Remove All":"Remove All","Shopping List Options":"Shopping List Options","Include ingredient notes":"Include ingredient notes","Preferred Unit System":"Preferred Unit System","Deselect all":"Deselect all","Select all":"Select all","Collection":"Collection","Unnamed":"Unnamed","remove":"remove","Group":"Group","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","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?","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 remove all recipes from this shopping list?":"Are you sure you want to remove all recipes from this shopping list?","Back":"Back","No recipes have been added to the shopping list yet.":"No recipes have been added to the shopping list yet.","Generate empty shopping list":"Generate empty 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.","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.","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.","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.","Regenerate the shopping list to include these changes.":"Regenerate the shopping list to include these changes.","Ignore this warning":"Ignore this warning","Ignore":"Ignore","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.","Delete this ingredient from the shopping list":"Delete this ingredient from the shopping list","List":"List","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?","Delete this shopping list group":"Delete this shopping list group","Your shopping list is empty.":"Your shopping list is empty.","Start editing to manually fill it":"Start editing to manually fill it","Add a new collection":"Add a new collection","Add Collection":"Add Collection","Empty Collection":"Empty Collection","Add Pre-made Collection":"Add Pre-made Collection","Edit Collections":"Edit Collections","Select a collection to add for this user":"Select a collection to add for this user","Add Saved Collection":"Add Saved Collection","Change collection name":"Change collection name","Go to Shopping List":"Go to Shopping List","Recipes":"Recipes","Shared collection not found.":"Shared collection not found.","No data found.":"No data found.","Metric":"Metric","Average":"Average","Median":"Median","Maximum (1 user)":"Maximum (1 user)","Total (all users)":"Total (all users)","Sort:":"Sort:","Filter:":"Filter:","Recipe Name":"Recipe Name","# Users":"# Users","# Added":"# Added","Last 31 Days":"Last 31 Days","Last 7 Days":"Last 7 Days","Collections Usage":"Collections Usage","Recipes used in Collections":"Recipes used in Collections","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","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)","Last X Days":"Last X Days","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","Decrease serving size by 1":"Decrease serving size by 1","Increase serving size by 1":"Increase serving size by 1","Select Amazon Product":"Select Amazon Product","Change Amazon Product":"Change Amazon Product","Find Amazon Product:":"Find Amazon Product:","Search":"Search","Error":"Error","No products found for":"No products found for","No products found.":"No products found.","Results for":"Results for","Current Product":"Current Product","Select Product":"Select Product","Nothing to add products to yet.":"Nothing to add products to yet.","In Recipe":"In Recipe","Amount Needed":"Amount Needed","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.","Product":"Product","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.","Amount":"Amount","Unit":"Unit","Notes":"Notes","Ingredient changed since produc amount was set":"Ingredient changed since produc amount was set","Equipment changed since product amount was set":"Equipment changed since product amount was set","Consider updating the product amount or marking it as OK.":"Consider updating the product amount or marking it as OK.","Recalculate proportionally":"Recalculate proportionally","Clear amount":"Clear amount","Mark as OK":"Mark as OK","Change Product":"Change Product","Variation":"Variation","No product set":"No product set","Enter calculation (e.g., 1/16, 2 * 3.5 + 1, etc.):":"Enter calculation (e.g., 1/16, 2 * 3.5 + 1, etc.):","Calculate":"Calculate","A name is required for this saved nutrition ingredient.":"A name is required for this saved nutrition ingredient.","Save a new Custom Ingredient":"Save a new Custom Ingredient","Name (required)":"Name (required)","Save for Later & Use":"Save for Later & Use","Use":"Use","Select a saved ingredient":"Select a saved ingredient","Match this equation to get the correct amounts:":"Match this equation to get the correct amounts:","Cancel Calculation":"Cancel Calculation","Go to Next Step":"Go to Next Step","Use These Values":"Use These Values","Nutrition Calculation":"Nutrition Calculation","Experiencing issues?":"Experiencing issues?","Check the API Status":"Check the API Status","n/a":"n/a","Values of all the checked ingredients will be added together and":"Values of all the checked ingredients will be added together and","divided by":"divided by","the number of servings for this recipe.":"the number of servings for this recipe.","Values of all the checked ingredients will be added together.":"Values of all the checked ingredients will be added together.","API Ingredients":"API Ingredients","Custom Ingredients":"Custom Ingredients","Recipe Nutrition Facts Preview":"Recipe Nutrition Facts Preview","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.","Select or start typing to search for a saved ingredient":"Select or start typing to search for a saved ingredient","No ingredients set for this recipe.":"No ingredients set for this recipe.","Used in Recipe":"Used in Recipe","Used for Calculation":"Used for Calculation","Nutrition Source":"Nutrition Source","Match & Units":"Match & Units","API":"API","Saved/Custom":"Saved/Custom","no match found":"no match found","Units n/a":"Units n/a","Find a match for:":"Find a match for:","No ingredients found for":"No ingredients found for","No ingredients found.":"No ingredients found.","Editing Equipment Affiliate Fields":"Editing Equipment Affiliate Fields","The fields you set here will affect all recipes using this equipment.":"The fields you set here will affect all recipes using this equipment.","Regular Links":"Regular Links","Images":"Images","HTML Code":"HTML Code","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.","Save Changes":"Save Changes","other recipe(s) affected":"other recipe(s) affected","This can affect other recipes":"This can affect other recipes","Edit Link":"Edit Link","Remove Link":"Remove Link","Are you sure you want to delete this link?":"Are you sure you want to delete this link?","Set Affiliate Link":"Set Affiliate Link","Edit Image":"Edit Image","Remove Image":"Remove Image","Add Image":"Add Image","This feature is only available in":"This feature is only available in","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.","Original Unit System for this recipe":"Original Unit System for this recipe","Use Default":"Use Default","First Unit System":"First Unit System","Second Unit System":"Second Unit System","Conversion":"Conversion","Converted":"Converted","Original":"Original","Convert All Automatically":"Convert All Automatically","Convert":"Convert","Keep Unit":"Keep Unit","Automatically":"Automatically","Weight Units":"Weight Units","Volume Units":"Volume Units","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.","Convert...":"Convert...","Ingredient changed since unit conversion was calculated":"Ingredient changed since unit conversion was calculated","Consider recalculating the conversion or marking it as OK.":"Consider recalculating the conversion or marking it as OK.","Clear converted values":"Clear converted values","Ingredient Link Type":"Ingredient Link Type","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","Custom: these links will only affect the recipe below":"Custom: these links will only affect the recipe below","Use Global Links":"Use Global Links","Custom Links for this Recipe only":"Custom Links for this Recipe only","Edit Global Links":"Edit Global Links","Affiliate Link":"Affiliate Link","No link set":"No link set","No equipment set for this recipe.":"No equipment set for this recipe.","Regular Link":"Regular Link","Image":"Image","Edit Affiliate Fields":"Edit Affiliate Fields","No HTML set":"No HTML set","Editing Global Ingredient Links":"Editing Global Ingredient Links","All fields are required.":"All fields are required.","Something went wrong. Make sure this key does not exist yet.":"Something went wrong. Make sure this key does not exist yet.","Are you sure you want to close without saving changes?":"Are you sure you want to close without saving changes?","Editing Custom Field":"Editing Custom Field","Creating new Custom Field":"Creating new Custom Field","Type":"Type","Key":"Key","my-custom-field":"my-custom-field","My Custom Field":"My Custom Field","Save":"Save","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.","Currently supported integrations:":"Currently supported integrations:","Learn more about our Products feature":"Learn more about our Products feature","No variations available":"No variations available","Select a variation":"Select a variation","Editing Product":"Editing Product","Setting Product":"Setting Product","Product ID":"Product ID","No product set yet":"No product set yet","Product Name":"Product Name","Product Variation":"Product Variation","Variation ID":"Variation ID","No variation selected":"No variation selected","Variation Name":"Variation Name","Unset Product":"Unset Product","Search for products":"Search for products","No products found":"No products found","A label and key are required.":"A label and key are required.","Editing Nutrient":"Editing Nutrient","Creating new Nutrient":"Creating new Nutrient","Custom":"Custom","Calculated":"Calculated","my-custom-nutrient":"my-custom-nutrient","Label":"Label","My Custom Nutrient":"My Custom Nutrient","mg":"mg","Daily Need":"Daily Need","Calculation":"Calculation","Learn more":"Learn more","Decimal Precision":"Decimal Precision","Order":"Order","Loading...":"Loading...","Editing Nutrition Ingredient":"Editing Nutrition Ingredient","Creating new Nutrition Ingredient":"Creating new Nutrition Ingredient","Are you sure you want to overwrite the existing values?":"Are you sure you want to overwrite the existing values?","Import values from recipe":"Import values from recipe","Cancel import":"Cancel import","Use this recipe":"Use this recipe","Edit Recipe Submission":"Edit Recipe Submission","Approve Submission":"Approve Submission","Approve Submission & Add to new Post":"Approve Submission & Add to new Post","Delete Recipe Submission":"Delete Recipe Submission","Are you sure you want to delete":"Are you sure you want to delete","ID":"ID","Date":"Date","User":"User","Edit Nutrient":"Edit Nutrient","Delete Custom Nutrient":"Delete Custom Nutrient","Active":"Active","View and edit collections for this user":"View and edit collections for this user","User ID":"User ID","Display Name":"Display Name","Email":"Email","# Collections":"# Collections","Show All":"Show All","Has Saved Collections":"Has Saved Collections","Does not have Saved Collections":"Does not have Saved Collections","# Items in Inbox":"# Items in Inbox","# Items in Collections":"# Items in Collections","Your Custom Fields":"Your Custom Fields","Custom Field":"Custom Field","Custom Fields":"Custom Fields","Custom Nutrition Ingredient":"Custom Nutrition Ingredient","Custom Nutrition":"Custom Nutrition","Custom Nutrient":"Custom Nutrient","Custom Nutrients":"Custom Nutrients","Features":"Features","Saved Collection":"Saved Collection","Saved Collections":"Saved Collections","User Collection":"User Collection","User Collections":"User Collections","Recipe Submissions":"Recipe Submissions","Recipe Submission":"Recipe Submission","Edit Field":"Edit Field","Delete Field":"Delete Field","Edit Custom Ingredient":"Edit Custom Ingredient","Delete Custom Ingredient":"Delete Custom Ingredient","Edit Saved Collection":"Edit Saved Collection","Reload Recipes":"Reload Recipes","Duplicate Saved Collection":"Duplicate Saved Collection","Delete Saved Collection":"Delete Saved Collection","Category":"Category","Change Category":"Change Category","What do you want to be the category group for":"What do you want to be the category group for","Default":"Default","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.","Push to All":"Push to All","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.","Fixed":"Fixed","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.","Template":"Template","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\".","Quick Add":"Quick Add","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.","What do you want the new order to be?":"What do you want the new order to be?","Save Collection Link":"Save Collection Link","# Items":"# Items"},"version":{"free":"10.3.4","elite":"10.3.4"}};
//# sourceURL=wprm-public-js-extra
</script>
<script src="https://paleoleap.com/wp-content/plugins/wp-recipe-maker/dist/public-modern.js?ver=10.3.4" id="wprm-public-js"></script>
<script id="feast-public-js-js-extra">
var feastJSData = {"yoastFaqEnabled":""};
//# sourceURL=feast-public-js-js-extra
</script>
<script src="https://paleoleap.com/wp-content/plugins/feast-plugin/assets/js/dev/feast-public-js.js?ver=15.0.8" id="feast-public-js-js"></script>
<script id="wprmp-public-js-extra">
var wprmp_public = {"user":"0","endpoints":{"private_notes":"https://paleoleap.com/wp-json/wp-recipe-maker/v1/private-notes","user_rating":"https://paleoleap.com/wp-json/wp-recipe-maker/v1/user-rating","collections":"https://paleoleap.com/wp-json/wp/v2/wprm_collection","collections_helper":"https://paleoleap.com/wp-json/wp-recipe-maker/v1/recipe-collections","nutrition":"https://paleoleap.com/wp-json/wp-recipe-maker/v1/nutrition"},"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":true,"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","unit_conversion_system_1_fractions":true,"unit_conversion_system_2_fractions":true,"unit_conversion_enabled":false,"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":"Thank You!","user_ratings_thank_you_message_with_comment":"Thank you for voting!","user_ratings_problem_message":"There was a problem rating this recipe. Please try again later.","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":"tooltip_slider","template_ingredient_list_style":"disc","template_instruction_list_style":"decimal","template_color_icon":"#343434","recipe_collections_scroll_to_top":true,"recipe_collections_scroll_to_top_offset":"30"},"timer":{"sound_file":"https://paleoleap.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":1610612736,"text":{"image_size":"The file is too large. Maximum size:"}},"collections":{"default":{"inbox":{"id":0,"name":"Inbox","nbrItems":0,"columns":[{"id":0,"name":"Recipes"}],"groups":[{"id":0,"name":""}],"items":{"0-0":[]},"created":1779280500},"user":[]}},"add_to_collection":{"access":"everyone","behaviour":"inbox","choice":"choose_column_group","placement":"bottom","not_logged_in":"hide","not_logged_in_redirect":"","not_logged_in_tooltip":"","collections":{"inbox":"Inbox","user":[]}},"quick_access_shopping_list":{"access":"everyone"}};
//# sourceURL=wprmp-public-js-extra
</script>
<script src="https://paleoleap.com/wp-content/plugins/wp-recipe-maker-premium/dist/public-elite.js?ver=10.3.4" id="wprmp-public-js"></script>
<script id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
//# sourceURL=rocket-browser-checker-js-after
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/(index.php/)?(.*)wp-json(/.*|$)|/refer/|/go/|/recommend/|/recommends/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https://paleoleap.com","onHoverDelay":"100","rateThrottle":"3"};
//# sourceURL=rocket-preload-links-js-extra
</script>
<script id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());

//# sourceURL=rocket-preload-links-js-after
</script>
<script id="dpsp-frontend-js-pro-js-extra">
var dpsp_ajax_send_save_this_email = {"ajax_url":"https://paleoleap.com/wp-admin/admin-ajax.php","dpsp_token":"b0b2fca02a"};
//# sourceURL=dpsp-frontend-js-pro-js-extra
</script>
<script id="dpsp-frontend-js-pro-js-before">
		var dpsp_pin_button_data = {"pin_description_source":"image_alt_tag","pinterest_pinnable_images":"all_images","pinterest_button_share_behavior":"post_image"}
	
//# sourceURL=dpsp-frontend-js-pro-js-before
</script>
<script async data-noptimize  data-cfasync="false" src="https://paleoleap.com/wp-content/plugins/social-pug/assets/dist/front-end-pro.js?ver=2.28.0" id="dpsp-frontend-js-pro-js"></script>
<script>!function(e){const r={"Europe/Brussels":"gdpr","Europe/Sofia":"gdpr","Europe/Prague":"gdpr","Europe/Copenhagen":"gdpr","Europe/Berlin":"gdpr","Europe/Tallinn":"gdpr","Europe/Dublin":"gdpr","Europe/Athens":"gdpr","Europe/Madrid":"gdpr","Africa/Ceuta":"gdpr","Europe/Paris":"gdpr","Europe/Zagreb":"gdpr","Europe/Rome":"gdpr","Asia/Nicosia":"gdpr","Europe/Nicosia":"gdpr","Europe/Riga":"gdpr","Europe/Vilnius":"gdpr","Europe/Luxembourg":"gdpr","Europe/Budapest":"gdpr","Europe/Malta":"gdpr","Europe/Amsterdam":"gdpr","Europe/Vienna":"gdpr","Europe/Warsaw":"gdpr","Europe/Lisbon":"gdpr","Atlantic/Madeira":"gdpr","Europe/Bucharest":"gdpr","Europe/Ljubljana":"gdpr","Europe/Bratislava":"gdpr","Europe/Helsinki":"gdpr","Europe/Stockholm":"gdpr","Europe/London":"gdpr","Europe/Vaduz":"gdpr","Atlantic/Reykjavik":"gdpr","Europe/Oslo":"gdpr","Europe/Istanbul":"gdpr","Europe/Zurich":"gdpr"},p=(()=>{const e=Intl.DateTimeFormat().resolvedOptions().timeZone;return r[e]||null})();if(null===p||"gdpr"!==p){const r="__adblocker";if(-1===e.cookie.indexOf(r)){const p=new XMLHttpRequest;p.open("GET","https://ads.adthrive.com/abd/abd.js",!0),p.onreadystatechange=function(){if(XMLHttpRequest.DONE===p.readyState)if(200===p.status){const r=e.createElement("script");r.innerHTML=p.responseText,e.getElementsByTagName("head")[0].appendChild(r)}else{const p=new Date;p.setTime(p.getTime()+3e5),e.cookie=r+"=true; expires="+p.toUTCString()+"; path=/"}},p.send()}}}(document);</script><script>!function(){function e(){var e=document.cookie.match("(^|[^;]+)\\s*__adblocker\\s*=\\s*([^;]+)");return e&&e.pop()}function t(){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 r=e();if("true"===r)t();else var o=0,a=setInterval(function(){if(100!==o&&"false"!==r){if("true"===r)return t(),void clearInterval(a);r=e(),o++}else clearInterval(a)},50)}()}();</script></body></html>
