/* to put the menu items closer together - was padding 0 30px; */
.dj-megamenu-modern-customized li a.dj-up_a {
    display: block;
    height: 60px;
    font-size: 18px;
    text-decoration: none;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: color 0.2s 
ease-out;
    transition: color 0.2s 
ease-out;
}