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

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

/*ASFOCATURA della nav bar e delle cta da mobile bottom

.l-header.bg_transparent:not(.sticky) .l-subheader.at_middle {
    backdrop-filter: blur(15px);
}
.bottomlink,header {
    backdrop-filter: blur(10px);
}*/

/*ASFOCATURA del video in hero in home */
.home .l-section-video {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
/*colore delle info in pagina lettura fatture  */
 #powerTip {
    background-color: #213963;
	 padding:30px;
border-radius:20px
max-width:100%;
}