﻿.post-news,
.post-news .card-header,
.post-news .card-footer {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.post-news {
    background-color: #071738;
    background: linear-gradient( 180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 30%,rgba(0,0,0,.5) 100%);
}
.post-news .card-header {
    padding: 0;
}
.post-news .card-body,
.post-news .card-footer {
    color: #aaa;
    padding: 10px 20px 20px 20px;
}
.post-news .card-footer {
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.2);
}
.post-news .card-footer a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.post-news .card-footer a:hover {
    color: #dd191d;
}
.post-news .card-footer .b-icon.bi {
    font-size: 20px;
}
.post-news .img-container {
    position: relative;
    display: flex;
    align-items: center;
}
.post-news img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.post-news .category {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: #ad783f;
    text-align: center;
}
.post-news .title {
    margin: 10px 20px;
}
.post-news .title a {
    font-size: 22px;
    font-weight: 700;
}
.post-news .date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.post-news .date {
    margin: 10px 20px 0 20px;
    color: #eee;
    font-size: 14px;
    font-weight: 500;
}
.post-news .date .part:not(:last-child) {
    margin: 0 3px 0 0;
}
.post-news .date .month {
    text-transform: capitalize;
}
.post-news .date .month::after {
    content: ",";
    position: relative;
}
.post-news .short {
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.post-col {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (min-width: 1200px) {
    .generalLeftSide.show + .generalSideRight .post-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .post-news, .post-news .card-header, .post-news .card-footer {
        text-align: center;
    }
}

/* post-news-page */

.post-news-page.card {
   display: block;
   background-color: transparent;
   border: 0;
   padding: 15px;
}
.post-news-page .card-header {
    position: relative;
    background-color: transparent;
    border: 0;
    float: left;
    padding: 0;
    margin: 0 15px 15px 0;
}
.post-news-page .card-body {
    padding: 0;
}
.post-news-page dl, .post-news-page ol, .post-news-page ul {
    list-style-type: auto;
}