
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#primary {
	min-width: 800px;
	max-width: 810px;
	width: 100%;
}
.type-post .entry-content {
	margin: 0 0 20px;
}

.entry-header {
	margin: 0 0 10px;
	text-align: center;
}

h1.entry-title {
	margin: 0 0 10px;
}
.entry-meta {
	font-style: italic;
	font-size: 13px;
}
.post-detail:after {
	content: '\00b7';
	padding: 0px 5px;
}

.post-detail:last-child:after, .cat-links:last-child:after {
	display: none;
}

.recipe-details {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 5px 0;
	margin: 10px auto;
		font-family: 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;

}

.recipe-info {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 400;
}

.recipe-details .wprm-recipe-rating-details {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}

.disclosure {
	margin-bottom: 10px;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
}

.footer-disclosure {
	margin: 0 auto 20px;
	padding: 10px;
	background: #f4f4f4;
}

.footer-disclosure .sm-caps {
	font-weight: 700;
}

.footer-disclosure .content-meta {
	font-size: 15px;
}

.post-share {
	margin: 20px auto;
	flex-wrap: wrap;
}

.post-share a {
	color: #ffffff;
	background: #212121;
	padding: 10px;
	width: calc(1 / 4 * 100% - 10px);
	text-align: center;
	font-weight: 700;
}

.post-share a:hover {
	background: #287465;
}

.entry-footer {
	border: 10px solid #f4f4f4;
	display: flex;
	justify-content: space-evenly;
	margin: 0 auto 20px;
}

.post-tax {
	max-width: 200px;
	width: 100%;
	border-right: 2px solid #f4f4f4;
	padding: 10px;
	text-align: left;
}

.post-tax .sm-sans {
	text-transform: none;
	letter-spacing: 0;
	display: block;
	margin: 0 0 5px;
	font-style: italic;
}

.post-tax .post-categories, .tag-links ul {
	display: block;
}

.post-tax li {
	list-style: none;
	display: block;
	margin: 0 0 7px;

}

.post-related {
	padding: 10px;
}

.post-related h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	margin: 0 0 10px;
}

.related-posts {
	align-items: baseline;
	flex-wrap: wrap;
}

.related-posts .widget-post {
	width: calc(1 / 3 * 100% - 10px);
	margin: 0 5px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

div#respond {
	border: 2px solid #f4f4f4;
	padding: 30px;
}

h3#reply-title, h2.comments-title {
	text-align: center;
	margin-bottom: 20px;
}

h2.comments-title {
	margin-top: 40px;
}

p.comment-form-author, p.comment-form-email {
	background: #f4f4f4;
	padding: 5px 10px;
}

p.comment-form-comment {
	background: #f4f4f4;
	padding: 5px 10px;
}

p.comment-form-author input#author, p.comment-form-email input#email {
	border: 0;
}

p.comment-form-comment textarea#comment {
	border: 0;
	padding: 0;
}

p.form-submit {
	margin: 0;
}

p.comment-form-author label, p.comment-form-email label, p.comment-form-comment label {
	font-weight: 700;
}

.comment-form-wprm-rating label {
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
}

.comment-form-cookies-consent label, .comment-form-comment-subscribe label {
	text-transform: none;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: text-top;
}

#cancel-comment-reply-link {
	display: block;
	margin-top: 5px;
}

/* Comment List Format */
.comment {
	list-style-type: none;
	position: relative;
}

.comment-body {
	border: 2px solid #f4f4f4;
	border-left: 4px double #f4f4f4;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}

.comment-author {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
		font-family: 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;

}

.comment-content {
	font-size: 14px;
	width: 85%;
}

.reply {
	position: absolute;
	right: 0;
	bottom: 0;
		font-family: 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;

}

.reply a, .reply a:visited {
	display: block;
	background: #212121;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	max-width: 100px;
	line-height: 1;
	text-align: center;
	padding: 10px;
}

.reply a:hover, .reply a:visited:hover {
	color: #ffffff;
	background: #287465;
}

.comments-pagination {
	text-align: center;
	margin: 20px auto;
}

.bypostauthor .comment-body {
	border: 2px solid #212121;
}

.bypostauthor ul li .comment-body {
	border: 2px solid #f4f4f4;
}

.bypostauthor ul li.bypostauthor .comment-body {
	border: 2px solid #212121;
}

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 1150px) { 
#primary {
	min-width: 100%;
}
	}
@media screen and (max-width: 600px) {
	.type-post {
		width: 90%;
		margin: 0 auto;
		min-width: 300px;
	}

	.recipe-details {
		display: block;
		position: relative;
	}

	.recipe-info {
		display: block;
		position: absolute;
		top: 0;
		padding: 10px 0;
	}
	.jump-recipe {
		left: 0;
	}
	.comment-jump {
		right: 0;
	}
	.recipe-details .wprm-recipe-rating {
padding: 40px 0 0;
	}

	.post-share a {
		width: calc(1 / 2 * 100% - 10px);
		margin: 0 0 10px;
	}

	.entry-footer {
		display: block;
	}

	.post-tax {
		border-right: 0px;
		border-bottom: 2px solid #f4f4f4;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

	.post-tax .post-categories, .tag-links ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.post-tax li {
		width: calc(1 / 2 * 100% - 10px);
		margin: 0 0 10px;
		background: #f4f4f4;
		padding: 5px;
	}

	.post-related h3 {
		text-align: center;
	}

	.related-posts .widget-post {
		width: 100%;
		max-width: 180px;
		margin: 0 auto 10px;
	}
}