@charset "utf-8";

/* News CSS */

@media screen and (max-width:600px) {
    .mobile-hide {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none
    }
    .news-area .posts-entry {
        margin-top: 20px;
    }
}

.news-area {
    padding: 20px;
    background: #242222;
    color: #fff;
}
.news-area .news-title a{
    font-size: 22px;
    color: #ff7f27;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
}
h3.mt-0.news-title {
    margin-top: 0;
}
.entry-date {
    color: #606060;
    font-size: 14px;
    font-weight: bold;
}
.entry-date{
    color: #606060;
}
.news-img{
    margin-right: 20px;
}
.news-img img {
    height: 115px;
    width: 155px;
    object-fit: cover;
    object-position: center;
}
.news-area .posts-entry p {
    font-size: 14px;
    margin-bottom:0;
    margin-top: 0;
}
.single-page.news-area .posts-entry p {
    margin-bottom: 20px;
}
.news-area .posts-entry .readmore{
    color: #61bbde;
}
.news-area h1.news_title {
    margin-top: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    color: #dcdcdc;
    font-weight: bold;
    line-height: 1.25em;
    letter-spacing: 2px;
}
.news-area .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom:10px;
    border: 1px solid #393939;
    padding: 1em;
}
.news-area .media.bg-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    /*margin-bottom:10px;*/
    border: 1px solid #393939;
    padding: 1em;
    zoom: 1;
    background: #1b1b1b none repeat-x;
    margin-bottom: .5em;
    overflow: hidden;
}
.news-area .media-body {
    -ms-flex: 1;
    flex: 1;
}
.news-area  .posts-entry {
    margin-top:20px;
}
.news-area.single-page .media {
    border: none;
}
.news-area.single-page img {
    height: auto;
    width: auto;
    object-fit: cover;
    object-position: center;
}
h2.mt-0.news-title-single {
    text-transform: uppercase;
    font-size: 25px;
    color: #dcdcdc;
    font-weight: bold;
    line-height: 1.25em;
    letter-spacing: 2px;
}
.news-title-single i {
    font-size: 40px;
}
