/*!
Theme Name: YouStable Blog
Author: Nazim Husain
Author URI: https://nazimansari.com
Description: Custom Astra child theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: youstable-blog
Template: astra
Version: 1.0
*/

/**********
* GLOBAL *
**********/

:root {
	/* Colors */
	--primary: #5e3add;
	--primary-light: #f2eeff;
	--primary-light-2: #f9f5ff;
	--headline: #212529;
	--text: #292929;
	--star-color: #ffc235;
	--light-gray: #dddddd;

	/* Icons & Images */
	--BgPatterns: url('/blog/wp-content/themes/youstable-blog/assets/img/bg-pattern.svg');
}

html {
	scroll-behavior: smooth;
}

a:focus,
button:focus {
	outline: none;
}

.page-template .site-content > .ast-container,
.archive .site-content > .ast-container,
.single .site-content > .ast-container {
	display: block;
	max-width: 100%;
	padding: 0 !important;
}

.site-container {
	max-width: 1240px;
	padding: 80px 20px;
	margin: 0 auto;
}

.section-title {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--headline);
	margin-bottom: 50px;
}

.home h1.section-title {
	font-size: 46px;
	line-height: 1.3;
}

h1.section-title {
	font-size: 42px;
	line-height: 1.3;
	font-weight: 800;
}

.section-title.lines {
	display: flex;
	align-items: center;
	text-align: center;
	grid-gap: 30px;
}

.section-title.lines::before,
.section-title.lines::after {
	content: '';
	flex: 1;
	height: 1px;
	background-color: #e7e5ee;
}

.desc {
	font-size: 18px;
	line-height: 1.65;
	font-weight: 400;
	color: var(--text);
	margin-bottom: 0;
}

.desc p {
	margin-bottom: 25px;
}

.desc p:last-child {
	margin-bottom: 0px;
}

.btn a,
.btn button {
	display: inline-block;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 700;
	padding: 16px 30px;
	border-radius: 5px;
	color: #fff;
	background: var(--primary);
	transition: 0.3s ease-in-out;
}

.btn a:hover,
.btn button:hover {
	opacity: 0.95;
}

/* Post Grid */
.posts.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

/* Card */
.posts .card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.posts .card .thumbnail {
	position: relative;
	padding-bottom: 53%;
}

.posts .card .thumbnail a {
	display: flex;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.posts .card .thumbnail img {
	width: 100%;
	object-fit: cover;
	transition: 0.4s all;
	border-radius: 24px 24px 0 0;
}

.posts .card .thumbnail img:hover {
	opacity: 0.92;
}

.posts .card .content {
	padding: 22px 25px 28px;
}

.posts .card .cat {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.posts .card .cat a {
	font-size: 14px;
	line-height: 1.2;
	color: var(--primary);
	font-weight: 600;
}

.posts .card .cat a:hover {
	text-decoration: underline;
}

.posts .card .title {
	margin-bottom: 12px;
}

.posts .card .title a {
	display: block;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 600;
	color: var(--headline);
}

.posts .card .title a:hover {
	color: var(--primary);
}

.posts .card .post-meta {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 6px 26px;
	font-size: 14px;
	line-height: 18px;
	color: #556274;
}

.posts .card .post-meta a {
	color: #556274;
}

.posts .card .post-meta a:hover {
	color: var(--primary);
}

.posts .card .post-meta .author,
.posts .card .post-meta .date,
.posts .card .post-meta .reading-time {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.932 11.27c-.878-1.578-2.23-2.71-3.81-3.246A4.27 4.27 0 0 0 9.85 5.927a4.48 4.48 0 0 0 .151-2.756A4.33 4.33 0 0 0 8.515.883 4.05 4.05 0 0 0 6 0c-.909 0-1.792.31-2.515.883a4.33 4.33 0 0 0-1.486 2.288 4.48 4.48 0 0 0 .151 2.756c.34.877.946 1.613 1.727 2.097C2.3 8.559.946 9.69.068 11.27a.49.49 0 0 0 .162.666.45.45 0 0 0 .636-.187C1.952 9.798 3.871 8.633 6 8.633s4.048 1.165 5.134 3.116a.48.48 0 0 0 .28.233.45.45 0 0 0 .356-.046.47.47 0 0 0 .216-.298.5.5 0 0 0-.054-.368m-9.16-6.953c0-.664.19-1.313.544-1.865a3.26 3.26 0 0 1 1.449-1.236 3.1 3.1 0 0 1 1.865-.19c.626.129 1.2.448 1.652.918a3.4 3.4 0 0 1 .884 1.718c.124.651.06 1.326-.184 1.94a3.33 3.33 0 0 1-1.189 1.506A3.14 3.14 0 0 1 6 7.674a3.17 3.17 0 0 1-2.281-.985 3.43 3.43 0 0 1-.947-2.372' fill='%23556274'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
}

.posts .card .post-meta .date {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0a6 6 0 1 0 6 6 6.007 6.007 0 0 0-6-6m0 11.077A5.077 5.077 0 1 1 6 .924a5.077 5.077 0 0 1 0 10.153M9.692 6a.46.46 0 0 1-.461.462H6A.46.46 0 0 1 5.538 6V2.77a.462.462 0 0 1 .924 0v2.768H9.23A.46.46 0 0 1 9.692 6' fill='%23556274'/%3E%3C/svg%3E");
}

.posts .card .post-meta .reading-time {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='8' viewBox='0 0 18 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.62 1.055 3.9 7.823a.59.59 0 0 1-.84 0l-2.88-2.9A.62.62 0 0 1 0 4.489a.63.63 0 0 1 .172-.436.6.6 0 0 1 .423-.184.6.6 0 0 1 .426.176l2.46 2.477L9.78.177a.593.593 0 0 1 .977.208.63.63 0 0 1-.136.67m7.208-.87A.6.6 0 0 0 17.405 0a.6.6 0 0 0-.426.177l-6.3 6.345-1.412-1.423a.59.59 0 0 0-.849.008.624.624 0 0 0 .008.87l1.832 1.846a.59.59 0 0 0 .842 0l6.72-6.768A.62.62 0 0 0 18 .621a.63.63 0 0 0-.172-.437' fill='%23556274'/%3E%3C/svg%3E");
	padding-left: 26px;
}

/* Card Featured */
.posts .card-featured {
	display: flex;
}

.posts .card-featured .thumbnail {
	flex: 0 0 47.75%;
	padding-bottom: 31%;
}

.posts .card-featured .thumbnail img {
	border-radius: 24px 0 0 24px;
}

.posts .card-featured .content {
	flex: 1;
	padding: 40px 50px;
}

.posts .card-featured .title {
	margin-bottom: 16px;
}

.posts .card-featured .title a {
	font-size: 34px;
	line-height: 1.3;
	font-weight: 800;
}

.posts .card-featured .excerpt {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 22px;
	color: #444444;
	margin-top: 16px;
}

.posts .card-featured .read-more {
	padding: 8px 14px;
	background: #fff;
	border: 1px solid var(--primary);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	border-radius: 5px;
	color: var(--primary);
}

.posts .card-featured .read-more:hover {
	background: var(--primary);
	color: #fff;
}

/* Card List */
.posts .card-list {
	display: flex;
	border-radius: 10px;
}

.posts .card-list .thumbnail {
	flex: 0 0 40%;
	padding-bottom: 31%;
}

.posts .card-list .thumbnail img {
	border-radius: 10px 0 0 10px;
}

.posts .card-list .content {
	flex: 1;
	align-self: center;
	padding: 15px 15px 15px 18px;
}

.posts .card-list .title {
	margin-bottom: 0;
}

.posts .card-list .title a {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
}

/* Card Article */
.posts .card-article {
	display: flex;
	flex-direction: column;
}

.posts .card-article .content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.posts .card-article .title {
	flex-grow: 1;
}

/* Top Bar */
#page .astra-advanced-hook-49 {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 200;
}

.top-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 28px;
	padding: 8px 20px;
	background: var(--primary);
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
}

.top-bar a {
	background: #fff;
	color: #272727;
	padding: 6px 18px;
	border-radius: 50px;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

.top-bar a:hover {
	background: var(--primary-light);
}

/* Site Header */
.site-header .custom-logo-link img {
	width: 180px;
}

.site-header .ast-builder-menu-mobile .main-header-menu {
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 14px;
}

.site-header .site-navigation .sub-menu {
	border-radius: 10px;
}

/**********
* BLOCKS *
**********/

/* Block: Product CTA */
.product-cta {
	margin: 40px 0;
	text-align: center;
	border-radius: 16px;
	background: #5d3acf;
	padding: 40px 50px 50px 50px;
}

.product-cta .title {
	font-size: 40px;
	color: #fff;
	margin: 0 0 15px !important;
	font-weight: 800;
}

.product-cta .desc {
	line-height: 1.7;
	color: #fff;
	margin-bottom: 0;
}

.product-cta .price {
	font-size: 24px;
	line-height: 1.2;
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
}

.product-cta .price .current {
	color: #2ab20f;
	font-weight: bold;
}

.product-cta .price .original {
	color: #ff3d3d;
	text-decoration: line-through;
	font-size: 16px;
}

.product-cta .price .divider {
	color: #d1d1d1;
	font-size: 16px;
}

.product-cta .btn {
	margin-top: 30px;
}

.product-cta .btn a {
	text-decoration: none;
	padding: 17px 40px;
	background: #fff;
	color: var(--primary);
	font-size: 17px;
}

.product-cta.style-two {
	background: #f5f8ff;
	border: 3px dashed var(--primary);
}

.product-cta.style-two .title,
.product-cta.style-two .desc {
	color: var(--headline);
}

.product-cta.style-two .btn a {
	background: var(--primary);
	color: #fff;
}

/************
* HOMEPAGE *
************/

/* Banner */
.banner {
	position: relative;
	z-index: 44;
}

.banner:before {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--BgPatterns) no-repeat center top / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.banner:after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		#f2eeff 88.48%
	);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.home .banner .site-container {
	padding: 75px 20px 288px;
}

.banner .wrapper {
	max-width: 690px;
	margin: 0 auto;
}

.banner .section-title,
.banner .desc {
	text-align: center;
}

.home .banner .section-title {
	margin-bottom: 26px;
}

.banner .section-title {
	margin-bottom: 0;
}

.banner .desc {
	margin-top: 20px;
}

.search {
	max-width: 620px;
	margin: 0 auto;
	margin-top: 40px;
}

.search #ajaxsearchlite1 {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.search #ajaxsearchlite1 .probox,
div.asl_w .probox {
	height: initial;
	background-color: #fff;
	border: 1px solid #cca9ff;
	box-shadow: none;
	padding: 17px 25px;
	border-radius: 10px;
}

.search #ajaxsearchlite1 .probox .proinput {
	margin: 0;
	padding: 0;
}

.search #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
	color: var(--headline);
	font-size: 15px;
	font-weight: 400 !important;
	text-shadow: none;
	border: 0;
	box-shadow: none;
}

.search #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input::placeholder {
	color: var(--text) !important;
	opacity: 1;
}

.search #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input::-ms-input-placeholder {
	color: var(--text) !important;
}

.search #ajaxsearchlite1 button {
	box-shadow: none;
}

.search #ajaxsearchlite1 button svg {
	fill: #a264ff;
}

#ajaxsearchliteres1 {
	padding: 8px;
	border-radius: 10px;
}

#ajaxsearchliteres1 .results .item .asl_content h3,
#ajaxsearchliteres1 .results .item .asl_content h3 a {
	display: block;
	font-family: inherit;
	color: var(--text);
	font-size: 16px;
	line-height: 1.8;
	text-shadow: none;
}

#ajaxsearchliteres1 .results .item .asl_content h3 a:hover,
#ajaxsearchliteres1 .results .item .asl_content h3:hover {
	color: var(--primary);
}

.search #ajaxsearchlite1 .probox .proclose svg {
	background: 0 0;
	width: 22px;
	height: 22px;
	left: 40%;
	fill: var(--headline);
	padding: 4px;
	box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.9);
}

.search #ajaxsearchlite1 .proloading .asl_simple-circle {
	border: 1px solid #fff;
	width: 16px;
	height: 16px;
}

/* Featured Articles */
.featured-articles {
	position: relative;
	z-index: 99;
}

.featured-articles .site-container {
	padding-top: 0;
}

.featured-articles .featured-post {
	margin-top: -188px;
	margin-bottom: 40px;
}

.featured-articles .posts.grid {
	grid-gap: 30px;
}

/* Lastest Articles */
.latest-articles .site-container {
	padding: 20px;
}

.latest-articles .load-more {
	margin-top: 50px;
	text-align: center;
}

.latest-articles .load-more button {
	background: #fff;
	border: 1px solid var(--primary);
	padding: 12px 30px;
	color: var(--primary);
}

.latest-articles .load-more button:hover {
	background: var(--primary);
	color: #fff;
}

.latest-articles .load-more button svg {
	margin-left: 4px;
	position: relative;
	top: 1px;
}

.latest-articles .load-more button svg path {
	transition: 0.3s ease-in-out;
}

.latest-articles .load-more button:hover svg path {
	stroke: #fff;
}

/* Newsletter */
.newsletter .wrapper {
	display: flex;
	grid-gap: 74px;
	align-items: center;
	background: linear-gradient(
		270deg,
		#ad1deb 0%,
		rgba(110, 114, 252, 0.75) 100%
	);
	border-radius: 20px;
	padding: 80px 100px;
}

.newsletter .left-block {
	flex: 0 0 34%;
}

.newsletter .right-block {
	flex: 1;
}

.newsletter .section-title {
	color: #fff;
	margin-bottom: 22px;
	font-size: 36px;
	line-height: 1.4;
}

.newsletter .desc {
	color: #fff;
	margin-bottom: 40px;
}

.newsletter form {
	max-width: 500px;
	display: flex;
	background: #fff;
	border-radius: 5px;
	padding: 8px;
	height: 64px;
}

.newsletter form input {
	height: 100%;
	background: #fff;
	border: 0;
	box-shadow: none;
	padding-left: 20px;
	padding-right: 20px;
	color: #555555;
}

.newsletter form input:focus {
	border: 0;
}

.newsletter form button {
	transition: 0.3s ease-in-out;
}

.newsletter form button:hover {
	opacity: 0.95;
}

/* Categories */
.categories {
	background: #f7f8f9;
}

.categories .site-container {
	max-width: 1155px;
}

.categories .wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.categories .block {
	background: #ffffff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: flex;
	grid-gap: 18px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 25px 20px 28px;
}

.categories .block .icon {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: #f7f8f9;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px;
	transition: all 0.2s linear;
}

.categories .block .icon img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.categories .block .title {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
}

.categories .block:hover {
	box-shadow: 8px 8px 0px rgba(230, 223, 255, 0.75);
}

.categories .block:hover .icon {
	background: #f6f4ff;
}

/* Price CTA */
.home .price-cta .site-container {
	padding-bottom: 20px;
}

.price-cta .wrapper {
	display: flex;
	grid-gap: 60px;
	align-items: center;
	padding: 70px 60px;
	background: var(--primary-light);
	border: 1px solid #ece0fd;
	border-radius: 24px;
}

.price-cta .left-block {
	flex: 1;
}

.price-cta .right-block {
	flex: 0 0 39%;
}

.price-cta .section-title {
	margin-bottom: 12px;
	font-size: 36px;
	line-height: 1.4;
}

.price-cta .price {
	margin-top: 22px;
}

.price-cta .price .sale-price {
	font-size: 24px;
	line-height: 1.4;
	color: var(--primary);
	font-weight: 800;
	margin-right: 12px;
}

.price-cta .price .base-price {
	font-size: 16px;
	line-height: 1.4;
	color: #666666;
	font-weight: 500;
	text-decoration: line-through;
}

.price-cta .btn {
	margin-top: 26px;
}

/* About */
.about .site-container {
	display: flex;
	grid-gap: 70px;
}

.about .left-block {
	flex: 0 0 45%;
}

.about .right-block {
	flex: 1;
}

.about .left-block img {
	border-radius: 20px;
}

.about .sub-title {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--primary);
	margin-bottom: 10px;
}

.about .section-title {
	margin-bottom: 20px;
}

.about .desc a {
	text-decoration: underline;
}

.about .desc a:hover {
	text-decoration: none;
}

.rating .stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	line-height: 1;
}

.rating .stars::before {
	content: '★★★★★';
	letter-spacing: 4px;
	background: linear-gradient(
		90deg,
		var(--star-color) var(--percent),
		#ededed var(--percent)
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: #fff0;
	display: inline-block;
	font-size: 24px;
}

.stats {
	display: flex;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	margin-top: 25px;
}

.stats .block {
	flex: 1;
	padding: 20px;
	display: flex;
	align-items: center;
	grid-gap: 15px;
}

.stats .block img {
	flex: 0 0 40px;
}

.stats .block:not(:last-child) {
	border-right: 2px solid #e7e5ee;
}

.stats .block .title {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}

.stats .block .desc {
	font-size: 16px;
}

/************
* Archive *
************/

.all-articles .site-container {
	padding: 50px 0px 20px 0;
}

.pagination {
	text-align: center;
	margin-top: 70px;
	display: flex;
	grid-gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination .page-numbers {
	border: 1px solid #dddddd;
	padding: 5px 20px;
	font-weight: 500;
	border-radius: 5px;
	color: var(--text);
	background: #fff;
	font-size: 18px;
	line-height: 30px;
	transition: 0.3s ease-in-out;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
}

.author-info-warapper {
	max-width: 820px !important;
}

.author-info {
	display: flex;
	gap: 30px;
	align-items: center;
}

.author .author-img img {
	border-radius: 100%;
	object-fit: cover;
	max-width: 130px;
	height: 130px;
}

.author-content .section-title {
	text-align: left;
}

.author-content .desc {
	text-align: left;
}

/***************
* Single Post *
***************/
.entry-content p a,
.entry-content pre a,
.entry-content ul li a,
.entry-content table a {
	color: var(--primary);
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content pre a:hover,
.entry-content ul li a:hover,
.entry-content table a:hover {
	text-decoration: none;
}

.post-layout .site-container {
	display: flex;
	gap: 70px;
	padding: 50px 20px 80px;
}

.post-layout .sidebar {
	flex: 0 0 28%;
	position: sticky;
	top: 65px;
	height: 100%;
}

.post-layout .sidebar .left-img img {
	border-radius: 10px;
}

/* TOC */
.single .sidebar #toc {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	border: 1px solid #eeecec;
	margin-bottom: 30px;
}

.sidebar #toc .title {
	margin-bottom: 20px !important;
	padding-left: 0 !important;
	border-bottom: 1.5px solid #dadada;
	padding-bottom: 3px;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--text);
	margin-bottom: 20px;
	padding-left: 25px;
}

.sidebar #toc .links {
	max-height: 330px;
	overflow: auto;
}

.sidebar #toc .links ul {
	margin: 0;
}

.sidebar #toc .links li {
	list-style: none;
	margin-bottom: 10px;
}

.sidebar #toc .links li a {
	display: block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #2a2a2a;
	border-left: 3px solid transparent;
	padding-left: 12px;
	transition: 0.3s all;
}

.sidebar #toc .links li a:hover,
.sidebar #toc .links li.active > a {
	color: var(--primary);
	border-left: 3px solid var(--primary);
	padding-left: 12px;
}

.sidebar #toc .links li ul {
	margin-top: 6px;
	margin-left: 10px;
}

/* Content Area */
.post-layout .content-area {
	flex: 1;
	max-width: 910px;
	margin: 0 auto;
}

.breadcrumb-wrapper .rank-math-breadcrumb {
	font-size: 16px;
	line-height: 1.3;
}

.breadcrumb-wrapper .rank-math-breadcrumb p {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
	font-size: 16px;
}

.breadcrumb-wrapper .breadcrumb a:hover {
	color: var(--primary);
}

.post-layout .entry-title {
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 800;
}

.post-layout .content-area .post-meta {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 6px 26px;
	font-size: 15px;
	line-height: 18px;
	color: #333;
	margin-bottom:35px;
}

.post-layout .content-area .post-meta a {
	color: #333;
}

.post-layout .content-area .post-meta a:hover {
	color: var(--primary);
}

.post-layout .content-area .post-meta .author,
.post-layout .content-area .post-meta .date,
.post-layout .content-area .post-meta .reading-time {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.932 11.27c-.878-1.578-2.23-2.71-3.81-3.246A4.27 4.27 0 0 0 9.85 5.927a4.48 4.48 0 0 0 .151-2.756A4.33 4.33 0 0 0 8.515.883 4.05 4.05 0 0 0 6 0c-.909 0-1.792.31-2.515.883a4.33 4.33 0 0 0-1.486 2.288 4.48 4.48 0 0 0 .151 2.756c.34.877.946 1.613 1.727 2.097C2.3 8.559.946 9.69.068 11.27a.49.49 0 0 0 .162.666.45.45 0 0 0 .636-.187C1.952 9.798 3.871 8.633 6 8.633s4.048 1.165 5.134 3.116a.48.48 0 0 0 .28.233.45.45 0 0 0 .356-.046.47.47 0 0 0 .216-.298.5.5 0 0 0-.054-.368m-9.16-6.953c0-.664.19-1.313.544-1.865a3.26 3.26 0 0 1 1.449-1.236 3.1 3.1 0 0 1 1.865-.19c.626.129 1.2.448 1.652.918a3.4 3.4 0 0 1 .884 1.718c.124.651.06 1.326-.184 1.94a3.33 3.33 0 0 1-1.189 1.506A3.14 3.14 0 0 1 6 7.674a3.17 3.17 0 0 1-2.281-.985 3.43 3.43 0 0 1-.947-2.372' fill='%23556274'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
}

.post-layout .content-area .post-meta .date {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0a6 6 0 1 0 6 6 6.007 6.007 0 0 0-6-6m0 11.077A5.077 5.077 0 1 1 6 .924a5.077 5.077 0 0 1 0 10.153M9.692 6a.46.46 0 0 1-.461.462H6A.46.46 0 0 1 5.538 6V2.77a.462.462 0 0 1 .924 0v2.768H9.23A.46.46 0 0 1 9.692 6' fill='%23556274'/%3E%3C/svg%3E");
}

.post-layout .content-area .post-meta .reading-time {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='8' viewBox='0 0 18 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.62 1.055 3.9 7.823a.59.59 0 0 1-.84 0l-2.88-2.9A.62.62 0 0 1 0 4.489a.63.63 0 0 1 .172-.436.6.6 0 0 1 .423-.184.6.6 0 0 1 .426.176l2.46 2.477L9.78.177a.593.593 0 0 1 .977.208.63.63 0 0 1-.136.67m7.208-.87A.6.6 0 0 0 17.405 0a.6.6 0 0 0-.426.177l-6.3 6.345-1.412-1.423a.59.59 0 0 0-.849.008.624.624 0 0 0 .008.87l1.832 1.846a.59.59 0 0 0 .842 0l6.72-6.768A.62.62 0 0 0 18 .621a.63.63 0 0 0-.172-.437' fill='%23556274'/%3E%3C/svg%3E");
	padding-left: 26px;
}

.post-layout .content-area .featured-thumbnail img {
	margin: 38px 0 40px;
	border-radius: 10px;
}

.post-layout .content-area .entry-content h2,
.post-layout .content-area .entry-content h3,
.post-layout .content-area .entry-content h4 {
	margin: 40px 0 25px 0;
}

/* Auhor box */
.post-layout .author-block {
	display: flex;
	align-items: center;
	background-color: #f9f5ff;
	border: 1px solid #e0ccff;
	border-radius: 10px;
	padding: 40px;
	gap: 36px;
	margin: 40px 0 50px;
}

.post-layout .author-block .author-img {
	flex: 0 0 120px;
}

.post-layout .author-block .author-img img {
	border-radius: 100px;
}

.post-layout .author-block .author-info {
	display: block;
}

.post-layout .author-block .author-name {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 18px;
}

.post-layout .author-block .author-desc {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 20px;
}

.post-layout .author-block .social-links {
	display: flex;
	gap: 20px;
}

.post-layout .author-block .social-links a:hover {
	transform: translateY(-3px);
}

/* Comments */
.comments-area {
	padding-bottom: 0 !important;
}

.comments-area .comments-title {
	padding: 0;
	font-size: 26px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 20px;
}

.comments-area .ast-comment-list li.depth-1 {
	padding-left: 0;
}

.comments-area .ast-comment-list .ast-comment {
	padding: 30px 0;
}

.comments-area .ast-comment-list .ast-comment-author {
	flex-direction: column;
	justify-content: flex-start;
	display: block;
	padding: 0 40px;
}

.comments-area .ast-comment-avatar-wrap img {
	box-shadow: none;
}

.comments-area .ast-comment-meta a time {
	font-size: 13px;
	display: block;
	font-weight: 400;
	color: #556274;
}

.comments-area .ast-comment-list .ast-comment-cite-wrap {
	margin: 0;
}

.comments-area .ast-comment-list cite {
	font-weight: 600;
	font-size: 1.2em;
}

.comments-area .ast-comment-list .ast-comment-time {
	display: flex;
	margin-left: auto;
	font-weight: 500;
}

.comments-area .ast-comment-content p {
	font-size: 16px;
	line-height: 1.9em;
}

.comments-area .comment-respond {
	padding: 30px 0 0 0px;
}

.comments-area .comment-reply-title {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 600;
}

.comments-area .comment-reply-title p {
	margin-bottom: 1.5em;
}

#comments .ast-grid-common-col input,
#comments .comment-form-textarea textarea {
	background: #fbfbfb;
	box-shadow: none;
	border-color: #e1e1e1;
	border-radius: 4px;
}

.comments-area .ast-grid-common-col input {
	height: 50px;
}

.comments-area .ast-comment-formwrap p input {
	margin: 0;
}

.comments-area .comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.comments-area .comment-form .comment-form-cookies-consent input {
	height: 25px;
	margin-bottom: 0;
}

.comments-area .comment-form .ast-comment-formwrap p {
	margin-bottom: 10px;
}

.comments-area .submit {
	background: var(--primary) !important;
	border-radius: 5px !important;
	padding: 15px 25px !important;
	height: 50px;
	transition: 0.2s ease-in;
}

.comments-area .submit:hover {
	opacity: 0.92;
}

/* related article */
.related-articles {
	background: #f6f7ff;
}

/**********
* FOOTER *
**********/

.site-footer .site-primary-footer-wrap .ast-builder-grid-row {
	grid-template-columns: 2.17fr repeat(4, 1fr);
	grid-gap: 50px;
}

.site-footer .site-below-footer-wrap .ast-builder-grid-row {
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	padding-top: 20px;
}

.site-footer .ast-footer-copyright p:nth-child(2) {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

.site-footer
.site-footer-primary-section-1
.widget-area
.widget:not(:last-child) {
	margin-bottom: 40px;
}

.site-footer .widget-area .widget:not(:last-child) {
	margin-bottom: 40px;
}

.site-footer .widget p,
.site-footer .widget a {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
}

.site-footer .widget ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	display: block;
}

.site-footer .widget a:hover {
	text-decoration: underline;
}

.site-footer .widget .widget-title {
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 25px;
}

.site-footer .widget ul li:not(:last-child) {
	margin-bottom: 12px;
}

.site-footer .social-links {
	display: flex;
	grid-gap: 16px;
}

.site-footer .social-links a {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.site-footer .social-links a:hover {
	transform: scale(1.1);
}

.site-footer .social-links a img {
	width: 20px;
	height: 20px;
}

/****************
* MEDIA QUERIES *
*****************/

@media (max-width: 980px) {
	/* Global */

	/* Post Grid */
	.posts.grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}

	/* Card Featured */
	.posts .card-featured .content {
		padding: 30px;
	}

	.posts .card-featured .title a {
		font-size: 26px;
	}

	/************
	* HOMEPAGE *
	************/

	/* Featured Articles */
	.featured-articles .posts.grid {
		grid-gap: 20px;
	}

	/* Newsletter */
	.newsletter .wrapper {
		grid-gap: 40px;
		padding: 40px 40px;
	}

	.newsletter .section-title {
		font-size: 30px;
	}

	/* Price CTA */
	.price-cta .wrapper {
		grid-gap: 30px;
		padding: 40px 30px;
	}

	.price-cta .section-title {
		font-size: 30px;
	}

	/* About */
	.about .site-container {
		display: block;
	}

	.about .left-block {
		margin-bottom: 30px;
	}

	/* Author page */
	.author-info-warapper .author-img img {
		max-width: 120px;
		height: 120px;
		margin-bottom: 20px;
	}

	.author-info-warapper .author-info {
		display: block;
		text-align: center;
	}

	.author-info-warapper .author-content .section-title,
	.author-info-warapper .author-content .desc {
		text-align: center;
	}

	.all-articles .site-container {
		padding: 50px 20px 20px 20px;
	}

	/***************
	* Single Post *
	***************/
	/* sidebar */
	.post-layout .site-container {
		flex-direction: column-reverse;
		gap: 0;
		padding: 40px 20px 50px;
	}

	.single .sidebar {
		margin-top: 40px;
	}

	/* TOC */
	.single .sidebar #toc {
		display: none;
	}

	.post-layout .content-area .post-meta {
		grid-gap: 6px 20px;
		font-size: 14px;
	}

	/**********
	* FOOTER *
	**********/

	.site-footer .site-primary-footer-wrap .ast-builder-grid-row {
		grid-gap: 50px 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	/**********
	* GLOBAL *
	**********/

	.site-container {
		max-width: 100%;
		padding: 50px 20px;
	}

	.home h1.section-title {
		font-size: 32px;
	}

	h1.section-title {
		font-size: 32px;
	}

	.section-title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.section-title.lines {
		grid-gap: 15px;
	}

	.desc {
		font-size: 16px;
	}

	.btn a,
	.btn button {
		font-size: 16px;
		font-weight: 600;
		padding: 12px 20px;
	}

	/* Post Grid */
	.posts.grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	/* Card */
	.posts .card {
		border-radius: 12px;
	}

	.posts .card .thumbnail {
		padding-bottom: 54%;
	}

	.posts .card .thumbnail img {
		border-radius: 12px 12px 0 0;
	}

	.posts .card .content {
		padding: 20px 20px 25px;
	}

	.posts .card .cat a {
		font-size: 13px;
	}

	.posts .card .title {
		margin-bottom: 10px;
	}

	.posts .card .title a {
		font-size: 18px;
	}

	.posts .card .post-meta {
		grid-gap: 6px 20px;
		font-size: 13px;
	}

	/* Card Featured */
	.posts .card-featured {
		display: block;
	}

	.posts .card-featured .thumbnail {
		padding-bottom: 54%;
	}

	.posts .card-featured .thumbnail img {
		border-radius: 12px 12px 0 0;
	}

	.posts .card-featured .content {
		padding: 20px 20px 30px;
	}

	.posts .card-featured .title {
		margin-bottom: 12px;
	}

	.posts .card-featured .title a {
		font-size: 22px;
	}

	.posts .card-featured .excerpt {
		font-size: 14px;
		margin-top: 12px;
		margin-bottom: 20px;
	}

	/* Card List */
	.posts .card-list .thumbnail {
		flex: 0 0 31%;
		padding-bottom: 15%;
	}

	.posts .card-list .thumbnail img {
		border-radius: 10px 0 0 10px;
	}

	.posts .card-list .content {
		padding: 15px;
	}

	.posts .card-list .title {
		margin-bottom: 0;
	}

	.posts .card-list .title a {
		font-size: 15px;
		line-height: 1.35;
		font-weight: 700;
	}

	/* Top Bar */
	.top-bar {
		display: block;
		padding: 8px 20px;
		font-size: 15px;
		line-height: 1.5;
		text-align: center;
	}

	.top-bar a {
		font-size: 14px;
		margin-top: 10px;
		margin-top: 10px;
		display: inline-block;
	}

	/**********
	* BLOCKS *
	**********/

	/* Block: Product CTA */
	.product-cta {
		margin: 30px 0;
		border-radius: 10px;
		padding: 30px 20px;
	}

	.product-cta .title {
		font-size: 28px;
	}

	.product-cta .price {
		font-size: 22px;
		margin-top: 18px;
		grid-gap: 15px;
	}

	.product-cta .btn {
		margin-top: 25px;
	}

	.product-cta .btn a {
		padding: 15px 30px;
		font-size: 16px;
	}

	/************
	* HOMEPAGE *
	************/

	/* Banner */
	.home .banner .site-container {
		padding: 50px 20px 200px;
	}

	.search {
		max-width: 100%;
	}

	.search #ajaxsearchlite1 .probox,
	div.asl_w .probox {
		padding: 12px 22px;
	}

	#ajaxsearchliteres1 .results .item .asl_content h3,
	#ajaxsearchliteres1 .results .item .asl_content h3 a {
		font-size: 15px;
	}

	.search #ajaxsearchlite1 .proloading .asl_simple-circle {
		width: 15px;
		height: 15px;
	}

	/* Featured Articles */
	.featured-articles .featured-post {
		margin-top: -140px;
		margin-bottom: 30px;
	}

	/* Lastest Articles */
	.latest-articles .site-container {
		padding-top: 10px;
	}

	.latest-articles .load-more {
		margin-top: 30px;
	}

	.latest-articles .load-more button {
		padding: 11px 25px;
	}

	.latest-articles .load-more button svg {
		margin-left: 3px;
	}

	/* Newsletter */
	.newsletter .wrapper {
		display: block;
		border-radius: 10px;
		padding: 30px 20px;
	}

	.newsletter .section-title {
		margin-bottom: 18px;
		font-size: 26px;
	}

	.newsletter .desc {
		margin-bottom: 30px;
	}

	.newsletter .left-block {
		margin-bottom: 30px;
		text-align: center;
	}

	.newsletter .left-block img {
		max-width: 65%;
	}

	/* Categories */
	.categories .wrapper {
		grid-template-columns: repeat(3, 1fr);
	}

	.categories .block {
		grid-gap: 15px;
		padding: 25px 20px;
	}

	.categories .block .icon {
		width: 50px;
		height: 50px;
	}

	.categories .block .icon img {
		width: 26px;
		height: 26px;
	}

	.categories .block .title {
		font-size: 16px;
	}

	/* Price CTA */
	.price-cta .wrapper {
		display: flex;
		flex-direction: column-reverse;
		grid-gap: 30px;
		padding: 40px 20px;
		border-radius: 12px;
	}

	.price-cta .right-block {
		flex: 0 0 100%;
	}

	.price-cta .section-title {
		font-size: 26px;
	}

	.price-cta .price {
		margin-top: 18px;
	}

	.price-cta .price .sale-price {
		font-size: 22px;
	}

	/* About */
	.about .left-block img {
		border-radius: 10px;
	}

	.about .sub-title {
		font-size: 16px;
	}

	.rating .stars::before {
		font-size: 18px;
	}

	.stats {
		border-radius: 10px;
	}

	.stats .block {
		padding: 15px;
		display: block;
		text-align: center;
	}

	.stats .block img {
		margin-bottom: 10px;
		width: 35px;
		height: 35px;
	}

	.stats .block .title {
		font-size: 16px;
	}

	.stats .block .desc {
		font-size: 15px;
	}

	.pagination {
		margin-top: 40px;
	}

	.pagination .page-numbers {
		padding: 5px 15px;
		font-size: 15px;
		line-height: 25px;
	}

	/**********
	* FOOTER *
	**********/

	.site-footer .site-primary-footer-wrap .ast-builder-grid-row {
		grid-gap: 0 30px;
	}

	.site-footer
	.site-footer-primary-section-1
	.widget-area
	.widget:not(:last-child) {
		margin-bottom: 25px;
	}

	.site-footer .widget-area .widget {
		margin-bottom: 40px !important;
	}

	.site-footer .widget p,
	.site-footer .widget a {
		font-size: 15px;
	}

	.site-footer .widget ul li a {
		font-size: 14px;
		line-height: 1.4;
	}

	.site-footer .widget .widget-title {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.site-footer .widget ul li:not(:last-child) {
		margin-bottom: 16px;
	}

	.site-footer .social-links {
		grid-gap: 12px;
	}

	/**************
	* SINGLE POST *
	***************/

	/* Content Area */
	.breadcrumb-wrapper .rank-math-breadcrumb p {
		gap: 14px;
		font-size: 15px;
	}

	.post-layout .content-area .featured-thumbnail img {
		margin: 25px 0 30px;
		height: 200px;
		object-fit: cover;
	}

	.post-layout .entry-title {
		font-size: 30px;
		line-height: 1.3;
	}

	.post-layout .content-area .entry-content h2,
	.post-layout .content-area .entry-content h3,
	.post-layout .content-area .entry-content h4 {
		margin: 30px 0 20px;
	}

	/* Author-box */
	.post-layout .author-block {
		display: block;
		padding: 30px 20px;
		margin-bottom: 20px;
		text-align: center;
		margin: 40px 0 50px;
	}

	.post-layout .author-block .social-links {
		justify-content: center;
	}

	.post-layout .author-img {
		margin-bottom: 20px;
	}

	.post-layout .author-img img {
		width: 100px;
	}

	/* Comments */
	.comments-area .comments-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.comments-area .ast-comment-list .ast-comment-author {
		padding: 0 28px;
	}
}

@media (max-width: 480px) {
	/************
	* HOMEPAGE *
	************/

	/* Newsletter */
	.newsletter form {
		display: block;
		background: none;
		border-radius: 50px;
		padding: 0px;
		height: auto;
	}

	.newsletter form input {
		height: 48px;
		border-radius: 5px;
		padding: 10px 20px;
	}

	.newsletter form button {
		width: 100%;
		padding: 16px 20px;
		font-size: 16px;
		margin-top: 15px;
	}

	/* Categories */
	.categories .wrapper {
		grid-template-columns: repeat(2, 47%);
	}
}
