﻿.more-news-post {
    padding: 10px;
    display: table;
    width: 100%;
}

.more-news-post-img-container {
    overflow: hidden;
}

.more-news-post-img-container, .more-news-post-rightcol {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.more-news-post-img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.more-news-post-category {
    text-transform: uppercase;
    color: #ee8833;
    font-size: 18px;
    font-family: Open Sans;
}

.more-news-post-category .sfCategoriesList li {
    display: none;
}

.more-news-post-category .sfCategoriesList li:first-child {
    display: inline;
}

/*.more-news-post-category li span:after {
    content: ", ";
}

.more-news-post-category li:last-child span:after {
    content: "";
}*/

.more-news-post-title {
    font-size: 28px;
    /*font-family: Georgia, serif;*/
    font-family: Times New Roman;
    font-weight: bold;
}

.more-news-post-title, .more-news-post-title a {
    color: black;
    text-decoration: none;
}

.more-news-post-summary {
    font-size: 20px;
    font-family: Open Sans;
    color: #666;
    padding-bottom: 10px;
}

.more-news-post-tags {
    font-family: Open Sans;
    float: left;
    margin-right: 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #006666;
}

.more-news-post-tags li {
    display: inline;
}

.more-news-post-tags a {
    color: #006666;
    text-decoration: none;
}

.more-news-post-date {
    color: #999;
    float: left;
    font-size: 18px;
}

.more-news-ad {
    margin: 30px 0;
    text-align: center;
}

@media (max-width: 1023px) {
    .more-news-post-category {
        font-size: 16px;
    }

    .more-news-post-title {
         font-size: 24px;
    }

    .more-news-post-summary {
        font-size: 18px;
    }

    .more-news-post {
        display: block;
    }

    .more-news-post-img-container, .more-news-post-rightcol {
        display: block;
        float: left !important;
    }

    .more-news-post-img {
        width: 240px;
        margin-bottom: 6px;
    }

    .more-news-post-tags {
        font-size: 16px;
    }

    .more-news-post-date {
        font-size: 16px;
    }
}