/** contrast **/
.golden-section.contrasted{
	background-color: #EFEAE0 !important;
}


#SectionHeaderMenu.elementor-top-section.contrastable.contrasted{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 106.79%, rgba(0, 0, 0, 0) 100%);
}

.contrastable.boxTextContrastable.contrasted{
	background: rgba(0, 0, 0, 0.7);
	padding: 20px;
}





#footerRow.contrastable.contrasted .footer-links-ml,
#footerRow.contrastable.contrasted .dove-siamo-text,
#footerRow.contrastable.contrasted .orari-text,
#footerRow.contrastable.contrasted .open-map-link
{
	color: #dedddd !important;
}


/*Chi siamo page */

 .chi_siamo_black_section.contrastable.contrasted h1 {
	color:white !important;
} 
 .chi_siamo_black_section.contrastable.contrasted h3 {
	color:white !important;
} 

/*Visita page */

.collezione-cat-box.contrastable.contrasted h2 {
	background: rgba(0, 0, 0, 0.7);
	padding: 20px;
	color: #fff !important;
}

.collezione-cat-box.contrastable.contrasted p {
	background: rgba(0, 0, 0, 0.7);
	padding: 20px;
	color: #fff;
}


.box-bottom-half-size.contrastable.contrasted h3 {
	background: rgba(0, 0, 0, 0.7);
	padding: 20px;
	color: #fff;
}

.help-section-visita.contrasted{
	background-color: #EFEAE0 !important;
}





@media screen and (max-width: 991px) {
	
	.contrastable.boxTextContrastable.contrasted{
	background: none;
	padding: 20px 20px 36px 20px;
	}
	
	.hero_second_column.contrastable.boxTextContrastable.contrasted {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 106.79%, rgba(0, 0, 0, 0) 100%);
		padding: 20px;
	}
	
	.golden-section.contrasted {
	  background-color: #EFEAE0 !important;
	}
	
	.recirculation-box-title.contrastable.boxTextContrastable.contrasted {
		background: rgba(0, 0, 0, 0.7);
	    padding: 20px;
		
	}
	
	
	
}