/**
 * Theme Name:     Divi Child
 * Author:         Artins Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

 .royal_gf .gform-field-label, .d-hide{display: none !important;}
 .hide{display: none;}

 /* overlay to center the loader */
.loader-overlay{
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.6); /* dim page */
  z-index: 9999;
}

/* ring spinner */
.loader-ring{
  width: 56px;
  height: 56px;
  border: 6px solid rgba(0,0,0,0.12);
  border-top-color: rgba(0,0,0,0.75);
  border-radius: 50%;
  animation: spin 0.85s linear infinite;
}

/* hide by default (remove .hidden to show) */
.loader-overlay.hidden { display: none; }

@keyframes spin {
  to { transform: rotate(360deg); }
}
