
/**
 * News pages
 */
.content-news {
    padding-bottom: 0;
}

.content-wrap.content-news.content-with-sidebar .sidebar{
    margin-bottom: 0;
}

/**
 * News Listing Items Global
 */

.news-items-wrap .news-item {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.news-items-wrap  .news-item {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.news-items-wrap .news-item .top-info-wrap {
    float: left;
    width: 130px;
    margin-right: 20px;
}

.news-items-wrap .news-item .bottom-info-wrap {
    padding-left: 150px;
}

.news-items-wrap .news-item .image-wrap {
    margin-bottom: 15px;
}

.news-items-wrap .news-item .image-wrap .image {
    display: none;
}

.news-items-wrap .news-item .image-wrap img {
    width: 100%;
    height: auto;
}

.news-items-wrap .news-item .title {
    line-height: 1.2em;
}

.news-items-wrap .news-item .date {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .2em;
    line-height: 1em;
}

.news-items-wrap .news-item .excerpt p {
    margin-top: .15em;
    margin-bottom: .3em;
}

@media only screen and (min-width : 992px) {

    .news-items-wrap .news-item .top-info-wrap {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .news-items-wrap .news-item .bottom-info-wrap {
        padding-left: 0;
    }

    .news-items-wrap .news-item .image-wrap .image {
        display: block;
    }

    .news-items-wrap .news-item .image-wrap .mobile-image {
        display: none;
    }

    .news-items-wrap .news-item.news-item-inline .top-info-wrap {
        width: 320px;
        margin-right: 20px;
        float: left;
    }

    .news-items-wrap .news-item.news-item-inline .bottom-info-wrap {
        padding-left: 340px;
    }
}


/**
 * News listing page
 */
.content-news-listing .news-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-news-listing .news-section .news-items-wrap .news-item:nth-child(2n) {
    margin-right: 0;
}

.content-news-listing .news-section .news-items-wrap .news-item:nth-child(2n+1) {
    clear: left;
}

@media only screen and (min-width : 992px) {
    .content-news-listing .news-section .news-items-wrap .news-item {
        float: left;
        width: 344px;
        margin-right: 40px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-news-listing .news-section .news-items-wrap .news-item {
        width: 440px;
    }
}


/**
 * Single News Item Section
 */
.content-news-single .single-news-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-news-single .single-news-section .news-items-wrap .news-item {
    border: none;
    padding: 0;
    margin: 0;
}

.content-news-single .single-news-section .news-items-wrap .news-item .top-info-wrap {
    float: none;
    width: 100%;
    margin-right: 0;
}

.content-news-single .single-news-section .news-items-wrap .news-item .top-info-wrap .image {
    display: block;
}

.content-news-single .single-news-section .news-items-wrap .news-item .bottom-info-wrap {
    padding-left: 0;
}

@media only screen and (min-width : 992px) {
    .content-news-single .content-inner {
        float: left;
        width: 468px;
        margin-right: 40px;
    }
    .content-news-single .other-news-sidebar {
        float: left;
        width: 220px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-news-single .content-inner {
        width: 660px;
    }

    .content-news-single .other-news-sidebar {
        width: 220px;
    }
}


/**
 * Other News Sidebar Items
 */
.content-news-single .other-news-sidebar {
    padding-bottom: 20px;
}

.content-news-single .other-news-sidebar .news-items-wrap {
    padding-top: 20px;
}

.content-news-single .other-news-sidebar .news-items-wrap .news-item:nth-child(2n) {
    margin-right: 0;
}

.content-news-single .other-news-sidebar .news-items-wrap .news-item:nth-child(2n+1) {
    clear: left;
}

.content-news-single .other-news-sidebar .news-items-wrap .news-item .info-wrap {
    padding: 0;
}

.content-news-single .other-news-sidebar .news-items-wrap  .news-item .top-info-wrap {
    float: left;
    width: 130px;
    margin-right: 20px;
}

.content-news-single .other-news-sidebar .news-items-wrap  .news-item .bottom-info-wrap {
    padding-left: 150px;
}

.content-news-single .other-news-sidebar .news-items-wrap  .news-item .image-wrap {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
    float: none;
}

.content-news-single .other-news-sidebar .news-items-wrap  .news-item .image-wrap .image {
    display: none;
}

.content-news-single .other-news-sidebar .news-items-wrap .news-item .date {
    margin-bottom: 15px;
    font-family: 'Quattrocento', serif;
    font-weight: bold;
}

@media only screen and (min-width : 992px) {
    .content-news-single .other-news-sidebar .news-items-wrap .news-item .top-info-wrap {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .content-news-single .other-news-sidebar .news-items-wrap .news-item .bottom-info-wrap {
        padding-left: 0;
    }

    .content-news-single .other-news-sidebar .news-items-wrap .news-item .image-wrap .image {
        display: block;
    }

    .content-news-single .other-news-sidebar .news-items-wrap .news-item .image-wrap .mobile-image {
        display: none;
    }
}

/**
 * Hot Topics
 */
.content-news .hot-topics-section {
    background-color: #e6e5e5;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.content-news .hot-topics-section .topic-items-wrap .topic-item {
    line-height: 1.6em;
}

@media only screen and (min-width : 992px) {
    .content-news .hot-topics-section {
        margin-left: -40px;
        margin-right: -10px;
        margin-top: 20px;
        padding-left: 40px;
        padding-right: 10px;
    }

    .content-news.content-news-single .hot-topics-section {
        padding-left: 20px;
        margin-right: -20px;
        padding-right: 20px;
    }

    .content-news .hot-topics-section .title-wrap {
        background-color: #1a1a1a;
        color: #fff;
        float: left;
        width: 76px;
        text-align: center;
        padding: 0 5px;
        margin-right: 20px;
        height: 66px;
        line-height: 66px;
    }

    .content-news .hot-topics-section .title-wrap .title {
        font-weight: normal;
        font-size: 1em;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

    .content-news .hot-topics-section .topic-items-wrap {
        float: left;
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #1a1a1a;
        width: 632px;
    }

    .content-news.content-news-single .hot-topics-section .topic-items-wrap {
        width: 392px;
    }

    .content-news .hot-topics-section .topic-items-wrap .topic-item {
        padding-right: 20px;
        width: 114px;
        float: left;
        padding-top: .6em;
        padding-bottom: 1.2em;
        height: 76px;
    }

    .content-news.content-news-single .hot-topics-section .topic-items-wrap .topic-item {
        width: 125px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-news .hot-topics-section .title-wrap {
        width: 100px;
    }

    .content-news .hot-topics-section .title-wrap .title {
        font-size: 1.28em;
    }

    .content-news .hot-topics-section .topic-items-wrap {
        width: 800px;
    }

    .content-news.content-news-single .hot-topics-section .topic-items-wrap {
        width: 560px;
    }

    .content-news.content-news-single .hot-topics-section .topic-items-wrap .topic-item {
        width: 112px;
    }
}
