/* 
 Theme Name:     EdITCon
 Author:         EdITCon Digital
 Author URI:     https://www.editcon.digital
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme for Divi
 Wordpress Version: All
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
.wd_menu_button a {
    background-color: #d8d8d8; /* Button background color */
    color: #363636; /* Button text color */
    padding: 10px 15px; /* Button padding */
    border-radius: 5px; /* Rounded corners */
    font-weight: bold; /* Bold text */
    transition: background-color 0.3s ease; /* Smooth background color transition */
	  text-align: center;
}

.wd_menu_button li a:hover {
    background-color: #363636; /* Darker background on hover */
	color: white; /* Button text color */
	  text-align: center;
}
