/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol{
	margin-bottom:20px;
}
.bkg-blur {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.elementor .no_underline a {
	text-decoration:none;
}
.elementor .btn-ghost a {
	background-color: var(--e-global-color-77e7ec7);
    color: var(--e-global-color-primary);
	border: 1px solid var(--e-global-color-primary);
}
.elementor .btn-ghost a:hover {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-77e7ec7);
	border: 1px solid var(--e-global-color-primary);
}
header .no_underline .elementor-heading-title a:hover {
	color: var(--e-global-color-80c1c22) !important;
}
#custom-tabs .e-n-tabs-heading {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#custom-tabs span.e-n-tab-title-text {
    max-width: 250px;
    display: flex;
    flex-direction: column;
}
#custom-tabs span.e-n-tab-title-text p {
	font-weight:400;
}
@media (max-width:768px) {
	#custom-tabs .e-n-tabs-heading {
		flex-wrap:wrap;
	}
}
@media (min-width:769px) {
	#menu-btn {
		padding: 8px 20px;
		border-radius: 3px;
		background: var(--e-global-color-accent);
	}
	#menu-btn a span, #menu-btn:hover a span{
		color: var(--e-global-color-primary);
	}
	#menu-btn:hover {
		background: var(--e-global-color-fc91f23);
		border-color: var(--e-global-color-fc91f23);
	}
		#menu-btn:hover a {
			text-decoration:none;
	}
}