/* Testo dentro il grid post */
/* Mostra un massimo di 3 righe */
.vc_gitem-post-data-source-post_excerpt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;
    font-weight: 500;
}

/* tasto */
.vc_btn3 {
    font-weight: 500;
}

/* nome dell'autore nel grid */
.flex-row {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}

/* testo data grid */
.vc_gitem-post-data.vc_gitem-post-data-source-post_date p {
    color: #f4524d;
    font-weight: bold;
}

/* cambia testo autore */
.vc_gitem-post-data.vc_gitem-post-data-source-post_author p {
    font-weight: bold;
}