/*
Theme Name:Ed Fitch For Mayor 2022 Theme
Theme URI: https://edfitchformayor.com
Description: Customized Theme for Ed Fitch For Mayor 2022
Author: DeQuadros Digital Inc
Author URI: https://dequadrosdigital.com
Template: Divi
Version: 1.0
License:  GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html


/**********************************************************
******** ANIMATION BOTTOM TO TOP ******************
*******************************************************/

.bottom-animated.et-animated {
	opacity: 1; 
	-webkit-animation: fadeBottom 1.5s 1 cubic-bezier(0.77,0,.175,2);
	-moz-animation: fadeBottom 1.5s 1 cubic-bezier(0.77,0,.175,2);
	-o-animation: fadeBottom 1.3s 1 cubic-bezier(0.77,0,.175,2); 
	animation: fadeBottom 1.3s 1 cubic-bezier(0.77,0,.175,2);
}
