/*!
Theme Name: Maxima Group LLC
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maxima-group-llc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Maxima Group LLC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.footer-contact-box a{
    color: #fff;
}

.form-select{
	padding: 12px 12px !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 0em;
    border: 2px solid #00a0d2;
    font-size: 12px;
    font-weight: 800;
}
.wpcf7-form.invalid{
	
}
.wpcf7-form.invalid .wpcf7-not-valid-tip{
	position: absolute;
    top: 7px;
    left: 14px;
	background:var(--accent-color);
	    z-index: 0;
}

.wpcf7-form.invalid .wpcf7-form-control-wrap select + span{
    top: 14px;
    left: 87px;
    width: 250px;
}
.wpcf7-form.invalid .wpcf7-form-control-wrap input[placeholder="Mobile Number"]::placeholder{
	color:transparent;
}
