.art-blog_6, .art-blog_6_lead {
    margin: 50px 0 0 0;
}

.art-blog_6_lead {

}

.art-blog_6_lead .art-blog-footer {
    text-align: right;
}

.art-blog_6 .art-blog-item .art-blog-image,
.art-blog_6_lead .art-blog-image {
    /*height: 330px;
    background-size: cover;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;*/
    transition: all .8s ease;
}

.art-blog_6 .art-blog-image-container {
    overflow: hidden;
}

.art-blog_6 span.date {
    color: #f39203;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.art-blog_6 .art-blog-image-container:hover .art-blog-image {
    transform: scale(1.2);
}

.art-blog_6 h2.art-blog-title, .art-blog_6_lead h2.art-blog-title {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}

.art-blog_6 .art-blog-contenuto h2 {
    font-size: 18px;
    font-weight: 600;
}

.art-blog_6 h2.art-blog-title > a, .art-blog_6 h2.art-blog-title > a:link, .art-blog_6 h2.art-blog-title > a:hover, .art-blog_6 h2.art-blog-title > a:visited {
    font-size: 20px;
}

.art-blog_6 .art-blog-item {
    margin-bottom: 30px;
}

.art-blog_6 .art-blog-item p {
}

.art-blog_6 .art-blog-image-container {
    position: relative;
}

/*
.art-blog_6 .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_6 .art-blog-image-container:hover a:before {
    background-color: rgba(0,0,0,0.6);
}*/


.art-blog_6 .art-blog-title {
    padding: 0;
    margin: 0;
}

.art-blog_6 .art-blog-contenuto {
    color: #45464e !important;
}

/*.art-blog_6 .art-blog-contenuto .art-blog-info {
    color: #646464;
    font-size: 14px;
    margin: 15px 0;
    text-transform: uppercase;
    display: flex;
}*/

.art-blog_6 .art-blog-contenuto .art-blog-info .art-social-list {
    margin-left: auto;
}

.art-blog_6 .art-blog-contenuto .art-blog-info .art-social-list i {
    margin-left: 10px;
}

.art-blog_6 .art-blog-footer {
    margin-top: 20px;
    /*margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;*/

}

.art-blog_6 .art-blog-footer .art-readmore {
    margin: 0 auto;
}

.art-blog_6 .art-blog-footer .art-social-list {
    margin-left: auto;
}

.art-blog_6 .art-blog-footer .art-social-list i {
    margin-left: 10px;
}

.art-blog_6 .tags.list-inline {
    margin: 0;
    display: inline;
}

.art-blog_6 .tags.list-inline li {
    margin: 0;
}

.art-blog_6 .tags.list-inline li:after {
    content: ', '
}

.art-blog_6 .tags.list-inline li:last-child:after {
    content: '';
}


.art-blog_6 ul.tags.list-inline li.list-inline-item a.article-tag:link,
.art-blog_6 ul.tags.list-inline li.list-inline-item a.article-tag:visited,
.art-blog_6 ul.tags.list-inline li.list-inline-item a.article-tag:active {

}

.art-blog_6 ul.tags.list-inline li.list-inline-item a.article-tag:hover {
    color: #000000;
}

@media (max-width: 767px) {
    .art-blog_6, .art_blog_6_lead {
        margin: 25px 0;
    }
}

