/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


*:focus, *:focus-visible {
	outline: none !important;
}
a, button, div {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
/* rimuove bordo del'icona dell'elemento dropdown di bricks */
.brx-submenu-toggle svg {
    stroke: none;
}
/* rimuove padding di iubenda */
.iub_content.legal_pp {
    padding: 0px !important;
}
#iubenda_policy .iub_container{
	margin: 0px !important;
}
/* line height di iubenda*/
#iubenda-cs-banner #iubenda-cs-title{
	line-height: 16px!important;
}
/* rimuove icona del calendario nei campi data */
#form-contatti input::-webkit-calendar-picker-indicator {
    display: none;
}
/* impedisce il doppio click del pulsante di cf7 */
.wpcf7-form {
    &.submitting {
        .wpcf7-submit {
            pointer-events: none;
        }
    }
}

/* aggiunta icona pulsanti*/
.bricks-background-primary:after{
	content: url('/wp-content/uploads/2025/06/icon-go.svg');
  	align-self: center;
	display: block;
  	width: 66px;
  	height: 45px;
}
.bricks-background-secondary:after{
	content: url('/wp-content/uploads/2025/06/icon-go-white.svg');
  	align-self: center;
	display: block;
  	width: 66px;
  	height: 45px;
}




/**************** form *******************/
#form-contatti .wpcf7 form .wpcf7-response-output{
  color: white !Important;
  text-align: center !important;
  border: none !important;
  background-color: #00a0d2 !important;
}
#form-contatti .wpcf7 form.sent .wpcf7-response-output{
  border: none !important;
  background-color: #46b450 !important;
}
#form-contatti .wpcf7 form.invalid .wpcf7-response-output{
  border: none !important;
  background-color: red !important;
}
#form-contatti .form-div label {
  color: #404040;
  display: block;
  font-weight: 400;
  background-color: white;
  border-bottom: 1px solid rgb(112, 112, 112, 30%);
  font-size: 16px;
}
#form-contatti label{
  color: #2E2A27;
  font-size: 14px;
}
#form-contatti .form-div .input,
#form-contatti .form-div input:not([type=submit]),
#form-contatti .form-div select,
#form-contatti .form-div textarea{
  border: none;
  padding: 0px;
  line-height: 25px;
  color: #363636;
}
.form-div textarea{
  max-height: 70px;
}
#form-contatti .form-gap{
  gap: 35px;
  margin-bottom: 35px;
}
#form-contatti .wpcf7-list-item {
  margin: 0;
  margin-right: 10px;
}
*:focus, *:focus-visible {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}
#form-contatti input:-webkit-autofill,
#form-contatti input:-webkit-autofill:hover, 
#form-contatti input:-webkit-autofill:focus, 
#form-contatti input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #1d1d1d;
}
.wpcf7-spinner {
  display: none;
}

a, button, div {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
#form-contatti button{
  background-color: none !important;
}
/******************** fine form ************************/
/*----------------------------------------------------------- NOTEBOOK -----------------------------------------------------------*/
@media only screen and (max-width: 1470px){
	
}
/*--------------------------------------------------------- END NOTEBOOK ---------------------------------------------------------*/





/*------------------------------------------------------------ TABLET ------------------------------------------------------------*/
@media only screen and (max-width: 1024px){
	
}
/*---------------------------------------------------------- END TABLET ----------------------------------------------------------*/





/*------------------------------------------------------------ MOBILE ------------------------------------------------------------*/
@media only screen and (max-width: 767px){
	a, button, div {
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
	}
	.bu-burger-sub-menu{
		max-width: 100vw !important;
	}
}
/*---------------------------------------------------------- END MOBILE ----------------------------------------------------------*/