/*
Theme Name:  Global Connects
Theme URI:   http://globalconnects.aero
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site Global Connects.
Author:      Joe Miles
Author URI:  http://globalconnects.aero
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

/*- CSS code to change the menu items to buttons with different button colors on hover and active menu item  Joe Miles 9-11-2019-*/

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
 padding-bottom: 15px;
}
#top-menu li {
 padding-right: 5px;
}
#et-top-navigation {
 padding: 20px 0 !important;
}
#top-menu li a {
 background: #FFFFFF; /*** CHANGES THE BACKGROUND COLOR WAS #C1B2AB ***/
 padding: 15px 20px;
 border-radius: 3px;
}
#top-menu li a:hover,
#top-menu li li a:hover {
 color: #fff !important;
}
#top-menu li a:hover {
 background: #004697 !important; /*** CHANGES THE BACKGROUND COLOR ON HOVER WAS #559cad ***/
}
#top-menu li.current-menu-item > a {
 background: #FFFFFF; /*** CHANGES THE BACKGROUND COLOR OF THE CURRENT PAGE LINK WAS #edc77b ***/
}
#top-menu .menu-item-has-children > a:first-child:after {
 content: none;
}
