@charset "utf-8";

/* CSS Document */
/*
 Theme Name: ATD Detailing
 Author: Chariot Creative
 Description: Theme for ATD Detailing
 Version: 0.0.1
*/

body.home .header-menu,
body.home .header-logo {
	opacity: 1 !important;
}


.banner-shade .roi-banner-inner span {
	font-family: 'Syncopate', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: clamp(30px, calc(-8px + 6.8vw), 90px);
	color: #fff;
	line-height: .98;
	margin: 0 0 70px 0;
	position: relative;
	top: -100px;
	opacity: 0;
	display: inline-block;
}

.banner-shade .roi-banner-inner .roi-banner-content {
	text-align: center;
	opacity: 0;
	position: relative;
	top: 100px;
}

.banner-shade .roi-banner-inner .roi-banner-content h1 {
	font-family: 'Lora', serif;
	font-style: italic;
	color: #fff;
	font-size: clamp(22px, calc(12.9px + 1.19vw), 30px);
	font-weight: 700;
	text-transform: none;
	margin-bottom: 0;
	opacity: 1;
	position: static;
}

.banner-shade .roi-banner-inner .roi-banner-content p {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-style: italic;
	font-size: clamp(16px, calc(12px + 0.52vw), 22px);
	color: #b0b0b0;
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.25;
}

/* General Styles / Header & Footer Styles */
.clear {
	display: block;
	clear: both;
}

.noLeft {
	padding-left: 0;
}

.noRight {
	padding-right: 0;
}

.blog-carousel-item {
	text-align: left;
}


.detail-coverage-container .detail-coverage-boxes {
	justify-content: flex-start !important;
	gap: 20px;
}

.blog-carousel-item .blog-content {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #777875;
	display: block;
	margin-bottom: 20px;
}

/* Owl Carousel Styles */
.blog-carousel-wrapper.owl-carousel .owl-dots {
	display: block !important;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.blog-carousel-wrapper.owl-carousel button.owl-dot {
	width: 13px;
	height: 13px;
	background: url('images/carousel-dot-sprite.png') no-repeat;
	margin-right: 12px;
	display: inline-block;
}

.blog-carousel-wrapper.owl-carousel button.owl-dot:last-child {
	margin-right: 0;
}

.blog-carousel-wrapper.owl-carousel button.owl-dot.active {
	background: url('images/carousel-dot-sprite.png') -13px 0 no-repeat;
}

.detail-content-columns .detail-video-right {
	padding-left: 37px;
}

.detail-content-columns a.detail-video {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1024 / 683;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.detail-content-columns a.detail-video .detail-video-overlay {
	transition: all 0.3s ease;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.52);
	opacity: 1;
}

.detail-content-columns a.detail-video:hover .detail-video-overlay {
	opacity: 0;
}

.detail-content-columns a.detail-video:hover .play-icon {
	background: url("images/play-sprite.png") -120px 0 no-repeat;
}



/* Override any media queries that might hide dots */
@media only screen and (min-width: 901px) {
	.blog-carousel-wrapper.owl-carousel .owl-dots {
		display: block !important;
	}
}

@media only screen and (max-width: 1024px) {
	.banner-shade .roi-banner-inner span {
		margin: 0 0 25px 0;
	}
}

@media only screen and (max-width: 900px) {
	.blog-carousel-wrapper.owl-carousel .owl-dots {
		display: block !important;
	}

	.blog-carousel-item .blog-title {
		margin-bottom: 20px;
	}

	.detail-content-columns .detail-video-right {
		padding-left: 0px;
		width: 100%;
	}
}

.sticky-nav-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.sticky-nav-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	gap: 20px;
}

.sticky-nav-column.sticky-left-group {
	flex: 0 1 50%;
	display: flex;
	align-items: center;
}

.sticky-nav-column.sticky-right-group {
	flex: 0 1 50%;
	display: flex;
	align-items: center;
}

.sticky-phone {
	flex: 0 0 auto;
	text-align: left;
}

.sticky-left-group .sticky-nav {
	flex: 1 1 auto;
}

.sticky-left-group .header-menu {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sticky-right-group .sticky-nav {
	flex: 1 1 auto;
}

.sticky-right-group .header-menu {
	display: flex;
	justify-content: flex-start;
	list-style: none;
}

.sticky-nav-column.sticky-logo {
	flex: 0 0 155px;
	text-align: center;
}

.header-logo {
	display: block;
	background-image: url(../images/sticky-logo-2x.png);
	background-repeat: no-repeat;
	background-size: 155px 40px;
	width: 155px;
	height: 40px;
	margin: 0 auto;
}

.sticky-nav-container .sticky-nav-arrow {
	bottom: -16px !important;
}

.sticky-nav-container .sticky-phone {
	padding-top: 0px !important;
}