/*!
Theme Name: Blog Room
Theme URI: https://artifythemes.com/artify_themes/blog-room/
Author: Artify Themes
Author URI: https://artifythemes.com/
Description: Blog Room 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 Room 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 Room 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.artifythemes.com/blog-room/
Version: 1.0.1
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: blog-content
Text Domain: blog-room
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 Room 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 {
		--theme-primary-hue: #703b3b;
		--site-title-font: 'Roboto', serif;
	}

/* Banner Section Start
--------------------------------------------- */

.banner-layout-3 {
	.banner-content-wrap {
		.main-banner-posts {
			width: 100%;

			.content-wrap {
				.single-card-container {
					@media (min-width: 601px) {
						min-height: 600px;
					}

					@media (max-width: 600px) {
						min-height: 420px;
					}
				}
			} 
		}
	}
}

/* Sticky Header
--------------------------------------------- */
.sticky-header  {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 15;

	body.admin-bar & {
		@media (min-width: 1024px) {
			top: 32px;
		}

		@media (min-width: 601px) and (max-width: 768px) {
			top: 46px;
		}
	}
}