/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.top-menu[data-depth="1"]
{
    display: flex;
    flex-wrap: wrap;
}

.top-menu .sub-menu ul[data-depth="1"]>li
{
    float:none;
    width: 40%;
}