/*! 
Theme Name: A Way to Garden
Theme URL: https://www.awaytogarden.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: 66%;
		float: left;
		display: inline-block;
		max-width: 720px;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
		.span_content_narrow {
			max-width: 900px;
		}
	
	.span_sidebar {
		width: 31%;
		float: right;
		clear: right;
		display: block;
	}

}

.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: #282525;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ececed;
	background-color: #efece5;
	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: 'prata';
	src: url('https://awaytogarden.com/wp-content/themes/awaytogarden2024/fonts/prata-regular-webfont-webfont.woff2') format('woff2'),
		 url('https://awaytogarden.com/wp-content/themes/awaytogarden2024/fonts/prata-regular-webfont-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'now_alt';
	src: url('https://awaytogarden.com/wp-content/themes/awaytogarden2024/fonts/nowalt-medium-webfont.woff2') format('woff2'),
		 url('https://awaytogarden.com/wp-content/themes/awaytogarden2024/fonts/nowalt-medium-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

body {
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	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.7;
	color: #282525;
	margin: 0;
}
#page-wrap {
	max-width: 100%;
	overflow: hidden;
}

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, a.c-btn, .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, .top-bar .top-cta a strong {
		-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: #4d6f41;
	text-decoration: underline;
}

a:hover {
	color: #829a7a;
}
	
p {
	margin: 25px 0;
}
	.span_content p {
	
	}
img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "prata", Palatino, Georgia, Times, serif;
	line-height: 1.33;
	font-weight: normal;
	margin: 20px 0;
	color: #282525;
}

h1 {
	font-size: 40px;
}
	.span_content_full h1 {
		
	}
h2 {
	font-size: 32px;
}
	.post-content h2, .page-content h2 {
		margin-top: 40px;
		padding-bottom: 15px;
		border-bottom: 1px solid #efece5;
	}
			.post-content h2.noline, .page-content h2.noline {
				padding: 0;
				border: none;
			}
			.has-background h2 {
				border: none;
				padding-bottom: 0;
				margin-top: 25px;
			}
			.widget-title, .sidebar .divider, .sidebar .block-title, .sidebar h2 {
				margin: 25px 0 15px;
				text-align: center;
			}
		
	.subtitle, h2 em, h3 em, h4 em {
		font-family: "now_alt", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 13px;
		align-items: center;
		display: block;
		margin-bottom: 10px;
	}
	
	.home-section .block-title {
		
	}
	.home-section .divider {
		margin: 0 0 20px;
		font-size: 30px;
		letter-spacing: .1em;
		text-transform: uppercase;
	}
		.span_content .divider {
			font-size: 24px;
		}
		.sidebar .divider {
			text-transform: none;
			letter-spacing: normal;
			font-size: 24px;
		}
		
	
h3 {
	font-size: 26px;
}
	.post-content h3, .page_content h3 {
		margin-top: 35px;
	}
h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

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

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

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

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

/*!---------HEADER---------*/
body.page-template-no-header .top-bar, body.page-template-no-header .header, body.page-template-no-header #custom-mobile-header {
	display: none;
}
.top-bar {
	background-color: #ffffff;
	border-bottom: 1px solid #edebe8;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 15px;
	height: 45px;
}

	.top-bar .top-nav {
		width: auto;
		display: inline-block;
		vertical-align: middle;
		margin-left: auto;
	}
	.top-bar .header-search {
		width: 180px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 0;
		border-left: 1px solid #edebe8;
	}
	.top-bar .top-cta {
		font-size: 12px;
		padding: 0 10px;
	}
	.top-bar .top-cta p {
		margin: 0;
		font-style: italic;
	}
	.top-bar .top-cta a {
		color: #282525;
		text-decoration: none;
	}
		.top-bar .top-cta a:before {
			color: #4d6f41;
			font-style: normal;
			content: "\f2b6";
			font-family: 'Font Awesome 5 Pro';
			font-weight: normal;
			display: inline-block;
			vertical-align: middle;
			margin-right: 7px;
			font-size: 120%;
			margin-top: -5px;
		}
	.top-bar .top-cta a strong {
		color: #4d6f41;
		font-style: normal;
		font-family: "now_alt", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 12px;
	}
		.top-bar .top-cta a:hover, .top-bar .top-cta a:hover strong {
			color: #829a7a;
			text-decoration: underline;
		}
		
.header {
	text-align: center;
	position: relative;
	z-index: 101;
	background: url(https://awaytogarden.com/wp-content/themes/awaytogarden2024/images/twine.png) repeat-x bottom center;
	background-size: auto 32px;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
	body.home .header {
		
	}

.header .logo {
	width: 440px;
	margin: 15px 0 0;
	float: left;
	position: relative;
}
	.header .logo img {
		width: 326px;
		height: auto;
		display: block;
	}
	.header .logo img.frog {
		width: 132px;
		height: auto;
		position: absolute;
		right: 0;
		bottom: -53px;
	}
	
.header .top-stuff, .header #main {
	
}
#main {
	width: -moz-calc(100% - 440px);
	width: -webkit-calc(100% - 440px);
	width: calc(100% - 440px);
	float: right;
	text-align: right;
	margin: 42px -10px 0 0
}

/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"], .post-content img[width="512"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
.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 0 15px;
	padding: 0;
}
	.span_content ul li:before {
		content: "\2022";
		display: inline-block;
		border-radius: unset;
		background: none;
		margin-left: -15px;
		width: 15px;
		position: relative;
		top: 0px;
		font-size: 18px;
		font-weight: normal;
		color: #282525;
		line-height: 26px;
		text-align: left;
	}


.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 35px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #282525;
	background-color: #efefea;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 27px;
	width: 27px;
	left: -21px;
	top: 2px;
	transform: translateX(-50%);
	line-height: 27px;
	font-weight: bold;
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

.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%;
}


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

.sidebar {
	font-size: 86%;
	text-align: center
}
.sidebar .home-section .wrap {
	padding: 0;
}
.widget {
	margin: 50px 0 50px 0;
	text-align: center;
}
	.widget:first-child {
		margin-top: 0;
	}

.widget p {
	margin: 18px 0;
}
.widget a {
	text-decoration: none;
}


.social a {
	color: #616261;
	text-decoration: none;
	border: none;
	box-shadow: none;
	font-size: 18px;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	padding: 6px;
}
	.top-bar .social a {
		font-size: 15px;
	}
	.sidebar .social a {
		background-color: #efece5;
		width: 38px;
		height: 38px;
		border-radius: 50%;
		line-height: 38px;
		padding: 0;
		margin: 0 2px;
		font-size: 15px;
	}
	.social a:hover {
		color: #616261;
	}
		.sidebar .social a:hover {
			color: #282525;
			background-color: #efefea;
		}


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

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

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

.cat-desc p {
	margin-top: 0;
}
.post-content>p:first-of-type {
	
}
.post-content .drop_cap, p .drop_cap, .post-content .has-drop-cap:not(:focus):first-letter {
	color: #4d6f41;
	font-family: "prata", Palatino, Georgia, Times, serif;
	font-weight: normal;
	font-size: 64px;
	float: left;
	font-style: normal;
	line-height: .8;
	margin: 11px 5px -5px 0
}

.post-meta {
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: normal;
	color: #616261;
	font-size: 11px;
	margin: 0 0 10px;
}

.post-meta a {
	text-transform: uppercase;
	color: #616261;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #282525;
		text-decoration: underline;
	}
.post-meta span {
	display: inline-block
}

.post-meta .post-meta-author {
	
}
.post-meta .post-meta-date {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
}
.post-meta .avatar {
	border-radius: 50%;
	float: left;
	width: 50px;
	height: auto;
	margin: -6px 8px 0 0;
}
	
.post-meta em {
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 4px;
}
.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #616261;
}
	.meta-bottom a {
		color: #616261;
	}
.meta-bottom p {
	margin: 0;
	text-align: center
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 10.5px;
}
	.meta-bottom .post-cats a {
		color: #282525;
		background-color: #efece5;
		text-decoration: none !important;
		padding: 6px 9px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #282525;
			color: #ffffff;
		}
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: #616261;
	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: #282525;
}

.disclosure, small {
	font-size: 12px;
	color: #616261;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 25px 0 0;
}
	.disclosure-top {
		margin: -15px 0 15px
	}
	
a.more-link {
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #282525;
	background-color: #efece5;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	margin: 0px;
	text-align: center;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 13px 19px;
}
	.has-lightgreen-background-color a.more-link, .has-taupe-background-color a.more-link {
		color: #ffffff;
		background-color: #4d6f41
	}
	.fixed-more a.more-link {
		font-size: 11px;
		padding: 10px 15px;
	}
	.shop-post a.more-link {
		font-size: 11px;
		padding: 10px 15px;
	}
	a.more-link-alt {
		color: #ffffff;
		background-color: #4d6f41
	}
	a.more-link:hover, a.more-link:focus {
		background-color: #829a7a;
		color: #ffffff !important;
	}
	@media ( min-width : 700px ) {
		.home-sections .fixed-more {
			position: absolute;
			top: 0px;
			right: 20px;
		}
			.home-section .fixed-more a.more-link {
				
			}
		.span_content .home-section .fixed-more {
			position: unset;
			text-align: center;
			margin: 15px 0
		}
			.span_content_full .home-section .fixed-more {
				position: absolute;
				top: -20px;
				right: 0px;
			}
	}


/*! Gutenberg Blocks */

.fullwidth, .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
}
.wp-block-buttons {
	margin: 30px 0 30px;
}
.wp-block-columns {
	margin: 30px 0 30px;
}
.wp-block-image {
	margin: 30px 0 30px;
}
	.post-content p img, .post-content h2 img, .post-content h3 img {
		margin: 30px auto 30px;
	}

.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	
.wp-block-jetpack-slideshow ul li:before {
	display: none;
}
	.wp-block-jetpack-slideshow .swiper-pagination-simple {
		text-align: center !important;
		color: #686666 !important;
	}
	.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
		height: auto !important;
	}
	.wp-block-jetpack-slideshow .gallery-caption {
		background-color: rgba(255,255,255,.8) !important;
		bottom: 0px;
		color: #686666 !important;
		left: 0;
		margin: 0 !important;
		max-height: 100%;
		opacity: 1;
		padding: 0 !important;
		position: absolute;
		right: 0;
		text-align: center !important;
		font-size: 90%;
		z-index: 1;
	}
	
.wp-block-group.has-background {
	padding: 10px 30px;
	margin-top: 45px;
	margin-bottom: 45px;
}
	.has-background.subscribe {
		padding: 10px 35px 35px;
	}
	ol.has-background, ul.has-background {
		margin: 35px 0;
		padding: 20px 30px 15px;
	}
	p.has-background {
		margin: 35px 0;
		padding: 25px 30px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 20px;
		border-bottom: none;
		background-image: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -11px -30px 10px;
			padding: 20px 30px;
		}


	.has-taupe-background-color {
		background-color: #efece5;
	}
	.has-green-background-color {
		background-color: #4d6f41;
	}
	.has-medgreen-background-color {
		background-color: #829a7a;
	}
	.has-lightgreen-background-color {
		background-color: #eaeee8;
	}
	.has-gray-background-color {
		background-color: #686666;
	}

	.has-black-background-color {
		background-color: #282525;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 2px solid #efece5;
	}

	.has-lightgray-color {
		color: #efece5;
	}
	.has-medgray-color {
		color: #efefea;
	}
	.has-gray-color {
		color: #616261;
	}
	.has-black-color {
		color: #282525;
	}
	.has-white-color {
		color: #ffffff;
	}
	
.post-content blockquote {
	padding: 20px 35px;
	background-color: #ffffff;
	border: 2px solid #efece5;
}
	.post-content blockquote h3 {
		margin-top: 15px;
	}

.wp-block-quote {
	background-color: #ffffff;
	padding: 20px 35px;
	margin: 40px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-size: 80%;
}
	.wp-block-quote cite strong {
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .15em;
	}	
	
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
	
	font-family: "prata", Palatino, Georgia, Times, serif;
	font-size: 115%;
}
.schema-faq-question:before {
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #282525;
	background-color: #efefea;
	-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;
}

.full-width-page-content p, .full-width-page-content h1, .full-width-page-content h2, .full-width-page-content h3, .full-width-page-content h4, .full-width-page-content .wp-block-quote, .full-width-page-content ul, .full-width-page-content ol, .full-width-page-content .breadcrumb {

}

	.span_content_full h1:first-child {
		margin-top: 0;
	}


.post-content img.alignleft {
		float: left;
		margin: 0 15px 0 0;
	}
	.post-content img.alignright {
		float: right;
		margin: 0 0 0 15px;
	}

/*! Inner Post */



/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 50px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 1.2;
	font-weight: normal;
	border-top: 1px solid #ececed;
	border-bottom: 1px solid #ececed;
}

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

.post-nav a {
	color: #282525;
	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: #282525
}
.post-nav div a:hover {
	color: #616261;
}

.post-nav em {
	display: block;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #616261;
	padding: 0 0 5px;
}


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

.items {
	display: flex;
	flex-wrap: wrap;
}
	.items .item {
		position: relative;
	}
	
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0;
		gap: 3.5%;
	}
		.items-2-col .item {
			width: 48.25%;
			margin-bottom: 3.5%;
		}
			
	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0;
		gap: 3.5%;
	}
		.items-3-col .item {
			width: 31%;
			margin-bottom: 3.5%;
		}

	/* Desktop 4 Columns*/
	.items-4-col {
		margin: 0;
		justify-content: space-between;
	}
		.items-4-col .item {
			width: 22.5%;
		}
		.shop.items-4-col .item {
			margin-bottom: 3.5%;
		}
		.sidebar .items-4-col .item {
			width: 48%;
			margin-bottom: 2%;
		}
		
		
	/* Desktop 4 Columns*/
	.items-5-col {
		margin: 0;
		justify-content: space-between;
	}
		.items-5-col .item {
			width: 18%;
		}


.item .title {
	margin: 10px 0;
	word-wrap: break-word;
	clear: both;
}

	.items-2-col .item .title {
		font-size: 24px;
		font-size: clamp(12px, 2.5vw, 24px);
	}
	.items-3-col .item .title {
		font-size: 30px;
		font-size: clamp(18px, 3vw, 28px);
	}
		.archives.items-3-col .item .title, .post-content .items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(14px, 2vw, 21px);
			padding: 0;
		}
	.items-4-col .item .title {
		font-size: 20px;
		font-size: clamp(14px, 2vw, 21px);
	}
		.shop.items-4-col .item .title {
			margin: 20px 0 10px;
			font-size: clamp(14px, 2.25vw, 24px);
		}
		.sidebar .items-4-col .item .title {
			font-size: 16px;
		}

.item .title {
	text-decoration: none;
	color: #262a29;
}
	.item .title a, .item a {
		color: #262a29;
		text-decoration: none;
		border: none !important;
		box-shadow: none !important;
	}
	.item a:hover, .item .title a:hover, .item a:hover .title {
		color: #4d6f41;
		border: none !important;
		box-shadow: none !important;
	}

.items .item img {
	display: block;
	width: 100%;
	height: auto;
}
.item .more {
	
}
	
.teaser-post, .big-teaser-post {
	text-align: left;
}
	.upper-home-sections .big-teaser-post {
		margin-bottom: 15px;
	}
.big-teaser-post .image {
	position: relative;
	margin-bottom: 25px;
}
	.big-teaser-post .image img {
		display: block;
		width: 100%;
		height: auto;
	}
	@media ( min-width : 400px ) {
	.big-teaser-post .image .caption {
		position: absolute;
		bottom: 9px;
		left: 13px;
		right: 13px;
	}
		.big-teaser-post .image .caption .subtitle {
			background-color: #ffffff;
			display: inline-block;
			margin: 0 0 3px;
			position: relative;
			bottom: 0px;
			padding: 3px 8px;
			font-size: 12px
		}
		.big-teaser-post .image .caption .title {
			margin: 0;
			font-size: 32px;
			line-height: 1.5;
		}
		.big-teaser-post .image .caption .title span {
			background-color: #ffffff;
			display: inline;
			padding: 0;
			padding-left: 6px;
			box-shadow: 6px 0 0 #ffffff;
			-webkit-box-decoration-break: clone;
			box-decoration-break: clone;
		}
	}
.teaser-post .title {
	margin: 10px 0 15px;
}
.teaser-post .post-meta {
	color: #282525;
	margin: 20px 0 10px;
}
	.big-teaser-post .post-meta {
		margin: 20px 0 25px;
	}
	.featured-sidebar .teaser-post .post-meta {
		margin: 15px 0 5px;
	}
.teaser-post .title {
	
}
	.featured-sidebar .teaser-post .title {
		margin: 10px 0 25px;
	}
.teaser-post .excerpt {
	font-size: 94%;
	line-height: 1.6;
	margin: 20px 0;
}
.shop-post .excerpt {
	font-size: 88%;
	line-height: 1.6;
	margin: 15px 0;
}
	.shop-post .excerpt p {
		margin: 0;
	}
.big-teaser-post .excerpt {
	line-height: 1.6;
	margin: 20px 0;
}
	/*.big-teaser-post .excerpt p:first-of-type {
		font-size: 120%;
		line-height: 1.5;
	}
	.big-teaser-post .excerpt p:last-of-type {
		font-size: 100%;
		line-height: 1.6;
	}*/
.teaser-post .more, .big-teaser-post .more {
	text-align: left !important;
	margin: 25px 0 0	
}

.shop-post .post-thumb {
	width: 100%;
	height: 0%;
	padding-bottom: 100%;
	overflow: hidden;
	text-align: center;
	display: block;
	position: relative;
	border: 1px solid #efece5;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.shop-post .post-thumb img {
		vertical-align: bottom;
		width: auto;
		height: auto;
		max-height: 100%;
		max-width: 100%;
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.shop-post a:hover .post-thumb {
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.1);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.1);
		box-shadow: 0px 0px 8px rgba(0,0,0,.1);

	}

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

.upper-home-sections {
	margin-bottom: 6vw
}
	
.lower-home-sections {
	display: flex;
	flex-direction: column;
	gap: 7vw;
}

.lower-home-sections .home-section {

}
	.lower-home-sections .home-section.has-background {
		padding: 4vw 0;
	}
	
.home-section {
		clear: both;
		position: relative;
	}
		.home-section .wrap {
			position: relative;
		}
		
.lower-home-sections .home-section .more {
	margin: 0;
	text-align: center;
	clear: both;
}

.home-section .widget-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
	.sidebar .home-section .widget-content {
		display: block;
	}
	.footer .home-section .widget-content {
		display: block;
	}
.home-section .widget-content .image {
	width: 30%;
	order: 2;
}
	.home-section .widget-content .image img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 50%;
	}
	.sidebar .home-section .widget-content .image, .footer .home-section .widget-content .image {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
		.sidebar .home-section .widget-content .image img, .footer .home-section .widget-content .image img {
			border-radius: 0;
		}

.home-section .widget-content .caption {
	width: 65%;
	text-align: left;
	position: relative;
	display: block;
	order: 1;
}
	.sidebar .home-section .widget-content .caption, .footer .home-section .widget-content .caption {
		display: block;
		width: 100%;
	}
		.footer .home-section .widget-content .caption {
			text-align: center;
			margin: 20px 0;
		}
	.home-section .widget-content .caption .block-title {
		
	}
		.sidebar .home-section .widget-content .caption .block-title {
			text-align: left;
			font-size: 28px;
		}
	.home-section .widget-content .caption p {
		
	}

	.home-section .widget-content .caption .more {
		text-align: left;
		margin: 0;
	}
		.footer .home-section .widget-content .caption .block-title {
			display: inline;
			vertical-align: middle;
			margin: 0 5px;
		}
		.footer .widget-content .caption .more {
			text-align: center;
			display: inline-block;
			vertical-align: middle;
			margin: 0 5px;
		}


.home-section.subscribe {
	padding: 20px 20px 30px;
	background-color: #efece5;
}
	.home-section.subscribe .wrap {
		padding: 0;
	}
.optin-content {
	
}	
	.optin-content .caption {
		
	}
		.home-section .optin-content .block-title {
			margin: 10px 0 20px;
			text-align: center;
			font-size: 23px;
		}
		.home-section .optin-content .subtitle {
			font-size: 11px;
		}

		.optin-content p.description {
			margin: 0;
			text-align: center;
		}

	.optin-content .form {
	
	}
	
.subscribeshortcode {
	padding: 20px 20px 30px;
	background-color: #efece5;
	text-align: center;
	margin: 35px auto;
	max-width: 450px;
}
	.subscribeshortcode h5 {
		font-size: 26px;
		margin: 5px 0 10px;
	}
	.subscribeshortcode p {
		margin: 8px 0;
	}
		.subscribeshortcode p img {
			margin: 0 auto;
		}
.subscribeshortcode .formkit-guarantee {
	font-size: 12px;
	margin: -8px 0 -12px
}

.image-blocks .item {
	margin: 0 0 29px;
	display: block;
	width: 100%;
	border: 1px solid #efece5;
}
	.featured-sidebar .subscribe {
		margin-bottom: 29px;
	}
.image-blocks .item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	.image-blocks .item a .image {
		width: 35%;
	}
	.image-blocks .item a .title {
		width: 60%;
		text-align: left;
		font-size: 2vw;
		font-size: clamp(14px, 2vw, 21px);
		margin: 0;
	}

/*!---------Post & Page Block STYLES---------*/

.span_content .home-section .wrap {
	position: relative;
	padding: 0;
}
.span_content .home-section {
	margin: 45px 0;
}
	.span_content .home-section.has-background {
		padding: 3%;
	}
.span_content .home-section .divider {
	border: none;
	padding: 0;
}

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

.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 0 10px 10px !important;
	padding: 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;
}
	.archiveslist li:before {
		display: none !important;
	}
.archiveslist a {
	color: #282525;
	text-decoration: none;
}
	.archiveslist a:hover {
		color: #4d6f41;
	}

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

.archiveslist ul li {
	font-size: 80%;
	padding: 0;
	margin: 0 0 4px 12px !important;
}
	.archiveslist ul li a {
		
	}

.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: #616261;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #282525
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #616261;
	letter-spacing: normal;
	font-style: italic;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

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

	.tagtitle a:hover {
		color: #282525;
	}
	
.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: #616261;
		font-size: 80%;
	}

/*Resources Page*/
.resources-lists {
	max-width: 1060px;
	margin: auto;
	margin-bottom: 3em;
	margin-left: 0;
	display: grid;
	grid-template-areas:
		"birding plant-societies reference"
		"bulbs plants reference"
		"tools plants seeds";
	grid-template-rows: repeat(3, 25vh);
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1em;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.resources-list {
	background: #ffffff;
	border: 1px solid #efece5;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 0;
}
.resources-list:hover {
  overflow-y: scroll;
}

.resources-list h2 {
	padding: 8px 15px;
	border: 0;
	font-size: 21px;
	text-align: left;
	margin: 0 0 10px;
	text-align: left;
	background-color: #efece5;
}
.resources-list ul {
	margin: 0;
	font-size: 92%;
	padding: 1px 15px 15px;
}

.birding {
	grid-area: birding;
}
.plant-societies {
	grid-area: plant-societies;
}
.reference {
	grid-area: reference;
}
.bulbs {
	grid-area: bulbs;
}
.plants {
	grid-area: plants;
}
.seeds {
	grid-area: seeds;
}
.tools {
	grid-area: tools;
}


/*Subcategories*/
ul.subcategories {
	margin-bottom: 40px !important;
}
.subcategories h2 {
	font-size: 12px;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin: 0 3px 0 0;
	display: inline-block;
	vertical-align: middle;
}

ul.subcategories li, ul.subcategories li ul, ul.subcategories ul li ul li, .subcats ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before, .subcats ul.menu li:before {
		display: none;
	}
ul.subcategories li, ul.subcategories ul li, ul.subcategories li ul, .subcats ul.menu li, ul.subcategories li.all {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

ul.subcategories li a, .widget.categories a, .subcats ul.menu li a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration: none;
	font-weight: bold;
	color: #282525;
	background-color: #efece5;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	padding: 3px 10px;
	margin: 3px 2px;
}
	ul.subcategories li.all a {
		background-color: transparent !important;
	}
		ul.subcategories li.all a:hover {
			color: #4d6f41;
		}
	ul.subcategories ul li.current-cat a, ul.subcategories ul li a:hover, .widget.categories a:hover, .subcats ul.menu li a:hover {
		background-color: #4d6f41;
		color: #ffffff;
		text-decoration: none !important;
	}
	
/*!Breadcrumbs*/

.breadcrumb {
	color: #616261;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 8px;
}
	.single-post-content .breadcrumb {
		
	}
.breadcrumb a {
	color: #616261;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
}
	.single-post-content .breadcrumb .breadcrumb_last {
		

	}
	.breadcrumb .breadcrumb_last {
		font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;

	}
.breadcrumb a:hover {
	color: #282525;
}


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

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open, a.c-btn {
	color: #ffffff !important;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	background-color: #4d6f41;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .15em;
	cursor: pointer;
	margin-top: 5px;
	display: inline-block;
	padding: 18px 25px 17px 24px;
	text-decoration: none;
}
	#respond #commentform #submit {
		
	}
	.wp-block-button.bigbutton a {
		font-size: 21px;
		padding: 25px 40px;
	}
	.wp-block-button.has-small-font-size a {
		font-size: 14px;
		padding: 10px 20px;
	}
	a.smbutton, button.smbutton {
		font-size: 11px;
		padding: 7px 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, a.c-btn:hover {
		background-color: #829a7a !important;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #efece5;
	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: #282525;
	font-size: 16px;
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	float: left;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1px solid #ececed;
}
	.header-search .search-field {
		height:  45px;
		line-height: 45px;
		font-size: 15px;
		padding: 0 30px 0 15px;
		background: transparent;
		border: none;
		width: 100%;
	}
	.home-section.shaded .search-field {
		height: 70px;
		line-height: 70px;
		border: none;
	}
	.search-form .search-field:focus {
		outline: none;
		border: 2px solid #616261 !important
	}

	
.search-form .search-submit {
	background-color: transparent;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: normal;
	font-size: 22px;
	color: #616261;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
	.search-form .search-submit svg {
		position: relative;
		top: 3px;
		color: #616261;
		fill: #616261;
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #282525;
		fill: #282525;
	}
	.header-search .search-submit {
		height: 45px;
		line-height: 45px;
		width: 40px;
		border: none;
		font-size: 18px;
	}
		.header-search .search-submit svg {
			width: 21px;
			top: 5px;
		}
	.home-section .search-submit {
		height: 70px;
		line-height: 70px;
		width: 60px;
		font-size: 30px;
	}


/*Subscribe Forms*/

.subscribe .email-form {
	margin: 0 !important;
}
.subscribe .email-input, .formkit-input {
	background-color: #ffffff;
	color: #434f57;
	border: none;
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	margin: 0 0 13px;
	padding: 0 15px 0 15px;
	border-radius: 0 !important;
	width: 100%;
}
	.sidebar .subscribe .email-input {
		width: 100%;
		margin-top: 8px;
	}
	.email-input:focus, .formkit-input:focus {
		outline: none;
		border: 2px solid #616261 !important;
	}

.subscribe .email-submit, .formkit-submit {
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	border: none;
	background-color: transparent;
	text-align: center;
	height: 56px;
	line-height: 56px;
	width: 100%;
	color: #ffffff;
	padding: 0 10px;
	border-radius: 0 !important;
	background-color: #4d6f41 !important;
}
	.subscribe .email-submit i {
		
	}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		background-color: #829a7a;
		cursor: pointer;
	}
	

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

.formkit-submit span {
	padding: 0 !important;
}
form.formkit-form[data-format="inline"] {
	margin-bottom: 0px;
}

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

.footer {
	background-color: #4d6f41;
	color: #ffffff;
	position: relative;
	clear: both;
	margin-top: 6vw;
	padding: 40px 0;
}
	body.home .footer {
	
	}
.footer .logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	.footer .logo img {
		width: 340px;
		height: auto;
		display: block;
	}
.footer .tagline {
	opacity: 0.9;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.footer .block-title {
	color: #ffffff;
}
.footer .footer-sections {
	-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;
}
	.footer .footer-sections .footer-nav {
		flex-basis: 50%;
		order: 1;
		display: flex;
		flex-flow: row wrap;
		border-right: 1px solid #718c67;
		font-family: "now_alt", Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .15em;
	}
		.footer .footer-sections .footer-nav .widget_nav_menu {
			flex-basis: 30%;
		}
			.footer .footer-nav {
				flex-grow: 1;
				text-align: left;
			}
			footer .footer-nav ul {
				margin: 0;
				padding: 0;
			}
			.footer .footer-nav li {
				display: block;
				margin: 12px 0;
				padding: 0;
				font-size: 12px;
			}
		.footer .footer-sections .footer-nav .social {
			flex-basis: 100%;
			margin-top: 15px;
		}
			.footer .footer-sections .footer-nav .social h2 {
				display: inline-block;
				margin: 0 6px 0 0;
				font-size: 24px;
				color: #ffffff;
				text-transform: none;
				letter-spacing: normal;
			}
			.footer .footer-sections .footer-nav .social a {
				font-size: 20px;
				padding: 10px;
			}
	.footer .footer-sections .about {
		flex-basis: 50%;
		order: 2;
		padding-left: 5%;
	}
.footer .footer-sections .block-title {
	text-transform: none;
	letter-spacing: normal;
	font-size: 28px;
	text-transform: lowercase;
	margin: 0 0 10px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #829a7a;
}

.footer a.more-link {
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #718c67;
}

.sub-footer {
	background-color: #ebebe3;
	color: #686666;
	text-align: center;
	padding: 25px 10px;
}

.sub-footer a {
	color: #686666;
	text-decoration: none;
}
.sub-footer a:hover {
	color: #829a7a;
}
.copyright ul li {
	display: inline-block;
	margin: 0 10px 0 0
}

.copyright {
	font-size: 12px;
	text-align: center;
}
.copyright p {
	margin: 0;
}
.copyright a {
	text-decoration: underline
}
.copyright strong { 
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
}
.copyright em {
	font-size: 11px;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
}
.sub-footer .menu-item a, .credit {
	padding: 5px 0;
	line-height: 2em;
}





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

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

#respond {
	padding: 2% 5% 10px;
	margin: 50px 0;
	background-color: #efece5;
}

	#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 20px;
	padding: 0;
}

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

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

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

#comment-list li.bypostauthor>div.comment {
	background-color: #efece5;
	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;
}

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

.comment-meta a {
	
}

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

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

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

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

.pagination {
	font-weight: bold;
	font-family: "now_alt", 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: #616261;
}
	body.home .pagination {
		margin-top: -20px;
	}

.comment-nav .pagination  {
	display: block;
	font-size: 11px;
	text-align: left;
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #616261;
	margin: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 31px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #efece5;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #282525;
	background-color: #efece5;
	font-weight: bold;
}

.pagination .prev, .pagination .next {
	width: auto;
	border: none;
	border-radius: 0;
	padding: 0 10px;
	background-color: transparent !important;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal !important;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 12px;
}
.pagination .dots {
	border: none;
	width: auto;
	opacity: 0.5;
	margin: 0 5px;
}

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

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

#top {
	font-weight: normal;
	font-size: 13px;
	text-transform: lowercase;
	position: relative;
}
#top li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
	#top li a {
		display: inline-block;
		padding: 0 10px;
		text-decoration: none;
		color: #616261;
		-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
	}
	#top li a:hover, #top li a:focus, #top li:hover a {
		color: #829a7a;
	}
	
	/*!Sub Menus Level 1 */
	
	#top ul ul {
		transform: rotateX(-90deg) translateX(-50%);
		transform-origin: top left;
		opacity: 0.3;
		transition: 280ms all 120ms ease-out;
		visibility: hidden;
		position: absolute;
		padding: 6px;
		top: 32px;
		left: 50%;
		line-height: 1.4;
		background-color: #efece5;
		-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
		-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
		box-shadow: 1px 2px 5px rgba(0,0,0,.15);
		text-align: center;
		z-index: 2001;
		width: 200px;
	}
	
	#top ul ul li {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	#top li li a {
		display: block;
		padding: 8px 15px;
		border: none;
		color: #282525 !important;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
		#top ul li.strong a {
			font-weight: bold;
		}
		
		#top li li a:hover, #top li li:hover a {
			color: #829a7a !important;
		}
	#top ul li:hover > ul, #top ul li:focus-within > ul {
		opacity: 1;
		transform: rotateX(0) translateX(-50%);
		visibility: visible;
	}

	
/*!---------MAIN DROPDOWN MENU---------*/
#main {
	padding: 0;
	font-family: "prata", Palatino, Georgia, Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 21px;
	line-height: 50px;
	height: 50px;
	display: block;
	text-align: right;
	position: relative;
	z-index: 202;
}

#main ul.mainmenu {
	
}

#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: #282525;
	-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 em {
		text-transform: lowercase;
		letter-spacing: normal;
		font-style: normal;
	}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #4d6f41;
}

/*!Sub Menus Level 1 */

#main ul ul {
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	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;
	padding: 6px;
	top: 42px;
	left: 50%;
	line-height: 1.4;
	background-color: #efece5;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	text-align: center;
	z-index: 2001;
	width: 200px;
}

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


#main li li a {
	display: block;
	padding: 8px 15px;
	border: none;
	color: #282525 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	#main ul li.strong a {
		color: #4d6f41 !important;
	}
	
	#main li li a:hover, #main li li:hover a {
		background-color: #829a7a !important;
	}



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



/*! Show indicator for menu items with children */

#main ul li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	display: inline-block;
	font-size: 115%;
	margin-left: 4px;
	position: relative;
	top: 2px;
	display: none;
}

#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: 7px;
	top: 50%;
	font-size: 95%;
	margin-top: -8px;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	border: none;
	left: 294px;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	background-color: transparent !important;
}
	#main li li li a:hover {
		background-color: #ececed !important;
	}


/*!WPRM*/

.wprm-recipe.wprm-recipe-template-custom {
	border: 1px solid #282525;
	background-color: #ffffff;
	outline: none;
	margin: 50px 0;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
	padding: 25px;
	background: #efece5;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
	padding: 1px 25px 0px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 30%;
	float: right;
	padding: 0;
	margin: 0 0 15px 20px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right img {
		width: 100%;
		height: auto;
		display: block;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image-container .wprm-recipe-image {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}

.wprm-decoration-line {
	flex: auto;
	height: 1.5px !important;
	border-bottom: 1px solid #282525 !important;
}

.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 5px 0 !important;
	border: none;
	background: none;
	text-align: center;
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 35px 0 20px !important;
	font-size: 24px;
	letter-spacing: .02em;
}
	.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-ingredients-header {
		margin-bottom: 10px !important;
	}
.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .15em;
	font-weight: normal;
	margin: 20px 0 10px !important;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 15px 0 0px;
	line-height: 1.5;
	text-align: center;
	clear: both;
}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	text-align: left;
	margin: 20px 0 25px;
	font-size: 13px;
	/*font-family: "now_alt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .15em;*/
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		background: #efece5;
		border: none;
		padding: 15px;
		line-height: 20px !important;
		margin: 25px 0 0;
		color: #616261;
		text-align: center
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-tag-container, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	text-decoration: none;
	clear: none;
	border: none;
	padding: 0;
	font-size: 13px;
	text-align: center;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container-table {
		margin: 10px 0 15px;
		border: none !important;
	}
		.wprm-recipe-details-container-table .wprm-recipe-block-container-table {
			padding: 12px 5px;
		}
			.wprm-recipe-details-container-table .wprm-recipe-block-container-table:first-of-type {
				border: none !important;
			}
	.wprm-recipe-details-container .wprm-block-text-normal {
		letter-spacing: normal;
		font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	}
	.wprm-recipe-details-container .wprm-block-text-uppercase, .wprm-recipe-block-container .wprm-block-text-uppercase {
		font-family: "now_alt", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: .1em;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-block-text-italic {
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	margin-right: 3px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-unit {
		font-size: 100%;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-label {
		
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-value {
		
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container:before {
		content: "\f2e6";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;	
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 4px;	
}
	
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-course-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-keyword-container:before {
		content: "\f02b";
	}


.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container {
	color: #616261;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 0;
	border: none;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle {
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ececed !important;
	color: #616261 !important;
	border-radius: 50%;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle-active {
		color: #282525 !important;
		background-color: #ececed !important;
		border: none;
	}
	
/*Lists*/
.wprm-recipe-template-custom ul {
	margin: 15px 0;
}
ul.wprm-recipe-ingredients li, ul.wprm-recipe-equipment li {
	margin-left: 25px;
	margin-bottom: 4px;
	line-height: 1.6;
}
	ul.wprm-recipe-ingredients li, ul.wprm-recipe-equipment li {
		font-size: 95%;
		margin: 0 0 5px 25px !important;
		line-height: 1.4;
	}
	ul.wprm-recipe-ingredients li:before, ul.wprm-recipe-equipment li:before, ul.wprm-recipe-instructions li:before {
		display: none;
	}
	ul.wprm-recipe-ingredients li::marker, ul.wprm-recipe-equipment li::marker {
	
	}
		.wprm-recipe-equipment li .wprm-checkbox-container, .wprm-recipe-ingredients li .wprm-checkbox-container, .wprm-recipe-instructions li .wprm-checkbox-container {
			
		}
		.wprm-recipe.wprm-recipe-template-custom .wprm-checkbox-container label::before {
			top: 4px;
			left: 4px;
		}
	.wprm-recipe-ingredients .wprm-recipe-ingredient-amount, .wprm-recipe-ingredients .wprm-recipe-ingredient-unit {
		
	}

.wprm-recipe-instruction-text, .wprm-recipe-instruction-text span {
	display: inline !important;
}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li {
	margin-left: 30px;
	margin-bottom: 15px;
}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li::marker {
		font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
		letter-spacing: normal;
	}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li {
	margin-left: 35px;
	position: relative;
	line-height: 1.5;
	margin: 0 0 15px 35px;
	text-align: justify
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li:before {
	display: block !important;
	background-color: #efece5;

	font-family: "now_alt", Arial, Helvetica, sans-serif;
	color: #282525;
	width: 25px;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	counter-increment: wprm-advanced-list-counter;
	content: counter(wprm-advanced-list-counter);
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	font-weight: bold;
	margin: 0px 0 0 -35px;
	border-radius: 100%;
	position: absolute;
	top: 0px;
	left: 0;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul li {
	margin-left: 25px;
	margin-bottom: 4px;
	line-height: 1.6;
	font-size: 90%;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul li {
		margin-bottom: 12px;
		font-size: 90%;
		line-height: 1.5;
		list-style-type: none !important;
	}
	
		.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul li:before {
			display: inline-block;
		}

.wprm-recipe-equipment-images {
	justify-content: left;
	margin: -15px 0 15px !important;
}	
.wprm-recipe-equipment-images .wprm-recipe-equipment-item {
	margin: 0;
	max-width: 100px;
}
	.wprm-recipe-equipment-images .wprm-recipe-equipment-item img {
		width: 100%;
		height: auto;
		display: block;
	}
.wprm-recipe-equipment-images .wprm-recipe-equipment-item .wprm-recipe-equipment-name {
	font-size: 13px;
	line-height: 1.3;
}

/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-buttons {
	clear: both;
	width: 100%;
	margin: 20px 0 8px;
	display: flex;
	justify-content: space-between;
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link, .wprm-recipe-roundup-item a.wprm-recipe-link {
	display: inline-block;
	width: 32%;
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: normal;
	color: #282525 !important;
	background: #efece5 !important;
	border: none !important;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	padding: 8px 15px !important;
	margin: 0 !important;
	text-align: center;
}
	.wprm-recipe-roundup-item a.wprm-recipe-link {
		width: auto;
		margin: 0 auto;
		border: none;
		box-shadow: none !important;
	}
	a.wprm-recipe-link:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 5px;
	}
		a.wprm-recipe-print:before {
			content: "\f02f";
		}
		a.wprm-recipe-jump-to-comments:before {
			content: "\f005";	
		}
		a.wprm-video-link:before, a.wprm-recipe-jump-video:before {
			content: "\f03d";
		}
		a.wprm-recipe-pin:before {
			content: "\f08d";
			margin-right: 5px;
			margin-left: 2px;
		}
		.wprm-recipe-roundup-item a.wprm-recipe-link:before {
			display: none;
		}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover, .wprm-recipe-roundup-item a.wprm-recipe-link:hover {
		background-color: #829a7a !important;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	margin: 0 0 5px;
	line-height: 1.5;
	text-align: center
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating .wprm-recipe-rating-details {
		font-style: italic;
		display: inline-block;
		font-size: 13px;
	}


.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	font-size: 13px;
}


.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	margin: 25px 0 0 !important;
	padding: 25px !important;
	font-size: 90%;
	line-height: 1.4;
	background: #efece5;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	font-family: "now_alt", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 21px !important;
	line-height: 1.1;
	font-weight: bold;
	display: block;
	margin: 0px 0 5px;
}

@media ( max-width : 480px ) {
	.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
		word-break: break-word;
	}
	.wprm-recipe.wprm-recipe-template-custom {
		
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
		padding: 1px 15px 0;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
		width: 100%;
		float: none;
		padding: 0;
		margin-left: 0px;
		border-left: none;
		overflow: hidden;
		margin-bottom: 15px
	}
		.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-image {
			width: 100% !important;
			height: auto;
			float: none;
			display: block;
			margin: 0;
			padding: 0;
			border: none;
		}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-buttons {
		clear: both;
		width: 100%;
		margin: 20px 0 8px;
		display: block;
		justify-content: space-between;
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
		display: block;
		width: 100%;
		margin-bottom: 5px !important;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
		text-align: center;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container {
		padding: 0;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container .wprm-recipe-time-header, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container .wprm-recipe-details-name {
		display: inline;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container .wprm-recipe-time {
		display: inline;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
		
	}
}

/*Jump Button*/
	
.post-meta .wprm-recipe-snippet {
	margin: 10px 0 0
}
	.post-meta a.wprm-recipe-link {
		display: inline-block;
		font-family: "now_alt", Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		letter-spacing: .15em !important;
		border: none;
		color: #616261 !important;
		background-color: #efece5;
		border: none !important;
		font-size: 11px;
		line-height: 1;
		margin: 0 4px 0 0 !important;
		padding: 9px 10px !important;
		position: relative;
	}	
		.post-meta a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 3px;
		}
			.post-meta a.wprm-video-link:before, .post-meta a.wprm-recipe-jump-video:before {
				content: "\f03d";
				font-family: "Font Awesome 5 Pro";
				font-weight: bold;
				margin-right: 5px;
			}
		.post-meta a.wprm-recipe-link:hover {
			background-color: #829a7a;
			color: #282525 !important;
		}

			
.post-meta .wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block;
	font-size: 15px;
	margin-left: 6px;
}
	.post-meta .wprm-recipe-snippet svg {
		display: inline !important;
	}	
.post-meta .wprm-recipe-snippet .wprm-recipe-rating-details, .wprm-recipe-roundup-item .wprm-recipe-rating-details {
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	display: inline-block;
	margin-left: 8px;
	font-size: 11px;
}


	/* seed calculator styles */
	.page-template-page-seed-calculator .entry-content > :not(#seed_table),
	.page-template-page-seed-calculator .site-footer  {
		display: none;
	}

	.page-template-page-seed-calculator #seed_table tfoot {
		display: table-row-group;
	}
}

.seed_calculator.seed_calculator--no-margin-top {
	margin-top: 0;
}