/*!
Theme Name: Crystal Blog
Theme URI: https://adorethemes.com/downloads/crystal-blog/
Author: Adore Themes
Author URI: https://adorethemes.com/
Description: Crystal 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. Crystal 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, Crystal 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/crystal-blog/
Version: 1.0.2
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: translucent-blog
Text Domain: crystal-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.

Crystal 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{
	--translucent-color: #ffffff33;
}

/* Start Header Imgae
--------------------------------------------- */

.adore-header.enable-header-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.adore-header.enable-header-image>*{
	position: relative;
	z-index: 1;
}
.adore-header.enable-header-image::before{
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.4;
	z-index: 0;
	background-color: #000;
	border-radius: 100vmax;
}
@media (max-width: 1300px) {
    .adore-header.enable-header-image::before{
        border-radius: 0;
    }
}
.adore-header.enable-header-image .navigation-search .navigation-search-wrap .navigation-search-icon{
	color: #fff;
}
@media (min-width: 992px) {
    .adore-header.enable-header-image .main-navigation ul a {
    	color: #fff;
    }
    .adore-header.enable-header-image .main-navigation ul ul li a{
    	color: var(--color-text);
    }
}
@media (max-width: 991px) {
    .adore-header.enable-header-image .menu-toggle span {
    	background-color: #fff;
    }
}
/* End Header Imgae
--------------------------------------------- */

/* Start Banner section
--------------------------------------------- */
.banner-post .abt-author{
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	background-color: var(--translucent-color);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	max-width: 1000px;
	margin-inline: auto;
	border-radius: var(--radius);
}
.abt-author .author-img{
	width: 40%;
	position: relative;
	isolation: isolate;
	flex-shrink: 0;
	aspect-ratio: 1;
	overflow: hidden;
}
.abt-author .author-img::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
	box-shadow: 0 0 0 #000;
	background-color: var(--primary-color);
	animation: adore-morph 15s ease infinite;
}
.abt-author .author-img img{
	border-radius: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: adore-morph 15s ease-in-out infinite;
}
@keyframes adore-morph {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}
	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}
.abt-author .author-details-part{
	width: 60%;
	align-self: center;
	padding: 35px;
}
.abt-author .author-details-part .author-name{
	font-size: var(--font-size-md);
	margin-block: 0 20px;
	position: relative;
	padding-inline-start: 55px;
}
.abt-author .author-details-part .author-name::before{
	position: absolute;
	content: "";
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 50px;
	background-color: var(--color-text);
}
.abt-author .author-details-part .author-position{
	font-weight: bold;
	margin-block: 15px;
}
.abt-author .author-details-part .author-social-contacts{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 600px){
	.banner-post .abt-author{
		flex-direction: column;
	}
	.abt-author .author-details-part,
	.abt-author .author-img{
		width: 100%;
	}
	.author-details-part{
		padding: 15px;
		padding-top: 30px;
	}
}
/* End Banner section
--------------------------------------------- */

/* Start Grid Common
--------------------------------------------- */

.post-item.post-overlay-grid {
	box-shadow: none;
	position: unset;
    isolation: unset;
    min-height: unset;
	border-radius: var(--radius);
	transition: var(--transition);
}
.post-item.post-overlay-grid .post-grid-overlay{
	display: none;
}
.post-item.post-overlay-grid .post-item-image {
	position: unset;
	inset: unset;
	z-index: unset;
	overflow: hidden;
}
@media (min-width: 601px){
	.post-item.post-overlay-grid:not(.style-2):focus-within .post-item-image ,
	.post-item.post-overlay-grid:not(.style-2):hover .post-item-image {
		transform: unset;
		transform-style: unset;
	}
}

.post-item.post-overlay-grid .post-item-image a img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/0.7;
	object-fit: cover;
}

.post-item.post-overlay-grid  .post-item-content {
	inset: unset;
	position: unset;
	display: block;
	z-index: unset;
	border-radius: var(--radius);
	padding: 1.5rem;
	overflow: hidden;
	box-shadow: var(--shadow);
	transition: var(--transition);
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	background-color: var(--translucent-color);
}

.post-item.post-overlay-grid  .post-item-content .post-content p{
	margin: 0;
}
.theme-archive-layout.grid-layout .post-item.post-overlay-grid.style-1 .post-item-content {
    min-height: unset;
    position: unset;
}
.post-item.post-overlay-grid:not(.style-2):focus-within .post-grid-overlay ,
.post-item.post-overlay-grid:not(.style-2):hover .post-grid-overlay ,
.post-item.post-overlay-grid:not(.style-2):focus-within .post-item-content ,
.post-item.post-overlay-grid:not(.style-2):hover .post-item-content {
	background-color: var(--translucent-color);
}

@media (min-width: 601px){
	.post-item.post-overlay-grid:not(.style-2):focus-within .post-grid-overlay ,
	.post-item.post-overlay-grid:not(.style-2):hover .post-grid-overlay ,
	.post-item.post-overlay-grid:not(.style-2):focus-within .post-item-content ,
	.post-item.post-overlay-grid:not(.style-2):hover .post-item-content {
		transform: unset;
		transform-style: unset;
		color: var(--color-text);
	}
}


.post-item.post-overlay-grid:focus-within ,
.post-item.post-overlay-grid:hover {
	box-shadow: none;
}


/* End Grid Common
--------------------------------------------- */

/* Start Archive List
--------------------------------------------- */
.theme-archive-layout.list-layout article .post-item.post-list .post-item-image a img {
    aspect-ratio: 1 / 0.7;
}
/* End Archive List
--------------------------------------------- */

/* Start Pagination
--------------------------------------------- */
nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
nav.navigation.pagination .nav-links span.current {
	position: relative;
    isolation: isolate;
    transition: 250ms;
    perspective: 500px;
    background-color: unset;
    border: 1px solid var(--color-text);
}
nav.navigation.pagination .nav-links span.current::before {
	position: absolute;
	content: "";
	inset: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #ffffff33;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	transition: 250ms;
	border: 1px solid #ffffff38;
}

nav.navigation.pagination .nav-links span.current::after {
	position: absolute;
	content: '';
	inset: 0;
	z-index: -2;
	border-radius: 4px;
	transition: 250ms;
	transform-style: preserve-3d;
	transform-origin: bottom right;
	transform: rotateZ(0deg);
	will-change: transform;
	background-color: var(--primary-color);
	box-shadow: 4px 2px 16px -8px var(--primary-color);
	box-shadow: 4px 2px 5px -8px var(--primary-color), 4px 2px 15px -8px var(--primary-color), 4px 2px 30px -8px var(--primary-color);
}
/* Ens Pagination
--------------------------------------------- */

/* Start Scroll to top css
--------------------------------------------- */
a.translucent-blog-scroll-to-top {
	 background-color: unset; 
}

a.translucent-blog-scroll-to-top::before {
	font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f106";
	width: inherit;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #ffffff33;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	transition: 250ms;
	border: 1px solid #ffffff38;
}

a.translucent-blog-scroll-to-top::after {
	position: absolute;
	content: '';
	z-index: -1;
	width: inherit;
	aspect-ratio: 1;
	border-radius: 4px;
	transition: 250ms;
	transform-style: preserve-3d;
	transform-origin: bottom right;
	transform: rotateZ(0deg);
	will-change: transform;
	background-color: var(--primary-color);
	box-shadow: 4px 2px 16px -8px var(--primary-color);
	box-shadow: 4px 2px 5px -8px var(--primary-color), 4px 2px 15px -8px var(--primary-color), 4px 2px 30px -8px var(--primary-color);
}
a.translucent-blog-scroll-to-top:focus::after ,
a.translucent-blog-scroll-to-top:hover::after {
	transform: rotateZ(15deg);
}
a.translucent-blog-scroll-to-top:hover,
a.translucent-blog-scroll-to-top:focus {
	box-shadow: unset;
	transform: tunset;
}

a.translucent-blog-scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* End Scroll to top css
--------------------------------------------- */

/* Start Footer css
--------------------------------------------- */
.site-footer .bottom-footer {
	padding: 15px 0;
	backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background-color: var(--translucent-color);
	border-top: 1px solid #d9d9d9;
}
/* End Footer css
--------------------------------------------- */


/* Start Adore Particles
--------------------------------------------- */
body.body-particles.no-body-particles .adore-particles-container{
	display: none;
}
.adore-particles{
	position: unset;
	transform: unset;
	animation: unset;
}
.adore-particles:nth-child(1){
	width: unset;
    height: unset;
    animation-name: unset;
    animation-duration: unset;
    animation-delay: unset;
}
.adore-particles span.circle {
    position: fixed;
    width: 70px;
    height: 70px;
	bottom: -100px;
	border-radius: unset;
    background-color: var(--primary-color);
	animation: animate 30s linear infinite;
}
.adore-particles span.circle:nth-child(1) {
    left: 45%;
    animation-delay: 1.2s;
    animation-duration: 13s;
}

.adore-particles span.circle:nth-child(2) {
    left: 48%;
    background-color: transparent;
    border: 15px solid var(--primary-color);
    animation-delay: 3.7s;
    animation-duration: 15s;
}

.adore-particles span.circle:nth-child(3) {
    left: 8%;
    animation-delay: 2.4s;
    animation-duration: 10s;
}

.adore-particles span.circle:nth-child(4) {
    left: 87%;
    animation-delay: 1.5s;
    animation-duration: 22s;
}

.adore-particles span.circle:nth-child(5) {
    left: 12%;
    animation-delay: 3.1s;
    animation-duration: 19s;
}

.adore-particles span.circle:nth-child(6) {
    left: 65%;
    background-color: transparent;
    border: 15px solid var(--primary-color);
    animation-delay: 4.6s;
    animation-duration: 20s;
}

.adore-particles span.circle:nth-child(7) {
    left: 77%;
    animation-delay: 8.2s;
    animation-duration: 29s;
}

.adore-particles span.circle:nth-child(8) {
    left: 28%;
    animation-delay: 1.3s;
    animation-duration: 34s;
}

.adore-particles span.circle:nth-child(9) {
    right: 7%;
    animation-delay: 13.4s;
    animation-duration: 44s;
}

.adore-particles span.circle:nth-child(10) {
    left: 83%;
    background-color: transparent;
    border: 15px solid var(--primary-color);
    animation-delay: 2.8s;
    animation-duration: 16s;
}

@keyframes animate {
	0% {
		transform: scale(0) translateY(0) rotate(0deg);
		opacity: 1;
	}

	100% {
		transform: scale(1.5) translateY(-1000px) rotate(720deg);
		border-radius: 50%;
		opacity: 0;
	}
}

/* End Adore Particles
--------------------------------------------- */

