/*!
Theme Name: Blog Stream
Theme URI: https://adorethemes.com/downloads/blog-stream/
Author: Adore Themes
Author URI: https://adorethemes.com/
Description: Blog Stream is a minimalist and lightweight WordPress theme designed for creating professional blogging websites. The theme has a clean design and is ideal for various blog types, such as fashion, lifestyle, travel, food, and photography. Blog Stream is mobile-friendly and cross-browser compatible, making it accessible across various devices and screen sizes. The theme is also translation-ready, allowing you to create blogs in any language. Overall, Blog Stream offers a user-friendly interface, modern and creative design, and range of features suitable for building engaging and unique blog websites. Live preview : https://demo.adorethemes.com/blog-stream/
Version: 1.0.1
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: nice-blog
Text Domain: blog-stream
Tags: custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, left-sidebar, right-sidebar, blog, one-column, portfolio, photography, theme-options, 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.

Blog Stream 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
========================================================================== */
:root {
	--primary-color: #fb2576;
}

/* Banner Section
--------------------------------------------- */
.frontpage.banner-search-section:first-child{
	margin-top: 0;
}

.banner-style-1{
	margin-top: 10px;
}

.banner-style-1 .post-item.overlay-post{
	min-height: 580px;
	overflow: hidden;
}
.banner-style-1 .post-item.overlay-post .post-item-content{
	text-align: center;
}
.banner-style-1 .post-item.overlay-post .post-item-content{
	padding-bottom: 80px;
}
.banner-style-1 .post-item.overlay-post .post-item-content > *{
	max-width: 800px;
	margin-inline: auto;
}
.banner-style-1 .post-item.overlay-post .post-item-content .entry-meta,
.banner-style-1 .post-item.overlay-post .post-item-content .entry-cat .post-categories{
	justify-content: center;
}
.banner-style-1 .post-item.overlay-post .post-item-content .entry-title{
	font-size: var(--font-size-lg);
}

/* End Banner Section
--------------------------------------------- */

/* Archive Posts List Style
--------------------------------------------- */

@media (min-width:991px) {
	.theme-archive-layout.list-layout.list-style-2 article .post-item.post-list {
		flex-direction: row-reverse;
	}

	.theme-archive-layout.list-layout.list-style-3 article:nth-child(even) .post-item.post-list {
		flex-direction: row-reverse;
	}
}

@media (max-width: 600px) {
	.theme-archive-layout.list-layout article .post-item.post-list {
		flex-direction: column;
	}

	.theme-archive-layout.list-layout article .post-item.post-list .post-item-image {
		flex: unset;
		max-width: unset;
	}

	.theme-archive-layout.list-layout article .post-item.post-list .post-item-content {
		text-align: start;
		padding-inline: 0;
	}

	.theme-archive-layout.list-layout article .post-item.post-list .post-item-content .entry-meta,
	.theme-archive-layout.list-layout article .post-item.post-list .post-item-content .entry-cat .post-categories {
		justify-content: flex-start;
	}
}