/*---------------BLOG---------------*/
.blog-list {
	margin-top: 30px;
	margin-bottom: 60px;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}
.paginate_prev a:after,
.paginate_next a:before {
	background-image: url(/wp-content/themes/wildwood_grilling/assets/images/icon_link-arrow3.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	position: relative;
	width: 20px;
	vertical-align: top;
}
.paginate_next a:before {
	margin-right: 5px;
	transform: scaleX(-1);
}
.paginate_prev a:after {
	margin-left: 5px;
}
.query-title {
	margin-top: 20px;
}
/* --- BLOG HERO --- */
.block.blog_hero {
	box-sizing: border-box;
	justify-content: flex-end;
	min-height: 350px;
}
/* --- BLOG LIST PAGE --- */
.blog-list .blog-post {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 28px;
}
.blog-list .post__img-wrapper {
	margin-bottom: 20px;
	/* margin-top: 20px; */
}
.blog-list .blog-post .blog-post__tags p {
	color: var(--textGray);
	margin-bottom: 0;
	text-transform: uppercase;
}
/* --- BLOG LIST POST --- */
.blog-post {
	overflow: hidden;
	/* border-bottom: 3px solid rgba(0, 0, 0, 0.1); */
}
.post__img-wrapper {
	height: 54vw;
	z-index: 2;
}
.blog-post__img {
	display: block;
	height: 100%;
	max-width: 100%;
	margin: 0 auto;
	object-fit: cover;
	width: 100%;
}
.blog-post__content {
	height: auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 100%;
	padding-top: 1px;
}
.blog-post__tags {
	margin-bottom: 10px;
}
.blog-post__title {
	padding-bottom: 16px;
	margin-bottom: 16px;
	position: relative;
}
.blog-post__title:after {
	background-color: var(--textGray);
	bottom: 0;
	content: "";
	height: 1px;
	left: -240px;
	position: absolute;
	width: 200vw;
}
.blog-post__excerpt {
	margin-bottom: 15px;
}
html body .blog-post__link {
	color: var(--textRed);
	font-family: "legend-soft", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0;
	text-transform: uppercase;
}
/* @media only screen and (min-width: 640px) {
	.post__img-wrapper {
		height: 24vw;
		max-height: 222px;
		max-width: 345px;
	}
} */
@media only screen and (min-width: 768px) {
	.blog-list .post__img-wrapper {
		height: 24vw;
		max-height: 222px;
		max-width: 345px;
		width: 39vw;
	}
	.blog-list .blog-post__content {
		margin-left: calc(5.55556% + 0.625rem);
		max-width: calc(50% - 1.26rem);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.blog-list .blog-post__content .blog-post__title h2 {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 480px) {
	.blog-list .blog-post__content .blog-post__title h2 {
		font-size: 2rem;
	}
}
/* --- BLOG POST PAGE --- */
body.single .block.shared-hero {
	overflow: hidden;
}
body.single .block.shared-hero > .page_frame {
	padding-top: 150px;
}
body.single .block.shared-hero > .block__bg-img {
	filter: blur(6px);
	height: calc(100% + 20px);
	top: -10px;
}
body.single.post-template-recipe-template .block.shared-hero > .block__bg-img {
	filter: blur(0px);
	height: 100%;
	opacity: 0.6;
	top: 0;
}
html body .block .blog-hero-post-cat {
	margin-bottom: 0px;
	text-transform: uppercase;
}
html body.single .block .blog-hero-post-title {
	margin-bottom: 16px;
}
article.post .entry-header,
.blog-post__header--detail {
	text-align: center;
}
.page_frame--blog-post-detail {
	margin-top: 2rem;
	max-width: 1040px;
}
/* .post-options, */
.blog-post__header--detail,
.post-thumbnail,
.post-navigation {
	margin-bottom: 1.4rem;
}
.single .blog-post__title--detail,
.single .blog-post__author,
.single .blog-post__date,
.single .blog-post__tax,
.single .blog-post__img-wrapper {
	display: none;
}
.single .show_post_title .blog-post__title--detail,
.single .show_post_author .blog-post__author,
.single .show_post_date .blog-post__date,
.single .show_post_tax .blog-post__tax,
.single .show_post_image .blog-post__img-wrapper {
	display: block;
}
.public .blog-post__title h2,
.public .blog-post__author p {
	margin-bottom: 0;
}
.public .blog-post__author .h6-style,
.blog-post__tags .h6-style,
.blog-post__tax .h6-style {
	letter-spacing: 0;
	margin-bottom: 0;
}
.blog-post-detail img,
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}
.blog-page-footer {
	margin-bottom: 40px;
}
.blog_story .blog_title {
	margin-top: 20px;
}
#page_body .blog_story {
	margin: 0 auto;
	max-width: 1000px;
}
.blog_story .blog_title * {
	margin-bottom: 10px;
}
.blog_story .blog_created_at {
	margin-left: 10px;
	margin-bottom: 20px;
}
.blog_story .blog_images_container,
.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nav-links {
	margin-top: 20px;
	justify-content: space-between;
}
.blog-post-detail p > img,
.blog-post-detail .page_frame > div,
.blog-post-detail .page_frame > div > img {
	width: 100%;
	max-width: 800px;
	height: auto;
}
.blog_story .blog_images_container img {
	max-width: 48%;
	margin: 0 15px 15px 0;
	max-height: 450px;
}
.blog_story .blog_images_container img:last-of-type {
	margin-right: 0;
}
.blog_story .comingsoon {
	margin-top: 60px;
}
.blog-group .comingsoon {
	margin-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
	#page_body.blog .blog_story,
	#page_body.blog .page_frame {
		max-width: 100vw;
		padding: 0 5%;
	}
	.blog_story h1 {
		font-size: 42px;
		line-height: 48px;
	}
}
@media only screen and (max-width: 650px) {
	.blog-feature-img {
		height: 80vw;
		min-height: 350px;
	}
	.blog-post-detail p > img,
	.blog-post-detail .page_frame > div,
	.blog-post-detail .page_frame > div > img {
		width: 100% !important;
		max-width: 800px;
		height: auto;
	}
	.blog-post .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.blog-post .col-1,
	.blog-post .col-2 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	.blog-post .col-2 {
		margin-top: 15px;
		padding-left: 0;
	}
}
@media only screen and (max-width: 750px) {
	.blog_story_in_list .blog_post_content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.blog_story_in_list .blog_post_content .blog_teaser_image ~ .blog_text_container,
	.blog_story_in_list .blog_post_content .blog_teaser_image {
		width: 100%;
	}
	.blog_story_in_list .blog_post_content .blog_teaser_image img {
		max-height: 400px;
	}
	.blog_story .blog_images_container img {
		max-width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.blog_story h1 {
		font-size: 30px;
		line-height: 36px;
	}
}
