.mx-auto {
	 margin-left: auto;
	 margin-right: auto;
}
 .blog_detail_page_hero_section {
	 padding: 2em 0px;
}
.author-card {
    background: #f4f4f4;
    padding: 1.5rem 2rem;
    box-shadow: 0px 3px 8px -6px rgba(0,0,0,0.5);
    border-radius: 5px;
}

.author-card .d-flex {
    display: flex;
    gap: 14px;
}

.author-image {
    border-radius: 100%;
}
.author-image img.attachment-full {
    width: 110px !important;
    height: 110px !important;
    object-fit: cover;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	/* padding: 1rem; */
	/* margin-top: 0.5rem; */
	/* margin-bottom: 1rem; */
	font-size: 1.1rem;
}

/* Comment form styling*/
.comment-form-wrap {
    border-top: 1px solid #e8e8e8;
    margin-top: 2em;
    padding-top: 1.3em;
}
h2#reply-title {
    font-size: 2em;
    margin-bottom: 0.3em;
}
form#commentform {
    margin-top: 0;
}
#commentform .comment-notes {
    font-size: 1.1em;
    margin-bottom: 1.5em;
}
.comment-form .comment-form-author {
    margin-right: 2% !important;
}
#commentform input, #commentform textarea {
    border-width: 1px;
    border-color: transparent;
    background: #f1f1f1;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    border-radius: 6px;
    padding: 0.5em 0.6em;
    line-height: 1;
}
#commentform input:focus, #commentform textarea:focus {
    border-color: #cfcdcd;
}
#commentform input[type=submit] {
    background: var(--primary_col);
    padding: 0.7em 1.3em;
    transition: all 0.3s;
    font-size: 16px;
    color: #fff;
    margin-top: 1em;
}
#commentform input[type=submit]:hover {
    background: var(--secondary_col);
}
div#comments h2 {
    font-size: 1.25rem;
}
.comment-list {
    margin-top: 12px;
}
.comment-meta .comment-author .fn {
    font-size: var(--global--font-size-xs);
    font-weight: 500;
}
.comments-area.show-avatars .comment-metadata {
    padding-top: 2px;
}
.comments-area.show-avatars .comment-metadata,.comment-body .reply {
    font-size: 14px;
}
.comments-area.show-avatars .avatar {
    /* top: 0; */
}
.comment-list .children {
    margin-left: 48px;
}
.comment-list .children > li {
    margin-top: 13px;
    /* background: #f7f7f7; */
}
.comments-area.show-avatars .comment-metadata time:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 15px;
    background: #fefefe;
    top: 3px;
    right: 2px;
}

.comments-area.show-avatars .comment-metadata a time {
    position: relative;
}
.comment-list > li {
    padding: 15px 3%;
    margin-bottom: 14px;
    background: #f9fafb2e;
    border-radius: 10px;
    box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.6);
}
.comment-list .children > li #commentform textarea {
    background: #fff;
}
.comment.parent .comment-body {
    padding: 1rem 1.2rem;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}
a.comment-reply-link {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}
.comment.parent > .comment-body .avatar {
    top: 14px;
}
footer.comment-meta {padding-bottom: 14px;}
div#comments div#respond {
    margin-top: 15px;
}
.comment-list .children .comment-body {
    background: #f7f7f7;
}

 @media (max-width: 767px) {
	 .blog_detail_page_hero_section {
		 padding: 1.2em 0px;
	}
	.author-card {
        padding: 1rem;
    }
}
 .blog_detail_page_hero_section .blog_detail_page_content {
	 text-align: center;
}
 .blog_detail_page_hero_section .blog_detail_page_content .blog_published {
	 color: #0c2134 80;
	 display: inline-block;
	 font-weight: 500;
	 font-size: 14px;
}
 .blog_detail_page_hero_section .blog_detail_page_content .blog_excerpt {
	 margin: 25px 0px;
}
 .blog_detail_page_hero_section .blog_detail_page_content h1 {
	 font-size: 2.5em;
	 line-height: 1.2;
}
 @media (max-width: 767px) {
	 .blog_detail_page_hero_section .blog_detail_page_content h1 {
		 font-size: 1.6em;
		 margin-top: 10px;
	}
}
 .blog_detail_page_hero_section .blog_detail_page_content .blog_detail_info ul {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 gap: 25px;
	 margin-bottom: 15px;
}
 .blog_detail_page_hero_section .blog_detail_page_content .blog_detail_info ul li {
	 text-transform: capitalize;
}
 .blog_detail_page_hero_section .blog_detail_page_content .blog_detail_info ul .blog_author_avatar,.blog_author_info .attachment-thumbnail {
	 width: 42px !important;
	 height: 42px !important;
	 border-radius: 100px;
	 overflow: hidden;
	 margin-right: 10px;
}
 .blog_detail_page_hero_section .blog_detail_page_content .blog_detail_info ul .separator {
	 width: 7px;
	 height: 7px;
	 border-radius: 100px;
	 background-color: #6418ff;
	 display: inline-block;
}
 .blog_detail_page_hero_section ul {
	 list-style: none;
}
 .blog_detail_featured_blogs {
	 background-color: #f9fafb;
	 border: 1.5px solid #d0d5dd;
	 border-radius: 14px;
	 padding: 1.8em;
	 position: sticky;
	 top: 20px;
}
 @media (max-width: 767px) {
	 .blog_detail_featured_blogs h4 {
		 margin-bottom: 0;
		 font-size: 1.3em;
	}
}
 .blog_detail_featured_blogs .blog_detail_featured_blogs_list .blog_detail_featured_blogs_list_item {
	 padding: 16px 0px;
	 border-bottom: 2px solid #d0d5dd;
}
 @media (max-width: 767px) {
	 .blog_detail_featured_blogs .blog_detail_featured_blogs_list .blog_detail_featured_blogs_list_item {
		 padding: 13px 0px;
	}
}
 .blog_detail_featured_blogs .blog_detail_featured_blogs_list .blog_detail_featured_blogs_list_item a {
	 text-decoration: none;
}
 .blog_detail_featured_blogs .blog_detail_featured_blogs_list .blog_detail_featured_blogs_list_item .featured_blog_title {
	 letter-spacing: 0.5px;
	 line-height: 1.3;
	 margin-bottom: 8px;
}
 .blog_detail_featured_blogs .blog_detail_featured_blogs_list .blog_detail_featured_blogs_list_item ul {
	 list-style: none;
	 display: flex;
	 align-items: center;
	 gap: 15px;
}
 .blog_detail_featured_blogs .blog_detail_featured_blogs_list .blog_detail_featured_blogs_list_item ul li {
	 font-size: 14px;
	 color: #344054;
}
 .blog_detail_featured_blogs .blog_detail_featured_blogs_list .blog_detail_featured_blogs_list_item:last-child {
	 padding-bottom: 0px;
	 border: unset;
}
 .blog_detail_description p {
	 margin-bottom: 10px;
}
 .blog_detail_description h3 {
	 font-weight: 600;
	 margin: 0.8em 0em;
	 font-size: 1.5em;
}
 @media (max-width: 767px) {
	 .blog_detail_description h3 {
		 margin: 1em 0em;
		 font-size: 1.4em;
	}
}
 .blog_detail_description h2 {
	 font-size: 2em;
	 line-height: 1.1;
	 margin: 13px 0px;
}
 @media (max-width: 767px) {
	 .blog_detail_description h2 {
		 font-size: 1.4em;
		 margin-top: 10px;
	}
}
 .blog_detail_description h4 {
	 font-size: 1.2em;
}
 @media (max-width: 767px) {
	 .blog_detail_description h4 {
		 font-size: 1em;
	}
}
 @media (max-width: 767px) {
	 .blog_detail_description a, .blog_detail_description a:focus {
		 margin-top: 2em;
	}
	.comments-area.show-avatars .comment-metadata, .comment-body .reply {
        font-size: 14px;
    }
    .comment-list .children {
        margin-left: 23px;
    }
}
 .blog_detail_description ol, .blog_detail_description ul {
	 padding-left: 30px;
	 margin: 18px 0px;
}
 .blog_detail_description ol li, .blog_detail_description ul li {
	 margin-bottom: 10px;
}
 @media (max-width: 767px) {
	 .order_mob_1 {
		 order: 1;
	}
}
 