/*! 
Theme Name: Reluctant Entertainer
Theme URL: http://reluctantentertainer.com
Description: Custom responsive blog theme for Reluctant Entertainer.
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 - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 700px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}
	
}

.wrapper {
	margin: 0 auto 0;
	padding: 0 25px;
	width: 100%;
	max-width: 1150px;
	overflow: hidden;
}

.wrap {
	margin: 0 auto 0;
	padding: 0 25px;
	width: 100%;
	max-width: 1150px;
}

/*!---------STRUCTURE---------*/

body {
	font-family: "Lato", Arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.8;
	color: #262626;
	margin: 0;
	padding: 0;
}

a, input[type=submit], button {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

a:link, a:visited, a:active {
	color: #cc4058;
	text-decoration: none;
}

a:hover {
	color: #e66674;
	text-decoration: none;
}

	.post-content a, .page-content a {
		border-bottom: 3px solid #cc4058;
	}
		.post-content a:hover, .page-content a:hover {
			border-bottom: 3px solid #cc4058;
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "raleway", "Lato", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 25px 0;
	color: #262626;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}
	.post-content h2, .page-content h2 {
		margin-top: 40px;
		padding-bottom: 12px;
		border-bottom: 1px solid #e9e9e9;
		font-size: 32px;
	}
	h2.noline {
		border: none;padding: 0;
	}

h3 {
	font-size: 32px;
}
	h3.widget-title {
	}
		h3.widget-title em {
			display: block;
			font-style: normal;
			color: #cc4058;
			text-transform: uppercase;
			letter-spacing: .1em;
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 4px;
		}
	.post-content h3, .page_content h3 {
		
	}
	h3.divider {
		
	}


h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

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

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

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

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


.top-bar {
	background-color: #f2f2f2;
	text-align: right;
}
.header {
	clear: both;
	padding: 0;
	margin-bottom: 20px;
}
	body.home .header {
		margin-bottom: 10px
	}

.header .logo {
	overflow: hidden;
	width: 210px;
	margin: -28px 0 15px;
	float: left;
	clear: both;
}
	.header .logo img {
		width: 210px;
		height: auto;
		display: block;
	}
.header .logo a {

}

.header-search {
	float: right;
	text-align: right;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 34px;
}

.header-social {
	line-height: 48px;
	text-align: right;
	float: right;
	margin-top: 30px;
}


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

.span_content {
	
}

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

.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: disc;
	margin: 0 0 10px 20px;
	padding: 0;
}
	.span_content ul li li {
		list-style-type: circle;
	}

.span_content ol {
	counter-reset:li;
}

.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 33px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #cc4058;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	color: #FFF;
	left: -22px;
	top: 6px;
	transform: translateX(-50%);
	line-height: 22px;
	font-size: 11px;
	text-align: center;
	font-family: Lato;
	font-weight: bold;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

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

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

h1.page-title {

}

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

.sidebar {
	font-size: 90%;
	text-align: center
}

.leftsidebar {
	width: 48%;
	float: left;
}

.rightsidebar {
	width: 48%;
	float: right;
}

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	
}
.widget {
	margin: 30px 0 60px 0;
	text-align: center;
}

.widget.center, .widget.center .textwidget {
	text-align: center;
}

.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad .textwidget iframe {
		margin: 0 auto;
	}

.widget.ad img {
	display: inline-block;
}

h3.widget-title {
	text-align: center;
}

.hide-title h3.widget-title {
	display: none;
}

.widget a {
	text-decoration: none;
}
	.widget h3 a, .widget a h3 {
		color: #262626
	}
.widget p {
}

.widget p:last-of-type, .widget li:last-of-type {
	margin-bottom: 0;
}

.sidebar select {
	color: #757575;
	font-size: 13px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #e9e9e9;
}

.sidebar .screen-reader-text {
	display: none;
}

.sidebar .about {
	text-align: center;
	margin-top: 0
}

.sidebar .about h3.widget-title {
	margin: 0
}

.sidebar .about p {
	margin: 20px 0 25px
}
.sidebar .about p.simple-image {
	margin: 0 0 15px;
}
	.sidebar .about p.simple-image img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 25px;
	}


.sidebar .about-sub {
	margin-top: -35px;
}
	.sidebar .about-sub .sidebar-buttons {
		margin: 0 0 45px;
		overflow: hidden;
	}
		.sidebar .about-sub .sidebar-buttons a {
			display: block;
			width: 48%;
			float: left;
			border: 1px solid #e9e9e9;
			padding: 11px 5px 10px;
			background-color: #ffffff;
			color: #262626
		}
			.sidebar .about-sub .sidebar-buttons a:hover {
				background-color: #cc4058;
				color: #ffffff;
				border-color: #cc4058
			}
			.sidebar .about-sub .sidebar-buttons a:nth-child(2) {
				float: right
			}
	.sidebar .about-sub .social {
		
	}
.social a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal !important;
	padding: 3px 7px;
	color: #cc4058
}
	.header-social a {
		font-size: 16px;
	}	
	.sidebar .social a {
		padding: 5px 9px;
		font-size: 20px;
	}
	.social a:hover {
		color: #e66674
	}


.social .fa-inverse {
	font-size: 85%;
	margin: 0 auto;
	padding: 0;
}


/*! -- Custom Content Widgets -- */

.sidebar .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .item a {
	display: block;
}

.sidebar .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.sidebar .item h4 {
	
}

/*!Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.sidebar .featured {
	text-align: center;
	overflow: hidden;
}

.sidebar .featured .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}
	.sidebar .featured .item:nth-of-type(2n) {
		 margin-right: 0;
	}
	
	.sidebar .featured .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	
.sidebar .featured h4 {
	
}

/*!Recent Posts Widget*/

.sidebar .recentposts {
	
}

.sidebar .recent {
	text-align: left;
	overflow: hidden;
}

.sidebar .recent .item {
	width: 30%;
	margin: 0 5% 5% 0;
	float: left;
}

.sidebar .recent .item:nth-of-type(3n) {
	margin-right: 0;
}

.sidebar .recent .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .recent h4.title {
	
}

.sidebar .recent .post-meta {
	display: none;
}



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

.post {
	margin-bottom: 0px;
	background-color: #ffffff;
}
.home-post {
	margin-bottom: 60px
}
	
h1.post-title, h2.post-title {
	margin: 5px 0 10px;
}

h1.post-title a, h2.post-title a {
	text-decoration: none;
	color: #262626;
}

h1.post-title a:hover, h2.post-title a:hover {
	color: #cc4058;
}

.post-content>p:first-of-type, .excerpt>p:first-of-type {
	font-style: italic;
	font-size: 120%;
	margin-top: 18px
}
.post-meta {
	font-family: "Raleway", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #757575;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	margin: 0 0 20px;
}
	.meta-top {
		margin: 0 0 5px
	}
	.post-date {
		color: #cc4058;
		margin: 0
	}
		.post-date a {
			color: #cc4058 !important
		}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "Lato";
	font-size: 13px;
}

.post-meta a {
	color: #757575;
	text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #cc4058;
	text-decoration: underline;
}

.post-meta .spacer {
	display: inline-block;
	margin: 0 5px;
	font-weight: 300;
}
.post-meta .avatar {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 5px;
}
.ccount {
	display: inline-block
}
.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #757575;
	font-weight: bold;
	font-size: 90%;
}

.post-meta .post-cats {
}

.post-cats a {
	
	
}

	.post-cats a:hover {
		
	}


.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: left;
}

.meta-bottom p {
	margin: 0;
}

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

.meta-bottom .right {
	text-align: right;
	width: 20%;
	float: right;
}

.meta-centered {
	text-align: center;
}

.meta-centered p {
	margin: 0;
}
.meta-centered p.post-cats {
	margin-top: 20px;
}
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: #757575;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: 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: #cc4058;
}

a.more-link, .about p.more a {
	color: #ffffff;
	background-color: #cc4058;
	display: inline-block;
	width: auto;
	font-family: "raleway", "lato", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 11px;
	text-decoration: none;
	padding: 8px 20px 7px;
}
	a.more-link i {
		margin-left: 5px;
	}

	a.more-link:hover, .about p.more a:hover {
		color: #ffffff;
		background-color: #e66674
	}
	.home-section a.more-link {
		font-size: 13px;
		padding: 11px 25px 10px;
	}


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

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

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

.post blockquote {
	margin: 35px 0;
	clear: both;
	padding: 4% 6%;
	text-align: center;
	background-color: #f2f2f2;
	font-size: 120%;
	font-style: italic
}
	.post blockquote p {
		
	}
	.post blockquote li {
		margin-bottom: 15px;
	}
		.post blockquote li:last-of-type {
			margin-bottom: 0;
		}
	.post blockquote h3 {
		margin: 10px 0 20px;
	}
	.post blockquote strong {
		text-transform: uppercase;
		font-size: 90%;
		letter-spacing: .08em;
		font-weight: bold;
	}

.wp-caption {
	text-align: left;
	max-width: 100% !important;
}

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


/*! Gutenberg */

.span_content_full .page-content p, .span_content_full .page-content h2, .span_content_full .page-content h3, .span_content_full .page-content ul, .span_content_full .page-content .wp-block-group.has-background, .span_content_full .page-content blockquote, .span_content_full #dpsp-content-bottom {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
	.span_content_full .page-content ul.blocks-gallery-grid {
		max-width: 100% !important;
	}
	
.wp-block-group.has-background {
	padding: 15px 35px 35px;
	margin: 35px 0 45px;
}

.span_content_full ul li {
	list-style-type: none;
	margin: 0 0 5px 30px;
	padding: 0;
}
	.span_content_full ul li li {
		
	}

.span_content_full ul li:before {
	content: "\f138";
	font-weight: bold;
	font-family: "Font Awesome 5 Pro";
	color: #cc4058;
	font-size: 90%;
	margin-left: -30px;
	width: 30px;
	display: inline-block;
}

.booklinks.has-background {
	padding: 25px 25px 10px;
}
.booklinks h2 {
	margin: 0 0 10px;
	font-size: 26px;
}
.booklinks p {
	margin: 0;
}
.booklinks ul {
	text-align: center;
	margin: 0 0 15px;
	padding: 0;
}
.booklinks ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none
}
	.span_content_full .booklinks ul li:before, ul.blocks-gallery-grid li:before {
		display: none !important
	}
	
h2.bigboard-link {
	text-align: center;
	border: none;
	padding: 0;
	font-size: 20px;
}
	h2.bigboard-link img {
		display: inline;
		vertical-align: middle;
		float: none;
		width: 60px !important;
		height: auto;
		margin-right: 10px;
	}
	h2.bigboard-link a {
		border: none;
		box-shadow: none;
	}
	
.span_content_full .page-content blockquote {
	text-align: left;
	background-color: transparent;
	font-size: 100%;
	line-height: 1.6;
	font-style: normal;
	padding: 0;
	position: relative;
	border: 1px solid #E9E9E9;
	padding: 25px 35px;
}
	.span_content_full .page-content blockquote:before {
		content: "“";
	    display: inline-block;
	    font-size: 100px;
		font-family: "Raleway", Arial, Helvetica, sans-serif;
	    line-height: 1;
	    font-weight: bold;
	    float: left;
	    position: absolute;
	    left: -20px;
	    top: 15px;
	    margin: 0px;
		color: #cc4058;
	}
	.span_content_full .page-content blockquote p {
		margin: 0 0 10px;
	}
	.span_content_full .page-content blockquote cite {
		font-style: normal;
		font-size: 14px;
		opacity: 0.7;
		display: block;
	}

/*! Inner Post */

#dpsp-content-bottom {
	text-align: center;
}
	#dpsp-content-bottom ul li {
		display: inline-block;
		float: none;
	}
.share {
	
}
	.share-top {
	
	}




.disclosure, small {
	text-align: center;
	font-style: italic;
	color: #757575;
	font-size: 14px;
	line-height: 1.4;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.disclosure a {
		text-decoration: underline;
		color: #757575;
		border: none;
	}
	.disclosure-top {
		text-align: left;
		margin: 0 0 25px;
	}

.inner-post {
	clear: both;
	margin: 40px 0 0;
}

	
.inner-post .subscribe {
	padding: 8% !important;
	margin: 0
}
	.inner-post .subscribe h3.widget-title {
		font-size: 40px;
		margin: 0 0 8px;
	}


/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 300;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
}

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

.post-nav a {
	color: #262626;
	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:hover {
	color: #cc4058;
}

.post-nav em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lato";
	letter-spacing: .1em;
	font-size: 11px;
	color: #757575;
	padding: 0 0 5px;
}

.related-posts {
	overflow: hidden;
	margin: 0 0 100px;
}
.related-posts h3 {
	margin: 0;
}



/*!----Homepage Featured Styles----*/
	
.homepage-featured {
	padding: 0;
}
	.homepage-featured .wrap {
		max-width: 100%;
	}
.homepage-featured h2.widget-title {
	display: none;
}
.homepage-featured .item {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	position: relative;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.homepage-featured .item:nth-child(4n) {
		margin-right: 0
	}

.homepage-featured .item p {
	margin: 0
}
.homepage-featured .item img {
	width: 100%;
	height: auto;
}

.homepage-featured .items a {
	display: block;
	text-decoration: none;
}

.homepage-featured .item p.more a {
	color: #cc4058;
	text-align: center;
	margin: 0;
	padding: 20px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 16px;
	color: #ffffff;
	font-family: "Raleway";
	font-weight: 300;
	text-transform: lowercase;
	font-size: 40px;
	line-height: 1;
	text-shadow: 1px 1px 9px #000;
	text-align: center;
	display: inline-block;
}
	.homepage-featured .item:hover, .home-section.fivecolumns .item:hover {
		transform: scale(1.03);
	}
	
	.homepage-featured .items a:hover h2 {
		color: #cc4058
	}


.homepage-subscribe {
	clear: both;
	padding: 0 25px;
	margin-top: 2%;
	margin-bottom: 50px;
}
.homepage-subscribe .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
		background-color: #f2f2f2
	}
	.homepage-subscribe .subscribe {
		max-width: 850px;
		margin: 0 auto;
		padding: 50px 25px
	}
/*!Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 70px;
}


.home-section {
	margin-bottom: 70px;
	overflow: hidden;
	clear: both;
}
	.home-section.ad {
		margin-bottom: 40px
	}
	.footer-widget {
		margin-bottom: 0;
	}
.home-section:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.home-section h3.widget-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 300;
	
}
		
.home-section .item {
	overflow: hidden;
	text-align: center;
	width: 22.75%;
	margin: 0 3% 2% 0;
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.home-section .item:nth-child(4n) {
		margin-right: 0;
	}

.home-section.fivecolumns {
	background-color: #f2f2f2;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 50px;
	margin-left: 25px;
	margin-right: 25px;
}
	.home-section.fivecolumns h3.widget-title em {
		color: #C9364E
	}
	.home-section.fivecolumns .item {
		overflow: hidden;
		text-align: center;
		width: 17.5%;
		margin: 0 3.125% 2% 0;
		float: left;
	}
		.home-section.fivecolumns .item:nth-child(5n) {
			margin-right: 0;
		}
		.home-section.fivecolumns .item:nth-child(5n+1) {
			clear: left;
		}
		.home-section.fivecolumns .item:nth-child(6) {
			display: none;
		}
		

.home-section.fivecolumns .more {
	clear: both;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
	.home-section.fivecolumns .more a.more-link {
		color: #ffffff;
		display: inline-block
	}
.home-section .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.home-section.fivecolumns .item img {
		border-radius: 50%;
	}
.home-section .item h4 {
	margin: 12px 0 15px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.home-section.fivecolumns .item h4 {
		display: none
	}
.home-section a {
	text-decoration: none;
}

.home-section .item a {
	display: block;
	color: #272727;
}

.home-section .item a:hover, .home-section .item a:hover h4 {
	color: #cc4058
}

.home-section.fivecolumns p {
	margin: 0
}
	.home-section.fivecolumns p.more {
		margin: 10px 0 0;
		font-size: 18px;
	}

.home-section .more {
	text-align: center;
	clear: both;
}
	.footer-widget .more {
		display: none;
	}

.home-section .more a.more-link {

	
}
	
.home-section .more a.more-link em {
	display: none
}
	.home-section .more a.more-link:hover {
		
	}



/*!---------TEASER STYLES---------*/

.span_content .teaser-post {
	font-size: 93%;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 46%;
	margin: 0 8% 50px 0;
	float: left;
	clear: none;
	background-color: #ffffff;
}
	.span_content .teaser-post.even {
		margin-right: 0
	}
	.span_content .teaser-post.odd {
		clear: both
	}


.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
}


.teaser-post a {
	text-decoration: none;
}

.teaser-post h2.post-title {

}

.teaser-post .post-date {
	margin: 17px 0 5px;
}

.teaser-post p {
	margin: 20px 0
}

.teaser-post .more {
	margin-top: 25px;
}

/*!---------BIG BOARD PAGE---------*/

.bigboard-header .widget {
	margin: 0 0 25px;
}

.bigboard-header .span_sidebar {
	padding: 1px 0 0 0 !important;
	border: none !important;
	margin: -230px auto 50px;
	max-width: 320px;
	position: relative;
	z-index: 101;
}
	.bigboard-header .span_sidebar img {
		width: 105% !important;
		height: auto;
		max-width: 115% !important;
		display: block;
	}
	.bigboard-header .span_sidebar p.simple-image:after {
		content: "";
		display: block;
		width: 117px;
		height: 108px;
		background: url(images/big-board-arrow2.png) no-repeat;
		background-size: 100% auto;
		position: absolute;
		left: -60px;
		top: 250px;
	}
.bigboard-header .span_sidebar h3 {
	position: absolute;
	top: 130px;
	font-size: 28px;
	padding: 0 25px 0 45px;
	line-height: 1.3;
}
	.bigboard-header .span_sidebar h3 em {
		font-family: "Lato", Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: italic;
		text-transform: none;
		letter-spacing: normal;
		font-size: 16px;
		margin-top: 10px;
		color: #262626;
	}
.bigboard-header .span_sidebar p {
	font-size: 15.5px;
	line-height: 1.7;
}
.bigboard-header .span_sidebar .more a {
	display: inline-block;
	font-family: "raleway", "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #cc4058;
	padding: 10px 18px 9px;
	text-decoration: none;
	cursor: pointer;
}
	.bigboard-header .span_sidebar .more a:after {
		content: "\f08e";
		font-family: 'Font Awesome 5 Pro';
		font-weight: normal;
		margin-left: 7px;

	}
	.bigboard-header .span_sidebar .more a:hover {
		background-color: #e66674
	}

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

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

.archives {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden;
}

.archive-post {
	margin-right: 5%;
	margin-bottom: 35px;
	width: 30%;
	float: left;
	text-align: center;
	background-color: #ffffff;
}

/*.archive-post:nth-child(3n) {
	margin-right: 0;
}

.archive-post:nth-child(3n+1) {
	clear: both;
}*/

/* Mediavine adjustment to allow for inserted content hints, reference archive.php */
.archive-post.desktop-last {
	margin-right: 0;
}

.archive-post.desktop-first {
	clear: both;
}

.archive-post img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.archive-post a {
	text-decoration: none;
	display: block;
}

.archive-post a.post-edit-link {
	display: inline-block;
}

.archive-post .post-meta {
	margin: 0;
	font-size: 11px;
}

.archive-post h4 {
	color: #262626;
	margin: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}

.archive-post .post-meta {
	margin-top: 10px;
	font-size: 9px;
}

.archive-post .post-meta:before, .archive-post .post-meta:after {
	display: none;
}

.archive-post a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.archiveslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 25px;
	-webkit-column-count: 3;
	-webkit-column-gap: 25px;
	column-count: 3;
	column-gap: 25px;
	padding-left: 20px !important;
}

.archiveslist li {
	margin: 0 0 10px !important;
	padding: 0 10px 0 0 !important;
	list-style-type: disc;
	list-style-position: outside;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.4;
	font-size: 93%;
}

.archiveslist a:link {
	color: #272727;
	text-decoration: none;
}

.archiveslist a:visited {
	color: #88898a;
	text-decoration: none;
}

.archiveslist a:hover {
	color: #cc4058;
}

.archiveslist a:active {
	color: #272727;
}

.archiveslist>li {
	
}

.archiveslist ul {

}

.archiveslist ul li {
	font-style: italic;
	margin-left: 20px !important;
}

.subcats {
	margin-bottom: 40px;
	background-color: #f2f2f2;
	padding: 25px 25px 5px;
	text-align: center;
}

.categories h4, .categories h3 {
	font-size: 18px;
	margin: 0 0 10px;
}

ul.subcategories {
	overflow: hidden;
	margin: 0px 0 0px !important;
	padding: 0 !important;
}

ul.subcategories li, .widget.categories ul li {
	display: inline-block;
	margin: 0 !important;
}

ul.subcategories ul li ul {
	margin: 0;
	padding: 0;
}

ul.subcategories ul li ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.subcategories li:before {
	display: none;
}

ul.subcategories ul li a, .widget.categories a {
	display: inline-block;
	font-size: 11px;
	font-family: "Raleway", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 3px;
	text-decoration: none;
	color: #cc4058;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover {
		color: #ffffff;
		background-color: #cc4058;
	}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #cc4058;
	color: #ffffff !important;
}

ul.subcategories ul li a.all {
	color: #272727 !important;
	background-color: #ffffff;
}

ul.tagindex, .tagindex li {
	margin: 0 !important;
	padding: 0 !important;
}

.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 90%;
}

.tagslist>li em {
	font-size: 90%;
	color: #88898a;
	margin-left: 8px;
}

.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #757575;
}

.tagindex a:link {
	text-decoration: none;
}

.tagindex a:visited {
	text-decoration: none;
}

.tagindex a:active {
	text-decoration: none;
}

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

.tagtitle {
	margin-bottom: 5px;
	font-size: 20px;
}

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

.tagtitle em {
	color: #757575;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	float: right;
}

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

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

/*!Breadcrumbs*/

.breadcrumb {
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #757575;
	font-size: 11px;
	letter-spacing: .1em;
	line-height: 15px;
	clear: both;
	margin: 0 0 10px;
}
.breadcrumb a {
	color: #757575;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-style: italic;
		font-size: 14px;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
	}
.breadcrumb a:hover {
	color: #272727;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .booklinks li a {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #cc4058;
	border: none;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 16px 25px 15px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.smbutton {
	font-size: 12px;
	padding: 5px 10px;
}
.booklinks li a {
	margin: 4px;
	font-size: 13px;
	padding: 10px 15px;
	display: inline-block;
	border: none !important;
	box-shadow: none;
}

	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .booklinks li a:hover {
		background-color: #e66674;
		color: #ffffff;
	}

.commentinput, .styledinput, .captchainput, #commentform input {
	color: #696969;
	font-size: 16px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #e9e9e9;
}

.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-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #e9e9e9;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 25px;
	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%;
	max-width: 350px;
	border: none;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}
	.header-search .search-form {
		width: 280px
	}
.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #757575;
	font-size: 17px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 40px;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}

	.search-form .search-field:focus {
		outline: none;
		border-left: 2px solid #cc4058;
		border-right:none;
	}
	.header-search .search-form .search-field {	
		
	}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	
	
.search-form .search-submit {
	background-color: #ffffff;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 21px;
	color: #262626;
	background-color: transparent;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 40px;
}
	.search-form .search-submit i {
		
	}
	.header-search .search-form .search-submit {
		
	}
	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover {
	color: #cc4058;
}


/*Subscribe Forms*/

.subscribe {
	background-color: #f2f2f2;
}
.sub-wrap {
	background-color: #f2f2f2;
}
	.sidebar .subscribe, .inner-post .subscribe {
		padding: 30px 25px;
		background-color: #f2f2f2;
	}

	
.sidebar .subscribe {
	border: none;
	position: relative;
}

.subscribe p {
	margin: 0;
	color: #757575;
	line-height: 1.5;
	font-size: 90%;
}
	.sidebar .subscribe p {
		
	}
	.inner-post .subscribe p {
		font-size: 18px;
		color: #6E6E6E
	}
.homepage-subscribe .subscribe h3.widget-title {
	display: inline-block;
	float: left;
	width: 390px;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0;
	padding-right: 15px;
	font-size: 32px;
	text-align: center;
}
	.sidebar .subscribe h3.widget-title {
		margin: 0 0 8px;
	}
	.footer-subscribe .subscribe h3.widget-title {
		text-align: left;
		float: none;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.subscribe h3.widget-title em {
		color: #C9364E;
		margin: 5px 0 0;
	}
.footer-subscribe .subscribe {
	padding: 30px 0;
	overflow: visible;
	position: relative;
}
	.footer-subscribe .subscribe:before {
		content: "";
		display: block;
		float: left;
		width: 320px;
		height: 320px;
		background: url(images/board-cutout.png) no-repeat;
		background-size: 100% auto !important;
		margin: -80px 20px -50px 0;
	}		
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	background-color: transparent;
	position: relative;
	text-align: left;
}
	.homepage-subscribe .subscribe .email-form {
		display: inline-block;
		float: left;
		width: -moz-calc(100% - 390px);
		width: -webkit-calc(100% - 390px);
		width: calc(100% - 390px);
		vertical-align: middle;
		white-space: nowrap;
		max-width: 500px;
	}
	.sidebar .subscribe .email-form {
		margin-top: 25px;
		margin-bottom: 0px;
		background-color: transparent;
		border-radius: 0;
		border: none;
	}
	.inner-post .subscribe .email-form {
		margin-top: 25px;
	}
	.footer-subscribe .subscribe .email-form {
		float: none;
		width: 100%;
		max-width: 500px;
	}
.subscribe .email-input {
	border: none;
	border: 1px solid #e9e9e9;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 18px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
	height: 60px;
	line-height: 60px;
	margin: 0 10px 0 0;
	padding: 0 20px;
}
	.sidebar .subscribe .email-input {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.inner-post .subscribe .email-input {
		
	}
	.email-input:focus {
		outline: none;
		border-left: 2px solid;
		border-right:none;
	}
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: "raleway", "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #cc4058;
	border: 1px solid #e9e9e9;
	float: right;
	display: inline-block;
	width: 170px;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		position: relative;
		font-size: 24px;
		vertical-align: middle
	}
	.sidebar .subscribe .email-submit {
		width: 100%;
		float: none;
	}
	.inner-post .subscribe .email-submit {
		
	}


	.subscribe .email-submit:hover {
		background-color: #e66674
	}

.email-input::placeholder {
	color: #757575;
}

.search-field::placeholder {
	color: #757575;
}



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

	
.footer {
	overflow: hidden;
	clear: both;
}

.footer a {
	text-decoration: none;
	color: #757575;
}
	.footer a:hover {
		 color: #cc4058;
	}

.footer-subscribe {
	clear: both;
	margin-top: 80px;
}
	
.sub-footer {
	padding: 20px 0 40px;
	color: #757575;
	background-color: #ffffff;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.4;
	font-family: "Raleway";
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 500;
	text-align: left;
}
.sub-footer a {
	text-decoration: none;
	color: #757575;
}

.sub-footer a:hover {
	color: #cc4058;
}

.footer-nav {
	width: 80%;
	float: left;
}
	.footer-nav li {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0;
	}	
	.footer-nav li.top a {
		color: #cc4058;
		font-weight: bold;
	}
.copyright {
	width: 20%;
	float: right;
	text-align: right;
}

.copyright p {
	margin: 0;
}

.copyright em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "Lato";
}

.copyright a {
	text-decoration: underline;
	color: #757575;
}

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


.copyright .footer-nav {
	margin: 20px 0 5px;
	font-family: "Lato";
	color: #757575;
}
.copyright .footer-nav li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
}
	.copyright .footer-nav li:after {
		content: "|";
		margin: 0 3px 0 6px;
	}
		.copyright .footer-nav li:last-child:after {
			display: none
		}


#footer_branding {
	clear: both;
	float: none;
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	font-family: "Lato";
	padding-top: 25px;
	opacity: 0.7;
}

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

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

#respond {
	margin-bottom: 60px;
	padding: 3% 5%;
	background-color: #f2f2f2;
}

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

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	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: #f2f2f2;
	padding: 20px;
}

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

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

.comment-meta strong a {
	color: #cc4058;
	text-decoration: underline
}

.comment-meta a:hover {
	color: #cc4058;
	text-decoration: underline
}

#comment-list .avatar {
	float: right;
	border-radius: 50%;
	margin: 0 0 10px 10px;
}

#commentform {
	margin-bottom: 30px;
	width: 100%
}

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

/*!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: #272727;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-family: "Raleway", Arial, Impact, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #757575;
}
	.comment-nav .pagination {
		text-align: left;
		margin: 0 0 35px;
	}
.pagination .page-numbers{
	color: #757575;
	padding: 4px 8px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #e9e9e9;
}

.pagination span.page-numbers.current, .pagination a.active {
	color: #272727;
	margin: 0;
	font-weight: bold;
	border: none;
}

.pagination span.page-numbers.dots {
	border: none;
}
.pagination a.page-numbers:hover {
	background-color: #cc4058;
	color: #ffffff;
}

.pagination h2.screen-reader-text {
	display: none;
}
.pagination .nav-links {
	display: block;
}

.comment-nav p {
	margin: 0;
	font-size: 14px;
	color: #757575;
}
/*!---------MAIN DROPDOWN MENU---------*/

#top {
	font-family: "raleway", Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	display: block;
	float: right;
	width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
}

#top ul.mainmenu {
	display: block;
	width: 100%;
}

#top li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
	
#top li a {
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
	color: #6E6E6E;
	-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:hover a {
	color: #cc4058;
}
	
/*!Sub Menus Level 1 */

#top ul ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 50%;
	padding: 15px 0;
	background-color: #f2f2f2;
	text-align: center;
	z-index: 2001;
	width: 200px;
	margin-left: -100px;
}
	#top ul ul:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(55, 71, 87, 0);
		border-bottom-color: #cc4058;
		border-width: 7px;
		margin-left: -7px;
	}
#top ul ul li {
	float: none;
	width: 200px;
	margin: 0;
}

#top li li a {
	width: 100%;
	padding: 6px 15px;
	border: none;
	font-weight: normal;
	color: #ffffff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	#top li.bold a {
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		font-size: 12px;
		color: #C9364E !important
	}
	
	#top li.bold a:hover {
		color: #e66674
	}


#top ul li:hover > ul {
	display: block;
}


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

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

#main {
	clear: both;
	font-family: "raleway", "Lato", Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .1em;
	font-size: 18px;
	line-height: 50px;
	display: block;
	clear: right;
	float: right;
	width: -moz-calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	margin-right: -13px
}

#main ul.mainmenu {
	display: block;
	width: 100%;
}

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

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


/*!Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	padding: 7px 0;
	line-height: 1.4;
	background-color: #f2f2f2;
	text-align: left;
	z-index: 2001;
	width: 200px;
}

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

#main li li a {
	display: block;
	width: 200px;
	color: #262626 !important;
	margin: 0;
	background-color: transparent;
	padding: 7px 15px;
	border: none;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	#main li li.bold a {
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		font-size: 13px;
		color: #cc4058 !important
	}
	
	#main li li a:hover, #main li li:hover a {
		color: #cc4058 !important;
	}
	
#main ul li:hover > ul {
	display: block;
}


/*! Show indicator for menu items with children */
#main ul li.menu-item-has-children>a:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	float: right;
	display: inline;
	vertical-align: middle;
	margin: 0 -4px 0 4px;
	font-size: 80%;
	display: none;
}

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

#main ul ul li ul {
	background-color: #dfdfdf !important;
	left: 200px;
	top: -7px;
	margin: 0;
}
	#main ul ul li ul a {
	color: #262626 !important;
	}	
#main ul ul li ul:before {
	display: none;
}

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


/*!-------WPRM-------*/

.wprm-recipe.wprm-recipe-template-custom {
	outline: none;
	padding: 30px;
	margin: 50px 0;
	overflow: hidden;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 30%;
	float: right;
	padding: 0;
	margin: 0 0 15px 15px;
	min-width: 130px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-image img {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0 0 15px;
		padding: 0;
		border: none;
	}

/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link-wide-button {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	font-weight: bold;
	border: none;
	font-family: "Raleway", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 12px;
	padding: 6px 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	display: block;
	color: #ffffff;
	background-color: #cc4058;
}
	.wprm-recipe a:before {
			font-size: 115%;
			margin-right: 5px;
		}
		.wprm-recipe a.wprm-recipe-jump:before {
			content: "\f0ab";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal !important;
		}
		.wprm-recipe a.wprm-recipe-print:before {
			content: "\f02f";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal !important;
		}
		.wprm-recipe a.wprm-recipe-pin:before {
			content: "\f08d";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal !important;
		}
		#save:before {
			content: "\f004";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal !important;
		}
		
#save {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	font-weight: bold;
	border: none;
	font-family: "Raleway", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 12px;
	padding: 6px 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	display: block;
	color: #ffffff;
	background-color: #cc4058;
}
	#save:hover {
		color: #ffffff !important;
		background-color: #e66674 !important
	}
#save.relish-not-saved {
	background-color: #ffffff;
	color: #cc4058;
	border: 1px solid #cc4058;
}
#save.relish-saved {
	color: #ffffff;
	background-color: #cc4058;
	border: 1px solid #cc4058;
}
#save.relish-saved:before {
	font-weight: bold !important
	
}
		
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-print:hover, .wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-pin:hover {
		background-color: #e66674 !important
	}

.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments {
	font-size: 13px;
	font-weight: bold;
	color: #cc4058
}	
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments:hover {
		color: #cc4058 !important
	}
/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	margin-top: 20px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details {
	color: #6E6E6E;
	font-style: italic;
	font-size: 13px;
	line-height: 1.4;
}

/*Headings*/
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h3, .wprm-recipe.wprm-recipe-template-custom h4 {

}
.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 10px !important;
	font-weight: 300 !important;
	border: none;
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	font-weight: 300 !important;
}
.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	font-size: 21px;
	font-weight: 300 !important;
	margin: 25px 0 15px !important;
	
}

.wprm-recipe.wprm-recipe-template-custom p, .wprm-recipe.wprm-recipe-template-custom li {

}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	font-size: 110%;
	font-style: italic;
	margin: 10px 0 15px;
	line-height: 1.6;
}

/*Times/Meta*/
.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	color: #6E6E6E;
	font-size: 12px;
	line-height: 2;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		background-color: #ffffff;
		margin: 30px -30px -30px;
		font-size: 11px;
		text-align: center;
		padding: 5px 0
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta a {
	border: none;
	color: #6E6E6E;
}
.recipe-meta .wprm-recipe-block-container {
	display: inline-block;
	margin-right: 12px;
}	

.recipe-meta .wprm-block-text-normal {
	text-transform: uppercase;
	font-weight: bold;
}

.recipe-meta .wprm-recipe-details-label {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 115%;
	font-style: italic;
	letter-spacing: normal;
}

	.recipe-meta .wprm-recipe-details-unit, .recipe-meta .wprm-recipe-servings-unit {
		font-size: 100%;
	}
	.recipe-meta a.wprm-recipe-servings-link {
		border: 1px solid #ececec !important;
		display: inline-block;
		padding: 0px 3px;
		letter-spacing: normal !important;
	}


/*Nutrition*/
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-nutrition-header {
	color: #ffffff !important;
	background-color: #cc4058;
	margin: 35px 0 0px !important;
	padding: 10px 15px !important;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #6E6E6E;
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	margin: 0 !important;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	border-top: none;
	overflow: hidden;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-container {
	display: block !important;
	width: 50%;
	float: left;	
	border-bottom: 1px solid #e9e9e9;
	padding: 7px 15px
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-value {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
		font-style: italic;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-label {
		letter-spacing: normal;
		font-weight: normal;
		text-transform: none;
		color: #6E6E6E !important
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-daily {
		float: right;
		color: #6E6E6E !important
	}


/*Lists*/
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions {
	
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li {
	
}


.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions {
	list-style-type: none !important;
	margin: 25px 0;
}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li.wprm-recipe-instruction {
		counter-increment: item;
		margin: 0 0 20px 35px !important;
		line-height: 1.6;
		clear: left;
		list-style-type: none !important;
	}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li.wprm-recipe-instruction:before {
		margin-right: 2px;
		content: counter(item);
		background: #cc4058;
		border-radius: 100%;
		color: white;
		width: 22px;
		height: 22px;
		line-height: 22px;
		margin-left: -32px;
		margin-top: 3px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		float: left;
		font-family: "Lato";
		font-weight: bold;
		font-size: 12px;
	}	

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-notes {
	opacity: 1.0;
	font-style: italic;
	color: #6E6E6E;
}
/*Call to action*/
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	margin: 30px -30px -30px !important;
	padding: 30px !important;
	line-height: 1.4;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action a {
		text-decoration: none;
		color: #262626 !important;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	margin-bottom: 5px;
	display: block;
	font-family: "Raleway";
	font-weight: 300 !important;
}

/*Snippets*/
.post-meta .wprm-recipe-snippet {
	display: inline-block;
		vertical-align: middle;
}
	.post-meta .wprm-recipe-snippet a {
		border: 1px solid #e9e9e9;
		font-family: "Raleway", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		color: #757575 !important;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: .1em;
		padding: 2px 10px ;
		margin-right: 15px;
		margin-left: 0;
		display: inline-block;
	}
	.post-meta .wprm-recipe-snippet a:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		display: inline;
		margin-right: 6px;
	}
	.post-meta .wprm-recipe-snippet a:hover {
		text-decoration: none;
		background-color: #cc4058;
		border-color: #cc4058;
		color: #ffffff !important;
	}

@media ( max-width : 650px ) {
	.wprm-recipe.wprm-recipe-template-custom {
		padding: 20px;
	}
	
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
		width: 35%;
		margin: 0 0 10px 10px;
	}
}
