.art-blog_5 {
    margin: 50px 0 0 0;
}

.art-blog_5 .art-blog-item .art-blog-image {
    height: 300px;
    background-size: cover;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.art-blog_5 h2.art-blog-title {
    font-size: 28px;
    text-align: center;
}

.art-blog_5 h2.art-blog-title > a, .art-blog_5 h2.art-blog-title > a:link, .art-blog_5 h2.art-blog-title > a:hover, .art-blog_5 h2.art-blog-title > a:visited {
    font-size: 28px;

}

.art-blog_5 .art-blog-item {
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
}

.art-blog_5 .art-blog-image-container {
    position: relative;
}

/*
.art-blog_5 .art-blog-image-container a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease 0.5s;
    cursor: pointer;
}

.art-blog_5 .art-blog-image-container:hover a:before {
    background-color: rgba(0,0,0,0.6);
}*/


.art-blog_5 .art-blog-title {
    padding: 0;
    margin: 0;
}

.art-blog_5 .art-blog-contenuto {
    padding: 20px;
    color: #45464e !important;
}

/*.art-blog_5 .art-blog-contenuto .art-blog-info {
    color: #646464;
    font-size: 14px;
    margin: 15px 0;
    text-transform: uppercase;
    display: flex;
}*/

.art-blog_5 .art-blog-contenuto .art-blog-info .art-social-list {
    margin-left: auto;
}

.art-blog_5 .art-blog-contenuto .art-blog-info .art-social-list i {
    margin-left: 10px;
}

.art-blog_5 .art-blog-footer {
    /*margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;*/
}

.art-blog_5 .art-blog-footer .art-readmore {
    margin: 0 auto;
}

.art-blog_5 .art-blog-footer .art-social-list {
    margin-left: auto;
}

.art-blog_5 .art-blog-footer .art-social-list i {
    margin-left: 10px;
}

.art-blog_5 .tags.list-inline {
    margin-left: 0.5rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}

.art-blog_5 ul.tags.list-inline li.list-inline-item a.article-tag:link,
.art-blog_5 ul.tags.list-inline li.list-inline-item a.article-tag:visited,
.art-blog_5 ul.tags.list-inline li.list-inline-item a.article-tag:active {
    color: #fff;
}

.art-blog_5 ul.tags.list-inline li.list-inline-item a.article-tag:hover {
    color: #000000;
}

@media (max-width: 767px) {
    .art-blog_5 {
        margin: 25px 0;
    }
}