/*
 Theme Name:   Divi Child
 Theme URI:    https://longhornpos.com/
 Description:  A child theme for Divi
 Author:       Genius Boy
 Author URI:   https://longhornpos.com/
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/

body.locked {
  pointer-events: none !important;
  opacity: 0.5 !important;
  user-select: none !important;
  transition: opacity 0.1s ease;
}

body.locked button,
body.locked input,
body.locked textarea,
body.locked .et_pb_button,
body.locked .wpforms-submit {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

body.locked .et_pb_section,
body.locked .et_pb_row,
body.locked .et_pb_column {
  pointer-events: none !important;
}

/* Allow form submission when unlocked */
body:not(.locked) .wpforms-submit {
  pointer-events: auto !important;
  opacity: 1 !important;
}