Header Area - CSS

PHOTO EMBED

Sat Oct 15 2022 17:48:46 GMT+0000 (Coordinated Universal Time)

Saved by @omnixima #css

/* Header CSS Starts Here */

#header_meta {
    border: none !important;
    background: transparent !important;
}

@media (min-width: 1201px) {
    #header_main .container,
    .av-main-nav .menu-item-top-level > a {
      height: 68px !important;
      line-height: 68px !important;
    }

  #header_main {
      border-top: none !important;
  }

  #main {
      padding-top: 97px !important;
  }

  .logo img {
      max-height: 1000% !important;
  }

  span.logo {
      position: absolute;
      top: -15px;
      height: auto;
  }
}

@media (max-width: 1200px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block !important;
    }

    .menu-item-top-level {
        display: none;
    }

    #av-burger-menu-ul li a {
        height: auto !important;
        line-height: 1.5 !important;
    }
}

@media only screen and (max-width: 767px) {
    .logo img {
      width: 250px !important;
    }

    #header_meta {
      background: var(--alt-color) !important;
    }

    #header_meta * {
      color: #fff;
    }
}
/* Header CSS Ends Here */
content_copyCOPY