/* ------------------------------------------------------------ *\
	Widget Styles
\* ------------------------------------------------------------ */

.crb-feed-posts {
    font-family: "Open Sans", Arial, sans-serif;
    list-style: none;
}
.crb-feed-posts ul {
    list-style: none;
}
.crb-feed-posts ul li {
    position: relative;
    padding: 0 0 30px 0;
}
.crb-feed-posts ul li + li { 
    border-top: 2px solid #eee;
    padding-top: 8px;
}
.crb-feed-posts ul li:hover .crb-feed-post__title {
    color: #940000;
}
.crb-feed-posts ul li:nth-child(2n + 2) {
    background: #fafafa;
}
.crb-feed-posts ul li span {
    display: block;
    width: 160px;
    height: 19px;
    background-color: #666;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
}
.crb-feed-posts ul li a { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}
.crb-feed-posts .crb-feed-post__sources {
    margin: 0;
    padding: 0;
}
.crb-feed-posts .crb-feed-post__title {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.crb-feed-posts .crb-feed-post__date {
    font-size: 12.6px;
    font-style: italic;
}