.elementor .jlt-mobile-header{/* =========================================
 JLT MOBILE HEADER
 ========================================= */

/* HIDE MOBILE HEADER ON DESKTOP + TABLET */
.jlt-mobile-header {
  display: none !important;
}


/* SHOW MOBILE HEADER ON PHONES ONLY */
@media screen and (max-width: 767px) {

  .jlt-mobile-header {
      display: flex !important;

      flex-direction: row !important;
      align-items: center !important;
      justify-content: space-between !important;

      width: 100% !important;

      margin: 0 !important;
      padding: 10px 12px !important;

      position: relative !important;

      overflow: visible !important;

      z-index: 999999 !important;
  }

}\n}