/*
Theme Name: hello-elementor-child
Theme URI: https://wordpress.org/themes/hello-elementor/
Description: Hello elementor Theme
Author: Elementor Team
Template: hello-elementor
Version: 2.7.1
*/



/* PRELOADER CONTATTI*/

* {
    
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

.container {
    
  background-color: white;
  position: fixed; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  overflow: hidden;
  
}

#hello {
    
  width: 430px;
  height: 100px;
  pointer-events: none;
  position: fixed; 
  left: 0; 
  right: 0;
  top: 50%;
  margin-left: auto; 
  margin-right: auto;
  margin-top: auto;
  
}

#hello-group {
    
  transform: translateX(30px);
    
}




