/*
Theme Name: Comune New
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


.primopiano .w-grid-item-h {
/*	background-color: #244a92;*/
	background-color: #0066cc;
	-webkit-box-shadow: 0 1px 2px 0 rgba(50,50,50,.35)!important;
    box-shadow: 0 1px 2px 0 rgba(50,50,50,.35)!important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(50,50,50,0.35) !important;
    padding: 1em;
    border-radius: 0px!important;
}

.primopiano .post_title {
	color: #FFF !important;
}

.primopiano .w-grid-item-h:hover .post_title {
	text-decoration: underline;
}