/*
Theme Name: Hello Child
Description: A lightweight child theme that extends the Parent Theme.
Author: Author
Author URI:   https://example.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom-colors, custom-menu, responsive-layout
Text Domain: hello-elementor
*/


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* CONTACT FORM COMING SOON */

.wpcf7-list-item {
    margin: 15px 0;
}

input,
textarea {
	margin: 5px 0;
}
.wpcf7-submit {
	background-color: #003D6E;
	color: #fff;
	border: none;
	text-transform: uppercase;
	width: 100%;
}
.wpcf7-submit:hover {
	background-color: #F8061D;
}