@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

.lead-contactform{
	padding: 20px 30px;
}
.lead-contactform .wpcf7-form-control-wrap{display: block;margin-bottom: 20px;}
.lead-contactform .wpcf7-form-control::placeholder{
    color: #666;
}
.lead-contactform .wpcf7-form-control{
    color: #333;
	font-size: 17px;
}
.lead-contactform input.wpcf7-submit{
    margin: 0;
    width: 100%;
    background: #6363de;
    color: #fff;
    border: 0;
    border-radius: 4px;
}
.lead-contactform .wpcf7-response-output{
    font-size: 11px;
    margin: 10px 0 !important;
    color: #555;
    border-radius: 4px;
    text-align: center;
}
.lead-contactform .wpcf7-not-valid-tip{
    font-size: 11px;
}
.lead-contactform .wpcf7 .wpcf7-response-outputposition:absolute{
	margin: 0;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
}
.lead-contactform .wpcf7-spinner{position:absolute;margin: 0;bottom: 10px;left: 50%;}
.lead-contactform h3{font-size:20px;padding-bottom: 22px;}