/* Smaller header banner and logo */
.header, .top-header{
	background-color: white !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.header.style-2 .top-header{
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.logo-wrap img{
	width: 300px !important;
	height: auto !important;
}
/* Smaller nav menu text and spacing */
#header .main-navigation > ul > li{
	font-size: 14px !important;
	padding: 0 14px !important;
}
#header .main-navigation > ul > li > a{
	font-size: 14px !important;
}

/* More formal typography: Lora for body text, Prata kept for headings in theme */
body {
	color: #111 !important;
	font-family: 'Lora', Georgia, serif !important;
}

p {
	color: #111 !important;
	font-family: 'Lora', Georgia, serif !important;
}

/* Darken headings if they're too light */
h1, h2, h3, h4, h5, h6 {
	color: #000 !important;
}

/* Darken links */
a {
	color: #000 !important;
	font-family: 'Lora', Georgia, serif !important;
}

a:hover {
	color: #000 !important;
	opacity: 0.8;
}

/* Darken labels and form text */
label, legend {
	color: #111 !important;
	font-family: 'Lora', Georgia, serif !important;
}

/* Darken general text elements */
.entry-body, .entry-title a, .entry-meta, .entry-meta a {
	color: #111 !important;
	font-family: 'Lora', Georgia, serif !important;
}

/* Darken breadcrumbs */
.breadcrumbs, .breadcrumbs a {
	color: #111 !important;
	font-family: 'Lora', Georgia, serif !important;
}

.breadcrumbs .current {
	color: #000 !important;
}

/* Clear sticky header for breadcrumbs - pages where breadcrumbs are first content (reduced for smaller header) */
.breadcrumbs-wrap.breadcrumbs-clear-header {
	margin-top: 100px !important;
}
@media (max-width: 1199px) {
	.breadcrumbs-wrap.breadcrumbs-clear-header { margin-top: 140px !important; }
}
@media (max-width: 991px) {
	.breadcrumbs-wrap.breadcrumbs-clear-header { margin-top: 200px !important; }
}
@media (max-width: 767px) {
	.breadcrumbs-wrap.breadcrumbs-clear-header { margin-top: 280px !important; }
}
@media (max-width: 480px) {
	.breadcrumbs-wrap.breadcrumbs-clear-header { margin-top: 340px !important; }
}

/* Darken page titles */
.page-title {
	color: #000 !important;
}

/* Darken all text elements */
.text-size-small, .text-size-medium, .text-size-big {
	color: #111 !important;
	font-family: 'Lora', Georgia, serif !important;
}

/* Darken form inputs text */
input:not([type="submit"]), textarea {
	color: #111 !important;
	font-family: 'Lora', Georgia, serif !important;
}

/* Class creation wizard: make select match input/textarea */
.class-wizard-form select.form-control,
.class-wizard-form input.form-control[type="text"],
.class-wizard-form input.form-control[type="number"],
.class-wizard-form input.form-control[type="date"],
.class-wizard-form input.form-control[type="time"],
.class-wizard-form input.form-control[type="url"],
.class-wizard-form textarea.form-control {
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #E5DED9;
	border-radius: 6px;
	font-size: 16px;
	font-family: 'Lora', Georgia, serif;
	color: #111;
	background: #fff;
	box-sizing: border-box;
}
.class-wizard-form select.form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23444' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
}
.class-wizard-form select.form-control:focus {
	outline: none;
	border-color: #3FA6A0;
	box-shadow: 0 0 0 2px rgba(63, 166, 160, 0.2);
}
/* Ensure all wizard inputs/selects have visible border (steps 1–4) */
.class-wizard-form .wizard-field-full select.form-control,
.class-wizard-form .wizard-field-full input.form-control,
.class-wizard-form .wizard-field-full textarea.form-control {
	display: block;
	width: 100% !important;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #E5DED9;
	border-radius: 6px;
	font-size: 16px;
	font-family: 'Lora', Georgia, serif;
	color: #111;
	background: #fff;
	box-sizing: border-box;
}
.class-wizard-form .wizard-field-full select.form-control {
	padding-right: 36px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23444' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}
.class-wizard-form .wizard-field-full select.form-control:focus {
	outline: none;
	border-color: #3FA6A0;
	box-shadow: 0 0 0 2px rgba(63, 166, 160, 0.2);
}

/* Registration wizard: same dropdown/input styling as class management wizard */
.registration-wizard-form .form-group select.form-control,
.registration-wizard-form .form-group input.form-control,
.registration-wizard-form .form-group textarea.form-control {
	display: block;
	width: 100% !important;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #E5DED9;
	border-radius: 6px;
	font-size: 16px;
	font-family: 'Lora', Georgia, serif;
	color: #111;
	background: #fff;
	box-sizing: border-box;
}
.registration-wizard-form .form-group select.form-control {
	padding-right: 36px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23444' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}
.registration-wizard-form .form-group select.form-control:focus {
	outline: none;
	border-color: #3FA6A0;
	box-shadow: 0 0 0 2px rgba(63, 166, 160, 0.2);
}

/* Keep white text on colored backgrounds (don't override) */
.text-color-light, .text-color-light * {
	color: inherit !important;
}

/* Class Finder panel: prominent yellow star */
.nav-bttn.wizard-trigger:before {
	display: none !important;
}
.nav-bttn.wizard-trigger {
	min-width: 48px;
	min-height: 48px;
	padding: 10px 12px !important;
	background: rgba(255, 215, 0, 0.2) !important;
	border-radius: 50%;
	border: 2px solid #ffd700;
	box-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
}
.nav-bttn.wizard-trigger:hover {
	background: rgba(255, 215, 0, 0.35) !important;
	box-shadow: 0 0 16px rgba(255, 215, 0, 0.7);
}
.nav-bttn.wizard-trigger .licon-sun {
	color: #ffd700 !important;
	font-size: 1.75em !important;
	line-height: 1;
	vertical-align: middle;
}
.navbar-menu .wizard-panel-content {
	padding-top: 20px;
	max-width: 100%;
}

/* Dropdown menus: blend theme teal (#44a6a5) + logo yellow (#ffd700), rounded corners */
.sub-menu-wrap {
	background: linear-gradient(165deg, #44a6a5 0%, #4eb8ab 45%, #52c4a8 100%) !important;
	border-radius: 12px !important;
	box-shadow: 0 8px 24px rgba(68, 166, 165, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.1) inset !important;
	padding: 20px 0 24px !important;
	margin-top: 8px !important;
	overflow: hidden !important;
}
.sub-menu-wrap .sub-menu-wrap.sub-menu-inner {
	background: linear-gradient(165deg, #44a6a5 0%, #4eb8ab 45%, #52c4a8 100%) !important;
	border-radius: 10px !important;
	box-shadow: 0 6px 20px rgba(68, 166, 165, 0.3) !important;
}
.sub-menu-wrap ul li a {
	color: #fff !important;
	border-bottom-color: rgba(255, 255, 255, 0.2) !important;
	border-radius: 8px !important;
	padding: 6px 18px !important;
	margin: 2px 8px !important;
	transition: background 0.2s ease, box-shadow 0.2s ease !important;
}
.sub-menu-wrap ul li:hover > a,
.sub-menu-wrap ul li.current > a {
	color: #fff !important;
	background: rgba(255, 215, 0, 0.25) !important;
	border-bottom-color: rgba(255, 215, 0, 0.5) !important;
	box-shadow: 0 2px 8px rgba(255, 215, 0, 0.2) !important;
}
.sub-menu-wrap ul > li.sub:after {
	color: rgba(255, 215, 0, 0.9) !important;
}

/* Call to action section styling */
.call-out.wide.bg-section {
	color: white;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.content-element > .call-out.wide {
	width: 100% !important;
	margin: 0 !important;
}
/* Reduce spacing below CTA banner */
.content-element.cta-section {
	margin-bottom: 30px !important;
}
/* Reduce top padding on first content section (About Brandie) */
#content > .page-section:first-child {
	padding-top: 50px !important;
}
.call-out.wide.bg-section .call-title.var2 {
	color: white !important;
}
.call-out.wide.bg-section p {
	color: white !important;
}
.call-out.wide.bg-section .btn {
	color: #e883ae !important;
	background: white !important;
}

/* Banner fade-loop: layered slides (holder needs min-height so content box isn’t 0) */
.banner-fade-holder {
	position: relative;
	min-height: 600px;
}
.banner-fade-slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 600px;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}
.banner-fade-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 600px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	opacity: 0;
	transition: opacity 1.2s ease-in-out;
}
.banner-fade-slide.active {
	opacity: 1;
	z-index: 1;
}

/* Fix banner button being cut off by newsletter section */
.media-holder.full-scr {
	padding-top: 350px !important;
	padding-bottom: 420px !important;
}
.media-holder.full-scr .media-inner {
	margin-top: 40px;
}
.media-holder.full-scr .media-inner .btn {
	margin-bottom: 50px;
}

/* Banner text overlay: only on extra small screens for readability */
@media (max-width: 576px) {
	.banner-fade-holder .content-element5 {
		background: rgba(0, 0, 0, 0.5);
		padding: 20px 25px;
		border-radius: 12px;
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
	}
	.banner-fade-holder .content-element5 .call-title,
	.banner-fade-holder .content-element5 .call-sub-title,
	.banner-fade-holder .content-element5 div {
		color: white !important;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	}
}

/* Class/workshop cards: instructor on next line after location, darker text */
.entry .our-info .info-item {
	display: block !important;
	margin-right: 0 !important;
	margin-bottom: 6px;
	color: #444 !important;
}
.entry .our-info .info-item:last-child {
	margin-bottom: 0;
}
.entry .our-info .info-item .wrapper,
.entry .our-info .info-item .wrapper span {
	color: #444 !important;
}
.entry .our-info .info-item i {
	color: #555 !important;
}

/* Class info icon button - ensure it's on top and positioned correctly */
.class-info-btn {
	z-index: 100 !important;
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* Class info icon button - default icon color */
.class-info-btn span {
	color: #555 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	font-style: normal !important;
	font-family: Arial, sans-serif !important;
	line-height: 1 !important;
	display: inline-block !important;
}

/* Class info icon button hover effect */
.class-info-btn:hover {
	background: rgba(255, 255, 255, 1) !important;
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0,0,0,0.25) !important;
}
.class-info-btn:hover span {
	color: #e883ae !important;
}

/* Divider image: small, transparent background, no box */
.icon-divider .svg[src*="divider-lumi"],
.icon-divider img.svg[src*="divider-lumi"] {
	width: auto !important;
	height: auto !important;
	max-width: 180px !important;
	max-height: 52px !important;
	object-fit: contain !important;
	display: block !important;
	margin: 0 auto !important;
}
.icon-divider:has(img[src*="divider-lumi"]) {
	background: none !important;
}

/* Raspberry divider wrapper (used on services and other pages) */
.services-divider-wrap {
	padding: 24px 0;
	text-align: center;
}

/* Class title highlight in box (grid) and list views */
#grid-view .entry-title,
#grid-view .entry-title a,
#list-view .entry-title,
#list-view .entry-title a {
	font-weight: 700 !important;
}

/* Testimonials: date inside white box, centered at bottom */
/* Make blockquote a column but reduce internal padding so date sits closer to quote */
#testimonials-carousel .testimonial blockquote {
	display: flex;
	flex-direction: column;
	/* don't force full height so date follows quote closely */
	height: auto;
	padding: 30px 30px 20px; /* override theme's 60px padding */
}
#testimonials-carousel .testimonial .testimonial-date {
	display: block;
	width: 100%;
	margin-top: 0.5em; /* small gap after quote */
	text-align: right !important;
	padding-top: 0;
	font-size: 0.95em;
	color: #666;
}

/* content-element5: much bigger text (hero, section titles, subtitles) */
.content-element5 .call-title {
	font-size: 4rem !important;
	line-height: 1.2 !important;
}
.content-element5 .call-sub-title {
	font-size: 1.75rem !important;
	line-height: 1.5 !important;
}
.content-element5 .section-title {
	font-size: 2.5rem !important;
	line-height: 1.3 !important;
}
.content-element5 > div:not([class]) {
	font-size: 1.5rem !important;
	line-height: 1.5 !important;
}
.content-element5,
.content-element5 p {
	font-size: 1.35rem !important;
	line-height: 1.6 !important;
}

/* Back to top: baby icon by scroll state (down / up / stop) */
.go-to-top {
	background: #fff !important;
	box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.go-to-top:before {
	content: "" !important;
	display: block;
	width: 100%;
	height: 100%;
	background: center center / 75% no-repeat;
}
/* Scrolling down */
.go-to-top.scroll-down:before {
	background-image: url("/media/brand_kit/baby_down.gif");
}
/* Scrolling up */
.go-to-top.scroll-up:before {
	background-image: url("/media/brand_kit/baby_up.gif");
}
/* Stopped after scrolling down (or default when visible) */
.go-to-top.scroll-stop:before,
.go-to-top:before {
	background-image: url("/media/brand_kit/baby_stop.png");
}
/* Stopped after scrolling up */
.go-to-top.scroll-stop-up:before {
	background-image: url("/media/brand_kit/baby_stop_up.png");
}
.go-to-top:hover {
	background: #e883ae !important;
	color: #fff !important;
}
.go-to-top:hover:before {
	filter: brightness(0) invert(1);
}

/* Footer: theme color background, small left-corner image blended via transparency */
/* Footer: theme yellow and green blended (override any theme white/default) */
#footer.footer-lumi,
footer#footer.footer.style-2.footer-lumi {
	background-color: #3FA6A0 !important;
	background-image: linear-gradient(115deg, #CFA24F 0%, #E7B867 28%, #4AB5A8 55%, #3FA6A0 78%, #2E8C87 100%) !important;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
	background-size: 100% 100% !important;
	overflow: hidden;
}
#footer.footer-lumi,
#footer.footer-lumi .widget .widget-title,
#footer.footer-lumi .widget a,
#footer.footer-lumi .widget p,
#footer.footer-lumi .copyright,
#footer.footer-lumi .copyright a,
#footer.footer-lumi .copyright p,
#footer.footer-lumi .menu-list a,
#footer.footer-lumi .menu-list li a {
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
#footer.footer-lumi::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45%;
	max-width: 420px;
	height: 100%;
	min-height: 140px;
	background-image: url("/media/brand_kit/raspberry_bottom_image.png");
	background-size: 240%;
	background-repeat: no-repeat;
	background-position: 5% 50%;
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
	transform: scaleX(-1);
	-webkit-mask-image: linear-gradient(to right, black 0%, rgba(0,0,0,0.85) 65%, transparent 100%);
	mask-image: linear-gradient(to right, black 0%, rgba(0,0,0,0.85) 65%, transparent 100%);
	mask-size: 100% 100%;
	mask-position: 0 0;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
}
#footer.footer-lumi .container {
	position: relative;
	z-index: 1;
}

/* Availability pattern form: service dropdown (checkboxes use same style as service form, in template) */
.availability-pattern-form .form-group-service select,
.availability-pattern-form select.form-control {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 8px 12px !important;
	font-size: 16px !important;
	border: 1px solid #E5DED9 !important;
	border-radius: 6px !important;
	box-sizing: border-box !important;
	background: #fff !important;
	appearance: auto !important;
	-webkit-appearance: menulist !important;
	-moz-appearance: menulist !important;
}
