/*-----------------------------------------------------*/
/*sidebar widget recent post styling*/
/*-----------------------------------------------------*/
ul.recent_post_wrapper {
    margin-top: 18px;
    overflow: hidden;
}
ul.recent_post_wrapper li{
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    margin-bottom: 0;
    padding: 6px;
}
.recent_post_meta {
    overflow: hidden;
}
ul.recent_post_wrapper li:last-child{
    border:none;
}
ul.recent_post_wrapper img{
    width:95px;
    height:70px;
    display:inline-block;
    margin-right: 15px;
    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;
}

