/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
    Add your custom styles here
*/
*{ box-sizing: border-box; }
.dule_text span {
    color: #D7BC6D !important;
}
.con-form .row{
	display:flex;
	flex-wrap:wrap;
}
.con-form .wpcf7-form-control-wrap{
	width:100%;
	flex:0 0 auto;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
}
.con-form .wpcf7-submit{
	background-color:#d7bc6d;
	color:#fff;
	
	border:2px solid #d7bc6d
}

.con-form .wpcf7-submit:hover{
	color:#d7bc6d;
	background-color:#d7bc6d00;
	border:2px solid #d7bc6d;
}
.footer-form .wpcf7-form-control-wrap{
	width:33.33%;
	padding-left:5px;
	padding-right:5px; 
	
}
.footer-form .wpcf7-submit{width:100%}
.footer-form .wpcf7-spinner {
	position:absolute;
}
@media only screen and (max-width: 786px) {
	.footer-form .wpcf7-form-control-wrap{width:100%;}
}