/*
Theme Name: Engels Group
Template: hello-elementor
Author: Child Theme Configurator
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Version: 3.0.1.1715589146
Updated: 2024-05-13 08:32:26
*/
.site-header, .site-footer {
	display: none;
}
.one-half {
	width: 48%;
	float: left;
}
.one-half.last {
	width: 48%;
	float: right;
}
.wpcf7-form label {
	line-height: 3 !important;
}
.wpcf7-form h2 {
	text-transform: uppercase;
	font-size: 26px;
	margin-top: 40px;
}
.wpcf7-form h6 {
	font-weight: 600;
}
.wpcf7-list-item:first-child {
	margin-left: 0;
}
.wpcf7-submit {
    margin-top: 20px;
    margin-bottom: 40px;
}
.wpcf7-form p a {
	color: var( --e-global-color-accent );
}
.wpcf7-form p a:hover {
	text-decoration: underline;
}
label span {
	color: var( --e-global-color-accent );
	/*font-size: 20px;*/
}
.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}
.wpcf7-list-item span {
	color: var( --e-global-color-3f6ff17 ) !important;
}
.wpcf7-form label {
    line-height: 1.5 !important;
}
.elementor-widget-text-editor ul {
	margin-bottom: 20px !important;
}

@media only screen and (max-width: 600px) {
	.one-half {
		width: 100%;
		float: left;
	}
	.one-half.last {
		width: 100%;
		float: right;
	}
}