.latest_posts a.more_posts_btn {
    display: block;
    width: 100%;
    text-align: center;
    color: #7c878f;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
.latest_posts a.more_posts_btn:hover {
    color: #252E37;
}
.latest_posts a.more_posts_btn:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 0.5rem;
}
.rtl .latest_posts a.more_posts_btn:after {
    content: "\f053";
    margin-right: 0.5rem;
}
.latest_posts .latest_post_title {
    color: #1e252c;
}
.loop_feature_image img {
    border-radius: 4px;
}
.latest_posts_widget {
    padding-left: 0;
}
.latest_posts_widget li > a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #1e252c;
}
.latest_posts_widget li.active > a {
    font-weight: 500;
}
.latest_posts_widget li.active > a:hover {
    color: #4caf50;
}

@media screen and (min-width: 992px) {
    .latest_posts_widget li > a {
        padding: 10px 0;
        font-size: 16px;
    }
    .latest_posts_widget li.active > a {
        margin-left: -10px;
        border-left: 2px solid #4caf50;
        padding-left: 8px;
        font-weight: 500;
    }
}
