/*---------------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 {
	display: block;
	margin: 0 auto;
	max-width: 880px;
}
.blog-list .blog-post {
	margin: 40px -20px;
}
.blog-list .blog-post__content,
.blog-list .post__img-wrapper {
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
}
.blog-list .post__img-wrapper {
	margin: 20px;
}
@media only screen and (min-width: 768px) {
	.blog-list .blog-post {
		margin: 80px -20px;
	}
	.blog-list .blog-post__content {
		max-width: 54.9%;
	}
	.blog-list .post__img-wrapper {
		max-width: 37.5%;
	}
}
/* --- 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__content.grow {
	max-width: 100%;
}
.blog-post__tags {
	margin-bottom: 10px;
}
.blog-post__excerpt {
	margin-bottom: 10px;
}
.blog-post__excerpt p {
	color: var(--grayLight);
	line-height: 1.5em;
	margin-bottom: 10px;
}
.blog-post__link {
	font-size: 1rem;
	font-weight: 700;
}
@media only screen and (min-width: 640px) {
	.post__img-wrapper {
		height: 24vw;
		max-height: 240px;
	}
}
/* --- BLOG POST PAGE --- */
body.single-post h2 {
	font-size: 1.9rem;
	text-transform: uppercase;
	font-weight: 400;
}
body.single-post .entry-content,
body.single-post #comments {
	display: block;
	margin: 0 auto;
	max-width: 920px;
	padding: 0 20px;
}
body.single-post .entry-content p {
	color: var(--grayLight);
}
.blog-post-detail {
	display: block;
	margin: 0 auto;
	max-width: 920px;
	padding-top: 105px;
}
.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;
}
.blog-post__img-wrapper,
.blog-post__header--detail {
	padding: 0 20px;
}
.post-thumbnail {
	margin-bottom: 40px;
}
.post-navigation {
	display: block;
	margin: 0 auto 40px auto;
	max-width: 920px;
	padding: 0 20px;
}
.post-navigation a {
	display: block;
	font-weight: 300;
	margin: 10px 0;
}
.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;
}
.blog-post__date,
.blog-post__title--detail {
	text-transform: uppercase;
}
.blog-post__date time {
	font-size: 0.875rem;
}
.public .blog-post__author p {
	margin-bottom: 0;
}
.public .blog-post__title h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.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;
}
body.single-post #comments label {
	display: block;
}
body.single-post #comments textarea {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.blog-post-detail {
		padding-top: 205px;
	}
	.post-navigation .nav-links > div {
		max-width: 50%;
	}
}
