/* 
Theme Name: The Cozy Cook
Theme URL: http://www.thecozycook.com/
Description: Custom responsive blog theme for The Cozy Cook.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.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: 700px;
		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;
	}
	.facet_content {
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% -250px);
		width: calc(100% - 250px);
		min-width: 0;
		max-width: 100%;
		float: right;
	}
	.facet_sidebar {
		width: 220px;
		min-width: 0;
		max-width: 700px;
		float: left;
	}
	.facetwp-flyout-open {
		display: none
	}

}

.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1140px;
}
	.wide-wrap, body.home .wrap, body.home .wrapper {
		
	}
.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: #27536d;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #efedea;
	background-color: #f6f6f6;
	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: 'Jost';
	src: url('fonts/jost-v13-latin-600.woff2') format('woff2'),
		 url('fonts/jost-v13-latin-600.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}


body {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.7;
	color: #434b4e;
	margin: 0;
	padding: 0;
}

a, input[type=submit], button {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	/*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 {
			-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: #B03B53;
	text-decoration: underline;
}

a:hover {
	color: #27536d;
	text-decoration: none;
}
	.post-content a, .cat-desc a, .about a {
		color: #B03B53;
		border-bottom: 1px solid #B03B53;
		box-shadow: inset 0 -1px 0 #B03B53;
		text-decoration: none;
	}
		.post-content a:hover, .post-content a:focus, .cat-desc a:hover, .cat-desc a:focus, .about a:hover {
			color: #27536d;
			border-color: #27536d;
			box-shadow: inset 0 -1px 0 #27536d;
		}

p {
	margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 25px 0;
	color: #27536d;
}

h1 {
	font-size: 32px;
	
}

h2 {
	font-size: 28px;
}
	.post-content h2, .page-content h2, h2.line {
		margin-top: 40px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e5e5e5;
	}
		.post-content h2 img, .post h2 img {
			display: none !important;
		}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2, .wp-block-media-text h2 {
				border: none;
				padding-bottom: 0;
			}
		.page-content h2.block-title {
			padding: 0;
			border: none;
		}
	.block-title {
		text-align: left;
	}
	.home-section .block-title {
		margin: 0 0 20px;
	}
		.sidebar .home-section .block-title {
			
		}
	.divider, .latest {
		margin: 0 0 20px;
		font-size: 24px;
		letter-spacing: .1em;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		white-space: nowrap;
		color: #b03b53;
	}
		.divider:after {
			content: "";
			width: 100%;
			height: 8px;
			background: url(images/sep.png) repeat-x;
			background-size: auto 100%;
			vertical-align: middle;
			margin-left: 10px;
		}
	
	.wp-block-search label {
		display: block;
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.block-title em, .divider em {
		
	}
	
	.subtitle {
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: .15em;
		color: #b03b53;
		margin: 0 0 5px;
	}

h3 {
	font-size: 21px;
}
	.post-content h3, .page-content h3 {
		margin-top: 30px;
	}
	
h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 50px 0 60px;
	height:1px;
	background:#e5e5e5;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#e5e5e5), to(#fff));
}
	.sep:before {
		content: "";
		display: block;
		background: url(images/heart.png) center center no-repeat;
		background-size: auto 100%;
		height: 28px;
		position: relative;
		top: -12px;
	}
.sep2 {
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
	background:#e5e5e5;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#e5e5e5), to(#fff));
	margin: 45px 0;
}

.heart {
	display: block;
	background: url(images/heart.png) center center no-repeat;
	background-size: auto 100%;
	height: 20px;
}

hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid #EDEDED; 
	border-bottom: none;
}

/*!---------HEADER---------*/

.top-bar {
	background-color: #ffffff;
	line-height: 64px;
	height: 64px;
	padding: 0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1001;
	border: none !important;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.35);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.35);
	box-shadow: 0px 0px 6px rgba(0,0,0,.35);
}
	body.admin-bar .top-bar {
		padding-top: 32px;
	}
	.top-bar .main-nav {
		display: inline-block;
		float: right;
		vertical-align: middle
	}

.top-bar .logo {
	overflow: hidden;
	float: left;
	margin: 3px 8px 0 0;
}
	.top-bar .logo img {
		width: auto;
		height: 59px;
		display: block;
	}

	

.top-cta {
	background-color: #f6aebb;
	text-align: center;
	width: 100%;
	height: 52px;
	overflow: hidden;
	margin: 0 0 30px;
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .15em;
}
	body.home .top-cta {
		margin: 0;
	}
	.top-cta p {
		margin: 0;
		padding: 13px 0;
		display: inline-block;
	}
	.top-cta p img {
		display: inline-block;
		vertical-align: middle;
		width: 78px;
		height: auto;
		margin: -11px 10px 0px 0;
		float: left;
	}
	.top-cta p a {
		font-size: 12px;
		background-color: #b03b53;
		display: inline-block;
		padding: 4px 10px;
		color: #ffffff;
		text-decoration: none;
		border-radius: 5px;
		letter-spacing: .1em;
	}
		.top-cta p a:hover {
			background-color: #27536d;
		}
		
.header-spacer {
	height: 64px;
}

/*!---------CONTENT---------*/
.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}

.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}

.span_content ul li {
	list-style-type: none;
	margin: 0 0 15px 20px;
	padding: 0;
}

.span_content ul li:before {
	color: #B03B53;
	content: '\2022';/* '' */
	margin: 0 6px 0 -10px;
}

.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: #b03b53;
	-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: "Jost", "Futura", "Gill Sans", 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.25%; 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.pagetitle, h1.archivetitle {
	margin: 0 0 20px;
}
/*!---------SIDEBAR---------*/

.sidebar {
	font-size: 90%;
	line-height: 1.6;
}
.widget {
	margin: 0 0 50px 0;
}
	.sidebar .search-form {
		margin-bottom: 50px;
	}
.widget.center, .widget.center .textwidget {
	text-align: center;
}
h3.widget-title {
 	margin: 0 auto 15px; 
 	text-align: center;
}
	.hide-title h3.widget-title {
		display: none;
	}

.sidebar select {
	color: #6f7577;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #efedea;
	background-color: #ffffff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	background-position: right 50%;
	background-repeat: no-repeat;
}

.sidebar .social {
	margin-bottom: 40px;
	text-align: center;
}
.sidebar .social a {
	text-decoration: none;
}

/*!Subscribe Forms*/

.email-form {
	clear: both;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.email-input {
	color: #434b4e;
	font-size: 16px;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	margin: 0;
	height: 58px;
	line-height: 58px;
	border-radius: 12px;
	flex-grow: 1;
	vertical-align: middle;
}
	.has-background .email-input {
		border: none;
	}
	.email-input:focus, .has-background .email-input:focus {
		outline: none;
		border: 2px solid #ee5d77;
	}
.email-submit {
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #ffffff;
	background-color: #B03B53;
	text-align: center;
	cursor: pointer;
	border: none;
	padding: 0px 20px;
	margin: 0;
	flex-shrink: 1;
	height: 58px;
	line-height: 58px;
	border-radius: 12px;
}

	.email-submit:hover, .email-submit:focus {
		background-color: #ee5d77;
	}
form.formkit-form[data-format="inline"] {
		margin-bottom: 0px !important;
	}
.email-form ul {
	height: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
	flex-basis: 100%;
	display: block;
}


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

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

.jump {
	margin: -15px 0 15px;
}
.post-meta {
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	text-transform: uppercase;
	color: #6f7577;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em;
	margin: 0 0 25px;
	overflow: hidden;
}
	.post-meta a {
		 color: #6F7577;
		 text-decoration: none;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		 color: #B03B53;
	}
	.post-meta em {
		font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
		font-size: 108%;
		text-transform: lowercase;
		letter-spacing: normal;
	}
	.post-meta .ccount {
		display: inline-block;
		margin-right: 8px;
	}
	
.post-meta i {
	color: #B03B53;	
	display: inline-block;
	margin-left: 15px;
}
	.meta-bottom i {
		color: #b03b53;	
		margin-left: 0;
	}

.post-meta.post-cat {
	
}

.post-cats a {
	font-size: 11px;
	letter-spacing: .2em;
	line-height: 15px;
	color: #ffffff;
	background-color: #27536d;
	display: inline-block;
	padding: 3px 8px;
	margin: 0 1px 4px 0;
}
	.post-cat a:hover, .post-cats a:hover{
		color: #ffffff;
		background-color: #ee5d77;
	}

.meta-bottom {
	clear: both;
	margin: 25px 0;
	overflow: hidden;
	line-height: 1.4;
}	

.meta-bottom .left {
	width: 70%;
	float: left;
	text-align: left;
	display: inline-block;
}

.meta-bottom .right {
	text-align: right;
	width: 30%;
	float: right;
}	
.meta-centered {
	text-align: center;
	margin: 40px 0 0;
}
	.meta-centered .post-cats a {
		font-size: 11px;
	}
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 10.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #6F7577;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px;
	text-decoration: none;
}

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: #B03B53;
}

a.more-link {
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .15em;
	color: #ffffff;
	background: #b03b53;
	border: none !important;
	box-shadow: none !important;
	display: inline-block;
	padding: 8px 12px 7px 14px;
	border-radius: 12px;
}
	a.more-link:hover {
		color: #ffffff;
		background: #ee5d77;
	}
	.home-section .more {
		text-align: center;
		margin-top: 15px;
	}

.post blockquote {
	margin: 40px 0;
	clear: both;
	padding: 15px 25px 20px;
	border: 2px solid #27536d;
}
	.post blockquote.tips {
		position: relative;
		padding-top: 35px;
		margin-top: 50px;
	}
	.post blockquote.tips h2 {
		display: inline-block;
		color: #FFFFFF;
		background-color: #B03B53;
		text-transform: uppercase;
		letter-spacing: .1em;
		padding: 5px 10px;
		position: absolute;
		top: -42px;
		left: 25px;
		font-weight: bold;
		font-size: 20px;
	}
.wp-caption {
	text-align: left;
	max-width: 100% !important;
}

.wp-caption p {
	color: #6F7577;
	font-size: 90%;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px;
}

.post .disclaimer {
	color: #6F7577;
	font-size: 12px;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: italic;
	margin: -15px 0 0;
}
	.post-meta .disclaimer {
		margin: 0;
		text-transform: none;
		letter-spacing: normal;
		font-size: 11px;
		display: inline-block;
	}
		.post-meta .disclaimer a {
			text-decoration: underline;
		}

/* Inner Post */

.inner-post {
	margin: 55px 0;
}

.inner-post .widget {
	margin: 0 auto;
	width: 100%;
}
.inner-post .widget h3 {
	margin: 0 auto;
}

.inner-post .book, .home-section.book {
	overflow: hidden;
	text-align: center;
	border: 2px solid #e5e5e5;
	padding: 20px;
}
.book h3, .home-section.book h3.widget-title {
	color: #27536d !important;
	margin: 40px 0 20px;
	text-align: center;
}
.inner-post .book h3, .home-section.book h3.widget-title {
	width: 60%;
	font-size: 32px;
	float: right;
}
.book p {
	margin: 20px 0;
	text-align: center;
}
	.book p a {
		font-size: 12px;
		background-color: #b03b53;
		display: inline-block;
		padding: 7px 15px;
		color: #ffffff;
		text-decoration: none;
		border-radius: 5px;
		letter-spacing: .1em;
	}
		.book p a:hover {
			color: #ffffff;
			background-color: #27536d;
		}
.inner-post .book img, .home-section.book img {
	width: 40%;
	float: left;
}


/*Next/prev Posts*/
.post-nav {
	
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	text-decoration: none;
	margin: 55px 0;
	overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #27536d;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #ffffff;
		}

	.post-nav .nav-previous {
		float: left;
		width: 48%;
	}
		
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
		.post-nav div a {
			display: block;
			background-color: #ffffff;
		}
			.post-nav div a:hover {
				color: #B03B53;
			}

	.post-nav em {
		display: block;
		font-style: normal;
		font-size: 11px;
		color: #6F7577;
		padding: 0 0 4px;
		 font-weight: normal;
		 text-transform: uppercase;
		 letter-spacing: .1em;
	}


/*! Gutenberg Blocks */
	
.fullwidth, .alignfull, .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;
	}
	/*.alignfull .wp-block-media-text {
		margin: 0 auto 0;
		padding: 0 20px;
		width: 100%;
		max-width: 980px;
	}*/

.wp-block-image {
	margin: 30px 0;
}
.wp-block-gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}
.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: #f6f6f6;
		color: #27536d;
		font-size: 16px;
		margin: 0;
		max-height: auto;
		padding: 8px;
		line-height: 1.4;
		position: relative;
		text-align: center;
		width: 100%;
	}
.post .wp-block-group.has-background, .post .has-background {
	padding: 15px 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.wp-block-columns h2.noline {
	margin-bottom: 8px;
}
	.wp-block-columns h3.subtitle {
		margin-top: 0;
		text-transform: none;
		letter-spacing: normal;
		font-size: 18px;
	}

.page-content .wp-block-group.has-background, .page-content .has-background, .page-content .home-section.has-background {
	padding: 3vw;
}
	.wp-block-media-text.has-background {
		padding: 0;
	}
	.post ol.has-background, .post ul.has-background {
		padding: 20px 30px 15px;
	}
	.post p.has-background {
		padding: 20px 30px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 20px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -15px -30px 10px;
			padding: 15px 30px;
		}
	.has-blue-background-color {
		background-color: #27536d;
		color: #ffffff;
	}
		.has-blue-background-color h2, .has-blue-background-color h3 {
			color: #ffffff;
		}
		.has-blue-background-color .subtitle {
			color: #ee5d77
		}
	.has-medblue-background-color {
		background-color: #a9bac5;
	}
	.has-lightblue-background-color {
		background-color: #e9eef0;
	}
	.has-red-background-color {
		background-color: #b03b53;
	}
	.has-pink-background-color {
		background-color: #ee5d77;
	}
	.has-medpink-background-color {
		background-color: #f6aebb;
	}
	.has-lightpink-background-color {
		background-color: #fce7eb;
	}
	
	.has-black-background-color {
		background-color: #434b4e;
		color: #ffffff;
	}
		.has-black-background-color h2 {
			color: #ffffff;
		}
	.has-gray-background-color {
		background-color: #6f7577;
		color: #ffffff;
	}
		.has-gray-background-color h2 {
			color: #ffffff;
		}
	.has-lightgray-background-color {
		background-color: #f6f6f6;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 2px solid #e5e5e5;
	}
	
	.has-red-color {
		color: #b03b53;
	}
	.has-pink-color {
		color: #ee5d77;
	}
	.has-medpink-color {
		color: #f6aebb;
	}
	.has-lightpink-color {
		color: #fce7eb;
	}
	.has-blue-color {
		color: #27536d;
	}
	.has-black-color {
		color: #434b4e;
	}
	.has-gray-color {
		color: #6f7577;
	}
	.has-white-color {
		color: #ffffff;
	}
	
.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: "Jost", "Futura", "Gill Sans", 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: #27536d;
	background-color: #e4d4cb;
	-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;
}


/*!--PAGES--*/

/*!---------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);
	}
		.archives.items-3-col {
			gap: 2vw;
			row-gap: 1vw;
		}
	.items-4-col {
		gap: 2vw;
		grid-template-columns: repeat(4, 1fr);
	}
		.post-content .items-4-col {
			gap: 20px;
		}
		.sidebar .items-4-col {
			gap: 15px;
			row-gap: 5px;
			grid-template-columns: repeat(2, 1fr);
			grid-template-columns: repeat( auto-fit, minmax(40%, 1fr) );
		}
	.items-5-col {
		gap: 2vw;
		grid-template-columns: repeat(5, 1fr);
	}
		
	.items-6-col {
		gap: 1.5vw;
		grid-template-columns: repeat(6, 1fr);
	}
		.sidebar .items-5-col, .sidebar .items-6-col {
			width: 100%;
			display: flex;
			justify-content: center;
			display: flex;
			flex-flow: row wrap;
			gap: 3%;
		}
			.sidebar .items-5-col .item, .sidebar .items-6-col .item {
				flex-basis: 30%;
				width: 30%;
				margin: 0;
				min-width: unset;
				max-width: unset;
				
			}
	.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;
}

.item .title {
	margin: 10px 0;
	word-wrap: break-word;
	clear: both;
}
	.items-2-col .item .title, .items-3-col .item .title {
		font-size: 30px;
		font-size: clamp(18px, 3vw, 30px);
	}
		.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, 2vw, 20px);
	}
		.sidebar .items .item .title {
			font-size: 18px;
			margin: 8px 0;
		}
		.post-content .items-4-col .item .title {
			font-size: 18px;
			margin: 8px 0 0;
		}
	.items-5-col .item .title, .items-6-col .item .title {
		font-size: 18px;
		font-size: clamp(14px, 2vw, 18px);
	}

	.icons .item .title, .sidebar .icons .item .title {
		text-align: center;
		font-size: 1.5vw;
		font-size: clamp(9px, 1.5vw, 12px);
		text-transform: uppercase;
		letter-spacing: .1em;
		margin: 13px 0 0;
	}

.item .title {
	text-decoration: none;
	color: #27536d;
}
	.item .title a {
		background: none;
		color: #27536d;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #b03b53;
		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;
}
	.icons .item img {
		border-radius: 50%;
	}
	.items .item a:hover img {
		opacity: 0.85;
	}	
	}
.item .more {
	
}

.post-content .block-section {
	margin: 45px 0;
}
	.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: 30px;
		margin: 15px 0 15px;
		padding: 0;
		border: 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;
}

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

.item .post-cat {
	margin: -13px 0 0;
	position: relative;
	z-index: 12;
}
	.item .post-cat a {
		font-size: 11px;
		letter-spacing: .15em;
		color: #ffffff;
		background-color: #b03b53;
		display: inline-block;
		padding: 5px 8px 4px 10px;
		border-radius: 8px;
	}
		.item .post-cat a:hover {
			background-color: #ee5d77;
		}
	.items-3-col .teaser-post .post-meta.post-cat {
		margin: -15px 0 0;
	}
	.teaser-post .post-meta.post-cat a, .items-3-col .teaser-post .post-meta.post-cat a {
		font-size: 12px;
		padding: 6px 10px 5px 12px;
	}
	
.teaser-post .title {
	margin: 10px 0 15px;
}

.teaser-post .excerpt {
	margin: 15px 0 20px;
}
.teaser-post .more {
	text-align: center;
	margin: 20px 0 0	
}
.item .wprm-recipe-rating {
	margin: -5px 0 0;
	font-size: 14px;
	line-height: 20px;
}

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

.upper-home-sections {
	clear: both;
	margin-bottom: 5vw;
}
	
.lower-home-sections {
	margin: 5vw 0 0;
}

.home-sections {
	display: flex;
	flex-flow: column;
	gap: 6vw;
}
	.upper-home-sections.home-sections {
		gap: 0;
	}

.home-section {
	clear: both;
	position: relative;
}

.home-section .wrap {
	position: relative;
}
	.home-sections .home-section.has-background, .footer .home-section.has-background {
		border: none;
		position: relative;
		padding: 3vw 0;
	}
	.upper-home-sections .home-section {
		padding: 0;
	}
		.upper-home-sections .home-section.has-background {
			padding: 2vw 0;
		}


.lower-home-sections .home-section.featured-posts-block {
	position: relative;
}
	.home-section.featured-posts-block p.description, .featured-posts-block p.description {
		margin: -5px 0 20px;
	}
	
.home-section.about {
	padding: 0 !important;
	margin: 70px 0;
}
.home-section .widget-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
}	
	.home-section.about .widget-content {
		max-width: 860px;
	}

.home-section .widget-content .image {
	flex-basis: 46%;
	z-index: 12;
	position: relative;
	align-self: flex-start;
	order: 1;
	margin: -50px 0;
}
	.home-section .widget-content.left .image {
		order: 1;
	}
		
	.home-section .widget-content .image img {
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		height: auto;
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.25);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.25);
		box-shadow: 0px 0px 8px rgba(0,0,0,.25);
	}
	
.home-section .widget-content .caption {
	flex-basis: 47%;
	text-align: center;
	align-self: center;
	z-index: 2;
	position: relative;
	order: 1;
}	
	.home-section .widget-content.left .caption {
		order: 2;
	}
	
	.home-section .widget-content .caption .block-title {
		margin: 0;
		text-align: center;
	}
	.home-section .widget-content .caption p {
		margin: 15px 0 15px;
		line-height: 1.6;
		font-size: 17px;
	}
		.home-section .widget-content .caption strong {
			
		}
	.home-section .widget-content .more {
		margin: 20px 0 0;
		display: block;
	}
	
.home-sections .home-section.image-blocks {
	margin-top: 2vw;
}
	.inner-post .image-blocks.has-background {
		padding: 20px 0 !important;
	}
.home-sections .home-section.image-blocks h2.block-title {
	text-align: center;
	color: #b03b53;
	text-transform: uppercase;
	margin: 0;
	font-size: 50px;
	letter-spacing: .1em;
	margin-top: -4.5vw;
	margin-bottom: 2.5vw
}
	.sidebar .home-section.image-blocks h2.block-title {
		display: none
	}
.home-sections .home-section.image-blocks .items {
	row-gap: 3vw;
}
.home-sections .home-section .image-block-content, .inner-post .image-block-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	max-width: 780px;
}	
.home-sections .home-section .image-block-content .image {
	flex-basis: 35%;
	position: relative;
	z-index: 2;
}
	.inner-post .image-block-content .image {
		flex-basis: 30%;
		position: relative;
		z-index: 2;
	}
	.sidebar .home-section .image-block-content .image {
		width: 200px;
		margin: 0 auto -100px;
	}
	.home-sections .home-section .image-block-content .image img, .inner-post .image-block-content .image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.home-sections .home-section .image-block-content:nth-child(2n) .image, .inner-post .image-block-content:nth-child(2n) .image {
		order: 2;
	}
	
.home-sections .home-section .image-block-content .caption {
	flex-basis: 82%;
	flex-grow: 1;
	text-align: center;
	background-color: #ffffff;
	margin-left: -17%;
	padding: 5% 5% 5% 21%;
	position: relative;
	z-index: 1;
}	
	.inner-post .image-block-content .caption {
		flex-basis: 65%;
		flex-grow: 1;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.sidebar .home-section .image-block-content .caption {
		padding: 100px 15px 25px;
		background-color: #f6f6f6;
	}
	.home-sections .home-section .image-block-content:nth-child(2n) .caption {
		order: 1;
		margin-right: -17%;
		margin-left: 0;
		padding: 5% 21% 5% 5%;
	}
	.home-sections .home-section .image-block-content .caption h3 {
		font-size: 36px;
		margin: 0;
		text-align: center;
	}
		.sidebar .home-section .image-block-content .caption h3, .inner-post .image-block-content .caption h3 {
			font-size: 30px;
			margin: 15px 0;
		}
	.home-sections .home-section .image-block-content .caption .subtitle {
		font-size: 20px;
		text-transform: none;
		letter-spacing: normal;
		margin: 8px 0 0;
		text-align: center;
	}
		.sidebar .home-section .image-block-content .caption .subtitle, .inner-post .image-block-content .caption .subtitle {
			font-size: 18px;
			text-transform: none;
			letter-spacing: normal;
			margin: 8px 0 0;
			text-align: center;
		}
	.home-sections .home-section .image-block-content .caption p {
		margin: 15px 0 15px;
		line-height: 1.6;
		font-size: 17px;
	}
		.sidebar .home-section .image-block-content .caption p, .inner-post .image-block-content .caption p {
			margin: 1px 0 15px;
			line-height: 1.6;
			font-size: 16px;
		}
	.home-sections .home-section .image-block-content .more {
		margin: 20px 0 0;
		display: block;
	}
.home-section.image-blocks .description {
	text-align: center;
	margin: 25px auto 0;
	max-width: 780px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .1em;
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	color: #b03b53;
}
	.home-section.image-blocks .description p {
		margin: 15px 0 0;
	}
	.home-section.image-blocks .description a {
		text-decoration: underline;
		color: #b03b53;
	}

.home-section.icons-block {
	position: relative;
}
	.icons-block:after {
		width: 100%;
		height: 48%;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		z-index: -1;
		background-color: #f6f6f6;
		background: #f6f6f6 url(images/wavylines.png) repeat-x center bottom;
		background-size: auto 8px;
	}
.home-section.has-background.optin-block {
	background-color: #27536d;
	border-bottom: 20px solid #174359;
	padding: 15px 0 0;
}		
.optin-content {
	background: url(images/subscribe@2x.png) no-repeat;
	background-size: auto 100%;
	padding-left: 10%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 30px;
	margin: 0 auto;
	padding: 30px 0 35px 150px;
	max-width: 980px;
}
	.optin-content .caption {
		flex-basis: auto;
		flex-shrink: 0;
		text-align: center;
	}
		.optin-content .caption .block-title {
			margin: 0;
			text-align: center;
			font-size: 32px;
		}

		.optin-content .caption p {
			margin: 10px 0 0;
			font-size: 18px;
			line-height: 1.4;
		}
		
	.optin-content .form {
		flex-shrink: 1;
		flex-grow: 1;
		flex-basis: auto;
	}
	
/*Sidebar Blocks*/		
.sidebar .optin-content, .span_content .optin-content {
	display: block;
	flex: none;
	padding: 20px 20px 10px;
	text-align: center;
}
	.span_content .optin-content {
		padding: 0;
	}
	.sidebar .optin-content .caption, .span_content .optin-content .caption {
		font-size: 18px;
		padding-bottom: 15px;
	}
	.sidebar .optin-content .caption .block-title, .span_content .optin-content .block-title {
		margin: 0;
		font-size: 26px;
		line-height: 1.2;
		text-align: center;
	}
	.sidebar .optin-content .caption .subtitle {
		font-size: 12px;
		margin: 5px 0;
	}
	.sidebar .optin-content .caption p {
		margin: 10px 0 0;
		font-size: 16px;
	}
	.sidebar .optin-content .caption * {
		z-index: 11;
		position: relative;
	}
	
.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.shaded {
		padding: 25px;
	}

.sidebar .widget-content {
	display: block;
	flex: none;
	text-align: center;
}
.sidebar .widget-content .image {
	padding: 0;
	flex: none;
	display: block;
	width: 100%;
	text-align: center;
}
	.sidebar .home-section.about .widget-content .image {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		margin: 0 0 35px;
	}
.sidebar .widget-content .caption {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: center;
	width: 100%;
}
	.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: 90%;
		line-height: 1.5;
	}


/*!---------ARCHIVE STYLES---------*/

h2.archivetitle, h3.searchtitle {
	margin-top: 0;
	margin-bottom: 25px;
}

.catdesc {
	margin-bottom: 30px;
}
.breadcrumb, .breadcrumbs {
	color: #6F7577;
	font-size: 11px;
	margin: 0;
	overflow: hidden;
}
	.breadcrumb a, .breadcrumbs a {
		 color: #6F7577;
		 text-decoration: none;
		 text-decoration: underline;
	}
		.breadcrumb a:hover, .breadcrumbs a:hover {
			color: #B03B53;
		}
	
.archiveslist {
	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 !important;
	
}
	.archiveslist li {
		margin: 0;
		line-height: 1.4;
		-webkit-column-break-inside: avoid; /* Chrome, Safari */
		page-break-inside: avoid;			 /* Theoretically FF 20+ */
		break-inside: avoid-column;		 /* IE 11 */
		display:table;						 /* Actually FF 20+ */
	}
.archiveslist a:link {
	color: #434b4e;
	text-decoration: none;
}
.archiveslist a:visited {
	color: #434b4e;
	text-decoration: none;
}
.archiveslist a:hover {
	color: #B03B53;
}

.archiveslist a:active {
	color: #434b4e;
}
.archiveslist>li {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.archiveslist ul {
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
		 font-size: 90%;
		 font-style: italic;
	}

.subcats {
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
	padding: 25px;
}

.subcats h4 {
	margin: 0 0 10px;
}
.subcats ul {
	overflow: hidden;
	margin: 0 0 0 -10px;
	padding: 0;
}
	.subcats ul li ul {
		margin: 0;
		padding: 0;
	}
	.subcats ul li ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	 
	.subcats li:before {
		display: none;
	}

	.subcats ul li a {
		color: #ffffff !important;
		text-decoration: none;
		background-color: #B03B53;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .1em;
		font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
		display: inline-block;
		padding: 4px 10px 2px;
		margin: 2px 2px 5px;
	}
	.subcats ul li a:hover {
		background-color: #27536d;
	}
ul.tagindex, .tagindex li {
	margin: 0!important;
	padding: 0 !important;
}
.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}
.tagslist>li em {
	font-size: 90%;
	color: #88898a;
}
.tagindex li:before {
	display: none;
}

.tagindex a {
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	padding: 3px;
	width: 22px;
	float: left;
	border: solid 1px #f6f5f5;
}

.tagindex a:link {
	color: #6F7577;
	text-decoration: none;
}

.tagindex a:visited {
	color: #6F7577;
	text-decoration: none;
}

.tagindex a:active {
	color: #6F7577;
	text-decoration: none;
}

.tagindex a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #696969;
}

.tagtitle {
	color: #6F7577;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.tagtitle a {
	text-decoration: none;
	text-transform: none;
}

.tagtitle em {
	color: #6F7577;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 10px;
	font-weight: normal;
	float: right;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
}

.tagtitle em a {
	color: #6F7577;
	font-size: 11px;
}

.tagtitle a:hover {
	color: #696969;
}

/*!---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit], .wp-block-button a {
	color: #fff;
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #B03B53;
	border: none;
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 6px;
	text-decoration: none;
}
	a.smbutton {
		text-decoration: none;
		font-size: 11px;
		padding: 5px 10px 4px;
		border-radius: 4px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover, .wp-block-button a:hover {
	background-color: #27536d;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
	color: #696969;
	font-size: 14px;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #eeeeee;
}
.cntctfrm_input {
	margin: 5px 0 15px;
}
.commentinput, #commentform input, .cntctfrm_input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea {
	color: #696969;
	font-size: 14px;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #eeeeee;
	width: 100%
}
#commentform #submit {
	width: auto;
}
#commentform .comment-form-wprm-rating {
	text-align: center !important;
	margin-top: 25px !important;
	font-size: 19px;
}
#commentform .comment-form-wprm-rating label {
	display: block;
	color: #27536d;
	font-weight: bold
}
.wpcf7-form {
	width: 100%;
}

.wpcf7-form .formfield {
	overflow: hidden;
}

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

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

.wpcf7-form .submit {
	clear: both;
	margin-top: 15px;
}

.search-form {
	width: 100%;
	border: 1px solid #eceded;
	overflow: hidden;
	position: relative;
}

.search-form .search-input {
	color: #696969;
	font-size: 15px;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 46px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	width: 100%;
	height: 46px;
}
	.search-input:focus {
		outline: none;
		border: 2px solid #B03B53;
	}
.search-form .search-submit {
	background-color: transparent;
   	color: #B03B53;
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
	width: 40px;
	height: 46px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0;
}

.search-form .search-submit:hover {
	color: #434b4e;
}

.header-search {
	position: relative;
	border: none;
	margin: 20px 0 0;
	border: 1px solid #eee;
}
	
	.header-search input[type=search] {
		border: none;
		background-color: transparent;
		padding: 0 10px;
		margin-right: 13px;
		width: 180px;
		height: 35px;
		line-height: 35px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		vertical-align: middle;
		font-size: 13px;
		font-style: italic;
		color: #696969;
	}
			.header-search input[type=search]::placeholder {
				color: #6F7577;
			}
	
	.header-search .search-submit {
		font-size: 20px;
		font-weight: normal;
		line-height: 35px;
		height: 35px;
		width: 45px;
		background-color: transparent;
		font-family: "Font Awesome 5 Pro";
		color: #6F7577;
		cursor: pointer;
		border-style: none;  
		vertical-align: middle; 
		text-align: center;
		padding: 0 10px;
		width: auto;
		margin: 0; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		top: 0;
		right: 0;
	}
		.header-search .search-submit:hover {
			color: #B03B53;
		}



/*!---------FOOTER---------*/
		
.footer {
	margin-top: 7vw;
	margin-bottom: 0;
}
	body.home .footer {
		
	}
	
.footer .press {
	text-align: center;
	max-width: 1140px;
	margin: 0 auto 25px;
}
.footer .press h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0;
	color: #6f7577;
}
	.footer .press .wp-block-group__inner-container {
		display: flex;
		margin: 0 auto 0;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
.footer .press .wp-block-image {
	margin: 0;
	flex-grow: 0;
}
.sub-footer {
	color: #6f7577;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
	text-align: center;
}
@media ( min-width : 600px ) {
	.sub-footer .wrap {
		display: flex;
		justify-content: space-between;
	}
	.sub-footer .footer-nav {
		text-align: left;
	}
	.sub-footer .copyright {
		text-align: right;
	}
}
.sub-footer a {
	text-decoration: none;
	color: #6f7577;
}
	.sub-footer a:hover {
		color: #b03b53
	}
.sub-footer .footer-nav {
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .08em;
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 12px;
}
	.sub-footer .footer-nav .top a {
		color: #27536d
	}
.sub-footer .logo {
	text-align: center;
	float: none;
	margin: 15px 0;
}	
.sub-footer .logo img {
	margin: 0 auto;
}
.copyright {
	font-size: 11px;
}
.copyright p {
	margin: 0;
}
.copyright strong {
	font-weight: bold;
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.copyright em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 12px;
}
.copyright a {
	text-decoration: underline;
	color: #6f7577;
}

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

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

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

#respond {
	margin: 80px 0;
	padding: 2% 5% 10px;
	background: #f6f6f6;
}

	#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 #efedea;
	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: #f6f6f6;
	padding: 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:before {
	display: none;
}

.comment-meta a {
	
}

.comment-meta strong {
	font-weight: bold;
	font-size: 18px;
	color: #27536d;
}

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

.comment-meta a:hover {
	color: #27536d;
	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
}

.wp-smiley {
	vertical-align: middle
}
.akismet_comment_form_privacy_notice {
	font-style: italic;
	color: #6f7577;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0 80px;
	display: block
	}
/*!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: #27536d;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 30px 0;
	overflow: hidden;
	color: #6F7577;
}
.pagination .page-numbers {
	color: #6F7577;
	padding: 4px 7px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #eceded;
}
	.pagination span.page-numbers.current, .pagination a.active {
		 color: #434b4e !important;
		 margin: 0;
		 font-weight: bold;
		 border-color: #ffffff;
	}
	.pagination span.page-numbers.dots {
		 border: none;	}
.pagination a.page-numbers:hover{
	color: #B03B53;
}

.jump-buttons {
	margin: -10px 0 -10px 0;
	text-align: center;
}

.jump-buttons a {
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .15em;
	text-decoration: none;
}

.jump-buttons a:hover {
	background-color: #B03B53 !important;
	color: #ffffff !important;
	cursor: pointer;
}

.gallery {
	margin: 20px auto;
	overflow: hidden;
	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;
}

.gallery-columns-2 .gallery-item {
	width: 49%;
	margin-bottom: 15px;
}
.gallery-columns-3 .gallery-item {
	width: 31%;
	margin-bottom: 15px;
}


.gallery img {
	width: 100%;
	height: auto;
}

.gallery .gallery-caption {
	text-align: center;
	margin-left: 0;
	font-style: italic;
	font-size: 90%;
}

.gallery-item img {
	border: none ;
}

/*!---------MAIN DROPDOWN MENU---------*/

#main {
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px;
	line-height: 64px;
	height: 64px;
	display: block;
	width: -moz-calc(100% - 222px);
	width: -webkit-calc(100% - 222px);
	width: calc(100% - 222px);
}

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

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

#main li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #444b4e;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#main li a:hover, #main li:hover a {
	color: #b03b53;
}

#main li.bold a {
	color: #b03b53;
}

#main li.search a, #main li.search label.custom-mobile-search {
	width: 50px;
	height: 64px;
	line-height: 64px;
	color: #444b4e;
	text-align: center;
	padding-right: 10px;
	display: block;
	position: relative;
	top: 3px;
}
	#main li.search label.custom-mobile-search:hover {
		cursor: pointer;
	}
	#main li.search a i, #main li.search label.custom-mobile-search i {
		font-size: 21px;
		line-height: 64px;
	}
	#main li.search svg {
		fill: #444b4e;
		color: #444b4e;
	}
#main li.social {
	margin-right: 8px;
}
#main li.social a {
	padding: 0 4px;
	color: #444b4e !important;
}
	#main li.social a:hover {
		color: #b03b53 !important;
	}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-size: 13px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 64px;
	left: 50%;
	padding: 7px 0;
	line-height: 1.4;
	background-color: #27536d;
	text-align: center;
	z-index: 2001;
	width: 200px;
}

#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
}

#main li li a {
	width: 100%;
	padding: 11px 15px;
	border: none;
	color: #ffffff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	#main li li a:hover {
		color: #EE5D77 !important
	}

#main li li.bold a {
	
}

#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 ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	float: right;
	display: inline-block;
	position: absolute;
	right: 8px;
	font-size: 80%;
	display: none;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	left: 290px;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	
}

/*! Big Dropdown */
#main ul li.bigmenu>ul {
	width: 600px;
	padding: 10px 10px 5px;
	opacity: 1;
	visibility: visible !important;
	text-align: left;
	left: 300px;
}

#main ul li.bigmenu ul li {
	display: block;
	text-align: center;
	line-height: 1.2;
	margin: 0;
	opacity: 1;
	transform: rotateX(0) translateX(0%) !important;
	visibility: visible !important;
	width: 45%;
	float: left;
	text-align: left;
}
	#main ul li.bigmenu ul>li:first-child {
		width: 55%;
	}
	#main ul li.bigmenu ul li a {
		padding: 6px 10px;
	}
	#main ul li.bigmenu ul li.bold {
		text-align: center;
		margin-top: 8px;
	}
	#main ul li.bigmenu ul li.bold a {
		width: 90%;
		margin: 0 auto;
		font-size: 11px;
		display: block;
		background-color: #b03b53;
		padding: 8px 12px;
		color: #ffffff;
		text-decoration: none;
		border-radius: 5px;
	}
#main li.bigmenu ul ul {
	width: auto;
	position: relative;
	background-color: transparent;
	padding: 0;
	margin: 0;
	left: 0;
	right: 0;
	opacity: 1;
	box-shadow: none;
	transform: rotateX(0) translateX(0%) !important;
	visibility: visible !important;
	column-count: 0;
	margin-bottom: 10px !important;
	overflow: hidden;
	columns: 2;
}

#main li.bigmenu ul ul li {
	width: 100% !important;
}
	#main ul li.bigmenu ul ul li a {
		padding: 4px 10px 4px 23px;
		font-size: 14px;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	}
	#main ul li.bigmenu ul ul li a:before {
		content: "» ";
		opacity: 0.6;
		display: inline-block;
		margin-left: -13px;
		margin-right: 3px;
	}

/*!-- WPRM MODERN TEMPLATE --*/


.wprm-recipe.wprm-recipe-template-custom-cutout {
	background-color: #ffffff;
	border: none;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-recipe-template-custom-cutout-container {
	padding: 0 25px
}
.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-recipe-template-custom-cutout-header {
	margin: 0 -25px 25px !important;
	padding: 110px 25px 0
}
.wprm-recipe.wprm-recipe-template-custom-cutout h2 {
	
}

.wprm-recipe.wprm-recipe-template-custom-cutout h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
}

.wprm-recipe.wprm-recipe-template-custom-cutout h4 {
	margin-bottom: 10px !important
}

.wprm-recipe.wprm-recipe-template-custom-cutout .recipe-meta {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase !important;
	margin: 15px 0 15px;
}
	.wprm-recipe.wprm-recipe-template-custom-cutout .recipe-meta.servings {
		background-color: rgba(255,255,255,.15);
		margin: 0 -25px;
		padding: 10px 25px;
	}
		.wprm-recipe.wprm-recipe-template-custom-cutout a.wprm-recipe-servings-link {
			background-color: #ffffff;
			color: #B03B53;
			display: inline-block;
			padding: 5px 5px 5px 7px;
			font-weight: bold;
			font-size: 14px;
			line-height: 1.2;
		}
	.wprm-recipe.wprm-recipe-template-custom-cutout .recipe-meta-bottom {
		margin: 25px -25px 0px -25px;
		padding: 10px 25px;
		color: #6F7577;
		background-color: #f5f5f5
	}
	.wprm-recipe.wprm-recipe-template-custom-cutout .recipe-meta .wprm-recipe-block-container {
		display: inline-block;
		margin-right: 15px;
		width: auto;
	}
		.wprm-recipe.wprm-recipe-template-custom-cutout .recipe-meta .wprm-recipe-times-container {
			display: inline;
		}
	.wprm-recipe.wprm-recipe-template-custom-cutout .recipe-meta .wprm-block-text-normal {
		text-transform: uppercase;
	}
	.wprm-recipe.wprm-recipe-template-custom-cutout .recipe-meta .wprm-block-text-italic {
		font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
		letter-spacing: normal;
		text-transform: lowercase;
	}
	
	.wprm-recipe.wprm-recipe-template-custom-cutout .recipe-meta .wprm-recipe-details-unit {
		font-size: 100%;
	}
	
.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-recipe-rating {
	font-size: 15px;
	margin-bottom: 15px
}
	.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-recipe-rating-details {
		display: inline-block;
		vertical-align: middle;
		margin-left: 11px;
		font-style: italic
	}
.wprm-recipe.wprm-recipe-template-custom-cutout .recipe-buttons {
	text-align: center;
	overflow: hidden;
	margin-bottom: 25px;
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	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;
	gap: 10px;
	justify-content: center;
}
.wprm-recipe.wprm-recipe-template-custom-cutout a.wprm-recipe-link {
	display: inline-block;
	width: auto;
	margin: 0;
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .1em;
	padding: 5px 15px !important;
}
	.wprm-recipe.wprm-recipe-template-custom-cutout a.wprm-recipe-link:hover {
		opacity: 0.7;
	}


.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-recipe-summary {
	font-size: 115%;
	line-height: 1.7;
}

.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-unit-conversion-container {
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Jost", "Futura", "Gill Sans", Arial, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: normal;
	margin: -5px 0 15px !important;
}
	.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-unit-conversion-container a {
		text-decoration: none !important;
		background-color: transparent !important;
		border: 1px solid #f5f5f5;
		box-shadow: none;
		color: #6F7577 !important;
		padding: 2px 8px;
	}
		.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-unit-conversion-container a.wprmpuc-active {
			font-weight: bold;
			color: #ffffff !important;
			background-color: #27536d !important;
			border-color: #27536d; 
		}
		
.wprm-recipe.wprm-recipe-template-custom-cutout li.wprm-recipe-instruction {
	margin-bottom: 15px !important;
}

.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-recipe-notes ul li {
	list-style-type: disc
}

.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-nutrition-label-container {
	font-size: 14px;
}
	.wprm-recipe.wprm-recipe-template-custom-cutout .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%
	}
	
	
@media ( max-width : 930px ) {

	
}
@media ( min-width : 800px ) and ( max-width : 860px ), ( min-width : 385px ) and ( max-width : 600px ) {

	
}