.blog-page .page__header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.blog-page .page__header h2 {
    font-size: 22px;
    margin: 0 0 10px;
    color: #2e2e2e;
}
.blog-page .blog__post {
    margin-top: 40px;
}
.blog-page .blog__post .thumb {
    flex-basis: 40%;
}
.blog-page .blog__post .thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-page .blog__post .content {
    flex-basis: 60%;
}
.blog-page .blog__post .content h4 a {
    color: #2e2e2e;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.blog-page .blog__post .content h4 a:hover {
    color: var(--secondary-color);
}
.blog-page .blog__post .content .post__meta {
    display: flex;
    padding: 0 0 10px;
    position: relative;
}
.blog-page .blog__post .content .post__meta::after {
    background: var(--secondary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 40px;
}
.blog-page .blog__post .content .post__meta li {
    color: var(--dark-color);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-page .blog__post .content .post__meta li a {
    color: var(--dark-color);
    font-size: 11px;
    font-weight: 600;
    padding-left: 5px;
}
.blog-page .blog__post .content p {
    color: var(--dark-color);
    font-size: 14px;
    margin: 17px 0 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.blog-page .blog__post .content .blog__btn a {
    color: #262626;
    font-size: 12px;
    display: block;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}
.blog-page .blog__post .content .blog__btn a:hover {
    color: var(--secondary-color);
}
.post_separator {
    margin: 0 5px;
}
.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 .thumb img {
    object-fit: cover;
}
.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;
}
@media only screen and (max-width: 991px) {
    .blog-page .blog__post .thumb {
        flex-basis: 100%;
    }
    .blog-page .blog__post .content {
        flex-basis: 100%;
        padding: 25px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .blog-page .blog__post .content p {
        margin: 7px 0 10px;
    }
    .blog-page .blog__post .content .blog__btn a {
        margin-top: 4px;
    }
}

