/*Override Style*/
/*Whatsapp-floating-button*/
.whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}
.my-whatsapp{
	margin-top:16px;
}

/*Main Menu*/
nav.classic_menu.centered_menu_logo_left{
	left: 53%;	
}
/*Home: news preview*/
.home .elementor-widget-lucille-blog-posts{
	display:none;	
}
/*Home: Sezioni bianche inerenti a News ed Eventi */
.home .elementor-element-1c97dde0,
.home .elementor-element-3741c162,
.home .elementor-element-464726fd{
	display: none;
}
/*About Page Body*/
.page-id-2720 .elementor-column.elementor-col-100{
	width: 50%;
}
/*Anteprima Collaborazioni/Posts*/
.post_item_meta.lc_post_meta.masonry_post_meta {
	display:none;
}
/*Dettaglio POST: data sottotitolo*/
.lc_post_meta{
	display:none;		
}	
/*Footer*/
#lucille_swp_recent_posts_with_images-2{
	display:none;	
}

/*Responsive Rules*/
/*Sub-Menu a color*/
@media only screen and (max-width: 1199px) {
	ul.sub-menu li.menu-item a {
		color: #000!important;
	}
	ul.sub-menu li.menu-item a:hover {
		color: #e2e2e2!important;
	}
	/*About Page Body*/
	.page-id-2720 .elementor-column.elementor-col-100{
		width: 75%;
	}
}

@media only screen and (max-width: 959px) {
	.sby_items_wrap .sby_item{
		width: 33%!important;
	}
	/*About Page Body*/
	.page-id-2720 .elementor-column.elementor-col-100{
		width: 100%;
	}
}
    
@media only screen and (max-width: 600px) {
	.sby_items_wrap .sby_item{
		width: 50%!important;
	}
}

/*More Little*/
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.sby_items_wrap .sby_item{
		width: 100%!important;
	}
}