/*! 
Theme Name: Hummingbird High
Theme URL: https://www.hummingbirdhigh.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;
	}
	.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;
	}

}

.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1180px;
}
	.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: #252c2c;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #f2f2f2;
	background-color: #f6f6f5;
	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: 'kanyon';
	src: url('fonts/kanyon-bold-webfont.woff2') format('woff2'),
		 url('fonts/kanyon-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}


body {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.6;
	color: #252c2c;
	margin: 0;
}

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 {
			-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: #4f719c;
	text-decoration: underline;
}

a:hover {
	color: #a5bbce;
}

	.post-content a, .page-content a, .cat-desc a, .archiveslist a {
		color: #252c2c;
		font-weight: bold;
		background: linear-gradient(#f3e606, #f3e606) 0 98% / 100% 8px no-repeat;
		text-decoration: none;
	}
		.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: #252c2c;
			background: linear-gradient(#f3e606, #f3e606) 0 100% / 100% 21px no-repeat;
		}
	a.sbi_header_link {
		background: none !important;
	}
p {
	margin: 25px 0;
}

img {
	display: block;
}
	

h1, h2, h3, h4, h5, h6 {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-weight: bold;
	margin: 25px 0;
	color: #252c2c;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}
	.post-content h2, .page-content h2 {
		margin-top: 40px;
		padding-bottom: 15px;
		border-bottom: 1px solid #f2f2f2;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2 {
				border: none;
				background: transparent none;
				padding-bottom: 0;
				margin-top: 25px;
			}
		.page-content h2.block-title {
			padding: 0;
			border: none;
		}
	
	h1.divider, h2.divider, h3.divider, div.divider {
		text-align: left;
	}
		.centered {
			text-align: center
		}

	.subtitle {
		font-size: 14px;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		margin: 0 0 8px;
		display: block;
	}
		.subtitle {
		}

	.widget-title, .sidebar .divider, .sidebar .block-title, .sidebar h2 {
		margin: 20px 0 15px;
		font-size: 26px;
		text-align: center !important;
	}
	
h3 {
	font-size: 32px;
}
	
	.post-content h3, .page-content h3 {
		margin-top: 35px;
		font-size: 24px;
	}
h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}
	em strong, strong em {
		font-weight: normal;
		font-style: italic;
	}
.clear {
	clear: both;
}

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

.sep2 {
	width: 100%;
	height: 10px;
	margin: 35px 0;
	border-bottom: 1px solid #f2f2f2;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: none !important;
	margin: 45px auto;
}

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

/*!---------HEADER---------*/
.top-bar {
	background-color: #ffffff;
	line-height: 60px;
	height: 60px;
	padding: 0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1001;
}
	body.admin-bar .top-bar {
		padding-top: 30px;
		height: 90px;
	}
	.top-bar .main-nav {
		display: inline-block;
		float: right;
		vertical-align: middle;
	}
	
	.top-bar .social {
		
	}

.top-bar .logo {
	overflow: hidden;
	width: 264px;
	float: left;
	margin: 8px 0px 0 15px;
}
	.top-bar .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
.header-spacer {
	display: block;
	height: 60px;
	margin-bottom: 20px;
}
	body.admin-bar .header-spacer {
		
	}
	body.home .header-spacer {
		
	}
	
/*!---------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;
	}
	.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 25px;
	padding: 0;
}
	.span_content ul.biglist li, .span_content .bakers-tips ul li {
		margin-bottom: 25px;
	}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		font-family: 'Font Awesome 5 Pro';
		color: #252c2c;
		background-color: #f3e606;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 9px;
		width: 9px;
		margin-left: -17px;
		margin-right: 10px;
		position: relative;
		top: -2px;
		font-size: 12px;
		text-align: center;
	}
	.span_content .has-yellow-background-color ul li:before, .span_content .bakers-tips ul li:before {
		background-color: #4f719c;
	}


.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: #252c2c;
	background-color: #f3e606;
	-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: "kanyon", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
	.span_content .has-yellow-background-color ol>li:before {
		background-color: #ffffff;
	}
	.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---------*/

.sidebar {

}

.sidebar .home-section {
	margin: 30px 0 50px 0;
	text-align: center;
}

.widget a {
	text-decoration: none;
}

.sidebar select {
	color: #717676;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #f2f2f2;
	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;
}

.social a {
	color: #252c2c;
	font-size: 18px;
	padding: 0 6px;
	text-decoration: none;
	border: none;
	box-shadow: none;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
}
	.social a:hover {
		color: #4f719c;
	}
.footer .social a, .sidebar .social a, .home-section .social a {
	background-color: #e5e4df;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	margin: 0 3px;
}
	.home-section .social a {
		margin: 0px;
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.footer .social a:hover, .sidebar .social a:hover, .home-section .social a:hover {
		background-color: #a5bbce;
		color: #252c2c;
	}

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

.post {

}

h1.post-title, h2.post-title {
	margin: 5px 0 10px;
	text-align: left;
}

.post-title a {
	text-decoration: none;
	color: #252c2c;
}
	.post-title a:hover {
		color: #4f719c;
	}

.post-content>p:first-of-type {
	
}
.post-content>p:first-of-type:first-letter, p.has-drop-cap:first-letter {
	color: #252c2c;
	font-family: "kanyon", Helvetica, Arial, sans-serif;
	font-display: none;
	font-weight: bold;
	font-size: 66px;
	float: left;
	font-style: normal;
	line-height: .7;
	margin: 6px 5px -5px 0
}
	.has-drop-cap:not(:focus):first-letter {
		font-family: "kanyon", Helvetica, Arial, sans-serif;
		float: left;
		font-size: 66px;
		line-height: .7;
		font-weight: bold;
		margin: 6px 5px -5px 0;
		text-transform: uppercase;
		font-style: normal;
	}

.post-meta {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #717676;
	margin: 0 0 25px;
}

.post-meta a {
	color: #717676;
	text-decoration: none;
}
	.recipe-summary .post-meta a {
		color: #717676;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #4f719c;
		text-decoration: underline;
	}
	.post-meta.post-cat a {
		color: #252c2c;
		background-color: #f3e606;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: .15em;
		text-decoration: none !important;
		padding: 8px 9px 8px 12px;
		display: inline-block;
		line-height: 1.2;
		position: relative;
		z-index: 11;
	}
		.post-meta.post-cat a:hover {
			color: #252c2c;
			background-color: #a5bbce
		}
.post-meta span {
	display: inline-block
}

.post-meta .avatar {
	border-radius: 50%;
	width: 36px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}
.post-meta em {
	letter-spacing: normal;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}
.post-meta .meta-time {
	margin-left: 10px;
}
.post-meta .wprm-recipe-time {
	font-weight: bold;
}

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #717676;
}
	.meta-bottom a {
		color: #717676;
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #252c2c;
		background-color: #f3e606;
		text-transform: uppercase;
		letter-spacing: .1em;
		text-decoration: none !important;
		padding: 7px 8px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #a5bbce
		}
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: #717676;
	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: #252c2c;
}

.disclosure, small {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 11px;
	color: #717676;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
}
	.disclosure-top {
		
	}
a.more-link {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: bold;
	background: none !important;
	color: #252c2c;
	margin: 0px;
	text-align: center;
	box-shadow: none;
	border: none;
	text-decoration: underline;
	display: inline-block;
	font-size: 19px;
}
	.home-section a.fixed-more {
		font-size: 16px;
	}
	a.more-link:hover, a.more-link:focus {
		color: #4f719c !important;
		box-shadow: none;
		border: none;
	}

	
.alignleft {
	margin-right: 10px;
	float: left;
}

.alignright {
	margin-left: 10px;
	float: right;
}

.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	

/*! Gutenberg Blocks */

.fullwidth, .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
	width: 100vw;
}


.wp-block-image {
	margin: 30px 0;
}
.wp-block-gallery {
	margin: 35px 0;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		background: #f6f6f5;
		color: #252c2c;
		font-size: 15px;
		margin: 0;
		max-height: auto;
		padding: 10px 12px 12px;
		line-height: 1.5;
		position: relative;
		text-align: center;
		width: 100%;
	}
.post .wp-block-group.has-background, .post .has-background {
	padding: 10px 35px;
	margin-top: 35px;
	margin-bottom: 35px;
}
	.page-content .has-background {
		padding: 10px 35px;
	}
		.page-content .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: 25px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 30px;
		border-bottom: none;
		background: transparent none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -20px -30px 10px;
			padding: 20px 30px;
		}

	.has-yellow-background-color {
		background-color: #f3e606;
	}
		.has-yellow-background-color a {
			color: #252c2c;
			border-bottom: 1px solid #f3e606;
			box-shadow: inset 0 -2px 0 #f3e606;
		}
	.has-darkblue-background-color {
		background-color: #4f719c;
		color: #ffffff;
	}
	.has-blue-background-color {
		background-color: #a5bbce;
	}
	.has-lightblue-background-color {
		background-color: #edf3f9;
	}
	.has-lightgray-background-color {
		background-color: #f6f6f5;
	}
	.has-medgray-background-color {
		background-color: #e5e4df;
	}
	.has-black-background-color {
		background-color: #252c2c;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #FFF;
		border: 2px solid #252c2c !important;
	}
	
	
	.has-darkblue-color {
		color: #4f719c;
	}
	.has-blue-color {
		color: #a5bbce;
	}
	.has-lightblue-color {
		color: #edf3f9;
	}
	.has-yellow-color {
		color: #f3e606;
	}
	.has-black-color {
		color: #252c2c;
	}
	.has-lightgray-color {
		color: #f6f6f5;
	}
	.has-med-gray-color {
		color: #e5e4df;
	}
	.has-white-color {
		color: #ffffff;
	}
	
.wp-block-quote {
	padding: 20px 45px;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
	.gb-block-container .wp-block-quote {
		background: unset;
		padding: unset;
		margin: unset;
	}
	.wp-block-quote p {
		position: relative;
		z-index: 11;
	}
.wp-block-group.stars {
	margin-top: 75px !important;
	text-align: center;
	background: transparent !important;
	border: 2px solid #252c2c;
}
	.wp-block-group.stars:before {
		content: "\f005\f005\f005\f005\f005";
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
		font-style: normal;
		font-size: 42px;
		line-height: 1;
		margin: -18px auto 0px;
		color: #f3e606;
		background-color: #ffffff;
		padding: 0 10px;
		display: inline-block;
		position: relative;
		top: -18px;
	}
	.wp-block-group.stars h2 {
		margin-top: 10px;
	}

.wp-block-quote cite {
	font-family: "kanyon", Arial, Helvetica, 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;
	}

.has-background.leave-a-review {
	position: relative;
	margin-top: 80px !important;
	padding-top: 50px !important;
	text-align: center;
	font-size: 90%;
	line-height: 1.5;
}	
.has-background.leave-a-review:before {
	content: "\f005\f005\f005\f005\f005";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	font-style: normal;
	font-size: 34px;
	margin: -47px auto -10px;
	color: #f3e606;
	display: block;
}

.has-background.leave-a-review strong {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	color: #252c2c;
	text-transform: lowercase;
	font-weight: bold;
}
.has-background.leave-a-review a {
	color: #252c2c;
	border-bottom: 1px solid #f3e606;
	box-shadow: inset 0 -2px 0 #f3e606;
}

.wp-block-group.bakers-tips {
	
}
	.wp-block-group.bakers-tips ul li:before, ul.fancy-list li:before {
		color: #252c2c;
		content: "\f069";
		font-weight: bold;
		width: 25px;
		height: 25px;
		background: none;
		border-radius: unset;
		font-size: 16px;
		margin-left: -30px;
		margin-right: 4px;
	}
	ul.fancy-list li:before {
		color: #f3e606;
	}

[class*="icon-"]:before {
	letter-spacing: normal;
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	color: #4f719c;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
	
h2[class*="icon-"] {
	border: none;
	padding: 0;
	margin: 35px 0 -5px;
}

h2[class*="icon-"]:before {
	
}
	.has-background h2[class*="icon-"] {
		margin: 15px 0 -10px;
	}
	.has-background h2[class*="icon-"]:before {
		width: 50px;
		height: 50px;
		margin-left: -60px;
	}
	

.wp-block-group[class*="icon-"] {
	text-align: center;
	padding-top: 1px !important;
	position: relative;
	margin-top: 55px !important;
}
.wp-block-group[class*="icon-"]:before {
	display: inline-block;
	color: #222;
	background-color: #f3e606;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 70px;
	margin: 0;
	margin-top: -75px;
	margin-bottom: -15px;
}
	.has-yellow-background-color.wp-block-group[class*="icon-"]:before {
		color: #252c2c;
		background-color: #fff;
	}
	
	.icon-utensils:before {
		content: "\f2e7";
	}
	.icon-soup:before {
		content: "\f823";
	}
	.icon-check:before {
		content: "\f00c";
	}
	.icon-question:before {
		content: "\f128";
	}
	.icon-info:before {
		content: "\f129";
	}	
	.icon-heart:before {
		content: "\f004";
	}	
	.icon-star:before {
		content: "\f005";
	}
	.icon-clock:before {
		content: "\f017";
	}	
	.icon-asterisk:before {
		content: "\f069";
	}
	.icon-arrow-right:before {
		content: "\f061";
	}
	.icon-chevron-right:before {
		content: "\f054";
	}
	.icon-chevron-double-right:before {
		content: "\f324";
	}
	.icon-utensils-alt:before {
		content: "\f2e6";
	}
	

.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #252c2c;
	background-color: #f3e606;
	-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;
}
	

/*! Inner Post */

.inner-post {
	
}

#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 !important
	}
	#dpsp-content-top ul li:first-child, #dpsp-content-bottom ul li:first-child, .dpsp-shortcode-wrapper ul li:first-child {
		margin-left: -2px !important;
		padding-left: 0 !important
	}

#dpsp-content-top a, #dpsp-content-top button, #dpsp-content-bottom a, dpsp-content-bottom button, .dpsp-shortcode-wrapper a {
	border: none !important;
	box-shadow: none !important;
}
#dpsp-content-top button, #dpsp-content-bottom button {
	margin-right: .5px !important
}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 30px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 24px;
	line-height: 1.2;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.post-nav .nav-links {
	overflow: hidden;
	width: 100%;
}

.post-nav a {
	color: #252c2c;
	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: #252c2c
}
.post-nav div a:hover {
	color: #4f719c;
}

.post-nav em {
	display: block;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #717676;
	padding: 0 0 5px;
}

/*! Pages */


#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	zoom: 1;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	margin: 5px auto 0;
	padding: 8px 14px;
	text-decoration: none;
	vertical-align: top;
}
	#sb_instagram #sbi_load .sbi_load_btn {
		background: #e5e4df;
		color: #252c2c;
	}
	#sb_instagram .sbi_follow_btn a  {
		background: #f3e606 !important;
		color: #252c2c;
	}
/*!---------POST ITEM GRIDS---------*/

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
	.items .item {
		margin: 0 1% 0;
		text-align: center;
		position: relative;
	}
	
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0 -1.75%;
	}
		.items-2-col .item {
			width: calc((100% / 2) - 3.5%);
			margin: 0 1.75% 20px;
		}
	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -2%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 4%);
			margin: 0 2% 2%;
		}
		.span_content_full .items-3-col .item, .search-posts .item	 {
		
		}
		.archives.items-3-col .item {
			margin-bottom: 15px;
		}
		.recipe-cats {
			margin-top: 35px;
		}

	/* Desktop 4 Columns*/
	.items-4-col {
		margin: 0 -1.25%;
	}
		.items-4-col .item {
			width: calc((100% / 4) - 2.5%);
			margin: 0 1.25% 1.25%;
			margin-bottom: 15px;
			
		}
	.sidebar .items-4-col {
		margin: 0 -2%
	}
		
		.sidebar .items-4-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 2%;
		}
	/* Desktop 5 Columns*/
	.items-5-col {
		margin: 0 -1.25%;
	}
		.items-5-col .item {
			width: calc((100% / 5) - 2.5%);
			margin: 0 1.25% 15px;
			
		}
			.items-5-col .item:nth-child(6) {
				display: none;
			}
	/* Desktop 6 Columns*/
	.items-6-col {
		margin: 0 -1%;
	}
		.items-6-col .item {
			width: calc((100% / 6) - 2%);
			margin: 0 1% 0;
			
		}
	/* Desktop 7 Columns*/
	.items-7-col {
		margin: 0 -1%;
	}
		.items-7-col .item {
			width: calc((100% / 7) - 2%);
			margin: 0 1% 0;
			
		}
	/* Desktop 8 Columns*/
	.items-8-col {
		margin: 0 -1%;
	}
		.items-8-col .item {
			width: calc((100% / 8) - 2%);
			margin: 0 1% 0;
			
		}

.items .item .title {
	margin: 15px 0;
	word-wrap: break-word;
	clear: both;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
	.items-1-col .item .title {
		font-size: 16px;
		font-size: clamp(12px, 1.5vw, 18px)
	}
	.items-2-col .item .title {
		font-size: 24px;
		font-size: clamp(12px, 2.5vw, 24px);
	}
	.items-3-col .item .title {
		font-size: 21px;
		font-size: clamp(12px, 2.25vw, 21px);
	}
		.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
			font-size: 32px;
			font-size: clamp(18px, 3vw, 28px);
		}
		.archives.items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(14px, 1.5vw, 18px);
			padding: 0;
			border: none;
		}
		
	.items-4-col .item .title {
		font-size: 16px;
		font-size: clamp(12px, 2vw, 18px);
	}
		.sidebar .items .item .title {
			font-size: 14px;
			margin: 10px 0;
		}
		.featured-posts-block .item .title {
			font-size: 16px;
			font-size: clamp(12px, 2vw, 18px);
		}
	.items-5-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 18px);
	}
	.items-6-col .item .title, .items-7-col .item .title, .items-8-col .item .title {
		font-size: 14px;
		font-size: clamp(10px, 1.5vw, 14px);
		text-transform: uppercase;
		letter-spacing: .1em;
	}

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


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

.items .item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.items .item a.block:hover img {
		opacity: 0.85
	}
	.icons .item img {
		border-radius: 50%;
	}
.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: 15px 4% 5px;
}
	.post-content .featured-posts-block.has-background .more {
		margin: -10px 0 15px;
	}
	.post-content .featured-posts-block .block-title {
		margin: 15px 0 15px;
		padding: 0;
		border: none;
		font-size: 28px;
	}
	
.page-content .home-section.has-background {
	padding: 15px 20px;
}
	.page-content .home-section.has-background {
		padding: 20px;
		margin-left  : calc( -100vw / 2 + 100% / 2 );
		margin-right : calc( -100vw / 2 + 100% / 2 );
		max-width	  : 100vw;
		width: 100vw;
	}
	.page-content .featured-posts-block .wrap, .post-content .featured-posts-block .wrap, .page-content .home-section .wrap {
		padding: 0;
	}
		.page-content .home-section.has-background .wrap {
			padding: 0 20px
		}


.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%;
	margin: 20px 0;
}

.teaser-post .more {
	margin: -10px 0 0;
}

.teaser-post .post-cat {
	margin: -15px auto 15px;
	text-align: center;
	max-width: 90%;
}

.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		position: absolute;
		bottom: 0%;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		display: inline-block;
		margin: 0;
		background-color: #f3e606;
		color: #252c2c;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 13px;
		padding: 9px 11px 9px 13px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		white-space: nowrap;
	}
		.home-section .item a.overlay:hover .title {
			background-color: #a5bbce;
		}


		
/*!----Homepage Styles----*/
.home-sections .adthrive-content {
	margin: 5vw 0;
}
.upper-home-sections {
	margin-bottom: 7vw;
}
.lower-home-sections {
	margin-top: 7vw;
}
.home-section {
	clear: both;
	position: relative;
	padding: 3vw 0;
}
	.widget.popular-posts {
		clear: both;
		position: relative;
		margin: 0;
		padding: 3vw 0;
	}
		.sidebar .widget.popular-posts {
			padding: 0;
		}
.home-section .wrap {
	position: relative;
}
	.home-section.shaded, .home-section.has-background {
		border: none;
		padding: 3vw 0;
		position: relative;
	}
	.home-section.shaded.video-block {
		padding: 5vw 0;
	}
	

.upper-home-sections .home-section {
	padding: 2vw 0;
	margin: 0;
	position: relative;
}
	.upper-home-sections .home-section:nth-child(1) {
		padding-top: 0;
	}
		.upper-home-sections .home-section:nth-child(1) .wrap {
			/*max-width: 100%;
			padding: 0 2%;*/
		}
	.upper-home-sections .home-section:nth-child(1):after {
		display: block;
		content: "";
		width: 100%;
		height: 53%;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: #f6f6f5;
		z-index: -1;
	}
	.upper-home-sections .home-section:nth-child(2):after {
		display: block;
		content: "";
		width: 100%;
		height: 53%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		background-color: #f6f6f5;
		z-index: -1;
	}
	.upper-home-sections .home-section.search-block {
	
	}
	.upper-home-sections .home-section .block-title {
		text-align: center
	}
		.upper-home-sections .home-section.search-block .block-title {
			font-size: 34px;
		}


.home-section .block-title, .widget.popular-posts .block-title {
	margin: 25px 0 25px;
	text-align: left;
}
	.widget.popular-posts .block-title {
		
	}
	.sidebar .home-section .block-title {
		text-align: center;
		margin: 15px 0 15px;
		font-size: 28px;
	}
.home-section p.description {
	margin: -10px 0 20px;
}

.home-section .more {
	text-align: center;
	clear: both;
}

	.home-section .more a em, .sidebar .more a em {
		display: none
	}

@media ( min-width : 650px ) {
	.home-section .fixed-more {
		position: absolute;
		top: 10px;
		right: 20px;
	}
		.post-content .home-section .fixed-more {
			position: relative;
			top: 0px;
			right: 0px;
		}
}

.home-section.subscribe {
	padding: 2vw 0;
}
	.cat-landing .home-section.subscribe {
		margin: 2vw 0 0;
		padding: 2vw 0;
	}
	.no-cat-landing .home-section.subscribe {
		margin: 0 0 4vw 0;
		padding: 2vw 0;
	}
.post-content .home-section.subscribe {
	padding: 2vw;
	text-align: center;
}
.optin-content {
	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;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 2%;
}
	.post-content .optin-content {
		gap: 0;
		display: block;
		flex: none;
		text-align: center;
	}
	.optin-content .caption {
		flex: auto 0 1;
		margin: 0 auto;
		text-align: center
	}
		.optin-content .caption h2 {
			margin: 0 auto;
			font-size: 24px;
			line-height: 21px;
			text-align: center
		}
			.post-content .optin-content .caption h2 {
				margin: 0 auto 0;
				line-height: 1.2;
				display: block;
				font-size: 32px;
			}
			.optin-content .caption h2 em {
				
			}
		.optin-content .caption p {
			margin: 0;
			font-size: 90%;
		}
	.optin-content .form {
		flex: auto 1 1;
		margin: 0 auto;
		max-width: 400px;
	}
		.post-content .optin-content .form {
			max-width:500px;
		}

	.sidebar .optin-content, .inner-post .optin-content, .post-content .optin-content, .footer .optin-content {
		display: block;
		flex: none;
		padding: 0;
	}

		.sidebar .optin-content .caption h2 {
			
		}
		.inner-post .optin-content .caption h2 {
			
		}
	.optin-content .social {
		flex: auto 0 1;
		margin: 0 0 0 20px;
	}
		.footer .optin-content .social {
			margin: 20px 0 0 0;
		}
	
.home-section .big-feature-content {
	position: relative;
}
.home-section .big-feature-content .image a {
	display: block;
	width: 100%;
	overflow: hidden;
}
	.home-section .big-feature-content .image a img {
		object-fit: cover;
		width: 100%;
		height: auto;
		min-height: 100%;
		display: block;
	}
	.home-section .big-feature-content .image .image1 {
		overflow: hidden;
		width: 59%;
		float: left;
	}
		.home-section.right .big-feature-content .image .image1 {
			float: right;
		}
	.home-section .big-feature-content .image .image2 {
		overflow: hidden;
		width: 40%;
		float: right;
		margin-bottom: 1.1%;
	}
		.home-section.right .big-feature-content .image .image2 {
			float: left;
		}
	.home-section .big-feature-content .image .image3 {
		overflow: hidden;
		width: 40%;
		float: right;
	}
		.home-section.right .big-feature-content .image .image3 {
			float: left;
		}
	
	.home-section .big-feature-content .caption {
		width: 53%;
		margin: 0;
		background-color: #ffffff;
		padding: 3% 3% 0 0;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 11;
	}
		.home-section.right .big-feature-content .caption {
			right: 0;
			left: auto;
			bottom: 0;
			padding: 3% 0 0 3%;
		}
		.home-section .big-feature-content .title {
			margin: 0
		}
		.home-section .big-feature-content .subtitle {
			margin-bottom: 12px;
		}
		.home-section .big-feature-content .caption p {
			margin: 15px 0 20px;
		}
		.home-section .big-feature-content .more {
			margin: 0;
			display: block;
			text-align: left
		}
.home-section.latest-recipes {
	padding-top: 4vw;
}
.lower-home-sections .home-section.has-background.about, .page-content .home-section.has-background.about {
	padding: 1px 0;
	margin-top: 11vw;
	margin-bottom: 9vw;
	position: relative;
}	
	body.page-id-9217 .page-content .home-section.has-background.about {
		margin-top: 9vw;
		margin-bottom: 11vw;
	}
.lower-home-sections .home-section.has-background.book, .block-section.has-background.book, .page-content .home-section.has-background.book {
	padding: 0;
	margin-top: 3vw;
	margin-bottom: 3vw;
}
	.cat-landing .block-section.has-background.book {
		padding: 0;
		margin: 2vw 0;
	}
	.post-content .block-section.has-background.book {
		padding: 0;
	}
		.post-content .block-section.has-background.book .wrap {
			padding: 0;
		}

.home-section .widget-content {
	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;
	align-items: center;
	position: relative;
}
	.cta-block .widget-content {
		max-width: 960px;
		margin: 0 auto;	
	}
	.home-section.about .widget-content {
		max-width: 960px;
		margin: 0 auto;	
		margin-left: auto;
		margin-right: auto;
	}
	
.home-section .widget-content .image {
	width: 42%;
}
	.lower-home-sections .home-section.about .widget-content .image, .page-content .home-section.about .widget-content .image {
		margin: -8% 0;
		position: relative;
	}
		
		
	.home-section.book .widget-content .image {
		order: 2;
	}
	.home-section .widget-content .image img {
		width: 100%;
		height: auto;
		display: block;
		vertical-align: top;
	}
	.home-section.about .widget-content .image:before {
		content: "";
		display: block;
		width: 93px;
		height: 93px;
		background: url(images/meetthebaker.png) no-repeat;
		background-size: 100% auto;
		margin: 0;
		position: absolute;
		left: -40px;
		top: -40px;
	}
		body.page-id-9217 .home-section .widget-content .image:before {
			display: none;
		}
		.sidebar .home-section.about .widget-content .image:before {
			left: auto;
			right: -40px;
		}

.home-section .widget-content .caption {
	width: 55%;
	margin: 0;
	text-align: left;
	z-index: 11;
}
	.sidebar .home-section .widget-content .caption, .sidebar .home-section .widget-content .more {
		text-align: center
	}
		.sidebar .has-background.home-section .widget-content .caption {
			padding: 15px 15px 20px;
		}
	.post-content .home-section.book .widget-content .caption {
		padding: 3% 4% 4%;
	}
	.home-section .widget-content .caption p {
		margin: 15px 0 20px;
	}
	.home-section .widget-content .more {
		margin: 0 0 20px;
		display: block;
		text-align: left
	}
		
	.home-section .widget-content .social {
		margin: 20px 0 0 -5px;
	}
		.sidebar .home-section .widget-content .social {
			margin: 30px 0 0 !important;
		}

.home-section .search-content {
	
}
	.home-section .search-content .block-title {
		margin: 0 0 15px;
	}
	.home-section .search-content .search-form {
		margin: 0 auto;
		max-width: 700px;
	}
	.home-section .search-content .more {
		margin: 10px 0 0;
	}


.sidebar .home-section {
	padding: 0;
	margin-bottom: 50px;
	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;
}
.sidebar .widget-content .image, .sidebar .widget-content .caption {
	padding: 0;
	width: 100%;
}

/*!---------CONTENT PAGE STYLES---------*/

.wp-block-buttons {
	margin: 35px auto;
}
.span_content_full .page-content p, .span_content_full .page-content h1, .span_content_full .page-content h2, .span_content_full .page-content .wp-block-quote, .span_content_full .page-content ul, .span_content_full .page-content ol {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.span_content_full figure.alignright {
		width: 35%;
		height: auto;
	}
		.span_content_full figure.alignright img {
			width: 100%;
			height: auto;
		}
.span_content_full .wp-block-group.alignfull .wp-block-quote {
	margin: 3vw auto;
}
.span_content_full .wp-block-group.alignfull .wp-block-quote p {
	text-align: center;
	font-size: 140%;
}
.span_content_full .wp-block-gallery {
	margin-top: 4vw;
	margin-bottom: 4vw;
}
.span_content_full .wp-block-media-text {
	margin-bottom: 35px;
	margin-top: 35px;
}
	.wp-block-media-text:not(.has-background) .wp-block-media-text__content {
		padding-right: 0;
	}
	.wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__content {
		padding-left: 0;
	}

.span_content_full .wp-block-cover {
	margin-top: 3vw;
	margin-bottom: 3vw;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #252c2c;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.span_content_full .wp-block-cover .has-white-background-color {
	border: none !important;
}

/*!---------LANDING PAGE STYLES---------*/

.cat-landing {
	margin-bottom: 6vw;	
}
	.no-cat-landing {
		margin-bottom: 35px;		
	}
	.cat-desc {
		margin-bottom: 35px;
	}
	.cat-image {
		float: right;
		min-width: 120px;
		width: 25%;
		margin: 0 0 25px 15px;
	}
		.cat-image img {
			width: 100%;
			height: auto;
			display: block;
		}


.popular .item .image {
	display: block;
	position: relative;
	margin-top: 20px
}
	.popular .item .image:after {
		content: "01";
		position: absolute;
		font-weight: bold;
		top: -13%;
		left: -11%;
		display: inline-block;
		margin: 0;
		color: rgba(255,255,255,.2);
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: normal;
		font-size: 80px;
		font-size: clamp(60px, 5vw, 80px);
		line-height: 1;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: black;
		display: inline-block;
	}
		.popular .item .image:after {
		}
		.popular .item:nth-child(2) .image:after {
			content: "02";
		}
		.popular .item:nth-child(3) .image:after {
			content: "03";
		}
		.popular .item:nth-child(4) .image:after {
			content: "04";
		}
		.popular .item:nth-child(5) .image:after {
			content: "05";
		}
		.popular .item:nth-child(6) .image:after {
			content: "06";
		}
		.popular .item:nth-child(7) .image:after {
			content: "07";
		}
		.popular .item:nth-child(8) .image:after {
			content: "08";
		}
		.popular .item:nth-child(9) .image:after {
			content: "09";
		}
		.popular .item:nth-child(10) .image:after {
			content: "10";
		}


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

ul.subcategories {
	margin: 0;
}
ul.subcategories strong, .subcats strong {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .15em;
	margin: 0;
	text-align: left;
}
ul.subcategories li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before {
		display: none;
	}
ul.subcategories li, ul.subcategories li {
	display: inline-block
}
ul.subcategories ul li a, .subcats a {
	display: inline-block;
	font-size: 11px;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	color: #252c2c;
	background-color: #f3e606;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	text-decoration: none !important;
	padding: 7px 8px;
	line-height: 1.2;
	margin: 3px 2px 3px 0;
}
	ul.subcategories ul li a:hover, ul.subcategories ul li a:focus, .subcats a:hover, .subcats a:focus {
		background-color: #a5bbce;
		color: #252c2c;
		text-decoration: none !important;
	}


.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 {
	display: block;
	margin: 0 0 10px 10px !important;
	padding: 0 10px 0 0px !important;
	list-style-type: disc !important;
	list-style-position: outside;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.4;
	font-size: 18px;
	color: #3e3f3c;
}

.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: 14px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #787976;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #3e3f3c
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle .backtotop {
	color: #787976;
	letter-spacing: normal;
	font-style: italic;
	font-family: "causten_round", Geneva, Arial, helvetica, sans-serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

.tagtitle .backtotop a {
	color: #787976;
	text-decoration: none;
}

	.tagtitle a:hover {
		color: #3e3f3c;
	}
	
.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 !important;
	margin:	 0 !important
	
}
	.tagslist li {
		
	}
	.tagslist li:before {
		display: none !important;
	}
	.tagslist li em {
		color: #6e6e6e;
		font-size: 80%;
	}

/*Facets*/
	.facets, .facetwp-flyout-content {
		font-size: 90%;
	}
		.facets .facetwp-counter {
			font-size: 12px;
			opacity: 0.7;
		}
		.facets .facetwp-checkbox {
			line-height: 1.4;
			margin-bottom: 5px;
			margin-left: 2px
		}
	.facets h1 {
		font-size: 28px;
	}
	.facets h2, .facetwp-flyout-content h3 {
		font-size: 21px;
		margin: 0 0 8px;
	}
	
	.facetwp-facet {
		font-size: 90%;
		margin: 0 0 20px !important;
	}
	.facetwp-toggle {
		font-style: italic;
	}
	.facetwp-per-page {
		margin-bottom: 25px;
	}
	
	.facetwp-search {
		border: 1px solid #e5e4df;
		color: #252c2c;
		font-size: 15px;
		font-weight: normal;
		font-style: italic;
		line-height: 40px;
		background-color: #fff;
		padding: 0 10px;
		vertical-align: middle;
		height: 40px;
		min-width: auto !important;
		width: 100% !important;
	}
	
	.sort-bottom, .facet-pagination-bottom {
		display: block;
		width: 100%;
		text-align: center;
		margin: 20px 0 0;
	}
	.facetwp-load-more, button.facetwp-flyout-open {
		color: #252c2c;
		font-size: 14px;
		line-height: 1.2;
		font-weight: bold;
		background: none;
		background-color: #f3e606;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		text-transform: lowercase;
		text-decoration: none;
		border: none;
		letter-spacing: .2em;
		cursor: pointer;
		margin: 0;
		padding: 13px 20px 14px 22px;
		text-decoration: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	
		.facetwp-load-more:hover, button.facetwp-flyout-open:hover {
			background-color: #a5bbce;
		}
	.facet_sidebar button.facetwp-flyout-open {
		display: none;
	}
	.facetwp-flyout-open {
		margin: 0 10px 0 0;
		display: inline-block;
	}
	.facetwp-flyout-close {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		color: #252c2c;
		background-color: #f3e606;
		text-decoration: none;
		cursor: pointer;
		padding: 10px 20px 10px;
	}
		.facetwp-flyout-close:hover, .facetwp-flyout-close:focus {
			background-color: #a5bbce;
		}
	.facetwp-flyout-close:before {
		content: "close ";
		color: #252c2c;
		text-transform: none;
	}

	
/*!Breadcrumbs*/

.breadcrumb {
	color: #717676;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 10px;
}
	.single-post-content .breadcrumb {
		
	}
.breadcrumb a {
	background: none !important;
	color: #717676;
	text-decoration: underline;
	border: none;
	box-shadow: none !important;
}
	.breadcrumb .breadcrumb_last {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-weight: normal;
	}
	body.single-post .breadcrumb .breadcrumb_last {
		display: none;
	}
.breadcrumb a:hover {
	color: #4f719c;
}


/*!---------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 #f2f2f2;
}

.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 #f2f2f2;
	width: 100%
}

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open {
	color: #252c2c;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	background: #f3e606;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 18px 25px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	button.facetwp-flyout-open {
		font-size: 12px;
		padding: 8px 15px;
	}
	.wp-block-button.bigbutton a {
		font-size: 24px;
		padding: 25px 40px;
	}
	a.smbutton, button.smbutton {
		font-size: 12px;
		padding: 10px 12px;
	}
	#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 {
		color: #252c2c;
		background: #a5bbce;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f6f6f5;
	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 {
	width: 100%;
	border: none;
	overflow: hidden;
	position: relative;
}

.span_content .search-form {
	max-width: 100%;
}

.search-form .search-field {
	color: #252c2c;
	font-size: 21px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 70px;
	height: 70px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1.5px solid #252c2c;
}
	.search-form .search-field:focus {
		border: 2px solid #f3e606;
		outline: none;
	}
	.home-section .search-field {
		
	}
	

.search-form .search-submit {
	background-color: transparent;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 32px;
	color: #252c2c;
	line-height: 70px;
	width: 60px;
	height: 70px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
	.search-form .search-submit svg {
		position: relative;
		top: 4px;
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #a5bbce;
		fill: #a5bbce;
	}

	.home-section .search-submit {
		
	}



		


/*Subscribe Forms*/

.subscribe {
	text-align: center;
}
	.subscribe h2, .subscribe .title, .subscribe .block-title {
		
	}
	.subscribe p {
		opacity: 0.7;
		font-size: 18px;
		font-weight: bold;
	}
.subscribe .email-form {
	clear: none;
	margin: 0;
	width: 100%;
	position: relative;
}
	
.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #252c2c;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	margin: 0;
	padding: 0 55px 0 20px;
	width: 100%;
}
	.shaded .email-input {
		border: none;
	}
	.email-input:focus {
		outline: none;
		color: #252c2c;
		background-color: #ffffff;
		border: 2px solid #f3e606
	}

.subscribe .email-submit {
	border: none;
	font-size: 15px;
	font-weight: bold;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .075em;
	color: #252c2c;
	background-color: transparent;
	text-align: center;
	border: none;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	width: 52px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
	.sidebar .subscribe .email-submit {
		
	}
	.subscribe .email-submit i {
		font-size: 24px;
		line-height: 52px;
	}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #a5bbce;
	}

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


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

.footer {
	margin-top: 50px;
	margin-bottom: 0;
	background-color: #f6f6f5;
	padding: 3vw 0;
}
	body.home .footer {
		
	}
.footer .press {
	padding: 20px 10px 15px;
	max-width: 1100px;
	margin: 0 auto;
}
	.footer .press:before {
		content: "As Seen In...";
		color: #252c2c;
		font-size: 12px;
		font-weight: bold;
		
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		letter-spacing: .2em;
		text-transform: uppercase;
		display: block;
		margin: 0px;
	}
	.footer .press-mobile {
		display: none;
	}
.footer .press img {
	width: 100%;
	height: auto;
	display: block;
}
.footer .subscribe {
	margin: 0;
	padding: 0;
}

.footer>.wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	text-align: center;
}
	.footer>.wrap .wrap {
		padding: 0;
	}
.footer .wrap .subscribe {
	grid-area: 1 / 3 / 3 / 4;
	width: 340px;
	margin-left: auto;
}
.footer .wrap .logo {
	grid-area: 1 / 2 / 2 / 3;
	width: 200px;
	text-align: center;
	margin: 0 auto;
}
	.footer .wrap .logo img {
		margin: 0 auto 35px;
	}
.footer .wrap .copyright {
		grid-area: 2 / 2 / 3 / 3;
		width: 200px;
		text-align: center;
		font-size: 11px;
		margin: 0 auto;
		opacity: 0.7;
	}
.footer .wrap .footer-nav {
	grid-area: 1 / 1 / 3 / 2;
	width: 340px;
	display: flex;
	justify-content: space-between;
}
	.footer .wrap .footer-nav ul {
		flex-shrink: 1;
	}
	.footer h2.block-title {
		font-size: 24px;
		text-transform: lowercase;
		margin: 10px 0 10px;
		text-align: center;
	}
		.footer .subscribe h2.block-title {
			margin-bottom: 15px;
		}
	.footer .widget_nav_menu li {
		font-size: 15px;
		text-transform: lowercase;
		margin: 0 0 8px 0;
	}
		.footer .widget_nav_menu li a {
			color: #252c2c;
			text-decoration: none;
		}
		.footer .widget_nav_menu li a:hover {
			color: #4f719c
		}
	
.sub-footer {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}
.sub-footer a {
	text-decoration: none;
	color: #717676;
}
	.sub-footer a:hover {
		color: #4f719c
	}
.sub-footer .footer-nav {
	width: 70%;
	float: left;
	text-align: left;
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 12px;
}
	.sub-footer .footer-nav .top a {
		color: #252c2c
	}
	
.copyright {
	width: 30%;
	text-align: right;
	float: right;
}
.copyright p {
	margin: 0;
}
.copyright strong {
	font-weight: bold;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.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: #60727f;
}

.copyright a:hover {
	color: #253E4F;
}

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

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

#respond {
	margin-top: 80px;
	padding: 2% 5% 10px;
	background: #f6f6f5;
}

	#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 #f2f2f2;
	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: #f6f6f5;
	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: 13px;
	text-align: left;
	clear: none;
	color: #717676
}

.comment-meta:before {
	display: none;
}

.comment-meta a {
	
}

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

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

.comment-meta a:hover {
	color: #252c2c;
	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: #717676;
	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: #252c2c;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-weight: bold;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #717676;
}
	.comment-pagination {
		margin: 0 0 30px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #717676;
	margin: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	display: inline-block;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #252c2c;
	background-color: #ffffff;
	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: #4f719c;
}

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

#top {
font-family: "kanyon", Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .02em;
	text-transform: lowercase;
	font-size: 13px;
}
#top li {
	display: inline-block;
	margin: 0 6px 0;
}
#top li a {
	color: #717676;
	text-decoration: none;
}
	#top li a:hover {
		color: #4f719c
	}


/*!---------MAIN DROPDOWN MENU---------*/
	
#main {
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 19px;
	height: 60px;
	display: block;
}

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

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

#main li a {
	display: inline-block;
	padding: 0 3px;
	margin: 0;
	text-decoration: none;
	color: #252c2c;
	-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 a:focus, #main li:hover a {
	color: #252c2c;
	background: linear-gradient(#f3e606, #f3e606) 0 63% / 100% 8px no-repeat;
}

#main li.search a {
	display: block;
	width: 45px;
	font-size: 18px;
}

#main li.bold a {
	
}

#main li.search {
	vertical-align: middle;
	margin: 0px;
	
}
#main li.search a, #main li.search label.custom-mobile-search {
	width: 50px;
	height: 60px;
	line-height: 60px;
	color: #252c2c;
	text-align: center;
	padding-right: 10px;
	display: block;
	position: relative;
	top: 1px;
}
	#main li.search a:hover, #main li.search:hover svg, #main li.search a:focus {
		color: #a5bbce;
		fill: #a5bbce;
	}
	#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: 20px;
		line-height: 70px;
	}
	
#main li.social {
	margin: 0 5px 0 7px;
}
#main li.social a {
	font-size: 17px;
	padding: 0 5px;	
	background: none !important;
	color: #252c2c
}
	#main li.social a:hover {
		background: none !important;
		color: #a5bbce;
	}
	
/*!Sub Menus Level 1 */

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

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

#main li li a {
	width: 100%;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .15em;
	border: none;
	background: none !important;
	color: #252c2c !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 a:hover, #main li li:hover>a {
		background-color: #a5bbce !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%;
}
	
		
/*!Sub Menus Level 2*/

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

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

#main li li li a {
	
}

/*! WPRM */

.wprm-recipe.wprm-recipe-template-purr-custom {
	font-size: 95%;
	position: relative;
	overflow: visible;
	margin: 80px 0 50px;
	border: none;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
	background-color: #f6f6f5;
	margin: 0;
	padding: 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;
	align-content: center;
	text-align: left
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
	width: 30%;
	order: 2;
	text-align: center;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-image img {
		display: block;
		width: 100%;
		height: auto;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-title-block {
	width: 68%;
	order: 1;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-buttons {
	
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-body {
	padding: 15px 25px 25px;
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}


	
.wprm-recipe.wprm-recipe-template-purr-custom h2, .wprm-recipe.wprm-recipe-template-purr-custom h2.wprm-recipe-name {
	margin: 15px 0 15px !important;
	border: none;
	padding: 0;
	text-align: left;
	background: transparent none !important;
	line-height: 1.1;
	font-size: 32px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom h2 .subtitle {
		font-style: normal;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom h2.wprm-recipe-name:before {
		content: "";
		width: 93px;
		height: 93px;
		background: url(images/gettherecipe.png) no-repeat;
		background-size: 100% auto;
		margin: 0;
		position: absolute;
		right: -40px;
		top: -40px;
	}
.wprm-recipe.wprm-recipe-template-purr-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	text-transform: lowercase;
	font-size: 26px;
	color: #252c2c
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-decoration-line {
	height: 1px;
	border-bottom: 2px solid #f2f2f2 !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom h4.wprm-recipe-group-name {
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 10px !important;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-summary {
	font-style: italic;
	line-height: 1.6;
	font-size: 92%;
	text-align: left;
	margin: 10px 0 20px
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-prevent-sleep {
	display: block;
	width: 100%;
	clear: both;
	order: 3;
	margin: 0 !important;
	height: 28px !important;
	display: block !important;
}
.wprm-toggle-switch-container label {
	font-size: 15px !important;
}
.wprm-toggle-switch-container .wprm-prevent-sleep-description {
	margin-left: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	display: inline-block
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-instructions-container {
	margin-top: 35px;
	margin-bottom: 35px
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes-container {
	
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-ingredient-notes {
	font-style: italic;
	opacity: 1.0;
}
/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta {
	line-height: 1.8;
	color: #252c2c;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	margin: 0;
}
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta-bottom {
	clear: both;
	color: #717676;
	margin: 20px 0 20px;
	text-align: left
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a {
		color: #252c2c;
		background: unset;
		text-decoration: underline;
		border: none;
		box-shadow: none;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a.wprm-recipe-servings-link {
		background-color: #ffffff;
		padding: 5px;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-normal, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-container {
	font-weight: bold;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-details-label, .wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-italic {
		margin-right: 2px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-block-container-inline {
		display: inline-block;
		margin: 0 7px !important;
	}

	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-link {
		background-color: #ffffff;
		padding: 0 3px 0 5px
	}
	
.recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 4px;
	color: #252c2c	
}
	.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: "\f2e7";
	}
		
.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%
}

/*Ratings*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating {
	font-size: 22px;
	line-height: 20px;
	margin: 15px 10px 0 0;
	display: inline-block;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating-details {
		font-style: italic;
		font-weight: normal;
		letter-spacing: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-size: 13px;
		margin: 0 0 0 5px !important;
		display: inline-block !important;
		color: #717676;
	}
	.wprm-rating-star.wprm-rating-star-full svg *, .wprm-rating-star.wprm-rating-star-full svg * {
		fill: #f3e606;
		stroke: #252c2c !important;
		stroke-width: 1.5px !important;
	}
		.wprm-recipe-snippet .wprm-rating-star.wprm-rating-star-full svg * {
			stroke-width: 1px !important;
		}
	.wprm-comment-ratings-container svg .wprm-star-empty, .wprm-comment-ratings-container svg .wprm-star-full {
		stroke: #252c2c !important;
		stroke-width: 1.5px !important;
	}

.comment-form-wprm-rating label {
	position: relative;
	top: -3px;
	font-weight: bold;
	font-size: 110%;
	
}

	
/*Buttons*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-buttons {
	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: center;
	gap: 10px;
}
.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-link, a.wprm-recipe-roundup-link {
	display: inline-block;
	width: auto;
	flex-shrink: 1;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background: #f3e606;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block a.wprm-recipe-print {
		position: relative;
		top: -20px;	
		background: unset;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-print:before {
		content: "\f02f";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-pin:before {
		content: "\f08d";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	
	.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-recipe-buttons .wprm-recipe-jump-to-comments:before {
		content: "\f005";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-grow:before {
		content: "\f004";
		font-family: "Font Awesome 5 Pro";
		font-weight: normal;
		margin-right: 4px;
	}
		.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-grow-saved:before {
			font-weight: bold;
		}

		
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-link:hover, a.wprm-recipe-roundup-link:hover {
		background: #4f719c !important;
		color: #FFFFFF !important;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .rating a.wprm-recipe-jump-to-comments {
		background: transparent;
		background: linear-gradient(#f3e606, #f3e606) 0 80% / 100% 8px no-repeat;
	}
		.wprm-recipe.wprm-recipe-template-purr-custom .rating a.wprm-recipe-jump-to-comments:hover {
			background: unset;
			color: #252c2c !important;
			background: linear-gradient(#f3e606, #f3e606) 0 80% / 100% 20px no-repeat !important;
		}


/*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: 35px !important;
	margin-bottom: 6px;
	line-height: 1.5;
	list-style-type: none !important;
}
	.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-instructions li {
	overflow: hidden;
	clear: right;
	margin-bottom: 15px !important;
}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li:before {
		
	}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-text {
		margin: 0!important
	}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-media {
		width: 25%;
		max-width: 150px !important;
		margin: 0px 0 10px 10px !important;
		float: right;
	}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-ingredients-inline {
		font-style: italic;
		font-size: 85%;
		line-height: 1.3;
		display: block;
		margin: 0px 0 0 !important;
	}
		.wprm-recipe-instructions-container .wprm-recipe-instruction-ingredients-inline span {
			display: inline;
			padding: 0;
			margin: 0 !important;
		}
	
.wprm-recipe.wprm-recipe-template-purr-custom  ul.wprm-advanced-list li {
	margin-left: 0;
	padding-left: 30px;
	line-height: 1.5;
}
.wprm-recipe.wprm-recipe-template-purr-custom  ul.wprm-advanced-list li:before {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 4px 6px 0 -30px;
	height: 24px;
	width: 24px;
	border-radius: 100%;
	border: 0;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-ingredient-amount, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-ingredient-unit {
	font-weight: bold
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-equipment-images.wprm-recipe-equipment-images-align-spaced {
		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;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-equipment-images .wprm-recipe-equipment-item {
	min-width: 25%;
	max-width: 33%;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 1.3;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-equipment-images img {
	margin-bottom: 10px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-equipment-images a:hover {
	color: #4f719c !important
}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li .wprm-recipe-equipment-name {
	display: inline
}

/*Nutrition*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container {
	color: #717676;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	text-align: left;
	background-color: #f6f6f5;
	padding: 20px 25px;
	margin-top: 25px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .15em;
		font-size: 15px;
		color: #252c2c;
	}
	.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 {
	padding: 25px !important;
	margin: 0 !important;
	background-color: #edf3f9;
	background-size: auto 102px;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-header {
	color: #252c2c;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	font-size: 32px !important;
	line-height: 1;
	font-weight: bold !important;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 0 10px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-text {
	margin: 0;
	display: block;
	line-height: 1.5;
	font-size: 17px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 72px;
	line-height: 1;
	margin: 0 20px 0 0;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action a {
	color: #252c2c;
	border-bottom: 1px solid #f3e606;
	box-shadow: inset 0 -2px 0 #f3e606;
}


/*!RECIPE SUMMARY*/
.recipe-summary {
	margin-bottom: 4vw;
}
	.no-summary {
		clear: both;
		margin: 0 0 30px
	}
.recipe-summary .wrap {
	-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;
	align-content: center;
	align-items: center;
}
.recipe-summary .wrap .breadcrumb {
	
}
.recipe-summary .wrap .summary-image {
	width: 59%;
	order: 2;
}
	.recipe-summary .wrap .summary-image img {
		width: 100%;
		height: auto;
		display: block;
	}
	.recipe-summary .mobile-jump {
		display: none
	}
.recipe-summary .wrap .summary-content {
	order: 1;
	width: 53%;
	margin-right: -12%;
	position: relative;
	z-index: 11;
	text-align: left;
}
	.recipe-summary .wrap .summary-content-container {
		background-color: #ffffff;
		padding: 3% 3% 3% 0;
	}
.recipe-summary .wprm-recipe-summary {
	text-align: left;
	line-height: 1.5;
	font-size: 92%;
	margin-bottom: 10px;
}

.recipe-summary .post-meta, .recipe-summary .recipe-meta {
	margin: 0;
	font-size: 11px;
	text-align: left;
}
.recipe-summary .recipe-meta {
	color: #252c2c;
	display: block;
	margin: 0;
	line-height: 24px;
}
.wprm-recipe.wprm-recipe-template-custom-summary .recipe-meta .wprm-recipe-block-container {
	margin: 0 10px 0 0 !important;
	display: inline-block !important;
}

.wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: -6px 0px 0 0px;
}

.wprm-recipe-snippet .wprm-recipe-rating-details {
	display: inline;
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	margin-left: 3px;
}
.recipe-meta svg {
	display: inline !important
}

.recipe-summary .toc, .recipe-summary #ez-toc-container, .lwptoc {
	margin-right: 26%;
	border: 1.5px solid #252c2c;
	padding: 20px 15px 15px;
	position: relative;
	margin-top: 3vw;
	display: inline-block;
}
	.recipe-summary .toc h2, .recipe-summary #ez-toc-container .ez-toc-title, .lwptoc .lwptoc_header {
		font-size: 15px;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .15em;
		margin: 0;
		display: inline-block;
		background-color: #ffffff;
		padding: 0 8px;
		position: absolute;
		top: -13px;
		left: 5px;
		white-space: nowrap;
	}
	
	.recipe-summary .toc ul, .recipe-summary #ez-toc-container ul, .lwptoc ol {
		counter-reset: li;
		font-size: 16px;
		margin: 0;
	}
	.recipe-summary .toc a, .recipe-summary #ez-toc-container a, .lwptoc a {
		color: #252c2c;
		text-decoration: underline;
	}
		.recipe-summary .toc a:hover, .recipe-summary #ez-toc-container a:hover, .lwptoc a:hover {
			color: #4f719c;
		}

	.recipe-summary .toc ul>li , .recipe-summary #ez-toc-container ul>li, .lwptoc ol li {
		padding: 0px;
		margin: 0 0 4px 25px;
		list-style-type: none;
		position: relative;
	}
	.recipe-summary .toc ul>li:before, .recipe-summary #ez-toc-container ul>li:before, .lwptoc ol li:before {
		content:counter(li);
		counter-increment: li;
		position: absolute;
		color: #252c2c;
		background-color: #f3e606;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 20px;
		width: 20px;
		left: -15px;
		top: 4px;
		transform: translateX(-50%);
		line-height: 20px;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		font-weight: bold;
	}

/*Jump Button*/
.recipe-summary .wprm-recipe-snippet {
	margin: 0px;
	text-align: center;
}
	.recipe-summary .summary-image .wprm-recipe-snippet {
		margin-top: -23px;
	}
	.wprm-recipe-snippet a.wprm-recipe-link, .wprm-recipe-snippet a.video-jump {
		display: inline-block;
		color: #252c2c !important;
		background-color: #f3e606;
		font-weight: bold;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .15em;
		font-size: 14px;
		padding: 12px 20px 11px 20px;
		margin: 0 2px 0 !important;
		border: none;
		vertical-align: middle;
	}
		.wprm-recipe-snippet a.wprm-recipe-link:hover, .wprm-recipe-snippet a.wprm-recipe-link:focus, .wprm-recipe-snippet a.video-jump:hover, .wprm-recipe-snippet a.video-jump:focus {
			color: #ffffff !important;
			background-color: #4f719c !important;
			opacity: 1.0 !important;
		}
		.wprm-recipe-snippet a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 7px;
		}
.wprm-recipe-snippet a.wprm-recipe-pin, .wprm-recipe-snippet a.wprm-recipe-facebook-share, .wprm-recipe-snippet a.wprm-recipe-twitter-share, .wprm-recipe-snippet a.wprm-recipe-email-share {
	width: 38px;
	height: 38px;
	border-radius: 50% !important;
	padding: 0;
	text-align: center;
	margin: 0 !important;
	letter-spacing: normal;
}
		.wprm-recipe-snippet a.wprm-recipe-pin:after {
			content: "\f231";
			font-family: "Font Awesome 5 Brands";
			margin: 0;
		}
		.wprm-recipe-snippet a.wprm-recipe-facebook-share:after {
			content: "\f39e";
			font-family: "Font Awesome 5 Brands";
			margin: 0;
		}
		.wprm-recipe-snippet a.wprm-recipe-twitter-share:after {
			content: "\f099";
			font-family: "Font Awesome 5 Brands";
			margin: 0;
		}
		.wprm-recipe-snippet a.wprm-recipe-email-share:after {
			content: "\f0e0";
			font-family: "Font Awesome 5 Pro";
			margin: 0;
			font-weight: bold;
		}
.wprm-recipe-snippet .wprm-recipe-link svg {
	display: none;
}

/*Roundups*/

.wprm-recipe-roundup-item {
	position: relative;
	background-color: #f6f6f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0 50px !important;
}
.wprm-recipe-roundup-item .wprm-recipe-image {
	flex-shrink: 0;
	padding: 0;
}
	.wprm-recipe-roundup-item .wprm-recipe-image a {
		background: none !important;
		box-shadow: none !important;
		border: none !important;
		display: block;
	}
		.wprm-recipe-roundup-item .wprm-recipe-image * {
			display: block;
		}
	.wprm-recipe-roundup-item .wprm-recipe-image img {
		width: 100%;
		height: auto;
		display: block;
	}
.wprm-recipe-roundup-content {
	padding: 5%;
	flex-grow: 1;
	text-align: left
}
.wprm-recipe-roundup-item .wprm-recipe-summary {
	margin: 15px 0 20px;
	font-size: 92%;
	line-height: 1.5;
}
.wprm-recipe-roundup-item .wprm-recipe-rating {
	margin: 10px 0 15px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: 0;
}

.wprm-recipe-roundup-item .wprm-recipe-rating-details {
	display: inline;
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	margin-left: 6px;
}
.wprm-recipe-roundup-item .wprm-recipe-name {
	text-align: left;
	background: none;
}
	.wprm-recipe-roundup-item .wprm-recipe-name a {
		border: none;
		box-shadow: none;
	}
		.wprm-recipe-roundup-item .wprm-recipe-name a:hover {
			color: #4f719c;
		}
.wprm-recipe-roundup-item .wprm-recipe-buttons {
	text-align: center;
}
.wprm-recipe-roundup-item a.wprm-recipe-roundup-link {
	display: inline-block !important;
	width: auto;
	margin: 0 auto !important;
}

.wprm-recipe-roundup-item a.wprm-recipe-roundup-link[href^="http://"]:not([href*="cloudwaysapps.com"]):after,
.wprm-recipe-roundup-item a.wprm-recipe-roundup-link[href^="https://"]:not([href*="cloudwaysapps.com"]):after {
	font-family: 'Font Awesome 5 Pro';
	content: "\f08e";
	margin-left: 6px;
}