/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 */
 /* Post */
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    background: #F5F5F5;
}
.blog-widget-recent .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.post-holder {
    background: #F5F5F5;
    border-radius: 0px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    margin-left: 0px;
}
/* Header */
.post-title {
    font-weight: 600;
}
/* Content */
.post-content ul li {
    padding-left: 4em;
    margin-bottom: 0.0em;
}
.post-content ul li::before {
    position: absolute;
    margin-left: -1.3em;
    font-family: 'porto-icons';
    content: "\f801";
    color: #007777;    
}
.post-holder .post-info a {
    color: #007777;
}
.post-content .post-description img {
    margin: 5px;
}
.post-content .post-description .post-ftimg-hld img {
    display: none;
}
.blog-post-view .post-view {
    font-weight: 400;
    font-size: inherit;
    color: inherit;
}
.blog-post-view .post-description p {
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit;
}
.blog-post-view .post-description a {
    color: #077 !important;
}
.blog-post-view .post-description a:hover {
    color: #0aa !important;
}
