/*
 Theme Name:   Divichild
 Theme URI:    http://www.evann.com
 Description:  This is a child theme for Divi by Elegant Themes. Documentation for that theme is available here: http://www.elegantthemes.com/gallery/divi/documentation/
 Author:       Evann
 Author URI:   http://www.evann.com
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divichild
*/

@import url("../Divi/style.css");

/* Add your custom css below
-------------------------------------------------------------- */

/*
this gets rid of the fade in animation for the slider text. lisa didn't like it, but there wasn't a toggle for that effect in the theme settings.
*/
.et_pb_container div {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}