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

.position-sticky {
	position: sticky !important;
	top: 0 !important;
}

@media screen and (max-width: 767px) {
	.dark-mobile .elementor-heading-title,
	.dark-mobile .elementor-heading-title *,
	.dark-mobile .elementor-widget-text-editor,
	.dark-mobile .elementor-widget-text-editor *{
		color: var(--e-global-color-text) !important;
	}	
	/* .dark-mobile .elementor-button {
		background: var(--e-global-color-primary) !important;
	} */
}

html.html-scrolled body header#masthead {
    background: white;
    position: sticky;
    top: 0;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    transition: all ease-in-out 0.1s;
}

html.html-scrolled body.logged-in header#masthead {
    top: 32px;
}

body.elementor-page-1030 .elementor-10 .elementor-element.elementor-element-359ff8d .elementor-button {
    opacity: 0.3;
    pointer-events: none;
}