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

/* GLOBALS #################### 
############################*/
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
a {
	text-decoration: none !important;
}
/* .e-con-inner {
	padding-left: 20px !important;
	padding-right: 20px !important;
} */
.e-con-boxed.e-flex {
	margin-top: 0;
}
a.primary-button {
	font-size: 22px;
	font-weight: 700;
	border-radius: 29px;
	padding: 16px 30px;
}
nav.core-breadcrumb,
nav.core-breadcrumb a {
	color: #c3c3c3 !important;
}
@media( max-width: 1199px ) {
	.page-header .entry-title, 
	.site-footer .footer-inner, 
	.site-footer:not(.dynamic-footer), 
	.site-header .header-inner, 
	.site-header:not(.dynamic-header),
 	body:not([class*=elementor-page-]) .site-main {
		max-width: 95%;
	}
}


/* HEADER #################### 
############################*/
header.site-header {
	background-color: #FFF;
	position: sticky;
	top: 0;
	z-index: 1030;
	transition: border-bottom 0.25s ease, box-shadow 0.25s ease;
	border-bottom: 0px solid transparent;
}
header.site-header.scrolled {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	/* Optional soft shadow */
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.site-navigation ul.menu li.menu-item-has-children:after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: -8px;
	margin-top: 9px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

@media( min-width: 992px ) {
	.site-navigation ul.menu li ul {
		border-radius: 8px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
		display: block !important;
		opacity: 0 !important;
		transform: translate(-50%, 10px) !important;
		left: 50% !important;
		width: max-content;
		visibility: hidden !important;
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s !important;
	}
	.menu li ul.sub-menu.show {
		opacity: 1 !important;
		transform: translate(-50%, 0) !important;
		visibility: visible !important;
	}
}

/* MODULES #################### 
############################*/

.eael-elements-flip-box-content h5 {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
}
.text-body .eael-elements-flip-box-heading {
	font-weight: 700;
	font-size: 22px;
}
body .pricing-cta .text-light a {
	text-decoration: none !important;
	color: #FAFAFA !important;
}
/* FOOTER #################### 
############################*/
.site-footer {
	background-color: transparent;
	background-image: radial-gradient(at center center, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
	margin-top: 80px;
	padding: 50px 0 0;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}
.site-footer .widget h3 {
	color: #fafafa;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.site-footer .widget .menu {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.site-footer .widget .menu li {
	padding: 5px 0;
}
.site-footer .widget .menu a {
	color: #fafafa;
	font-size: 16px;
}
.site-footer  .copyright .footer-inner{
	text-align: center;
	color: #fafafa;
	aling-items: center;
	justify-content: center;
	margin-top: 40px;
	border-top: 1px solid var(--e-global-color-primary);
	padding: 30px 15px 20px;
}