/*
Theme Name: Salient Child Theme
Description: Tema child per Salient
Author: Tiziano Borgato
Template: salient
Version: 0.1
*/
.logo_pagina_distributori{
	width: 30% !important;
}
/* colore di bianco l'arrow-down del menu lingue in ambiente mobile */
.fa-angle-down:before{
	color: #ffffff !important;
}
/* nascondo il testo, in ambiente mobile, da visualizzare quando viene cliccato il tasto "leggi di più" */
#more, #more2, #more3, #more4, #more5,  #more6{
	display: none;
}
/* riduco spazio tra il paragrafo e il testo "leggi di più"*/
.description-paragraph, .description-paragraph2, .description-paragraph3, .description-paragraph4, .description-paragraph5, .description-paragraph6{
	padding-bottom: 0 !important;
}
.logo_5zone_payoff{
	max-width:20% !important;
}
button, input[type="submit"], input[type="reset"]{
	background: none !important;
	border: none !important;
	padding: 0 !important;
	font: inherit !important;
	cursor: pointer !important;
	outline: inherit !important;
}
/* rendo il background delle form di contatto trasparente nella pagina CONTATTI */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
    background-color: rgba(255, 0, 0, 0.0) !important;
}
/* tolgo margin-left al radio button "Ho letto e compreso l'informativa sulla privacy" nella pagina CONTATTI */
span.wpcf7-list-item.first.last{
	margin-left:0px !important;
}
.wpcf7-list-item{
	margin-left: 0px !important;
}
/* riduco font-weight della label "Ho letto e compreso l'informativa sulla Privacy Policy" nella pagina CONTATTI */
.wpcf7-list-item-label{
	font-weight: 400 !important;
}
/* tolgo margin-bottom alla mappa nella pagina CONTATTI */
.nectar-leaflet-map.leaflet-container.leaflet-touch.leaflet-retina.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom{
	margin-bottom: 0px !important;
}
/* rimuovo credits dalla mappa nella pagina CONTATTI */
.leaflet-control-attribution.leaflet-control{
	display:none !important;
}
/* tolgo padding alla prima icona social nella pagina CONTATTI */
.nectar_icon:first-child{
	padding-left:0px !important;
}
/* rendo block le informazioni nel footer */
.footer-info{
	display:block !important;
}
/* cambio colore al link del footer*/
div#copyright.row a:hover{
  color: #c9d539 !important;
  transition: all 0.3s ease;
}
/* creo div di presentazione prodotti nella pagina HOME */
.home-product-parent-1, .home-product-parent-2, .home-product-parent-3, .home-product-parent-4, .home-product-parent-5, .home-product-parent-6{
  width:33.33333%;
  padding: 0;
  margin: 0 !important;
  height: 45vh;
  float: left;
  overflow: hidden;
}
/* creo div di presentazione prodotti nelle SCHEDE PRODOTTI */
.product-parent-1, .product-parent-2, .product-parent-3, .product-parent-4, .product-parent-5, .product-parent-6{
  width:50%;
  padding: 0;
  margin: 0 !important;
  height: 45vh;
  float: left;
  overflow: hidden;
} 
  /* ridimensiono div di presentazione prodotti nella pagina HOME e SCHEDE PRODOTTI */
@media screen and (min-width:0px) and (max-width:1350px){
  .home-product-parent-1, .product-parent-1, .home-product-parent-2, .product-parent-2, .home-product-parent-3, .product-parent-3, .home-product-parent-4, .product-parent-4, .home-product-parent-5, .product-parent-5, .home-product-parent-6, .product-parent-6{
    width: 100%;
  }
}
.home-product-child-1, .product-child-1, .home-product-child-2, .product-child-2, .home-product-child-3, .product-child-3, .home-product-child-4, .product-child-4, .home-product-child-5, .product-child-5, .home-product-child-6, .product-child-6{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.home-product-child-1, .product-child-1{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_man_laterale.jpg);
}
.home-product-child-1:hover, .product-child-1:hover{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_man.jpg);
}
.home-product-child-2, .product-child-2{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_lady_laterale.jpg);
}
.home-product-child-2:hover, .product-child-2:hover{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_lady.jpg);
}
.home-product-child-3, .product-child-3{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_city_laterale.jpg);
}
.home-product-child-3:hover, .product-child-3:hover{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_city.jpg);
}
.home-product-child-4, .product-child-4{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_man_el_laterale.jpg);
}
.home-product-child-4:hover, .product-child-4:hover{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_man_el.jpg);
}
.home-product-child-5, .product-child-5{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_lady_el_laterale.jpg);
}
.home-product-child-5:hover, .product-child-5:hover{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_lady_el.jpg);
}
.home-product-child-6, .product-child-6{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_city_el_laterale.jpg);
}
.home-product-child-6:hover, .product-child-6:hover{
  background-image: url(https://www.sellebassano-5zone.com/wp-content/uploads/2019/01/suprema_city_el.jpg);
}
.vertical-align{
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.my-button{
  background-color: rgb(201, 213, 57)!important;
  opacity: 0.9 !important;
}
.my-button:hover{
	background-color: #c9d539 !important;
  opacity: 1 !important;
}
/* modifico banner cookie */
#cookieChoiceInfo{
  background-color: rgba(21, 42, 54, 0.83) !important;
  padding: 40px !important;
}
#cookieChoiceInfo span{
  color: #ffffff !important;
  font-family: inherit !important;
}
#cookieChoiceInfo a{
  background-color: #c9d539 !important;
  opacity: 0.9 !important;
  color: #ffffff !important;
  padding: 10px !important;
  border-radius: 20px !important;
}
#cookieChoiceInfo a:hover{
  opacity: 1 !important;
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
/* riduco spazio tra le tab, nella descrizione della tecnologia, e il loro relativo contenuto */
.wpb_tabs_nav.ui-tabs-nav.clearfix{
	margin-bottom: 20px !important;
}
/* nascondo informazioni tecniche prodotto in ambiente mobile */
	.technical-info-mobile{
		display: none !important;
	}
/* do padding alla sezione "insieme pensiamo al futuro" in ambiente mobile*/
@media screen and (min-width: 0px) and (max-width: 1090px){
	#pensiamo-al-futuro{
		padding-top: 10% !important;
		padding-bottom: 10% !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 1000px){
	/* nascondo sezione desktop, mostro sezione mobile */
	.technical-info-desktop{
		display: none !important;
	}
		.technical-info-mobile{
		display: block !important;
	}
	/* do padding alle sezioni "una nuova tecnologia", "tecnologia" e "immagine hotspot" */
	#nuova-tecnologia, #tecnologia, #immagine-hotspot{
		padding-top: 10% !important;
		padding-bottom: 10% !important;
	}
}
/* metto i paragrafi delle descrizioni teniche prodotto affiancati */
@media screen and (min-width: 600px) and (max-width: 1000px){
	.technical-info-content-mobile{
		width: 50% !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 1000px){
/* tolgo padding all'immagine dell'E-rider in ambiente tablet/mobile */
	.e-rider-image{
		padding: 0% !important;
	}
/* distanzio il nome del prodotto dal menù di navigazione in ambiente tablet/mobile */
	.product-name{
		margin-top: 30px !important;
	}
}
/* riduco pay-off in ambiente mobile */
@media screen and (min-width: 0px) and (max-width: 600px){
	#pay-off{
		font-size: 35px!important;
    	line-height: 35px!important;
	}
}
/* nascondo learn more della pagina HOME  e SCHEDA PRODOTTO in ambiente desktop */
.learn-more-mobile{
	display: none !important;
}
/* mostro learn more della pagina HOME  e SCHEDA PRODOTTO in ambiente mobile e nascondo testo troppo lungo presente in ambiente desktop */
@media screen and (min-width: 0px) and (max-width: 690px){
	.learn-more-mobile{
	display: block !important;
	}
	.learn-more-desktop{
	display: none !important;
}
}
/* nascondo colonna tra descrizione prodotto e immagine prodotto in ambiente mobile  */
@media screen and (min-width: 0px) and (max-width: 1000px){
	.column-hide{
		display: none !important;
	}
}
