/*
 Theme Name:   ColrMag Child
 Description:  Child theme for the ColorMag theme
 Template:     colormag
 Version:      1.0.0
*/

/* Add your custom CSS below */

.disclaimer {
  background: #ffe45e;
  padding: 20px;
}

/* 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;
}