/*
	* CSS for Posts
	*
	* @package      joc
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/

.content-sidebar-wrap {
	display: flex;
	width: calc(100% - 20px);
	margin: 20px auto 0;
	max-width: 1200px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.content-sidebar-wrap #primary {
	max-width: 800px;
	width: 100%;
}

#secondary {
	padding-left: 20px;
	min-width: 340px;
	max-width: 360px;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.before-post-header .breadcrumbs {
	margin: 0;
}

h1.entry-title {
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 2px solid #f0efef;
}

.post-detail:after {
	content: '\00b7';
	padding: 0 5px;
}

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

.post-detail .label {
	font-weight: 700;
}

.entry-meta {
	margin: 0;
	padding: 0;
}

.entry-meta .left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.entry-meta .wprm-recipe-rating {
	margin: 0 5px;
}

.entry-meta .recipe-time {
	position: relative;
	margin-right: 10px;
	display:  flex;
justify-content: flex-start;
    align-items: center;
}
.entry-meta .truncated-rating {
	margin-right: 10px;
}
.comment-count {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}



.recipe-jump-group {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	margin: 10px 0 0;
}

button#jump-to-recipe {
	border: none;
	background-color: transparent;
	width: fit-content;
	height: fit-content;
	padding: 0;
	padding-inline: 0;
	margin-inline-start: 10px;
	cursor: pointer;
	transition: background-color 400ms, color 400ms;
}

button#jump-to-recipe span {
	margin-inline-start: 0;
}

.recipe-info a,
.recipe-info span {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'brandon', Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #FFFFFF !important;
	background: #212121;
	border-radius: 3px;
	position: relative;
	padding: 5px;
	margin-left: 10px;
	display: flex;
	align-items:  center;
	text-align: center;
}
.recipe-jump-group .svg-icon {
	fill:  #ffffff;
}

.save-recipe a {
	text-transform: uppercase !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}


.recipe-info a:hover, .recipe-info a:visited:hover,
.recipe-info span:hover, .recipe-info span:visited:hover {
	background: #D0021B;
	transition: all .8s ease 0s;

}

.post-tax {
	display: inline-block;
	margin: 10px 0;
	clear: both;
}

.term-link {
	display: inline;
	width: fit-content;
}

.term-link a {
	display: inline-block;
	margin:0 5px 5px 0;
	background: #f0efef;
	padding: 5px;
	border-radius: 3px;
}

.disclosure {
	margin: 0 0 20px;
	font-size: 12px;
}

/*--------------------------------------------------------------
## Affiliate Widget
--------------------------------------------------------------*/
.affiliate-section {
	display: block;
	margin: 0 auto 20px;
	border: 2px solid #f0efef;
}

.affiliate-section .sm-caps {
	padding: 20px;
	background: #f0efef;
	margin: 0 0 20px;
}

.affiliate-section .content-meta {
	padding: 0 20px 20px;
	font-size: 16px;
}

.affiliate-section .content-meta p, .affiliate-section .affiliate-widget p {
	margin: 0;
}

.affiliate-widget {
	margin: 0;
	padding: 0 20px 20px;
}

/*--------------------------------------------------------------
## Footer Disclosure
--------------------------------------------------------------*/
.footer-disclosure {
	margin: 0 0 20px;
	padding: 20px;
	background: #f0efef;
}

.footer-disclosure .sm-caps {
	margin: 0 0 10px;
}

.footer-disclosure .content-meta p {
	margin: 0;
	font-size: 16px;

}

/*--------------------------------------------------------------
## Entry Footer
--------------------------------------------------------------*/
.entry-footer {
	border-top: 2px solid #f0efef;
	border-bottom: 2px solid #f0efef;
	padding: 10px 0;
	margin: 0 0 20px;
}

/*--------------------------------------------------------------
## Post Share
--------------------------------------------------------------*/
.post-share {
	margin: 0 auto 20px;
	flex-wrap: wrap;
	align-items:  center;
	justify-content:  center;
}
.post-share a {
    display: block;
}
.post-share .icon-font::before {
    width: 50px;
    height: 50px;
    margin: 0;
}

.post-share a:hover {
    transform: scale(1.5);
}
/*--------------------------------------------------------------
## Post Related
--------------------------------------------------------------*/
.post-related-section {
	border: 2px solid #f0efef;
	margin: 0 auto;
	padding: 20px;
}

.related-title {
	margin: 0;
	padding:  10px 0;
	font-size: 13px;
	border-top:  2px solid #f0efef;
	text-align:  left;
}

.related-posts.flexbox {
	align-items: baseline;
	margin: 0 auto;
	flex-wrap: wrap;
}

.post-related {
	width: calc(1 / 4 * 100% - 15px);
	margin: 0 20px 0 0;
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
	-moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
	box-shadow: 0 0 10px 0 rgba(50, 50, 50, .15);
}

.post-related:nth-child(4n) {
	margin: 0;
}

.post-related a {
	display: block;
}

.post-related img {
	display: block;
}

.post-related h2 {
	padding: 10px;
	line-height: 1.25;
	margin: 0 auto;
	font-size: 14px;
}
.widget-posts {
	align-items: baseline;
	margin: 0 auto;
	flex-wrap: wrap;
	display: flex;
}
.widget-posts .post-related {
	width: calc(1 / 2 * 100% - 5px);
	margin: 0 10px 10px 0;
}
.widget-posts .post-related:nth-child(2n) {
	margin: 0 0 10px 0;
}
.widget-posts .post-related h2 {
	font-size: 14px;
	margin:  0 auto;
}
/*--------------------------------------------------------------
## Post Author Bio
--------------------------------------------------------------*/
.post-author {
	border: 2px solid #f0efef;
	border-top: 0;
	padding: 20px;
}
.author-img {
	width: 250px;
	height: auto;
	display: block;
}
.author-img img {
	display: block;
	width: 100%;
}
.author-title {
	margin: 10px 0;
	font-size: 24px;
}
.post-author-info {
	width: 100%;
	margin-left: 20px;
}
.post-author-info .content-meta {
	font-size: 16px;
	margin:0;
}

/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/
.post-nav {
	margin: 0 auto 20px;
	padding: 20px;
	border: 2px solid #f0efef;
	border-top: 0;
}

.post-nav img {
	width: 150px;
	height: auto;
}

.prev-post, .next-post {
	width: calc(1 / 2 * 100% - 20px);
}

.prev-post a, .next-post a {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.prev-post .post-nav-title {
	padding-left: 20px;
	width: 100%;
	font-family: 'freight', Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;

}

.post-nav-title .sm-caps {
	display: block;
	margin-bottom: 5px;
}

.next-post .post-nav-title {
	text-align: right;
	padding-right: 20px;
	width: 100%;
	font-family: 'freight', Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;

}

.next-post img:hover, .prev-post img:hover {
	transform: scale(1.05);
	transition: transform 400ms;
}

/*--------------------------------------------------------------
## End of Post Subscribe Widget
--------------------------------------------------------------*/
.subscribe.post-sub .widget {
	border: 0;
	background: #212121;
	color: #FFFFFF;
	padding: 30px;
	text-align: center;
	margin: 0 auto 20px;
}

.subscribe.post-sub h3 {
	font-size: 28px;
}

.subscribe.post-sub input[type="text"], .subscribe.post-sub input[type="email"] {
	border: 0;
	background: rgba(255, 255, 255, .9);
}

.subscribe.post-sub input[type="submit"] {
	background: #D0021B;
}

.subscribe.post-sub input[type="submit"]:hover {
	background: #9c0214;
}

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

/* Wrapper div for the entire comment form. */
.comment-respond {
	background: #f0efef;
	padding: 20px;
	margin: 0 auto 40px;
}

#commentform {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: left;
	padding-bottom: 320px;
	padding-right: 500px;
	position: relative;

}

.comment-notes {
	font-size: 16px;
	margin: 0 0 10px;
}

.comment-form .sm-ser {
	line-height: 1.5;
}

.comment-form-wprm-rating {
	margin: 0 0 10px;
}

.comment-form-wprm-rating label {
	font-family: 'brandon', Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700
}
.comment-form-wprm-rating {
	margin-bottom: 10px;
}
.comment-form-subscriptions {
	margin-bottom: 10px;
}
.wprm-comment-ratings-container input {
	width: 30px !important;
	height: 30px !important;
}

.comment-form-group {
	position: absolute;
	top: 0;
	right: 0;
	width: 470px;
}

.comment-form-group label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 13px;
}

.comment-form-author label, .comment-form-email label {
	margin-right: 10px;
}

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

p.comment-form-comment {
	background: #ffffff;
	padding: 5px 10px;
	margin: 0 0 10px;
}

p.comment-form-author input#author, p.comment-form-email input#email {
	border: 0;
	border-radius: 0;
	padding: 5px 0;
	width: 80%;

}

p.comment-form-comment textarea#comment {
	border: 0;
	padding: 0;
	border-radius: 0;
	min-height: 100px;
}

p.form-submit {
	margin: 0;
}

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

p.comment-form-cookies-consent {
	margin: 0 0 10px;
}

.comment-form-cookies-consent label {
	display: inline-block;
	width: 85%;
	line-height: 1.25;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	font-style: italic;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
}

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

.comment-body {
	background: #f0efef;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}

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

.comment-content p:last-child {
	margin: 0;
}

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

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

.bypostauthor ul li .comment-body, .bypostauthor ul li.bypostauthor li .comment-body  {
	border: 0;
}

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


.reply {
    text-align: center;
    margin: 0;
    background: #212121;
    font-weight: 700;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}
.reply:hover { 
	background: #D0021B;
}
.comment-form-subscriptions input[type="checkbox"] {
	width: 15px!important;
	height: 15px;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 auto 30px;
}

.widget-title {
	margin: 0;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding:  10px 0;
	font-size: 13px;
	border-top:  2px solid #f0efef;
	text-align:  left;
}

.widget select {
	max-width: 100%;
}

.widget_search {
	padding: 20px;
	border: 2px solid #f0efef;
}

/*--------------------------------------------------------------
Widget: About
--------------------------------------------------------------*/
.lh_about_widget {
	padding: 0;
	display: block;
	background: #f0efef;
	text-align: center;
	margin: 0 auto 20px;
}

.lh_about_widget .widget-image {
	display: block;
	text-align: center;
}

.lh_about_widget .widget-content {
	padding: 20px;
}

.lh_about_widget .content-meta {
	font-size: 14px;
}

/*--------------------------------------------------------------
Widget: Subscribe in Sidebar
--------------------------------------------------------------*/
#secondary .enews-widget {
	background: #212121;
	padding: 30px;
	color: #FFFFFF;
	text-align: center;
}

#secondary .enews-widget h3:not(.widget-title) {
	font-size: 24px;
	margin: 0 auto 10px;
}

#secondary .enews-widget p {
	font-size: 14px;
}

#secondary .enews-widget input[type="text"], #secondary .enews-widget input[type="email"] {
	border: 0;
	background: rgba(255, 255, 255, .9);
	width: 100%;
	display: block;
	margin: 2px auto;
	text-align: center;
}

#secondary .enews-widget input[type="submit"] {
	background: #D0021B;
}

#secondary .enews-widget input[type="submit"]:hover {
	background: #9c0214;
}
/*--------------------------------------------------------------
## Additional Blocks in the Post
--------------------------------------------------------------*/
.wp-block-yoast-seo-table-of-contents.yoast-table-of-contents {
    border: 2px solid #f0efef;
    padding: 20px;
    margin: 0 auto 30px;
    position:  relative;
}
.wp-block-yoast-seo-table-of-contents h2 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #212121;
    width: fit-content;
    padding: 10px;
    margin-left:  -40px;
}
.wp-block-yoast-seo-table-of-contents ul {
    margin-bottom: 0px!important;
}

.schema-how-to.wp-block-yoast-how-to-block {
    background: #f0efef;
    padding: 20px;
    margin: 0 0 30px;
}

p.schema-how-to-total-time {
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

p.schema-how-to-description {
	font-weight: 700;
    font-size: 24px;
}
.highlight-group {
    padding: 20px;
    border: 2px solid #f0efef;
    margin: 0 0 30px;
}

/*--------------------------------------------------------------
Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.content-sidebar-wrap {
		display: block;
	}

	.content-sidebar-wrap #primary {
		margin: 0 auto 40px;
	}

	#secondary {
		max-width: 600px;
		margin: 0 auto;
		padding-left: 0;
	}

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

@media screen and (max-width: 768px) {
	.post-related h2 {
		font-size: 18px;
	}

	#commentform {
		padding: 0 20px 20px;
	}

	.comment-form-group {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
	}

}

@media screen and (max-width: 600px) {
	.entry-meta .left {
		flex-wrap: wrap;
	}
	.related-posts.flexbox {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.post-nav.flexbox {
		display: block;
	}

	.prev-post, .next-post {
		width: 100%;
		display: block;
	}
	h1.entry-title {
		font-size: 30px;
	}
}

@media screen and (max-width: 450px) {
	h1.entry-title {
		font-size: 32px;
	}
	.entry-content h2 {
		font-size: 28px;
	}
	.entry-content h3 {
		font-size: 26px;
	}
	.entry-content h4 {
		font-size: 24px;
	}

	.entry-meta.flexbox {
		display: block;
	}

	.recipe-jump-group {
		justify-content: flex-start;
		margin: 10px auto;
	}
	.recipe-info a,
	.recipe-info span {
	    width: fit-content;
	}
	.recipe-info {
		width: fit-content;
		text-align: center;
		margin-right: 10px;
	}

	.recipe-info.save-recipe {
		margin-right: 0;
	}

	.recipe-info a,
	.recipe-info span {
		margin-left: 0;
	}

	.term-link a {
		margin-bottom: 5px;
	}

	.entry-footer.flexbox {
		display: block;
		text-align: center;
	}

	.byline {
		margin: 10px auto 0;
	}

	p.comment-form-author input#author, p.comment-form-email input#email {
		display: block;
		width: 100%;
	}


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

	.post-related:nth-child(2n) {
		margin: 0 0 10px 0;
	}
	.post-author .flexbox {
		display: block;
		text-align: center;
	}
	.author-img {
		margin: 0 auto 10px;
		text-align: center;
	}
	.post-author-info {
		display: block;
		width: fit-content;
		margin-left: auto
	}
	.subscribe.post-sub input[type="text"], .subscribe.post-sub input[type="email"], .subscribe.post-sub input[type="submit"] {
		display: block;
		margin: 2px auto;
		width: 100%;
		text-align: center;
	}
	.entry-meta .sm-sans {
    font-size: .65em;
}
.entry-meta .recipe-time, .entry-meta .truncated-rating {
	margin-right: 5px;
}

}