.wn__sidebar .widget h3.widget-title {
    font-size: 16px;
    margin: 0 0 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #2e2e2e;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #2e2e2e;
}
.wn__sidebar .widget.recent_widget {
    margin: 0 0 30px;
}
.wn__sidebar .widget.recent_widget .recent-posts ul li {
    margin-bottom: 15px;
}
.wn__sidebar .widget.recent_widget .recent-posts ul li.post-wrapper .thumb {
    width: 50px;
    height: 50px;
}
.wn__sidebar .widget.recent_widget .recent-posts ul li.post-wrapper .content {
    flex: 1;
}
.wn__sidebar .widget.recent_widget .recent-posts ul li.post-wrapper .content a {
    line-height: 20px;
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 500;
}
.wn__sidebar
    .widget.recent_widget
    .recent-posts
    ul
    li.post-wrapper
    .content
    h4
    a:hover {
    color: var(--secondary-color);
}
.wn__sidebar
    .widget.recent_widget
    .recent-posts
    ul
    li.post-wrapper
    .content
    span {
    color: var(--dark-color);
    font-size: 12px;
    font-weight: 300;
}
.blog-details .blog-post-details {
    margin-bottom: 30px;
}
.blog-details .blog-post-details .post-thumbnail {
    margin-bottom: 30px;
    height: 500px;
    object-fit: cover;
    width: 100%;
}
.blog-details .blog-post-details .post_wrapper .post_header {
    margin: 0 0 25px;
}
.blog-details .blog-post-details .post_wrapper .post_header h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
    color: #2e2e2e;
}
.blog-date-categori {
    border-top: 1px solid #b7b7b7;
    margin-top: 20px;
    padding-top: 20px;
}
.blog-date-categori li {
    color: #656565;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.blog-date-categori ul li a {
    color: #a8741a;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.blog-details .blog-post-details .post_wrapper .post_content blockquote {
    border: medium none;
    color: #4d4d4d;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 26px;
    margin: 46px 0 37px;
    padding: 10px 0 10px 100px;
    position: relative;
}
.blog-details
    .blog-post-details
    .post_wrapper
    .post_content
    blockquote::before {
    background-image: url("../../images/web/icons/blog-link-post2.png");
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 15px;
    width: 100%;
}
.blog-details .blog-post-details .post_wrapper .blog_meta {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: var(--dark-color);
    display: flex;
    font-size: 12px;
    margin: 40px 0;
    padding: 10px 0;
}
.blog-details .blog-post-details .post_wrapper .blog_meta li {
    color: var(--dark-color);
    font-size: 14px;
    padding-right: 5px;
}
.blog-details .blog-post-details .post_wrapper .blog_meta li a {
    color: var(--dark-color);
}
.blog-details .comments_area .comment_reply {
    margin-left: 23px;
}
.blog-details .comments_area .wn__comment {
    display: flex;
    margin-bottom: 40px;
    gap: 10px;
}
.blog-details .comments_area .wn__comment .thumb {
    width: 50px;
}
.blog-details .comments_area .wn__comment .thumb img {
    width: 100%;
}
.blog-details .comments_area .wn__comment .content {
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    flex: 1;
    position: relative;
}
.blog-details .comments_area .wn__comment .content::before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}
.blog-details .comments_area .wn__comment .content .comnt__author span {
    color: var(--dark-color);
    font-size: 12px;
    line-height: initial;
}
.blog-details .comments_area .wn__comment .content .comnt__author a {
    color: var(--secondary-color);
    font-size: 16px;
    line-height: initial;
}
.blog-details .comments_area .wn__comment .content .reply__btn {
    color: var(--secondary-color);
    font-weight: 300;
}
.blog-details .comments_area .wn__comment .content p {
    color: var(--dark-color);
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.blog-details .comment_respond {
    padding-top: 16px;
    border-top: 1px solid #e1e1e1;
}
.blog-details .comment_respond h3.reply_title {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px;
    position: relative;
}
.post_content > p {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-blog-details {
        padding-bottom: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .page-blog-details.pt--80.pb--45.bg--white {
        padding-bottom: 65px;
    }

    .blog-details .blog-post-details .post-thumbnail {
        height: 300px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details
        .comments_area
        .wn__comment
        .content
        .comnt__author
        .reply__btn {
        margin-left: 0;
    }
    .blog-details .blog-post-details .post-thumbnail {
        height: 200px;
    }
}