/**
 * Theme Name: Bauer Child
 * Template: bauer
 * Version: 1.0
 * Description: Construction and Industrial WordPress Theme
 * Author: Ninzio
 **/
.header-style-6 #main-nav {
    width: 100%;
}
#main-nav ul {
    margin: 0 14px;
    display: flex;
	justify-content:space-between;
}
#main-nav .sub-menu {
    flex-direction: column;
}