/*
 Theme Name:   Lovecraft Child
 Description:  Child theme for Lovecraft theme
 Template:     lovecraft
 Version:      1.0.0
*/

/* Hide any class that starts with these prefixes */
[class^="referrer-"],
[class^="company-"],
[class^="affiliation-"],
[class^="extra_info-"],
[class^="contact_details-"],
[class^="user_company-"] {
  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;
}