/* CSS Configs to give the wordpress logging bar gap on mobile */
@media screen and (max-width: 782px) {
  .is-user-logged-in {
    margin-top: 47px !important;
  }
  .is-user-logged-in .scrolling {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .is-user-logged-in .scrolling {
    top: 0px !important;
  }
}
