/* 
Theme Name: Innovazione Versilia Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Diseo Agency
Author URI: https://diseo.it/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.wapf-customizer {
   padding: 25px;
   background: white;
   width: 96%;	  
   max-width: 650px;
   position: fixed;
   z-index: 999999;
   top: 3%;
   left: 50%;
   transform: translateX(-50%);
   box-shadow: 0 0 0 9999px rgba(0,0,0,0.7);
   display: flex;
   visibility: hidden;
   opacity: 0;
   transition: all .2s;
   max-height: 87vh;
   overflow-y: auto;
}

.wapf-customizer.active { 
   visibility: visible;
   opacity: 1; 
}

.wapf-customizer-bottom {
   margin-top: 20px; 
}

@media all and (max-width:768px) {
   .wapf-customizer{ top:0; }
}