/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#wpadminbar {
  position: fixed !important;
}

#root-sesc-menu {
  margin-bottom: unset;
}

@media screen and (max-width: 999px) {
  #root-sesc-menu{
    margin-bottom: 70px;
  }
}