/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template:     Divi
Version: 3.0.71
Description:  Divi Child Theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

	
/*button colors on content page*/
body #page-container .et_pb_section .et_pb_button_1:hover {
color: #fff !important;
}

/* bold color for Casestudy in menu */
li.menubold a {
color: #D53D3C;
font-weight: bold;
}

/*Fix spacing in navigation after update to 5.3.3 Steven*/
.et_pb_module.et_pb_fullwidth_menu.et_pb_fullwidth_menu_0.et_pb_bg_layout_light.et_pb_text_align_center.et_dropdown_animation_fade.et_pb_fullwidth_menu_fullwidth.et_pb_fullwidth_menu--without-logo.et_pb_fullwidth_menu--style-left_aligned {
height: auto;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav ul li.mega-menu ul {
top: 75px !important;
}
@media only screen and (max-width: 980px) { 
.et_pb_fullwidth_menu .mobile_menu_bar {
top: 0px !important;
}
}