#sidebar .widget {
    margin-bottom: 30px;
}

#sidebar h4 {
    color: rgb(0 7 19);
    display: flex;
    align-items: center;
    text-transform: initial !important;
    opacity: 1;
    border-bottom: 2px solid rgb(71 145 188);
    padding-bottom: 8px;
}

#sidebar h4:before {
    content: "";
    display: inline-flex;
    width: 30px;
    height: 30px;
    /* background-color: rgb(0 0 0); */
    margin-right: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sidebar--post .widget_text h4:before {
    background-image: url('../../images/icon--archive-case.svg');
}

#sidebar div ul li.article {
    padding: 10px 0;
}

body .main-content .sidebar--post .widget_text.widget li a.cat-tag {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 300 !important;
}

body .main-content .sidebar--post .widget_text.widget li a.article-title {
    text-transform: initial;
    padding-top: 8px !important;
}

.sidebar--post .widget_text .article-wrap {
    display: flex;
}

.sidebar--post .widget_text .article-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sidebar--post .widget_text .article-details {
    padding-top: 4px;
}

#sidebar .widget_categories h4:before {
    background-image: url('../../images/icon--message-box.svg');
}

#sidebar .widget_categories a {
    text-transform: initial;
    font-weight: 500 !important;
}

#sidebar .widget_categories a:hover,
#sidebar .widget_categories a:hover + span {
    color: rgb(71 145 188) !important;
}

#sidebar .widget.widget_categories li .post_count {
    background-color: rgb(0 0 0 / 0%);
    font-size: 16px;
    font-weight: 500;
    font-family: 'UBUNTU';
}

@media only screen and (min-width: 1000px){
    #sidebar .widget.widget_categories li {
        padding-left: 46px !important;
    }
}