/* Notizie home */


.news--home.fusion-blog-shortcode .post {
    margin-bottom: 1px;
	min-height: 280px;
    background: #ddd;
	background-image: radial-gradient(ellipse at center, rgba(240,240,240,0.7) 0%,rgba(119,119,119,0.3) 100%);
}

.news--home article {
	position: relative;
}
.news--home.fusion-blog-layout-large-alternate .fusion-post-slideshow {
	margin-bottom: 0;
}
.news--home .fusion-date-and-formats {
	position: absolute;
	bottom: 16px;
	right: 0;
	z-index: 999;
}

.news--home .fusion-date-and-formats .fusion-date-box {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 0;
    visibility: hidden;
}
.news--home .fusion-date-and-formats .fusion-format-box {
	display: none;
}
.news--home .post-content {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 999;
	max-width: 67%;
}
#wrapper #main .news--home .fusion-post-content > .blog-shortcode-post-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 3.8em;
	line-height: 1;
}
#main .news--home .blog-shortcode-post-title a,
#main .news--home .blog-shortcode-post-title a:hover {
	color: inherit;
}
.news--home .fusion-single-line-meta {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
}
.news--home .fusion-single-line-meta a {
    color: inherit;
}
.news--home .fusion-rollover {
	display:none;
}
.news--home article:hover .fusion-date-and-formats .fusion-date-box {
    transition: opacity 0.4s 0.6s, visibility 0s 0.6s;
	visibility: visible;
	opacity: 1;
}
/*
.news--home .post:not(.category-aterballetto):not(.category-formazione) .fusion-image-wrapper img {
    filter: grayscale(1);
}
*/

@media ( min-width:801px ) and ( max-width:1024px ) {
	#wrapper #main .news--home .fusion-post-content > .blog-shortcode-post-title {
		font-size: 2.4em;
		font-size: 3.5vw;
	}
}
@media screen and ( max-width:480px ) {
	#wrapper #main .news--home .fusion-post-content > .blog-shortcode-post-title {
		font-size: 2.2em;
    }
}

