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

	FUSI E GRASSI
	2025 Made in Ondanomala
*/



@import url('https://ondanomalaweb.it/utility/css/ondanomala.css');
.w-separator.align_left{ margin-left:0px !important; }
a.w-nav-control.active .w-nav-icon{color:#FFF !important;z-index:999 !important;}
.l-subheader, .nero {background: linear-gradient(to right, #1D1D1B 40%, #fff 40%) !important;}
.nero-large {background: linear-gradient(to right, #1D1D1B 60%, #fff 60%) !important;}


.numero {
    border: 1px solid #FFF !important;
    font-size: 1.8rem !important;
    padding: 0.954rem !important;
    width: 60px;
    text-align: center;
    font-weight: 700;
}



/*	FORM */
.ondaform .vc_col-sm-6.sx .sinistra{
	float:left !important;
	width:49% !important;
	margin-right: 2% !important;
}
.ondaform .vc_col-sm-6.sx .destra{
	float:left !important;
	width:49% !important;
	margin-right: 0% !important;
}
.ondaform .vc_col-sm-6.sx .vc_column_container{
	display:block !important;
}
.wpcf7-form p {
  position: relative;
  margin-bottom: 30px;
}
.wpcf7-form p > label {
  position: absolute;
  z-index:9 !important;
  top: -12px;
  left: 15px;
  background: #fff;
  padding: 0 6px;
  line-height: 1;
	font-weight:bold !important;
}
.wpcf7-form p > label.priv{
	left:0px !important;
	top: -20px !important;
}
.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}





/*	SLIDER */
.rsBullets {
    display: flex;
    justify-content: right !important;
    bottom: 30px !important;
    width: 95% !important;
    position: absolute !important;
    z-index: 9 !important;
}
.rsBullet span {
    background: rgba(255, 255, 255, 1);
    width: 15px !important;
    height: 15px !important;
	margin: 4px !important;
}
.rsBullet.rsNavSelected span {
    background: rgba(0, 0, 0, 1) !important;
    box-shadow: 0 0 0 0px;
}

.royalSlider .rsArrow {
    top: 90% !important;
    font-size: 2rem  !important;
    line-height: 3rem !important;
    height: 3rem !important;
    width: 3rem !important;
    text-shadow: none !important;
    border: 2px solid #fff !important;
}
.royalSlider .rsArrowRight {
    right: 20px !important;
}
.royalSlider .rsArrowLeft {
    right: 75px !important;
	left:auto !important;
}





/*	CAROSELLI */
.dx .owl-carousel .owl-prev{
    left: -150px !important;
}
.dx .owl-carousel .owl-next{
    left: -80px !important;
}
.dx .owl-carousel .owl-nav button{
	top: 90% !important;
}

.sotto .owl-carousel .owl-prev {
    left: auto !important;
    right: 70px !important;
}
.sotto .owl-carousel .owl-next {
    left: auto !important;
    right: 0 !important;
}

.sotto .owl-carousel .owl-nav button{
	top: 110% !important;
}
.owl-dots .active span{
	color:#2DB43C !important;
}


.owl-carousel.navpos_inside .owl-prev,
.owl-carousel.navpos_inside .owl-next,
.owl-carousel.navpos_outside .owl-prev,
.owl-carousel.navpos_outside .owl-next{
	width:61px !important;
	height:61px !important;
}








/*	TABLET
----------------------------------------------
IPAD 2160×1620 pixel a 264 ppi */
@media only screen 
  and (min-device-width: 850px) 
  and (max-device-width: 1180px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	  
}



/*	SMARTPHONE
----------------------------------------------*/
@media only screen and (max-width: 600px) { 

	.l-section.wpb_row.height_medium{
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}
	.l-subheader {
		background: linear-gradient(to right, #1D1D1B 60%, #fff 60%) !important;
	}
	
	
	.ondaform .vc_col-sm-6.sx .sinistra{
		float:left !important;
		width:100% !important;
		margin-right: 2% !important;
	}
	.ondaform .vc_col-sm-6.sx .destra{
		float:left !important;
		width:100% !important;
		margin-right: 0% !important;
	}
	.ondaform .vc_col-sm-6.sx .vc_column_container{
		display:block !important;
	}
	.wpcf7-form p {
	  position: relative;
	  margin-bottom: 30px;
	}
	.wpcf7-form p > label {
	  position: absolute;
	  z-index:9 !important;
	  top: -10px !important;
	  left: 15px;
	  background: #fff;
	  padding: 0 6px;
	  line-height: 1;
	}
.wpcf7-form p > label.priv{
	left:0px !important;
	top: -50px !important;
}
.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
	
	
	/*	CAROSELLI */

	.sotto .owl-carousel .owl-prev {
		left: auto !important;
		right: 75px !important;
	}
	.sotto .owl-carousel .owl-next {
		left: auto !important;
		right: 1rem !important;
	}
	.sotto .owl-carousel .owl-nav button{
		top: 93% !important;
	}
	.owl-dots .active span{
		color:#2DB43C !important;
	}
	.owl-carousel.navpos_inside .owl-prev,
	.owl-carousel.navpos_inside .owl-next,
	.owl-carousel.navpos_outside .owl-prev,
	.owl-carousel.navpos_outside .owl-next{
		width:51px !important;
		height:51px !important;
	}
	.sotto .owl-carousel .owl-nav{
		height:50px !important;
	}
	
	.royalSlider .rsArrow {
		top: 95% !important;
		font-size: 1rem  !important;
		line-height: 2rem !important;
		height: 2rem !important;
		width: 2rem !important;
		text-shadow: none !important;
		border: 2px solid #fff !important;
	}
	.royalSlider .rsArrowRight {
		right: 20px !important;
	}
	.royalSlider .rsArrowLeft {
		right: 65px !important;
		left:auto !important;
	}
	
}






