
/* 
Theme Name: Hello Elementor Child
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
*/
html {
	font-size: 16px;
}

/* Add your custom styles here */

/* Remove check icons from Gravity Forms */
.gform_wrapper ul li::before {
	content: none !important;
}

.gform_wrapper ul {
	list-style: none !important;
	padding-left: 0 !important;
}

.gform_wrapper ul li {
	padding-left: 0 !important;
	position: static !important;
}

/* Fix: Nav submenu — pure CSS hover since SmartMenus won't fire */

/* Header stacks above page content */

/* .elementor-location-header {
  position: relative;
  z-index: 99999 !important;
} */

/* All containers in header must allow overflow */
.elementor-location-header *:not(svg):not(path) {
	overflow: visible !important;
}

/* Menu items position context for dropdown children */
.elementor-nav-menu--main .elementor-nav-menu > li, .elementor-nav-menu--main .sub-menu > li {
	position: relative !important;
}

/* All submenus: hidden, absolutely positioned */
.elementor-nav-menu--main .sub-menu {
	display: none !important;
	position: absolute !important;
	z-index: 99999 !important;
	min-width: 220px !important;
	top: 100% !important;
	left: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Show submenu on hover of parent li */
.elementor-nav-menu--main li:hover > .sub-menu {
	display: block !important;
}

/* Nested submenus fly out to the right */
.elementor-nav-menu--main .sub-menu .sub-menu {
	top: 0 !important;
	left: 100% !important;
}

/* Remove check icons on sitemap page */
body.page-id-3912 .elementor-widget-theme-post-content ul li::before, body.page-id-3912 .elementor-widget-text-editor ul li::before {
	content: none;
}

body.page-id-3912 .elementor-widget-theme-post-content ul, body.page-id-3912 .elementor-widget-text-editor ul {
	list-style: disc;
	padding-left: 1.5em;
}

body.page-id-3912 .elementor-widget-theme-post-content ul li, body.page-id-3912 .elementor-widget-text-editor ul li {
	padding-left: 0;
	position: static;
}
