#popular-posts {counter-reset: listcounter;_list-style-type: decimal;margin-bottom: 35px;display: table;}

#popular-posts li {position: relative;float: left;margin: 20px 0 0 0;width: 100%;height: 100%;padding: 0 0 15px 0;border-bottom:  1px solid #efefef;}
#popular-posts li:last-child {
    border: 0;
}
#popular-posts li:before {position: absolute;top: -8px;left: 8px;z-index: 2;font-size: 12px;padding: 0px 6px;content: counter(listcounter) "";counter-increment: listcounter;background: #edbb5e;color: #fff;font-weight: bold;border-radius: 1em;-webkit-border-radius: 1em;-moz-border-radius: 1em;}

#popular-posts .popular-post-image {    
position: relative;
padding: 0 15px;
    width: 30%;
    float: left;
    }
#popular-posts .popular-post-image .popular-post-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 0;
    width: 66px;
    height: 66px;
    line-height: 64px;
    text-align: center;
    font-size: 48px;
    font-weight: 100;
    color: #fff;
    opacity: 0;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

#popular-posts .popular-post-image:hover .popular-post-overlay {
    opacity: 0.85;
}
#popular-posts .popular-post-right {
   float: left;
    width: 70%;
        padding: 0 15px 0 0;
}
#popular-posts .popular-post-link {    
color: #222;
}
#popular-posts .popular-post-link:hover {
color: #edbb5f; 
}
#popular-posts .popular-post-view {
color: #999;
font-size: 13px;
}
#popular-posts .popular-post-view .fa {
    padding-right: 8px;
}