.custom_recent_posts .crpw-list{}

.custom_recent_posts .crpw-list .crpw-item{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    background: #E7E7E7;
}

.custom_recent_posts .crpw-list .img_fea {
    text-align: center;
    height: 100px;
    overflow: hidden;
}

.custom_recent_posts .crpw-list .img_fea img{
    width: 100%;
    margin-top: -35px;
}

.custom_recent_posts .crpw-list .crpw-title{
    display: block;
    padding: 5px;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
}

.custom_recent_posts .crpw-list .crpw-title > span{
    display: inline-block;
    position: absolute;
    top: 80px;
    left: 0px;

}

.custom_recent_posts .crpw-list .crpw-title > a{
    text-decoration: none;
}

.custom_recent_posts .crpw-list .crpw-title > a:hover{
    background: #e9e9e9;
}

.custom_recent_posts .crpw-list .crpw-title span{
    background: #9E3436;
    font-weight: bold;
    color: #ffffff;
}

.custom_recent_posts .crpw-list .crpw-title span a{
    color: #ffffff;
    text-decoration: none;
}

.custom_recent_posts .crpw_more_link{
    border-bottom: 3px #9E3436 solid;
    position: relative;
    margin-top: 10px;
    font-family: sans-serif;
}

.custom_recent_posts .crpw_more_link > div{
    position: absolute;
    right: 0;
    background: #9E3436;
    padding: 3px;
    top:-20px;
}

.custom_recent_posts .crpw_more_link a{
    text-decoration: none;
    color: #ffffff !important;
    text-transform: uppercase;
}

.custom_recent_posts .crpw_more_link .more_title{
    font-weight: bold;
}

.custom_recent_posts .crpw_more_link a:hover .more_title{
    color: #9b9b9b;
}