/*
 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;
        }
    }
}
#brx-header{
  z-index: 9;
}
.linec,
.winter{
  position: relative;
}
.linec:before{
  content: "";
  display: block;
  width: 150vw;
  height: 1px;
  background-color: var(--wgeline-color);
  position: absolute;
  bottom: 0;
  left: -30vw;
}

.winter:before{
  content: "Winter";
  text-transform: none;
  display: inline;
  position: absolute;
  bottom: 25%;
  color: var(--wgeoro);
  font-family: "Ballet";
  font-weight: 400;
  font-size: 100px;
}
/*----------------------------------------------------------- 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: 768px){
	a, button, div {
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
	}
	.bu-burger-sub-menu{
		max-width: 100vw !important;
	}
  .winter:before{
    bottom: 25%;
    font-size: 70px;
  }
}
/*---------------------------------------------------------- END MOBILE ----------------------------------------------------------*/