
/* v2.0.8 */

/* News Headlines: remove old thumbnail frame/background */
.news-headlines .news-thumb,
.news-headlines .thumbnail,
.news-headlines .post-thumbnail,
.news-headline .news-thumb,
.news-headline .thumbnail,
.news-headlines img{
    background:transparent!important;
    border:none!important;
    box-shadow:none!important;
    padding:0!important;
}

.headline-category-icon{
    width:32px!important;
    height:32px!important;
    background:transparent!important;
    border:none!important;
    box-shadow:none!important;
    padding:0!important;
}

/* Main news cards: restore full width */
.news-card-layout{
    display:block!important;
}
.news-card-main{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
}
.news-body-row,
.news-excerpt,
.news-full-content{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    float:none!important;
    clear:both!important;
}
.news-category-icon{
    width:34px!important;
    height:34px!important;
    vertical-align:middle!important;
    margin-right:8px!important;
}
.news-thumb{
    display:none!important;
}
