.tastoSelezioneLinea:before {
    content: "\e013" !important;
}

.tastoSceltaLinea{
	color:white !important;
	background-color:#528959 !important;
	border-color:#528959 !important;
}

.contentAderenteLinea{
	border: 1px solid #dcdcdc;
    border-radius: 20px;
}



.post-thumbnail img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.post.type-post #primary .post-thumbnail img {
	position: unset;
    top: unset;
    left: unset;
    transform: unset;
    max-width: unset;
    max-height: unset;	
}

/* Media query per PC */
@media only screen and (min-width: 1024px) {
	.post-thumbnail{
		height:272px !important;
		width:272px !important;
	}
	
	.post-style-1 .post-inner .post-thumbnail{
		height:300px !important;
		width:400px !important;
	}
	
	.post-style-1 .post-inner .post-thumbnail.evento{
		height:600px !important;
		width:400px !important;
	}
	
	.product-image.menu{
		height:600px !important;
		width:400px !important;
	}	
	
	.post.type-post #primary .post-thumbnail{
		height:600px !important;
		width:100% !important;
	}	
	
	
	
}


/* Media query per Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}

/* Media query per Mobile */
@media only screen and (max-width: 767px) {
	.post-thumbnail{
		height:300px !important;
		width:100% !important;
	}
	
	.post-thumbnail.evento{
		height:500px !important;
		width:100% !important;
	}	
	
	.blog-style-grid {
		columns: 1 !important;
	}
	
}
