
article.blog-index-featured {
    float: left;
    width: 30%;
    margin: 1%;
}

article.blog-index-featured h2 {
    text-align: center;
}

article.blog-index-featured .avatarContainer {
    overflow: hidden;
    border-bottom: 5px solid #ffc802;
    padding: 4%;
    text-align: center;
}

article.blog-index-featured img.avatar {
    width: 50%;
    height: auto;
}

.elenco-blog .alignleft, #blog-description .alignleft {
    margin-top: 0px;
}

.elenco-blog {

}

#blog-archive-link {
    float: right;
    margin-top: 25px;
    font-weight: bold;
}

.elenco-blog .blog-card {
    margin-bottom: 25px;
}

.elenco-blog .blog-card h1, #blog-title {
    margin-bottom: 10px;
}

.elenco-blog .blog-card .description, #blog-description {
    line-height: 1.25em;
}

#blog-header {
    border-bottom: 5px solid #333;
    margin-bottom: 35px;
}

.cat-post-title, .wpp-post-title {
    display: block;
    font-size: 13px;
    line-height: 1.15em;
    font-weight: bold;
}
.cat-post-title > span {
    line-height: inherit;
}

.cat-post-item, .wpp-list > li {
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}

.cat-post-thumbnail, .wpp-thumbnail {
    margin-right: 16px;
}

@media only screen
and (max-width : 655px) {
    article.blog-index-featured {
        float: none;
        width: 98%;
    }
}

/*wa last articles*/
div#wrapper section#sidebar.secondary aside.widget.widget_recent_entries ul li.sideLiEntry {margin-bottom: 15px;}
div#wrapper section#sidebar.secondary aside.widget.widget_recent_entries ul li.sideLiEntry .smallImageContainer {margin-right: 16px;}
.widget_comments > ul > li {min-height: 60px; padding-top: 6px;}

article .featuredPostImage{width: 100%;height: 185px;position: relative;display: block;background-color: #231f20;border-bottom:5px solid #ffc802;}