/* 
 Theme Name:     Gruppo Cifelli
 Author:         Nautilus Adv
 Author URI:     http://www.nautilusadv.it/
 Template:       Divi
 Version:        01
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.articoli {
    display: inline-block;
    width: 100%;
    list-style: none !important;
    padding: 0px !important;
    margin: 60px 0px;
}
.singlepost {
    background-position: center center;
    background-size: 100% auto;
    height: 250px;
    transition: 0.2s all ease-in-out;
    margin-bottom: 30px;
}
.singlepost:hover {
    background-size: 120% ;
}
.vertical {
    display: table;
    width: 100%;
    text-align: center;
    height: 250px;
}
.middle {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.metapost {
    font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
    color: #fff;
    font-size: 28px;
    position: relative;
    z-index: 2
}
.post-meta{
	display: none;
}