.widget.featured-content-widget li{
	background: none;
	padding: 0;
	margin-bottom: 10px;
}

.widget.featured-content-widget .post-thumbnail{
    width: 100%;
    margin-right: 0;
}
.widget.featured-content-widget .post-thumbnail img{
    width: 100%;
    height: auto;
	}
.widget.featured-content-widget a{
    
    font-size: 14px;
    color: #444;
    display: block;
    margin-bottom: 10px;
}
.widget.featured-content-widget a:hover{
    color: #222;
    text-decoration: underline;
}        
.widget.featured-content-widget p{
    font-weight: normal;
}
