/* 
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
*/

.site-main .gradient-light .elementor-heading-title {
	display: inline-block;
	background: linear-gradient(to left, #ffffff, #868686);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.site-main .gradient-dark .elementor-heading-title {
	display: inline-block;
	background: linear-gradient(to left, var(--e-global-color-primary), #737373);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.elementor-field-type-acceptance label {
	font-size: 14px;
}
.elementor-field-type-submit .elementor-button-text::after {
	content: '';
	width: 18px;
	height: 14px;
	background: url('asset/images/btn-arrow.svg') no-repeat center center scroll;
	display: inline-block;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	body .elementor-220 .elementor-element.elementor-element-e03cc2a .elementor-form-fields-wrapper {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	body .elementor-220 .elementor-element.elementor-element-e03cc2a .elementor-field-group {
		padding-right: 0;
		padding-left: 0;
	}
}

/* CAPCTHA */
.grecaptcha-badge {
opacity: 0;
}