
/* Avada Child — site-specific presentation overrides */

.ipa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Hide WP Toolbar on mobile (front-end only).
 * WP admin-bar.css sets margin on bare `html`, and puts `.admin-bar` on `body`. */
@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }

  html {
    margin-top: 0 !important;
  }

  body.admin-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.min-h-65 {
  min-height: 65px !important;
}