/*
Theme Name: Lanphear Child 2026
Theme URI: https://www.lanphearbuilders.com/
Description: Custom Divi child theme for Lanphear Builders.
Author: Rossco Innovations
Template: Divi
Version: 1.0.1
Text Domain: lanphear-child-2026
*/

/* DIVI 4 — SITEWIDE FULLWIDTH SLIDERS */

.et_pb_fullwidth_slider {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.et_pb_fullwidth_slider .et_pb_slides,
.et_pb_fullwidth_slider .et_pb_slide {
	width: 100%;
	height: 100%;
}

.et_pb_fullwidth_slider .et_pb_slide_description {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 10;
}

.et_pb_fullwidth_slider .et_pb_slide_title {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 2.5rem;
	white-space: nowrap;
	transform: translate(-50%, 0);
}

.et_pb_fullwidth_slider .et-pb-controllers {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: flex;
	justify-content: center;
	transform: none;
	z-index: 10;
}

.et_pb_fullwidth_slider .et-pb-controllers a {
	width: 60px;
	height: 40px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	cursor: pointer;
}

.et_pb_fullwidth_slider .et-pb-controllers a.et-pb-active-control {
	background: rgba(255, 255, 255, 0.8);
}

/* DIVI 4 — MOBILE FULLWIDTH SLIDERS */

@media only screen and (max-width: 767px) {
	.et_pb_fullwidth_slider {
		width: 100%;
		max-width: 100%;
		height: 100vh;
		height: 100svh;
		min-height: 600px;
		overflow: hidden;
	}

	.et_pb_fullwidth_slider .et_pb_slide_description,
	.et_pb_fullwidth_slider .et-pb-active-slide .et_pb_slide_description {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 65px;
		left: 0;
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 0;
		-webkit-animation: none !important;
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
		text-align: center;
		z-index: 10;
	}

	.et_pb_fullwidth_slider .et_pb_slide_title {
		position: static;
		width: 100%;
		margin: 0;
		white-space: normal;
		transform: none !important;
		font-size: clamp(1.75rem, 7vw, 2.4rem);
		line-height: 1.08em;
		text-align: center;
	}

	.et_pb_fullwidth_slider .et_pb_slide_content {
		margin-top: 12px;
		font-size: 1rem;
		line-height: 1.4em;
	}

	.et_pb_fullwidth_slider .et_pb_more_button {
		margin-top: 18px;
	}
}
