/* 
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
*/

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white a, .white li {
  color: white; }
.white a {
  text-decoration: underline !important; }

.jet-mobile-menu__back {
    z-index: 10;
}

.jet-mobile-menu__item .jet-mobile-menu__item-inner{
	justify-content: start;	
}

.jet-mobile-menu__item-inner .jet-dropdown-arrow{
	margin-left: 20px;
}

.jet-mobile-menu__item--sub-trigger-item .mobile-sub-level-link .jet-menu-label,
.jet-mobile-menu__item--sub-trigger-item .mobile-sub-level-link .jet-menu-label{
  color: white !important;
}

.jet-mobile-menu__item--sub-trigger-item .mobile-sub-level-link .jet-menu-label:hover,
.jet-mobile-menu__item--sub-trigger-item .mobile-sub-level-link .jet-menu-label:active{
  color: #F7DC08 !important;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .validation_message,
body .gform_wrapper div.validation_error{
  color: #ba3838;
}

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
  background-color: transparent;
}