
/***** RSS Feed *****/

.rss-feed {

}

.rss-item {
    clear: both;
    margin-bottom: 20px;
}

.rss-item .rss-item-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
}

.rss-item .rss-item-title a, .rss-item .rss-item-title a:visited {
    color: #000000;
    text-decoration: none;
}

.rss-item .rss-item-title a:hover {
    color: #000000;
    text-decoration: underline;
}

.rss-item .rss-item-pubdate {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #606060;
    line-height: 21px;
}

.rss-item .rss-item-content {
    overflow: auto;
}

.rss-item .rss-item-content p:nth-last-child(2) {
    display: none;
}

.rss-item .rss-item-content p:last-child {
    clear: both;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}

.rss-item .rss-item-content .wp-post-image {
    display: block;
    max-width: 50% !important;
    height: auto;
    float: left;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}


@media (max-width : 767px) {

    .rss-item .rss-item-content .wp-post-image {
        max-width: 100% !important;
        margin-right: 0 !important;
    }
}