/*-------------------------------------------------------
Theme Name: Divi Child Theme
Description: A child theme template for Divi
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

#menu-sitemap-menu {flex-direction:column;}

CSS FOR CLOSE BUTTON 


/* Normal state */
 .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	color: #272660 !important;
}
/* Hover state */
 .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:hover:before {
	color: #d72029 !important;
}

  .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block!important;
    content: "\e04f" !important;
}





 
