/* Default Kadence spacing variables, useful to match specific spacing in designs. Override as needed. */
/* WP 6.8 Override, may be fixed in Core or Kadence later */
.wp-block-button__link {
  width: auto;
}

/* Helper classes from Bootstrap */
.overflow-auto {
  overflow: auto;
}

.position-relative {
  position: relative;
}

.z-99 {
  z-index: 99;
}

.p-0 {
  padding: 0 !important;
}

.text-center {
  text-align: center;
}

.text-wrap-balance {
  text-wrap: balance;
}

.d-none {
  display: none !important;
}

@media (min-width: 1025px) {
  .d-lg-block {
    display: block !important;
  }
}
.sr-only {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* Hiding reCaptcha Badge (we are showing text instead) https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-v3-text {
  font-size: 14px !important;
  padding-top: 8px !important;
  width: 100% !important;
  margin-bottom: 16px !important;
}

/* Acessibility: Reduce animations to almost 0. Leaving .01ms for JS libraries that use the end of animation for events */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Disabling AOS animations on mobile for performance */
@media (max-width: 767px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .animate__animated {
    animation-name: none !important;
    -webkit-animation-name: none !important;
  }
}
/* Mobile styles for Kadence table (adv) */
@media (max-width: 767px) {
  /* Remove right spacing to help visually show they can scroll to see the entire table. */
  .arc-kadence-table-adv {
    margin-right: -24px;
  }
  .arc-kadence-table-adv table {
    min-width: 600px;
    overflow-x: scroll;
    margin-right: 24px;
  }
}

/*# sourceMappingURL=arc-style.min.css.map */
