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

/*
    Add your custom styles here
*/

/* navigation */
.nav-button a {
	background-color: var( --e-global-color-primary );
}

.nav-button a:hover {
	opacity: 0.7;
}

/* Registration Form */
.mc4wp-form-fields label {
	display: none;
}

.mc4wp-form-fields input {
	background-color: transparent;
	border-radius: 0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid;
	border-left: none;
	border-color: var( --e-global-color-primary );
	color: var( --e-global-color-primary );
	margin-bottom: 18px;
	padding: 8px 0px;
}

.mc4wp-form-fields input::placeholder {
	color: var( --e-global-color-primary );
}

.mc4wp-form-fields .field-container1 .field-flex1 {
	margin-right: 10px;
}

.mc4wp-form-fields .field-container1 .field-flex1:last-child {
	margin-right: 0px;
}

.field-container1 {
	display: flex;
	flex-wrap: wrap;
}

.field-flex1 {
	flex: 1;
	min-width: 160px;
}

.field-association {
	color: var( --e-global-color-primary );
	margin: 20px 0 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.field-country {
	display: none;
}

/* Icon fix */
.elementor-icon-wrapper {
	line-height: 16px!important;
}