:root {
	--pageFrame: 1262px;
	--maxWidth: 2000px;
	--padLess: 2.3em;
	--padNorm: 3.05em;
	--padMore: 5em;
}
/*---------------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;
}
.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;
}
.blog-list .post__img-wrapper {
	margin-bottom: 20px;
	margin-top: 20px;
}
/* --- BLOG LIST POST --- */
.blog-post {
	border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.post__img-wrapper {
	height: 54vw;
}
.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__excerpt {
	margin-bottom: 15px;
}
.blog-post__link {
	font-size: 1rem;
	font-weight: 700;
}
@media only screen and (min-width: 640px) {
	.post__img-wrapper {
		height: 24vw;
		max-height: 325px;
	}
}
/* --- BLOG POST PAGE --- */
article.post .entry-header,
.blog-post__header--detail {
	text-align: center;
}
.page_frame--blog-post-detail {
	margin-top: 2rem;
	max-width: 1040px;
}
.blog-post__header--detail,
.post-thumbnail,
.post-navigation,
.post-options {
	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;
	}
}
