

  .menu-kk ul::before {
        content: '' ;
        display: block;
        width: 0;
        height: 4px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: hsla(234, 100%, 50%, 1);
      }
    /*
      & > span,
      & > a {
        color: theme('colors.secondary.DEFAULT') ;
      } */
    .menu-kk .open ul {
        visibility: visible;
      }
    .menu-kk .open ul::before {
          width: 100%;
          transition: width 700ms;
        }
    .menu-kk a.in-trail,
    .menu-kk span.in-trail {
      color: hsla(234, 100%, 50%, 1);
    }
    .menu-kk a.in-trail::after, .menu-kk span.in-trail::after {
        content: ' —';
        font-size: 1.5rem;
        line-height: 1.25rem;
      } /* End of .menu-kk */

      @media (width < 1024px ){
        .menu-kk  {
          /*background-color: red;*/
          flex-flow: column nowrap;
          align-items: center;
        }
      }


/*# sourceMappingURL=menu-kk.css.map*/
