#rpwwt-recent-posts-widget-with-thumbnails-2 {
    padding: 8px;
    margin-top: 10px;
}
.rpwwt-widget ul li {
    padding: 3px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px;
    transition: all 0.1s ease-in;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 a {
    font-size: 1.1rem;
    font-weight: 600;
}
.rpwwt-post-date {
    font-size: 0.8rem;
    color: #747474;
}
.rpwwt-post-excerpt {
    font-size: 0.9rem;
}

.title_sidebar_article::after{
    content: '';
    background: url(../img/dots.gif) repeat;
    height: 7px;
    margin-bottom: 23px;
    margin-top: 15px;
    opacity: 0.8;
    display: block;
}

.sidebar-module{
    margin-bottom: 15px;
}

aside#categories-3 ul>li {
    list-style: none;
    padding: 3px;
    border-bottom: 1px solid #ddd;
}

aside#categories-3 ul {
    list-style: none;
    padding: 3px;
}

aside#categories-3 ul li a{
    text-decoration: none;
}

.tagcloud a::before {
    content: '#';
}

.tagcloud a{
    margin-right: 5px;
    padding: 6px;
    background: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #c3c3c3;
    text-decoration: none!important;
    color: #484848;
}

.tagcloud a:hover{
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.7);
}