/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .mega-menu-content{
    position: absolute;
    top: 75px;
    width: 100%;
	left: 0;
}
.akd-nav-menu--layout-horizontal .akd-nav-menu {
    position: static;
}
 .akd-nav-menu li {
    position: unset !important;
}

.mega-menu-content a {
    line-height: 0;
    white-space: wrap !important;
}

@media only screen and (max-width: 1024px) {
    .mega-menu-content {
        position: relative;
        top: 0;
    }
}
