.inside-left-sidebar .widget {
    padding-top: 0 !important;
}
@media screen and (min-width: 769px){
    .inside-left-sidebar .widget {
        padding-right: 0 !important;
    }
}
.inside-left-sidebar .widget-title {
    color: #1e73be !important;
    background-color: #F2F5F8;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 900;
    padding: .5rem 25px;
    margin-bottom: 0;
}
.inside-left-sidebar .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 0;
    padding: .5rem 25px;
    border-bottom: 1px solid #F2F5F8;
}
.inside-left-sidebar .widget_recent_entries ul li a,
.inside-left-sidebar .widget_recent_entries ul li a:visited {
    color: black;
    font-size: 1rem;
    transition: .2s ease;
}
.inside-left-sidebar .widget_recent_entries ul li a:hover {
    color: #f79745 !important;
}