/*!
Theme Name: Eat Seattle
Theme URI: http://underscores.me/
Author: Bizango
Author URI: https://www.bizango.com
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eat-seattle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Eat Seattle is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
	--text: #1e2e58;
	--textPnk: #fa6c62;
	--textCyn: #29b7a5;
	--pink: #fa5f55;
	--blue: #1e2e58;
	--cyan: #34b9a5;
	--links: #fc7161;
	--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 POST --- */
.blog-post {
	margin-bottom: 30px;
}
.blog-post .col-1,
.blog-post .col-2 {
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}
.blog-post .col-1 {
	margin-right: 20px;
}
.blog-post .col-2,
.blog-post .blog-post_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.blog-post .col-2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-grow: 2;
	padding-left: 50px;
}
.blog-post .col-2.full-width {
	padding-left: 0;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}
.blog-post .blog-post_title h2 {
	line-height: 24px;
	margin-bottom: 10px;
}
.blog-title-link {
	color: var(--pink);
}
.blog-post h6 {
	margin-bottom: 10px;
	font-weight: 300;
}
.blog-post_tags {
	margin-bottom: 10px;
}
.blog-post .blog-post_teaser_image img {
	display: block;
	height: 100%;
	max-width: 100%;
	margin: 0 auto;
	object-fit: cover;
	width: 100%;
}
.blog_teaser_image img {
	max-width: 100%;
}
.blog-post .blog-post_content {
	height: auto;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.blog-text {
	margin-bottom: 15px;
}
.read_more_link {
	font-size: 16px;
	font-weight: 700;
}
/* --- BLOG POST PAGE --- */
article.post .entry-header {
	text-align: center;
}
.page_frame.blog-post-page {
	margin-top: 36px;
}
.entry-header, .post-thumbnail,
.post-navigation {
	margin-bottom: 20px;
}
.entry-header .entry-title,
.entry-header .byline,
.entry-header .posted-on,
.type-post .post-thumbnail {
	display: none;
}
.show_post_title .entry-title,
.show_post_author .byline,
.show_post_date .posted-on,
.show_post_image .post-thumbnail {
	display: block;
}
.page_frame.blog-post {
	max-width: 1040px;
}
.blog-post-detail {
	margin: 30px 0 45px 0;
}
.blog-post-detail .page_frame {
	max-width: 800px;
}
.blog-feature-img {
	position: relative;
	height: 450px;
	width: 100%;
}
.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;
	}
}