/* 
 Theme Name:     Qui Siti Web Agency
 Author:         Qui Siti Web Agency
 Author URI:     https://quisitiwebagency.it
 Template:       Divi
 Version:        0.1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.7.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/*ALLINEAMENTO CENTRALE ORIZZONTALE*/

.dh-valign-center-row .et_pb_column,
.dh-valign-center-section,
.dh-valign-center-module {
   display: flex;
   flex-direction: column;
   justify-content: center;
}


/* EFFETTO GALLEGGIAMENTO*/ 
@keyframes float {
	0% { transform: translatey(0px);
}
	50% { transform: translatey(-20px);
}
	100% { transform: translatey(0px);
}
}

