/*! 
Theme Name: Foodie Digital
Theme URL: https://www.foodiedigital.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: 0 auto;
		max-width: 780px;
	}	
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		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: #101413;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #f2f2f2;
	background-color: #f6f5f2;
	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: 'Futura';
	src: url('../woff2/futura-dem.woff2') format('woff2'),
		 url('../woff/futura-dem.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: fallback;
	ascent-override: 86%;
}


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

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

a:hover {
	color: #8c1730;
}
p {
	margin: 25px 0;
}

img {
	display: block;
}
	

h1, h2, h3, h4, h5, h6 {
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	line-height: 1.2;
	font-weight: 600;
	margin: 25px 0 25px;
	color: #101413;
}
	.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
		color: #101413;
	}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 42px;
}
	.post-content h2 {
		margin-top: 40px;
	}

	.subtitle {
		font-size: 15px;
		font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
		text-transform: uppercase;
		letter-spacing: .2em;
		margin: 0;
		display: block;
		color: #035276;
	}
	.subtitle+h2 {
		margin-top: 15px
	}
	h2 img {
		margin: 0 auto;
	}
	
h3 {
	font-size: 32px;
}
	
	.post-content h3, .post-content h4 {
		margin-top: 30px;
	}
h4 {
	font-size: 26px;
}

h5 {
	font-size: 21px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}
	em strong, strong em {
		font-weight: normal;
		font-style: italic;
	}
sup {
	vertical-align: super;
	font-size: smaller;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
.clear {
	clear: both;
}

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

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

	hr.is-style-wide, hr.wp-block-separator {
		width: 100%;
		margin-top: 4vw;
		margin-bottom: 4vw;
		border-top: 1px solid #f2f2f2;
	}
		hr.alignfull {
			margin-left  : calc( -100vw / 2 + 100% / 2 );
			margin-right : calc( -100vw / 2 + 100% / 2 );
			max-width	  : 100vw;
			width: 100vw;
			margin-top: 6vw;
			margin-bottom: 6vw;
		}
	hr.is-style-default {
		width: 150px;
		margin: 3vw auto;
		border-top: 1px solid #f2f2f2;
	}

/*!---------HEADER---------*/
.top-bar {
	text-align: right;
	/*border-bottom: 1px solid #e7e7e7;*/
	line-height: 43px;
	height: 50px;
	padding: 0 10px;
}
	.top-bar .social {
		display: inline-block;
		vertical-align: middle;
	}
	.top-bar .top-cta {
		padding: 3px 0 3px 15px;
		margin-left: 10px;
		font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
		font-weight: 600;
		font-size: 14px;
		/*text-transform: lowercase;*/
		/*border-left: 1px solid #e7e7e7;*/
		display: inline-block;
		vertical-align: middle;
	}
		.top-bar .top-cta p {
			margin: 0;
			display: inline-block;
		}
		.top-bar .top-cta a {
			font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
			text-transform: uppercase;
			letter-spacing: .1em;
			font-weight: 600;
			background: #dee9f0;
			color: #035276;
			margin: 0px;
			text-align: center;
			box-shadow: none;
			border: none;
			text-decoration: none;
			display: inline-block;
			font-size: 11px;
			border-radius: 16px;
			line-height: 1.6;
			padding: 7px 15px 6px;
			margin: 0 0 0 8px;
		}
			.top-bar .top-cta a:hover {
				background: #035276;
				color: #ffffff;
			}
.header .logo {
	overflow: hidden;
	width: 240px;
	float: left;
	margin: -48px 0px 25px;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
.header #main {
	width: -moz-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
	float: right;
	margin: 38px 0 0
}

.social a {
	color: #035276;
	font-size: 16px;
	padding: 0 6px;
	text-decoration: none;
	border: none;
	box-shadow: none;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
}
	.social a:hover {
		color: #8c1730;
	}
.footer .social a, .sidebar .social a, .home-section .social a {
	background-color: #dee9f0;
	color: #035276;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	margin: 0;
}
	.footer .social a:hover, .sidebar .social a:hover, .home-section .social a:hover {
		background-color: #035276;
		color: #ffffff;
	}
	
/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content img[width="683"], .post-content .size-large img {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content .size-large .dpsp-pin-it-wrapper {
		width: 100% !important;
	}
.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 10px 35px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		font-family: 'Font Awesome 5 Pro';
		color: #101413;
		background-color: #efbf49;
		height: 3px;
		width: 25px;
		margin-left: -35px;
		margin-right: 10px;
		position: relative;
		top: -6px;
		font-size: 12px;
		text-align: center;
	}
	.span_content .has-yellow-background-color ul li:before, .span_content .bakers-tips ul li:before {
		background-color: #035276;
	}

.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol {
	counter-reset:li;
}
	.span_content ol[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol[start="10"] {
		counter-reset:li 9;
	}
.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #ffffff;
	background-color: #efbf49;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	left: -24px;
	top: 2px;
	transform: translateX(-50%);
	line-height: 28px;
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
	.span_content .has-yellow-background-color ol>li:before {
		background-color: #ffffff;
	}
	.span_content ol ul li {
		list-style-type: none;
	}
.video-container {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

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


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

h1.page-title {

}

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

.post {
	
}

.post-cover {
	text-align: center;
	margin-bottom: 6vw;
}

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

.post-title a {
	text-decoration: none;
	color: #101413;
}

	.post-title a:hover {
		color: #035276;
	}

.post-meta {
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #5c5f5f;
	margin: 0 0 25px;
}

.post-meta a {
	color: #5c5f5f;
	text-decoration: none;
}
	.recipe-summary .post-meta a {
		color: #5c5f5f;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #035276;
		text-decoration: underline;
	}
	.post-meta.post-cat a {
		color: #035276;
	}
		.post-meta.post-cat a:hover {
			color: #8c1730;
			text-decoration: underline;
		}
.post-meta span {
	display: inline-block
}

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

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

.disclosure, small {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 11px;
	color: #5c5f5f;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
}
	.disclosure-top {
		
	}

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

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

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

/*! Inner Post */

.inner-post {
	
}

.span_content .dpsp-networks-btns-wrapper li {
	margin: 0 7px 0 0;
	padding: 0;
}

.author-box {
	margin: 5vw 0 0;
	-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;
	align-items: flex-start;
	justify-content: space-between;
}
	.author-box img {
		width: 25%;
		height: auto !important;
		border-radius: 50%;
	}
	.author-box .authortext {
		width: 70%;
	}
.author-box h2 {
	margin: 0 0 -10px;
}


/*! ---- GUTENBERG BLOCK STYLING ---- */

.has-yellow-background-color {
	background-color: #efbf49;
}
.has-blue-background-color {
	background-color: #035276;
	color: #ffffff;
}
.has-lightblue-background-color {
	background-color: #dee9f0;
}
.has-tan-background-color {
	background-color: #f6f5f2;
}
.has-black-background-color {
	background-color: #101413;
	color: #ffffff;
}
.has-white-background-color {
	background-color: #FFF;
	border: 1px solid #e7e7e7;
}

.has-blue-color {
	color: #035276;
}
.has-lightblue-color {
	color: #dee9f0;
}
.has-yellow-color {
	color: #efbf49;
}
.has-black-color {
	color: #101413;
}
.has-lightgray-color {
	color: #f6f5f2;
}
.has-med-gray-color {
	color: #e5e4df;
}
.has-white-color {
	color: #ffffff;
}

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

.full-page-content>p, .full-page-content>h1, .full-page-content>h2, .full-page-content>h3, .full-page-content>h4, .full-page-content>ul, .full-page-content>ol, .full-page-content>.fluentform {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.full-page-content .wp-block-media-text, .full-page-content .wp-block-columns, .full-page-content .wp-block-group {
	margin-top: 5vw;
	margin-bottom: 5vw;
}
	.full-page-content .wp-block-group.has-background, .pre-footer .wp-block-group.has-background {
		padding-top: 5vw;
		padding-bottom: 5vw;
		margin-top: 0vw;
		margin-bottom: 0vw;
	}
	.full-page-content>.wp-block-group .wp-block-group__inner-container {
		padding: 0 20px;
		width: 100%;
		max-width: 1200px;
	}
		.full-page-content>.wp-block-group .wp-block-group__inner-container p {
			max-width: 980px;
			margin-left: auto;
			margin-right: auto;
		}

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

	.wp-block-media-text.overlap .wp-block-media-text__content {
		padding: 8% 8% 5%;
		background-color: #ffffff;
		margin-left: -25%;
	}
	.wp-block-media-text figcaption {
		font-weight: normal;
		font-size: 11px;
		line-height: 1.4;
		font-weight: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		color: #6d706f;
		margin: 0;
	}
	
.wp-block-cover, .wp-block-cover-image {
		min-height: 480px;
		position: relative;
		overflow: visible;
	}
	.wp-block-cover .wp-block-group.has-background {
		padding: 2% 5%;
	}
	.wp-block-cover .wp-block-cover__inner-container {
		max-width: 780px;
		margin: 0 auto;
	}
		.wp-block-cover .wp-block-cover__inner-container p.credit, .wp-block-cover div.credit {
			font-weight: normal;
			font-size: 11px;
			line-height: 1.4;
			font-weight: normal;
			font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
			color: #6d706f;
			position: absolute;
			left: 8px;
			bottom: -20px;
			margin: 0;
			z-index: 11;
		}

		.wp-block-cover figcaption {
			position: absolute;
			left: 5px;
			bottom: 10px;
			font-weight: normal;
			font-size: 11px;
			line-height: 1.4;
			font-weight: normal;
			font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
			color: #6d706f;
			position: absolute;
			left: 8px;
			bottom: -20px;
			margin: 0;
			z-index: 11;
		}
	
.page-content .wp-block-cover {
	padding: 7vw 20px;
}
.pre-footer .wp-block-cover {
	padding: 7vw 20px;
}
body.home .page-content>.wp-block-cover:first-child {
	padding: 7vw 20px;
}
		body.home .page-content>.wp-block-cover:first-child .wp-block-cover__inner-container {
			max-width: 1100px;
			margin: 0 auto;
		}
			body.home .page-content>.wp-block-cover:first-child .wp-block-group.has-background {
				max-width: 580px;
				margin-left: auto;
				padding: 10px 15px 0;
			}
				body.home .page-content>.wp-block-cover:first-child .wp-block-group.has-background .wp-block-buttons {
					position: relative;
					margin-top: -20px;
					bottom: -25px;
				}
			.wp-block-cover h1 {
				font-size: 42px;
				line-height: 1;
			}
				body.home .wp-block-cover h1 {
					font-size: 48px;
					line-height: 1;
				}
				body.home .page-content>.wp-block-cover:first-child h1 em {
					background: url(../png/delicious.png) no-repeat;
					background-size: 100% auto;
					text-indent: -9999px;
					display: inline-block;
					width: 156px;
					height: 56px;
					position: relative;
					top: -8px;
					margin: 0 -2px 0 -3px
				}
				body.home .page-content>.wp-block-cover:first-child h2 {
					line-height: 1.4;
				}
				.pre-footer .wp-block-cover h2 {
					font-size: 3vw;
					font-size: clamp(32px, 3vw, 38px);
				}
			.wp-block-cover p {
				font-weight: 600;
				font-size: 24px;
				line-height: 1.4;
				font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
			}
				
		body.home .page-content>.wp-block-cover:first-child:after, .wp-block-cover.lines:first-child:after {
			padding: 0;
			background: url(../svg/lines.svg) no-repeat center bottom;
			background-size: 100% auto;
			content: "";
			width: 100%;
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			margin-bottom: -3.5%
		}
		.wp-block-cover .has-white-background-color, .wp-block-columns .has-white-background-color {
			border: none !important;
		}
		
.wp-block-group.has-background .wp-block-columns {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}	
.wp-block-columns .wp-block-column.has-background {
	padding: 30px;
}
	.wp-block-column.has-background>* {
	
	}

		.wp-block-column.has-background h2 {
			margin: 0
		}
			.wp-block-column.has-background h2.subtitle {
				margin: 0 0 15px
			}
		.wp-block-column.has-background p {
			margin: 15px 0;
		}
		.wp-block-column.has-background .wp-block-buttons {
			margin: 25px 0 0
		}
	.wp-block-column.has-background .wp-block-image {
		margin: -30px -30px 25px;
		padding: 0;
	}
		.wp-block-column.has-background .wp-block-image img {
			width: 100%;
			height: auto;
			display: block;
		}
	
.wp-block-buttons {
	margin: 25px 0;
}
.wp-block-image {
	margin: 30px 0;
}
.wp-block-gallery {
	margin: 35px 0;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		background: transparent;
		color: #6d706f;
		font-size: 15px;
		margin: 5px 0;
		max-height: auto;
		padding: 0;
		line-height: 1.5;
		position: relative;
		text-align: center;
		width: 100%;
		font-weight: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	}
	.wp-block-image figcaption {
		font-weight: normal;
		font-size: 12px;
		line-height: 1.5;
		font-weight: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		color: #6d706f;
		margin: 5px 0;
		z-index: 11;
		text-align: center;
	}
		
.testimonial-block {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.55;
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	color: #101413;
	background-color: #f6f5f2;
	text-align: center;
	position: relative;
	padding: 120px 0;
	background: #f6f5f2 url(../svg/wave-bottom.svg) no-repeat center bottom;
	background-size: 100% auto;
}
		.testimonial-block:before {
			content: "";
			width: 56px;
			height: 84px;
			background: url(../png/quote%402x.png) no-repeat;
			background-size: 100% auto;
			display: block;
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -28px;
		}
	
	.testimonial-block .wrap {
		max-width: 800px;
	}
	.testimonial-block p {
		position: relative;
		z-index: 11;

        font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	    font-size: 21px;
	    font-weight: normal;
	    line-height: 1.6;
	}
	.wp-block-quote cite {
		text-align: center;
		display: block;
		font-style: normal;
		font-weight: 600;
		font-size: 21px;
		line-height: 1.6;
		font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
		margin-top: 30px;
	}
	
		.wp-block-quote cite img {
			text-align: center;
			margin: 0 auto 20px;
			border-radius: 50%;
			width: 100px;
			height: 100px;
            object-fit: cover;
		}
		.wp-block-quote cite .website {
			font-size: 14px;
			text-transform: uppercase;
			letter-spacing: .2em;
			font-weight: 600;
			color: #6d706f;
		}
			.wp-block-quote cite .website a {
				color: #6d706f;
				text-decoration: none;
			}
				.wp-block-quote cite .website a:hover {
					color: #8c1730;
					text-decoration: underline;
				}
		.wp-block-quote cite .member-since {
			font-size: 12px;
			text-transform: none;
			letter-spacing: normal;
			color: #6d706f;
			font-weight: normal;
			font-style: italic;
			font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
			margin-top: 2px;
		}
	.testimonial-block h2 {
		font-size: 15px;
		font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
		text-transform: uppercase;
		letter-spacing: .2em;
		margin: 0 0 40px;
		padding: 0;
		border: none;
		display: block;
		color: #035276;
	}


.wp-block-group.has-background.wave-top {
	padding-top: 9vw;
	background-image: url(../svg/wave-top.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.wp-block-group.has-background.wave-bottom {
	padding-bottom: 9vw;
	background-image: url(../svg/wave-bottom.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.wp-block-group.has-background.half-and-half {
	position: relative;
	background-color: transparent;
	padding-top: 7vw;
	margin-top: 6vw;
}
	body.home .half-and-half {
		border-bottom: 1px solid #e7e7e7;
	}
	.half-and-half h2 {
		font-size: clamp(38px, 4vw, 48px);
	}
	.half-and-half:before {
		width: 100%;
		height: 30%;
		background-image: url(../svg/wave-top.svg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: -1;
	}
		body.home .half-and-half:before {
			height: 38%;
		}
		.half-and-half.has-tan-background-color:before {
			background-color: #f6f5f2;
		}
		.half-and-half.has-lightblue-background-color:before {
			background-color: #dee9f0;
		}
	.half-and-half:after {
		
	}
	.half-and-half .wp-block-column img {
		width: 62%;
		height: auto;
		min-width: 240px;
		margin: 0 auto;
	}
		body.home .half-and-half .wp-block-column img {
			width: 80%;
			min-width: 168px;
			max-width: 240px;
			height: auto;
		}
	.half-and-half h3 {
		font-size: 30px;
		margin: 0 0 25px;
	}
	.half-and-half p {
		font-size: 106%;
		margin-bottom: 35px;
	}
	

.span_content_full .featured-posts-block {
	padding: 4vw 0 2vw;
}
.featured-posts-block h2.block-title {
	font-size: 36px;
}
@media ( min-width : 600px ) {
	.span_content_full .featured-posts-block .fixed-more {
		position: absolute;
		top: 6px;
		right: 0;
	}
}

.wp-block-columns.price-table {
	margin-top: 120px
}
	.wp-block-columns.price-table .wp-block-column {
		border: 1px solid #e7e7e7
	}
	
	.wp-block-columns.price-table .wp-block-column h2.has-background {
		margin: -1px !important;
		position: relative;
	}
		.wp-block-columns.price-table .wp-block-column h2 img {
			position: absolute;
			top: 0;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
		}
	.wp-block-columns.price-table ul {
		margin: 25px 25px 5px;
	}
	.wp-block-columns.price-table ul li {
		border-top: 1px solid #e7e7e7;
		padding: 10px 5%;
		margin: 0;
		font-size: 18px;
	}
		.wp-block-columns.price-table ul li:last-child {
			
		}
		.wp-block-columns.price-table ul li a {
			color: #5c5f5f;
			text-decoration: none;
			font-size: 13px;
		}
	.wp-block-columns.price-table ul li:before {
		color: #efbf49;
		content: "\f00c";
		font-weight: bold;
		width: 25px;
		height: 25px;
		background: none;
		border: none;
		border-radius: unset;
		font-size: 18px;
		margin-left: 0px;
		margin-right: 5px;
		position: relative;
		top: 1px;
	}
	.wp-block-columns.price-table p:last-child {
		background-color: #f6f5f2;
		margin: 0;
		padding: 25px 0;
	}
	
.wp-block-columns.price-table .price {
	line-height: 1.2;
	font-size: 16px;
	margin: 25px 0 30px;
}
	.wp-block-columns.price-table .price strong {
		font-size: 42px;
		display: block;
	}
	.wp-block-columns.price-table .price sup {
		font-size: 50%
	}
	.wp-block-columns.price-table .price em {
		font-size: 13px;
		color: #5c5f5f;
		display: block;
		margin-top: 3px;
	}

.wp-block-categories {
	text-align: center;
	margin-bottom: 2vw;
}
	.wp-block-categories li {
		display: inline-block;
		margin: 5px 2px
	}
		.wp-block-categories li:before {
			display: none;
		}
.blog-search {
	margin-bottom: 3vw;
}

/* blockquote (non-testimonial, on single post template) */
.single blockquote.wp-block-quote {
    border-left: 3px solid #efbf49;
    padding: 15px 10px 15px 30px;    
    background: #f6f5f2;
	text-align: left;
}
.single blockquote.wp-block-quote p {
	font-size: 90%;
}
.single blockquote.wp-block-quote p, .single blockquote.wp-block-quote cite {
	text-align: left;
}

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

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.items.latest-posts {

}
	.items .item {
		margin: 0 1% 0;
		text-align: left;
		position: relative;
	}
	
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0 -1.75%;
	}
		.items-2-col .item {
			width: calc((100% / 2) - 3.5%);
			margin: 0 1.75% 3%;
		}
	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -2%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 4%);
			margin: 0 2% 4%;
		}

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

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

}

	.items-2-col .item .title {
		font-size: 24px;
		font-size: clamp(12px, 2.5vw, 24px);
	}
		.items-2-col .item.teaser-post h2.title {
			font-size:42px;
			font-size: clamp(23px, 5vw, 42px);
		}
	.items-3-col .item .title {
		font-size: 26px;
		font-size: clamp(18px, 3vw, 26px);
	}
		
	.items-4-col .item .title {
		font-size: 16px;
		font-size: clamp(12px, 2vw, 18px);
	}

	.items-5-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 18px);
	}
	.items-6-col .item .title, .items-7-col .item .title, .items-8-col .item .title {
		font-size: 14px;
		font-size: clamp(10px, 1.5vw, 14px);
		text-transform: uppercase;
		letter-spacing: .1em;
	}

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

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

.items .item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.items .item a.block:hover img {
		opacity: 0.85
	}

.item .post-meta {
	margin: 0 0 20px
}
.item .more {
	margin: 25px 0;
	display: block
}
.item p.excerpt {
	font-size: 90%;
	margin: 10px 0 15px;
}

.items-2-col .teaser-post {
	background-color: #f6f5f2;
	align-self: start;
}
	.items-2-col .teaser-post .inner-content {
		padding: 0 30px 10px;
	}
.items-2-col .teaser-post .subtitle {
	margin: 25px 0 0
}
	.items-2-col .item.teaser-post p.excerpt {
		font-size: 100%;
		margin: 20px 0 25px;
	}


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

.cat-desc {
	margin-bottom: 3vw;
}
	
/*!Breadcrumbs*/

.breadcrumb {
	color: #5c5f5f;
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 10px;
}
	.post-cover .breadcrumb {
		margin-top: 25px;
	}
.breadcrumb a {
	color: #5c5f5f;
	text-decoration: underline;
	border: none;
	box-shadow: none !important;
}
	.breadcrumb .breadcrumb_last {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-weight: normal;
	}
	body.single-post .breadcrumb .breadcrumb_last {
		display: none;
	}
.breadcrumb a:hover {
	color: #035276;
}


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

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

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open, a.more-link, .ff-btn-submit, .wp-block-categories li a {
	background: unset;
	color: #035276;
	background-color: #dee9f0;
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	text-transform: none;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	cursor: pointer;
	padding: 15px 25px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 25px;
	display: inline-block;
}
	form.frm-fluent-form .ff-btn-submit {
		color: #035276 !important;
		background-color: #dee9f0 !important;
		color: #ffffff;
		border: none;
		font-size: 22px !important;
		padding: 12px 22px !important;
		border-radius: 30px;
		min-width: 25%;
		margin: 0 auto !important;
	}
	.wp-block-button.has-large-font-size a {
		font-size: 26px !important;
		padding: 18px 30px;
		border-radius: 30px;
	}
	a.smbutton, button.smbutton, a.more-link, .wp-block-button.has-small-font-size a {
		font-size: 17px !important;
		padding: 11px 20px;
		border-radius: 20px;
	}
		.items-2-col .teaser-post a.more-link {
			font-size: 22px !important;
			padding: 15px 25px;
			border-radius: 25px;
		}
	#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.more-link:hover, .ff-btn-submit:hover, .ff-btn-submit:focus, .wp-block-categories li a:hover, .wp-block-categories li a:focus {
		background: unset;
		color: #ffffff;
		background-color: #035276;
	}



#commentform #submit {
	width: auto;
}

.fluentform {
	width: 100%;
	border: 1px solid #e7e7e7;
	padding: 35px;
	margin-bottom: 35px;
}

ul.gform_fields .gfield_checkbox, ul.gform_fields .gfield_radio {
	margin: 0;
	padding: 0;
}
	ul.gform_fields .gfield_threecolumn {
		position: relative;
	}
	ul.gform_fields .gfield_checkbox li, ul.gform_fields .gfield_radio li {
		margin: 0 !important;
		padding: 0 !important;
		display: block;
		clear: none !important;
	}

	ul.gform_fields .gfield_threecolumn li {
	
	}
	.fluentform .ff-el-group.ff_list_inline, .fluentform .ff-el-group.ff_list_inline label {
		text-align: center
	}
	.fluentform .ff-el-group.ff_list_inline .ff-el-form-check input {
		position: absolute;
		left: -9999px;
		display: none;
	}
	
	.fluentform .ff-el-group.ff_list_inline .ff-el-form-check label {
		font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: .1em;
		background-color: #b7b8be;
		padding: 10px 20px;
		cursor: pointer;
		user-select: none;
		transition: background-color .2s, box-shadow .2s;
	}
	.fluentform .ff-el-group.ff_list_inline .ff-el-form-check label:hover {
		background-color: #9899a3;
	}
	.fluentform .ff-el-group.ff_list_inline .ff-el-form-check.ff_item_selected label {
	  background-color: #b63148;
	}
		.fluentform .ff-el-group.ff_list_inline .ff-el-form-check.ff_item_selected label:before {
			content: "\002713";
			display: inline-block;
			margin-right: 5px;
		}
.fluentform .ff-el-input--label {
			display: block;
			margin-bottom: 5px;
			position: relative;
			text-align: left !important;
		}
.fluentform .ff_submit_btn_wrapper {
		text-align: center !important;
	}
		
.search-form {
	width: 100%;
	border: none;
	overflow: hidden;
	position: relative;
}

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

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

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

	.home-section .search-submit {
		
	}



		


/*Subscribe Forms*/

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

.subscribe .email-submit {
	border: none;
	font-size: 15px;
	font-weight: bold;
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	text-transform: uppercase;
	letter-spacing: .075em;
	color: #101413;
	background-color: transparent;
	text-align: center;
	border: none;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	width: 52px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
	.sidebar .subscribe .email-submit {
		
	}
	.subscribe .email-submit i {
		font-size: 24px;
		line-height: 52px;
	}

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

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

/*Mailchimp*/

#mc_embed_signup .validate {
	clear: none;
	margin: 25px 0;
	width: 100%;
	position: relative;
}
.mc-field-group {
	display: block;
	margin-bottom: 15px;
}
.mc-field-group label {
	display: block;
	font-size: 18px;
}
.mc-field-group input {
	border: none;
	background-color: #ffffff;
	color: #101413;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	margin: 0;
	padding: 0 55px 0 20px;
	width: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 24px;
}
	.mc-field-group input:focus {
		outline: none;
		color: #101413;
		background-color: #ffffff;
		border: 2px solid #efbf49
	}

#mc_embed_signup input[type=submit] {
	background: unset;
	color: #035276;
	background-color: #dee9f0;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	text-transform: none;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	cursor: pointer;
	padding: 18px 35px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 30px;
	display: block;
	margin: 10px auto 0
}
		
#mc_embed_signup input[type=submit]:focus, #mc_embed_signup input[type=submit]:hover {
	background: unset;
	color: #ffffff;
	background-color: #035276;
}

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

.pre-footer {
	position: relative;
}
	body.home .pre-footer {
		margin: 0;
	}
	body.single-post .pre-footer {
		margin-top: 5vw;
	}
.pre-footer:after {
	padding: 120px 0;
	background: url(../svg/lines.svg) no-repeat center bottom;
	background-size: 100% auto;
	content: "";
	width: 100%;
	height: 0;
	padding-bottom: 10%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(0%,20%);
	-ms-transform: translate(0%,20%);
	transform: translate(0%,20%);
}
	.pre-footer .fullwidth .wp-block-columns {
		padding: 0 20px;
	}
	
.footer {
	padding: 5vw 0 3vw;
}
	body.home .footer {
		
	}

.footer .wrap {
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	-ms-box-orient: horizontal;
	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 .wrap .logo {
	width: 35%;
	flex-shrink: 1;
}
	.footer .logo img {
		margin: 0 auto 25px;
	}
.footer .social {
	text-align: center;
	margin: 25px 0;
}
.footer .wrap .footer-nav {
	width: 55%;
	flex-shrink: 1;
	-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 .wrap .footer-nav ul {
		flex-shrink: 1;
	}
	.footer h2.block-title {
		font-size: 28px;
		text-transform: lowercase;
		letter-spacing: normal;
		margin: 20px 0 20px;
	}
		.footer .subscribe h2.block-title {
			margin-bottom: 15px;
		}
	.footer .widget_nav_menu li {
		font-size: 14px;
		margin: 0 0 12px 0;
	}
		.footer .widget_nav_menu li a {
			color: #5c5f5f;
			text-decoration: none;
		}
		.footer .widget_nav_menu li a:hover {
			color: #035276
		}
	
	
.copyright {
	font-size: 11px;
	text-align: center;
	color: #5c5f5f;
}
.copyright p {
	margin: 0;
}
.copyright strong {
	font-weight: 600;
}
.copyright em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
	text-transform: none;
}
.copyright a {
	text-decoration: underline;
}

.footer .instagram .wrap {
	max-width: 100%;
	padding: 0;
}

.post-footer #sb_instagram {
	position: relative
}
#sb_instagram .sbi_follow_btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	z-index: 101
}
#sb_instagram .sbi_follow_btn a {
	background: #035276;
	color: #fff;
	border-radius: 0 !important;
	font-weight: bold;
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
}

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

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

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

	#reply-title a#cancel-comment-reply-link {
		display: none !important
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important
	}
#comment-list {
	font-size: 90%;
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}
#comment-list li {
	margin: 30px 0;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #f2f2f2;
	list-style-type: none;
}

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

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

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

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

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

.comment-meta {
	margin: 0;
	font-size: 13px;
	text-align: left;
	clear: none;
	color: #5c5f5f
}

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

.comment-meta a {
	
}

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

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

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

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

.pagination {
	width: 100%;
	flex: none;
	font-weight: bold;
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: -3vw 0 3vw;
	padding: 0;
	overflow: hidden;
	color: #5c5f5f;
}
	.comment-pagination {
		margin: 0 0 30px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #5c5f5f;
	margin: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	display: inline-block;
}

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

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

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

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

#top {
font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 11px;
}
#top li {
	display: inline-block;
	margin: 0 6px 0;
}
#top li a {
	color: #5c5f5f;
	text-decoration: none;
}
	#top li a:hover {
		color: #035276
	}


/*!---------MAIN DROPDOWN MENU---------*/
	
#main {
	padding: 0;
	text-align: right;
	font-weight: 600;
	font-family: "Futura", "Gill Sans", "Franklin Gothic Medium", "Calibri", "Optima", sans-serif;
	text-transform: none;
	font-size: 22px;
	line-height: 46px;
	height: 46px;
	display: block;
}

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

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

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

#main li a:hover, #main li a:focus, #main li:hover a {
	color: #035276;
}

#main li.swash a {
	color: #035276;
	background: url(../svg/swash.svg) no-repeat center bottom;
	background-size: 50% auto;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-size: 12px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 50%;
	padding: 0;
	line-height: 1.4;
	background-color: #dee9f0;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	text-align: center;
	z-index: 2001;
	width: 200px;
}

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

#main li li a {
	width: 100%;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .15em;
	border: none;
	background: none !important;
	color: #101413 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
		#main li li:last-child a {
			border: none;
		}
	#main li li a:hover, #main li li:hover>a {
		background-color: #efbf49 !important;
	}

#main li li.bold a {
	
}

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


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

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

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

#main li li li a {
	
}

.hidden {
    display: none;
}