/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.elementor-field-group input[type="text"] {
	border-radius: 0px;
	padding: 6px 16px;
	min-height: 47px;
}


.wpcf7-form {
	margin-top: 20px;
}

.codedropz-upload-inner h3{
	font-size: .9em !important;
}

.elementor-field-group {
	padding-right: calc( 20px/2 );
	padding-left: calc( 20px/2 );
	margin-bottom: 20px;
}

.elementor-field-group button.elementor-button.elementor-size-sm {
	width: 100%;
}

.wpcf7-form-control-wrap,
textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
}

.grecaptcha-badge {
    visibility: hidden;
}