/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.2781854083
Updated: 2026-06-19 07:28:03

*/


html,
body {
	width: 100%;
	overflow-x: clip;
}

body {
	font-family: var(--e-global-typography-text-font-family);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6em;
	color: var(--e-global-color-text);
	background: var(--e-global-color-background);
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

.elementor-widget-text-editor p {
	line-height: inherit;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0 !important;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 600;
	margin: 0;
	line-height: 1.2em;
	color: var(--e-global-color-primary);
}

figure {
	margin: 0;
}

iframe {
	max-width: 100%;
}

.elementor-widget-button {
	line-height: 0;
}


.BGAbout:after {
	content: '';
	width: 64%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 15px;
	background-color: #FFF7E3;
	border-radius: 20px;
	z-index: -1;
}

.ekit-wid-con .ekit-single-day {
    display: flex !important;
}

@media only screen and (max-width: 767px) {
	.BGAbout:after {
		width: 100%;
		right: 0px;
		border-radius: 0px;
	}
}

.Service_Item_Side span.elementor-icon-list-icon {
	order: 2;
}

.Service_Item_Side li.elementor-icon-list-item a {
	text-decoration: none;
	justify-content: space-between !important;
}

.eyebrow .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.eyebrow .elementor-heading-title::before {
	content: "";
	width: 26px;
	height: 1px;
	background: currentColor;
}

.SideLists .elementor-icon-list-item {
	padding: 13px 25px !important;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(75, 41, 22, .95) 0%, rgba(104, 57, 28, .78) 43%, rgba(104, 57, 28, .14) 76%),
		linear-gradient(0deg, rgba(75, 41, 22, .28), transparent 50%);
	filter: saturate(.74) brightness(1.03);
}

.herokid::before {
	content: "";
	position: absolute;
	inset: 0;
    background: linear-gradient(90deg, rgba(46, 75, 68, .95) 0%, rgba(70, 103, 95, .78) 43%, rgba(70, 103, 95, .12) 78%);
	filter: saturate(.74) brightness(1.03);
}

.heromother::before {
	content: "";
	position: absolute;
	inset: 0;
    background: linear-gradient(90deg, rgba(90, 56, 64, .95) 0%, rgba(125, 77, 86, .78) 43%, rgba(125, 77, 86, .12) 78%);
	filter: saturate(.74) brightness(1.03);
}

.herodult::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #68391ce3, #68391c6e 60%, rgba(107, 103, 142, 0.1));
	filter: saturate(.74) brightness(1.03);
}

.herotherapy::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,
			color-mix(in srgb, rgb(104 57 28) 96%, transparent) 0%,
			color-mix(in srgb, rgb(128 87 63) 80%, transparent) 44%,
			color-mix(in srgb, rgb(128 87 63) 10%, transparent) 78%);
	filter: saturate(.74) brightness(1.03);
}

.overhidden{
	overflow: hidden !important;
}

label.ff-el-form-check-label,
p.form-note{
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

.elementor-popup-modal .dialog-close-button svg {
    padding: 10px;
    border-radius: 99px !important;
}

.dialog-widget {
    backdrop-filter: blur(7px);
}


article.wh-expertise-grid__card span.wh-expertise-grid__arrow {
    display: none;
}