/*! 
Theme Name: Marion Roach Smith
Theme URL: https://www.marionroach.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: 720px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}

}

.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
}
	.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: #1c1c1c;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ececed;
	background-color: #f4f3f2;
	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: 'bodoni-moda';
	src: url('fonts/bodoni-moda-latin-500-normal.woff2') format('woff2'),
		 url('fonts/bodoni-moda-latin-500-normal.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'bodoni-moda';
	src: url('fonts/bodoni-moda-latin-800-normal.woff2') format('woff2'),
		 url('fonts/bodoni-moda-latin-800-normal.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

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

body {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.5;
	color: #1c1c1c;
	margin: 0 10px 10px;
}
#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: #ed0200;
	text-decoration: underline;
}

a:hover {
	color: #f57675;
}
	
p {
	margin: 22px 0;
}
	.span_content p {
	
	}
img {
	display: block;
}

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

h1 {
	font-size: 36px;
}
	.span_content_full h1 {
		
	}
h2 {
	font-size: 32px;
}
	.post-content h2, .page-content h2 {
		margin-top: 40px;
		padding-bottom: 15px;
		border-bottom: 1px solid #f4f3f2;
	}
			.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 {
				margin: 25px 0 15px;
				text-align: center;
			}
			.sidebar h2 {
				font-size: 26px;
				margin: 15px 0 15px;
				text-align: center;
			}
				.sidebar .wp-block-group h2 {
					margin: 0 !important;
				}
					.sidebar .has-background.wp-block-group h2 {
						margin: 0 !important;
					}
		
	.subtitle {
		font-family: "causten", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 15px;
		align-items: center;
		display: block;
		margin-bottom: 10px;
	}
		h1 em, h2 em, h3 em, h4 em {
			font-style: normal;
		}
	
	.home-section .block-title, .home-sections h2 {
		font-size: 37px;
	}
	.home-section .divider {
		margin: 0 0 20px;
	}
		.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-right: auto;
		margin-left: 8px;
	}
	.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;
	}
	.top-bar .top-cta p {
		margin: 0;
	}
	.top-bar .top-cta strong {
		color: #ec0200;
		font-family: "causten", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	.top-bar .top-cta a {
		font-family: "causten", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 11px;
		color: #ffffff;
		background-color: #ec0200;
		display: inline-block;
		padding: 4px 8px;
		margin-left: 8px;
		text-decoration: none;
	}
		.top-bar .top-cta a:hover, .top-bar .top-cta a:hover strong {
			background-color: #f57675;
		}
		
.header {
	text-align: center;
	position: relative;
	z-index: 101;
}
	body.home .header {
		
	}

.header .logo {
	width: 370px;
	margin: 35px 0;
	float: left;
	position: relative;
}
	.header .logo img {
		width: 100%;
		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% - 370px);
	width: -webkit-calc(100% - 370px);
	width: calc(100% - 370px);
	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: #1c1c1c;
		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: #1c1c1c;
	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: Times, "Times New Roman", Georgia, 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%;
	gap: 40px;
	display: flex;
	flex-direction: column;
}
.sidebar .home-section .wrap {
	padding: 0;
}
	.sidebar .widget_search {
	}
.widget p {
	margin: 15px 0;
}

label.wp-block-categories__label, label.wp-block-search__label {
	font-family: "bodoni-moda", Palatino, Georgia, Times, serif;
	line-height: 1.33;
	font-weight: normal;
	color: #1c1c1c;
	display: block;
	margin: 0 0 10px;
	font-size: 21px;
}

.sidebar select {
	color: #727272;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #ececec;
	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: #737373;
	text-decoration: none;
	border: none;
	box-shadow: none;
	font-size: 18px;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	padding: 3px;
}
	.social a svg {
		fill: #737373;
		color: #737373;
	}
	.top-bar .social a {
		font-size: 15px;
		vertical-align: middle;
		padding: 3px !important;
	}
	.social a:hover {
		opacity: 0.7
	}


/*!---------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-meta {
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: normal;
	color: #737373;
	font-size: 11px;
	margin: 0 0 10px;
}

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

.post-meta .post-meta-author {
	
}
.post-meta .post-meta-date {
	font-family: Times, "Times New Roman", Georgia, 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: Times, "Times New Roman", Georgia, 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: #737373;
}
	.meta-bottom a {
		color: #737373;
	}
.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: #1c1c1c;
		background-color: #f4f3f2;
		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: #1c1c1c;
			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: #737373;
	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: #1c1c1c;
}

.disclosure, small {
	font-size: 12px;
	color: #737373;
	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: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #ffffff;
	background-color: #ed0200;
	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 17px;
}

	.fixed-more a.more-link {
		font-size: 11px;
		padding: 10px 15px;
	}
	a.more-link:hover, a.more-link:focus {
		background-color: #f57675;
		color: #ffffff !important;
	}
	
	@media ( min-width : 700px ) {
		.home-sections .fixed-more, .latest-posts .fixed-more {
			position: absolute;
			top: 5px;
			right: 20px;
		}
			.latest-posts .fixed-more {
				right: 0;
			}
			.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;
}
	.alignfull .wrap {
		margin-left: auto;
		margin-right: auto;
	}
.wp-block-buttons {
	margin: 30px 0 30px;
}
.wp-block-columns {
	margin: 30px 0 30px;
}
.wp-block-media-text {
	margin-top: 30px;
	margin-bottom: 30px;
}
.wp-block-image {
	margin: 30px 0 30px;
}
	.sidebar .wp-block-group .wp-block-image {
		margin: 10px 0;
	}
	.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
	}
	
.single .wp-block-group.has-background {
	padding: 10px 30px;
	margin-top: 45px;
	margin-bottom: 45px;
}
	.sidebar .wp-block-group.has-background {
		padding: 15px;
		margin: unset;
	}
	.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-red-background-color {
		background-color: #ed0200;
	}
	.has-medred-background-color {
		background-color: #f57675;
	}
	
	.has-lightred-background-color {
		background-color: #fbcccc;
	}
	.has-gray-background-color {
		background-color: #737373;
	}
	.has-lightgray-background-color {
		background-color: #f4f3f2;
	}
	.has-black-background-color {
		background-color: #1c1c1c !important;
		color: #ffffff;
	}
		.has-black-background-color h2, .has-black-background-color h3 {
			color: #ffffff;
		}
	.has-white-background-color {
		background-color: #ffffff;
		border: 2px solid #f4f3f2;
	}

	.has-red-color {
		color: #ed0200;
	}
	.has-lightgray-color {
		color: #f4f3f2;
	}
	.has-gray-color {
		color: #737373;
	}
	.has-black-color {
		color: #1c1c1c;
	}
	.has-white-color {
		color: #ffffff;
	}
	
.post-content blockquote {
	padding: 20px 35px;
	background-color: #ffffff;
	border: 2px solid #f4f3f2;
}
	.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;
	}	


.page-template-default .span_content_full p, .page-template-default .span_content_full h1, .page-template-default .span_content_full h2, .page-template-default .span_content_full h3, .page-template-default .span_content_full h4, .page-template-default .span_content_full .wp-block-quote, .page-template-default .span_content_full ul, .page .span_content_full .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;
	}

@media (min-width: 600px) {
	.wp-block-media-text:not(.has-background)>.wp-block-media-text__content {
		padding-right: 0;
		padding-left: 40px;
	}
}

.wp-block-media-text.has-media-on-the-right:not(.has-background)>.wp-block-media-text__content {
	padding-left: 0;
	padding-right: 40px;
}



table#wp-calendar {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	border: 1px solid #e9e7e4
}

#wp-calendar tbody {
	border-bottom: 1px solid #e9e7e4;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar > caption {
	font-family: "bodoni-moda", Palatino, Georgia, Times, serif;
	font-weight: normal;
	color: #1c1c1c;
	font-size: 26px;
}
#wp-calendar th {
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 7px 5px;
	text-transform: uppercase;
	letter-spacing: .15em;
	background-color: #f4f3f2;
	border: 1px solid #e9e7e4;
}

#wp-calendar td {
	border: 1px solid #e9e7e4;
	padding: 6px 0;
	text-align: center;
}
#wp-calendar tbody #today {
	background-color: #e9e7e4 !important;
}
#wp-calendar tbody .with_prompts, #wp-calendar tbody .with_prompts#today {
	background: #ec0200 !important;
}
	
#wp-calendar th {
	font-weight: normal;
}
#wp-calendar td h5 {
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin: 5px 0 15px;
}
#wp-calendar td h2, #content .deadline_prompt h2.first {
	padding: 0;
	border: 0;
	font-size: 24px;
	margin: 5px 0 15px;
}
.deadline_prompt p {
	line-height: 1.4;
	margin: 15px 0;
}
#wp-calendar > tfoot {
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .15em;
	background-color: #f4f3f2;
}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 50px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-family: "causten", 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: #1c1c1c;
	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: #1c1c1c
}
.post-nav div a:hover {
	color: #737373;
}

.post-nav em {
	display: block;
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #737373;
	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: 23%;
		}
		.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 a {
		text-decoration: none;
		border: none !important;
		box-shadow: none !important;
	}
	.item .title a {
		color: #262a29;
	}
		
	.item a:hover, .item .title a:hover, .item a:hover .title {
		color: #ed0200;
		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: #1c1c1c;
	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 #f4f3f2;
	-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----*/
	
.home-sections {
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.home-section {
	clear: both;
	position: relative;
}
	.home-section .wrap {
		position: relative;
	}
.home-sections .home-section.has-background {
	padding: 40px 0;
}
	.latest-posts.home-section {
		margin: 70px 0 0;
	}
	.topics.home-section {
		background-color: #f4f3f2;
		padding: 40px 0;
		margin: 10px 0;
	}
	.home-sections .home-section.has-background + .home-section.has-background, .home-sections .wp-block-cover + .home-section.has-background, .home-sections .has-background + .has-background {
		margin-top: -60px;
	}
	

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

.home-section .widget-content .image {
	width: 40%;
}
	.home-section .widget-content.left .image {
		order: 1;
	}
	.home-section .widget-content.right .image {
		order: 2;
	}
	.home-section .widget-content .image img {
		width: 100%;
		height: auto;
		display: block;
	}
	.sidebar .home-section .widget-content .image, {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
		.sidebar .home-section .widget-content .image img {
			border-radius: 0;
		}

.home-section .widget-content .caption {
	width: 55%;
	text-align: left;
	position: relative;
	display: block;
}
	.home-section .widget-content.left .caption {
		order: 2;
	}
	.home-section .widget-content.right .caption {
		order: 1;
	}
	.sidebar .home-section .widget-content .caption, .footer .home-section .widget-content .caption {
		display: block;
		width: 100%;
	}

	.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 p:first-of-type {
			font-size: 120%;
			line-height: 1.5;
		}

	.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;
}
	.footer .home-section.subscribe {
		padding: 20px;
		background-color: #333333 !important;
	}
	
.optin-content {
	display: flex;
	gap: 3%;
}	
	.sidebar .optin-content {
		display: block;
	}
	.optin-content .caption {
		flex-basis: 45%;
	}
		.home-section .optin-content .block-title {
			margin: 5px 0 5px;
			text-align: center;
		}
			.home-section .optin-content .block-title em {
				background: url(images/ready.svg) no-repeat left center;
				background-size: auto 100%;
				padding: 20px 25px 45px 40px;
				margin-right: -20px;
			}
		.home-section .optin-content .subtitle {
			font-size: 11px;
		}

		.optin-content p.description {
			margin: 0;
			line-height: 1.45;
			font-size: 20px;
			text-align: center;
		}

	.optin-content .form {
		flex-grow: 1;
	}
	
	.footer .optin-content {
		flex-wrap: wrap;
	}
	.footer .optin-content .caption {
		flex-basis: 100%;
	}
		.footer .home-section .optin-content .block-title, .sidebar .home-section .optin-content .block-title {
			font-size: 32px;
		}
			.footer .home-section .optin-content .block-title em, .sidebar .home-section .optin-content .block-title em {
				background: none;
				padding: 0px;
				margin-right: 0px;
			}
		.footer .home-section .optin-content p, .sidebar .home-section .optin-content p {
			font-size: 18px;
			line-height: 1.3;
			margin-bottom: 10px;
		}
	.footer .optin-content .form {
		flex-basis: 100%;
	}


.home-sections .wp-block-cover.welcome {
	padding: 5%;
}
	.home-sections .wp-block-cover.welcome h1 {
		font-size: 50px;
		margin: 25px 0;
		line-height: 1.2;
	}
		.home-sections .wp-block-cover.welcome h1 em {
			background: url(images/welcome.svg) no-repeat left center;
			background-size: auto 100%;
			padding: 25px 30px 40px 20px;
			margin-right: -25px;
		}
	.home-sections .wp-block-cover.welcome p.counter {
		display: flex;
		gap: 10px;
		align-items: center;
		align-content: center;
		justify-content: center;
		font-family: "causten", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
		line-height: 1.3;
		letter-spacing: .1em;
	}
		.home-sections .wp-block-cover.welcome p.counter strong {
			display: block;
			background: url(images/circle.svg) no-repeat center center;
			background-size: auto 100%;
			display: inline-block;
			font-size: 55px;
			padding: 5px 16px;
			font-weight: normal;
			font-family: "bodoni-moda", Palatino, Georgia, Times, serif;
			letter-spacing: normal;
			text-transform: none;
		}
	.home-sections .wp-block-cover.welcome p.has-small-font-size {
		font-size: 18px !important
	}
	
.wp-block-columns.classes {
	gap: 10px;
}
	.wp-block-columns.classes .wp-block-column {
		flex-basis: 49%;
		flex-grow: 1;
	}

	.wp-block-columns.classes .wp-block-column.has-black-background-color {
		padding: 5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		justify-content: center;
		gap: 0;
		margin: 0;
	}
		.wp-block-columns.classes .wp-block-column.has-black-background-color p {
			margin: 10px 0;
		}
		
.wp-block-group.action-boxes.has-background {
	padding: 40px 0;
}
	.wp-block-group.action-boxes.has-medred-background-color .wp-block-group__inner-container {
		background-image: url(images/bracket-left.svg), url(images/bracket-right.svg);
		background-repeat: no-repeat;
		background-position: center left, center right;
		background-size: auto 100%, auto 100%;
		max-width: 1100px;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 2% 6%;
	} 
	
	.wp-block-group.action-boxes h2 {
		font-size: 32px;
	}
	.wp-block-group.action-boxes p {
		font-size: 130%;
	}
	.wp-block-group.action-boxes h2 em  {
		color: #ffffff
	}
	
	.wp-block-group.action-boxes.has-red-background-color .wp-block-group__inner-container {
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		gap: 2%;
	}
	.wp-block-group.action-boxes.has-red-background-color h3 {
		font-size: 37px;
		color: #ffffff;
		margin: 0;
		flex-shrink: 1;
	}
	
	.wp-block-group.action-boxes.has-red-background-color .wp-block-buttons {
		margin: 0;
		flex-shrink: 1;
	}

/*!---------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, .span_content .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: #1c1c1c;
	text-decoration: none;
}
	.archiveslist a:hover {
		color: #ed0200;
	}

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

.tagtitle {
	margin-bottom: 10px;
}

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

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

	.tagtitle a:hover {
		color: #1c1c1c;
	}
	
.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: #737373;
		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 #f4f3f2;
	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: #f4f3f2;
}
.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;
}
	.home-section.topics ul.subcategories {
		margin: 0 !important;
		text-align: center;
	}
.subcategories h2 {
	font-size: 15px;
	font-family: "causten", 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: 12px;
	text-transform: uppercase;
	letter-spacing: .12em;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #ec0200;
	font-family: "causten", Arial, Helvetica, sans-serif;
	padding: 6px 10px;
	margin: 4px 4px;
}
	ul.subcategories li.all a {
		color: #ec0200;
		text-decoration: underline;
		padding: 0;
		background-color: transparent !important;
	}
		ul.subcategories li.all a:hover {
			color: #f57574;
		}
	ul.subcategories ul li.current-cat a, ul.subcategories ul li a:hover, ul.subcategories li a:hover, .subcats ul.menu li a:hover {
		background-color: #f57574;
		color: #ffffff;
		text-decoration: none !important;
	}
	
/*!Breadcrumbs*/

.breadcrumb {
	color: #737373;
	font-family: "causten", 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: #737373;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
}
	.single-post-content .breadcrumb .breadcrumb_last {
		

	}
	.breadcrumb .breadcrumb_last {
		font-family: Times, "Times New Roman", Georgia, serif;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;

	}
.breadcrumb a:hover {
	color: #1c1c1c;
}


/*!---------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: 16px;
	line-height: 1.2;
	font-weight: normal;
	background-color: #ed0200;
	font-family: "causten", 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;
}
	.wp-block-button.is-style-outline a {
		background-color: transparent;
		border: 1px solid
	}
	#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: #f57675 !important;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f4f3f2;
	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: #1c1c1c;
	font-size: 16px;
	font-family: Times, "Times New Roman", Georgia, 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 #737373 !important
	}

	
.search-form .search-submit {
	background-color: transparent;
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: normal;
	font-size: 22px;
	color: #737373;
	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: #737373;
		fill: #737373;
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #1c1c1c;
		fill: #1c1c1c;
	}
	.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;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.subscribe .email-input, .formkit-input {
	background-color: #ffffff;
	color: #434f57;
	border: none;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-style: italic;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	margin: 0;
	padding: 0 15px 0 15px;
	border-radius: 0 !important;
	flex-basis: auto;
	flex-grow: 1;
}
	.sidebar .subscribe .email-input {
		flex-basis: 100%;
	}
	.email-input:focus, .formkit-input:focus {
		outline: none;
		border: 2px solid #737373 !important;
	}

.subscribe .email-submit, .formkit-submit {
	font-family: "causten", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	border: none;
	background-color: transparent;
	text-align: center;
	height: 56px;
	line-height: 56px;
	flex-basis: 100%;
	flex-grow: 1;
	color: #ffffff;
	padding: 0 10px;
	border-radius: 0 !important;
	background-color: #ed0200 !important;
}
	.formkit-form .formkit-submit {
		margin-bottom: 0 !important
	}
	.subscribe .email-submit i {
		
	}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus, .formkit-submit:hover {
		background-color: #f57675 !important;
		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;
}
.subscribe .formkit-form .formkit-powered-by-convertkit-container {
	margin: 0;
	display: none !important;
}

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

.footer {
	background-color: #1c1c1c;
	color: #ffffff;
	position: relative;
	clear: both;
	margin-top: 6vw;
	padding: 40px 0 0;
	margin: 10px 0 0;
}
	body.home .footer {
		
	}

.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: 45%;
		margin-left: auto;
		flex-grow: 0;
		order: 2;
		display: flex;
		flex-flow: row wrap;
		gap: 3%;
		font-family: "causten", Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .15em;
	}
		.footer .footer-sections .block-title {
			text-transform: none;
			letter-spacing: normal;
			font-size: 24px;
			margin: 0 0 10px;
		}
		.footer .footer-sections .footer-nav .widget_nav_menu {
			flex-basis: 25%;
			flex-grow: 1;
			margin-left: auto;
		}
			.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 .subscribe {
		flex-basis: 50%;
		flex-grow: 0;
		order: 1;
	}

.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #f57675;
}

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

.sub-footer {
	background-color: #1c1c1c;
	color: #8d8d8d;
	text-align: center;
	padding: 25px 10px;
}

.sub-footer a {
	color: #737373;
	text-decoration: none;
}
.sub-footer a:hover {
	color: #f57675;
}
.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: "causten", 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: #f4f3f2;
}

	#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: #f4f3f2;
	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: #1c1c1c;
}

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

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

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

.pagination {
	font-weight: bold;
	font-family: "causten", 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: #737373;
}
	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: #737373;
	margin: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 31px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #f4f3f2;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #1c1c1c;
	background-color: #f4f3f2;
	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: Times, "Times New Roman", Georgia, 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: #f57675;
}

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

#top {
	font-weight: normal;
	font-size: 11px;
	font-family: "causten", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	position: relative;
}
#top li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
	#top li a {
		display: inline-block;
		padding: 0 8px;
		text-decoration: none;
		color: #737373;
		-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: #f57675;
	}
	
	/*!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: #f4f3f2;
		-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: #1c1c1c !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: #f57675 !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: "bodoni-moda", 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: #1c1c1c;
	-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: #ed0200;
}

#main li.swash a {
	background: url(images/swash.svg) no-repeat center bottom;
	background-size: 80% auto;
}

/*!Sub Menus Level 1 */

#main ul ul {
	font-family: "causten", 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: #f4f3f2;
	-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: #1c1c1c !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: #ed0200 !important;
	}
	
	#main li li a:hover, #main li li:hover a {
		background-color: #f57675 !important;
	}



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