.hide-on-desktop { display: none; }
.hide-on-mobile { display: block; }

body.attachment { width: 100%; }
body.attachment.single .attachment { max-width: 100%; width: 100%; }

@media (max-width: 600px) {

	#headerwrap { display: none; }
	/*body.home #advps_container1 { display: none; }*/
	body.home #content, body.home #sidebar { margin-top: 0; }
	body.home .in-evidenza-mobile { display: block; }

	.hide-on-desktop { display: block; }
	.hide-on-mobile { display: none; }

	#content .module-post article.category-home-livello-1{ margin-bottom: 0px!important; }


}