/*!
Theme Name: Unfiltered News
Theme URI: https://artifythemes.com/artify_themes/unfiltered-news/
Author: Artify Themes
Author URI: https://artifythemes.com/
Description: Unfiltered News is a stylish and modern WordPress theme crafted for professional bloggers. Its lightweight design and extensive customization options make it perfect for fashion, lifestyle, travel, food, photography, and other personal blogs. Fully responsive and mobile-friendly, the theme delivers a seamless experience across all devices. It is optimized for speed, accessibility, and SEO, while also offering cross-browser compatibility and translation support for audiences worldwide. Live Preview: https://demo.artifythemes.com/unfiltered-news/
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 8.0
Tested up to: 7.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: wise-news
Text Domain: unfiltered-news
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.

Unfiltered News 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: #0052CC;
}


/* Banner Section Sstart
--------------------------------------------- */
.banner-section:not(:first-child) {
	margin-top: 70px;
}

.banner-section .banner-section-wrapper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: 20px;
	column-gap: 20px;
	width: 100%;
}

@media (max-width: 768px) {
	.banner-section .banner-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.banner-section .banner-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.banner-section .banner-section-wrapper .banner-slider-area {
	width: 100%;
}

@media (max-width: 768px) {
	.banner-section .banner-section-wrapper .banner-slider-area {
		grid-column: span 2;
	}
}
@media (min-width: 769px) {
	.banner-section .banner-section-wrapper .banner-slider-area {
		grid-row: 1 / 3;
		grid-column: 2 / 4;
	}
}
@media (max-width: 600px) {
	.banner-section .banner-section-wrapper .banner-slider-area {
		grid-column: span 1;
	}
}

@media (min-width: 601px) {
	.banner-section .banner-section-wrapper .banner-slider-area .single-card-container {
		min-height: 540px;
	}
}

@media (max-width: 600px) {
	.banner-section .banner-section-wrapper .banner-slider-area .single-card-container {
		min-height: 380px;
	}
}

.banner-section .banner-slider-area .container-wrap .single-card-container .single-card-detail {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 20px;
	transform: translateX(-50%);
}

.banner-section .banner-slider-area .container-wrap .single-card-container .single-card-detail .card-title {
	line-height: 1.2;
	font-size: calc(var(--typo-xl) - 4px);
}

@media (max-width: 600px) {
	.banner-section .container-wrap .single-card-container .single-card-detail .card-title  {
		font-size: var(--typo-lg);
	}
}

.slick-list .slick-track .slick-slide {
	font-size: 0;
}

.banner-section .single-card-container .single-card-detail .card-title {
	line-height: 1.2;
	font-size: var(--typo-sm);
}

.slick-list {
	margin-inline:-10px;
	.slick-slide {
		padding-inline: 10px;
	}
}

/* Editors Choice
--------------------------------------------- */
.blog-editors-choice .container-wrap {
	gap: 26px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 600px) {
	.blog-editors-choice .container-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 425px) {
	.blog-editors-choice .container-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog-editors-choice .container-wrap .single-card-container .single-card-detail .card-title {
	font-size: var(--typo-sm);
}