<!DOCTYPE html>
<html lang="en-US">
<head >
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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;
}

.content .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;
	text-transform: uppercase;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.625em;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}



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

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

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


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

input,
select,
textarea {
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 10px;
}
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}



.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #010101;
	border: 1px solid #010101;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 7px 17px;
	text-transform: uppercase;
	width: auto;
}

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

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

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

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

.site-container {
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

.entry {
	margin-bottom: 37px;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-meta {
	margin: 0;
}

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

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

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

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

.bypostauthor article {
	background: #f7f9fc;
}

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

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

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

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

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

.sidebar a {
	font-weight: bold;
}


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

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



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


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



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

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

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

}

@media only screen and (max-width: 335px) {
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}
</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO Premium plugin v27.7 (Yoast SEO v27.7) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->
	<title>Great Home Cooked Recipes - Recipe Idea Shop - Food Blog</title>
	<meta name="description" content="Our best recipes including trending recipes, grandma&#039;s favorites, casseroles, appetizers, desserts, casseroles, and party food," />
	<link rel="canonical" href="https://recipeideashop.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Recipes Everyone Will Love" />
	<meta property="og:description" content="Our best recipes including trending recipes, grandma&#039;s favorites, casseroles, appetizers, desserts, casseroles, and party food," />
	<meta property="og:url" content="https://recipeideashop.com/" />
	<meta property="og:site_name" content="Recipe Idea Shop" />
	<meta property="article:publisher" content="https://www.facebook.com/recipeideashop/" />
	<meta property="article:modified_time" content="2026-04-22T02:42:23+00:00" />
	<meta property="og:image" content="https://recipeideashop.com/wp-content/uploads/2024/06/recipe-idea-shop-logo-1200.jpg" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="1200" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@recipeideashop" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/recipeideashop.com\/","url":"https:\/\/recipeideashop.com\/","name":"Great Home Cooked Recipes - Recipe Idea Shop - Food Blog","isPartOf":{"@id":"https:\/\/recipeideashop.com\/#website"},"about":{"@id":"https:\/\/recipeideashop.com\/#\/schema\/person\/49248e1754c7169d53847e1ce88e4b00"},"primaryImageOfPage":{"@id":"https:\/\/recipeideashop.com\/#primaryimage"},"image":{"@id":"https:\/\/recipeideashop.com\/#primaryimage"},"thumbnailUrl":"https:\/\/recipeideashop.com\/wp-content\/uploads\/2024\/06\/recipe-idea-shop-logo-1200.jpg","datePublished":"2022-10-16T22:37:20+00:00","dateModified":"2026-04-22T02:42:23+00:00","description":"Our best recipes including trending recipes, grandma's favorites, casseroles, appetizers, desserts, casseroles, and party food,","breadcrumb":{"@id":"https:\/\/recipeideashop.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/recipeideashop.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/recipeideashop.com\/#primaryimage","url":"https:\/\/recipeideashop.com\/wp-content\/uploads\/2024\/06\/recipe-idea-shop-logo-1200.jpg","contentUrl":"https:\/\/recipeideashop.com\/wp-content\/uploads\/2024\/06\/recipe-idea-shop-logo-1200.jpg","width":1200,"height":1200,"caption":"recipe idea shop chef logo"},{"@type":"BreadcrumbList","@id":"https:\/\/recipeideashop.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Recipe Idea Shop"}]},{"@type":"WebSite","@id":"https:\/\/recipeideashop.com\/#website","url":"https:\/\/recipeideashop.com\/","name":"Recipe Idea Shop","description":"Comfort Food And Trendy Dishes","publisher":{"@id":"https:\/\/recipeideashop.com\/#\/schema\/person\/49248e1754c7169d53847e1ce88e4b00"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/recipeideashop.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/recipeideashop.com\/#\/schema\/person\/49248e1754c7169d53847e1ce88e4b00","name":"Kathy Owen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/recipeideashop.com\/wp-content\/uploads\/2024\/06\/Kathy-Petticoat-Junktion-2.jpg","url":"https:\/\/recipeideashop.com\/wp-content\/uploads\/2024\/06\/Kathy-Petticoat-Junktion-2.jpg","contentUrl":"https:\/\/recipeideashop.com\/wp-content\/uploads\/2024\/06\/Kathy-Petticoat-Junktion-2.jpg","width":700,"height":700,"caption":"Kathy Owen"},"logo":{"@id":"https:\/\/recipeideashop.com\/wp-content\/uploads\/2024\/06\/Kathy-Petticoat-Junktion-2.jpg"},"description":"Kathy Owen acquired the blog, Recipe Idea Shop in 2024. She was raised on a farm in Arkansas where having a big garden and good food to eat was the norm. She shares recipes for homemade comfort food and new trending dishes.","sameAs":["https:\/\/recipeideashop.com\/about-recipe-idea-shop\/","https:\/\/www.facebook.com\/recipeideashop\/","https:\/\/www.instagram.com\/recipeideashop\/","https:\/\/www.linkedin.com\/company\/recipe-idea-shop\/","https:\/\/www.pinterest.com\/recipeideashop\/","https:\/\/x.com\/https:\/\/x.com\/recipeideashop"],"publishingPrinciples":"https:\/\/recipeideashop.com\/editorial-policy\/","ethicsPolicy":"https:\/\/recipeideashop.com\/editorial-policy\/","diversityPolicy":"https:\/\/recipeideashop.com\/editorial-policy\/"}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//scripts.mediavine.com' />
<link rel="alternate" type="application/rss+xml" title="Recipe Idea Shop &raquo; Feed" href="https://recipeideashop.com/feed/" />
<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='foodie-pro-5-css' href='https://recipeideashop.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}
/*# sourceURL=https://recipeideashop.com/wp-includes/blocks/heading/style.min.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; } }
/*# sourceURL=wp-block-list-inline-css */
</style>
<style id='wp-block-post-author-biography-inline-css'>
.wp-block-post-author-biography{box-sizing:border-box}
/*# sourceURL=https://recipeideashop.com/wp-includes/blocks/post-author-biography/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='wprm-public-css' href='https://recipeideashop.com/wp-content/plugins/wp-recipe-maker/dist/public-modern.css?ver=10.6.1' media='all' />
<link rel='stylesheet' id='wprmp-public-css' href='https://recipeideashop.com/wp-content/plugins/wp-recipe-maker-premium/dist/public-elite.css?ver=10.6.1' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
/*# sourceURL=global-styles-inline-css */
</style>

<style id='feast-global-styles-inline-css'>
.feast-plugin a {
	word-break: break-word;
}
.feast-plugin ul.menu a {
	word-break: initial;
}
	p.is-variation-fancy-text {
		font-style: italic;
		margin: 0 0 16px 0 !important;
	}
	p.is-variation-fancy-text + *:not(div),
	.wp-block-group__inner-container p.is-variation-fancy-text:first-child {
		margin-top: 0 !important;
	}
button.feast-submenu-toggle {
	display: none;
	background: transparent;
	border: 1px solid #424242;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	position: absolute;
	line-height: 0;
	right: 0;
	top: 3px;
	width: 42px;
	height: 42px;
	justify-content: center;
	align-items: center;
}
button.feast-submenu-toggle svg {
	width: 20px;
	height: 20px;
}
@media(max-width:1199px) {
	button.feast-submenu-toggle {
		display: flex;
	}
	.mmm-content ul li.menu-item-has-children {
		position: relative;
	}
	.mmm-content ul li.menu-item-has-children > a {
		display: inline-block;
		margin-top: 12px;
		margin-bottom: 12px;
		width: 100%;
		padding-right: 48px;
	}
	.mmm-content ul li.menu-item-has-children > ul.sub-menu {
		display: none;
	}
	.mmm-content ul li.menu-item-has-children.open > ul.sub-menu {
		display: block;
	}
	.mmm-content ul li.menu-item-has-children.open > button svg {
		transform: rotate(180deg);
	}
}
body {
font-family: "Verdana",-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
font-family: "Lucinda Sans Unicode","Lucinda Grande",-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;;
font-weight: 700;
}.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;
}
@media (max-width: 600px) {
	.wprm-recipe-container,
	.tasty-recipes { 
		margin-left: -5%; 
		margin-right: -5%; 
	}
}
.schema-faq .schema-faq-section {
	margin-top: 20px;
}
.schema-faq strong.schema-faq-question {
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	padding-right: 24px;
}
.schema-faq > div {
	margin-bottom: 16px;
}
.schema-faq > div p.schema-faq-answer {
	overflow: hidden;
	transition: all .2s ease-in-out;
}
.schema-faq strong.schema-faq-question:after {
	content: '↓';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.schema-faq strong.schema-faq-question.active:after {
	content: '↑';
}
.schema-faq .schema-faq-section p {
	margin: 0;
}
.schema-faq-question.active ~ p * {
	line-height: inherit;
}
.schema-faq > div p:not(.block-editor-rich-text__editable) {
	height: 0;
}
.schema-faq > div p.schema-faq-answer {
	padding-left: 16px !important;
	padding-right: 16px !important;
}
.schema-faq {
	margin-bottom: 28px;
}
.schema-faq-question.active ~ p:not(.block-editor-rich-text__editable) {
	height: inherit;
	padding-top: 7px;
}
.schema-faq p {
	margin: 0;
}.site-container .is-style-full-width-feature-wrapper,
.site-container .is-style-full-width-feature-wrapper-cta,
.site-container .is-style-full-width-slanted {
	margin: var(--feast-spacing-xl, 27px) auto;
	padding: clamp(20px, calc(1.25rem + ((1vw - 6px) * 2.1429)), 32px) 0;
	box-shadow: 0 0 0 100vmax var(--global-palette7, #f2f2f2);
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.site-container .is-style-full-width-feature-wrapper,
.site-container .is-style-full-width-feature-wrapper-cta,
.site-container .is-style-full-width-slanted {
	background-color: var(--global-palette7, #f2f2f2);
}
.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 {
	box-shadow: none;
	-webkit-clip-path: none;
	clip-path: none;
	background-color: var(--global-palette7, #f2f2f2);
}
.site-container .sidebar .is-style-full-width-feature-wrapper > *:first-child,
.site-container .sidebar .is-style-full-width-feature-wrapper-cta > *:first-child,
.site-container .sidebar .is-style-full-width-slanted > *:first-child {
	margin-top: 0;
}
.feast-remove-top-padding {
	padding-top: 0 !important;
}
.feast-remove-bottom-padding {
	padding-bottom: 0 !important;
}
.feast-remove-top-margin {
	margin-top: 0 !important;
}
.feast-remove-bottom-margin {
	margin-bottom: 0 !important;
}
.z-10 {
	position: relative;
	z-index: 10;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.2;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media {
	display: flex;
	justify-content: center;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media img {
	border-radius: 1000px;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content {
	padding: 16px 24px 28px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-sizing: border-box;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content h3,
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content h2 {
	font-size: 1.625em;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content * {
	margin: 0;
	max-width: 100%;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__content p {
	line-height: 1.5;
}
@media only screen and (max-width: 335px) {
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width:1023px) {
	.feast-layout--modern-footer {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media only screen and (max-width: 600px) {
	.site-container .feast-layout--modern-footer .is-style-full-width-feature-wrapper,
	.site-container .feast-layout--modern-footer .is-style-full-width-feature-wrapper-cta,
	.site-container .feast-layout--modern-footer .is-style-full-width-slanted,
	.site-container .feast-layout--modern-footer .is-style-full-width-custom-background-feature-wrapper {
		margin: var(--feast-spacing-xl, 27px) -5%;
	}
}
a.wprm-recipe-jump:hover {
	opacity: 1.0 !important;
}
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media img {
	border-radius: 178px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.feast-modern-category-layout {
	text-align: initial;
}
.feast-trusted-google-source .wp-block-button__link svg path,
.feast-jump-to-buttons .wp-block-button__link svg path {
	fill: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
div, 
.wp-block-group {
	scroll-margin-top: 80px;
}
body .fsri-list .listing-item {padding:;background-color:;}body .fsri-title {letter-spacing: ;}body .feast-recipe-index .fsri-list {column-gap:;row-gap:;}body .feast-category-index-list > li { padding:; }body .fsci-title,body .entry-content a .fsci-title {padding:;letter-spacing: ;}body .feast-category-index .feast-category-index-list {column-gap:;row-gap:;}body.feast-plugin h2,body.feast-plugin h3,body.feast-plugin h4,body.feast-plugin h5,body.feast-plugin h6 {letter-spacing: ;}body.feast-plugin h1 {letter-spacing: ;}body.feast-plugin h2 {font-size: 30px;}body.feast-plugin h3 {font-size: 26px;}body.feast-plugin h4 {font-size: 24px;}body.feast-plugin h5 {font-size: 22px;}body.feast-plugin h6 {font-size: 20px;}body.feast-plugin .entry-meta {font-weight: 300;}.feast-plugin .site-inner a,.feast-plugin.page .content a {font-style: ;text-decoration: ;}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>
<link rel='stylesheet' id='simple-social-icons-font-css' href='https://recipeideashop.com/wp-content/plugins/simple-social-icons/css/style.css?ver=4.0.0' media='all' />
<script src="https://recipeideashop.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://recipeideashop.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script async="async" fetchpriority="high" data-noptimize="1" data-cfasync="false" src="https://scripts.mediavine.com/tags/recipe-idea-shop-new-owner.js?ver=6.9.4" id="mv-script-wrapper-js"></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://recipeideashop.com/xmlrpc.php?rsd" />
<link rel='shortlink' href='https://recipeideashop.com/' />
<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; }.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;
}
	.fsri-rating .mv-reviews-stars { display: inline-block; }
	.fsri-rating .mv-stars { max-width: 100%; max-height: 25px; text-align: center; }
	.fsri-rating .mv-stars svg { width: auto; max-height: 25px; width: 150px; height: 22px; }
	.fsri-rating div.mv-star-ratings.mv-rating-user-5 .rating-5,
	.fsri-rating div.mv-star-ratings.mv-rating-user-4-5 .rating-4-5,
	.fsri-rating div.mv-star-ratings.mv-rating-user-4 .rating-4,
	.fsri-rating div.mv-star-ratings.mv-rating-user-3-5 .rating-3-5,
	.fsri-rating div.mv-star-ratings.mv-rating-user-3 .rating-3,
	.fsri-rating div.mv-star-ratings.mv-rating-user-2-5 .rating-2-5,
	.fsri-rating div.mv-star-ratings.mv-rating-user-2 .rating-2,
	.fsri-rating div.mv-star-ratings.mv-rating-user-1-5 .rating-1-5,
	.fsri-rating div.mv-star-ratings.mv-rating-user-1 .rating-1 { fill: var(--mv-star-fill-hover, #f8ce46); }</style><style>.page #breadcrumbs { display: none; } .page-child #breadcrumbs { display: block; } </style><style type="text/css" id='feastbreadcrumbstylesoverride'>
@media only screen and (max-width: 940px) {
	nav#breadcrumbs {
		display: block;
	}
}
</style><style type="text/css" id='feastfoodieprooverrides'>
.page .content a {
	text-decoration: underline;
}
.entry-time:after,
.entry-author:after {
	content: "";
	margin: inherit;
}
</style>		<style>
			:root {
				--mv-create-radius: 0;
			}
		</style>
			<script type="text/javascript" async defer data-pin-color=""  data-pin-height="28"  data-pin-hover="true"
			src="https://recipeideashop.com/wp-content/plugins/pinterest-pin-it-button-on-image-hover-and-post/js/pinit.js"></script>
		<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: #cf2274; } 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-my-chic {
    margin: 20px auto;
    background-color: #ffffff; /*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: 1em; /*wprm_main_font_size type=font_size*/
    line-height: 1.5em !important; /*wprm_main_line_height type=font_size*/
    color: #333333; /*wprm_main_text type=color*/
    max-width: 950px; /*wprm_max_width type=size*/
}
.wprm-recipe-template-my-chic a {
    color: #d0021b; /*wprm_link type=color*/
}
.wprm-recipe-template-my-chic p, .wprm-recipe-template-my-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-my-chic li {
    margin: 0 0 0 32px !important;
    padding: 0 !important;
}
.rtl .wprm-recipe-template-my-chic li {
    margin: 0 32px 0 0 !important;
}
.wprm-recipe-template-my-chic ol, .wprm-recipe-template-my-chic ul {
    margin: 0 !important;
    padding: 0 !important;
}
.wprm-recipe-template-my-chic br {
    display: none;
}
.wprm-recipe-template-my-chic .wprm-recipe-name,
.wprm-recipe-template-my-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: #dd3333; /*wprm_header_text type=color*/
    line-height: 1.3em; /*wprm_header_line_height type=font_size*/
}
.wprm-recipe-template-my-chic h1,
.wprm-recipe-template-my-chic h2,
.wprm-recipe-template-my-chic h3,
.wprm-recipe-template-my-chic h4,
.wprm-recipe-template-my-chic h5,
.wprm-recipe-template-my-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: #dd3333; /*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-my-chic .wprm-recipe-header {
    margin-top: 1.2em !important;
}
.wprm-recipe-template-my-chic h1 {
    font-size: 2em; /*wprm_h1_size type=font_size*/
}
.wprm-recipe-template-my-chic h2 {
    font-size: 1.8em; /*wprm_h2_size type=font_size*/
}
.wprm-recipe-template-my-chic h3 {
    font-size: 1.2em; /*wprm_h3_size type=font_size*/
}
.wprm-recipe-template-my-chic h4 {
    font-size: 1em; /*wprm_h4_size type=font_size*/
}
.wprm-recipe-template-my-chic h5 {
    font-size: 1em; /*wprm_h5_size type=font_size*/
}
.wprm-recipe-template-my-chic h6 {
    font-size: 1em; /*wprm_h6_size type=font_size*/
}.wprm-recipe-template-my-chic {
    font-size: 1em; /*wprm_main_font_size type=font_size*/
	border-style: solid; /*wprm_border_style type=border*/
	border-width: 5px; /*wprm_border_width type=size*/
	border-color: #d0021b; /*wprm_border type=color*/
    padding: 10px;
    background-color: #ffffff; /*wprm_background type=color*/
    max-width: 950px; /*wprm_max_width type=size*/
}
.wprm-recipe-template-my-chic a {
    color: #d0021b; /*wprm_link type=color*/
}
.wprm-recipe-template-my-chic .wprm-recipe-name {
    line-height: 1.3em;
    font-weight: bold;
}
.wprm-recipe-template-my-chic .wprm-template-chic-buttons {
	clear: both;
    font-size: 0.9em;
    text-align: center;
}
.wprm-recipe-template-my-chic .wprm-template-chic-buttons .wprm-recipe-icon {
    margin-right: 5px;
}
.wprm-recipe-template-my-chic .wprm-recipe-header {
	margin-bottom: 0.5em !important;
}
.wprm-recipe-template-my-chic .wprm-nutrition-label-container {
	font-size: 0.9em;
}
.wprm-recipe-template-my-chic .wprm-call-to-action {
	border-radius: 3px;
}</style><link rel="pingback" href="https://recipeideashop.com/xmlrpc.php" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W9FZ7XD6');</script>
<!-- End Google Tag Manager -->

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

  gtag('config', 'UA-67034477-1');
</script>
<script>
  (function(w, d, t, h, s, n) {
    w.FlodeskObject = n;
    var fn = function() {
      (w[n].q = w[n].q || []).push(arguments);
    };
    w[n] = w[n] || fn;
    var f = d.getElementsByTagName(t)[0];
    var v = '?v=' + Math.floor(new Date().getTime() / (120 * 1000)) * 60;
    var sm = d.createElement(t);
    sm.async = true;
    sm.type = 'module';
    sm.src = h + s + '.mjs' + v;
    f.parentNode.insertBefore(sm, f);
    var sn = d.createElement(t);
    sn.async = true;
    sn.noModule = true;
    sn.src = h + s + '.js' + v;
    f.parentNode.insertBefore(sn, f);
  })(window, document, 'script', 'https://assets.flodesk.com', '/universal', 'fd');
</script>



<meta name="google-site-verification" content="I5m5-SnImdLOVO2u0l6lPVrkgiffOa99zULcA_Esyzg" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0F6BJ5J3NY"></script>

<meta name="yandex-verification" content="4622ca34a7802369" />




<!-- Begin comScore Tag -->
<script>
  var _comscore = _comscore || [];
  _comscore.push({ c1: "2", c2: "39786574" ,  options: { enableFirstPartyCookie: "false" } });
  (function() {
    var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
    s.src = "https://sb.scorecardresearch.com/cs/39786574/beacon.js";
    el.parentNode.insertBefore(s, el);
  })();
</script>
<noscript>
  <img src="https://sb.scorecardresearch.com/p?c1=2&c2=39786574&cv=3.9.1&cj=1">
</noscript>
<!-- End comScore Tag -->
	<style>
		/* Add animation (Chrome, Safari, Opera) */
		@-webkit-keyframes openmenu {
			from {left:-100px;opacity: 0;}
			to {left:0px;opacity:1;}
		}
		@-webkit-keyframes closebutton {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	<style id="feast-edit-font-sizes">h1 { font-size: 34px; }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>
	<link rel="icon" href="https://recipeideashop.com/wp-content/uploads/2024/06/cropped-chef-logo-for-website-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://recipeideashop.com/wp-content/uploads/2024/06/cropped-chef-logo-for-website-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://recipeideashop.com/wp-content/uploads/2024/06/cropped-chef-logo-for-website-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://recipeideashop.com/wp-content/uploads/2024/06/cropped-chef-logo-for-website-1-270x270.png" />
<style id='core-block-supports-inline-css'>
.wp-elements-5cab09dee96331f9ca650bd498f8cc98 a:where(:not(.wp-element-button)){color:#dd3333;}.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-40879 wp-theme-genesis wp-child-theme-foodiepro5 header-image header-full-width genesis-breadcrumbs-hidden grow-content-body feast-plugin feast-full-width-layout full-width-content wp-6-9-4 fp-15-3-0"><div class="site-container"><header class="site-header"><div class="wrap"><div class="title-area"><p class="site-title"><a href="https://recipeideashop.com/">Recipe Idea Shop</a></p></div></div></header><nav class="nav-primary" aria-label="Main"><div class="wrap"><ul id="menu-feast-modern-mobile-menu" class="menu genesis-nav-menu menu-primary"><li id="menu-item-53491" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53491"><a href="https://recipeideashop.com/favorite-recipes/"><span >Recipe Index</span></a></li>
<li id="menu-item-41060" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41060"><a href="https://recipeideashop.com/category/appetizers/"><span >Appetizers</span></a></li>
<li id="menu-item-51121" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-51121"><a href="https://recipeideashop.com/category/entrees/"><span >Entrees</span></a></li>
<li id="menu-item-54813" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-54813"><a href="https://recipeideashop.com/category/desserts/"><span >Desserts</span></a></li>
<li id="menu-item-162499" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-162499"><a href="https://recipeideashop.com/recipes/"><span >New Recipes</span></a></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://recipeideashop.com"><img src="https://recipeideashop.com/wp-content/uploads/2024/06/recipe-idea-shop-logo-200.png" srcset="https://recipeideashop.com/wp-content/uploads/2024/06/recipe-idea-shop-logo-400.png 2x" alt="go to homepage" data-skip-lazy data-pin-nopin="true" height="70" width="200" fetchpriority="high" /></a></div><nav class="desktop-inline-modern-menu"><ul id="menu-feast-modern-mobile-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53491"><a href="https://recipeideashop.com/favorite-recipes/">Recipe Index</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41060"><a href="https://recipeideashop.com/category/appetizers/">Appetizers</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-51121"><a href="https://recipeideashop.com/category/entrees/">Entrees</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-54813"><a href="https://recipeideashop.com/category/desserts/">Desserts</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-162499"><a href="https://recipeideashop.com/recipes/">New Recipes</a></li>
</ul></nav><div class="modern-menu-desktop-social"><div id="feast-social"><li id="simple-social-icons-8" class="widget simple-social-icons"><ul class="alignleft"><li class="ssi-facebook"><a data-wpel-link="ignore" href="https://www.facebook.com/recipeideashop" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-facebook" aria-labelledby="social-facebook-8"><title id="social-facebook-8">Facebook</title><use xlink:data-wpel-link="ignore" href="https://recipeideashop.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" href="https://www.instagram.com/recipeideashop/" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-instagram" aria-labelledby="social-instagram-8"><title id="social-instagram-8">Instagram</title><use xlink:data-wpel-link="ignore" href="https://recipeideashop.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" href="https://www.pinterest.com/recipeideashop/" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest-8"><title id="social-pinterest-8">Pinterest</title><use xlink:data-wpel-link="ignore" href="https://recipeideashop.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" href="https://x.com/RecipeIdeaShop" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-twitter" aria-labelledby="social-twitter-8"><title id="social-twitter-8">Twitter</title><use xlink:data-wpel-link="ignore" href="https://recipeideashop.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-twitter"></use></svg></a></li></ul></li>
</div></div><div class="feastsubscribebutton"><a href="/subscribe/"><svg id="svg" version="1.1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" height="30px" width="90px" viewBox="0, 0, 400,62.365591397849464">
  <title>subscribe</title>
  <g id="svgg">
    <path fill="currentColor" id="path0" d="M26.050 5.330 C 19.725 7.308,15.771 12.123,15.771 17.846 C 15.771 25.406,19.962 29.225,32.891 33.446 C 48.466 38.530,48.556 50.896,33.017 50.896 C 25.829 50.896,22.500 48.560,20.505 42.115 C 19.726 39.597,14.337 40.411,14.337 43.046 C 14.337 56.105,41.674 61.606,48.769 49.975 C 54.448 40.665,48.765 31.572,34.767 27.571 C 23.980 24.488,20.269 20.193,23.310 14.313 C 27.257 6.680,43.728 9.562,43.728 17.886 C 43.728 19.171,44.177 19.355,47.312 19.355 C 49.283 19.355,50.896 19.252,50.896 19.127 C 50.896 9.148,37.546 1.734,26.050 5.330 M160.932 4.926 C 143.613 9.505,145.768 26.536,164.445 32.693 C 175.194 36.236,177.778 38.236,177.778 43.011 C 177.778 53.848,156.854 53.818,154.473 42.977 C 153.842 40.106,147.658 39.647,147.686 42.473 C 147.827 56.888,176.357 61.890,183.180 48.696 C 187.688 39.978,182.226 32.186,168.371 27.569 C 156.805 23.715,152.605 17.927,157.885 13.118 C 164.593 7.008,177.778 10.406,177.778 18.244 C 177.778 19.087,178.577 19.355,181.097 19.355 L 184.417 19.355 183.994 16.747 C 182.636 8.383,170.802 2.317,160.932 4.926 M205.522 5.288 C 193.113 9.929,187.498 27.839,193.471 43.728 C 200.113 61.398,225.168 60.783,229.987 42.832 L 230.709 40.143 227.272 40.143 C 224.006 40.143,223.813 40.253,223.393 42.354 C 221.152 53.560,205.804 54.266,200.382 43.412 C 197.373 37.389,197.248 24.155,200.140 17.838 C 205.236 6.706,220.504 7.247,223.462 18.664 C 224.326 21.998,230.667 22.645,230.225 19.355 C 228.759 8.450,216.195 1.295,205.522 5.288 M58.781 24.396 C 58.781 45.482,59.019 47.008,62.941 51.141 C 70.903 59.530,87.303 57.865,93.053 48.085 L 94.982 44.803 95.203 24.910 L 95.424 5.018 92.199 5.018 L 88.974 5.018 88.752 24.194 C 88.469 48.664,87.490 50.887,76.988 50.893 C 66.447 50.900,65.236 48.111,65.234 23.835 L 65.233 5.018 62.007 5.018 L 58.781 5.018 58.781 24.396 M106.093 30.538 L 106.093 56.059 118.100 55.784 C 131.707 55.472,134.341 54.673,138.131 49.704 C 142.597 43.849,140.283 32.689,134.070 30.116 L 131.852 29.197 134.377 27.481 C 140.228 23.505,140.846 14.573,135.646 9.123 C 132.673 6.006,128.030 5.018,116.357 5.018 L 106.093 5.018 106.093 30.538 M240.143 30.466 L 240.143 55.914 243.369 55.914 L 246.595 55.914 246.595 45.520 L 246.595 35.125 252.509 35.126 L 258.423 35.127 264.025 45.521 L 269.628 55.914 273.190 55.914 C 276.653 55.914,276.730 55.869,275.923 54.301 C 275.467 53.414,272.875 48.634,270.163 43.679 C 264.354 33.065,264.551 34.140,268.014 31.954 C 278.032 25.630,275.856 9.891,264.455 6.209 C 261.718 5.325,258.109 5.018,250.455 5.018 L 240.143 5.018 240.143 30.466 M284.588 30.466 L 284.588 55.914 287.814 55.914 L 291.039 55.914 291.039 30.466 L 291.039 5.018 287.814 5.018 L 284.588 5.018 284.588 30.466 M303.226 30.466 L 303.226 55.914 313.953 55.914 C 325.859 55.914,330.021 55.026,333.601 51.722 C 339.739 46.056,339.150 35.284,332.463 30.920 L 329.863 29.224 332.594 26.619 C 336.044 23.329,337.133 19.713,336.111 14.946 C 334.474 7.313,329.244 5.018,313.490 5.018 L 303.226 5.018 303.226 30.466 M348.387 30.466 L 348.387 55.914 364.559 55.914 L 380.732 55.914 380.509 53.226 L 380.287 50.538 367.563 50.342 L 354.839 50.146 354.839 41.202 L 354.839 32.258 365.950 32.258 L 377.061 32.258 377.061 29.749 L 377.061 27.240 365.950 27.240 L 354.839 27.240 354.839 18.996 L 354.839 10.753 367.384 10.753 L 379.928 10.753 379.928 7.885 L 379.928 5.018 364.158 5.018 L 348.387 5.018 348.387 30.466 M129.099 11.862 C 132.543 13.644,133.822 19.465,131.498 22.784 C 129.472 25.675,126.727 26.523,119.390 26.523 L 112.545 26.523 112.545 18.638 L 112.545 10.753 119.749 10.753 C 124.849 10.753,127.579 11.077,129.099 11.862 M263.574 12.151 C 266.573 13.979,267.549 15.950,267.549 20.179 C 267.549 27.041,264.112 29.448,253.584 29.960 L 246.595 30.299 246.595 20.526 L 246.595 10.753 253.943 10.755 C 259.953 10.758,261.706 11.011,263.574 12.151 M328.021 13.122 C 333.818 19.868,328.285 26.523,316.881 26.523 L 310.394 26.523 310.394 18.575 L 310.394 10.626 318.343 10.868 C 326.030 11.103,326.349 11.177,328.021 13.122 M129.773 33.345 C 133.706 35.379,135.094 40.558,133.031 45.495 C 131.463 49.248,128.894 50.179,120.107 50.179 L 112.545 50.179 112.545 41.219 L 112.545 32.258 120.107 32.258 C 125.465 32.258,128.283 32.575,129.773 33.345 M329.093 34.958 C 332.751 39.055,331.571 46.679,326.905 49.092 C 325.435 49.852,322.636 50.179,317.598 50.179 L 310.394 50.179 310.394 41.157 L 310.394 32.135 318.698 32.376 L 327.003 32.616 329.093 34.958 " stroke="none" fill-rule="evenodd"></path>
  </g>
</svg>
</a></div><div class="feastsearchtoggle"><a href="#feastmobilemenu"><svg xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" xml:space="preserve" xmlns:svg="//www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 100 100" aria-labelledby="searchicon" role="img">
  <title id="searchicon">search icon</title>
  <g transform="translate(0,-952.36218)">
    <path fill="currentColor" d="M 40 11 C 24.007431 11 11 24.00743 11 40 C 11 55.9926 24.007431 69 40 69 C 47.281794 69 53.935267 66.28907 59.03125 61.84375 L 85.59375 88.40625 C 86.332786 89.16705 87.691654 89.1915 88.4375 88.4375 C 89.183345 87.6834 89.175154 86.2931 88.40625 85.5625 L 61.875 59.03125 C 66.312418 53.937244 69 47.274551 69 40 C 69 24.00743 55.992569 11 40 11 z M 40 15 C 53.830808 15 65 26.16919 65 40 C 65 53.8308 53.830808 65 40 65 C 26.169192 65 15 53.8308 15 40 C 15 26.16919 26.169192 15 40 15 z " transform="translate(0,952.36218)">
    </path>
  </g>
</svg>
</a></div></header><nav id="feastmobilemenu" class="feastmobilemenu-background" aria-label="main"><div class="mmm-dialog"><div class="mmm-content"><a href="https://recipeideashop.com"><img id="mmmlogo" src="https://recipeideashop.com/wp-content/uploads/2024/06/recipe-idea-shop-logo-200.png" srcset="https://recipeideashop.com/wp-content/uploads/2024/06/recipe-idea-shop-logo-400.png 2x" alt="Homepage link" data-pin-nopin="true" fetchpriority="high" /></a><div id="feast-mobile-search"><form class="search-form" method="get" action="https://recipeideashop.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://recipeideashop.com/?s={s}"></form></div><ul id="menu-feast-modern-mobile-menu-2" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53491"><a href="https://recipeideashop.com/favorite-recipes/">Recipe Index</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41060"><a href="https://recipeideashop.com/category/appetizers/">Appetizers</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-51121"><a href="https://recipeideashop.com/category/entrees/">Entrees</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-54813"><a href="https://recipeideashop.com/category/desserts/">Desserts</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-162499"><a href="https://recipeideashop.com/recipes/">New Recipes</a></li>
</ul><div id="feast-mobile-menu-social-icons"><div id="feast-social"><li id="simple-social-icons-8" class="widget simple-social-icons"><ul class="alignleft"><li class="ssi-facebook"><a data-wpel-link="ignore" href="https://www.facebook.com/recipeideashop" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-facebook" aria-labelledby="social-facebook-8"><title id="social-facebook-8">Facebook</title><use xlink:data-wpel-link="ignore" href="https://recipeideashop.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" href="https://www.instagram.com/recipeideashop/" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-instagram" aria-labelledby="social-instagram-8"><title id="social-instagram-8">Instagram</title><use xlink:data-wpel-link="ignore" href="https://recipeideashop.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" href="https://www.pinterest.com/recipeideashop/" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest-8"><title id="social-pinterest-8">Pinterest</title><use xlink:data-wpel-link="ignore" href="https://recipeideashop.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" href="https://x.com/RecipeIdeaShop" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-twitter" aria-labelledby="social-twitter-8"><title id="social-twitter-8">Twitter</title><use xlink:data-wpel-link="ignore" href="https://recipeideashop.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-twitter"></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-40879 page type-page status-publish has-post-thumbnail mv-content-wrapper grow-content-main entry" aria-label="Recipes Everyone Will Love"><header class="entry-header"><h1 class="entry-title">Recipes Everyone Will Love</h1>
</header><div class="entry-content">
<p>If you love your grandmother's cooking, <a href="https://recipeideashop.com/what-to-make-with-holiday-leftovers/">making recipes with leftovers</a>, <a href="https://recipeideashop.com/pico-de-gallo-salsa/">fresh vegetable dishes</a>, comfort foods like <a href="https://recipeideashop.com/cinnamon-sugar-rice/">rice and milk with cinnamon</a>, <a href="https://recipeideashop.com/grandmas-no-cook-refrigerator-pickles/">crunchy pickles</a>, Gumbo, or even <a href="https://recipeideashop.com/south-beach-chicken-en-papillote/">South Beach Diet food</a>, you are in the right place.</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-left has-text-color has-link-color wp-elements-5cab09dee96331f9ca650bd498f8cc98" id="h-favorite-recipes" style="color:#dd3333">Favorite 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://recipeideashop.com/claussen-kosher-dill-pickle-wraps-with-cream-cheese-and-corned-beef/"><img decoding="async" fetchpriority="high" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2024/09/kosher-dill-pickle-wraps-Custom-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Several bite-sized pickle roll-ups made of ham, cream cheese, and cucumber slices are arranged on a white plate. The ham wraps around the cream cheese and cucumber, forming a swirl with green centers reminiscent of Kosher Dill Pickle Wraps." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2024/09/kosher-dill-pickle-wraps-Custom-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2024/09/kosher-dill-pickle-wraps-Custom-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2024/09/kosher-dill-pickle-wraps-Custom-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Kosher Dill Pickle Wraps With Ham And Cream Cheese</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/chewy-peanut-butter-cornflake-candy-no-bake/"><img decoding="async" width="360" height="240" src="https://recipeideashop.com/wp-content/uploads/2024/10/how-to-make-peanut-butter-cornflake-candy.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A close-up of several no-bake cookies with a golden, chunky texture, made from oats and peanut butter cornflake candy, arranged on a clear glass plate." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2024/10/how-to-make-peanut-butter-cornflake-candy.jpg 1200w, https://recipeideashop.com/wp-content/uploads/2024/10/how-to-make-peanut-butter-cornflake-candy-300x200.jpg 300w, https://recipeideashop.com/wp-content/uploads/2024/10/how-to-make-peanut-butter-cornflake-candy-720x480.jpg 720w, https://recipeideashop.com/wp-content/uploads/2024/10/how-to-make-peanut-butter-cornflake-candy-360x240.jpg 360w, https://recipeideashop.com/wp-content/uploads/2024/10/how-to-make-peanut-butter-cornflake-candy-180x120.jpg 180w, https://recipeideashop.com/wp-content/uploads/2024/10/how-to-make-peanut-butter-cornflake-candy-150x100.jpg 150w, https://recipeideashop.com/wp-content/uploads/2024/10/how-to-make-peanut-butter-cornflake-candy-735x490.jpg 735w" sizes="(max-width: 360px) 100vw, 360px" /><div class="fsri-title">Chewy Peanut Butter Cornflake Candy - No Bake</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/almond-bark-popcorn-pretzel-corn-pop-crunch/"><img decoding="async" width="360" height="526" src="https://recipeideashop.com/wp-content/uploads/2024/12/popcorn-and-corn-pop-cereal-white-chocolate-candy_thumb-360x526.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A bowl filled with almond bark popcorn and pretzel corn pop crunch sits on a wooden surface. The popcorn and pretzels are coated in a thick, creamy white layer." data-pin-nopin="true" aria-hidden="true" /><div class="fsri-title">White Chocolate Corn Pops Cereal Crunch With Pretzels And Popcorn</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/salmon-patties/"><img loading="lazy" decoding="async" width="360" height="360" src="https://recipeideashop.com/wp-content/uploads/2024/06/salmon-patties.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Four browned, homemade fried salmon patties with visible chopped green onions are cooking in a frying pan. The patties are irregularly shaped and have a crispy, textured surface." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2024/06/salmon-patties.jpg 1200w, https://recipeideashop.com/wp-content/uploads/2024/06/salmon-patties-300x300.jpg 300w, https://recipeideashop.com/wp-content/uploads/2024/06/salmon-patties-150x150.jpg 150w, https://recipeideashop.com/wp-content/uploads/2024/06/salmon-patties-500x500.jpg 500w, https://recipeideashop.com/wp-content/uploads/2024/06/salmon-patties-70x70.jpg 70w, https://recipeideashop.com/wp-content/uploads/2024/06/salmon-patties-720x720.jpg 720w, https://recipeideashop.com/wp-content/uploads/2024/06/salmon-patties-360x360.jpg 360w, https://recipeideashop.com/wp-content/uploads/2024/06/salmon-patties-180x180.jpg 180w, https://recipeideashop.com/wp-content/uploads/2024/06/salmon-patties-96x96.jpg 96w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Homemade Salmon Patties Fried or Baked Like Grandma Made</div></a></li></ul></div></div></div>


<div class='feast-category-index  feast-recipe-index'> 
<h2>Appetizers</h2><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://recipeideashop.com/stuffed-portobello-mushrooms/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2025/01/stuffed-portobello-mushrooms-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A plate with two stuffed portobello mushrooms topped with melted shredded cheese, served alongside fresh green beans. The flavorful stuffing features rice, corn, diced red peppers, and zucchini." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2025/01/stuffed-portobello-mushrooms-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2025/01/stuffed-portobello-mushrooms-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Brown Rice Stuffed Portobello Mushrooms With Corn</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/maple-bacon-smokies/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/05/Maple-Bacon-Smokies-10-1-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A white bowl filled with maple bacon smokies, each wrapped in bacon and secured with a toothpick, sits on a wooden board. The sausages are glazed and appear caramelized." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/05/Maple-Bacon-Smokies-10-1-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/05/Maple-Bacon-Smokies-10-1-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/05/Maple-Bacon-Smokies-10-1-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">The Ultimate Maple Bacon Smokies Party Appetizer</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/mango-pineapple-salsa/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/05/Mango-Pineapple-Salsa-5-1-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A close-up of a spoonful of Mango Pineapple Salsa with diced tomatoes, avocado, mango, cilantro, and onion, held over a bowl of the same salsa. Tortilla chips are visible in the background." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/05/Mango-Pineapple-Salsa-5-1-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/05/Mango-Pineapple-Salsa-5-1-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/05/Mango-Pineapple-Salsa-5-1-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Sweet and Tangy Mango Pineapple Salsa Made Fresh</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/party-foods-appetizers-main-dishes-desserts-and-drinks-for-the-perfect-buffet/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/01/Dill-Pickle-Dip-17-2-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A bowl of creamy Dill Pickle Dip topped with pickle slices and dill, surrounded by sliced cucumbers, red bell pepper strips, and ridged potato chips on a white plate." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/01/Dill-Pickle-Dip-17-2-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/01/Dill-Pickle-Dip-17-2-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/01/Dill-Pickle-Dip-17-2-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Best Party Buffet Foods: Appetizers, Entrees, Desserts, and Drinks</div></a></li></ul><div class='feast-category-link'>See more  <a href='https://recipeideashop.com/category/appetizers/'>Appetizers →</a></div></div>


<h2 class="wp-block-heading" id="h-new-recipes">New 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://recipeideashop.com/vegetarian-potato-soup/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/06/Potato-Soup-26-2-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A bowl of creamy potato soup topped with shredded cheddar cheese and chopped green onions, with a spoon resting inside. A small bowl of extra green onions and a striped towel sit in the background." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/06/Potato-Soup-26-2-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/06/Potato-Soup-26-2-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/06/Potato-Soup-26-2-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Easy Cheesy Vegetarian Potato Soup Recipe</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/maple-bacon-smokies/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/05/Maple-Bacon-Smokies-10-1-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A white bowl filled with maple bacon smokies, each wrapped in bacon and secured with a toothpick, sits on a wooden board. The sausages are glazed and appear caramelized." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/05/Maple-Bacon-Smokies-10-1-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/05/Maple-Bacon-Smokies-10-1-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/05/Maple-Bacon-Smokies-10-1-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">The Ultimate Maple Bacon Smokies Party Appetizer</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/tofu-japchae-with-vermicelli/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/05/Japchae-Recipe-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Chopsticks lifting noodles, vegetables, and tofu from a plate of stir-fried noodles with colorful bell peppers, carrots, mushrooms, and sesame seeds." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/05/Japchae-Recipe-360x541.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/05/Japchae-Recipe-720x1082.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/05/Japchae-Recipe-180x271.jpg 180w, https://recipeideashop.com/wp-content/uploads/2026/05/Japchae-Recipe.jpg 1000w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Tofu Japchae with Fresh Vegetables and Vermicelli</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/mango-pineapple-salsa/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/05/Mango-Pineapple-Salsa-5-1-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A close-up of a spoonful of Mango Pineapple Salsa with diced tomatoes, avocado, mango, cilantro, and onion, held over a bowl of the same salsa. Tortilla chips are visible in the background." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/05/Mango-Pineapple-Salsa-5-1-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/05/Mango-Pineapple-Salsa-5-1-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/05/Mango-Pineapple-Salsa-5-1-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Sweet and Tangy Mango Pineapple Salsa Made Fresh</div></a></li></ul></div>


<p class="has-text-align-right"><a href="https://recipeideashop.com/party-appetizers-cheese-ball-recipes/">Recipes we all love....</a></p>


<div class='feast-category-index  feast-recipe-index'> 
<h2>Entrees</h2><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://recipeideashop.com/beef-noodle-stir-fry/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/05/Beef-Noodle-Stir-Fry-7-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Chopsticks lifting a portion of Beef Noodle Stir Fry with vegetables, including broccoli and carrots, from a white bowl, with a pan of more noodles visible in the background." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/05/Beef-Noodle-Stir-Fry-7-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/05/Beef-Noodle-Stir-Fry-7-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/05/Beef-Noodle-Stir-Fry-7-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Best Stir Fry Beef And Broccoli With Chow Mein Noodles</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/tender-air-fryer-chicken-nuggets-in-honey-garlic-sauce-with-no-breading/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/05/air-fryer-chicken-nuggets-with-honey-garlic-sauce-and-no-breading--360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A white plate filled with golden-brown grilled chicken bites, coated in a glossy honey garlic sauce and garnished with chopped fresh herbs." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/05/air-fryer-chicken-nuggets-with-honey-garlic-sauce-and-no-breading--360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/05/air-fryer-chicken-nuggets-with-honey-garlic-sauce-and-no-breading--180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Tender Air Fryer Chicken Nuggets In Honey Garlic Sauce With No Breading</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/taco-spaghetti/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/04/Taco-Spaghetti-16-1-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A skillet filled with taco spaghetti—spaghetti mixed with ground beef, tomato sauce, and topped with shredded cheddar cheese and fresh parsley. Fresh ingredients and kitchen utensils are visible in the background." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/04/Taco-Spaghetti-16-1-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/04/Taco-Spaghetti-16-1-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/04/Taco-Spaghetti-16-1-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Taco Spaghetti A Fun Twist on Pasta Night</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/garlic-parmesan-chicken-air-fryer/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/04/Garlic-Parmesan-Chicken-Air-Fryer-7-2-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Close-up of Garlic Parmesan Chicken Air Fryer thighs topped with a creamy garlic and herb sauce, garnished with chopped parsley and served alongside fresh parsley sprigs." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/04/Garlic-Parmesan-Chicken-Air-Fryer-7-2-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/04/Garlic-Parmesan-Chicken-Air-Fryer-7-2-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/04/Garlic-Parmesan-Chicken-Air-Fryer-7-2-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Air Fryer Garlic Parmesan Chicken Crispy, Juicy, and Full of Flavor</div></a></li></ul><div class='feast-category-link'>See more  <a href='https://recipeideashop.com/category/entrees/'>Entrees →</a></div></div>

<div class='feast-category-index  feast-recipe-index'> 
<h2>Side Dishes</h2><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://recipeideashop.com/asparagus-and-green-pea-salad-recipe/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/03/asparagus-and-pea-salad-recipe-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Colorful salad with roasted sweet potato slices, asparagus, green peas, radish slices, red onion, fresh mint leaves, and lemon wedges on top. The ingredients are fresh and vividly arranged." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/03/asparagus-and-pea-salad-recipe-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/03/asparagus-and-pea-salad-recipe-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Asparagus And Green Pea Salad Recipe</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/cajun-spiced-green-beans-with-andouille-sausage-and-bacon/"><img loading="lazy" decoding="async" width="360" height="467" src="https://recipeideashop.com/wp-content/uploads/2026/03/Green-Beans-Casserole-with-sausage-and-potatoes-20-360x467.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A square white plate with rice topped with green beans and sausage slices. Next to it is a wooden bowl containing fresh spinach leaves and cherry tomatoes, placed on a bamboo mat." data-pin-nopin="true" aria-hidden="true" /><div class="fsri-title">Cajun Spiced Green Beans with Andouille Sausage and Bacon</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/3-ingredient-cheesy-spaghetti-chicken-spaghetti-without-the-chicken/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2025/11/10-minute-cheesey-spaghetti-recipe-2-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A fork twirls a portion of cheesy spaghetti with visible pieces of red pepper, served on a blue and white patterned paper plate." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2025/11/10-minute-cheesey-spaghetti-recipe-2-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2025/11/10-minute-cheesey-spaghetti-recipe-2-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">3 Ingredient Cheesy Spaghetti -Chicken Spaghetti Without The Chicken</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/spicy-four-bean-baked-beans-slow-cooker-recipe/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2024/02/slow-cooker-four-bean-baked-beans_thumb-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A white bowl filled with slow cooker baked beans in a rich, reddish-brown sauce sits on a white and blue checkered cloth next to a wooden utensil." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2024/02/slow-cooker-four-bean-baked-beans_thumb-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2024/02/slow-cooker-four-bean-baked-beans_thumb-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Spicy Four Bean Baked Beans Slow Cooker Recipe</div></a></li></ul><div class='feast-category-link'>See more  <a href='https://recipeideashop.com/category/side-dishes/'>Side Dishes →</a></div></div>

<div class='feast-category-index  feast-recipe-index'> 
<h2>Desserts</h2><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://recipeideashop.com/samoa-copycat-cookies/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/05/Samoa-Copycat-Cookies-17-1-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A group of Somoa Copy Cat Cookies, caramel and chocolate-drizzled with coconut flakes, is arranged on parchment paper and gray plates, surrounded by caramel cubes and coconut shavings on a wooden surface." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/05/Samoa-Copycat-Cookies-17-1-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/05/Samoa-Copycat-Cookies-17-1-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/05/Samoa-Copycat-Cookies-17-1-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Homemade Samoa Copycat Cookies</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/classic-snickerdoodle-cookies-made-easy/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/05/Snickerdoodle-Cookies-3-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Two white plates with snickerdoodle cookies on a marble surface, one plate stacked and tied with string, the other with cookies spread out. Nearby are a cinnamon stick and a container of granulated sugar, highlighting the classic snickerdoodle flavor." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/05/Snickerdoodle-Cookies-3-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/05/Snickerdoodle-Cookies-3-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/05/Snickerdoodle-Cookies-3-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Classic Snickerdoodle Cookies Made Easy</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/air-fryer-funnel-cake-bites/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/04/Air-Fryer-Funnel-Cake-Bites-10.jpg-1200-x-1200-1-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A white bowl filled with round, golden Air Fryer Funnel Cake Bites topped with powdered sugar and colorful sprinkles. Some cake bites and sprinkles are scattered on the white surface around the bowl." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/04/Air-Fryer-Funnel-Cake-Bites-10.jpg-1200-x-1200-1-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/04/Air-Fryer-Funnel-Cake-Bites-10.jpg-1200-x-1200-1-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/04/Air-Fryer-Funnel-Cake-Bites-10.jpg-1200-x-1200-1-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Air Fryer Funnel Cake Bites</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/elvis-brownies-brownie-mix-bananas-and-bacon/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/03/Elvis-Brownies-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A close-up of rich, fudgy chocolate Elvis brownies containing bananas and bacon, stacked on a plate, with a glass bottle of milk in the background. The brownies have a shiny, crackly top." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/03/Elvis-Brownies-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/03/Elvis-Brownies-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Elvis Brownies: Brownie Mix, Bananas, and Bacon</div></a></li></ul><div class='feast-category-link'>See more  <a href='https://recipeideashop.com/category/desserts/'>Desserts →</a></div></div>

<div class='feast-category-index  feast-recipe-index'> 
<h2>Chicken</h2><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://recipeideashop.com/chicken-pasta-with-bacon-and-peas/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/04/Chicken-Pasta-With-Bacon-And-Peas-2-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A close-up of a creamy chicken pasta with bacon and peas, featuring shredded cheese, green peas, chopped parsley, and chunks of chicken—all mixed together and finished with grated cheese and herbs." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/04/Chicken-Pasta-With-Bacon-And-Peas-2-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/04/Chicken-Pasta-With-Bacon-And-Peas-2-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/04/Chicken-Pasta-With-Bacon-And-Peas-2-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">The Ingredients That Make Chicken Pasta Our Favorite Dish</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/slow-cooker-ground-chicken-soup-with-noodles/"><img loading="lazy" decoding="async" width="360" height="525" src="https://recipeideashop.com/wp-content/uploads/2024/02/healthy-ground-chicken-soup-360x525.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A white bowl of chicken noodle soup with carrots, rotini pasta, and herbs sits on a light surface. A spoon rests in the bowl, and a lemon wedge and dill garnish are beside it. Blurred lemons and carrots are in the background." data-pin-nopin="true" aria-hidden="true" /><div class="fsri-title">Slow Cooker Ground Chicken Noodle Soup Recipe</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/chicken-gnocchi-soup/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/03/Chicken-Gnocchi-Soup-20-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A bowl of creamy chicken gnocchi soup with spinach, carrots, and herbs, served in a blue bowl with a spoon, rests on a white napkin." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/03/Chicken-Gnocchi-Soup-20-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/03/Chicken-Gnocchi-Soup-20-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/03/Chicken-Gnocchi-Soup-20-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Easy Creamy Chicken Gnocchi Soup  With Vegetables</div></a></li><li class="listing-item"><a href="https://recipeideashop.com/chicken-avocado-ranch-burritos/"><img loading="lazy" decoding="async" width="360" height="540" src="https://recipeideashop.com/wp-content/uploads/2026/03/Chicken-Avocado-Ranch-Burritos-2-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="A plate of Chicken Avocado Ranch Burritos filled with vegetables and herbs, garnished with fresh cilantro, sits on a wooden board atop a tiled surface with scattered peppercorns and salt." data-pin-nopin="true" aria-hidden="true" srcset="https://recipeideashop.com/wp-content/uploads/2026/03/Chicken-Avocado-Ranch-Burritos-2-360x540.jpg 360w, https://recipeideashop.com/wp-content/uploads/2026/03/Chicken-Avocado-Ranch-Burritos-2-720x1080.jpg 720w, https://recipeideashop.com/wp-content/uploads/2026/03/Chicken-Avocado-Ranch-Burritos-2-180x270.jpg 180w" sizes="auto, (max-width: 360px) 100vw, 360px" /><div class="fsri-title">Fresh and Creamy Chicken Avocado Ranch Burritos</div></a></li></ul><div class='feast-category-link'>See more  <a href='https://recipeideashop.com/category/chicken/'>Chicken →</a></div></div>

<div class="wp-block-post-author-biography">Kathy Owen acquired the blog, Recipe Idea Shop in 2024. She was raised on a farm in Arkansas where having a big garden and good food to eat was the norm. She shares recipes for homemade comfort food and new trending dishes.</div>


<div class="grow-inline-subscribe-widget-3d6134d4-1204-4c53-a552-d2a887daf373"></div>
</div></article></main><aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar">
			<div class="feast-layout feast-layout--modern-sidebar feast-modern-sidebar">
															</div>

			</aside></div></div><footer class="site-footer"><div class="wrap"><h2 class="screen-reader-text">Footer</h2>
			<div class="feast-layout feast-layout--modern-footer feast-modern-footer">
								
<div class="wp-block-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">
<ul class="wp-block-list">
<li class="has-medium-font-size"><a href="/editorial-policy/" target="_blank" rel="noreferrer noopener">Editorial Policy</a></li>
</ul>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<li class="has-medium-font-size"><a href="/full-disclosure/" target="_blank" rel="noreferrer noopener">Disclosure/Privacy Policy</a>/</li>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<ul class="wp-block-list">
<li class="has-medium-font-size"><a href="https://recipeideashop.com/about-recipe-idea-shop/" data-type="page" data-id="51201" target="_blank" rel="noreferrer noopener">About/Contact</a></li>



<li><a href="https://recipeideashop.com/subscribe/" data-type="page" data-id="53797" target="_blank" rel="noreferrer noopener">Subscribe</a></li>
</ul>
</div>
</div>



<p class="has-text-align-center has-medium-font-size"><strong>Copyright © 2026 Recipe Idea Shop</strong></p>



<p></p>
							</div>

			</div></footer></div><div id="grow-wp-data" data-grow='{&quot;content&quot;:{&quot;ID&quot;:40879,&quot;categories&quot;:[]}}'></div><style type="text/css" media="screen">#simple-social-icons-8 ul li a, #simple-social-icons-8 ul li a:hover, #simple-social-icons-8 ul li a:focus { background-color: #f45e38 !important; border-radius: 3px; color: #ffffff !important; border: 0px #eeee22 solid !important; font-size: 19px; padding: 10px; }  #simple-social-icons-8 ul li a:hover, #simple-social-icons-8 ul li a:focus { background-color: #eeee22 !important; border-color: #eeee22 !important; color: #ffffff !important; }  #simple-social-icons-8 ul li a:focus { outline: 1px dotted #eeee22 !important; } #simple-social-icons-8 ul li a, #simple-social-icons-8 ul li a:hover, #simple-social-icons-8 ul li a:focus { background-color: #f45e38 !important; border-radius: 3px; color: #ffffff !important; border: 0px #eeee22 solid !important; font-size: 19px; padding: 10px; }  #simple-social-icons-8 ul li a:hover, #simple-social-icons-8 ul li a:focus { background-color: #eeee22 !important; border-color: #eeee22 !important; color: #ffffff !important; }  #simple-social-icons-8 ul li a:focus { outline: 1px dotted #eeee22 !important; }</style><script data-grow-initializer="">!(function(){window.growMe||((window.growMe=function(e){window.growMe._.push(e);}),(window.growMe._=[]));var e=document.createElement("script");(e.type="text/javascript"),(e.src="https://faves.grow.me/main.js"),(e.defer=!0),e.setAttribute("data-grow-faves-site-id","U2l0ZToyMmJkOGIwNy04Yzg1LTQyZDEtODAxYy05MDRkNjM0YjNmZTc=");var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t);})();</script><script id="feast-public-js-js-extra">
var feastJSData = {"yoastFaqEnabled":"1"};
//# sourceURL=feast-public-js-js-extra
</script>
<script src="https://recipeideashop.com/wp-content/plugins/feast-plugin/assets/js/dev/feast-public-js.js?ver=15.3.0" id="feast-public-js-js"></script>
<script id="wpil-frontend-script-js-extra">
var wpilFrontend = {"ajaxUrl":"/wp-admin/admin-ajax.php","postId":"40879","postType":"post","openInternalInNewTab":"0","openExternalInNewTab":"1","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
//# sourceURL=wpil-frontend-script-js-extra
</script>
<script src="https://recipeideashop.com/wp-content/plugins/link-whisper-premium/js/frontend.min.js?ver=1779955110" id="wpil-frontend-script-js"></script>
<script src="https://recipeideashop.com/wp-content/plugins/pinterest-pin-it-button-on-image-hover-and-post/js/main.js?ver=6.9.4" id="wl-pin-main-js"></script>
<script id="wl-pin-main-js-after">
jQuery(document).ready(function(){jQuery(".is-cropped img").each(function(){jQuery(this).attr("style", "min-height: 120px;min-width: 100px;");});jQuery(".avatar").attr("style", "min-width: unset; min-height: unset;");});
//# sourceURL=wl-pin-main-js-after
</script>
</body></html><!-- WP Fastest Cache file was created in 0.425 seconds, on June 8, 2026 @ 5:47 pm -->