/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes.
Author: Roger Dammers.
Template: Divi
*/

@import url("../Divi/style.css");
/* Enter CSS Modifications Below */

/* Remove line under Divi Navigation ------------------------------------------- */
header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

/* Additional New menu styling ------------------------------------------------ */
/*@media all and (max-width:980px)*/
.et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
    background-color: #ffc425;
}
.nav li ul {
    width: 209px !important;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1 !important;
}

#logo {
    max-height: 100%;
    height: 100%;
	margin-left: 45px;
}

/* Change logo settings on mobile  ------------------------------------------------ */
@media only screen and (max-width: 980px) {
#logo {
    max-height: 70%;
    height: 70%;
    margin-bottom: 0px;
    margin-top: -22px;
    margin-left: -22px;
	}
}

@media only screen and (max-width: 980px) {
.et_menu_container:before {
  	display:none
	}
}

/* Change hover colours for footer social media icons ----------------------------- */
#footer-bottom .et-social-facebook a:hover,
#footer-bottom .et-social-twitter a:hover,
#footer-bottom .et-social-instagram a:hover,
#footer-bottom .et-social-youtube a:hover,
#footer-bottom .et-social-linkedin a:hover {
	color: #ffc425 !important;
}

.mobile_nav.opened .mobile_menu_bar:before {
 content: '\4d';
}