/*-- Global --*/
.textwithimage-circle {
	padding-top: 1em !important;
}

strong,
b,
strong.lead {
	font-weight: bold;
}

.font-header-AlexBrush .list-text-title {
	font-size: 2.25rem;
}

h1,
h2 {
	line-height: 1;
}

/* !!! Header!!! */

.header-container {
	background: #000000;
	background: linear-gradient(to bottom, #000000 0%, #5C5D60 100%);
	/* border-bottom: 10px solid #000000; */
}

.header .navbar-brand {
	display: none !important;
}

/* --------------Mobile navbar burger menu overlap -------------- */
@media (max-width: 992px) {
	.header button.navbar-toggler {
		position: absolute;
		top: 0px;
		left: 0px;
		background: var(--header-background);
		padding: 3px 9px 10px;
		border-radius: 0;
		border-bottom-right-radius: 7px;
		box-shadow: 0 0 0 0.05rem #fff;
	}

	header .navbar #header-navbar-collapse {
		padding-top: 45px;
	}
}

/* Custom Header */
.cw-header .cw-logo-box {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;

	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem 0;
}

.cw-header .cw-logo-box .cw-tss-logo {
	width: 240px;
}

.cw-header .cw-logo-box .cw-bob-logo {
	width: 140px;
}

.cw-header .cw-est-banner {
	padding: 10px 0;
	background: #0F0F0F;
	text-align: center;
}

@media (min-width: 576px) {
	.cw-header .cw-logo-box {
		padding: 1rem 0;
	}

	.cw-header .cw-logo-box .cw-tss-logo {
		width: 300px;
	}

	.cw-header .cw-logo-box .cw-bob-logo {
		position: absolute;
		top: 0;
		right: 0;
		width: 140px;
	}
}

@media (min-width: 768px) {
	.cw-header .cw-logo-box .cw-bob-logo {
		width: 160px;
	}
}

/* -------------------- SECTIONTITLE ---------------------- */

.contact-companyinfo a {
	display: block;
}

/*-- Header --*/
.header .navbar-dark .navbar-nav .nav-link,
.header .navbar .dropdown-item {
	text-transform: uppercase;
	font-weight: normal
}

.header-info-logo-img img {
	width: 243px;
	margin-top: -1.5rem;
	margin-bottom: -2rem;
	max-width: 600px;
}

.header a.header-business-phone {
	font-size: 2.25rem;
	-webkit-text-shadow: 2px 2px 1px rgb(0, 0, 0);
	-moz-text-shadow: 2px 2px 1px rgb(0, 0, 0);
	text-shadow: 2px 2px 1px rgb(0, 0, 0);
}


@media (min-width: 768px) {
	.header a.header-business-phone {
		font-size: 3rem;
	}

	.header-info-logo-img img {
		width: 450px;
		position: relative;
		right: 5.5rem;
	}
}

@media (min-width: 992px) {
	.header-info-logo-img img {
		right: 2.5rem;
		margin-top: -2rem;
	}
}


/* -- Home --*/
.cw-home-title {
	padding: 1.5rem 0;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.35);
	text-align: center;
	background-color: #000;
}

.cw-home-title h1 {
	position: relative;
	margin-bottom: .7rem;
	font-size: 1.2rem;
	background: linear-gradient(to bottom, #bebebe 0%, #fff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}


@media (min-width: 500px) {
	.cw-home-title h1 {
		font-size: 1.4rem;
	}
}

@media (min-width: 768px) {
	.cw-home-title h1 {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.cw-home-title h1 {
		font-size: 3.25rem;
	}
}

@media (min-width: 1200px) {
	.cw-home-title {
		padding: 1.6em 0 1.25em;
	}

}



/*-- Subpages --*/

section:not(.page-home) .title h1.title-heading {
	font-size: 2.5rem;
	font-weight: bold !important;
}

.cw-specialH2 {
	font-size: 2.3rem;
}

.cw-specialH2:after {
	content: url(https://apihoard.webit.com/api/v1/Image/1169492C5B42ED086D845680ADA353D5/1169492C5B42ED086D845680ADA353D5.png);
	display: block;
	margin-top: -18px;
}

section:not(.page-home) .list {
	padding: 0;
}

.page-detailing-services .list-circle .list-img-wrap,
.page-specials .list-circle .list-img-wrap {
	width: 200px;
	padding: 95px 0;
	background: #222;
}

.page-ceramic-coatings .detailedlist,
.page-clear-bra .detailedlist {
	padding-bottom: 0;
}

.cw-table tr td:first-of-type {
	text-align: left;
}

.cw-table tr td {
	padding: .25em .5em;
}

.page-window-tint .gallery {
	padding-top: 0;
}

/* -------------------- banner ---------------------- */

.cw-angle-banner {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	--cw-effect-height: 45px;
	--cw-effect-horiz: calc(var(--cw-effect-height) * .75);
	padding: 8px 0;
}

.cw-angle-banner h3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	margin: 0;
}

.cw-angle-banner .cw-effect {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 0 1px;
	background: var(--color-theme-secondary);
}


.cw-angle-banner .cw-effect:before {
	display: inline-block;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	margin-top: 0;
	border-color: transparent;
	border-top-color: var(--color-theme-primary);
	left: 0;
	border-top-width: var(--cw-effect-height);
	border-right-width: var(--cw-effect-horiz);
	border-left-width: 0
}

.cw-angle-banner .cw-effect:after {
	display: inline-block;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	margin-top: 0;
	border-color: transparent;
	border-bottom-color: var(--color-theme-primary);
	border-bottom-width: var(--cw-effect-height);
	border-left-width: var(--cw-effect-horiz);
	border-right-width: 0;
}

@media (min-width: 576px) {
	.cw-angle-banner h3 {
		font-size: 1.5rem;
	}
}



/* FOOTER */

.cw-footer {
	text-align: center;
	background-color: var(--color-theme-primary);
	margin-bottom: -3em;
	padding-top: 2em;
}

.cw-footer .cw-footer-contact p,
.cw-footer a {
	color: #fff;
	word-break: break-word;
}

.cw-footer span {
	font-weight: bolder;
}

.cw-footer a:hover {
	color: var(--color-theme-text-link);
}