/* 
Theme Name: watchersociety
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 */



.sign-up-form .elementor-form-fields-wrapper.elementor-labels- {
    display: flex !important;
    flex-direction: row;
}

.sign-up-form .elementor-form-fields-wrapper.elementor-labels- .elementor-field-type-text{
    width: 25% !important;
}
.sign-up-form .elementor-form-fields-wrapper.elementor-labels- .elementor-field-type-email{
    width: 25% !important;
}
.sign-up-form .elementor-form-fields-wrapper.elementor-labels- .elementor-field-type-tel{
    width: 25% !important;
}

.sign-up-form .elementor-form-fields-wrapper.elementor-labels- .elementor-field-type-submit{
    width: 25% !important;
}

.elementor-15 .elementor-element.elementor-element-61ff28e .elementor-field-group.recaptcha_v3-bottomright {
    display: contents;
}

.site-footer {
	padding: 0px;
}

@media only screen and (max-width: 767px) {
	.sign-up-form .elementor-form-fields-wrapper.elementor-labels- {
		display: flex !important;
		flex-direction: column;
	}

	.sign-up-form .elementor-form-fields-wrapper.elementor-labels- .elementor-field-type-text,
	.sign-up-form .elementor-form-fields-wrapper.elementor-labels- .elementor-field-type-email,
	.sign-up-form .elementor-form-fields-wrapper.elementor-labels- .elementor-field-type-tel,
	.sign-up-form .elementor-form-fields-wrapper.elementor-labels- .elementor-field-type-submit{
		width: 100% !important;
	}
}