<!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;
}

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

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

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

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

cite {
	font-style: normal;
}


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

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

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.625em;
}

h3 {
	font-size: 1.375em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}



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

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

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


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

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

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

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

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

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

.site-container {
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

.entry {
	margin-bottom: 37px;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-meta {
	margin: 0;
}

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

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

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

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

.bypostauthor article {
	background: #f7f9fc;
}

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

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

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

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

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

.sidebar a {
	font-weight: bold;
}


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

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



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


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



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

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

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

}

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

			<style type="text/css">
				.slide-excerpt { width: 30%; }
				.slide-excerpt { bottom: 0; }
				.slide-excerpt { right: 0; }
				.flexslider { max-width: 740px; max-height: 480px; }
				.slide-image { max-height: 480px; }
			</style>
			<style type="text/css">
				@media only screen
				and (min-device-width : 320px)
				and (max-device-width : 480px) {
					.slide-excerpt { display: none !important; }
				}
			</style> 
	<!-- This site is optimized with the Yoast SEO plugin v27.4 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families - Hip Mama&#039;s Place</title>
	<link rel="canonical" href="https://www.hipmamasplace.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families - Hip Mama&#039;s Place" />
	<meta property="og:description" content="RECIPES CRAFTS &amp; DIY HOME LIFESTYLE Browse Recipes by Category appetizers breakfast desserts drinks main dishes salads &nbsp;side dishes &nbsp;snacks soups or AS SEEN IN The Latest &amp; Greatest 30-MINUTE MEALS 1 Easy Cashew Chicken 2 Viral TikTok Ramen 3 Easy Garlic Butter Shrimp 4 Easy Chicken Stir Fry 5 Teriyaki Chicken Rice Bowls 6 [&hellip;]" />
	<meta property="og:url" content="https://www.hipmamasplace.com/" />
	<meta property="og:site_name" content="Hip Mama&#039;s Place" />
	<meta property="article:publisher" content="https://www.facebook.com/HipMamasPlace/" />
	<meta property="article:modified_time" content="2026-05-10T14:45:23+00:00" />
	<meta property="og:image" content="https://www.hipmamasplace.com/wp-content/uploads/2026/04/street-corn-chicken-rice-bowls.jpg" />
	<meta property="og:image:width" content="300" />
	<meta property="og:image:height" content="360" />
	<meta property="og:image:type" content="image/jpeg" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hipmamasplace.com\/","url":"https:\/\/www.hipmamasplace.com\/","name":"Hip Mama's Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families - Hip Mama&#039;s Place","isPartOf":{"@id":"https:\/\/www.hipmamasplace.com\/#website"},"about":{"@id":"https:\/\/www.hipmamasplace.com\/#organization"},"primaryImageOfPage":{"@id":"https:\/\/www.hipmamasplace.com\/#primaryimage"},"image":{"@id":"https:\/\/www.hipmamasplace.com\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hipmamasplace.com\/wp-content\/uploads\/2026\/04\/street-corn-chicken-rice-bowls.jpg","datePublished":"2026-03-11T22:52:50+00:00","dateModified":"2026-05-10T14:45:23+00:00","breadcrumb":{"@id":"https:\/\/www.hipmamasplace.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hipmamasplace.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hipmamasplace.com\/#primaryimage","url":"https:\/\/www.hipmamasplace.com\/wp-content\/uploads\/2026\/04\/street-corn-chicken-rice-bowls.jpg","contentUrl":"https:\/\/www.hipmamasplace.com\/wp-content\/uploads\/2026\/04\/street-corn-chicken-rice-bowls.jpg","width":300,"height":360},{"@type":"BreadcrumbList","@id":"https:\/\/www.hipmamasplace.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.hipmamasplace.com\/#website","url":"https:\/\/www.hipmamasplace.com\/","name":"Hip Mama's Place","description":"Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families","publisher":{"@id":"https:\/\/www.hipmamasplace.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hipmamasplace.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hipmamasplace.com\/#organization","name":"Hip Mama's Place","url":"https:\/\/www.hipmamasplace.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hipmamasplace.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.hipmamasplace.com\/wp-content\/uploads\/2026\/03\/cropped-logo-hip-mamas-place.jpg","contentUrl":"https:\/\/www.hipmamasplace.com\/wp-content\/uploads\/2026\/03\/cropped-logo-hip-mamas-place.jpg","width":532,"height":113,"caption":"Hip Mama's Place"},"image":{"@id":"https:\/\/www.hipmamasplace.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/HipMamasPlace\/","https:\/\/x.com\/hipmamasplace","https:\/\/www.instagram.com\/hipmamasplace\/","https:\/\/www.pinterest.com\/hipmamasplace\/"]}]}</script>
	<meta name="msvalidate.01" content="20B87975B2BE747690AFAA409876359E" />
	<meta name="google-site-verification" content="-rn590z_1u-RNZ9AqhoiWpaMZaf-ae_8m9tRuxHB9WA" />
	<meta name="p:domain_verify" content="d0181cdd36334692db1df841fc4202e8" />
	<!-- / Yoast SEO plugin. -->


<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Hip Mama&#039;s Place &raquo; Feed" href="https://www.hipmamasplace.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Hip Mama&#039;s Place &raquo; Comments Feed" href="https://www.hipmamasplace.com/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.hipmamasplace.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.hipmamasplace.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.hipmamasplace.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.hipmamasplace.com%2F&#038;format=xml" />
<link rel="alternate" type="application/rss+xml" title="Hip Mama&#039;s Place &raquo; Stories Feed" href="https://www.hipmamasplace.com/web-stories/feed/"><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='sbi_styles-css' href='https://www.hipmamasplace.com/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.10.1' media='all' />
<link rel='stylesheet' id='foodie-pro-5-css' href='https://www.hipmamasplace.com/wp-content/themes/foodiepro5/style.css?ver=5.0.0' media='all' />
<style id='wp-block-library-inline-css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */
</style>
<style id='wp-block-button-inline-css'>
.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}
.is-style-button-right-arrow .wp-element-button::after { content: "→"; position: relative; margin-left: 0.2em; }
.is-style-button-external-arrow .wp-element-button::after { content: "↗"; position: relative; margin-left: 0.2em; }
/*# sourceURL=wp-block-button-inline-css */
</style>
<style id='wp-block-gallery-inline-css'>
.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}
/*# sourceURL=https://www.hipmamasplace.com/wp-includes/blocks/gallery/style.min.css */
</style>
<style id='wp-block-image-inline-css'>
.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}
.is-style-book-cover img { box-shadow: 4px 4px 20px #454545; transform: rotate(3deg) scale(0.9); -webkit-backface-visibility: hidden; margin-top: 10px; margin-bottom: 10px; } .is-style-book-cover { padding: 10px; }
.is-style-polaroid img { border-bottom: 50px solid #fff; border-right: 15px solid #fff; border-left: 15px solid #fff; border-top: 10px solid #fff; box-shadow: 5px 5px 15px rgba(0, 0, 0, .4); transform: rotate(-5deg) scale(0.9); -webkit-backface-visibility: hidden; margin: 10px 0; }
/*# sourceURL=wp-block-image-inline-css */
</style>
<style id='wp-block-media-text-inline-css'>
.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}

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

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

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

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

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

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

					.is-style-media-text-small-circle-image {
						display: flex;
						position: relative;
						margin-bottom: 27px;
					}
					.wp-block-media-text.is-style-media-text-small-circle-image .editor-media-container__resizer,
					.is-style-media-text-small-circle-image .wp-block-media-text__media {
						width: 150px !important;
						position: absolute !important;
						left: 0;
						top: 50%;
						transform: translateY(-50%);
						z-index: 1;
					}
					.is-style-media-text-small-circle-image .wp-block-media-text__media img {
						border-radius: 150px;
					}
					.is-style-media-text-small-circle-image .wp-block-media-text__content {
						width: calc(100% - 32px);
						margin-left: 32px;
						padding: 27px 27px 27px 150px;
						background: var(--branding-color-background);
						color: var(--branding-color-background-text);
					}
					.is-style-media-text-small-circle-image .wp-block-media-text__content * {
						color: var(--branding-color-background-text);
					}
					@media(min-width:601px) {
						.is-style-media-text-small-circle-image.has-media-on-the-right .wp-block-media-text__media {
							left: auto;
							right: 0;
						}
						.is-style-media-text-small-circle-image.has-media-on-the-right .wp-block-media-text__content {
							margin-left: 0;
							margin-right: 32px;
							padding: 27px 150px 27px 27px;
						}
					}
					@media(max-width:600px) {
						.is-style-media-text-small-circle-image .wp-block-media-text__media {
							left: 50%;
							transform: translateX(-50%);
							top: 0;
						}
						.is-style-media-text-small-circle-image .wp-block-media-text__content {
							width: 100%;
							margin-top: 32px;
							margin-left: 0;
							padding-top: calc(118px + var(--feast-spacing-s)) !important;
						}
					}
				
/*# sourceURL=wp-block-media-text-inline-css */
</style>
<style id='wp-block-buttons-inline-css'>
.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter{text-align:center}
/*# sourceURL=https://www.hipmamasplace.com/wp-includes/blocks/buttons/style.min.css */
</style>
<style id='wp-block-search-inline-css'>
.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}
/*# sourceURL=https://www.hipmamasplace.com/wp-includes/blocks/search/style.min.css */
</style>
<style id='wp-block-columns-inline-css'>
.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
.is-style-basic-columns .wp-block-column { background-color: var(--branding-color-background, #EEEEEE); color: var(--branding-color-background-text, #000000); padding: 17px 11px; }
/*# sourceURL=wp-block-columns-inline-css */
</style>
<style id='wp-block-separator-inline-css'>
@charset "UTF-8";.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}
.wp-block-separator.is-style-separator-dots { background-color: var(--branding-color-accents);  -webkit-mask-image: url("https://www.hipmamasplace.com/wp-content/plugins/feast-plugin/assets/images/separator-dots.svg");  mask-image: url("https://www.hipmamasplace.com/wp-content/plugins/feast-plugin/assets/images/separator-dots.svg"); -webkit-mask-size: 70px; -webkit-mask-repeat: repeat-x; min-height: 5px; margin-top: 16px; margin-top: 16px; border-top: none; }
.wp-block-separator.is-style-separator-sprinkles { background-color: var(--branding-color-accents);  -webkit-mask-image: url("https://www.hipmamasplace.com/wp-content/plugins/feast-plugin/assets/images/separator-sprinkles.svg");  mask-image: url("https://www.hipmamasplace.com/wp-content/plugins/feast-plugin/assets/images/separator-sprinkles.svg"); min-height: 32px; margin-top: 16px; margin-top: 16px; border-top: none; }
.wp-block-separator.is-style-separator-stripes { background-color: var(--branding-color-accents);  -webkit-mask-image: url("https://www.hipmamasplace.com/wp-content/plugins/feast-plugin/assets/images/separator-stripes.svg"); mask-image: url("https://www.hipmamasplace.com/wp-content/plugins/feast-plugin/assets/images/separator-stripes.svg"); -webkit-mask-size: 12px; -webkit-mask-repeat: repeat-x;  min-height: 12px; margin-top: 16px; margin-top: 16px; border-top: none; }
.wp-block-separator.is-style-separator-wavy { background-color: var(--branding-color-accents);  -webkit-mask-image: url("https://www.hipmamasplace.com/wp-content/plugins/feast-plugin/assets/images/separator-wavy.svg"); mask-image: url("https://www.hipmamasplace.com/wp-content/plugins/feast-plugin/assets/images/separator-wavy.svg"); -webkit-mask-size: 25px;  -webkit-mask-repeat: repeat-x; min-height: 7px; margin-top: 16px; margin-top: 16px; border-top: none; }
/*# sourceURL=wp-block-separator-inline-css */
</style>
<style id='wp-block-spacer-inline-css'>
.wp-block-spacer{clear:both}
/*# sourceURL=https://www.hipmamasplace.com/wp-includes/blocks/spacer/style.min.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>
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--feast-branding-color-primary: #e6529c;--wp--preset--color--feast-branding-color-accents: #bddad2;--wp--preset--color--feast-branding-color-background: #f5f5f5;--wp--preset--color--feast-branding-color-cta: #509697;--wp--preset--color--feast-branding-color-links: #509697;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--feast-branding-body-font: Bitter;--wp--preset--font-family--feast-branding-heading-font: Playfair Display;--wp--preset--font-family--feast-branding-accent-font: Ms Madi;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

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

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

			@font-face {
				font-family: 'Playfair Display';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 400;
				src: url('https://www.hipmamasplace.com/wp-content/plugins/feast-fonts/fonts/playfair-display-400.woff2') format('woff2');
			}
			@font-face {
				font-family: 'Playfair Display';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 700;
				src: url('https://www.hipmamasplace.com/wp-content/plugins/feast-fonts/fonts/playfair-display-700.woff2') format('woff2');
			}
			
			@font-face {
				font-family: 'Ms Madi';
				font-style: normal;
				font-stretch: normal;
				font-display: swap;
				font-weight: 400;
				src: url('https://www.hipmamasplace.com/wp-content/plugins/feast-fonts/fonts/ms-madi-400.woff2') format('woff2');
			}
			
/*# sourceURL=feast-local-fonts-inline-css */
</style>
<link rel='stylesheet' id='lasso-live-css' href='https://www.hipmamasplace.com/wp-content/plugins/lasso/admin/assets/css/lasso-live.min.css?ver=1776293219' media='all' />
<link rel='stylesheet' id='lasso-table-frontend-css' href='https://www.hipmamasplace.com/wp-content/plugins/lasso/admin/assets/css/lasso-table-frontend.min.css?ver=1776293219' media='all' />
<link rel='stylesheet' id='novashare-css-css' href='https://www.hipmamasplace.com/wp-content/plugins/novashare/css/style.min.css?ver=1.4.9' media='all' />
<link rel='stylesheet' id='mailerlite_forms.css-css' href='https://www.hipmamasplace.com/wp-content/plugins/official-mailerlite-sign-up-forms/assets/css/mailerlite_forms.css?ver=1.7.22' media='all' />
<link rel='stylesheet' id='rt-fontawsome-css' href='https://www.hipmamasplace.com/wp-content/plugins/the-post-grid/assets/vendor/font-awesome/css/font-awesome.min.css?ver=7.9.0' media='all' />
<link rel='stylesheet' id='rt-tpg-css' href='https://www.hipmamasplace.com/wp-content/plugins/the-post-grid/assets/css/thepostgrid.min.css?ver=7.9.0' media='all' />
<style id='wpxpo-global-style-inline-css'>
:root { --preset-color1: #037fff --preset-color2: #026fe0 --preset-color3: #071323 --preset-color4: #132133 --preset-color5: #34495e --preset-color6: #787676 --preset-color7: #f0f2f3 --preset-color8: #f8f9fa --preset-color9: #ffffff }
/*# sourceURL=wpxpo-global-style-inline-css */
</style>
<style id='ultp-preset-colors-style-inline-css'>
:root { --postx_preset_Base_1_color: #f4f4ff; --postx_preset_Base_2_color: #dddff8; --postx_preset_Base_3_color: #B4B4D6; --postx_preset_Primary_color: rgba(80,150,151,1); --postx_preset_Secondary_color: #4a5fff; --postx_preset_Tertiary_color: #FFFFFF; --postx_preset_Contrast_3_color: #545472; --postx_preset_Contrast_2_color: rgba(121,121,121,1); --postx_preset_Contrast_1_color: rgba(46,46,46,1); --postx_preset_Over_Primary_color: #ffffff; --postx_preset_Custom_2l_color: rgba(80,150,151,1);  }
/*# sourceURL=ultp-preset-colors-style-inline-css */
</style>
<style id='ultp-preset-gradient-style-inline-css'>
:root { --postx_preset_Primary_to_Secondary_to_Right_gradient: linear-gradient(90deg, var(--postx_preset_Primary_color) 0%, var(--postx_preset_Secondary_color) 100%); --postx_preset_Primary_to_Secondary_to_Bottom_gradient: linear-gradient(180deg, var(--postx_preset_Primary_color) 0%, var(--postx_preset_Secondary_color) 100%); --postx_preset_Secondary_to_Primary_to_Right_gradient: linear-gradient(90deg, var(--postx_preset_Secondary_color) 0%, var(--postx_preset_Primary_color) 100%); --postx_preset_Secondary_to_Primary_to_Bottom_gradient: linear-gradient(180deg, var(--postx_preset_Secondary_color) 0%, var(--postx_preset_Primary_color) 100%); --postx_preset_Cold_Evening_gradient: linear-gradient(0deg, rgb(12, 52, 131) 0%, rgb(162, 182, 223) 100%, rgb(107, 140, 206) 100%, rgb(162, 182, 223) 100%); --postx_preset_Purple_Division_gradient: linear-gradient(0deg, rgb(112, 40, 228) 0%, rgb(229, 178, 202) 100%); --postx_preset_Over_Sun_gradient: linear-gradient(60deg, rgb(171, 236, 214) 0%, rgb(251, 237, 150) 100%); --postx_preset_Morning_Salad_gradient: linear-gradient(-255deg, rgb(183, 248, 219) 0%, rgb(80, 167, 194) 100%); --postx_preset_Fabled_Sunset_gradient: linear-gradient(-270deg, rgb(35, 21, 87) 0%, rgb(68, 16, 122) 29%, rgb(255, 19, 97) 67%, rgb(255, 248, 0) 100%);  }
/*# sourceURL=ultp-preset-gradient-style-inline-css */
</style>
<style id='ultp-preset-typo-style-inline-css'>
:root { --postx_preset_Heading_typo_font_family: Helvetica; --postx_preset_Heading_typo_font_family_type: sans-serif; --postx_preset_Heading_typo_font_weight: 600; --postx_preset_Heading_typo_text_transform: capitalize; --postx_preset_Body_and_Others_typo_font_family: Helvetica; --postx_preset_Body_and_Others_typo_font_family_type: sans-serif; --postx_preset_Body_and_Others_typo_font_weight: 400; --postx_preset_Body_and_Others_typo_text_transform: lowercase; --postx_preset_body_typo_font_size_lg: 16px; --postx_preset_paragraph_1_typo_font_size_lg: 12px; --postx_preset_paragraph_2_typo_font_size_lg: 12px; --postx_preset_paragraph_3_typo_font_size_lg: 12px; --postx_preset_heading_h1_typo_font_size_lg: 42px; --postx_preset_heading_h2_typo_font_size_lg: 36px; --postx_preset_heading_h3_typo_font_size_lg: 30px; --postx_preset_heading_h4_typo_font_size_lg: 24px; --postx_preset_heading_h5_typo_font_size_lg: 20px; --postx_preset_heading_h6_typo_font_size_lg: 16px; }
/*# sourceURL=ultp-preset-typo-style-inline-css */
</style>
<link rel='stylesheet' id='ultp-style-css' href='https://www.hipmamasplace.com/wp-content/plugins/ultimate-post/assets/css/style.min.css?ver=5.0.16' media='all' />
<style id='ultp-post-48750-inline-css'>
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:800:800,400,700,700,800');@import url('https://fonts.googleapis.com/css?family=Arvo:700:800,400,700,700,800');@import url('https://fonts.googleapis.com/css?family=Outfit:800:800,400,700,700,800');.ultp-block-791e22 .ultp-block-row { grid-template-columns: repeat(1, 1fr); }.ultp-block-791e22 .ultp-block-row { grid-column-gap: 8px; }.ultp-block-791e22 .ultp-block-item { padding-bottom: 10px; margin-bottom:10px; }.ultp-block-791e22 .ultp-block-items-wrap .ultp-block-item .ultp-block-title, 
          .ultp-block-791e22 .ultp-block-items-wrap .ultp-block-item .ultp-block-title a{font-size:27px;line-height:32px !important;letter-spacing:0px;}.ultp-block-791e22 .ultp-block-image { max-width: 50%; height:fit-content; }.ultp-block-791e22 .ultp-block-image { filter: grayscale(0%); }.ultp-block-791e22 .ultp-block-item:hover .ultp-block-image { filter: grayscale(0%); }.ultp-block-791e22 .ultp-block-image { margin-right: 26px; } 
          .rtl .ultp-block-791e22 .ultp-block-image { margin-right: 0; margin-left: 26px; }.ultp-block-791e22 .ultp-block-excerpt, .ultp-block-791e22 .ultp-block-excerpt p{font-size:18px;line-height:30px !important;}.ultp-block-791e22 .ultp-block-item:not(:last-of-type) { border-bottom-width: 1px; }.ultp-block-791e22 .ultp-block-content-wrap { padding: 0px; }.ultp-block-791e22 .ultp-block-wrapper .ultp-block-item { text-align:left; }.ultp-block-791e22 .ultp-heading-wrap .ultp-heading-inner{font-size:20px;}.ultp-block-791e22 .ultp-heading-wrap {margin-top:0; margin-bottom:20px; }.ultp-block-791e22 .ultp-block-wrapper { padding:0px 0px 17px 0px; }.ultp-block-791e22 .ultp-pagination-wrap .ultp-pagination, 
            .ultp-block-791e22 .ultp-loadmore { margin:35px 0px 0px 0px; }.ultp-block-791e22 span.ultp-block-meta-element, 
            .ultp-block-791e22 .ultp-block-item span.ultp-block-meta-element a{font-size:11px;line-height:14px !important;letter-spacing:1.3px;}.ultp-block-791e22 span.ultp-block-meta-element { margin-right:12px; } 
            .ultp-block-791e22 span.ultp-block-meta-element { padding-left: 12px; } 
            .rtl .ultp-block-791e22 span.ultp-block-meta-element {margin-right:0; margin-left:12px; } 
            .rtl .ultp-block-791e22 span.ultp-block-meta-element { padding-left:0; padding-right: 12px; }.ultp-block-791e22 .ultp-block-meta { margin:8px 0px 7px 0px; }.ultp-block-791e22 .ultp-block-meta { padding:1px 0px 0px 0px; }.ultp-block-791e22 .ultp-block-items-wrap .ultp-block-item .ultp-block-readmore a{font-size:16px;line-height:17px !important;}.ultp-block-791e22 .ultp-block-readmore { margin:4px 0px 0px 0px; }.ultp-block-791e22 .ultp-block-readmore a { padding:2px 6px 0px 0px; }@media (max-width: 991px) {.ultp-block-791e22 .ultp-heading-wrap {margin-top:0; margin-bottom:10px; }}@media (max-width: 767px) {.ultp-block-791e22 .ultp-block-meta { margin:10px 0px 10px 0px; }.ultp-block-791e22 .ultp-block-readmore { margin:15px 0px 0px 0px; }}.ultp-block-791e22 .ultp-block-content .ultp-block-title a { color:var(--postx_preset_Contrast_1_color) !important; }.ultp-block-791e22 .ultp-block-items-wrap .ultp-block-item .ultp-block-title, 
          .ultp-block-791e22 .ultp-block-items-wrap .ultp-block-item .ultp-block-title a{font-family:Playfair Display,serif;font-weight:800;text-decoration:none;}.ultp-block-791e22 .ultp-block-content-middle .ultp-block-content { -ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center; }.ultp-block-791e22 .ultp-block-image img {object-fit: cover;}@media (max-width: 768px) {
            .ultp-block-791e22 .ultp-block-item .ultp-block-image {margin-right:0; margin-left:0; max-width: 100%;} 
          .ultp-block-791e22 .ultp-block-media .ultp-block-content-wrap { display: block;} 
          .ultp-block-791e22 .ultp-block-media .ultp-block-content-wrap .ultp-block-content { margin: auto 0px !important; padding: 0px } }.ultp-block-791e22 .ultp-block-excerpt, 
        .ultp-block-791e22 .ultp-block-excerpt p { color:var(--postx_preset_Contrast_1_color); }.ultp-block-791e22 .ultp-block-excerpt, .ultp-block-791e22 .ultp-block-excerpt p{font-weight:400;text-decoration:none;}.ultp-block-791e22 .ultp-block-item:not(:last-of-type) { border-bottom-color:rgba(21,21,21,0.29); }.ultp-block-791e22 .ultp-block-item:not(:last-of-type) { border-bottom-style:solid; }.ultp-block-791e22 .ultp-block-content { text-align:left; } 
          .ultp-block-791e22 .ultp-block-meta { justify-content: flex-start; }.ultp-block-791e22 .ultp-layout2 .ultp-block-item::before { color:var(--postx_preset_Base_2_color); }.ultp-block-791e22 .ultp-layout2 .ultp-block-item::before{background-color: var(--postx_preset_Contrast_2_color);}.ultp-block-791e22 .ultp-heading-inner, 
          .ultp-block-791e22 .ultp-sub-heading-inner { text-align:left; }.ultp-block-791e22 .ultp-heading-wrap .ultp-heading-inner{font-weight:700;text-decoration:none;}.ultp-block-791e22 .ultp-heading-inner span { color:var(--postx_preset_Contrast_1_color); }.ultp-block-791e22 .ultp-loading .ultp-loading-blocks div { --loading-block-color: var(--postx_preset_Primary_color); }.ultp-block-791e22 .ultp-block-wrapper{ border-color:  rgba(21,21,21,0.29); border-style: solid; border-width: 0px 0px 1px 0px; }@media (min-width: 992px) {}@media only screen and (max-width: 991px) and (min-width: 768px) {}@media (max-width: 767px) {}.ultp-block-791e22 span.ultp-block-meta-element, 
            .ultp-block-791e22 .ultp-block-item span.ultp-block-meta-element a{font-family:Arvo,serif;font-weight:700;text-transform:uppercase;text-decoration:none;}.ultp-block-791e22 span.ultp-block-meta-element svg { color: var(--postx_preset_Contrast_2_color); } 
                .ultp-block-791e22 span.ultp-block-meta-element,
                .ultp-block-791e22 .ultp-block-items-wrap span.ultp-block-meta-element a { color: var(--postx_preset_Contrast_2_color); }.ultp-block-791e22 span.ultp-block-meta-element:hover, 
            .ultp-block-791e22 .ultp-block-items-wrap span.ultp-block-meta-element:hover a { color: #509697; } 
            .ultp-block-791e22 span.ultp-block-meta-element:hover svg { color: #509697; }.ultp-block-791e22 .ultp-block-meta-dot span:after { background:var(--postx_preset_Contrast_1_color); } 
        .ultp-block-791e22 .ultp-block-items-wrap span.ultp-block-meta-element:after { color:var(--postx_preset_Contrast_1_color); }.ultp-block-791e22 .ultp-block-items-wrap .ultp-block-item .ultp-block-readmore a{font-family:Outfit,sans-serif;font-weight:800;text-transform:uppercase;text-decoration:none;}.ultp-block-791e22 .ultp-block-items-wrap .ultp-block-readmore a { color:rgba(237,182,84,1); } 
            .ultp-block-791e22 .ultp-block-readmore a svg { fill:rgba(237,182,84,1); }.ultp-block-791e22 .ultp-block-items-wrap .ultp-block-item .ultp-block-readmore a:hover { color:rgba(32,32,32,1); } 
            .ultp-block-791e22 .ultp-block-readmore a:hover svg { fill:rgba(32,32,32,1) !important; }
/*# sourceURL=ultp-post-48750-inline-css */
</style>
<link rel='stylesheet' id='wpdreams-asl-basic-css' href='https://www.hipmamasplace.com/wp-content/plugins/ajax-search-lite/css/style.basic.css?ver=4.13.5' media='all' />
<style id='wpdreams-asl-basic-inline-css'>

					div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label {
						font-size: 0px !important;
						color: rgba(0, 0, 0, 0);
					}
					div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label:after {
						font-size: 11px !important;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 1;
					}
					.asl_w_container {
						width: 100%;
						margin: 20px 20px 20px 20px;
						min-width: 200px;
					}
					div[id*='ajaxsearchlite'].asl_m {
						width: 100%;
					}
					div[id*='ajaxsearchliteres'].wpdreams_asl_results div.resdrg span.highlighted {
						font-weight: bold;
						color: rgba(217, 49, 43, 1);
						background-color: rgba(238, 238, 238, 1);
					}
					div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image {
						width: 70px;
						height: 70px;
						object-fit: contain;
					}
					div[id*='ajaxsearchlite'].asl_r .results {
						max-height: none;
					}
					div[id*='ajaxsearchlite'].asl_r {
						position: absolute;
					}
				
						.asl_m .probox svg {
							fill: rgba(230, 82, 156, 1) !important;
						}
						.asl_m .probox .innericon {
							background-color: rgb(255, 255, 255) !important;
							background-image: none !important;
							-webkit-background-image: none !important;
							-ms-background-image: none !important;
						}
					
						div.asl_m.asl_w {
							border:1px solid rgba(80, 150, 151, 1) !important;border-radius:0px 0px 0px 0px !important;
							box-shadow: none !important;
						}
						div.asl_m.asl_w .probox {border: none !important;}
					
						.asl_s.asl_w {
							background-color: rgba(255, 255, 255, 1) !important;
							background-image: none !important;
							-webkit-background-image: none !important;
							-ms-background-image: none !important;
						}
					
						div.asl_r.asl_w.vertical .results .item::after {
							display: block;
							position: absolute;
							bottom: 0;
							content: '';
							height: 1px;
							width: 100%;
							background: #D8D8D8;
						}
						div.asl_r.asl_w.vertical .results .item.asl_last_item::after {
							display: none;
						}
					
/*# sourceURL=wpdreams-asl-basic-inline-css */
</style>
<link rel='stylesheet' id='wpdreams-asl-instance-css' href='https://www.hipmamasplace.com/wp-content/plugins/ajax-search-lite/css/style-underline.css?ver=4.13.5' media='all' />
<link rel='stylesheet' id='simple-social-icons-font-css' href='https://www.hipmamasplace.com/wp-content/plugins/simple-social-icons/css/style.css?ver=4.0.0' media='all' />
<link rel='stylesheet' id='wp-block-paragraph-css' href='https://www.hipmamasplace.com/wp-includes/blocks/paragraph/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-paragraph-inline-css'>
.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>
<link rel='stylesheet' id='wp-block-heading-css' href='https://www.hipmamasplace.com/wp-includes/blocks/heading/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-heading-inline-css'>
body { counter-reset: step-count; } .is-style-step-count {  counter-increment: step-count; position: relative; padding-left: 1.6em; } .is-style-step-count::before { content: counter(step-count); position: absolute; top: 0.1em; left: 0; width: 2.2em; height: 2.2em; display: flex; align-items: center; justify-content: center; border-radius: 2.2em; font-size: 0.55em; font-weight: bold; }
body { counter-reset: step-count; } .is-style-step-count-above { counter-increment: step-count; position: relative; display: flex; flex-direction: column; align-items: flex-start; row-gap: 16px; } .is-style-step-count-above::before { content: counter(step-count); width: 2.2em; height: 2.2em; display: flex; align-items: center; justify-content: center; border-radius: 2.2em; font-size: 0.55em; font-weight: bold;}.is-style-step-count-above.has-text-align-center {align-items:center;}.is-style-step-count-above.has-text-align-right {align-items:flex-end;}
@media only screen and (min-width: 1023px) { h2.is-style-heading-right-line { overflow: hidden; text-align: left !important; } h2.is-style-heading-right-line:after { background-color: var(--branding-color-accents); content: ""; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 100%; left: 0.3em; margin-right: -50%; } }
/*# sourceURL=wp-block-heading-inline-css */
</style>
<link rel='stylesheet' id='wp-block-group-css' href='https://www.hipmamasplace.com/wp-includes/blocks/group/style.min.css?ver=6.9.4' media='all' />
<style id='wp-block-group-inline-css'>
.wp-block-group.is-style-full-width-slanted { -webkit-transform: skewY(1.5deg); transform: skewY(1.5deg); -ms-transform-origin: 100% 0; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; margin-bottom: 20px !important; margin-top: 60px !important; padding-bottom: 70px !important; } .wp-block-group.is-style-full-width-slanted > .wp-block-group__inner-container { -webkit-transform: skewY(-1.5deg); transform: skewY(-1.5deg); -ms-transform-origin: 100% 0; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; }
.is-style-feast-inline-heading-group h2:first-of-type, .is-style-feast-inline-heading-group h3:first-of-type { transform: translateY(-0.7em);  background: #FFF; display: inline-block; padding: 0 0.5em 0; margin: 0 0.5em; } .is-style-feast-inline-heading-group { border: 2px solid var(--global-palette6, #CCC); padding: 0 1em 1em; margin: 3em 0 2em; } .is-style-feast-inline-heading-group h2:first-child+*, .is-style-feast-inline-heading-group h3:first-child+* { margin-top: 0; }
.wp-block-group.is-style-group-tip-1 {position: relative; box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);margin-top:calc(var(--feast-spacing-xl) + 16px);border:2px solid var(--branding-color-primary);} .wp-block-group.is-style-group-tip-1 p:first-child {margin:0;position: absolute;top: 0;left: var(--wp--preset--spacing--50);padding: 8px 20px;background-color:var(--branding-color-primary);font-weight:700;text-transform:uppercase;letter-spacing:1px;color: var(--branding-color-primary-text);box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3); border-radius: 8px;font-size:14px;line-height: 1.5; transform: translateY(-50%);} .wp-block-group.is-style-group-tip-1 .wp-block-group__inner-container > *:last-child {margin-bottom:0;} .wp-block-group.is-style-group-tip-1 .wp-block-group__inner-container {position: initial;}
.wp-block-group.is-style-group-tip-2 {box-shadow:0 4px 16px rgba(0, 0, 0, 0.1);} .wp-block-group.is-style-group-tip-2 .wp-block-group__inner-container > *:last-child {margin-bottom: 0;} .wp-block-group.is-style-group-tip-2 .wp-block-group__inner-container > *:first-child {margin-top: 0;}
.wp-block-group.is-style-group-tip-3 {position: relative;margin-top:calc(var(--feast-spacing-xl) + 16px);border: 2px solid hsl(from var(--branding-color-background) h s calc(l - 5));} .wp-block-group.is-style-group-tip-3 > .wp-block-group__inner-container > p:first-child {margin:0;position: absolute;top: 0;left: 50%;padding: 10px 32px;background-color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color: #495057;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); border-radius: 30px;font-size:14px;line-height: 1.5; transform: translate(-50%, -50%);border:2px solid hsl(from var(--branding-color-background) h s calc(l - 5));} .wp-block-group.is-style-group-tip-3 > .wp-block-group__inner-container > *:last-child {margin-bottom:0;} .wp-block-group.is-style-group-tip-3 .wp-block-group__inner-container {position: initial;}
.wp-block-group.is-style-group-tip-4 .has-feast-branding-accent-font-font-family {display:flex;align-items:center;justify-content:center;gap:12px;text-align:center;margin-top:0 !important;width:100%;}.wp-block-group.is-style-group-tip-4 .has-feast-branding-accent-font-font-family::after { content: "";flex: 1 1 auto;border-bottom: 1px solid hsl(from var(--branding-color-background) h s calc(l - 15));}.wp-block-group.is-style-group-tip-4 .has-feast-branding-accent-font-font-family.has-text-align-center::before,.wp-block-group.is-style-group-tip-4 .has-feast-branding-accent-font-font-family.has-text-align-right::before { content: "";flex: 1 1 auto;border-bottom: 1px solid hsl(from var(--branding-color-background) h s calc(l - 15));}.wp-block-group.is-style-group-tip-4 .has-feast-branding-accent-font-font-family.has-text-align-right::after {  content: "";display:none;}
/*# sourceURL=wp-block-group-inline-css */
</style>
<link rel='stylesheet' id='slider_styles-css' href='https://www.hipmamasplace.com/wp-content/plugins/genesis-responsive-slider/assets/style.css?ver=1.0.1' media='all' />
<script src="https://www.hipmamasplace.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://www.hipmamasplace.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<link rel="https://api.w.org/" href="https://www.hipmamasplace.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.hipmamasplace.com/wp-json/wp/v2/pages/48750" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.hipmamasplace.com/xmlrpc.php?rsd" />
<link rel='shortlink' href='https://www.hipmamasplace.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 id="feast-hide-h1">.entry-header { display: none; }</style>
<style type="text/css">
	.feast-category-index-list, .fsri-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr) );
		grid-gap: 57px 17px;
		list-style: none;
		list-style-type: none;
		margin: 17px 0 !important;
	}
	.feast-category-index-list li,
	.fsri-list li {
		text-align: center;
		position: relative;
		list-style: none !important;
		margin-left: 0 !important;
		list-style-type: none !important;
		overflow: hidden;
	}
	.feast-category-index-list li {
		min-height: 150px;
	}
	.feast-category-index-list li a.title {
		text-decoration: none;
	}
	.feast-category-index-list-overlay .fsci-title {
		position: absolute;
		top: 88%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #FFF;
		padding: 5px;
		color: #333;
		font-weight: bold;
		border: 2px solid #888;
		text-transform: uppercase;
		width: 80%;
	}
	.listing-item:focus-within, .wp-block-search__input:focus {outline: 2px solid #555; }
	.listing-item a:focus, .listing-item a:focus .fsri-title, .listing-item a:focus img { opacity: 0.8; outline: none; }
	.listing-item a, .feast-category-index-list a { text-decoration: none !important; word-break: break-word; font-weight: initial; }
	li.listing-item:before { content: none !important; } /* needs to override theme */
	.fsri-list, ul.feast-category-index-list { padding-left: 0 !important; }
	.fsri-list .listing-item { margin: 0; }
	.fsri-list .listing-item img { display: block; }
	.fsri-list .feast_3x4_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 3/4; }
	.fsri-list .feast_2x3_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 2/3; }
	.fsri-list .feast_4x3_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 4/3; }
	.fsri-list .feast_1x1_thumbnail { object-fit: cover; width: 100%; aspect-ratio: 1/1; }
	.fsri-title, .fsci-title { text-wrap: balance; }
	.listing-item { display: grid; align-content: flex-start; } .fsri-rating, .fsri-time { place-self: end center; } /* align time + rating bottom */
	.fsri-category { padding: 8px 12px 0; }
	.feast-recipe-index .feast-category-link { text-align: right; }
	.feast-recipe-index .feast-category-link a { text-decoration: underline; }
	.feast-image-frame, .feast-image-border { border: 3px solid #DDD; }
	.feast-square-image { aspect-ratio: 1/1; object-fit: cover; }
	.feast-image-round, .feast-image-round img, .feast-category-index-list.feast-image-round svg, .feast-media-text-image-round .wp-block-media-text__media img { border-radius: 50%; }
	.feast-image-shadow { box-shadow: 3px 3px 5px #AAA; }
	.feast-line-through { text-decoration: line-through; }
	.feast-grid-full, .feast-grid-half, .feast-grid-third, .feast-grid-fourth, .feast-grid-fifth { display: grid; grid-gap: 57px 17px; }
	.feast-grid-full { grid-template-columns: 1fr !important; }
	.feast-grid-half { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	.feast-grid-third { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
	.feast-grid-fourth { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
	.feast-grid-fifth { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
	@media only screen and (max-width:601px) {
		.feast-grid-full-horizontal { grid-template-columns: 1fr !important; }
		.feast-grid-full-horizontal .listing-item { min-height: 0; }
		.feast-grid-full-horizontal .listing-item a { display: flex; align-items: center; }
		.feast-grid-full-horizontal .listing-item a > img { width: 33%; }
		.feast-grid-full-horizontal .listing-item a > .fsri-title { width: 67%; padding: 0; text-align: left; margin-top: 0 !important; padding: 0 16px; }
		.feast-grid-full-horizontal .fsri-rating, .feast-grid-full-horizontal .fsri-time, .feast-grid-full-horizontal .fsri-recipe-keys, .feast-grid-full-horizontal .fsri-recipe-cost { display: none !important; }
		body .feast-recipe-index .feast-grid-full-horizontal { row-gap: 17px; }
		body .feast-recipe-index .feast-grid-full-horizontal li { margin-bottom: 0; }
	}
	@media only screen and (min-width: 600px) {
		.feast-category-index-list { grid-template-columns: repeat(4, minmax(0, 1fr) ); }
		.feast-desktop-grid-full { grid-template-columns: 1fr !important; }
		.feast-desktop-grid-half { grid-template-columns: repeat(2, 1fr) !important; }
		.feast-desktop-grid-third { grid-template-columns: repeat(3, 1fr) !important; }
		.feast-desktop-grid-fourth { grid-template-columns: repeat(4, 1fr) !important; }
		.feast-desktop-grid-fifth { grid-template-columns: repeat(5, 1fr) !important; }
		.feast-desktop-grid-sixth { grid-template-columns: repeat(6, 1fr) !important; }
		.feast-desktop-grid-ninth { grid-template-columns: repeat(6, 1fr) !important; }
		.feast-desktop-grid-half-horizontal, .feast-desktop-grid-third-horizontal { grid-template-columns: repeat(2, 1fr) !important; }
		.feast-desktop-grid-full-horizontal { grid-template-columns: 1fr !important; }
		.feast-desktop-grid-half-horizontal .listing-item a, .feast-desktop-grid-full-horizontal .listing-item a, .feast-desktop-grid-third-horizontal .listing-item a { display: flex; align-items: center; }
		.feast-desktop-grid-half-horizontal .listing-item a > img, .feast-desktop-grid-full-horizontal a > img, .feast-desktop-grid-third-horizontal .listing-item a > img { width: 33% !important; margin-bottom: 0; }
		.feast-desktop-grid-half-horizontal .listing-item a > .fsri-title, .feast-desktop-grid-full-horizontal a > .fsri-title, .feast-desktop-grid-third-horizontal .listing-item a > .fsri-title { width: 67%; padding: 0 16px; text-align: left; margin-top: 0 !important; }
		.feast-desktop-grid-half-horizontal .fsri-rating, .feast-desktop-grid-half-horizontal .fsri-time, .feast-desktop-grid-half-horizontal .fsri-recipe-keys, .feast-desktop-grid-half-horizontal .fsri-recipe-cost { display: none !important; }
		.feast-desktop-grid-third-horizontal .fsri-rating, .feast-desktop-grid-third-horizontal .fsri-time, .feast-desktop-grid-third-horizontal .fsri-recipe-keys, .feast-desktop-grid-third-horizontal .fsri-recipe-cost { display: none !important; }
		.feast-desktop-grid-full-horizontal .fsri-rating, .feast-desktop-grid-full-horizontal .fsri-time, .feast-desktop-grid-full-horizontal .fsri-recipe-keys, .feast-desktop-grid-full-horizontal .fsri-recipe-cost { display: none !important; }
	}
	@media only screen and (min-width:900px) {
		.feast-desktop-grid-third-horizontal { grid-template-columns: repeat(3, 1fr) !important; }
		.feast-desktop-grid-ninth { grid-template-columns: repeat(9, 1fr) !important; }
	}
	@media only screen and (min-width:900px) and (max-width:1200px) {
		.feast-desktop-grid-third-horizontal .listing-item a > img {
			width: 44%;
		}
	}
	@media only screen and (min-width:600px) and (max-width:775px) {
		.feast-desktop-grid-third-horizontal .listing-item a > img,
		.feast-desktop-grid-half-horizontal .listing-item a > img {
			width: 44%;
		}
	}
	@media only screen and (min-width: 1100px) { .full-width-content main.content { width: 1080px; max-width: 1080px; } .full-width-content .sidebar-primary { display: none;  } }
	@media only screen and (max-width: 600px) { .entry-content :not(.wp-block-gallery) .wp-block-image { width: 100% !important; } }
	@media only screen and (min-width: 1024px) {
		.feast-full-width-wrapper { width: 100vw; position: relative; left: 50%; right: 50%; margin: 37px -50vw; background: #F5F5F5; padding: 17px 0; }
		.feast-full-width-wrapper .feast-recipe-index { width: 1140px; margin: 0 auto; }
		.feast-full-width-wrapper .listing-item { background: #FFF; padding: 17px; }
	}
	.feast-prev-next { display: grid; grid-template-columns: 1fr;  border-bottom: 1px solid #CCC; margin: 57px 0;  }
	.feast-prev-post, .feast-next-post { padding: 37px 17px; border-top: 1px solid #CCC; }
	.feast-next-post { text-align: right; }
	@media only screen and (min-width: 600px) {
		.feast-prev-next { grid-template-columns: 1fr 1fr; border-bottom: none; }
		.feast-next-post { border-left: 1px solid #CCC;}
		.feast-prev-post, .feast-next-post { padding: 37px; }
	}
	.has-background { padding: 1.25em 2.375em; margin: 1em 0; }
	figure { margin: 0 0 1em; }
	div.wp-block-image > figure { margin-bottom: 1em; }
	@media only screen and (max-width: 1023px) {
		.content-sidebar .content, .sidebar-primary { float: none; clear: both; }
		.has-background { padding: 1em; margin: 1em 0; }
	}
	hr.has-background { padding: inherit; margin: inherit; }
	body { -webkit-animation: none !important; animation: none !important; }
	@media only screen and (max-width: 600px) {
		body {
			--wp--preset--font-size--small: 16px !important;
		}
	}
	@media only screen and (max-width: 600px) { .feast-desktop-only { display: none; } }
	@media only screen and (min-width: 600px) { .feast-mobile-only { display: none; } }
	summary { display: list-item; }
	.comment-form-cookies-consent > label {
		display: inline-block;
		margin-left: 30px;
	}
	@media only screen and (max-width: 600px) { .comment-form-cookies-consent { display: grid; grid-template-columns: 1fr 12fr; } }
	.bypostauthor .comment-author-name { color: unset; }
	.comment-list article header { overflow: auto; }
	.fsri-rating .wprm-recipe-rating { pointer-events: none; }
	.fsri-tasty-recipe-count {
		display: block;
		width: 100%;
		font-size: .8em;
	}
	nav#breadcrumbs { margin: 5px 0 15px; }.entry-content .feast-title-overlay a .fsci-title, .feast-title-overlay .fsci-title { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #f2f2f2; padding: 12px; }
.feast-title-overlay.feast-image-round .fsci-title.fsci-title--no-image { background: inherit !important; background-color: inherit !important; border: none !important; width: 100% !important; height: auto !important; border-radius: 0 !important; }
.feast-category-index .feast-title-overlay > li { padding-left: 0; padding-right: 0; }
.feast-title-overlay.feast-image-round > li { border-radius: 50%; overflow: hidden; }
.feast-title-overlay.feast-image-round > li > a { display: flex; }
.entry-content .feast-title-overlay.feast-image-round a .fsci-title, .feast-title-overlay.feast-image-round .fsci-title { bottom: 50%; transform: translateY(50%); }
.block-editor-block-list__block .feast-category-index .feast-title-overlay img,	.block-editor-block-list__block .feast-category-index .feast-title-overlay .fsci-title { box-sizing: border-box; }
.page .content a {
	text-decoration: underline;
}
.entry-time:after,
.entry-author:after {
	content: "";
	margin: inherit;
}
.entry-content .wp-block-group ol li, .entry-content .wp-block-group ul li {
	margin: 0 0 17px 37px;
}
.entry-content ul:not(.fsri-list):not(.feast-category-index-list) li,
.feast-modern-category-layout ul:not(.fsri-list):not(.feast-category-index-list) li {
	margin-left: 0;
	margin-bottom: 0;
}
</style><style>.page #breadcrumbs { display: none; } .page-child #breadcrumbs { display: block; } </style><style type="text/css" id='feastbreadcrumbstylesoverride'>
@media only screen and (max-width: 940px) {
	nav#breadcrumbs {
		display: block;
	}
}
</style><style type="text/css" id='feastfoodieprooverrides'>
.page .content a {
	text-decoration: underline;
}
.entry-time:after,
.entry-author:after {
	content: "";
	margin: inherit;
}
</style><style type="text/css">
			:root{
				--lasso-main: black !important;
				--lasso-title: black !important;
				--lasso-button: #22BAA0 !important;
				--lasso-secondary-button: #22BAA0 !important;
				--lasso-button-text: white !important;
				--lasso-background: white !important;
				--lasso-pros: #22BAA0 !important;
				--lasso-cons: #E06470 !important;
			}
			
			
		</style>
			<script type="text/javascript">
				// Notice how this gets configured before we load Font Awesome
				let lassoFontAwesomeJS = "" == 1
				// console.log("lassoFontAwesomeJS", lassoFontAwesomeJS)
				window.FontAwesomeConfig = { autoReplaceSvg: lassoFontAwesomeJS }
			</script>
		        <!-- MailerLite Universal -->
        <script>
            (function(w,d,e,u,f,l,n){w[f]=w[f]||function(){(w[f].q=w[f].q||[])
                .push(arguments);},l=d.createElement(e),l.async=1,l.src=u,
                n=d.getElementsByTagName(e)[0],n.parentNode.insertBefore(l,n);})
            (window,document,'script','https://assets.mailerlite.com/js/universal.js','ml');
            ml('account', '2213493');
            ml('enablePopups', true);
        </script>
        <!-- End MailerLite Universal -->
                <style>
            :root {
                --tpg-primary-color: #0d6efd;
                --tpg-secondary-color: #0654c4;
                --tpg-primary-light: #c4d0ff
            }

                    </style>
		
<!--BEGIN: TRACKING CODE MANAGER (v2.5.0) BY INTELLYWP.COM IN HEAD//-->
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-48862540-1', 'auto');
  ga('send', 'pageview');

</script>
<!--END: https://wordpress.org/plugins/tracking-code-manager IN HEAD//--><script type="text/javascript" async="async" data-noptimize="1" data-cfasync="false" src="//scripts.scriptwrapper.com/tags/87adc249-8286-4e1e-bf78-af51396b2e3d.js"></script><!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-10512606-3"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-10512606-3');
</script>
				<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
				<link rel="preload" as="style" href="//fonts.googleapis.com/css?family=Open+Sans&display=swap" />
								<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans&display=swap" media="all" />
				
<!-- Meta Pixel Code -->
<script type='text/javascript'>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
</script>
<!-- End Meta Pixel Code -->
<script type='text/javascript'>var url = window.location.origin + '?ob=open-bridge';
            fbq('set', 'openbridge', '620828415730214', url);
fbq('init', '620828415730214', {}, {
    "agent": "wordpress-6.9.4-5.0.1"
})</script><script type='text/javascript'>
    fbq('track', 'PageView', []);
  </script>
<!-- BEGIN Clicky Analytics v2.2.4 Tracking - https://wordpress.org/plugins/clicky-analytics/ -->
<script type="text/javascript">
  var clicky_custom = clicky_custom || {};
  clicky_custom.outbound_pattern = ['/go/','/out/'];
</script>

<script async src="//static.getclicky.com/100887234.js"></script>

<!-- END Clicky Analytics v2.2.4 Tracking -->

	<style>
		/* Add animation (Chrome, Safari, Opera) */
		@-webkit-keyframes openmenu {
			from {left:-100px;opacity: 0;}
			to {left:0px;opacity:1;}
		}
		@-webkit-keyframes closebutton {
			0% {opacity: 0;}
			100% {opacity: 1;}
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	<style id="feast-edit-font-sizes">h1 { font-size: 30px; }body { font-size: 18px; }</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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bitter:wght@400;700&display=swap" rel="stylesheet" id="feast-plus-fonts">
<style id="feast-plus-branding-styles">
:root {
--font-fallback: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
--branding-color-primary: #e6529c;
--branding-color-primary-text: #000000;
/* primary black contrast: 6.0571804371199; primary white contrast: 3.4669596222208 */
--branding-color-accents: #bddad2;
--branding-color-accents-text: #000000;
/* accent black contrast: 14.273504687265; accent white contrast: 1.4712574423811 */
--branding-color-background: #f5f5f5;
--branding-color-background-text: #000000;
/* background black contrast: 19.315002585585; background white contrast: 1.0872377524646 */
--branding-color-links: #509697;
--branding-color-cta: #509697;
--branding-color-cta-text: #000000;
/* cta black contrast: 6.2389838809826; cta white contrast: 3.3659327224761 */
--feast-spacing-xxxs: 8px;--feast-spacing-xxs: 8px;--feast-spacing-xs: 12px;--feast-spacing-s: 16px;--feast-spacing-m: 20px;--feast-spacing-l: 20px;--feast-spacing-xl: 20px;--feast-spacing-xxl: 24px;--feast-font-s: 20px;--feast-font-m: 24px;--feast-font-l: 28px;--feast-font-xl: 32px;--feast-border-radius: 7px;--feast-banner-height: 48px;--feast-modern-menu-height: 80px;--feast-top-offset-height: calc( var(--feast-banner-height) + var(--feast-modern-menu-height) );--feast-top-banner-background-color: var(--branding-color-cta);--branding-top-banner_text-color: #000000;
--branding-post-header-background-color: var(--branding-color-background);--branding-post-header-text-color: #000000;

--branding-body-font: "Bitter";

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

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

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

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

/* end of feast branding styles */ 

/* start of feast plus branding desktop styles */ 
@media (min-width: 481px) { .fsri-time {
	font-size: var(--feast-desktop-font-xs); margin-bottom: var(--feast-spacing-xxs);
}
.aside {
	font-size: var(--feast-desktop-font-xs); line-height: 1.3em;
}
.feast-button a,
#respond #submit,
body .editor-styles-wrapper .wp-block-button__link,
.wp-block-button__link {
	display: inline-block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.feast-button a:hover,
#respond #submit:hover,
body .editor-styles-wrapper .wp-block-button__link:hover,
.wp-block-button__link:hover {
	transform: scale(0.90);
}
.link-align-top {
	position: relative;
}
.link-align-top .feast-category-link {
	position: absolute;
	top: 0;
	right: 0;
}
.home .entry-title {
	box-shadow: 0 0 0 100vmax var(--global-palette7, var(--branding-color-background));
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.wp-block-group .wp-block-search__inside-wrapper {
	flex-direction: row;
	width: inherit;
}
.wp-block-group .wp-block-search__button {
	width: auto;
	margin: 3px;
	padding: 11px 20px;
}
.site-container .full-width-feature-wrapper,
.site-container .is-style-full-width-feature-wrapper,
.site-container .is-style-full-width-feature-wrapper-cta,
.site-container .is-style-full-width-slanted,
.site-container .is-style-full-width-custom-background-feature-wrapper {
	margin: var(--feast-spacing-xl) auto;
	padding: clamp(20px, calc(1.25rem + ((1vw - 6px) * 2.1127)), 32px) 0;
	box-shadow: 0 0 0 100vmax var(--global-palette7, var(--branding-color-background));
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.site-container .is-style-full-width-feature-wrapper-cta {
	box-shadow: 0 0 0 100vmax var(--branding-color-cta);
}
.site-container .sidebar .full-width-feature-wrapper,
.site-container .sidebar .is-style-full-width-feature-wrapper,
.site-container .sidebar .is-style-full-width-feature-wrapper-cta,
.site-container .sidebar .is-style-full-width-slanted,
.site-container .sidebar .is-style-full-width-custom-background-feature-wrapper {
	box-shadow: none;
	-webkit-clip-path: none;
	clip-path: none;
	background-color: var(--global-palette7, var(--branding-color-background));
}
.site-container .sidebar .is-style-full-width-feature-wrapper-cta {
	background-color: var(--branding-color-cta);
}
.site-container .full-width-feature-wrapper .wp-block-group__inner-container,
.site-container .is-style-full-width-feature-wrapper .wp-block-group__inner-container,
.site-container .is-style-full-width-feature-wrapper-cta .wp-block-group__inner-container,
.site-container .is-style-full-width-slanted .wp-block-group__inner-container,
.site-container .is-style-full-width-custom-background-feature-wrapper .wp-block-group__inner-container {
	width: 100%;
	max-width: 1080px;
}
.site-container .full-width-feature-wrapper .wp-block-group__inner-container > :last-child,
.site-container .is-style-full-width-feature-wrapper .wp-block-group__inner-container > :last-child,
.site-container .is-style-full-width-feature-wrapper-cta .wp-block-group__inner-container > :last-child,
.site-container .is-style-full-width-slanted .wp-block-group__inner-container > :last-child,
.site-container .is-style-full-width-custom-background-feature-wrapper .wp-block-group__inner-container > :last-child {
	margin-bottom: 0;
}
.site-container .full-width-feature-wrapper .wp-block-group__inner-container > :first-child,
.site-container .is-style-full-width-feature-wrapper .wp-block-group__inner-container > :first-child,
.site-container .is-style-full-width-feature-wrapper-cta .wp-block-group__inner-container > :first-child,
.site-container .is-style-full-width-slanted .wp-block-group__inner-container > :first-child,
.site-container .is-style-full-width-custom-background-feature-wrapper .wp-block-group__inner-container > :first-child {
	margin-top: 0;
}
.single-post .entry-content .full-width-feature-wrapper,
.single-post .entry-content .is-style-full-width-feature-wrapper,
.single-post .entry-content .is-style-full-width-feature-wrapper-cta,
.single-post .entry-content .is-style-full-width-slanted,
.single-post .entry-content .is-style-full-width-custom-background-feature-wrapper {
	width: 100%;
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-primary-background-color,
.site-container .is-style-full-width-feature-wrapper.has-feast-branding-color-primary-background-color,
.site-container .is-style-full-width-feature-wrapper-cta.has-feast-branding-color-primary-background-color,
.site-container .is-style-full-width-slanted.has-feast-branding-color-primary-background-color,
.site-container .is-style-full-width-custom-background-feature-wrapper.has-feast-branding-color-primary-background-color {
	box-shadow: 0 0 0 100vmax var(--branding-color-primary);
	box-shadow: 0 0 0 100vmax var(--global-palette1, var(--branding-color-primary));
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-accents-background-color,
.site-container .is-style-full-width-feature-wrapper.has-feast-branding-color-accents-background-color,
.site-container .is-style-full-width-feature-wrapper-cta.has-feast-branding-color-accents-background-color,
.site-container .is-style-full-width-slanted.has-feast-branding-color-accents-background-color,
.site-container .is-style-full-width-custom-background-feature-wrapper.has-feast-branding-color-accents-background-color {
	box-shadow: 0 0 0 100vmax var(--branding-color-accents);
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-background-background-color,
.site-container .is-style-full-width-feature-wrapper.has-feast-branding-color-background-background-color,
.site-container .is-style-full-width-feature-wrapper-cta.has-feast-branding-color-background-background-color,
.site-container .is-style-full-width-slanted.has-feast-branding-color-background-background-color,
.site-container .is-style-full-width-custom-background-feature-wrapper.has-feast-branding-color-background-background-color {
	box-shadow: 0 0 0 100vmax var(--global-palette7, var(--branding-color-background));
}
.site-container .full-width-feature-wrapper.has-feast-branding-color-links-background-color,
.site-container .is-style-full-width-feature-wrapper.has-feast-branding-color-links-background-color,
.site-container .is-style-full-width-feature-wrapper-cta.has-feast-branding-color-links-background-color,
.site-container .is-style-full-width-slanted.has-feast-branding-color-links-background-color,
.site-container .is-style-full-width-custom-background-feature-wrapper.has-feast-branding-color-links-background-color {
	box-shadow: 0 0 0 100vmax var(--branding-color-links);
}
 } 
/* end of feast plus branding desktop styles */ 
</style>
<link rel="icon" href="https://www.hipmamasplace.com/wp-content/uploads/2026/04/bg-remover-1.png" sizes="32x32" />
<link rel="icon" href="https://www.hipmamasplace.com/wp-content/uploads/2026/04/bg-remover-1.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.hipmamasplace.com/wp-content/uploads/2026/04/bg-remover-1.png" />
<meta name="msapplication-TileImage" content="https://www.hipmamasplace.com/wp-content/uploads/2026/04/bg-remover-1.png" />
<style>.rttpg-block-postgrid.rttpg-block-eea42d .tpg-post-holder div {text-align: left; } .rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .rt-el-post-meta {justify-content: left; }.rttpg-block-postgrid.rttpg-block-eea42d .tpg-el-main-wrapper .tpg-el-excerpt .tpg-excerpt-inner, .rttpg-block-postgrid.rttpg-block-eea42d .tpg-el-main-wrapper .tpg-el-excerpt .tpg-excerpt-inner * {text-align: left; }.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .rt-el-post-meta {text-align: left;} .rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .rt-el-post-meta {justify-content: left; }.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-post-holder .rt-detail .read-more {text-align: left; }.rttpg-block-postgrid.rttpg-block-eea42d .tpg-el-main-wrapper .list-behaviour .rt-holder .rt-el-content-wrapper {align-items: flex-end; }.rttpg-block-postgrid.rttpg-block-eea42d .tpg-widget-heading-wrapper .tpg-widget-heading{}.rttpg-block-postgrid.rttpg-block-eea42d .tpg-widget-heading-wrapper .tpg-widget-heading{}.rttpg-block-postgrid.rttpg-block-eea42d .tpg-el-main-wrapper .entry-title-wrapper .entry-title{}.rttpg-block-postgrid.rttpg-block-eea42d .tpg-el-main-wrapper .offset-left .entry-title-wrapper .entry-title{}.rttpg-block-postgrid.rttpg-block-eea42d .tpg-el-main-wrapper .entry-title {text-align: left; }.rttpg-block-postgrid.rttpg-block-eea42d .tpg-el-main-wrapper .tpg-el-excerpt .tpg-excerpt-inner{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-post-holder .rt-el-post-meta, .rttpg-block-postgrid.rttpg-block-eea42d .tpg-post-holder .tpg-separate-category .categories-links a{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-post-holder .tpg-separate-category .categories-links a{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-social-share a i{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-social-share a:hover i{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-cf-group-title{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-cf-fields{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-post-holder .rt-detail .read-more a{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-post-holder .rt-detail .read-more a{}body .rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-post-holder .rt-detail .read-more a:hover{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-post-holder:hover .rt-detail .read-more a{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > li > a, .rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > li > span, .rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn, .rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > li i{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > li > a:not(:hover), .rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > li:not(:hover) > span, .rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li:not(:hover) > a, .rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > li:hover > a, .rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > li:hover > span, .rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li:hover > a, .rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn:hover{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > .active > a, .rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > .active > span, .rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > .active > a:hover, .rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > .active > span:hover, .rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > .active > a:focus, .rttpg-block-postgrid.rttpg-block-eea42d .rt-pagination .pagination-list > .active > span:focus, .rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.active > a{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap, .rttpg-block-postgrid.rttpg-block-eea42d .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-event-date{}.rttpg-block-postgrid.rttpg-block-eea42d .rt-tpg-container .tpg-event-date{}</style>		<style id="wp-custom-css">
			
.is-style-full-width-feature-wrapper-cta .fsci-title, .is-style-feast-cta-background .fsci-title
 {
    color: #ffffff !important;
}

body .feast-top-banner *
 {
    color: #ffffff;
}

.feast-button a, .wp-block-group .wp-block-search__button, .wp-block-group .wp-block-search__button, #respond #submit, body .editor-styles-wrapper .wp-block-button__link, .wp-block-button__link, body .wp-block-button a {
    background: var(--branding-color-primary) !important;
    color: #fefefe !important;
}


/* recipe page */
.title_hover_border_disable .rt-tpg-container .entry-title-wrapper .entry-title a {
    text-decoration: none;
}


.feast-plugin .entry-content a, .feast-plugin .feast-modern-category-layout a
 {
    text-decoration: none;
}


/*  author */
.author-box {
  display: none !important;
}


/* tasty recipe */

.tasty-recipes-entry-footer p {
    font-size: 17px;
    color: white;
}
.tasty-recipes-entry-footer a {
    color: white;
}

.tasty-recipes-entry-content .tasty-recipes-other-details ul li .tasty-recipes-label {
    font-size: 15px;
}

.tasty-recipes-entry-content .tasty-recipes-other-details .detail-icon
 {
    color: #000000;

}


/*  footer */
.is-style-full-width-feature-wrapper, .is-style-full-width-feature-wrapper a {
  text-decoration: none;
}


/* 
.content-sidebar-wrap, .site-inner, .wrap {
    padding-bottom: -20px !important;
} */

body .site-inner {
   margin-bottom: -50px !important;

}
/*  menu */
@media only screen and (min-width: 1200px) {
    .desktop-inline-modern-menu ul {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
    }
}

/* author sidebar */
.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media img {
  border: none !important;
	box-shadow: none !important;
}

.wp-block-media-text.is-variation-media-text-sidebar-bio .wp-block-media-text__media {
    margin-top: -80px;
}


/* cmmt */
		</style>
		<style id='block-style-variation-styles-inline-css'>
:root :where(.wp-block-button.is-style-outline--4 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;}
:root :where(.wp-block-button.is-style-outline--5 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;}
:root :where(.wp-block-button.is-style-outline--6 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;}
:root :where(.wp-block-button.is-style-outline--7 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;}
:root :where(.wp-block-button.is-style-outline--8 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;}
:root :where(.wp-block-button.is-style-outline--9 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;}
/*# sourceURL=block-style-variation-styles-inline-css */
</style>
<style id='core-block-supports-inline-css'>
.wp-elements-70bb90d385c99e4b088fecea725d9af0 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}.wp-elements-70bb90d385c99e4b088fecea725d9af0 a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-background);}.wp-elements-96d04da1339e107a221308d96c193124 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}.wp-elements-96d04da1339e107a221308d96c193124 a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-background);}.wp-elements-10e48ed11fa5d634477fc5ab3bb709de a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}.wp-elements-10e48ed11fa5d634477fc5ab3bb709de a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-background);}.wp-elements-6b16c2da447ce578c001aee3e4f6b854 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}.wp-elements-6b16c2da447ce578c001aee3e4f6b854 a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-background);}.wp-elements-1c6901dbc263344e16e70ecd13f55b29 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-elements-c1c7c265425bf5b3c10990fe60e387cd a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-elements-c1c7c265425bf5b3c10990fe60e387cd a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-cta);}.wp-elements-c80836e9d3ce3c81116e65ca703b247d a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-elements-c80836e9d3ce3c81116e65ca703b247d a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-cta);}.wp-elements-b49cc7ee49d000da381b648496941f9b a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-elements-b49cc7ee49d000da381b648496941f9b a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-cta);}.wp-elements-ea718a526feb48e6a521c513a8b9625c a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-elements-ea718a526feb48e6a521c513a8b9625c a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-cta);}.wp-elements-3e9729b6f2f5211b19921ae743c09346 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-elements-3e9729b6f2f5211b19921ae743c09346 a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-cta);}.wp-elements-8185814dbbfcea6fe89adc9646245c8b a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-elements-8185814dbbfcea6fe89adc9646245c8b a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-cta);}.wp-elements-9c26f548574a1d40d544d1cef7912ea2 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-elements-9c26f548574a1d40d544d1cef7912ea2 a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-cta);}.wp-elements-97de45f6c02d44972bbdaee481809288 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-elements-97de45f6c02d44972bbdaee481809288 a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-cta);}.wp-elements-8e8dcf55e90db9b8e31e5fc7391e8602 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-elements-8e8dcf55e90db9b8e31e5fc7391e8602 a:where(:not(.wp-element-button)):hover{color:var(--wp--preset--color--feast-branding-color-cta);}.wp-elements-a5cf66d8ac54083f783763781c054984 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--feast-branding-color-cta);}.wp-elements-626b22f4ed8dfe07b6be0589bacf939e a:where(:not(.wp-element-button)){color:#f29b5d;}.wp-elements-626b22f4ed8dfe07b6be0589bacf939e a:where(:not(.wp-element-button)):hover{color:#f29b5d;}.wp-elements-241c3fab85ee4cfff0441233de226ecf a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}.wp-elements-ed33b606bd16d5f93ecf37776c3e44c1 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}.wp-elements-d75c80a20a2156d5b50f63f09862da62 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--white);}.wp-container-core-group-is-layout-19e250f3 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-19e250f3 > * + *{margin-block-start:0;margin-block-end:0;}.wp-container-core-columns-is-layout-a5331a9e{flex-wrap:nowrap;}.wp-elements-339a8f69bc5e2326e05251baad9d0ce3 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);}.wp-block-gallery.wp-block-gallery-2{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-container-core-columns-is-layout-430f08e6{flex-wrap:nowrap;gap:2em 10px;}.wp-container-core-column-is-layout-15d35364 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-column-is-layout-15d35364 > * + *{margin-block-start:0px;margin-block-end:0;}.wp-container-core-buttons-is-layout-03627597{justify-content:center;}.wp-container-core-columns-is-layout-33ba964e{flex-wrap:nowrap;gap:2em 0px;}.wp-container-core-columns-is-layout-9e02cc64{flex-wrap:nowrap;gap:0 0px;}.wp-container-core-columns-is-layout-9c22b1e3{flex-wrap:nowrap;gap:2em 0;}.wp-container-core-columns-is-layout-28f84493{flex-wrap:nowrap;}.wp-container-core-group-is-layout-334a2726 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-334a2726 > * + *{margin-block-start:10px;margin-block-end:0;}.wp-container-core-columns-is-layout-60989af9{flex-wrap:nowrap;gap:0 5px;}.wp-container-core-columns-is-layout-34eb0de6{flex-wrap:nowrap;gap:2em 5px;}.wp-container-core-columns-is-layout-fe7bddff{flex-wrap:nowrap;gap:2em 2px;}.wp-container-core-columns-is-layout-18f152d8{flex-wrap:nowrap;gap:0px 0px;}.wp-container-core-buttons-is-layout-a89b3969{justify-content:center;}.wp-container-core-column-is-layout-f016c79b > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-column-is-layout-f016c79b > * + *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-e0082cf6 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-e0082cf6 > * + *{margin-block-start:var(--wp--preset--spacing--20);margin-block-end:0;}.wp-container-core-columns-is-layout-95d5bb05{flex-wrap:nowrap;gap:0px 0px;}.wp-container-core-columns-is-layout-26a0811e{flex-wrap:nowrap;gap:0px 0px;}.wp-container-core-columns-is-layout-c753b8dc{flex-wrap:nowrap;gap:0px 0px;}.wp-container-core-columns-is-layout-6ef780c9{flex-wrap:nowrap;gap:0px 0px;}.wp-container-core-column-is-layout-8a368f38 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-column-is-layout-8a368f38 > * + *{margin-block-start:0;margin-block-end:0;}.wp-container-core-columns-is-layout-c5de1ec3{flex-wrap:nowrap;gap:0 2em;}.wp-elements-4787b2471986fb5f1ffaf76486ab294d a:where(:not(.wp-element-button)){color:#636363;}.wp-elements-37ae8c43cfa4b949f16f3b29203d88ad a:where(:not(.wp-element-button)){color:var(--wp--preset--color--feast-branding-color-background);}.wp-elements-0089567cb205869ca2ac87a6d96223ff a:where(:not(.wp-element-button)){color:var(--wp--preset--color--feast-branding-color-background);}.wp-container-core-columns-is-layout-65eef5bf{flex-wrap:nowrap;gap:0 2em;}
/*# sourceURL=core-block-supports-inline-css */
</style>

</head>
<body class="home wp-singular page-template-default page page-id-48750 wp-custom-logo wp-theme-genesis wp-child-theme-foodiepro5 lasso-v354 rttpg rttpg-7.9.0 radius-frontend rttpg-body-wrap rttpg-flaticon postx-page header-image header-full-width genesis-breadcrumbs-hidden tasteful-pink-lemonade feast-plugin feast-full-width-layout full-width-content wp-6-9-4 fp-15-1-5 feast-plus">
<!-- Meta Pixel Code -->
<noscript>
<img height="1" width="1" style="display:none" alt="fbpx"
src="https://www.facebook.com/tr?id=620828415730214&ev=PageView&noscript=1" />
</noscript>
<!-- End Meta Pixel Code -->
<div class="site-container"><header class="site-header"><div class="wrap"><div class="title-area"><p class="site-title"><a href="https://www.hipmamasplace.com/">Hip Mama&#039;s Place</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-49036" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-49036"><a href="https://www.hipmamasplace.com/"><span >Home</span></a></li>
<li id="menu-item-48858" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-48858"><a href="https://www.hipmamasplace.com/about-hip-mamas-place/"><span >About</span></a></li>
<li id="menu-item-49133" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49133"><a href="https://www.hipmamasplace.com/recipes/"><span >Recipes</span></a></li>
<li id="menu-item-49134" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49134"><a href="https://www.hipmamasplace.com/category/lifestyle/"><span >Lifestyle</span></a></li>
<li id="menu-item-49137" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49137"><a href="https://www.hipmamasplace.com/contact/"><span >Contact</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://www.hipmamasplace.com"><img src="https://www.hipmamasplace.com/wp-content/uploads/2026/03/logobig.png" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/03/logobig.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-custom menu-item-object-custom current-menu-item menu-item-home menu-item-49036"><a href="https://www.hipmamasplace.com/">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-48858"><a href="https://www.hipmamasplace.com/about-hip-mamas-place/">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49133"><a href="https://www.hipmamasplace.com/recipes/">Recipes</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49134"><a href="https://www.hipmamasplace.com/category/lifestyle/">Lifestyle</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49137"><a href="https://www.hipmamasplace.com/contact/">Contact</a></li>
</ul></nav><div class="modern-menu-desktop-social"><div id="feast-social">
			<div class="feast-layout feast-layout--menu-social-icons feast-menu-social-icons">
								<div class="feast-social-media feast-social-media--align-center" style="padding-top:0;padding-bottom:0;padding-left:0px;padding-right:0px;"><a class="social-media__link" href="https://www.facebook.com/HipMamasPlace" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:#FFFFFF;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 320 512" width="19px" height="19px" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.pinterest.com/hipmamasplace/" target="_blank" rel="noopener noreferrer" aria-label="Pinterest" data-wpel-link="ignore" style="background-color:#FFFFFF;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 384 512" width="19px" height="19px" role="graphics-symbol" aria-label="Pinterest Icon"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.instagram.com/hipmamasplace/" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:#FFFFFF;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 448 512" width="19px" height="19px" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.tiktok.com/@hipmamasplace" target="_blank" rel="noopener noreferrer" aria-label="Tiktok" data-wpel-link="ignore" style="background-color:#FFFFFF;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 448 512" width="19px" height="19px" role="graphics-symbol" aria-label="TikTok Icon"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" fill="#000000"></svg></a><a class="social-media__link" href="https://x.com/HipMamasPlace" target="_blank" rel="noopener noreferrer" aria-label="Twitter" data-wpel-link="ignore" style="background-color:#FFFFFF;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 512 512" width="19px" height="19px" role="graphics-symbol" aria-label="Twitter Icon"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#000000"></svg></a></div>


<p></p>
							</div>

			</div></div><div class="feastsearchtoggle"><a href="#feastmobilemenu"><svg xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" xml:space="preserve" xmlns:svg="//www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 100 100" aria-labelledby="searchicon" role="img">
  <title id="searchicon">search icon</title>
  <g transform="translate(0,-952.36218)">
    <path fill="currentColor" d="M 40 11 C 24.007431 11 11 24.00743 11 40 C 11 55.9926 24.007431 69 40 69 C 47.281794 69 53.935267 66.28907 59.03125 61.84375 L 85.59375 88.40625 C 86.332786 89.16705 87.691654 89.1915 88.4375 88.4375 C 89.183345 87.6834 89.175154 86.2931 88.40625 85.5625 L 61.875 59.03125 C 66.312418 53.937244 69 47.274551 69 40 C 69 24.00743 55.992569 11 40 11 z M 40 15 C 53.830808 15 65 26.16919 65 40 C 65 53.8308 53.830808 65 40 65 C 26.169192 65 15 53.8308 15 40 C 15 26.16919 26.169192 15 40 15 z " transform="translate(0,952.36218)">
    </path>
  </g>
</svg>
</a></div></header><nav id="feastmobilemenu" class="feastmobilemenu-background" aria-label="main"><div class="mmm-dialog"><div class="mmm-content"><a href="https://www.hipmamasplace.com"><img id="mmmlogo" src="https://www.hipmamasplace.com/wp-content/uploads/2026/03/logobig.png" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/03/logobig.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://www.hipmamasplace.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://www.hipmamasplace.com/?s={s}"></form></div><ul id="menu-feast-modern-mobile-menu-2" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-49036"><a href="https://www.hipmamasplace.com/">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-48858"><a href="https://www.hipmamasplace.com/about-hip-mamas-place/">About</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49133"><a href="https://www.hipmamasplace.com/recipes/">Recipes</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49134"><a href="https://www.hipmamasplace.com/category/lifestyle/">Lifestyle</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49137"><a href="https://www.hipmamasplace.com/contact/">Contact</a></li>
</ul><div id="feast-mobile-menu-social-icons"><div id="feast-social">
			<div class="feast-layout feast-layout--menu-social-icons feast-menu-social-icons">
								<div class="feast-social-media feast-social-media--align-center" style="padding-top:0;padding-bottom:0;padding-left:0px;padding-right:0px;"><a class="social-media__link" href="https://www.facebook.com/HipMamasPlace" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:#FFFFFF;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 320 512" width="19px" height="19px" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.pinterest.com/hipmamasplace/" target="_blank" rel="noopener noreferrer" aria-label="Pinterest" data-wpel-link="ignore" style="background-color:#FFFFFF;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 384 512" width="19px" height="19px" role="graphics-symbol" aria-label="Pinterest Icon"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.instagram.com/hipmamasplace/" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:#FFFFFF;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 448 512" width="19px" height="19px" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.tiktok.com/@hipmamasplace" target="_blank" rel="noopener noreferrer" aria-label="Tiktok" data-wpel-link="ignore" style="background-color:#FFFFFF;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 448 512" width="19px" height="19px" role="graphics-symbol" aria-label="TikTok Icon"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" fill="#000000"></svg></a><a class="social-media__link" href="https://x.com/HipMamasPlace" target="_blank" rel="noopener noreferrer" aria-label="Twitter" data-wpel-link="ignore" style="background-color:#FFFFFF;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="//www.w3.org/2000/svg" viewBox="0 0 512 512" width="19px" height="19px" role="graphics-symbol" aria-label="Twitter Icon"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#000000"></svg></a></div>


<p></p>
							</div>

			</div></div><a href="#" class="closebtn">×</a></div></div></nav>
	<div class="feast-top-banner">

		
		<span class="feast-top-banner__text">
			Welcome to Hip Mama's Place!					</span>

		
	</div>

	<div class="site-inner"><div class="content-sidebar-wrap"><main class="content"><article class="post-48750 page type-page status-publish entry" aria-label="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families"><header class="entry-header"><h1 class="entry-title">Hip Mama's Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families</h1>
</header><div class="entry-content"><div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-19e250f3 wp-block-group-is-layout-constrained">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-a5331a9e wp-block-columns-is-layout-flex" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
<div class="wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-a5331a9e wp-block-columns-is-layout-flex" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-19e250f3 wp-block-group-is-layout-constrained">
<figure class="wp-block-image size-full"><img decoding="async" width="300" height="360" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=50856" fetchpriority="high" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/street-corn-chicken-rice-bowls.jpg" alt="" class="wp-image-50856" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/street-corn-chicken-rice-bowls.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/street-corn-chicken-rice-bowls-180x216.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/street-corn-chicken-rice-bowls-150x180.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /></figure>



<p class="has-text-align-center has-white-color has-text-color has-background has-link-color has-feast-branding-body-font-font-family wp-elements-70bb90d385c99e4b088fecea725d9af0" style="background-color:#4c999d;margin-top:0;margin-bottom:0;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:20px;line-height:1"><a href="https://www.hipmamasplace.com/category/food-and-recipes/">RECIPES</a></p>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-19e250f3 wp-block-group-is-layout-constrained">
<figure class="wp-block-image size-full" style="margin-top:0;margin-right:0;margin-bottom:0;margin-left:0"><img decoding="async" width="300" height="360" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=50854" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/cork-coasters-1.jpg" alt="" class="wp-image-50854" style="object-fit:cover" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/cork-coasters-1.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/cork-coasters-1-180x216.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/cork-coasters-1-150x180.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /></figure>



<p class="has-text-align-center has-white-color has-feast-branding-color-primary-background-color has-text-color has-background has-link-color has-feast-branding-body-font-font-family wp-elements-96d04da1339e107a221308d96c193124" style="margin-top:0;margin-bottom:0;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:20px;line-height:1"><a href="https://www.hipmamasplace.com/category/crafts-and-diy/">CRAFTS &amp; DIY</a></p>
</div></div>
</div>
</div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
<div class="wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-a5331a9e wp-block-columns-is-layout-flex" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-19e250f3 wp-block-group-is-layout-constrained">
<figure class="wp-block-image size-full"><img decoding="async" width="300" height="360" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=50852" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/spring-flowers.jpg" alt="" class="wp-image-50852" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/spring-flowers.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/spring-flowers-180x216.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/spring-flowers-150x180.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /></figure>



<p class="has-text-align-center has-black-color has-feast-branding-color-accents-background-color has-text-color has-background has-link-color has-feast-branding-body-font-font-family wp-elements-10e48ed11fa5d634477fc5ab3bb709de" style="margin-top:0;margin-bottom:0;padding-top:10px;padding-bottom:10px;font-size:20px;line-height:1"><a href="https://www.hipmamasplace.com/category/house-home/">HOME</a></p>
</div></div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-19e250f3 wp-block-group-is-layout-constrained">
<figure class="wp-block-image size-full"><a href="https://www.hipmamasplace.com/category/lifestyle/"><img decoding="async" width="300" height="360" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=50833" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/hipmamasplace-3.png" alt="" class="wp-image-50833" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/hipmamasplace-3.png 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/hipmamasplace-3-180x216.png 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/hipmamasplace-3-150x180.png 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></figure>



<p class="has-text-align-center has-black-color has-text-color has-background has-link-color has-feast-branding-body-font-font-family wp-elements-6b16c2da447ce578c001aee3e4f6b854" style="background-color:#f69221;margin-top:0px;margin-bottom:0px;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:20px;line-height:1"><a href="https://www.hipmamasplace.com/category/lifestyle/">LIFESTYLE</a></p>
</div></div>
</div>
</div>
</div>
</div>
</div></div>



<section class="wp-block-group is-style-full-width-feature-wrapper has-black-color has-feast-branding-color-background-background-color has-text-color has-background has-link-color wp-elements-339a8f69bc5e2326e05251baad9d0ce3"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-334a2726 wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading has-text-align-center is-style-default has-black-color has-text-color has-link-color has-feast-branding-accent-font-font-family wp-elements-1c6901dbc263344e16e70ecd13f55b29" id="Browse_Recipes_by_Category" style="padding-bottom:var(--wp--preset--spacing--40);font-size:33px">Browse Recipes by Category</h2>



<div class="wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-430f08e6 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns are-vertically-aligned-center is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-430f08e6 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-19e250f3 wp-block-group-is-layout-constrained">
<figure class="wp-block-image size-full has-custom-border is-style-default"><img decoding="async" width="1200" height="1200" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51004" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/raspberry-cream-cheese-dip-1.jpg" alt="" class="wp-image-51004" style="border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/raspberry-cream-cheese-dip-1.jpg 1200w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/raspberry-cream-cheese-dip-1-300x300.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/raspberry-cream-cheese-dip-1-150x150.jpg 150w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/raspberry-cream-cheese-dip-1-720x720.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/raspberry-cream-cheese-dip-1-360x360.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/raspberry-cream-cheese-dip-1-180x180.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/raspberry-cream-cheese-dip-1-96x96.jpg 96w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<p class="has-text-align-center has-black-color has-text-color has-link-color has-feast-branding-heading-font-font-family wp-elements-c1c7c265425bf5b3c10990fe60e387cd" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:18px;line-height:1"><a href="https://www.hipmamasplace.com/category/appetizers-dips-sauces/">appetizers</a></p>
</div></div>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-19e250f3 wp-block-group-is-layout-constrained">
<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-full has-custom-border is-style-default"><img decoding="async" width="1200" height="1200" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=48792" data-id="48792" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe.jpg" alt="" class="wp-image-48792" style="border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe.jpg 1200w, https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe-300x300.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe-150x150.jpg 150w, https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe-720x720.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe-360x360.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe-180x180.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe-96x96.jpg 96w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>
</figure>



<p class="has-text-align-center has-black-color has-text-color has-link-color has-feast-branding-heading-font-font-family wp-elements-c80836e9d3ce3c81116e65ca703b247d" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:18px;line-height:1"><a href="https://www.hipmamasplace.com/category/breakfast-brunch/">breakfast</a></p>
</div></div>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-19e250f3 wp-block-group-is-layout-constrained">
<figure class="wp-block-image size-full has-custom-border is-style-default"><img decoding="async" width="1200" height="1200" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51007" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/pastel-cakesicles-recipe-1.jpg" alt="" class="wp-image-51007" style="border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/pastel-cakesicles-recipe-1.jpg 1200w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/pastel-cakesicles-recipe-1-300x300.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/pastel-cakesicles-recipe-1-150x150.jpg 150w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/pastel-cakesicles-recipe-1-720x720.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/pastel-cakesicles-recipe-1-360x360.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/pastel-cakesicles-recipe-1-180x180.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/pastel-cakesicles-recipe-1-96x96.jpg 96w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<p class="has-text-align-center has-black-color has-text-color has-link-color has-feast-branding-heading-font-font-family wp-elements-b49cc7ee49d000da381b648496941f9b" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:18px;line-height:1"><a href="https://www.hipmamasplace.com/category/desserts/">desserts</a></p>
</div></div>
</div>
</div>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-430f08e6 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full has-custom-border is-style-default"><img decoding="async" width="1200" height="1200" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51009" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/rainbow-smoothie-recipe-1.jpg" alt="" class="wp-image-51009" style="border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/rainbow-smoothie-recipe-1.jpg 1200w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/rainbow-smoothie-recipe-1-300x300.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/rainbow-smoothie-recipe-1-150x150.jpg 150w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/rainbow-smoothie-recipe-1-720x720.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/rainbow-smoothie-recipe-1-360x360.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/rainbow-smoothie-recipe-1-180x180.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/rainbow-smoothie-recipe-1-96x96.jpg 96w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<p class="has-text-align-center has-black-color has-text-color has-link-color has-feast-branding-heading-font-font-family wp-elements-ea718a526feb48e6a521c513a8b9625c" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:18px;line-height:1"><a href="https://www.hipmamasplace.com/category/drinks-and-smoothies/">drinks</a></p>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full has-custom-border is-style-default"><img decoding="async" width="1200" height="1200" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51011" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/mediterranean-chicken-coscous.jpg" alt="" class="wp-image-51011" style="border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/mediterranean-chicken-coscous.jpg 1200w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/mediterranean-chicken-coscous-300x300.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/mediterranean-chicken-coscous-150x150.jpg 150w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/mediterranean-chicken-coscous-720x720.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/mediterranean-chicken-coscous-360x360.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/mediterranean-chicken-coscous-180x180.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/mediterranean-chicken-coscous-96x96.jpg 96w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<p class="has-text-align-center has-black-color has-text-color has-link-color has-feast-branding-heading-font-font-family wp-elements-3e9729b6f2f5211b19921ae743c09346" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:18px;line-height:1"><a href="https://www.hipmamasplace.com/category/main-dishes/">main dishes</a></p>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full has-custom-border is-style-default"><img decoding="async" width="1200" height="1200" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51013" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/strawberry-chicken-salad.jpg" alt="" class="wp-image-51013" style="border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/strawberry-chicken-salad.jpg 1200w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/strawberry-chicken-salad-300x300.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/strawberry-chicken-salad-150x150.jpg 150w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/strawberry-chicken-salad-720x720.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/strawberry-chicken-salad-360x360.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/strawberry-chicken-salad-180x180.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/strawberry-chicken-salad-96x96.jpg 96w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<p class="has-text-align-center has-black-color has-text-color has-link-color has-feast-branding-heading-font-font-family wp-elements-8185814dbbfcea6fe89adc9646245c8b" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:18px;line-height:1">s<a href="https://www.hipmamasplace.com/category/sides-and-salads/">alads</a></p>
</div>
</div>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-430f08e6 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full has-custom-border is-style-default"><img decoding="async" width="1200" height="1200" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51015" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/loaded-mashed-potato.jpg" alt="" class="wp-image-51015" style="border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/loaded-mashed-potato.jpg 1200w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/loaded-mashed-potato-300x300.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/loaded-mashed-potato-150x150.jpg 150w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/loaded-mashed-potato-720x720.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/loaded-mashed-potato-360x360.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/loaded-mashed-potato-180x180.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/loaded-mashed-potato-96x96.jpg 96w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<p class="has-text-align-center has-black-color has-text-color has-link-color has-feast-branding-heading-font-font-family wp-elements-9c26f548574a1d40d544d1cef7912ea2" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:18px;line-height:1"><a href="https://www.hipmamasplace.com/category/sides-and-salads/">&nbsp;side dishes</a></p>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full has-custom-border is-style-default"><img decoding="async" width="1200" height="1200" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=49492" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-1.jpg" alt="" class="wp-image-49492" style="border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-1.jpg 1200w, https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-1-300x300.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-1-150x150.jpg 150w, https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-1-720x720.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-1-360x360.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-1-180x180.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-1-96x96.jpg 96w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<p class="has-text-align-center has-black-color has-text-color has-link-color has-feast-branding-heading-font-font-family wp-elements-97de45f6c02d44972bbdaee481809288" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:18px;line-height:1"><a href="https://www.hipmamasplace.com/category/food-and-recipes/snacks-and-snackboards/">&nbsp;snacks</a></p>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full has-custom-border is-style-default"><a href="https://www.hipmamasplace.com/category/food-and-recipes/soups-and-stews/"><img decoding="async" width="1200" height="1200" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51109" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/tomato-basil-soup01.jpg" alt="" class="wp-image-51109" style="border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/tomato-basil-soup01.jpg 1200w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/tomato-basil-soup01-300x300.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/tomato-basil-soup01-150x150.jpg 150w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/tomato-basil-soup01-720x720.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/tomato-basil-soup01-360x360.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/tomato-basil-soup01-180x180.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/tomato-basil-soup01-96x96.jpg 96w" sizes="(max-width: 1200px) 100vw, 1200px" /></a></figure>



<p class="has-text-align-center has-black-color has-text-color has-link-color has-feast-branding-heading-font-font-family wp-elements-8e8dcf55e90db9b8e31e5fc7391e8602" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;font-size:18px;line-height:1"><a href="https://www.hipmamasplace.com/category/food-and-recipes/soups-and-stews/">soups</a></p>
</div>
</div>
</div>
</div>



<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="padding-right:0;padding-left:0;flex-basis:100%">
<div class="wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-9c22b1e3 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:13%"></div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:80%">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9e02cc64 wp-block-columns-is-layout-flex" style="margin-top:0px;margin-bottom:0px;padding-top:0;padding-bottom:0">
<div class="wp-block-column is-layout-flow wp-container-core-column-is-layout-15d35364 wp-block-column-is-layout-flow" style="padding-top:0;padding-bottom:0;flex-basis:60%"><form role="search" method="get" action="https://www.hipmamasplace.com/" class="wp-block-search__button-outside wp-block-search__icon-button wp-block-search"    ><label class="wp-block-search__label screen-reader-text" for="wp-block-search__input-3" >Search</label><div class="wp-block-search__inside-wrapper"  style="width: 100%"><input class="wp-block-search__input" id="wp-block-search__input-3" placeholder="Search our recipes" value="" type="search" name="s" required /><button aria-label="Search" class="wp-block-search__button has-icon wp-element-button" type="submit" ><svg class="search-icon" viewbox="0 0 24 24" width="24" height="24">
					<path d="M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z"></path>
				</svg></button></div></form></div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-33ba964e wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:20%">
<p class="has-text-align-center has-feast-branding-color-cta-color has-text-color has-link-color has-feast-branding-accent-font-font-family wp-elements-a5cf66d8ac54083f783763781c054984" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:40px">or</p>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<div class="wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-03627597 wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.hipmamasplace.com/recipes/">+ View All Recipes</a></div>
</div>
</div>
</div>
</div>
</div>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:5%"></div>
</div>
</div>
</div>
</div></section>



<div class="wp-block-columns are-vertically-aligned-center is-style-default is-layout-flex wp-container-core-columns-is-layout-18f152d8 wp-block-columns-is-layout-flex" style="border-bottom-color:var(--wp--preset--color--cyan-bluish-gray);border-bottom-width:1px;margin-top:0;padding-top:6px;padding-bottom:0">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<p class="has-text-align-center has-text-color has-link-color has-feast-branding-body-font-font-family wp-elements-626b22f4ed8dfe07b6be0589bacf939e" style="color:#f29b5d;font-size:21px;letter-spacing:3px;line-height:0"><strong>AS SEEN IN</strong></p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-fe7bddff wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-34eb0de6 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns are-vertically-aligned-center is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-60989af9 wp-block-columns-is-layout-flex" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img decoding="async" width="1567" height="672" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51112" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_f57bc268.png" alt="" class="wp-image-51112" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_f57bc268.png 1567w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_f57bc268-300x129.png 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_f57bc268-1440x618.png 1440w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_f57bc268-1536x659.png 1536w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_f57bc268-720x309.png 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_f57bc268-360x154.png 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_f57bc268-180x77.png 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_f57bc268-150x64.png 150w" sizes="(max-width: 1567px) 100vw, 1567px" /></figure>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img decoding="async" width="1567" height="672" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51114" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_eab1b335.png" alt="" class="wp-image-51114" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_eab1b335.png 1567w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_eab1b335-300x129.png 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_eab1b335-1440x618.png 1440w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_eab1b335-1536x659.png 1536w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_eab1b335-720x309.png 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_eab1b335-360x154.png 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_eab1b335-180x77.png 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_eab1b335-150x64.png 150w" sizes="(max-width: 1567px) 100vw, 1567px" /></figure>
</div>
</div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns are-vertically-aligned-center is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-60989af9 wp-block-columns-is-layout-flex" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img decoding="async" width="1567" height="672" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51115" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_9245478b.png" alt="" class="wp-image-51115" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_9245478b.png 1567w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_9245478b-300x129.png 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_9245478b-1440x618.png 1440w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_9245478b-1536x659.png 1536w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_9245478b-720x309.png 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_9245478b-360x154.png 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_9245478b-180x77.png 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_9245478b-150x64.png 150w" sizes="(max-width: 1567px) 100vw, 1567px" /></figure>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img decoding="async" width="1567" height="672" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51116" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_c365dce2-1.png" alt="" class="wp-image-51116" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_c365dce2-1.png 1567w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_c365dce2-1-300x129.png 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_c365dce2-1-1440x618.png 1440w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_c365dce2-1-1536x659.png 1536w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_c365dce2-1-720x309.png 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_c365dce2-1-360x154.png 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_c365dce2-1-180x77.png 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_c365dce2-1-150x64.png 150w" sizes="(max-width: 1567px) 100vw, 1567px" /></figure>
</div>
</div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns are-vertically-aligned-center is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-60989af9 wp-block-columns-is-layout-flex" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img decoding="async" width="1567" height="672" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51120" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_ef61a248.png" alt="" class="wp-image-51120" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_ef61a248.png 1567w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_ef61a248-300x129.png 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_ef61a248-1440x618.png 1440w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_ef61a248-1536x659.png 1536w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_ef61a248-720x309.png 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_ef61a248-360x154.png 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_ef61a248-180x77.png 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_ef61a248-150x64.png 150w" sizes="(max-width: 1567px) 100vw, 1567px" /></figure>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1567" height="672" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51122" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_8f619dfb.png" alt="" class="wp-image-51122" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_8f619dfb.png 1567w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_8f619dfb-300x129.png 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_8f619dfb-1440x618.png 1440w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_8f619dfb-1536x659.png 1536w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_8f619dfb-720x309.png 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_8f619dfb-360x154.png 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_8f619dfb-180x77.png 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/image_8f619dfb-150x64.png 150w" sizes="(max-width: 1567px) 100vw, 1567px" /></figure>
</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>



<div class="wp-block-group is-style-default"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9c22b1e3 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-430f08e6 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;flex-basis:66.66%">
<h2 class="wp-block-heading">The Latest &amp; Greatest</h2>


<div  class="ultp-post-grid-block wp-block-ultimate-post-post-list-3 ultp-block-791e22"><div class="ultp-block-wrapper"><div class="ultp-loading"><div class="ultp-loading-blocks" style="width:100%;height:100%;"><div style="left: 0;top: 0;animation-delay:0s;"></div><div style="left: 21px;top: 0;animation-delay:0.125s;"></div><div style="left: 42px;top: 0;animation-delay:0.25s;"></div><div style="left: 0;top: 21px;animation-delay:0.875s;"></div><div style="left: 42px;top: 21px;animation-delay:0.375s;"></div><div style="left: 0;top: 42px;animation-delay:0.75s;"></div><div style="left: 42px;top: 42px;animation-delay:0.625s;"></div><div style="left: 21px;top: 42px;animation-delay:0.5s;"></div></div></div><div class="ultp-block-items-wrap ultp-block-row ultp-block-column-1 ultp-block-content-middle ultp-layout1"><div class="ultp-block-item ultp-block-media post-id-1158"><div class="ultp-block-content-wrap"><div class="ultp-block-image ultp-block-image-opacity"><a href="https://www.hipmamasplace.com/patriotic-crafts-july-4th-memorial-day/" ><img decoding="async"  alt="35 Easy &#038; Fun Patriotic Crafts for July 4th &#038; Memorial Day"  src="https://www.hipmamasplace.com/wp-content/uploads/2025/06/patriotic-wand-centerpiece-300x300.jpg" /></a></div><div class="ultp-block-content"><div class="ultp-block-meta ultp-block-meta-dot ultp-block-meta-noIcon"><span class="ultp-block-date ultp-block-meta-element">Apr 30, 2026</span></div><h3 class="ultp-block-title"><a href="https://www.hipmamasplace.com/patriotic-crafts-july-4th-memorial-day/" >35 Easy &#038; Fun Patriotic Crafts for July 4th &#038; Memorial Day</a></h3><div class="ultp-block-excerpt"><p>Looking for some easy patriotic crafts to celebrate July 4th, Memorial Day, or any red, white, and blue occasion? These fun and festive ideas are perfect for all ages-whether you're planning a backyard celebration, classroom activity, or simply want to&hellip;</p>
</div><div class="ultp-block-readmore"><a aria-label="35 Easy &#038; Fun Patriotic Crafts for July 4th &#038; Memorial Day" href="https://www.hipmamasplace.com/patriotic-crafts-july-4th-memorial-day/" >Continue Reading</a></div></div></div></div><div class="ultp-block-item ultp-block-media post-id-21984"><div class="ultp-block-content-wrap"><div class="ultp-block-image ultp-block-image-opacity"><a href="https://www.hipmamasplace.com/summer-bucket-list-ideas-families/" ><img decoding="async"  alt="family enjoying a summer day at the beach"  src="https://www.hipmamasplace.com/wp-content/uploads/2017/07/summer-family-beach-day-300x300.jpg" /></a></div><div class="ultp-block-content"><div class="ultp-block-meta ultp-block-meta-dot ultp-block-meta-noIcon"><span class="ultp-block-date ultp-block-meta-element">Apr 29, 2026</span></div><h3 class="ultp-block-title"><a href="https://www.hipmamasplace.com/summer-bucket-list-ideas-families/" >100+ Summer Bucket List Ideas for Families (Fun, Easy &#038; Budget-Friendly)</a></h3><div class="ultp-block-excerpt"><p>Summer always sounds magical… until you're halfway through it, wondering, "What are we doing today?" If you're a busy mom juggling meals, errands, and everything in between, you don't need more pressure-you need simple, fun, doable ideas that actually fit&hellip;</p>
</div><div class="ultp-block-readmore"><a aria-label="100+ Summer Bucket List Ideas for Families (Fun, Easy &#038; Budget-Friendly)" href="https://www.hipmamasplace.com/summer-bucket-list-ideas-families/" >Continue Reading</a></div></div></div></div><div class="ultp-block-item ultp-block-media post-id-51594"><div class="ultp-block-content-wrap"><div class="ultp-block-image ultp-block-image-opacity"><a href="https://www.hipmamasplace.com/mexican-casserole-recipe/" ><img decoding="async"  alt="mexican casserole cheese pull with melted cheese stretching over layers of ground beef and tortillas"  src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/Mexican-casserole-cheese-pull-300x300.jpg" /></a></div><div class="ultp-block-content"><div class="ultp-block-meta ultp-block-meta-dot ultp-block-meta-noIcon"><span class="ultp-block-date ultp-block-meta-element">Apr 27, 2026</span></div><h3 class="ultp-block-title"><a href="https://www.hipmamasplace.com/mexican-casserole-recipe/" >Mexican Casserole Recipe (Easy, Cheesy Family Dinner)</a></h3><div class="ultp-block-excerpt"><p>If you're staring into the fridge wondering what's for dinner again, this Mexican casserole recipe is one of those lifesaver meals you'll come back to over and over. It's layered with seasoned ground beef, tortillas, enchilada sauce, and melty cheese-basically&hellip;</p>
</div><div class="ultp-block-readmore"><a aria-label="Mexican Casserole Recipe (Easy, Cheesy Family Dinner)" href="https://www.hipmamasplace.com/mexican-casserole-recipe/" >Continue Reading</a></div></div></div></div></div></div><div class="pagination-block-html" aria-hidden="true" style="display: none;"></div></div>


<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-outline is-style-outline--4"><a class="wp-block-button__link wp-element-button" href="https://www.hipmamasplace.com/blog/" data-lasso-id="43">View More Recent Posts</a></div>
</div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:33.33%">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img decoding="async" width="1000" height="1500" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=51729" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/summer-bucket-list-ideas-families-1-1.jpg" alt="summer bucket list ideas for families with outdoor and fun activities" class="wp-image-51729" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/summer-bucket-list-ideas-families-1-1.jpg 1000w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/summer-bucket-list-ideas-families-1-1-300x450.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/summer-bucket-list-ideas-families-1-1-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/summer-bucket-list-ideas-families-1-1-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/summer-bucket-list-ideas-families-1-1-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/summer-bucket-list-ideas-families-1-1-180x270.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/summer-bucket-list-ideas-families-1-1-150x225.jpg 150w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>



<div class="wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-f016c79b wp-block-column-is-layout-flow" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
<p class="has-text-align-center has-white-color has-cool-to-warm-spectrum-gradient-background has-text-color has-background has-link-color wp-elements-241c3fab85ee4cfff0441233de226ecf" style="margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:26px;font-style:normal;font-weight:600">30-MINUTE MEALS</p>



<style>
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;600;700&display=swap');

.mealbox-box {
  background: #e9e9e9;
  max-width: 430px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 0 1px #f5f5f5 inset;
  overflow: hidden;
}

/* LIST */
.mealbox-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Bitter', serif;
}

.mealbox-list li {
  display: flex;
  align-items: center;
  padding: 10px 28px 18px 28px !important;
  font-size: 25px!important;
  font-weight: 600;
  border-bottom: 1px solid #ffffff;
}

/* NUMBER BADGE */
.mealbox-number {
  width: 23px;
  height: 23px;
  background: #509697;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px!important;
  font-weight: 700;
  margin-right: 12px;
  flex-shrink: 0;
}

/* LINK */
.mealbox-link {
  flex: 1;
  color: #4a4a4a !important;
  text-decoration: none;
  font-size: 20px!important;
  font-weight: 600;
  font-family: 'Bitter', serif;
}

/* HOVER */
.mealbox-link:hover {
  color: #509697 !important;
}
</style>

<div class="mealbox-box">
  <ul class="mealbox-list">
    <li>
      <span class="mealbox-number">1</span>
      <a class="mealbox-link" href="https://www.hipmamasplace.com/cashew-chicken-recipe/">
        Easy Cashew Chicken
      </a>
    </li>

    <li>
      <span class="mealbox-number">2</span>
      <a class="mealbox-link" href="https://www.hipmamasplace.com/easy-tiktok-ramen-recipe/">
        Viral TikTok Ramen
      </a>
    </li>

    <li>
      <span class="mealbox-number">3</span>
      <a class="mealbox-link" href="https://www.hipmamasplace.com/garlic-butter-shrimp-recipe/">
        Easy Garlic Butter Shrimp
      </a>
    </li>

    <li>
      <span class="mealbox-number">4</span>
      <a class="mealbox-link" href="https://www.hipmamasplace.com/chicken-stir-fry-recipe/">
        Easy Chicken Stir Fry
      </a>
    </li>

    <li>
      <span class="mealbox-number">5</span>
      <a class="mealbox-link" href="https://www.hipmamasplace.com/teriyaki-chicken-and-rice-bowls/">
        Teriyaki Chicken Rice Bowls
      </a>
    </li>

    <li>
      <span class="mealbox-number">6</span>
      <a class="mealbox-link" href="https://www.hipmamasplace.com/thai-red-chicken-curry-recipe/">
        Thai Red Chicken Curry
      </a>
    </li>

    <li>
      <span class="mealbox-number">7</span>
      <a class="mealbox-link" href="https://www.hipmamasplace.com/sheet-pan-chicken-fajitas-easy-and-quick/">
        Sheet Pan Chicken Fajitas
      </a>
    </li>
  </ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div>



<hr class="wp-block-separator has-text-color has-luminous-vivid-orange-color has-alpha-channel-opacity has-luminous-vivid-orange-background-color has-background is-style-separator-dots"/>



<div class="wp-block-media-text is-stacked-on-mobile is-style-media-text-circle-image" style="border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;grid-template-columns:31% auto"><figure class="wp-block-media-text__media"><img decoding="async" width="1080" height="1080" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=45209" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2024/01/New-IG-profile-2023.png" alt="" class="wp-image-45209 size-full" srcset="https://www.hipmamasplace.com/wp-content/uploads/2024/01/New-IG-profile-2023.png 1080w, https://www.hipmamasplace.com/wp-content/uploads/2024/01/New-IG-profile-2023-300x300.png 300w, https://www.hipmamasplace.com/wp-content/uploads/2024/01/New-IG-profile-2023-150x150.png 150w, https://www.hipmamasplace.com/wp-content/uploads/2024/01/New-IG-profile-2023-800x800.png 800w, https://www.hipmamasplace.com/wp-content/uploads/2024/01/New-IG-profile-2023-96x96.png 96w" sizes="(max-width: 1080px) 100vw, 1080px" /></figure><div class="wp-block-media-text__content">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-e0082cf6 wp-block-group-is-layout-constrained">
<p class="is-variation-fancy-text" style="font-size:30px">Hi! I'm Jocelyn.</p>



<h4 class="wp-block-heading" id="h-hey">NICE TO MEET YOU.</h4>



<p>Welcome to my little space on the internet-Hip Mama's Place-where you'll find easy recipes, DIY ideas, and lifestyle tips for everyday living.</p>



<p>Simple, delicious, and made to bring a little extra joy to your day. </p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-outline is-style-outline--5"><a class="wp-block-button__link wp-element-button" href="/about/" data-lasso-id="48">LEARN MORE</a></div>
</div>
</div></div>


<div class="feast-social-media feast-social-media--align-left" style="padding-top:0;padding-bottom:0;"><a class="social-media__link" href="https://www.facebook.com/HipMamasPlace" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:#ffff;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 320 512" width="20" height="20" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.pinterest.com/hipmamasplace/" target="_blank" rel="noopener noreferrer" aria-label="Pinterest" data-wpel-link="ignore" style="background-color:#ffff;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 384 512" width="20" height="20" role="graphics-symbol" aria-label="Pinterest Icon"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.instagram.com/hipmamasplace/" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:#ffff;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" width="20" height="20" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.tiktok.com/@hipmamasplace" target="_blank" rel="noopener noreferrer" aria-label="Tiktok" data-wpel-link="ignore" style="background-color:#ffff;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" width="20" height="20" role="graphics-symbol" aria-label="TikTok Icon"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" fill="#000000"></svg></a><a class="social-media__link" href="https://x.com/HipMamasPlace" target="_blank" rel="noopener noreferrer" aria-label="Twitter" data-wpel-link="ignore" style="background-color:#ffff;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" width="20" height="20" role="graphics-symbol" aria-label="Twitter Icon"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#000000"></svg></a></div></div></div>



<hr class="wp-block-separator has-text-color has-luminous-vivid-orange-color has-alpha-channel-opacity has-luminous-vivid-orange-background-color has-background is-style-separator-dots"/>



<section class="wp-block-group is-style-full-width-feature-wrapper has-feast-branding-color-accents-background-color has-background" style="margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-bottom:0"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-6ef780c9 wp-block-columns-is-layout-flex" style="margin-top:0;margin-bottom:0;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-95d5bb05 wp-block-columns-is-layout-flex" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%">
<p class="has-text-align-center has-feast-branding-heading-font-font-family" style="font-size:22px">Connect</p>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="padding-right:0px;padding-left:0px;flex-basis:90%"><div class="feast-social-media feast-social-media--align-left" style="padding-top:0;padding-bottom:0;padding-left:0px;padding-right:0px;"><a class="social-media__link" href="https://www.facebook.com/HipMamasPlace" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 320 512" width="24" height="24" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.pinterest.com/hipmamasplace/" target="_blank" rel="noopener noreferrer" aria-label="Pinterest" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 384 512" width="24" height="24" role="graphics-symbol" aria-label="Pinterest Icon"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.instagram.com/hipmamasplace/" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" width="24" height="24" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.tiktok.com/@hipmamasplace" target="_blank" rel="noopener noreferrer" aria-label="Tiktok" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" width="24" height="24" role="graphics-symbol" aria-label="TikTok Icon"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" fill="#000000"></svg></a><a class="social-media__link" href="https://x.com/HipMamasPlace" target="_blank" rel="noopener noreferrer" aria-label="Twitter" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #E6529C;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" width="24" height="24" role="graphics-symbol" aria-label="Twitter Icon"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#000000"></svg></a></div></div>
</div>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:56%">
<div class="wp-block-columns are-vertically-aligned-center is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-26a0811e wp-block-columns-is-layout-flex" style="margin-top:0px;margin-bottom:0px;padding-top:8px;padding-right:0px;padding-bottom:0px;padding-left:0px">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<p class="has-text-align-right is-variation-fancy-text has-large-font-size">Sign up</p>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="padding-right:0;padding-left:5px">
<p class="has-text-align-left has-feast-branding-body-font-font-family has-medium-font-size">  for Email Updates</p>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-c753b8dc wp-block-columns-is-layout-flex" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">
<style type="text/css">@import url("https://assets.mlcdn.com/fonts.css?version=1776073");</style>

<style type="text/css">
/* EXISTING STYLES (UNCHANGED ABOVE) */

/* 🔥 MAKE EVERYTHING ONE LINE */
#mlb2-38910203 .ml-form-horizontalRow {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

#mlb2-38910203 .ml-input-horizontal {
  display: flex;
  flex: 1;
  gap: 10px;
}

#mlb2-38910203 .horizontal-fields {
  width: auto !important;
  flex: 1;
}

#mlb2-38910203 .ml-button-horizontal {
  flex: 0 0 auto;
}

/* BUTTON SMALL + PINK COLOR ONLY */
#mlb2-38910203 .ml-form-embedSubmit button,
#mlb2-38910203 .ml-form-horizontalRow button {
  width: 80px !important;
  background-color: #E6529C !important;
  border-color: #E6529C !important;
}

/* keep inputs compact */
#mlb2-38910203 input {
  width: 100% !important;
}

/* mobile fallback */
@media only screen and (max-width: 900px) {
  #mlb2-38910203 .ml-form-horizontalRow {
    flex-direction: column !important;
  }

  #mlb2-38910203 .ml-button-horizontal button {
    width: 100% !important;
  }
}
</style>

<div id="mlb2-38910203" class="ml-form-embedContainer ml-subscribe-form">

  <div class="ml-form-embedWrapper embedForm">

    <div class="ml-form-embedBody ml-form-embedBodyHorizontal row-form">

      <form class="ml-block-form"
        action="https://assets.mailerlite.com/jsonp/2213493/forms/182823401690236432/subscribe"
        method="post"
        target="_blank">

        <div class="ml-form-formContent horozintalForm">

          <div class="ml-form-horizontalRow">

            <div class="ml-input-horizontal">

              <div class="horizontal-fields">
                <input type="text" name="fields[name]" placeholder="Name">
              </div>

              <div class="horizontal-fields">
                <input type="email" name="fields[email]" placeholder="Email">
              </div>

            </div>

            <div class="ml-button-horizontal primary">
              <button type="submit">GO</button>
            </div>

          </div>

        </div>

      </form>

    </div>

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



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></section>



<div class="wp-block-media-text is-stacked-on-mobile is-style-media-text-white-background-flat"><figure class="wp-block-media-text__media"><img decoding="async" width="1200" height="1200" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=49990" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/teriyaki-chicken-rice-bowls.jpg" alt="" class="wp-image-49990 size-full" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/teriyaki-chicken-rice-bowls.jpg 1200w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/teriyaki-chicken-rice-bowls-300x300.jpg 300w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/teriyaki-chicken-rice-bowls-150x150.jpg 150w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/teriyaki-chicken-rice-bowls-720x720.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/teriyaki-chicken-rice-bowls-360x360.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/teriyaki-chicken-rice-bowls-180x180.jpg 180w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/teriyaki-chicken-rice-bowls-96x96.jpg 96w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure><div class="wp-block-media-text__content">
<p class="is-variation-fancy-text" style="font-size:32px">Easy weeknight dinner!</p>



<h2 class="wp-block-heading" style="font-size:35px">Teriyaki Chicken and Rice Bowls</h2>



<p>If you're craving a dinner that feels like takeout but is easy enough for a busy weeknight, these&nbsp;<strong>teriyaki chicken and rice bowls</strong>&nbsp;are exactly what you need. Tender, juicy chicken coated in a glossy homemade teriyaki sauce, served over fluffy rice and finished with fresh, colorful toppings- this is one of those meals that everyone at the table gets excited about!</p>



<p></p>



<p></p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-outline is-style-outline--6"><a class="wp-block-button__link wp-element-button" href="https://www.hipmamasplace.com/teriyaki-chicken-and-rice-bowls/" data-lasso-id="43">get the recipe</a></div>
</div>
</div></div>



<hr class="wp-block-separator has-text-color has-feast-branding-color-primary-color has-alpha-channel-opacity has-feast-branding-color-primary-background-color has-background is-style-separator-sprinkles"/>



<div class="wp-block-group is-style-default"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Easy Dinner Ideas</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://www.hipmamasplace.com/mexican-casserole-recipe/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/Mexican-casserole-cheese-pull-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="mexican casserole cheese pull with melted cheese stretching over layers of ground beef and tortillas" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/Mexican-casserole-cheese-pull-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/Mexican-casserole-cheese-pull-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/Mexican-casserole-cheese-pull-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/Mexican-casserole-cheese-pull-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/mexican-casserole-recipe/?tp_image_id=51615" /><div class="fsri-title">Mexican Casserole Recipe (Easy, Cheesy Family Dinner)</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/how-to-make-taco-board/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/ultimate-taco-board-hipmamasplace-1-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Ultimate taco board with seasoned beef, fresh toppings, tortillas, and colorful taco fixings arranged for an easy family taco night or party spread" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/ultimate-taco-board-hipmamasplace-1-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/ultimate-taco-board-hipmamasplace-1-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/ultimate-taco-board-hipmamasplace-1-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/ultimate-taco-board-hipmamasplace-1-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/how-to-make-taco-board/?tp_image_id=51360" /><div class="fsri-title">How to Make the Ultimate Taco Board</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/grilled-bbq-chicken-kabobs/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2025/07/bbq-chicken-kabobs-recipe-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2025/07/bbq-chicken-kabobs-recipe-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2025/07/bbq-chicken-kabobs-recipe-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2025/07/bbq-chicken-kabobs-recipe-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/grilled-bbq-chicken-kabobs/?tp_image_id=48877" /><div class="fsri-title">Grilled BBQ Chicken Kabobs with Veggies</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/garlic-butter-shrimp-recipe/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/garlic-butter-shrimp-skillet-recipe-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="garlic butter shrimp recipe in skillet with lemon and parsley" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/garlic-butter-shrimp-skillet-recipe-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/garlic-butter-shrimp-skillet-recipe-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/garlic-butter-shrimp-skillet-recipe-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/garlic-butter-shrimp-recipe/?tp_image_id=49969" /><div class="fsri-title">Garlic Butter Shrimp {Easy 20-Minute Recipe}</div></a></li></ul></div></div></div>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://www.hipmamasplace.com/easy-baked-spaghetti/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2022/01/Baked-Spaghetti-Set-1-Final-H-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2022/01/Baked-Spaghetti-Set-1-Final-H-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2022/01/Baked-Spaghetti-Set-1-Final-H-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2022/01/Baked-Spaghetti-Set-1-Final-H-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/easy-baked-spaghetti/?tp_image_id=33024" /><div class="fsri-title">Easy Baked Spaghetti - {A Family Favorite!}</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/budget-friendly-family-dinners/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2024/01/cheesy-rice-and-beans-360x540.png" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2024/01/cheesy-rice-and-beans-360x540.png 360w, https://www.hipmamasplace.com/wp-content/uploads/2024/01/cheesy-rice-and-beans-720x1080.png 720w, https://www.hipmamasplace.com/wp-content/uploads/2024/01/cheesy-rice-and-beans-180x270.png 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/budget-friendly-family-dinners/?tp_image_id=45222" /><div class="fsri-title">15 Easy Budget-Friendly Family Dinners to Ease Post-Holiday Spending</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/chorizo-breakfast-hash-with-apple-butternut-squash/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2025/11/chorizo-breakfast-hash-recipe-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/chorizo-breakfast-hash-with-apple-butternut-squash/?tp_image_id=48792" /><div class="fsri-title">Chorizo Breakfast Hash with Apple &#038; Butternut Squash (Easy Fall Skillet Recipe)</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/garlic-herb-butter-roasted-turkey-recipe/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2025/11/oven-roasted-turkey-recipe-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2025/11/oven-roasted-turkey-recipe-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2025/11/oven-roasted-turkey-recipe-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2025/11/oven-roasted-turkey-recipe-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/garlic-herb-butter-roasted-turkey-recipe/?tp_image_id=48816" /><div class="fsri-title">Garlic Herb Butter Oven Roasted Turkey Recipe</div></a></li></ul><div class='feast-category-link'>See more  <a href='https://www.hipmamasplace.com/category/food-and-recipes/main-dishes/'>Main Dishes →</a></div></div>


<hr class="wp-block-separator has-text-color has-feast-branding-color-primary-color has-alpha-channel-opacity has-feast-branding-color-primary-background-color has-background is-style-separator-sprinkles"/>



<div class="wp-block-group is-style-default"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading" id="Dessert_Recipes_Everyone_Will_Love" style="font-size:35px">Dessert Recipes Everyone Will Love</h2>
</div></div>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-fourth"><li class="listing-item"><a href="https://www.hipmamasplace.com/caramel-popcorn-cupcakes-recipe/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/caramel-popcorn-cupcakes-recipe-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Caramel Popcorn Cupcakes arranged on a white platter, topped with buttery caramel popcorn and caramel drizzle" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/caramel-popcorn-cupcakes-recipe-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/caramel-popcorn-cupcakes-recipe-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/caramel-popcorn-cupcakes-recipe-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/caramel-popcorn-cupcakes-recipe-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/caramel-popcorn-cupcakes-recipe/?tp_image_id=51449" /><div class="fsri-title">Caramel Popcorn Cupcakes Recipe</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/easter-peeps-blondies/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2022/03/Easter-Blondies-26-2-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2022/03/Easter-Blondies-26-2-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2022/03/Easter-Blondies-26-2-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2022/03/Easter-Blondies-26-2-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/easter-peeps-blondies/?tp_image_id=40121" /><div class="fsri-title">Easter Peeps Blondies</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/mint-chocolate-cookie-truffles-perfect/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2023/02/Edited-mint-choco-6-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2023/02/Edited-mint-choco-6-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2023/02/Edited-mint-choco-6-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2023/02/Edited-mint-choco-6-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/mint-chocolate-cookie-truffles-perfect/?tp_image_id=39888" /><div class="fsri-title">Mint Chocolate Truffles {Perfect for St. Patrick's Day!}</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/no-churn-strawberry-ice-cream-easy-and-delicious/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/no-churn-strawberry-ice-cream-hipmamasplace-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="No churn strawberry ice cream in a loaf pan topped with fresh strawberries, creamy homemade strawberry ice cream without an ice cream maker" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/no-churn-strawberry-ice-cream-hipmamasplace-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/no-churn-strawberry-ice-cream-hipmamasplace-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/no-churn-strawberry-ice-cream-hipmamasplace-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/no-churn-strawberry-ice-cream-easy-and-delicious/?tp_image_id=51125" /><div class="fsri-title">No Churn Strawberry Ice Cream {Easy and Delicious}</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/no-bake-key-lime-pie-recipe/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/key-lime-pie-no-bake-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="No-bake key lime pie with creamy lime filling, graham cracker crust, whipped cream topping, and fresh lime slices" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/key-lime-pie-no-bake-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/key-lime-pie-no-bake-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/key-lime-pie-no-bake-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/no-bake-key-lime-pie-recipe/?tp_image_id=50340" /><div class="fsri-title">No Bake Key Lime Pie {Easy &#038; Creamy Dessert Recipe!}</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/best-summer-fruit-salad/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/best-summer-fruit-salad-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Best summer fruit salad in a white bowl filled with watermelon, cantaloupe, strawberries, grapes, blueberries, raspberries, blackberries, mango, and kiwi chunks on a marble background" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/best-summer-fruit-salad-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/best-summer-fruit-salad-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/best-summer-fruit-salad-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/best-summer-fruit-salad-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/best-summer-fruit-salad/?tp_image_id=51452" /><div class="fsri-title">How to Make The Best Summer Fruit Salad</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/pastel-cakesicles-recipe/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/02/pastel-cakesicles-recipe-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/02/pastel-cakesicles-recipe-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/02/pastel-cakesicles-recipe-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/02/pastel-cakesicles-recipe-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/pastel-cakesicles-recipe/?tp_image_id=48770" /><div class="fsri-title">The Prettiest Pastel Cakesicles Ever {Step-by-Step Recipe You'll Love!}</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/classic-lemon-bars-recipe/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2025/07/lemon-bars-recipe-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2025/07/lemon-bars-recipe-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2025/07/lemon-bars-recipe-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2025/07/lemon-bars-recipe-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/classic-lemon-bars-recipe/?tp_image_id=48893" /><div class="fsri-title">Classic Lemon Bars Recipe: Bright, Tangy &#038; Perfectly Set</div></a></li></ul><div class='feast-category-link'>See more  <a href='https://www.hipmamasplace.com/category/food-and-recipes/desserts/seasonal-desserts/'>Seasonal Desserts →</a></div></div>


<hr class="wp-block-separator has-text-color has-feast-branding-color-primary-color has-alpha-channel-opacity has-feast-branding-color-primary-background-color has-background is-style-separator-sprinkles"/>



<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" id="Spring_Crafts_amp;_DIY" style="font-size:35px">Crafts &amp; DIY</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://www.hipmamasplace.com/patriotic-crafts-july-4th-memorial-day/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2025/06/patriotic-wand-centerpiece-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2025/06/patriotic-wand-centerpiece-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2025/06/patriotic-wand-centerpiece-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2025/06/patriotic-wand-centerpiece-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2025/06/patriotic-wand-centerpiece-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/patriotic-crafts-july-4th-memorial-day/?tp_image_id=52179" /><div class="fsri-title">35 Easy &#038; Fun Patriotic Crafts for July 4th &#038; Memorial Day</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/diy-kids-tote-bag/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2022/04/tie-dye-tote-bag-diy-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2022/04/tie-dye-tote-bag-diy-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2022/04/tie-dye-tote-bag-diy-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2022/04/tie-dye-tote-bag-diy-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2022/04/tie-dye-tote-bag-diy-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/diy-kids-tote-bag/?tp_image_id=52177" /><div class="fsri-title">DIY Kid's Tote Bag</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/personalized-cork-coasters/"><img decoding="async" width="360" height="480" src="https://www.hipmamasplace.com/wp-content/uploads/2016/07/cork-coasters-slider-360x480.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" data-pin-url="https://www.hipmamasplace.com/personalized-cork-coasters/?tp_image_id=17899" /><div class="fsri-title">DIY Personalized Cork Coasters</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/15-easy-adorable-fish-crafts-make-kids/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2018/05/fish-crafts-kids-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2018/05/fish-crafts-kids-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2018/05/fish-crafts-kids-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2018/05/fish-crafts-kids-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2018/05/fish-crafts-kids-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/15-easy-adorable-fish-crafts-make-kids/?tp_image_id=52184" /><div class="fsri-title">15 Easy and Adorable Fish Crafts To Make With Kids</div></a></li></ul></div></div></div>



<hr class="wp-block-separator has-text-color has-feast-branding-color-primary-color has-alpha-channel-opacity has-feast-branding-color-primary-background-color has-background is-style-separator-sprinkles"/>



<h2 class="wp-block-heading" id="House_amp;_Home" style="font-size:35px">House &amp; Home</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://www.hipmamasplace.com/9-budget-friendly-ways-to-update-your-living-room/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2022/12/update-living-room-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2022/12/update-living-room-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2022/12/update-living-room-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2022/12/update-living-room-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/9-budget-friendly-ways-to-update-your-living-room/?tp_image_id=49142" /><div class="fsri-title">9 Budget-Friendly Ways to Update Your Living Room </div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/spring-cleaning-made-easy-5-steps-to-a-refreshed-and-organized-home/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2023/03/spring-cleaning-made-easy-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2023/03/spring-cleaning-made-easy-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2023/03/spring-cleaning-made-easy-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2023/03/spring-cleaning-made-easy-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/spring-cleaning-made-easy-5-steps-to-a-refreshed-and-organized-home/?tp_image_id=49141" /><div class="fsri-title">Spring Cleaning Made Easy: 5 Steps to a Refreshed and Organized Home</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/simplify-mealtime-a-busy-familys-guide-to-weekly-meal-planning/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2023/03/simplify-meal-planning-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2023/03/simplify-meal-planning-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2023/03/simplify-meal-planning-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2023/03/simplify-meal-planning-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/simplify-mealtime-a-busy-familys-guide-to-weekly-meal-planning/?tp_image_id=49147" /><div class="fsri-title">Simplify Mealtime: A Busy Family's Guide to Weekly Meal Planning</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/kitchen-spring-cleaning-and-how-to-revamp-your-meal-prep-routine/"><img decoding="async" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/02/1-7-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="" data-pin-nopin="true" aria-hidden="true" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/02/1-7-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/02/1-7-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/02/1-7-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/kitchen-spring-cleaning-and-how-to-revamp-your-meal-prep-routine/?tp_image_id=48769" /><div class="fsri-title">Kitchen Spring Cleaning and How to Revamp Your Meal Prep Routine</div></a></li></ul><div class='feast-category-link'>See more  <a href='https://www.hipmamasplace.com/category/house-home/'>House &amp; Home →</a></div></div>


<hr class="wp-block-separator has-text-color has-feast-branding-color-primary-color has-alpha-channel-opacity has-feast-branding-color-primary-background-color has-background is-style-separator-sprinkles"/>



<div class="wp-block-group is-style-full-width-feature-wrapper-cta"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-media-text is-stacked-on-mobile is-style-book-cover" style="grid-template-columns:38% auto"><figure class="wp-block-media-text__media"><img decoding="async" width="500" height="500" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=33909" data-pin-title="Hip Mama&#039;s Place - Easy Recipes, DIY Crafts, and Lifestyle Tips for Busy Families" src="https://www.hipmamasplace.com/wp-content/uploads/2022/06/Get-Your-Brand-Featured-2.png" alt="" class="wp-image-33909 size-full" srcset="https://www.hipmamasplace.com/wp-content/uploads/2022/06/Get-Your-Brand-Featured-2.png 500w, https://www.hipmamasplace.com/wp-content/uploads/2022/06/Get-Your-Brand-Featured-2-300x300.png 300w, https://www.hipmamasplace.com/wp-content/uploads/2022/06/Get-Your-Brand-Featured-2-150x150.png 150w, https://www.hipmamasplace.com/wp-content/uploads/2022/06/Get-Your-Brand-Featured-2-96x96.png 96w" sizes="(max-width: 500px) 100vw, 500px" /></figure><div class="wp-block-media-text__content">
<p class="is-variation-fancy-text has-white-color has-text-color has-link-color wp-elements-ed33b606bd16d5f93ecf37776c3e44c1">Want Your Brand Featured on Hip Mama's Place? </p>



<p class="has-white-color has-text-color has-link-color wp-elements-d75c80a20a2156d5b50f63f09862da62">Hip Mama's Place has been working with high quality brands since 2007. Find out the many ways we work with your brand to help you get the exposure you need and reach more audience to help promote your product or service.</p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-outline is-style-outline--7"><a class="wp-block-button__link wp-element-button" href="https://www.hipmamasplace.com/contact-sponsor/" data-lasso-id="50">Learn More</a></div>
</div>
</div></div>



<p></p>



<p></p>



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



<hr class="wp-block-separator has-text-color has-feast-branding-color-primary-color has-alpha-channel-opacity has-feast-branding-color-primary-background-color has-background is-style-separator-sprinkles" style="margin-bottom:0"/>



<div class="wp-block-group is-style-full-width-feature-wrapper-cta has-feast-branding-color-background-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:0px;padding-bottom:0px"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"></div></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 style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-media-text alignwide is-stacked-on-mobile is-variation-media-text-sidebar-bio is-style-media-text-circle-image" style="grid-template-columns:52% auto"><figure class="wp-block-media-text__media"><img data-pin-nopin="true" fetchpriority="low" data-pin-url="https://www.hipmamasplace.com/feast-layouts/modern-sidebar/?tp_image_id=45209" src="https://www.hipmamasplace.com/wp-content/uploads/2024/01/New-IG-profile-2023.png" alt="" class="wp-image-45209 size-full"/></figure><div class="wp-block-media-text__content">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-c5de1ec3 wp-block-columns-is-layout-flex" style="padding-bottom:10px">
<div class="wp-block-column is-layout-flow wp-container-core-column-is-layout-8a368f38 wp-block-column-is-layout-flow">
<p class="has-text-align-center" style="font-size:18px;font-style:normal;font-weight:700;line-height:1;text-transform:uppercase">Hi! I'm Jocelyn.</p>



<p class="has-text-align-center has-feast-branding-accent-font-font-family" style="font-size:37px;line-height:0">nice to meet you!</p>
</div>
</div>



<p class="has-text-align-center has-text-color has-link-color wp-elements-4787b2471986fb5f1ffaf76486ab294d" style="color:#636363;font-size:15px;font-style:normal;font-weight:100;line-height:2">Hip Mama's Place — Here, you'll find simple and delicious recipes, clever DIY projects, and a pinch of travel and lifestyle inspiration. Join me in exploring life's tasty, crafty, and adventurous side!</p>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-outline is-style-outline--8"><a class="wp-block-button__link wp-element-button" href="/about/">LEARN MORE</a></div>
</div>
</div></div>



<h3 class="wp-block-heading" id="h-sidebar-popular">Popular</h3>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-half"><li class="listing-item"><a href="https://www.hipmamasplace.com/summer-bucket-list-ideas-families/"><img fetchpriority="low" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2017/07/summer-family-beach-day-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="family enjoying a summer day at the beach" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://www.hipmamasplace.com/wp-content/uploads/2017/07/summer-family-beach-day-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2017/07/summer-family-beach-day-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2017/07/summer-family-beach-day-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2017/07/summer-family-beach-day-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/summer-bucket-list-ideas-families/?tp_image_id=51703" /><div class="fsri-title">100+ Summer Bucket List Ideas for Families (Fun, Easy &#038; Budget-Friendly)</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/lilo-stitch-snack-board/"><img fetchpriority="low" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/lilo-and-stitch-snack-board-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Lilo and Stitch snack board with tropical fruits, blue themed treats, popcorn, candy, and fun movie night snacks arranged for a family movie night" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/lilo-and-stitch-snack-board-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/lilo-and-stitch-snack-board-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/lilo-and-stitch-snack-board-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/lilo-and-stitch-snack-board-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/lilo-stitch-snack-board/?tp_image_id=51361" /><div class="fsri-title">Lilo &#038; Stitch Snack Board: The Ultimate Movie Night Treat</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/movie-night-snack-board/"><img fetchpriority="low" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/ultimate-movie-night-snack-board-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Ultimate movie night snack board with hot dogs, popcorn, potato chips, cheese dip, candy, and chocolate arranged on a large wooden serving tray" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/ultimate-movie-night-snack-board-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/ultimate-movie-night-snack-board-600x900.jpg 600w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/ultimate-movie-night-snack-board-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/ultimate-movie-night-snack-board-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/movie-night-snack-board/?tp_image_id=51451" /><div class="fsri-title">The Ultimate DIY Movie Night Snack Board: Sweet, Savory &#038; Super Fun!</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/charcuterie-nachos-recipe/"><img fetchpriority="low" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/04/charcuterie-nachos-recipe-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="charcuterie nachos with brie prosciutto olives and hot honey drizzle" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/04/charcuterie-nachos-recipe-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/charcuterie-nachos-recipe-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/04/charcuterie-nachos-recipe-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/charcuterie-nachos-recipe/?tp_image_id=49976" /><div class="fsri-title">Charcuterie Nachos Recipe {Easy Gourmet Party Appetizer}</div></a></li></ul></div>


<h3 class="wp-block-heading" id="h-sidebar-popular">Seasonal</h3>


<div class='feast-category-index  feast-recipe-index'><ul class="fsri-list feast-grid-half feast-desktop-grid-half"><li class="listing-item"><a href="https://www.hipmamasplace.com/keeping-pets-healthy-and-happy/"><img fetchpriority="low" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2019/05/tips-keeping-pets-healthy-happy-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="tips for keeping pets healthy and happy with daily pet care routine at home" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://www.hipmamasplace.com/wp-content/uploads/2019/05/tips-keeping-pets-healthy-happy-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2019/05/tips-keeping-pets-healthy-happy-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2019/05/tips-keeping-pets-healthy-happy-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/keeping-pets-healthy-and-happy/?tp_image_id=49923" /><div class="fsri-title">12 Simple Tips for Keeping Your Pets Healthy and Happy Every Day {Complete Guide for Pet Owners}</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/easter-snack-board-ideas/"><img fetchpriority="low" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Easter snack board with candy, cheese, vegetables, crackers, and festive bunny treats" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/03/easter-snack-board-diy-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/easter-snack-board-ideas/?tp_image_id=49486" /><div class="fsri-title">Easter Snack Board  {Easy &#038; Festive Idea}</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/silk-dyed-eggs/"><img fetchpriority="low" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2026/03/silk-dyed-eggs-hipmamasplace-360x540.jpg" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="silk dyed eggs in a decorative bowl with colorful patterns for Easter" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://www.hipmamasplace.com/wp-content/uploads/2026/03/silk-dyed-eggs-hipmamasplace-360x540.jpg 360w, https://www.hipmamasplace.com/wp-content/uploads/2026/03/silk-dyed-eggs-hipmamasplace-720x1080.jpg 720w, https://www.hipmamasplace.com/wp-content/uploads/2026/03/silk-dyed-eggs-hipmamasplace-180x270.jpg 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/silk-dyed-eggs/?tp_image_id=49272" /><div class="fsri-title">How to Make Silk Dyed Eggs (Easy Easter Craft Tutorial)</div></a></li><li class="listing-item"><a href="https://www.hipmamasplace.com/easter-bunny-marshmallow-popcorn-bars/"><img fetchpriority="low" width="360" height="540" src="https://www.hipmamasplace.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-27-at-6.19.35-PM-360x540.png" class="feast_2x3_thumbnail fsri-image wp-post-image" alt="Easter Bunny Marshmallow Popcorn Bars" data-pin-nopin="true" aria-hidden="true" decoding="async" srcset="https://www.hipmamasplace.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-27-at-6.19.35-PM-360x540.png 360w, https://www.hipmamasplace.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-27-at-6.19.35-PM-720x1080.png 720w, https://www.hipmamasplace.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-27-at-6.19.35-PM-180x270.png 180w" sizes="(max-width: 360px) 100vw, 360px" data-pin-url="https://www.hipmamasplace.com/easter-bunny-marshmallow-popcorn-bars/?tp_image_id=25509" /><div class="fsri-title">Easter Bunny Marshmallow Popcorn Bars</div></a></li></ul></div>							</div>

			<section id="media_image-3" class="widget widget_media_image"><div class="widget-wrap"><a href="https://www.hipmamasplace.com/contact-sponsor/"><img width="500" height="500" src="https://www.hipmamasplace.com/wp-content/uploads/2022/06/Get-Your-Brand-Featured-2.png" class="image wp-image-33909  attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" srcset="https://www.hipmamasplace.com/wp-content/uploads/2022/06/Get-Your-Brand-Featured-2.png 500w, https://www.hipmamasplace.com/wp-content/uploads/2022/06/Get-Your-Brand-Featured-2-300x300.png 300w, https://www.hipmamasplace.com/wp-content/uploads/2022/06/Get-Your-Brand-Featured-2-150x150.png 150w, https://www.hipmamasplace.com/wp-content/uploads/2022/06/Get-Your-Brand-Featured-2-96x96.png 96w" sizes="(max-width: 500px) 100vw, 500px" data-pin-url="https://www.hipmamasplace.com/?tp_image_id=33909" /></a></div></section>
</aside></div></div><footer class="site-footer"><div class="wrap"><h2 class="screen-reader-text">Footer</h2>
			<div class="feast-layout feast-layout--modern-footer feast-modern-footer">
								
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-19e250f3 wp-block-group-is-layout-constrained">
<div class="wp-block-group is-style-full-width-feature-wrapper has-feast-branding-color-background-background-color has-background" style="margin-top:0;margin-bottom:0"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:60%">
<div class="wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:40%"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img fetchpriority="low" data-pin-url="https://www.hipmamasplace.com/feast-layouts/modern-footer/?tp_image_id=50118" src="https://www.hipmamasplace.com/wp-content/uploads/2026/03/flower-1.png" alt="" class="wp-image-50118" style="width:50px"/></figure>
</div>

<div class="feast-social-media feast-social-media--align-center" style="padding-top:0;padding-bottom:0;"><a class="social-media__link" href="https://www.facebook.com/HipMamasPlace" target="_blank" rel="noopener noreferrer" aria-label="Facebook" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #D10057;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="18" height="18" role="graphics-symbol" aria-label="Facebook Icon"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.pinterest.com/hipmamasplace/" target="_blank" rel="noopener noreferrer" aria-label="Pinterest" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #D10057;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="18" height="18" role="graphics-symbol" aria-label="Pinterest Icon"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.instagram.com/hipmamasplace/" target="_blank" rel="noopener noreferrer" aria-label="Instagram" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #D10057;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="18" height="18" role="graphics-symbol" aria-label="Instagram Icon"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="#000000"></svg></a><a class="social-media__link" href="https://www.tiktok.com/@hipmamasplace" target="_blank" rel="noopener noreferrer" aria-label="Tiktok" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #D10057;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="18" height="18" role="graphics-symbol" aria-label="TikTok Icon"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" fill="#000000"></svg></a><a class="social-media__link" href="https://x.com/HipMamasPlace" target="_blank" rel="noopener noreferrer" aria-label="Twitter" data-wpel-link="ignore" style="background-color:#ffffff;border:1px solid #D10057;border-radius:50%;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="18" height="18" role="graphics-symbol" aria-label="Twitter Icon"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#000000"></svg></a></div></div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:60%">
<p class="is-variation-fancy-text">follow me on Instagram for more fun!</p>


<div class="wp-block-image">
<figure class="aligncenter size-feast-content-360px-wide is-resized"><img fetchpriority="low" data-pin-url="https://www.hipmamasplace.com/feast-layouts/modern-footer/?tp_image_id=49101" src="https://www.hipmamasplace.com/wp-content/uploads/2026/03/hipmamasplace-instagram-invitation-2500-x-2000-px-360x288.png" alt="" class="wp-image-49101" style="width:150px"/></figure>
</div>


<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex">
<div class="wp-block-button is-style-outline is-style-outline--9"><a class="wp-block-button__link wp-element-button" href="https://www.instagram.com/hipmamasplace/" target="_blank" rel="noreferrer noopener">follow me</a></div>
</div>
</div>
</div>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:40%">
<div class="wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<p class="has-text-align-center" style="font-size:16px;letter-spacing:2px;text-decoration:none;text-transform:uppercase"><a href="/about/">About</a></p>



<p class="has-text-align-center" style="font-size:16px;letter-spacing:2px;text-transform:uppercase"><a href="/contact/">Contact</a></p>



<p class="has-text-align-center" style="font-size:16px;letter-spacing:2px;text-transform:uppercase"><a href="/media-kit/" data-type="page" data-id="430">Media Kit</a></p>



<p class="has-text-align-center" style="font-size:16px;letter-spacing:2px;text-transform:uppercase"><a href="https://www.hipmamasplace.com/media-and-sponsors/">Media &amp; Sponsors</a></p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<p class="has-text-align-center" style="font-size:16px;letter-spacing:2px;text-transform:uppercase"><a href="https://www.hipmamasplace.com/web-stories/">web stories</a></p>



<p class="has-text-align-center" style="font-size:16px;letter-spacing:2px;text-transform:uppercase"><a href="https://www.hipmamasplace.com/workwithme/">Work With Me</a></p>



<p class="has-text-align-center" style="font-size:16px;letter-spacing:2px;text-transform:uppercase"><a href="https://www.hipmamasplace.com/privacy-policy/">PRIVACY POLICY</a></p>



<p class="has-text-align-center" style="font-size:16px;letter-spacing:2px;text-transform:uppercase"><a href="https://www.hipmamasplace.com/terms-of-service/">TERMS OF SERVICE</a></p>
</div>
</div>
</div>
</div>
</div></div>



<div class="wp-block-group is-style-full-width-feature-wrapper-cta" style="margin-top:0;padding-top:0;padding-bottom:0"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-65eef5bf wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<p class="has-text-align-center has-feast-branding-color-background-color has-text-color has-link-color wp-elements-37ae8c43cfa4b949f16f3b29203d88ad" style="font-size:18px">Copyright © 2026&nbsp;<strong>Hip Mama's Place</strong>. All Rights Reserved. A Mediavine Partner Site. </p>
</div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%">
<p class="has-text-align-center has-feast-branding-color-background-color has-text-color has-link-color wp-elements-0089567cb205869ca2ac87a6d96223ff" style="font-size:18px;letter-spacing:2px;text-transform:uppercase"><strong>↑</strong> <a href="#"><strong>back to top</strong></a></p>
</div>
</div>
</div></div>
</div></div>
							</div>

			</div></footer></div>        <!-- Meta Pixel Event Code -->
        <script type='text/javascript'>
        (function () {
            function runPixelCode( response ) {
                if ( ! response || ! response.data || ! response.data.fb_pxl_code ) {
                    return;
                }

                try {
                    new Function( response.data.fb_pxl_code )();
                } catch ( e ) {
                    console && console.warn
                        && console.warn( 'Meta Pixel response parsing failed. Please check if your pixel is connected.', e );
                }
            }

            var radio = window.nfRadio
                || ( window.Backbone && window.Backbone.Radio );
            if ( radio && radio.channel ) {
                radio.channel( 'forms' ).on( 'submit:response', runPixelCode );
            }

            if ( window.jQuery ) {
                window.jQuery( document ).on(
                    'nfFormSubmitResponse',
                    function ( event, data ) {
                        if ( data && data.response ) {
                            runPixelCode( data.response );
                        }
                    }
                );
            }
        })();
        </script>
        <!-- End Meta Pixel Event Code -->
                <!-- Meta Pixel Event Code -->
        <script type='text/javascript'>
        (function ( $ ) {
            if ( ! $ || typeof document === 'undefined' ) {
                return;
            }
            // WPForms triggers this jQuery event and passes the AJAX response object.
            $( document ).on( 'wpformsAjaxSubmitSuccess', function ( event, data ) {
                if ( data && data.data && data.data.fb_pxl_code ) {
                    try {
                        new Function( data.data.fb_pxl_code )();
                    } catch ( e ) {
                        console && console.warn && console.warn( 'Meta Pixel eval failed', e );
                    }
                }
            } );
        })( window.jQuery );
        </script>
        <!-- End Meta Pixel Event Code -->
        			<script type="text/javascript">
				(function () {
					if (window.LS_AFF_IS_LOADED || window.__LS_SEQ_LOADER__) {
						return;
					}
					window.__LS_SEQ_LOADER__ = true;

					var lsSources = [
						"https:\/\/js.codedrink.com\/snippet.min.js?ver=354.20260512",
						"https:\/\/www.hipmamasplace.com\/?7fe8955595e6dccaf64afc101ccc63b9=1&ver=354.20260512"					];

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

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

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

					lsLoadNext();
				})();
			</script>
			<script type="text/javascript">
				(function(){
					var lsInitialized = false;
					function lsDoInit(detail){
						if (lsInitialized) return;
						lsInitialized = true;
						try {
							(detail && detail.init ? detail : (window.LSAFFEvents || {})).init({
								'lsid': 'ls-759rp7spij4cgjk2kqpjh467hd',
								'pid': '48750',
								'ipa': '',
								'performance': '1',
								'matching': '1',
								'mobile_deep_linking': '1',
								'international_click': '1',
							});
						} catch (err) {}
					}

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

					if (window.LSAFFEvents && typeof window.LSAFFEvents.init === 'function') {
						lsDoInit(window.LSAFFEvents);
					} else {
						document.addEventListener('LSAFFEventLoaded', function(e){
							lsDoInit(e.detail);
						}, { once: true });
						lsStartPolling();
					}
				})();
			</script>
			<script type='text/javascript' src='//assets.pinterest.com/js/pinit.js' data-pin-hover='true'></script>
<script type='text/javascript'>jQuery(document).ready(function($) {$(".flexslider").flexslider({controlsContainer: "#genesis-responsive-slider",animation: "slide",directionNav: 1,controlNav: 1,animationDuration: 800,slideshowSpeed: 4000    });  });</script>    <!-- Meta Pixel Event Code -->
    <script type='text/javascript'>
        document.addEventListener( 'wpcf7mailsent', function( event ) {
        if( "fb_pxl_code" in event.detail.apiResponse){
            eval(event.detail.apiResponse.fb_pxl_code);
        }
        }, false );
    </script>
    <!-- End Meta Pixel Event Code -->
        <div id='fb-pxl-ajax-code'></div><style type="text/css" media="screen"></style><!-- Custom Feeds for Instagram JS -->
<script type="text/javascript">
var sbiajaxurl = "https://www.hipmamasplace.com/wp-admin/admin-ajax.php";

</script>
<script id="feast-public-js-js-extra">
var feastJSData = {"yoastFaqEnabled":"1"};
//# sourceURL=feast-public-js-js-extra
</script>
<script src="https://www.hipmamasplace.com/wp-content/plugins/feast-plugin/assets/js/dev/feast-public-js.js?ver=15.1.5" id="feast-public-js-js"></script>
<script src="https://www.hipmamasplace.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script src="https://www.hipmamasplace.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script src="https://www.hipmamasplace.com/wp-includes/js/dist/url.min.js?ver=9e178c9516d1222dc834" id="wp-url-js"></script>
<script src="https://www.hipmamasplace.com/wp-includes/js/dist/api-fetch.min.js?ver=3a4d9af2b423048b0dee" id="wp-api-fetch-js"></script>
<script id="wp-api-fetch-js-after">
wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://www.hipmamasplace.com/wp-json/" ) );
wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "d08d7e0166" );
wp.apiFetch.use( wp.apiFetch.nonceMiddleware );
wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );
wp.apiFetch.nonceEndpoint = "https://www.hipmamasplace.com/wp-admin/admin-ajax.php?action=rest-nonce";
//# sourceURL=wp-api-fetch-js-after
</script>
<script id="ultp-script-js-extra">
var ultp_data_frontend = {"url":"https://www.hipmamasplace.com/wp-content/plugins/ultimate-post/","active":"","ultpSavedDLMode":"ultplight","ajax":"https://www.hipmamasplace.com/wp-admin/admin-ajax.php","security":"ffb645b881","home_url":"https://www.hipmamasplace.com","dark_logo":""};
//# sourceURL=ultp-script-js-extra
</script>
<script src="https://www.hipmamasplace.com/wp-content/plugins/ultimate-post/assets/js/ultp.min.js?ver=5.0.16" id="ultp-script-js"></script>
<script src="https://www.hipmamasplace.com/wp-content/plugins/ultimate-post/assets/js/ultp-youtube-gallery-block.js?ver=5.0.16" id="ultp-youtube-gallery-block-js"></script>
<script src="https://www.hipmamasplace.com/wp-content/plugins/genesis-responsive-slider/assets/js/jquery.flexslider.js?ver=1.0.1" id="flexslider-js"></script>
<script id="wd-asl-ajaxsearchlite-js-before">
window.ASL = typeof window.ASL !== 'undefined' ? window.ASL : {}; window.ASL.wp_rocket_exception = "DOMContentLoaded"; window.ASL.ajaxurl = "https:\/\/www.hipmamasplace.com\/wp-admin\/admin-ajax.php"; window.ASL.backend_ajaxurl = "https:\/\/www.hipmamasplace.com\/wp-admin\/admin-ajax.php"; window.ASL.asl_url = "https:\/\/www.hipmamasplace.com\/wp-content\/plugins\/ajax-search-lite\/"; window.ASL.detect_ajax = 1; window.ASL.media_query = 4781; window.ASL.version = 4781; window.ASL.pageHTML = ""; window.ASL.additional_scripts = []; window.ASL.script_async_load = false; window.ASL.init_only_in_viewport = true; window.ASL.font_url = "https:\/\/www.hipmamasplace.com\/wp-content\/plugins\/ajax-search-lite\/css\/fonts\/icons2.woff2"; window.ASL.highlight = {"enabled":false,"data":[]}; window.ASL.analytics = {"method":0,"tracking_id":"","string":"?ajax_search={asl_term}","event":{"focus":{"active":true,"action":"focus","category":"ASL","label":"Input focus","value":"1"},"search_start":{"active":false,"action":"search_start","category":"ASL","label":"Phrase: {phrase}","value":"1"},"search_end":{"active":true,"action":"search_end","category":"ASL","label":"{phrase} | {results_count}","value":"1"},"magnifier":{"active":true,"action":"magnifier","category":"ASL","label":"Magnifier clicked","value":"1"},"return":{"active":true,"action":"return","category":"ASL","label":"Return button pressed","value":"1"},"facet_change":{"active":false,"action":"facet_change","category":"ASL","label":"{option_label} | {option_value}","value":"1"},"result_click":{"active":true,"action":"result_click","category":"ASL","label":"{result_title} | {result_url}","value":"1"}}};
//# sourceURL=wd-asl-ajaxsearchlite-js-before
</script>
<script src="https://www.hipmamasplace.com/wp-content/plugins/ajax-search-lite/js/min/plugin/merged/asl.min.js?ver=4781" id="wd-asl-ajaxsearchlite-js"></script>
<script id="q2w3_fixed_widget-js-extra">
var q2w3_sidebar_options = [{"use_sticky_position":false,"margin_top":0,"margin_bottom":0,"stop_elements_selectors":"","screen_max_width":0,"screen_max_height":0,"widgets":[]}];
//# sourceURL=q2w3_fixed_widget-js-extra
</script>
<script src="https://www.hipmamasplace.com/wp-content/plugins/q2w3-fixed-widget/js/frontend.min.js?ver=6.2.3" id="q2w3_fixed_widget-js"></script>
</body></html>
