/*
 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
*/

header{
  z-index: 99999;
}
*: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;
        }
    }
}
strong{
  font-weight: 700;
}
/* Popup parte fuori schermo in alto */
.brxe-popup-108 {
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  visibility: visible !important;
}
.brxe-popup-108.hide {
  transform: translateY(-100%) !important;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  pointer-events: none;
}
body.brx-popup-open {
  overflow: hidden;
}

/* Sfondo header */
.home .header-white-container {
  background: #ffffff;
}
body:not(.home) .header-white-container {
  background: var(--mmsblu);
}

/* Logo */
.home .header-white-logo { display: block; }
.home .header-blue-logo { display: none; }
body:not(.home) .header-white-logo { display: none; }
body:not(.home) .header-blue-logo { display: block; }

/* Menu icon */
.home .header-white-menu { display: block; }
.home .header-blue-menu { display: none; }
body:not(.home) .header-white-menu { display: none; }
body:not(.home) .header-blue-menu { display: block; }
/*----------------------------------------------------------- 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;
	}
  body:not(.home) .header-white-section {
    background: var(--mmsblu);
  }
}
/*---------------------------------------------------------- END MOBILE ----------------------------------------------------------*/