/*!
Theme Name: Attractive Blog
Theme URI: https://adorethemes.com/downloads/attractive-blog/
Author: Adore Themes
Author URI: https://adorethemes.com/
Description: Attractive 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. Attractive 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, Attractive 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/attractive-blog/
Version: 1.1.3
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: popular-blog
Text Domain: attractive-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.

Attractive 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 {
	--post-item-background: #f7f8f9;
	--primary-color: #17c0eb;
	--header-text-color: #10a6cc;
}

.theme-wrapper-large {
	max-width: 1800px;
}

@media (min-width: 992px) {
	.main-navigation ul a {
		color: var(--color-text);
	}
}

.navigation-search .navigation-search-wrap .navigation-search-icon,
.social-icons ul.social-links a {
	color: var(--color-text);
}
.social-icons ul.social-links a:hover {
	color: var(--primary-color);
}
.post-item:not(.has-post-thumbnail) .post-item-image,
article:not(.has-post-thumbnail) .post-item .post-item-image {
	box-shadow: unset;
}
.post-item.has-post-thumbnail .post-item-image,
article.has-post-thumbnail .post-item .post-item-image {
	box-shadow: var(--shadow);
}
.post-item:not(.has-post-thumbnail) .post-item-image .read-time-comment,
article:not(.has-post-thumbnail) .post-item .post-item-image .read-time-comment {
	position: unset;
	bottom: unset;
	left: unset;
	z-index: unset;
	display: inline-flex;

}
.post-item.has-post-thumbnail .post-item-image .read-time-comment,
article.has-post-thumbnail .post-item .post-item-image .read-time-comment {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	display: flex;

}
.post-item .post-item-image .read-time-comment span {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px 7px;
	color: #ffffff;
	background-color: #00000066;
	border-radius: 100vmax;
	text-shadow: unset;
}
.post-item:not(.has-post-thumbnail) .post-item-image .view-count ,
article:not(.has-post-thumbnail) .post-item .post-item-image .view-count {
	position: unset;
	top: unset;
	right: unset;
	z-index: unset;
	display: inline-flex;
	line-height: 1;
	font-weight: bold;
	font-size: var(--font-size-xs);
}
.site-footer .post-item.has-post-thumbnail .post-item-image .view-count, 
.site-footer .post-item .post-item-image .view-count {
	display: none;
}
.post-item.has-post-thumbnail .post-item-image .view-count,
article.has-post-thumbnail .post-item .post-item-image .view-count {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	display: flex;
	line-height: 1;
	font-weight: bold;
	font-size: var(--font-size-xs);

}
.post-item .post-item-image .view-count span {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px 7px;
	color: #ffffff;
	background-color: var(--primary-color);
	border-radius: 100vmax;
}

.post-item.overlay-post .post-item-content {
	-webkit-backdrop-filter: unset;
	backdrop-filter: unset;
}
.post-item.overlay-post .view-count {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: bold;
	font-size: var(--font-size-xs);
	transition: all 0.5s ease-in-out;
}


.post-item.overlay-post .view-count span {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px 7px;
	color: #ffffff;
	background-color: var(--primary-color);
	border-radius: 100vmax;
}

/* Start Post Carousel Section
--------------------------------------------- */

.post-carousel-section .post-carousel-wrapper .slick-list {
	margin: 0 -15px;
}

.post-carousel-section .post-carousel-wrapper .slick-slide {
	padding: 0 15px;
}

.post-carousel-section .post-carousel-wrapper .post-item.overlay-post {
	aspect-ratio: 3/3.2;
}

/* End Post Carousel Section
--------------------------------------------- */

.categories-section .categories-wrapper .category-single>a>span {
	background-color: #00000080;
	color: #ffffff;
	backdrop-filter: blur(0px);
}

.post-item.overlay-post {
	background-position: center;
}

/* Start footer css
--------------------------------------------- */
.site-footer {
	background-color: #fff;
	box-shadow: 0 -3px 12px rgb(0 0 0 / 8%);
}

.site-footer .post-item .post-item-content .entry-title {
	font-weight: bold;
}

.site-footer .top-footer .top-footer-widgets .footer-widget {
	color: var(--color-text);
}

.site-footer .top-footer .top-footer-widgets .footer-widget a {
	color: var(--color-text);
	opacity: 1; 
}

.site-footer .top-footer .top-footer-widgets .footer-widget a:focus,
.site-footer .top-footer .top-footer-widgets .footer-widget a:hover {
	color: var(--primary-color);
}
.site-footer .top-footer .top-footer-widgets .footer-widget .adore-widget.social-widget .social-widgets-wrap a {
	color: #fff;
}

.site-footer .top-footer .top-footer-widgets .footer-widget .post-item.post-list .mag-post-img>a {
	opacity: 1;
}
.site-footer .top-footer .top-footer-widgets .footer-widget .widget .widget-title {
	color: var(--color-text);
}

.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a {
	color: var(--color-text);
	opacity: 1;
}

.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a:focus,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a:focus,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a:hover,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a:hover {
	color: var(--primary-color);
}

.site-footer .top-footer .top-footer-widgets .footer-widget .mag-post-excerpt {
	color: var(--color-text);
}

.site-footer .bottom-footer {
	border-top: 1px solid #ebebeb;
}

.site-footer .bottom-footer .bottom-footer-info .site-info a,
.site-footer .bottom-footer .bottom-footer-info {
	color: var(--color-text);
}

.site-footer .bottom-footer .bottom-footer-info .site-info a:focus,
.site-footer .bottom-footer .bottom-footer-info .site-info a:hover {
	opacity: 1;
	color: var(--primary-color);
}

/* author widget start*/
.author-widget {
	padding: 20px;
	border-radius: 20px;
	background-color: var(--color-background);
	box-shadow: var(--shadow);
	color: var(--color-text);
}

.author-widget .widget-title {
	color: var(--color-text);
}

.author-widget .widget-title::after {
	background-color: var(--primary-color);
}
.author-widget .author-img {
	line-height: 0;
	flex-shrink: 0;
}

.author-widget .author-img img {
	width: 100px;
	height: auto;
	aspect-ratio: 3/4;
	object-fit: cover;
	border-radius: 20px;
	border: 2px solid var(--primary-color);
}

.author-widget .author-part {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-block-end: 15px;
}

.author-widget .author-name-part .author-name {
	margin: 0 0 5px;
	font-size: var(--font-size-base);
	font-weight: 700;
	line-height: 1.3;
}

.author-widget .author-name-part .author-position {
	margin-block: 5px;
	font-size: var(--font-size-sm);
}

.author-widget .author-details .author-description {
	margin: 0;
	margin-block-start: 10px;
}

.author-widget .author-social-contacts {
	display: inline-flex;
	gap: 10px;
	background: var(--primary-color);
	padding: 4px 6px;
	border-radius: 100vmax;
}

.author-widget .author-social-contacts a {
	font-size: 14px;
	color: #fff;
	opacity: 1;
}

/* author widget end */