/* 
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:last-child,
ul:last-child,
ol-last-child {
	margin-bottom:0 !important;
}
.elementor-widget-theme-post-content {
	H2,H3,H4,H5,H6 {
		margin-bottom:10px;
		&:first-child {
			margin-top:0;
		}
		&:not(:first-child) {
			margin-top:20px;
		}
	}
	ul, ol {
		&:not(:last-child) {
			margin-bottom:10px;
		}
	}
	a {
		color:var(--e-global-color-text);
		text-decoration:underline;
	}
}

.text-accent{
    color:var(--e-global-color-accent);
}
.text-primary{
	color:var(--e-global-color-primary);
}

/* Header */
header.elementor-location-header {
	background:none;
	background-color:transparent;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	transition:all ease-in-out 0.2s;
	
	&.sticky_on_top_active {
		background: rgb(21 22 24 / 54%);
		 backdrop-filter: blur(20px) saturate(180%) !important;
		 border-bottom: 1px solid rgba(255,255,255,0.12);
         box-shadow: 0 8px 32px rgba(0,0,0,0.15);
		.ma_custom_header > .e-con-inner {
			padding:0 !important;
		}
		.header_top_bar {
			margin-top:-40px;
		}
	}
}



