/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Description: Child theme for Hello Elementor
Version: 1.0.0
*/

.sticky-parent {
    position: relative;
}

.sticky-wrapper {
    /* Wrapper maintains the space in layout */
    position: relative;
}

.custom-sticky-element {
    width: 100%;
}

.always-show-children .elementor-nav-menu--dropdown .elementor-nav-menu--dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    display: block !important;
}

.always-show-children .elementor-nav-menu--dropdown .elementor-nav-menu--dropdown .elementor-item {
    padding-left: 20px;
}

p a {
	color: #f06524;
}
	
.search-result-item {
	margin-bottom: 1.5rem;
}

.me-3 {
	margin-right: 1rem;
}

.badge {
	padding: 4px 10px;
    border-radius: 15px;
    border: 1px solid;
    font-size: 12px;
    text-transform: uppercase;
}

#gform_2 {
	margin-bottom: 1.5rem;
}

.gform_button.button,
.gfield_choice_all_toggle,
.gform-theme-button {
	background-color: var(--e-global-color-primary) !important;
}

.footer-menu .sub-menu {
	top: auto !important;
	left: auto;
	right: 0;
    bottom: 100%;
}

.sticky-element {
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.sticky-element.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}