.rpw_posts_widget li{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}

.rpw_posts_widget .meta{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
    background: #333;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.rpw_posts_widget .meta a{
    color: #fff !important;
    font-size: 20px !important;
    position: relative;
    display: table-cell;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.rpw_posts_widget .post .info, 
.rpw_posts_widget .post .info a{
    font-size: 10px !important;
}

.rpw_posts_widget .post a{
    color: #333;
}

.rpw_posts_widget .meta a:hover{
    color: #fff !important;
}

.footer-widget-container .rpw_posts_widget li{
    border: none;
}

.footer-widget-container .rpw_posts_widget .meta{
    background: #303030;
}