.footer, .footer-btm-bar, header.dark-header:not([data-transparent-header="true"]), .headhesive--clone.dark-header {
  background-color: #001A19 !important;
}

@media (min-width: 767px) {
  .navbar .navbar-nav {
    margin-top: 28px !important;
  }
}
.headhesive--clone .navbar-nav {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.headhesive--clone #logo img {
  max-height: 60px !important;
}

.navbar .navbar-nav > li > a {
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .banner #logo {
    margin: 10px 0;
  }

  .banner #logo img {
    max-height: 60px !important;
  }

  #menu-header-menu {
    margin-bottom: 30px !important;
  }

  #menu-header-menu > li:not(:last-child) {
    margin-bottom: 12px !important;
  }
}
.navbar .navbar-nav > li > a {
  font-size: 18px !important;
}

.headhesive--clone .navbar-toggle {
  margin-top: 21px !important;
}

.btn-menu > a {
    font-size: 15px !important;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0);
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 19px 12px 19px !important;
    display: block;
  }

header.dark-header .navbar-nav > li.btn-menu > a:hover {
    background-color: #FFFFFF !important;
    color: #001A19 !important;

    &:after {
      content: "" !important;
      display: none !important;
    }
  }

@media (min-width: 767px) {
  #menu-header-menu {
    display: flex;
    align-items: center;
  }
}

.navbar .navbar-nav .dropdown-menu {
  padding: 20px;
}

.navbar .navbar-nav .dropdown-menu > li > a {
  color: #fff !important;
}

@media (min-width: 767px) {
  .navbar .navbar-nav .dropdown-menu {
    position: absolute;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.160784);
    border-radius: 4px !important;
    padding: 20px;
    transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #fff !important;
  }

  .navbar .navbar-nav .dropdown-menu > li > a {
    color: #4F4F4F !important;
    font-weight: bold !important;
    font-size: 18px !important;
  }

  .navbar .navbar-nav .dropdown-menu > li > a:hover {
    color: #001A19 !important;
  }
}

.menu-item {
  display: flex;
  align-items: center;
}

.menu-item.btn-menu {
  display: flex !important;
  flex-direction: column !important;
}

.menu-item.icon-clock:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/themes/stratusx-child/assets/images/clock.svg');
}

  .menu-item.icon-repeat:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/themes/stratusx-child/assets/images/repeat.svg');
  }

  .menu-item.icon-calendar:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/themes/stratusx-child/assets/images/calendar.svg');
  }


  .menu-item.icon-quote:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/themes/stratusx-child/assets/images/quote.svg');
  }


  .menu-item.icon-user:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/themes/stratusx-child/assets/images/user.svg');
  }

#loader-wrapper {
  background-color: #F9FAFC;
}

#loader {
  background-image: url("/wp-content/themes/stratusx-child/assets/images/loader.png");
  background-size: 100%;
  border-radius: 0;
  border: 0;
}

#loader:before {
  display: none;
}

#loader:after {
    display: none;
}


