/*-----------------------------------------------------*/
/*sidebar widget recent post styling*/
/*-----------------------------------------------------*/
ul.recent_post_wrapper li{
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 10px !important;
}

ul.recent_post_wrapper li:last-child{
    border:none;
}
ul.recent_post_wrapper img{
    width:80px;
    height:80px;
    display:inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}
.sidebar ul li .recent_post_wrapper li a{
    /*color:#222;*/
}

.sidebar ul.recent_post_wrapper li a:hover{
    /*opacity: 1;*/
}
.sidebar ul li .recent_post_wrapper li a{
    color: #333;
    word-wrap: break-word;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
}
i.recent_post_date{
    font-size: 12px;
}

a.recent_post_title{
    color: #333;
    word-wrap: break-word;
    display: block;
    line-height: 1.5em;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400;
}
.sidebar ul li a.recent_post_title{
    color: #222;
}

li.recent_post_listing:after {
    content:'' !important;
}
li.recent_post_listing:before {
    content: '' !important;
}

