/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
p:last-child {
  margin: 0;
}

#cmplz-document {
  max-width: none;
}

.efa-form .elementor-field-type-acceptance label {
  font-size: 0.9rem !important;
}

a {
  color: var(--e-global-color-primary);
}
a:hover {
  color: var(--e-global-color-secondary);
}

.efa-green-bold strong,
.efa-green-bold b {
  color: var(--e-global-color-primary);
}

.efa-multiline-background-text span {
  background-color: var(--e-global-color-primary);
  padding: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 90px;
}
@media screen and (max-width: 1024px) {
  .efa-multiline-background-text span {
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .efa-multiline-background-text span {
    line-height: 60px;
  }
}/*# sourceMappingURL=style.css.map */