/*
 wpadminbar
-----------------------------------------------------*/
#wpadminbar {
  direction: ltr;
  color: #ddd;
  font-size: 13px;
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  line-height: 32px;
  height: 32px;
  position: fixed;
  top: calc(100% - 32px)!important;
  left: 0;
  width: 100%;
  min-width: 600px;
  z-index: 999999;
  background: #23282d;
  display: block!important;
}

html {
  margin-top: 0!important;
}