
.sticky.stickynavbar {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;

}

.logged-in.admin-bar .sticky.stickynavbar {
  top: 30px !important;
}

.sticky.stickynavbar {
  top: 0px !important;
}