/**
 * Page banner — flush below header, fixed 570px height.
 */

body.has-hello-child-banner {
	padding-top: 0 !important;
}

.hello-child-site-top {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
}

.hello-child-site-top > .elementor-location-header,
.hello-child-site-top > header,
.hello-child-site-top > [data-elementor-type="header"] {
	margin-bottom: 0 !important;
}

.hello-child-banner {
	margin-bottom:100px !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 450px !Important;
	min-height: 450px !Important;
	max-height: 450px !Important;
	margin: 0;
	padding: 0 24px;
	overflow: hidden;
	background-color: #f8f6fc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -120px !important;
}

.hello-child-banner__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 120px;
	text-align: center;
}

.hello-child-banner__inner--align-left {
	align-items: flex-start;
	text-align: left;
}

.hello-child-banner__inner--align-right {
	align-items: flex-end;
	text-align: right;
}

.hello-child-banner__inner--breadcrumb-below_title .hello-child-banner__breadcrumbs {
	margin: 12px 0 0;
}

.hello-child-banner__inner--breadcrumb-above_title .hello-child-banner__breadcrumbs {
	margin: 0 0 12px;
}

.hello-child-banner__breadcrumbs {
	flex-shrink: 0;
	width: 100%;
}

.hello-child-banner__breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	padding-top: 15px !important;
	list-style: none;
}

.hello-child-banner__inner--align-left .hello-child-banner__breadcrumbs-list {
	justify-content: flex-start;
}

.hello-child-banner__inner--align-right .hello-child-banner__breadcrumbs-list {
	justify-content: flex-end;
}

.hello-child-banner__breadcrumbs-item,
.hello-child-banner__breadcrumbs-separator {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 17px;
    line-height: 1.4;
    font-family: 'Fredoka';
}

.hello-child-banner__breadcrumbs-item {
	color: #6b6b7b;
}

.hello-child-banner__breadcrumbs-separator {
	color: #b4b4c4;
	list-style: none;
}

.hello-child-banner__breadcrumbs-item a {
	color: inherit;
	text-decoration: none;
}

.hello-child-banner__breadcrumbs-item a:hover,
.hello-child-banner__breadcrumbs-item a:focus {
	color: #111;
	text-decoration: underline;
}

.hello-child-banner__breadcrumbs-item.is-current span {
	color: #111;
	font-weight: 500;
}

.hello-child-banner__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	color: #111;
}

/* Remove accidental top spacing from Elementor header templates. */
body.has-hello-child-banner .hello-child-site-top .elementor-section-wrap:first-child,
body.has-hello-child-banner .hello-child-site-top > .elementor {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
