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

.mws-dark a {
    color: #FFFFFF;
}
.mws-dark a:hover {
    color: #63BC3A;
}
.gform_legacy_markup_wrapper .validation_message, .gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .gfield_error .gfield_label, .gform_legacy_markup_wrapper .gfield_required{
	color: var(--e-global-color-secondary) !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background-color: #4e4e4e9c !important;
	border:0px !important;
	padding:10px !important;
	border-radius: 10px !important;
}
.gform_legacy_markup_wrapper div.validation_error {
	background-color: var(--e-global-color-2d68751) !important;
}
.gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox, .gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio{
	color:#fff !important;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: 0.7em;
    width: 0.7em;
    color: var(--e-global-color-753e88a) !important;
    fill: var(--e-global-color-753e88a) !important;
}
   