.widget-sidebar {
    /*background-color: #fff;*/
    display: block;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #0a6580;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}

.recent-post {
    width: 100%;
    display: block;
    list-style-type: none;
}

.img-responsive {
    width:100%;
    transition: 0.3s;
}

.recent-post a {
    text-decoration: none;
    color: #34495E;
    transition: 0.5s;
}
.recent-post .row [class^='col-'] {
    padding-right:0;
}

.recent-post:hover .img-responsive, .recent-post:hover a {
    color: #0a6580;
}

.recent-post:hover .img-responsive {

}

.content-widget-sidebar hr {
    margin: 10px 0;
}
.content-widget-sidebar p {
    margin-bottom: 0;
}
.content-widget-sidebar ul {
    margin: 0;
    padding: 0;
}