Big Logo Header Meta & Menu Combined

PHOTO EMBED

Sat Oct 15 2022 17:45:23 GMT+0000 (Coordinated Universal Time)

Saved by @omnixima #css

/* Header CSS Starts Here */
#header_meta {
    border: none !important;
    background: transparent !important;
}

#header_meta .sub_menu li a:hover {
    opacity: .8 !important;
}

#header_meta .sub_menu {
  padding-right: 13px;
  top: 0;
}

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

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

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

span.logo {
    position: absolute;
    top: -50px;
    height: 180px !important;
}

.menu-item-top-level a:hover {
    color: #4884b7 !important;
}

@media (min-width: 768px) and (max-width: 1110px)  {
  #header_main .container, .main_menu ul:first-child > li a {
      height: 70px !important;
      line-height: 70px !important;
  }
}

@media (max-width: 1110px) {
    .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;
    }
}

.main_menu {
  border-top: 1px solid #ee3d33 !important;
}

.av_secondary_right .sub_menu li a {
    font-size: 18px !important;
    line-height: 50px !important;
}

#header_meta .container {
    min-height: 50px;
}

#menu-item-search a {
    line-height: 75px;
}

.av_secondary_right .sub_menu li a .contact-icon:before {
  content: '\e805';
  font-family: entypo-fontello;
  padding-right: 8px;
}

.av_secondary_right .sub_menu li a .tel-icon:before {
   content: '\e8ac';
   font-family: entypo-fontello;
   padding-right: 8px;
}

.av_secondary_right .sub_menu li {
  border: none !important;
  padding: 0 0 0 25px !important;
}

/* Header CSS Ends Here */
content_copyCOPY