/*
Theme Name: Building Thinkers
Theme URI: https://buildingthinkers.com/
Author: Raymond Granale
Author URI: https://github.com/devrymnd
Description: A custom WordPress theme developed for Building Thinkers, built from a tailored HTML template and optimized for performance, responsiveness, and easy content management through the WordPress Customizer.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: buildingthinkers
*/

/* Contact Form 7 Styles */
.wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
}

.contact-form {
  gap: 1.2rem !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 5px;
}
