/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


#main-header #top-menu li.current-menu-item > a {
	color: #290708 !important;
}

#main-header #et-top-navigation li.menu-item-630 > a {
	color: #290708 !important;
}

#main-footer #et-footer-nav #menu-footer-menu li.current-menu-item > a {
	color: #290708 !important;
}

/* Center the links in the footer */
.bottom-nav {
	text-align: center;
}

/* Changes the color for the root drop down menu item */
/*
#main-header #et-top-navigation li.current-menu-item > a {
color: blue !important;
}
*/

/*Changes the root level link of a drop down menu*/
#top-menu li.current-menu-ancestor > a { 
	color: #290708 !important;
}

/*Changes the background color of a drop down menu hover*/
#top-menu li li a:hover { 
	background-color:#9f0d0d !important; 
}

/*----------------------------*/

/* Trying Ken Burns Effect */
.kb-zoomout .et_pb_slide .et_parallax_bg {
   animation: zoomout 7s forwards;
  -ms-animation: zoomout 7s forwards;
  -webkit-animation: zoomout 7s forwards;
 /* -0-animation: zoomout 7s forwards;*/
  -moz-animation: zoomout 7s forwards;
}