/* Trending Images Removal */
.trending-stories img,
.trending-songs img,
.widget_trending_stories img,
.widget_trending_songs img,
.trending-stories .post-thumbnail,
.trending-songs .post-thumbnail,
.trending-posts .featured-image,
.trending-widget .post-image {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}

.trending-stories .entry-content,
.trending-songs .entry-content,
.widget_trending_stories .entry-content,
.widget_trending_songs .entry-content,
.trending-posts .post-content,
.trending-widget .widget-content {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
}

.trending-stories .entry-header,
.trending-songs .entry-header,
.trending-posts .entry-header {
    width: 100% !important;
    padding: 15px !important;
    margin: 0 !important;
}

.trending-stories li,
.trending-songs li,
.trending-posts li {
    padding: 10px 0 !important;
    border-bottom: 1px solid #eee !important;
}

.trending-stories li:last-child,
.trending-songs li:last-child,
.trending-posts li:last-child {
    border-bottom: none !important;
}
