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

/* Styles from /wp-admin/customize.php of parent-theme */
ol.hr-numbered-list {
	margin: 0 0 30px 0;
}

ol.hr-numbered-list li {
	margin: 20px 0 20px;
	position: relative;
	padding-left: 12px;
}

ol.hr-numbered-list li::marker {
	font-size: 18px;
	color: #0c3e63;
	font-weight: 500;
}

ol.hr-numbered-list li::before {
	display: block;
	width: 30px;
	height: 30px;
	background: transparent;
	content: " ";
	position: absolute;
	left: -29px;
	top: -2px;
	border: 1px solid #72d2ff;
	border-radius: 100%;
}

.page-content .elementor-section a:not(.elementor-icon) {
	font-size: inherit;
	border-bottom: 1px solid #72d2ff;
}

.page-content .elementor-section a:hover:not(.elementor-icon) {
	border-color: #336;
}

.elementor-76 li.current-menu-ancestor.current-menu-parent > a:before,.elementor-76 li.current-menu-ancestor.current-menu-parent > a:after {
	display: block;
	position: absolute;
	background-color: var(--e-global-color-primary);
	content: " ";
	bottom: 0;
	height: 3px;
	width: 100%;
	left: 0;
	z-index: 2;
	opacity: 1 !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

#main-contact, #main-contact + section, .elementor-location-footer {
	content-visibility: auto;
}

/* Fix for disabled "JetSticky For Elementor" */
[data-id="722ad854"] {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}