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

/* Add your custom styles here */
header {
	position: fixed;
	transform: translateY(0);
	transition: transform .4s ease-in-out, background .4s ease-in-out;
	top: 0;
	width: 100%;
	z-index: 1000;
}
header.hide {
  transform: translateY(-100%);
}

header.scrolled {
  background: rgba(0,0,0,.2);
}

#menu-1-1092e94 {
	display: flex;
	flex-flow: column;
	align-items: center;
}

#menu-1-1092e94 a.elementor-item::after,
#menu-footer a.elementor-item::after {
	content: "";
	bottom: 0;
	width: 100%;
	height: 0.313rem;
}

.text-oro a {
	color: #ffd700!important;
}

.text-oro a::after {
	background-color: #ffd700!important;
}



@media (max-width: 767px) {
	#menu-footer ul li a {
		justify-content: center!important;
		text-align: center!important;
		line-height: 1.3;
	}	
}
