/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor
 Author: Khanh.nv
 Template: hello-elementor
 Version: 1.0.8
*/
@media(max-width: 767px){
	.mobile-position-static{
		position: static !important;
	}
}
@media(min-width: 768px){
	.scroll-to-show{
		transition-property: background, opacity !important;
	}
	.scroll-to-show:not(.shown){
		opacity: 0;
		visibility: hidden;
		
	}
}