@media screen and (max-width: 782px) {
	.admin-bar .sticky-top-bar-message {
    top: 46px !important;
	}

  .admin-bar .sticky-top-bar-message.bottom-bar {
    top: auto !important;
    bottom: 0 !important;
  }

  .admin-bar .sticky-top-bar-open-button {
    top: 44px !important;
  }

  .admin-bar .sticky-top-bar-open-button.bottom-bar {
    top: auto !important;
    bottom: 0 !important;
  }

  .sticky-top-bar-message .message.static,
  .sticky-top-bar-message .message-button.static,
  .sticky-top-bar-message .mobile-message,
  .sticky-top-bar-message .mobile-message-button {
    display: inline-block !important;
  }

  .sticky-top-bar-message .message,
  .sticky-top-bar-message .message-button,
  .sticky-top-bar-message .mobile-message.hide,
  .sticky-top-bar-message .mobile-message-button.hide {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .sticky-top-bar-message,
  .sticky-top-bar-open-button {
    position: absolute !important;
  }

  .sticky-top-bar-message.mobile-sticky,
  .sticky-top-bar-open-button.mobile-sticky {
    position: fixed !important;
    top: 0 !important;
  }

  .sticky-top-bar-message.bottom-bar,
  .sticky-top-bar-open-button.bottom-bar {
    top: auto !important;
    bottom: 0 !important;
    position: fixed !important;
  }
}

.sticky-top-bar-message .mobile-message,
.sticky-top-bar-message .mobile-message-button {
  display: none;
}

.admin-bar .sticky-top-bar-message {
  top: 32px;
}
.admin-bar .sticky-top-bar-message.bottom-bar {
  top: auto;
  bottom: 0;
}
.sticky-top-bar-message {
  text-align: center;
  height: 45px;
  line-height: 45px;
  z-index: 99997;
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky-top-bar-message.bottom-bar {
  top: auto;
  bottom: 0;
}
.sticky-top-bar-message.desktop-absolute {
  position: absolute;
}
.sticky-top-bar-message.current {
  z-index: 99998; /* Relative to the WP Admin Bar, -1 */
}
.sticky-top-bar-message * {
  display: inline-block;
}
.sticky-top-bar-message a,
.sticky-top-bar-message button,
.sticky-top-bar-message input[type=submit] {
  text-decoration: none; border-radius: 5px; padding: 0 10px; margin-left: 10px; line-height: 30px;
}
.sticky-top-bar-message a.non-flat,
.sticky-top-bar-message button.non-flat,
.sticky-top-bar-message input[type=submit].non-flat {
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2); position: relative;
}
.sticky-top-bar-message a.non-flat:active,
.sticky-top-bar-message button.non-flat:active,
.sticky-top-bar-message input[type=submit].non-flat:active {
  box-shadow: inset 0 0 rgba(0,0,0,0.2); top: 2px;
}
.sticky-top-bar-message p {
  margin: 0;
}
.sticky-top-bar-close-button,
.sticky-top-bar-open-button {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.sticky-top-bar-close-button img {
  margin-top: -4px;
  width: 16px;
}
.sticky-top-bar-open-button {
  position: fixed;
  top: 0;
  line-height: 45px;
  z-index: 1;
}
.sticky-top-bar-open-button.bottom-bar {
  top: auto;
  bottom: 0;
}
.sticky-top-bar-open-button.desktop-absolute {
  position: absolute;
}
.sticky-top-bar-open-button img {
  width: 16px;
}
.admin-bar .sticky-top-bar-open-button {
  top: 30px;
}
.admin-bar .sticky-top-bar-open-button.bottom-bar {
  top: auto;
  bottom: 0;
}
