.recent-post-wrap{
    padding: 0;
    margin: 0;
}

.recent-post-wrap li{
    list-style: none;
    margin: 10px 0 20px;
}

.recent-post-wrap a{
    text-align: center;
    display: block;
}

.recent-post-wrap a img{
    width: 100%;
}

.recent-post-thumbnail{
    height: 130px;
    overflow: hidden;
}

.recent-post-title a{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.recent-post-widget-title{
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #3EA496;
    padding: 5px;
    color: #fff;
}

.recent-post-date{
    font-size: 14px;
    color: #8c8c8c;
}