/*
Theme Name: Total Child
Template: total
Version: 1.0
*/

/* Hide Contact Form 7 stealth honeypot field */

.cf7-stealth-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}