/**
 * Theme Name:     Alok Jawali
 * Author:         Arshit Dhameliya
 * Template:       hello-elementor
 * Text Domain:	   alok-jawali
 * Description:    Custom WordPress theme for Alok Jawali website
 * Theme URI:      https://aloakjawali.com/
 * Author URI:     https://arshitdhameliya.com/
 * Version:        1.0.0
 */

 /*--------------------------------------------------------------
# single post Page
--------------------------------------------------------------*/
.d-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.single-post .site-main {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
}
.container {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.single-post a {
    color: #000;
}
.single-post a:hover,
.single-post a:focus {
	color: #D4AF37;
}
.single-post .post {
	padding: 0 0 56px;
	color: #000;
}
.single-post header .container {
    background: #000;
    border: 1px solid rgba(0, 0, 0, 0.18);
}
.single-post .post .entry-header {
    background: linear-gradient(180deg, #f9f3e1, rgb(0 0 0 / 5%));
    padding: 44px 0;
}
.single-post .post .single-post-content {
	align-items: start;
    display: flex;
    gap: 40px;
    grid-template-areas: "toc content";
    position: relative;
	padding-top: 56px;
}
.single-post .post .single-post-sidebar {
	grid-area: toc;
	align-items: start;
	display: flex;
	height: auto;
	max-width: 260px;
	position: sticky;
	top: 80px;
	width: 100%;
	flex-direction: column;
}
.single-post .post .single-post-layout {
	grid-area: content;
    width: 100%;
    max-width: 100%;
}
.single-post .post .single-post-sidebar .sidebar_back {
    gap: 8px;
    margin-bottom: 24px;
}
.single-post .post .single-post-sidebar .sidebar_back:hover {
	color: #D4AF37;
}
.single-post .post .single-post-sidebar .sidebar-title {
	width: 100%;
    color: #6d7081;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8dae0;
}
.single-post .post .single-post-sidebar .article-toc {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-post .post .single-post-sidebar .article-toc li {
	line-height: 0;
	margin-bottom: 12px;
}
.single-post .post .single-post-sidebar .article-toc li a {
	color: #6d7081;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
}
.single-post .post .single-post-sidebar .article-toc li a.active {
	color: #D4AF37;
}
.single-post .post .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.single-post .post .entry-meta .post-category {
    line-height: 0;
}
.single-post .post .entry-meta .post-category a {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: rgb(212 175 55 / 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 100px;
    transition: all linear 0.3s;
}
.single-post .post .entry-title {
	font-size: 46px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 24px;
}
.single-post .post .entry-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.single-post .post .entry-actions .post-summarize,
.single-post .post .entry-actions .post-share {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.single-post .post .entry-actions .post-summarize span,
.single-post .post .entry-actions .post-share span {
	width: 100%;
    color: #6d7081;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
	margin-bottom: 4px;
}
.single-post .post .entry-actions .post-summarize a,
.single-post .post .entry-actions .post-share a {
	position: relative;
	display: block;	
	line-height: 0;
}
.single-post .post .entry-actions .post-summarize a span {
    width: auto;
    align-items: flex-start;
    background: #1d1e20;
    border: 1px solid #3b3d4a;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    gap: 10px;
    left: 0;
    line-height: 16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    top: 30px;
    transition: opacity .3s ease-in-out;
    white-space: nowrap;
    will-change: opacity;
}
.single-post .post .entry-actions .post-summarize a:hover span {
	opacity: 1;
}
.single-post .post .entry-content h2,
.single-post .post .entry-content h3,
.single-post .post .entry-content h4 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}
.single-post .post .entry-content h2 {
	color: #D4AF37;
	font-size: 36px;
    line-height: 46px;
}
.single-post .post .entry-content h3 {
	font-size: 28px;
    line-height: 38px;
}
.single-post .post .entry-content h4 {
	font-size: 24px;
    line-height: 34px;
}
.single-post .post .entry-content h5 {
	font-size: 20px;
    line-height: 30px;
}
.single-post .post .entry-content p {
	margin-top: 0;
	margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
}
.single-post .post .entry-content a {
    color: #D4AF37;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.single-post .post .entry-content a:hover {
    color: #000;
}
.single-post .post .entry-content blockquote {
    background: rgb(212 175 55 / 15%);
    border-radius: 10px;
    padding: 24px 40px 28px;
    margin-left: 0;
    margin-right: 0;
}
.single-post .post .entry-content blockquote * {
    font-style: italic;
}
.single-post .post .entry-content blockquote p {
    border-left: 4px solid #D4AF37;
    padding-left: 24px;
}
.single-post .post .entry-content pre {
    white-space: break-spaces;
}
.single-post .post .entry-content p:last-child {
	margin-bottom: 0;
}
.single-post .post .entry-content ul,
.single-post .post .entry-content ol {
	margin-left: 0;
	margin-bottom: 16px;
	padding-left: 20px;
}
.single-post .post .entry-content ul li:not(:last-child),
.single-post .post .entry-content ol li:not(:last-child) {
	margin-bottom: 8px;
}
.single-post .post .entry-content ul li,
.single-post .post .entry-content ol li {
	font-size: 16px;
    line-height: 26px;
}
.single-post .post .entry-footer,
.single-post .post-navigation {
	display: none;
}
.sec_related_posts {
	padding-bottom: 56px;
}
.sec_related_posts .related_posts_title {
    text-align: center;
    margin: 0 0 40px;
    color: #000;
}
.related_posts_grid {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.related_posts_grid .related_post_card {
    width: 100%;
    max-width: calc(33.333% - calc(20px * 2 / 3));
    border: 1px solid #f5f1e8;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 5px 5px 20px 0px #F5F1E8;
}
.related_posts_grid .related_post_card .related_post_thumbnail {
	display: block;
    line-height: 0;
}
.related_posts_grid .related_post_card .related_post_content {
	padding: 20px;
}
.related_posts_grid .related_post_card .related_post_meta {
	display: none !important;
    margin: 10px 0 15px;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    color: #a7a39a;
    display: flex;
    align-items: center;
}
.related_posts_grid .related_post_card .related_post_meta span:last-child {
    position: relative;
    padding-left: 16px;
    margin-left: 10px;
}
.related_posts_grid .related_post_card .related_post_meta span:last-child:after {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    background: #a7a39a;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-56%);
}
.related_posts_grid .related_post_card .related_post_heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
	transition: all linear 0.3s;
}
.related_posts_grid .related_post_card .related_post_heading:hover {
	color: #d4af37;
}
.related_posts_grid .related_post_card .related_post_heading a,
.related_posts_grid .related_post_card .related_post_author a {
	display: block;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
.related_posts_grid .related_post_card .related_post_excerpt {
	display: none !important;
	color: #a7a39a;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 0;
}
@media only screen and (max-width: 1024px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
    /* Blog Page */
	.blog-archive-page .blog-archive-grid .blog-card,
	.author-posts__list article {
		max-width: calc(33.33% - 20px*2/3);
	}

	/* Blog Details Page */
	.single-post .post .entry-header {
		padding: 44px 0;
	}
	.single-post .post .single-post-content {
		gap: 0;
		grid-template-areas: "content";
	}
	.single-post .post .single-post-sidebar {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
    /* Blog Details Page */
	.single-post .post {
		padding: 0 0 40px;
	}
	.single-post .post .entry-meta .post-category a {
		font-size: 12px;
		line-height: 22px;
		padding: 4px 8px;
	}
	.single-post .post .entry-meta {
		gap: 16px;
		font-size: 14px;
		line-height: 14px;
	}
	.single-post .post .entry-actions .post-share {
		margin-top: 20px;
	}
	.single-post .post .entry-actions .post-summarize,
	.single-post .post .entry-actions .post-share {
		gap: 8px 16px;
	}
	.single-post .post .entry-actions .post-summarize a span {
		display: none;
	}
	.single-post .post .entry-title,
	.sec_related_posts .related_posts_title {
		font-size: 30px;
		line-height: 40px;
	}
	.single-post .post .entry-content h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.single-post .post .entry-content h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.single-post .post .entry-content h4,
	.single-post .post .entry-content h5 {
		font-size: 18px;
		line-height: 28px;
	}
	.single-post .post .entry-content p,
	.single-post .post .entry-content ul li,
	.single-post .post .entry-content ol li {
		font-size: 16px;
		line-height: 26px;
	}
    .single-post .post .entry-content blockquote {
        padding: 24px 15px 28px;
    }
	.sec_related_posts {
		padding: 40px 0 80px;
	}
	.related_posts_grid .related_post_card {
		max-width: 100%;
	}
}