/*
 Theme Name:     Byron Design
 Theme URI:      http://www.byrondesign.com.au
 Description:    Byron Design
 Author:         Byron Design
 Author URI:     http://www.byrondesign.com.au
 Template:       Divi
 Version:        3
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Remove the line below the normal Divi menu */
#main-header {
    box-shadow: none !important;
}

/* Add this, too, if you want to remove the
   shadow underneath the fixed Divi navigation bar */
#main-header.et-fixed-header {
    box-shadow: none !important;
}


/* =Nav
------------------------------------------------------- */
span.mobile_menu_bar:before {
    color: #FFF !important;
}

/* =dropdown menu
------------------------------------------------------- */
#top-menu li li a {
    padding: 4px 4px;
}

#main-header #top-menu li li a {
padding: 4px 4px;
font-size: 14px;
line-height: 20px;
}


/* =Fix Menu
------------------------------------------------------- */
.select_page { visibility: hidden; }

@media (max-width: 980px) {
#page-container {
padding-top: 43px !important;
}
}
@media (max-width: 980px) {
#logo {
max-width: 100% !important;
max-height: 90% !important;
}
}
@media (max-width: 980px) {
#mainheader {
top: 4% !important;
}
}
@media (max-width: 980px) {
#et-top-navigation{
padding-top: 5px !important;
}}
.et_header_style_split .mobile_menu_bar,
.et_header_style_left .mobile_menu_bar {
padding-bottom: 5px;
}


