body{
    counter-reset: section;
}
.post-body *{
	font-family:var(--ff-p);
}
.post .featured-image a{
    max-height: 385px;
    overflow: hidden;
    display: block;
}

/* Layout 1 */
.post_layout-1 .post .featured-image{
    max-height: 588px;
}
.vertical_social_icons{
    flex: 0;
    row-gap: 15px;
}

/* Related Posts */
.related_post_slider .slick-arrow:before{
    color: var(--color-dark);
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
}
.related_post_slider .slick-arrow:hover:before{
    color: var(--color-secondary);
}
.related_post_slider .slick-prev{
    top: -40px;
    right: 65px;
    left: auto;
}
.related_post_slider .slick-prev:before{
    content: "\f060";
}
.related_post_slider .slick-next{
    top: -40px;
    right: 30px;
}
.related_post_slider .slick-next:before{
    content: "\f061";
}

/* Comment Section */
.comment-list li{
	border-top: 1px solid #e5e5e5;
	padding: 30px 0;
}
.comment-list li:last-child{
	border-bottom: 1px solid #e5e5e5;
}
.comment-list li ol{
	list-style: none;
}
.comment-list li.parent article{
	padding-bottom: 30px;
}
.comment-list ol.children{
    background: #f8f8f8;
    padding-right: 15px;
}
.comment-list ol.children li:last-child{
	border-bottom: none;
}
.comment-list article{
    padding-left: 90px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.comment-list article footer.comment-meta{
	margin-bottom: 5px;
    line-height: 28px;
    width: 100%;
}
.comment-list article footer .comment-author img{
    left: 0;
    position: absolute;
    border-radius: 50%;
}
.comment-list article footer .fn a{
	font-weight: 400;
    color: #2f2f2f;
    font-size: 20px;
}
.comment-list article footer .says{
	display: none;
}
.comment-list .comment-metadata time{
    font-size: 16px;
    color: #b3b7bd;
}
.comment-list article .reply{
	margin-left: auto;
    padding: 3px 15px 3px;
    border-radius: 14.5px;
    border: solid 1px #e7e7e7;
    font-size: 14px;
    color: #777777;
    font-family: var(--ff-p);
}
#commentform{
    display: flex;
    flex-wrap: wrap;
}
#commentform .comment-notes,
#commentform .comment-form-comment,
#commentform .comment-form-comment textarea,#commentform .comment-form-cookies-consent{
	width: 100%;
}
#commentform .comment-form-cookies-consent{
    display: flex;
    column-gap: 10px;
}
#commentform .comment-form-email,
#commentform .comment-form-author{
    flex: 0 0 50%;
    width: 50%;
    padding-left: 20px;
}
#commentform .comment-form-author{
	padding-left: 0px;
	padding-right: 20px;
}
#commentform .comment-form-email input,
#commentform .comment-form-author input,
#commentform .comment-form-comment textarea{
	width: 100%;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    padding: 12px;
}
#commentform label .required{
	color: red;
}
#commentform label{
	font-size: 16px;
    color: #999;
}
#commentform #submit{
	background: var(--color-secondary);
	border: none;
}

@media(max-width: 767px){
    .comment-list article footer .fn a {
        font-size: 17px;
    }
    .comment-list .comment-metadata time,.comment-list article .reply, #commentform label{
        font-size: var(--fs-body);
    }
    #commentform .comment-form-author {
        padding-right: 10px;
    }
    #commentform .comment-form-email{
        padding-left: 10px;
    }
    .comment-list li {
        border-top: 1px solid #e5e5e5;
    }
    .comment-list ol.children {
        padding-left: 15px;
    }
    .comment-list li.parent article {
        padding-bottom: 20px;
    }
    .comment-list article {
        padding-left: 60px;
    }
    .comment-list article footer .comment-author img {
        width: 45px;
        height: auto;
    }
    #commentform .comment-form-email input, #commentform .comment-form-author input, #commentform .comment-form-comment textarea{
        padding: 8px;
    }
    .comment-list ol.children li:last-child{
        padding-bottom: 5px;
    }
    .related_post_slider .slick-arrow:before{
        font-size: 14px;
    }
    .related_post_slider .slick-arrow {
        top: -35px;
    }
}

@media(max-width:576px){
    .entry-content blockquote {
        padding-left: 80px;
        margin: 25px 0;
    }
    .entry-content blockquote:before {
        width: 55px;
    }
    .entry-content ul li,
    .entry-content ol li:before{
        font-size: 12px;
    }
    .entry-content ul li:before {
        font-size: 8px;
    }
    .entry-content ol li {
        padding-left: 50px;
        padding-block: 10px;
    }
    .entry-content ul li {
       padding-left: 20px;
    }
    .entry-content ol li:before {
        height: 30px;
        width: 30px;
    }
}