/*! 
Theme Name: Slice of Happiness
Theme URL: https://www.mysliceofhappiness.com
Description: Custom responsive blog theme by Purr.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

/*! RESET
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

input[type="submit"], input[type="text"], input[type="search"] {
	-webkit-appearance: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*! MAIN CONTAINER */

.container {
	max-width: 100%;
	margin: 0 auto;
}

/*! COLUMN WIDTH ON DISPLAYS +768px */

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 320px - 4%);
		width: -webkit-calc(100% - 320px - 4%);
		width: calc(100% - 320px - 4%);
		max-width: 728px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}
}
.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1180px;
}

.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #363734;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #f7efea;
	background-color: #f7efea;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

/*!---------STRUCTURE---------*/


@font-face {
	font-family: 'qualion_round';
	src: url('fonts/qualionround-extrabold-webfont.woff2') format('woff2'),
		 url('fonts/qualionround-extrabold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback
}
@font-face {
	font-family: 'brown_sugar';
	src: url('fonts/brown_sugar-webfont.woff2') format('woff2'),
		 url('fonts/brown_sugar-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback
}


body {
	font-family: Georgia, "Palatino", "Source Serif Pro", "Hoefler Text", Times, serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.65;
	color: #363734;
	margin: 0;
	background-color: #fbf7f4;
}

a, input[type=submit], button {
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
	/*Desktop Link Transitions*/
	@supports not (-webkit-touch-callout: none) {
		a, input[type=submit], button, #submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .page-template-full-width .wp-block-columns button, .items .item .title, .item .title, .items .item img, .home-section .item a.overlay .title, .search-form .search-submit svg, #main li a, .openBtn, .home-section.about .image .featured a .inline, .home-section.about .image .featured a img {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
	}
a:link, a:visited, a:active {
	color: #e21079;
	text-decoration: underline;
}

a:hover {
	color: #ff6ca8;
}

	.post-content a, .page-content a, .cat-desc a, .archiveslist a {
		color: #363734;
		font-weight: bold;
		text-decoration: none;
		background: linear-gradient(#ffcd07, #ffcd07) 0 100% / 100% 6px no-repeat;	
	}
		.post-content a:hover, .post-content a:focus, .page-content a:hover, .page-content a:focus, .cat-desc a:hover, .cat-desc a:focus, .archiveslist a:hover, .archiveslist a:focus {
			color: #363734;
			background: linear-gradient(#f1aee3, #f1aee3) 0 100% / 100% 20px no-repeat;	
		}
		.post-content a span[style] {
			text-decoration: none !important;
		}

p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6, .wp-block-search label {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	line-height: 1.2;
	font-weight: bold;
	margin: 25px 0;
	color: #363734;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}
	.post-content h2, .page-content h2, h2.line {
		margin-top: 35px;
		margin-bottom: 25px;
	}
		.post-content>h2:after {
			content: "";
			display: block;
			background: linear-gradient(90deg, #f1aee3, #f090ce, #ef70b4, #ec4a96, #fc4076, #ff6b55, #ff9c31, #ffcd07);
			-webkit-mask-image: url(images/divider.svg);
			mask-image: url(images/divider.svg);
			mask-repeat: repeat-x;
			-webkit-mask-size: auto 8px;
			mask-size: auto 8px;
			width: 100%;
			height: 18px;
			margin: 10px 0 0;
		}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2, .wp-block-media-text h2 {
				border: none;
				background: none;
				padding-bottom: 0;
			}
		.page-content h2.block-title {
			padding: 0;
			border: none;
		}
	.home-section .block-title {
		
	}
	.divider, .latest {
		font-size: 30px;
		text-transform: uppercase;
		letter-spacing: .08em;
		margin: 0 0 20px;
	}
		.divider {
			display: flex;
			align-items: center;
			align-content: center;
			gap: 6px;
		}
			.divider:after {
				display: block;
				content: "";
				background: linear-gradient(90deg, #f1aee3, #f090ce, #ef70b4, #ec4a96, #fc4076, #ff6b55, #ff9c31, #ffcd07);
				-webkit-mask-image: url(images/divider.svg);
				mask-image: url(images/divider.svg);
				mask-repeat: repeat-x;
				-webkit-mask-size: auto 8px;
				mask-size: auto 8px;
				height: 8px;
				flex: 1 1 auto;
				margin-left: 5px
			}
			.latest:after {
				
			}
		.divider em {
			font-family: "brown_sugar", cursive;
			text-transform: lowercase;
			letter-spacing: normal;
			font-weight: bold;
			font-style: normal;
			font-size: 135%;
			line-height: .1;
			position: relative;
			top: -6px;
		}
			.sidebar .divider em {
				top: 0;
			}
			
	.sidebar .divider {
		display: block;
		text-align: center;
		font-size: 22px;
		margin-bottom: 15px;
	}
		.sidebar .divider:after {
			display: none;
		}
	
	.subtitle {
		font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: .2em;
		display: block;
		margin: 0 0 10px;
		color: #ea3285;
	}
	
h3 {
	font-size: 24px;
}
	
	.post-content h3, .page-content h3 {
		margin-top: 30px;
	}
h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #f7efea;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #f7efea;
	border-bottom: none !important;
	margin: 45px auto;
}

	hr.is-style-wide, hr.wp-block-separator {
		width: 100%;
		margin: 45px auto;
		border-top: 1px solid #f7efea;
	}
	hr.is-style-default {
		width: 150px;
		margin: 45px auto;
		border-top: 1px solid #f7efea;
	}
	.wp-block-columns hr {
		width: 25%;
		margin: 25px auto;
		border-top: 1px solid #f7efea;
	}

/*!---------HEADER---------*/
.top-bar {
	background: linear-gradient(90deg, #f1aee3, #f090ce, #ef70b4, #ec4a96, #fc4076, #ff6b55, #ff9c31, #ffcd07);
	-webkit-mask-image: url(images/wavy-top.svg);
	mask-image: url(images/wavy-top.svg);
	mask-repeat: repeat-x;
	mask-position: bottom center;
	-webkit-mask-size: 1381px 18px;
	mask-size: 1381px 18px;
	min-height: 18px;
}
	
.header {
	text-align: center;
	position: relative;
	z-index: 201;
	margin-bottom: 25px;
}
	body.home .header {
		margin: 0;
	}
.header .logo {
	overflow: hidden;
	width: 324px;
	float: left;
	margin: 25px 0 25px;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
	
.header .top-stuff {
	margin-top: 25px;
	flex-shrink: 1;
	display: flex;
	align-items: center;
	text-align: right;
	float: right;
	gap: 15px
}
	.header .header-search {
		flex-basis: 180px;
		flex-grow: 1;
	}
	.header .social {
	}
	.header #top {
	}

.header #main {
	margin: 25px -9px 0 0;
	float: right;
	clear: right;
}
	
/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content img[width="683"], .post-content .size-large img {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.wp-block-image .aligncenter {
		display: block !important;
	}
		.wp-block-image .aligncenter img {
			margin-left: auto;
			margin-right: auto;
		}
	.post-content .size-large .dpsp-pin-it-wrapper {
		width: 100% !important;
	}
.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 10px 35px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		color: #ff6ca8;
		height: 8px;
		width: 8px;
		margin-left: -20px;
		margin-right: 10px;
		position: relative;
		top: 0px;
		text-align: center;
		background: #ff6ca8;
		border-radius: 50%;
	}
		.span_content ul li:nth-child(3n+1):before {
			background: #d8d79a;
		}
		.span_content ul li:nth-child(3n+2):before {
			background: #eee4da;
		}
		.span_content ul li:nth-child(3n+3):before {
			background: #ffcd07;
		}

.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol {
	counter-reset:li;
}
	.span_content ol[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol[start="10"] {
		counter-reset:li 9;
	}
.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #ffffff;
	background-color: #ea3285;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	left: -24px;
	top: 2px;
	transform: translateX(-50%);
	line-height: 28px;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

	.span_content ol ul li {
		list-style-type: none;
	}
.video-container {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


h1.page-title, h1.archive-title, h2.page-title, h2.archive-title, .span_content>h1 {
	margin: 0 0 20px;
}

h1.page-title {

}

/*!---------SIDEBAR---------*/

.social a {
	color: #ffffff;
	background-color: #ea3285;
	font-size: 16px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	padding: 0px;
	margin: 0 2px;
}
	.social a:hover {
		opacity: 0.7;
		transform: rotate(-15deg);
	}
	.sidebar .social {
		text-align: center;
		margin: -25px 0 55px;
	}
	.social a:nth-child(1) {
		background-color: #ea3285;
	}
	.social a:nth-child(2) {
		background-color: #f1aee3;
	}
	.social a:nth-child(3) {
		background-color: #ffcd07;
	}
	.social a:nth-child(4) {
		background-color: #ff6e4f;
	}


/*!---------POSTS---------*/

h1.post-title, h2.post-title {
	margin: 8px 0 5px;
}

.post-meta {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #727371;
	margin: 0 0 20px;
}
.post-meta a {
	color: #727371;
	font-weight: bold;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #ff6ca8;
		text-decoration: underline;
	}
.post-meta.post-cat {
	margin: 0;
	color: #ea3285;
}
	.post-meta.post-cat a {
		font-weight: bold;
		display: inline-block;
		margin: 0;
		background-color: #ff6ca8;
		color: #363734;
		font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: .12em;
		font-size: 12px;
		line-height: 1.2;
		padding: 14px 16px 10px 20px;
		white-space: nowrap;
		clip-path: polygon(0 8%, 100% 0, 97% 100%, 6% 96%);
	}
		.post-meta.post-cat a:hover {
			background-color: #ff6ca8;
			text-decoration: none;
		}
		.items-4-col .post-meta.post-cat a {
			letter-spacing: .1em;
			font-size: 10px;
			padding: 13px 14px 9px 18px;
		}
.post-meta .post-meta-info {
	display: inline-block;
}
.post-meta .avatar {
	border-radius: 50%;
	width: 36px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.post-meta em {
	letter-spacing: normal;
	font-family: Georgia, "Palatino", "Source Serif Pro", "Hoefler Text", Times, serif;
	text-transform: none;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
}
	.meta-bottom a {
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #6E6F6D;
		background-color: #f7efea;
		text-transform: uppercase;
		letter-spacing: .075em;
		text-decoration: none !important;
		padding: 9px 10px 7px 12px;
		border-radius: 12px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #ea3285;
			color: #363734;
		}
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #727371;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none !important;
	box-shadow: none !important;
	border: none;
	display: inline-block !important;
}

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background-color: #363734;
}

.disclosure, .disclosure-top, small, .tasty-links-general-disclaimer {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-size: 12px;
	color: #ea3285;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
	.disclosure-top {
		margin: 0;
		display: inline-block;
	}
	.disclosure-bottom {
		margin: 10px 0 0;
		text-align: center;
	}
a.more-link {
	font-size: 13px;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	color: #363734;
	background: linear-gradient(#ffcd07, #ffcd07) 0 100% / 100% 3px no-repeat;	
	margin: 0px;
	padding: 3px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
	a.more-link:hover, a.more-link:focus {
		color: #ea3285;
		background: linear-gradient(#ffcd07, #ffcd07) 0 100% / 100% 6px no-repeat;	
	}
	.home-section .more {
		margin-top: 30px;
		text-align: center
	}
	.more-link i {
		color: #ea3285;
	}
	@media ( min-width : 600px ) {
		
	}

	
#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
		left: 2px !important;
	}
	#dpsp-content-top, #dpsp-content-bottom, .dpsp-shortcode-wrapper {
		text-align: center;
	}
	#dpsp-content-top ul {
		
	}
	#dpsp-content-bottom ul, .dpsp-shortcode-wrapper ul {
		margin: 0 auto !important;
		padding: 0 !important;
		display: inline-block;
		width: auto;
		text-align: center;
	}
		#dpsp-content-top ul li, #dpsp-content-bottom ul li, .dpsp-shortcode-wrapper ul li {
			display: inline-block;
			float: none;
			padding: 0 !important;
			margin: 0 3px !important
		}
		
	.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
			top: -0px;
			left: -0px;
			width: 36px;
			height: 36px;
		}
		.dpsp-network-icon-inner {
			position: relative;
			top: -2px;
		}
	
	/*!Next/prev Posts*/
	
	.post-nav {
		line-height: 1.4;
		text-decoration: none;
		margin: 30px 0 100px;
		padding: 20px 2px 20px;
		overflow: hidden;
		font-size: 21px;
		line-height: 1.2;
		font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
		border-top: 1px solid #f7efea;
		border-bottom: 1px solid #f7efea;
	}
	
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	
	.post-nav a {
		color: #363734;
		text-decoration: none;
	}
	
	.post-nav .nav-previous {
		float: left;
		width: 48%;
	}
	
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
	.post-nav div a {
		color: #363734
	}
	.post-nav div a:hover {
		color: #ff6ca8;
	}
	
	.post-nav em {
		display: block;
		font-size: 11px;
		font-style: normal;
		font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: .12em;
		font-weight: bold;
		color: #ea3285;
		padding: 0 0 5px;
	}

/*! Gutenberg Blocks */

.span_content_full .page-content {

}

.fullwidth, .alignfull, .alignwide, .span_content_full .page-content .home-section.has-background {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: 100vw;
}
	.alignfull .wp-block-group__inner-container {
		margin: 0 auto 0;
		padding: 0 20px;
		width: 100%;
		max-width: 1180px;
	}
	
@media ( min-width : 1140px ) {
	.alignwide {
		margin-left: calc( -1140px / 2 + 100% / 2 );
		margin-right: calc( -1140px / 2 + 100% / 2 );
		max-width: 1140px;
		width: 1140px;
	}
}

.wp-block-image {
	margin: 30px 0;
}
.wp-block-gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}
.wp-block-buttons {
	margin-top: 30px;
	margin-bottom: 30px; 
}
	.wp-block-group.has-background .wp-block-buttons {
		margin: 0;
	}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	figure.wp-block-gallery.has-nested-images {
		--wp--style--gallery-gap-default: 20px; 
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		background: #ffffff;
		color: #727371;
		font-size: 16px;
		margin: 0;
		max-height: auto;
		padding: 10px;
		line-height: 1.4;
		position: relative;
		text-align: center;
		width: 100%;
		text-shadow: unset !important;
	}
	.wp-block-image>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: block;
		background: #ffffff;
		color: #727371;
		font-size: 16px;
		margin: 0;
		padding: 10px;
		line-height: 1.5;
		text-align: center;
	}
.post .wp-block-group.has-background, .post .has-background {
	padding: 15px 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.wp-block-group.has-border-color {
	border: 3px solid
}

	.wp-block-media-text.has-background {
		padding: 0;
	}
	ol.has-background, ul.has-background {
		padding: 20px 30px 15px;
	}
		.has-background li:last-child {
			margin-bottom: 0;
		}
	p.has-background {
		padding: 20px 30px;
	}
	.wp-block-group.has-background h2, .wp-block-group.has-background h3 {
		margin-top: 20px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background, .wp-block-group.has-background h3.has-background {
			margin: -15px -30px 10px;
			padding: 20px 30px;
		}
		
	.has-darkpink-background-color {
		background-color: #ea3285;
		color: #ffffff;
	}
	.has-pink-background-color {
		background-color: #ff6ca8;
	}
	.has-orange-background-color {
		background-color: #ff6e4f;
	}
	.has-yellow-background-color {
		background-color: #ffcd07;
	}
	.has-purple-background-color {
		background-color: #f1aee3;
	}
	.has-taupe-background-color {
		background-color: #f7efea;
	}
	.has-lighttaupe-background-color {
		background-color: #fbf7f4;
	}
	
	.has-black-background-color {
		background-color: #363734;
		color: #ffffff;
	}
		.has-black-background-color h2 {
			color: #ffffff;
		}
	.has-gray-background-color {
		background-color: #727371;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 1px solid #f7efea;
	}
	.has-gradient-background-color {
		background: linear-gradient(90deg, #f1aee3, #f090ce, #ef70b4, #ec4a96, #fc4076, #ff6b55, #ff9c31, #ffcd07)
	}
	
	.has-darkpink-color {
		color: #ea3285;
	}
	.has-pink-color {
		color: #ff6ca8;
	}
	.has-lightpink-color {
		color: #ffe2ee;
	}
	.has-green-color {
		color: #ffcd07;
	}
	.has-taupe-color {
		color: #eee4da;
	}
	.has-lighttaupe-color {
		color: #f7efea;
	}

	.has-black-color {
		color: #363734;
	}
	.has-gray-color {
		color: #ea3285;
	}
	.has-white-color {
		color: #ffffff;
	}

p.stars {
	margin: 65px 0 40px !important;
	font-style: italic;
	position: relative;
	border-radius: 50px;
}
	p.stars:before {
		content: "";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='54px' height='54px' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath fill='%23a27fb2' d='M12.712,1.942l2.969,6.015l6.638,0.965c0.651,0.095,0.911,0.895,0.44,1.354l-4.804,4.682l1.134,6.612c0.111,0.649-0.57,1.143-1.152,0.837L12,19.286l-5.938,3.122C5.48,22.714,4.799,22.219,4.91,21.57l1.134-6.612l-4.804-4.682c-0.471-0.459-0.211-1.26,0.44-1.354l6.638-0.965l2.969-6.015C11.579,1.352,12.421,1.352,12.712,1.942z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
		background-size: 20% auto;
		background-repeat: repeat-x;
		width: 220px;
		height: 50px;
		margin: 5px auto 10px;
		color: #ff6ca8;
		display: block;
		z-index: 10;
	}

.wp-block-quote {
	padding: 20px 45px;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
	.wp-block-quote p {
		position: relative;
		z-index: 11;
	}

.wp-block-quote cite {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin-bottom: 15px;
	}
	
.wp-block-quote {
	padding: 20px 45px;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
.wp-block-quote p {
	position: relative;
	z-index: 11;
	margin: 15px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin: 0 0 10px;
}

/*FAQ*/
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #363734;
	background-color: #ffcd07;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	margin-left: -40px;
	margin-right: 8px;
	top: 6px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
}

/*!---------POST ITEM GRIDS---------*/

.items {
	display: grid;
	gap: 2vw;
	row-gap: 2vw;
	margin: 0;
}
	.items-2-col {
		grid-template-columns: repeat(2, 1fr);
		gap: 3vw;
		row-gap: 3vw;
	}
	.items-3-col {
		grid-template-columns: repeat(3, 1fr);
	}
		.latest-posts .items-3-col {
			gap: 3vw;
			row-gap: 3vw;
		}
		.archives.items-3-col {
			gap: 1.5vw;
			row-gap: 1.5vw;
		}
	.items-4-col {
		gap: 2vw;
		grid-template-columns: repeat(4, 1fr);
	}
		.image-blocks.items-4-col {
			gap: 1.5vw;
		}
		.post-content .items-4-col {
			gap: 20px;
		}
		.sidebar .items-4-col {
			gap: 15px;
			row-gap: 15px;
			grid-template-columns: repeat(2, 1fr);
			grid-template-columns: repeat( auto-fit, minmax(40%, 1fr) );
		}
	.items-5-col {
		gap: 1.5vw;
		grid-template-columns: repeat(5, 1fr);
	}
		
	.items-6-col {
		gap: 1.5vw;
		grid-template-columns: repeat(6, 1fr);
	}
	.items-7-col {
		gap: 1vw;
		grid-template-columns: repeat(7, 1fr);
	}
	.items-8-col {
		gap: 1vw;
		grid-template-columns: repeat(8, 1fr);
	}
	
.items .item {
	text-align: center;
	position: relative;
}
	.items .item {
		background-color: #ffffff;
		padding-bottom: 3%;
	}
		.image-blocks .item {
			background: none;
			padding: 0;
		}
		.items .item .title, .items .item p {
			padding-left: 4%;
			padding-right: 4%;
		}
.item .title {
	margin: 10px 0 0;
	word-wrap: break-word;
	clear: both;
}
	.items-2-col .item .title, .items-3-col .item .title {
		font-size: 31px;
		font-size: clamp(18px, 3.25vw, 31px);
	}
		.archives.items-3-col .item .title, .post-content .items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(16px, 2vw, 20px);
			padding: 0;
		}
	.items-4-col .item .title {
		font-size: 20px;
		font-size: clamp(16px, 1.8vw, 20px);
	}
		.sidebar .items .item .title {
			font-size: 18px;
		}
		.post .items-4-col .item .title {
			font-size: clamp(12px, 1.6vw, 16px);
		}
	.items-5-col .item .title, .items-6-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 16px);
	}

	.items-7-col .item .title, .items-8-col .item .title {
		text-align: center;
		font-size: 1.5vw;
		font-size: clamp(9px, 1.5vw, 12px);
		font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-weight: bold;
		margin: 10px 0 0;
	}

.item .title {
	text-decoration: none;
	color: #363734;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		background: none;
		color: #363734;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #ea3285;
		background: none;
		border: none !important;
		box-shadow: none !important;
	}


.page_content .items h2 {
	padding: 0;
	border: none;
}
.items .item a {
	text-decoration: none;
}
.items .item a.block {
	display: block;
	width: 100%;
}

.item .image {
	position: relative;
}
.items .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.items.items-6-col .icon img, .items.items-7-col .icon img, .items.items-8-col .icon img {
		border-radius: 50%;
	}
	.items .item a:hover img {
		opacity: 0.85;
	}
.item .more {
	
}

.item .excerpt {
	font-size: 95%;
	line-height: 1.6;
	margin: 0;
}
	.item .excerpt p {
		margin: 15px 0;
	}
	.shop .item .excerpt {
		font-size: 80%;
	}


.item .post-cat {
	margin: -18px 0 10px;
	position: relative;
	z-index: 12;
}
	.teaser-post.item .post-cat {
		margin: -20px 0 10px;
	}
.teaser-post .title {
	margin: 8px 0 20px;
}
.teaser-post .excerpt {
	margin: 20px 0 20px;
}
.teaser-post .more {
	text-align: center;
	margin: 25px 0 0	
}
.item .wprm-recipe-rating {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 20px;
}



.post-content .block-section {
	margin: 45px 0;
}
	.post-content .block-section.has-background {
		padding: 25px;
	}
	.post-content .block-section .wrap {
		padding: 0;
	}
.post-content .featured-posts-block {
	padding: 0;
}
.post-content .featured-posts-block.has-background {
	padding: 5px 4% 15px;
}
	.post-content .featured-posts-block.has-background .more {
		margin: 10px 0 15px;
	}
	.post-content .featured-posts-block .block-title {
		font-size: 24px;
		margin: 15px 0 15px;
		padding: 0;
		border: none;
		background: none;
	}
		.post-content .featured-posts-block .block-title:after {
			display: none;
		}
	.post-content .featured-posts-block .description {
		text-align: center;
		font-size: 92%;
	}

.post-content .featured-posts-block .more {
	text-align: center;
	margin-top: -5px;
	margin-bottom: 5px;
}
.post-content .featured-posts-block a {
	box-shadow: none;
	border: none;
}
.page-content .featured-posts-block .item .title {
	margin-bottom: 0;
}

/*!----Homepage Styles----*/

.upper-home-sections {
	clear: both;
	overflow: visible;
	margin-bottom: 4vw;
}
.lower-home-sections {
	clear: both;
	margin-top: 4vw;
}
.recipe-index-sections {
	clear: both;
	margin-bottom: 5vw;
}
	
.home-sections {
	display: flex;
	flex-flow: column;
	gap: 7vw;
}
	.upper-home-sections.home-sections {
		gap: 0vw;
	}
	
.home-section {
	clear: both;
	position: relative;
}
	
.home-section .wrap {
	position: relative;
}
	.page-content .home-section .wrap {
		padding: 0;
	}
	.home-sections .home-section.has-background {
		border: none;
		position: relative;
		padding: 4vw 0;
	}
	.upper-home-sections .home-section {
		margin: 0;
	}
	.upper-home-sections .home-section:not(.has-background) {
		padding: 0 0 4vw !important;
	}
	.upper-home-sections .home-section.has-background {
		padding: 30px 0;
	}
	.upper-home-sections>.home-section:first-child {
		background-image: url(images/slice-white.svg);
		background-repeat: no-repeat;
		background-size: 25% auto;
		background-position: top 50px left -2%;
	}
	body {
		background-image: url(images/slice-white.svg);
		background-repeat: no-repeat;
		background-size: 25% auto;
		background-position: top -25px right -2%;
	}


.home-section.featured-posts-block p.description, .featured-posts-block p.description {
	margin: 0px 0 25px;
	text-align: left;
}


.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,50%);
		display: inline-block;
		margin: 0;
		background-color: #ffcd07;
		color: #363734;
		font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: .12em;
		font-size: 12px;
		padding: 14px 18px 10px 20px;
		white-space: nowrap;
		clip-path: polygon(0 0, 100% 11%, 97% 100%, 2% 89%);
	}
		.home-section .item:nth-child(4n+1) a.overlay .title {
			background-color: #ffcd07;
			clip-path: polygon(0 0, 100% 11%, 97% 100%, 2% 89%);
		}
		.home-section .item:nth-child(4n+2) a.overlay .title {
			background-color: #ff6ca8;
			clip-path: polygon(5% 0, 93% 7%, 97% 100%, 0 88%);
			padding-left: 18px;
		}
		.home-section .item:nth-child(4n+3) a.overlay .title {
			background-color: #f1aee3;
			clip-path: polygon(0 8%, 100% 0, 97% 100%, 6% 96%);

		}
		.home-section .item:nth-child(4n+4) a.overlay .title {
			background-color: #ff6e4f;
			clip-path: polygon(0 0, 96% 8%, 100% 87%, 2% 100%);
			padding-left: 18px;

		}
		
		.home-section .item a.overlay:hover .title {
			transform: translate(-50%,50%) rotate(-5deg);
		}

.home-sections .home-section.about {
	background-image: url(images/slice-yellow.svg), url(images/slice-pinkpurple.svg);
	background-repeat: no-repeat, no-repeat;
	background-size: auto 65%, auto 100%;
	background-position: bottom 8% left -15%, top 50px right -28%;
}
.home-sections .about .widget-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
}
	.home-sections .about .caption {
		text-align: left;
		flex-basis: 55%;
		order: 2;
	}
	.home-sections .about .caption .block-title {
		text-align: left;
		text-transform: none;
		font-size: 60px;
		font-size: 4.2vw;
		font-size: clamp(24px, 4.2vw, 61px);
		margin: 0 0 20px -18%;
		position: relative;
		z-index: 11;
	}
		.home-sections .about .caption .block-title em {
			font-family: "brown_sugar", cursive;
			text-transform: none;
			letter-spacing: normal;
			font-weight: bold;
			font-style: normal;
			font-size: 135%;
			line-height: .1;
			position: relative;
			top: 0px;
			background: url(images/swoosh.svg) no-repeat center bottom;
			background-size: 100% auto;
		}
	.home-sections .about .caption p {
		margin: 15px 0 25px 12%;
		line-height: 1.5;
	}
	.home-sections .about .caption p:first-of-type {
		font-size: 115%;
	}
	.home-sections .about .caption .more {
		margin: 20px 0 0 12%;
		text-align: left;
	}
	.home-sections .about .image {
		flex-basis: 45%;
		position: relative;
		order: 1;
		margin: 0;
	}
		.home-section.about .image img {
			width: 100%;
			height: auto;
		}

.home-section.subscribe.has-background {
	padding-top: 25px;
	padding-bottom: 25px;
}
	.home-section.subscribe.has-taupe-background-color {
		padding-top: 45px;
		padding-bottom: 45px;
		background: #f7efea url(images/subscribe-bg.svg) no-repeat;
		background-size: 105% auto;
		background-position: center;
	}
.optin-content {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 15px;
	margin: 0 auto;
}
	.sidebar .optin-content {
		display: block;
	}
	.optin-content .caption {
		flex-basis: auto;
		flex-shrink: 1;
		padding: 35px 0 35px 0px;
	}
		.has-gradient-background-color .optin-content .caption {
			background: url(images/slice-trans.svg) no-repeat left 35% center;
			background-size: auto 100%;
		}
		.sidebar .optin-content .caption {
			display: block;
			background: none;
			padding: 0;
		}
	.optin-content .caption .block-title {
		margin: 0;
		white-space: nowrap;
		font-size: 30px;
		text-align: center;
	}
		.sidebar .optin-content .block-title {
			margin-bottom: 10px;
			font-size: 24px;
			white-space: unset;
		}
			.sidebar .optin-content .block-title em {
				top: 0;
			}
	.optin-content .caption p {
		margin: 10px 0 15px;
		font-size: 18px;
		line-height: 1.4;
	}
	.optin-content .form {
		flex-shrink: 1;
		flex-grow: 1;
		flex-basis: auto;
	}

.subscribe.with-image {
	overflow: hidden;
	position: relative;
}
.subscribe.with-image .background-image {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	height: auto;
	object-fit: cover;
	padding: 0;
	width: 100%;
	min-height: 100%;
	z-index: 1;
}
	.subscribe.with-image .background-image img {
		width: 100%;
		height: auto;
	}
	.subscribe.with-image .optin-content {
		position: relative;
		z-index: 11;
		margin: 10% auto;
		background-color: rgba(255,255,255,.8);
		border-radius: 30px;
		padding: 1px 4% 5%;
		display: block;
		max-width: 900px;
	}
	.subscribe.with-image .optin-content .caption {
		background-image: none;
		padding: 0;
	}
		.subscribe.with-image .optin-content .caption:before {
			width: 100px;
			height: 100px;
			content: "";
			display: block;
			background: #ffffff url(images/icon.png) no-repeat center;
			background-size: auto 60%;
			border-radius: 50%;
			margin: -65px auto 15px;
		}
	.subscribe.with-image .optin-content .caption .block-title {
		font-size: 36px;
		margin: 0 0 15px;
	}
	.subscribe.with-image .optin-content .caption .subtitle {
		font-size: 14px;
		margin: 0 0 5px;
	}
	.subscribe.with-image .optin-content .form {
		
	}
	

.icons-block.has-background {
	padding: 0 !important;
}
	.upper-home-sections .icons-block.has-background {
		margin-top: 3vw;
	}
.icons {
	align-items: center;
	text-align: center;
	align-content: space-between;
	margin: 0 auto;
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 25px 0;
}
		
	.icons .items {
		width: -moz-calc(100% - 150px);
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px);
		margin: 0px;
	}
		.sidebar .icons .items {
			width: 100%;
		}
	
	.icons .block-title {
		margin: 0;
		padding: 0;
		text-align: center;
		width: 140px;
	}
	.icons .item .title {
		
	}
		.icons .item a:hover img {
			transform: rotate(-8deg)
		}

/*Sidebar Blocks*/			
.sidebar .home-section, .sidebar .wp-block-search {
	padding: 0;
	margin: 0 0 60px;
	text-align: center
}	
.sidebar .home-section, .sidebar .home-section .wrap {
	padding: 0;
}
	.sidebar .home-section.has-background {
		padding: 15px;
	}
	.sidebar .home-section.has-background.subscribe {
		padding: 25px;
		border-radius: 24px;
	}
	
.sidebar .about .widget-content {
	display: block;
	flex: none;
	text-align: center;
}
.sidebar .about .widget-content .image {
	padding: 0;
	flex: none;
	display: block;
	width: 100%;
	text-align: center;
}
	.sidebar .about .widget-content .image {
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
	}
		.sidebar .home-section.about .image img {
			
		}

.sidebar .about .widget-content .caption {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: center;
	width: 100%;
	clear: both;
}
	.sidebar .home-section.has-background .widget-content .caption {
		padding: 10px 15px 35px;
	}
	.sidebar .home-section .widget-content .caption .block-title {
		text-align: center;
		margin: 15px 0;
	}
	.sidebar .home-section .widget-content .caption p {
		margin: 15px 0;
		font-size: 88%;
		line-height: 1.6;
	}
	.sidebar .home-section .widget-content a.more-button {
		text-align: center;
		font-size: 12px;
	}
	.sidebar .home-section .widget-content .more {
		margin-top: 25px;
	}


/*!---------LANDING PAGE STYLES---------*/
.cat-landing {
	
}
	.no-cat-landing {
			
	}
	.cat-desc {
		
	}
.cat-image {
	float: right;
	width: 25%;
	margin: 20px 0 20px 25px;
}
	.cat-image img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 50%;
	}
	
/*!---------ARCHIVE STYLES---------*/

ul.subcategories {
	margin: 0 0 35px;
}
ul.subcategories strong, .subcats strong, .subcats h2 {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .075em;
	font-weight: bold;
	margin: 0;
	text-align: left;
	display: block;
}
ul.subcategories li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before {
		display: none;
	}
ul.subcategories ul {
	margin: 0;
}
ul.subcategories li, ul.subcategories li {
	display: inline-block
}
ul.subcategories ul li a, .subcats a {
	display: inline-block;
	font-size: 11px;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	color: #363734;
	background: #ff6ca8;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	text-decoration: none !important;
	padding: 7px 12px;
	line-height: 1.2;
	margin: 3px 2px 3px 0;
	border-radius: 14px;
}
	ul.subcategories ul li.all a {
		color: #e41b64;
		background: #ffffff;
	}
		ul.subcategories ul li.all a i {
			color: #ff6ca8
		}
	ul.subcategories ul li.current-cat a {
		color: #ffffff;
		background: #ff6ca8;
	}
	ul.subcategories ul li a:hover, ul.subcategories ul li a:focus, .subcats a:hover, .subcats a:focus {
		background: #ffcd07;
		color: #363734;
		text-decoration: none !important;
	}
		ul.subcategories ul li.all a:hover {
			color: #ffcd07;
			background: #363734;
		}

ul.archiveslist {
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 0px;
	-webkit-column-count: 4;
	-webkit-column-gap: 0px;
	column-count: 4;
	column-gap: 0px;
	padding-left: 0px !important;
}

ul.archiveslist li {
	display: block;
	margin: 0 0 10px 0px !important;
	padding: 0 10px 0 20px !important;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.4;
	font-size: 18px;
	color: #3e3f3c;
}
	ul.archiveslist li:before {
		display: inline-block;
		content: "";
		font-family: 'Font Awesome 5 Pro';
		color: #363734;
		background-color: #ffcd07;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 7px;
		width: 7px;
		margin-left: -15px;
		margin-right: 8px;
		position: relative;
		top: -2px;
		font-size: 12px;
		text-align: center;
	}

.archiveslist ul {
	margin: 8px 0 !important;
}

.archiveslist ul li {
	font-size: 15px;
	font-style: italic !important;
	margin-left: 20px !important;
}

.tagindex ul, .tagindex li {
	margin: 0 !important;
	padding: 0 !important; 
}
.tagindex li {	
	list-style-type: none !important;
}
.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 3px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	float: left;
	background: none;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	border: solid 1px #eee4da;
	color: #363734;
	text-decoration: none;
}
	.tagindex a:hover {
		background: #ea3285;
		color: #ffffff	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #ea3285;
	letter-spacing: normal;
	font-style: italic;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

.tagtitle em a {
	color: #363734;
	text-decoration: none;
}

	.tagtitle a:hover {
		color: #ff6ca8;
	}
	
.tagslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	padding-left: 10px;
	margin:	 0
	
}
	.tagslist li {
		
	}

/*!Breadcrumbs*/
.breadcrumb {
	color: #727371;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px;
}
.breadcrumb a {
	background: none !important;
	color: #727371;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: underline;
	border: none;
	box-shadow: none !important;
}
	.breadcrumb .breadcrumb_last {
		font-size: 12px;
		font-style: italic;
	}
	body.single-post .breadcrumb .breadcrumb_last {
		
	}
.breadcrumb a:hover {
	color: #ff6ca8;
}


/*!---------FORMS---------*/
.commentinput, .styledinput, .captchainput, #commentform input, .gform_wrapper input {
	color: #696969;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #f7efea;
}

.commentinput, #commentform input[type=email], #commentform input[type=text] {
	width: 100%
}

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #f7efea;
	width: 100%
}

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open, .convertkit-button, a.payhip-buy-button {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #ffffff;
	background: #363734;	
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	height: 55px;
	line-height: 60px;
	padding: 0 25px;
	border-radius: 26px;
	border: none;
	cursor: pointer;
}
	.wp-block-button a {
		height: unset;
		line-height: 1.5;
		padding: 15px 25px;
	}
	a.smbutton, button.smbutton, .wp-block-button.has-small-font-size a {
		font-size: 12px;
		height: auto;
		line-height: 1;
		padding: 15px 18px 12px;
		border-radius: 20px;
	}
	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover, .gform_wrapper .gform_button:hover, .facetwp-load-more:hover, button.facetwp-flyout-open:hover, a.convertkit-button:hover, a.convertkit-button:focus, a.payhip-buy-button:hover, a.payhip-buy-button:focus {
		background: #ea3285 !important;
		color: #ffffff;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f7efea;
	padding: 35px;
	margin-bottom: 35px;
}

.wpcf7-form .formfield {
	overflow: hidden;
	margin-bottom: 15px;
}

.wpcf7-form p {
	margin: 10px 0;
}

.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 100%;
	float: left;
}

.wpcf7-form .submit {
	clear: both;
}

.search-form {
	border: none;
	overflow: hidden;
	position: relative;
	display: block;
	align-items: center;
	border-radius: 20px;
	border: 1px solid #f7efea;
	background-color: #ffffff;
}

.span_content .search-form {
	max-width: 100%;
}
.search-form .search-field {
	color: #363734;
	font-size: 16px;
	font-family: Georgia, "Palatino", "Source Serif Pro", "Hoefler Text", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 48px;
	height: 48px;
	border: none;
	padding: 0 40px 0 20px;
	vertical-align: middle;
	width: 100%;
	border: none;
	background-color: transparent;
	border: none;
	border-bottom-left-radius: 24px;
	border-top-left-radius: 24px;
	flex-basis: auto;
	flex-grow: 1;
}
	.wp-block-search__input {
		color: #363734;
		font-size: 18px;
		font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
		font-weight: normal;
		font-style: italic;
		line-height: 50px;
		height: 50px;
		border: none;
		padding: 0 15px;
		vertical-align: middle;
		border: none;
		background-color: #ffffff;
		border: 1px solid #f7efea;
		border-radius: 20px;
	}
	.search-form .search-field:focus, .wp-block-search__input:focus {
		border: 2px solid #ff6ca8;
		outline: none;
	}
	.header .search-field {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		border-radius: 20px;
	}
	
.search-form .search-submit {
	background-color: transparent;
	font-size: 28px;
	color: #ea3285;
	width: auto;
	height: 58px;
	width: 58px;
	line-height: 58px;
	display: inline-block;
	position: relative;
	padding: 0;
	text-align: center;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	flex-shrink: 1;
	position: absolute;
	top: 0;
	right: 6px;
}

	.wp-block-search__button {
		background-color: #ea3285;
		color: #FFFFFF;
		font-weight: bold;
		font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: .075em;
		font-size: 13px;
		line-height: 50px;
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		border-radius: 20px;
		border-style: none;
		vertical-align: middle;
		text-align: center;
	}
	.search-form .search-submit svg {
		color: #ea3285;
		fill: #ea3285;
		position: relative;
		top: 4px;
	}
	.header .search-submit {
		background-color: transparent;
		color: #ea3285;
		fill: #ea3285;
		font-size: 16px;
		line-height: 45px;
		width: 40px;
		height: 40px;
		border-radius: 0;
		margin: 0;
		position: absolute;
		top: 2px;
		right: 4px;
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #ffcd07;
		fill: #ffcd07;
		cursor: pointer;
	}

/*Subscribe Forms*/


.subscribe .email-form, .subscribe .mailerlite-form-inputs {
	clear: none;
	margin: 0;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
	.sidebar .subscribe .email-form, .sidebar .subscribe .mailerlite-form-inputs {
		flex-wrap: wrap;
		background: none;
		box-shadow: none;
	}
	.formkit-fields .formkit-field, .subscribe .mailerlite-form-inputs .mailerlite-form-field {
		flex: 1 0 auto !important;
		margin: 0 !important;
	}
		.sidebar .formkit-field, .sidebar .subscribe .mailerlite-form-inputs .mailerlite-form-field {
			flex-basis: 100%;
			width: 100%;
			border-radius: 26px;
			background-color: #ffffff;
		}
	.formkit-fields .formkit-submit, .subscribe .mailerlite-form-inputs .mailerlite-subscribe-button-container {
		flex: 0 1 40% !important;
		margin: 0 !important;
	}
		.sidebar .subscribe .mailerlite-form-inputs .mailerlite-subscribe-button-container {
			flex: 0 1 1000% !important;
			margin: 0 !important;
		}
		
.subscribe .email-input, .subscribe .mailerlite-form-inputs input[type=email] {
	border: none !important;
	color: #363734;
	font-family: Georgia, "Palatino", "Source Serif Pro", "Hoefler Text", Times, serif;
	font-style: italic;
	font-size: 18px;
	height: 58px;
	line-height: 58px;
	margin: 0;
	padding: 0 20px !important;
	border-radius: 26px !important;
	background-color: #ffffff;
	width: 100%;
}
	.subscribe .mailerlite-form-inputs label {
		display: none;
	}
	.email-input:focus, .formkit-form .formkit-input:focus, .subscribe .mailerlite-form-inputs input[type=email]:focus{
		outline: none;
		color: #363734;
		background-color: #ffffff;
		border: 2px solid #ea3285 !important
	}

.subscribe .email-submit, .subscribe .mailerlite-form-inputs .mailerlite-subscribe-submit {
	border: none;
	font-size: 15px !important;
	height: 58px;
	line-height: 58px;
	font-weight: bold;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #ffffff;
	background-color: #363734 !important;
	text-align: center;
	border: none;
	display: block;
	width: 100%;
	padding: 2px 24px 0 29px !important;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 26px !important;
}
	.sidebar .subscribe .email-submit, .sidebar .subscribe .mailerlite-form-inputs .mailerlite-subscribe-submit {
		width: 100%;
	}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus, .subscribe .mailerlite-form-inputs .mailerlite-subscribe-submit:hover, .subscribe .mailerlite-form-inputs .mailerlite-subscribe-submit:focus {
		background-color: #ea3285 !important;
		color: #ffffff;
	}

.email-input::placeholder {
	color: #727371;
}
.search-field::placeholder {
	color: #727371;
}


/*MailerLite*/
.subscribe .mailerlite-form-description {
	display: none;
}

.mailerlite-form-error {
	display: block;
	position: absolute;
	background-color: #ffffff;
	color: #ff6e4f;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 5px 10px 2px;
	top: -20px;
	border-radius: 8px;
	border: 1px solid #ff6e4f;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	box-shadow: 1px 1px 5px rgba(0,0,0,.15);
}

	
/*!---------FOOTER---------*/

.footer {
	margin-top: 7vw;
	margin-bottom: 0;
}
	body.home .footer {
		
	}
	.footer a {
		color: #ea3285;
	}
		.footer a:hover {
			color: #ff6ca8
		}
	
.footer .press {
		text-align: center;
		padding: 25px 0 !important;;
	}
	.footer .press h2 {
		font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .12em;
		margin: 0 0 8px;
		text-align: left;
	}
		.footer .press .wp-block-group__inner-container {
			max-width: 1180px;
			padding: 0 20px;
			margin: 0 auto 0;
		}
	.footer .press .wp-block-image {
		margin: 0;
		flex-grow: 1;
	}
		.footer .press .wp-block-image img {
			width: 100%;
			height: auto;
			display: block;
		}
	@media ( min-width : 600px ) {
		.footer .press .press-mobile {
			display: none;
		}
	}
	@media ( max-width : 600px ) {
		.footer .press .press-desktop {
			display: none;
		}
	}

.footer .wp-block-group.has-background {
		padding: 30px 0 35px;
		text-align: center;
	}
	.footer .wp-block-group.has-background ul, .footer .wp-block-group.has-background ul li {
		margin: 0;
		padding: 0;
	}
	
.sub-footer {
	color: #727371;
	clear: both;
	padding: 15px 0;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
}
.sub-footer a {
	text-decoration: none;
	color: #727371;
}
	.sub-footer a:hover {
		color: #ff6ca8
	}

.sub-footer .footer-nav {
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 15px;
}
	.sub-footer .footer-nav .top a {
		color: #363734
	}
.copyright {
	position: relative;
	z-index: 11;
	overflow: visible;
}

.copyright p {
	margin: 0;
}
.copyright strong {
}
.copyright em {
	font-family: Georgia, "Palatino", "Source Serif Pro", "Hoefler Text", Times, serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 12px;
}
.copyright a {
	text-decoration: underline;
	color: #727371;
}

.copyright a:hover {
	color: #ff6ca8;
}

/*!---------COMMENTS---------*/

#comments, #pings {
	margin-top: 5px
}

#respond {
	margin: 80px 0;
	padding: 2% 5% 10px;
	background: #f7efea;
	border-radius: 25px;
}

	#reply-title a#cancel-comment-reply-link {
		display: none !important
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important
	}
#comment-list {
	font-size: 90%;
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #f7efea;
	list-style-type: none;
}

#comment-list li:before {
	display: none;
}

#comment-list li.bypostauthor {
	border: none;
	padding: 0;
}

#comment-list li.bypostauthor, #comment-list li.byuser {
	background-color: #f7efea;
	padding: 20px;
	border-radius: 20px;
}

#comment-list li p {
	margin: 10px 0;
	word-wrap: break-word;
}

#comment-list li p:last-of-type {
	margin-bottom: 0;
}

.comment-meta {
	margin: 0;
	font-size: 11px;
	text-align: left;
	clear: none;
	color: #6E6F6D
}

.comment-meta strong {
	font-weight: bold;
	font-size: 13px;
	color: #363734;
}

.comment-meta strong a {
	color: #363734;
	text-decoration: underline;
	border: none !important;
	box-shadow: none !important;
}

.comment-meta a:hover {
	color: #363734;
	text-decoration: underline
}

#comment-list .avatar {
	float: right;
	border-radius: 50%;
	margin: 0 0 10px 10px;
}

#commentform {
	margin-bottom: 30px;
	width: 100%
}

#commentform p {
	margin-bottom: 5px
}

/*!threaded comments*/

#comment-list li ul {
	margin: 0;
	padding: 0
}

#comment-list li li {
	margin-bottom: 0;
	border: none;
}

#cancel_reply, #cancel_reply a {
	color: #363734;
	font-size: 11px;
	font-weight: bold
}

/*!---------PAGE NUMBERS---------*/

.pagination {
	font-weight: bold;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 30px 0 0;
	padding: 10px 0;
	overflow: hidden;
	color: #ea3285;
}
	.comment-pagination {
		margin: 0 0 30px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #727371;
	margin: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #f7efea;
	text-decoration: none;
	display: inline-block;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #363734;
	background-color: #ffcd07;
	font-weight: bold;
	border: none;
}

.pagination .prev, .pagination .next {
	width: auto;
	border: none;
	border-radius: 0;
	padding: 0 10px;
	background-color: transparent !important;
}
.pagination .dots {
	border: none;
	width: auto;
	opacity: 0.5;
	margin: 0 5px;
}

.pagination a.page-numbers:hover {
	color: #ff6ca8;
}

/*!---------TOP MENU---------*/

#top {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 11px;
}
#top li {
	display: inline-block;
	margin: 0 6px 0;
}
#top li a {
	color: #727371;
	text-decoration: none;
}
	#top li a:hover {
		color: #ea3285
	}
	
/*!---------MAIN DROPDOWN MENU---------*/

#main {
	padding: 0;
	text-align: right;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: normal;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-size: 26px;
	line-height: 45px;
	position: relative;
	z-index: 200;
	display: block;
}

#main ul.mainmenu {
	display: inline-block;
	margin: 0;
	width: auto
}

#main li {
	display: inline-block;
	margin: 0px;
	padding: 0;
	position: relative;
}

#main li a {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
	color: #363734;
}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #ea3285;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	letter-spacing: .05em;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 42px;
	left: 50%;
	padding: 5px;
	border-radius: 6px;
	line-height: 1;
	background-color: #ff6ca8;
	text-align: center;
	z-index: 2001;
	width: 200px;
}

#main ul ul li {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0 !important;
}

#main li li a {
	width: 100%;
	padding: 10px 5px;
	margin: 0;
	font-size: 13px;
	line-height: 1.2;
	border: none;
	background: none !important;
	color: #363734 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
		#main li li:last-child a {
			border: none;
		}	
	#main li li.bold a {
		color: #ea3285 !important;
	}
	#main li li a:hover, #main li li:hover>a {
		background-color: rgba(255,255,255,.2) !important;
		color: #ea3285 !important;
	}

#main ul li:hover > ul, #main ul li:focus-within > ul {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}


/*! Show indicator for menu items with children */
#main ul li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	float: right;
	display: inline-block;
	font-size: 75%;
	margin-left: 5px;
	color: #ea3285;
}
#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	float: right;
	display: inline-block;
	position: absolute;
	right: 8px;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #f1cec3;
	left: 300px;
	top: 0;
	margin: 0;
}

#main ul ul li ul:after {
	display: none;
}

#main li li li a {
	
}
	#main li li li a:hover, #main li li li:hover>a {
		background-color: #ff6ca8 !important;
	}
	

/*! WPRM */

.wprm-recipe.wprm-recipe-template-purr-custom {
	font-size: 95%;
	position: relative;
	overflow: visible;
	margin: 80px 0 50px;
	background-color: #ffffff;
	border: 1px solid #f7efea;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
	margin: 0;
	padding: 25px;
	text-align: left;
	overflow: hidden;
	background-color: #f7efea;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-title-block {
	width: 69%;
	float: left;
	order: 1;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
	width: 28%;
	float: right;
	order: 2;
	text-align: center;
	margin: 0 0 15px 10px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-image img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 12px;
		border: 8px solid #ffffff !important;
	}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-body {
	padding: 15px 25px 25px;
}


	
.wprm-recipe.wprm-recipe-template-purr-custom h2, .wprm-recipe.wprm-recipe-template-purr-custom h2.wprm-recipe-name {
	margin: 5px 0 15px !important;
	border: none;
	padding: 0;
	background: transparent none !important;
	line-height: 1.1;
}


.wprm-recipe.wprm-recipe-template-purr-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	font-size: 28px;
}	
	.wprm-recipe-header.wprm-header-has-actions>span, h3.wprm-header-decoration-line>span {
		width: 100%;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-decoration-line {
	height: 7px;
	border-bottom: 1px solid #f7efea !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom h4.wprm-recipe-group-name {
	font-size: 17px;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin: 20px 0 10px !important;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-summary {
	margin: 10px 0 20px;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-toggle-container {
	align-items: stretch;
	border: none;
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	letter-spacing: normal;
	background: none !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container {
	border: 1px solid #f7efea !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button {
	text-align: center;
	height: 40px;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	font-size: 12px;
	border: none !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container {

}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container button.wprm-toggle {
	padding: 2px 0 0;
	margin: 0 2px;
	text-align: center;
	color: #727371;
	border: 1px solid #f7efea !important;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 14px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container button.wprm-toggle.wprm-toggle-active, .wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button.wprmpuc-active {
		background-color: #ea3285 !important;
		color: #ffffff !important;
	}
		.wprm-toggle-container button.wprm-toggle .wprm-toggle-icon svg g, .wprm-toggle-container button.wprm-toggle .wprm-toggle-icon svg path {
			
		}
		.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button.wprmpuc-active {
			border: none !important;
		}
		
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-instructions-container {
	margin-top: 35px;
	margin-bottom: 35px
}


/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta {
	color: #363734;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 13px;
	line-height: 2;
	margin: 0;
}
.recipe-meta .wprm-recipe-details-container-table {
	margin: 0;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta-bottom {
		clear: both;
		color: #727371;
		font-size: 11px;
		margin: 20px 0 20px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a {
		color: #363734;
		background: unset;
		text-decoration: underline;
		border: none;
		box-shadow: none;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-servings-link {
		background-color: #ffffff;
		border: 1px solid #f7efea;
		padding: 4px 3px 4px 4px;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-container {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin: 5px 0 10px;
	display: block;
	text-align: center;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-italic {
		font-weight: normal;
		font-style: italic;
		font-family: Georgia, "Palatino", "Source Serif Pro", "Hoefler Text", Times, serif;
		letter-spacing: normal;
		text-transform: lowercase;
		margin-right: 2px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-uppercase {
		font-style: normal;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-block-container-inline {
		display: inline-block;
		margin: 0px 10px 0 0 !important;
	}
	
.wprm-recipe-author-with-image {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
	.wprm-recipe-author-with-image .wprm-recipe-details:before {
		content: "by";
		font-weight: normal;
		font-style: italic;
		font-family: Georgia, "Palatino", "Source Serif Pro", "Hoefler Text", Times, serif;
		letter-spacing: normal;
		text-transform: lowercase;
		margin-right: 5px;
	}
.recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 4px;
	font-size: 110%;
	color: #ea3285;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
	.recipe-meta .wprm-recipe-time-container:before {
		content: "\f017";
	}
	.recipe-meta .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.recipe-meta .wprm-recipe-course-container:before {
		content: "\f2e6";
	}
	.recipe-meta .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}
	.recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e6"
	}
		
.wprm-recipe .recipe-meta .wprm-recipe-details-unit, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-unit, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%
	}
	.wprm-recipe-details-unit {
		font-size: 100% !important;
	}


/*Ratings*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating {
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 10px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating .wprm-recipe-rating-details, .item .wprm-recipe-rating-details {
		font-family: Georgia, "Palatino", "Source Serif Pro", "Hoefler Text", Times, serif;
		text-decoration: none;
		text-transform: lowercase;
		font-style: italic;
		letter-spacing: none;
		font-weight: normal;
		text-align: center;
		font-size: 14px;
		color: #363734;
		margin-left: 6px;
	}
		.item .wprm-recipe-rating .wprm-recipe-rating-details {
			font-size: 11px;
			display: inline-block;
		}

#comments .wprm-user-rating-summary {
	display: none;
}
.comment-form-wprm-rating label {
	position: relative;
	top: -3px;
	font-weight: bold;
	font-size: 110%;
	
}

	
/*Buttons*/

.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons {
	clear: both;
	display: flex;
	justify-content: center;
	gap: 15px;
	padding: 20px 15px;
	background: linear-gradient(90deg, #f1aee3, #f090ce, #ef70b4, #ec4a96, #fc4076, #ff6b55, #ff9c31, #ffcd07);
	clear: both;
	width: 100%;
}
.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-link, a.wprm-recipe-roundup-link {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #ffffff;
	background: #363734;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0 22px !important;
	border: none !important;
}

	a.wprm-recipe-link:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 5px;
		color: #ea3285;
	}
		a.wprm-recipe-print:before {
			content: "\f02f";
		}
		a.wprm-recipe-jump-to-comments:before {
			content: "\f005";	
		}
		a.wprm-video-link:before, a.wprm-recipe-jump-video:before {
			content: "\f03d";
		}
		a.wprm-recipe-pin:before {
			content: "\f08d";
			margin-right: 5px;
			margin-left: 2px;
		}
		
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-link:hover, .wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-link:focus, a.wprm-recipe-roundup-link:focus, a.wprm-recipe-roundup-link:hover {
		background: #ea3285 !important;
		color: #ffffff !important;
	}
		.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-link:hover:before {
			color: #ffffff;
		}


/*Lists*/
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients {
	margin-top: 15px !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li {
	margin-left: 32px !important;
	margin-bottom: 4px;
	line-height: 1.5;
}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li:before, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li:before {
		display: none
	}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li::marker {
		color: #ea3285;
	}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li {

}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li:before {
		display: none;
	}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-text {
		margin: 0 !important;
	}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-media {
		float: right;
		width: 25% !important;
		height: auto;
		margin: 0 0 5px 10px !important;
	}
	.wprm-recipe-instruction-ingredients {
		font-size: 86%;
		font-style: italic;
		margin-top: 5px;
	}

	
.wprm-recipe.wprm-recipe-template-purr-custom  ul.wprm-advanced-list li {
	margin-left: 0;
	padding-left: 35px;
	line-height: 1.5;
}
.wprm-recipe.wprm-recipe-template-purr-custom  ul.wprm-advanced-list li:before {
	content: counter(wprm-advanced-list-counter);
	counter-increment: wprm-advanced-list-counter;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-weight: bold;
	margin: 2px 6px 0 -35px;
	height: 26px;
	width: 26px;
	line-height: 26px;
	border-radius: 100%;
	border: 0;
	position: relative;
	top: 0px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-ingredient-amount, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-ingredient-unit {
	
}

/*Notes*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes-container {
	
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes li {
	margin-left: 0px;
	padding: 15px;
	padding-left: 30px !important;
	background-color: #fbf7f4;
	border-radius: 24px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes li:before {
	display: inline-block;
	content: "";
	font-family: 'Font Awesome 5 Pro';
	color: #ffffff;
	background-color: #ea3285;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 6px;
	width: 6px;
	margin-left: -20px;
	margin-right: 13px;
	left: 0;
	position: relative;
	top: -2px;
	font-size: 12px;
	text-align: center;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes h5 {
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .12em;
	font-size: 16px;
	color: #363734;
	display: block;
	margin: 0 0 15px;
}

/*Nutrition*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container {
	color: #727371;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
	margin-top: 25px;
	clear: both;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .1em;
		font-size: 13px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		font-weight: normal
	} 

/*Footer*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action {
	clear: both;
	padding: 25px !important;
	margin: 0 !important;
	background-color: #f7efea !important;
	background-image: url(images/subscribe-bg.svg);
	background-repeat: no-repeat;
	background-size: auto 145%;
	background-position: left -200px center;

}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-header {
	color: #363734;
	font-family: "qualion_round","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-size: 28px !important;
	line-height: 1;
	text-transform: none;
	font-weight: bold !important;
	letter-spacing: normal;
	margin: 10px 0 5px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action.wprm-call-to-action-simple {
		gap: 10px;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-text {
	margin: 0;
	display: block;
	line-height: 1.5;
	font-size: 18px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-text a {
	background: none;
	text-decoration: none;
	color: #363734 !important;
	font-weight: bold;
	text-decoration: none;
	background: linear-gradient(#ffcd07, #ffcd07) 0 100% / 100% 6px no-repeat;	
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 66px;
	line-height: 1;
	margin: 0 0 0 -15px;
}


/*Jump Button*/
.post-meta .wprm-recipe-snippet {
	margin: 12px 0 0;
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
	.wprm-recipe-snippet a.wprm-recipe-link, .wprm-recipe-snippet a.video-jump {
		display: inline-block;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .1em;
		font-size: 11px;
		padding: 8px 15px !important;
		margin: 0 !important;
		color: #363734 !important;
		background:#f7efea !important;
		border-radius: 18px;
		vertical-align: middle;
		border: none !important;
	}
		.wprm-recipe-snippet a.wprm-recipe-link:hover, .wprm-recipe-snippet a.wprm-recipe-link:focus {
			background-color: #ea3285 !important;
			color: #ffffff !important;
			opacity: 1.0 !important;
		}
		.wprm-recipe-snippet a.wprm-recipe-link:before {
			content: "\f0e0";
			font-family: "Font Awesome 5 Pro";
			font-weight: bold;
			margin-right: 6px;
			color: #ea3285;
		}
		.wprm-recipe-snippet a.wprm-recipe-jump:before {
			content: "\f063";
		}
		.wprm-recipe-snippet a.wprm-recipe-jump-video:before {
			content: "\f03d";
		}
			.wprm-recipe-snippet a.wprm-recipe-jump-video .wprm-recipe-icon {
				display: none;
			}

.post-meta a.jump {
	display: inline-block;
}
.post-meta .wprm-recipe-snippet svg {
	display: inline !important;
}
	.post-meta .wprm-recipe-rating {
		display: inline-block;
		font-size: 15px;
		line-height: 1;
	}
		.post-meta .wprm-recipe-rating .wprm-recipe-rating-details {
			font-family: Georgia, "Palatino", "Source Serif Pro", "Hoefler Text", Times, serif;
			letter-spacing: normal;
			display: inline-block;
			font-style: italic;
			font-weight: normal;
			text-transform: none;
			font-size: 12px;
			color: #727371;
			margin: 0 0px 0 5px !important;
		}