/**
 * Theme Name: Hello Child
 * Template: hello-elementor
 */

 /* Remove Elementor width control */
.elementor-container {
  max-width: 100% !important;
}

/* Remove padding conflicts */
.elementor-section {
  padding: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

footer a {
    transition: color 0.2s;
}

footer a:hover {
    color: #fcc33e;
}

