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

.p-bottom {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
	#e-n-menu-title-9245 .e-n-menu-title-text {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	#menubar-924 {
		width: 360px;
		padding-left: 16px;
		padding-top: 30px;
		padding-bottom: 32px;
		max-width: 90vw;
		min-height: 100vh;
		background-color: #465244;
	}
	#e-n-menu-title-9245 .e-n-menu-title-text {
		background-color: #f5852f;
		color: #FFF;
		border-color: #f5852f;
		padding: 12px 24px;
		border-radius: 3px;
	}
	#e-n-menu-title-9245 .e-n-menu-title-text:hover, #e-n-menu-title-9245 .e-n-menu-title-text:focus {
		background-color: #d4620b;
		color: #FFF;
		border-color: #d4620b;
	}
}

/* .own-fixed-section.elementor-sticky.elementor-sticky__spacer {
  background-color: #1f281e !important;
} */

.own-fixed-section .elementor-motion-effects-container .elementor-motion-effects-layer {
	opacity: 0;
}