.category h1 {
	padding-bottom: 30px;
}
.category p#breadcrumbs a {
    color: #fff;
}

.meta-category a.style-button {
    background-color: #2f72b0;
    backdrop-filter: blur(10px);
}

#ajax-content-wrap .nectar-post-grid .meta-category .style-button, body .nectar-post-grid .meta-category .style-button {
    color: #fff;
}

.bg-bianco .nectar-post-grid-item {
    box-shadow: 0 30px 90px rgba(0, 0, 0, .14);
    background-color: rgb(255, 255, 255) !important;
}
div#lista_link_categorie {
    padding-top: 15px;
}



.list_blog_single_title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em !important;
    max-height: 4.3em;
}
.list_blog_single .link_text {
    margin: 20px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
    #loop-articoli .list_blog_single_title h3 {
        -webkit-line-clamp: 3;
        max-height: 6.1em;
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
}