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

/* Contact From 7 */
.wpcf7-list-item-label {
	font-size: 13px;
}
.wpcf7-form .cf7-col100 {
	display: flex;
	gap: 40px;
}
.wpcf7-form {
	gap: 28px;
	display: flex;
	flex-direction: column;
}
.wpcf7-form p {
	margin-bottom: 0;
}
	.wpcf7-form  .wpcf7-list-item {
	margin: 0;
}
::placeholder {
	color: var( --e-global-color-text );
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #cbd6ad;
	background: #cbd6ad;
	margin: 40px 0;
	padding: 16px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #9cc8a0;
	background: #9cc8a0;
	margin: 40px 0;
	padding: 16px;
}
input.wpcf7-form-control.wpcf7-submit {
	background: var(--e-global-color-46aa1df);
	border-radius: 28px;
	padding: 12px 32px;
	color: var(--e-global-color-text);
	margin: 0 auto;
	width: 100%;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background: #95DBF9;
	color: var(--e-global-color-text) !important;
}
.wpcf7-form .wpcf7-select {
	background: #ffffff;
	border: 2px solid var(--e-global-color-text);
}
@media (max-width: 768px) {
	.wpcf7-form .cf7-col100 {
		display: flex;
		gap: 12px;
		flex-direction: column;
	}
	.wpcf7-form {
		gap: 12px;
	}
}