<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Polished Blog
Theme URI: https://adorethemes.com/downloads/polished-blog/
Author: Adore Themes
Author URI: https://adorethemes.com/
Description: Polished Blog 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. Polished Blog 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, Polished Blog 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/polished-blog/
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: glowing-blog
Text Domain: polished-blog
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.

Polished Blog 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 {
		--body-background: #ffffff;
		--post-item-background: #ffffff;
		--glow-box-shadow-color: #dddddd;
	}

/* Start Banner Section
--------------------------------------------- */

.banner-section .banner-section-wrapper.style-2 .slick-dots {
	margin-top: 20px;
}
.banner-section .banner-section-wrapper.style-2 .slick-list{
	margin-inline: -15px;
}
.banner-section .banner-section-wrapper.style-2 .slick-slide{
	padding-inline: 15px;
	padding-block-end: 5px;
}

/* End Banner Section
--------------------------------------------- */

/* Archive grid layout
--------------------------------------------- */

/* grid layout */
.theme-archive-layout.grid-layout {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -15px;
}


@media (min-width: 576px) {
	.theme-archive-layout.grid-layout article {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.theme-archive-layout.grid-layout article {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.theme-archive-layout.grid-layout article {
		width: 33.33%;
	}
}

@media (min-width: 992px) {
	.theme-archive-layout.grid-layout.grid-column-3 article {
		width: 33.33%;
	}
}

.theme-archive-layout.grid-layout article {
	padding-inline: 15px;
	margin: 0;
	margin-bottom: 30px;
}

.theme-archive-layout.grid-layout article:not(.has-post-thumbnail) .post-item {
	padding: 15px;
}
.theme-archive-layout.grid-layout article:not(.has-post-thumbnail) .post-item .post-item-image{
	box-shadow: unset;
    border: unset;
    overflow: visible;
}
.theme-archive-layout.grid-layout article:not(.has-post-thumbnail) .read-time-comment {
	padding-block: 5px;
	padding-inline: 0;
}
.theme-archive-layout.grid-layout article:not(.has-post-thumbnail) .post-item .post-item-image .entry-cat {
	position: unset;
	padding: 0;
}

/* grid layout */

@media (min-width: 576px) {
	.theme-archive-layout.grid-layout article {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.theme-archive-layout.grid-layout article {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.theme-archive-layout.grid-layout article {
		width: 33.33%;
	}
}

@media (min-width: 992px) {
	.theme-archive-layout.grid-layout.grid-column-2 article {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.theme-archive-layout.grid-layout.grid-column-3 article {
		width: 33.33%;
	}
}

/* Override pagination CSS
--------------------------------------------- */
nav.navigation.pagination {
	display: block !important;
}

/* Pagination CSS
--------------------------------------------- */
nav.navigation.pagination .nav-links span, nav.navigation.pagination .nav-links a {
	border-radius: 5px;
	box-shadow: var(--glow-small-shadow);
	background-color: var(--post-item-background);
}</pre></body></html>