/* 
Theme Name: Kijlstra Hello Elementor Child
Theme URI: https://kijlstra.nl
Description: Kijlstra Hello Elementor Child is a child theme of Hello Elementor, created by Cocomedia
Author: Kijlstra
Author URI: https://www.cocomedia.nl
Template: hello-elementor
Version: 2.0.1
Text Domain: kijlstra-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 */

.fixed-menu-bar {
	opacity: 1;
	transition: opacity 400ms;
}
.fixed-menu-bar.menu-hide {
	opacity: 0;
	z-index: -1000;
	transition:
		opacity 400ms,
		z-index 1ms 400ms;
}
