/*
 Theme Name:     575 Divi child theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi child theme created by 575
 Author:         575 Inc.
 Author URI:     http://575agency.com
 Template:       Divi
 Version:        1.5.0
*/
 
@import url("../Divi/style.css");
 
/* Theme customization starts here - JCX
------------------------------------------------------- */

/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
}
/*rotate the Divi Menu icon on click*/
.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}
.et_pb_menu .et_pb_menu__wrap--visible {
    -webkit-animation: none!important;
    animation: none!important;
}
.et_pb_menu .et_pb_menu__wrap--hidden {
    -webkit-animation: none!important;
    animation: none!important;
}
.et-menu a, .et-menu a:hover {
    -webkit-transition: none!important;
    transition: none!important;
}