.page-home .inventoryslideshow h2 {
	font-size: 40px !important;
	text-transform: uppercase !important;
	margin-bottom: 3rem !important;
}

section.inventory-search-module label {
	display: none !important;
}

.page-home .popular-vehicles-sections h2 {
	font-size: 40px !important;
	text-transform: uppercase !important;
}

/* -------------------- Header & Navbar ---------------------- */
.header .navbar {
	padding: 1rem 0 !important;
}

.header .navbar-nav .nav-link {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.85rem !important;
}

header .navbar .dropdown-item {
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: normal !important;
}

/*-- Header --*/
.cw-trade-banner {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: .5rem 0;
}

.header .cw-header {
	background-color: var(--color-theme-primary);
	color: #FFFFFF;
}

.header .cw-header-logo img {
	width: 260px;
}

.cw-header-contact {
	font-size: 0.9rem;
}

.cw-header-contact a {
	color: inherit;
}

.cw-header-contact a:hover {
	opacity: 0.85;
}

.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.25rem;
	color: var(--color-theme-secondary);
}

.cw-header .cw-address:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f3c5";
	padding-right: 0.5rem;
	color: var(--color-theme-highlight);
}

.cw-header .cw-phone:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f2a0";
	padding-right: 0.5rem;
	color: var(--color-theme-highlight);
}

@media (min-width: 992px) {
	.cw-header .cw-header-logo {
		position: absolute;
		z-index: 1040;
		top: 6px;
	}
	nav.navbar .container {
		min-height: 77px;
	}
	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}
	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 350px);
		justify-content: center;
	}
}

/* -------------------- Hero ---------------------- */
.hero__section {
	position: relative;
	z-index: 5;
	background-image:
		url(https://cdn05.carsforsale.com/00ff68b729a08e2b53408045538bc40fdd/00ff68b729a08e2b53408045538bc40fdd.jpg?format=&sig=05bc28c9340fa61f);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
}

.hero__section .hero__wrapper {
	width: 100%;
	padding: 125px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hero__section .hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.hero__section .cw-hightlight {
	display: inline-block;
	font-size: 4rem;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.hero__section .hero__wrapper {
		padding: 70px 0;
	}
}

@media (max-width: 768px) {
	.hero__section {
		background-position: center;
	}
	.hero__section .hero__wrapper .hero__overlay {
		background: rgba(255, 255, 255, 0.7);
		width: 100%;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}
	.hero__section .hero__wrapper .hero__overlay2 {
		display: none;
	}
}

@media (min-width: 992px) {
	.hero__section h1 {
		font-size: 4rem !important;
		margin-top: 1rem;
	}
}

/* buttons under hero */
.cw-under-hero .cw-full-button {
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.cw-under-hero .cw-full-button img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: 0.5s ease;
	backface-visibility: hidden;
}

.cw-under-hero a {
	color: inherit;
	display: block;
}

.cw-under-hero .cw-full-button .cw-middle {
	transition: 0.5s ease;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
	width: 100%;
	padding: 10%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.cw-under-hero .cw-full-button h5 {
	background-color: rgba(255, 255, 255, 0);
	color: #FFFFFF;
	font-size: 3rem;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
}

.cw-under-hero .cw-full-button p {
	font-size: 1.5rem;
	color: #FFFFFF;
}

@media (min-width: 768px) {
	.cw-under-hero .cw-full-button img {
		opacity: 1;
	}
	.cw-under-hero .cw-full-button .cw-middle {
		opacity: 0;
	}
	.cw-under-hero .cw-full-button:hover img {
		opacity: 0.7;
	}
	.cw-under-hero .cw-full-button:hover .cw-middle {
		opacity: 1;
	}
	.cw-under-hero .cw-full-button h5 {
		font-size: 2.25rem;
	}
	.cw-under-hero .cw-full-button p {
		font-size: 1.25rem;
		opacity: .8;
	}
}

@media (min-width: 992px) {
	.cw-under-hero .cw-full-button h5 {
		font-size: 3rem;
	}
	.cw-under-hero .cw-full-button p {
		font-size: 1.5rem;
	}
}

/* Inventory */
.inventory-search-module {
	margin-top: 0 !important;
	margin-bottom: 0px !important;
	padding: 2rem !important;
}

section.inventory-search-module .form__wrapper {
	padding: 30px;
}

.page-home .container.mb-4 {
	display: none !important;
}

.cw-big-squares {
	position: relative;
	overflow: hidden;
}

.cw-big-squares h3,
.cw-big-squares h4,
.cw-big-squares .h5 {
	font-weight: 900;
	text-transform: uppercase;
}

.cw-big-squares .cw-img-box,
.cw-big-squares .cw-map-box,
.cw-big-squares .cw-content {
	position: relative;
	flex-grow: 1;
}

.cw-big-squares .cw-img-box {
	max-height: 400px;
}

.cw-big-squares .cw-img-box img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.cw-big-squares .cw-content {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	color: #FFFFFF;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cw-big-squares .cw-content.cw-bg1 {
	background-color: #FFFFFF;
}

.cw-big-squares .cw-content .cw-innerbox {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem 0.5rem;
	color: #000000;
}

.cw-content h4 span {
	font-style: italic;
	font-size: 60%;
}

.cw-big-squares .cw-mapContact {
	padding: 1rem 0.5rem;
	background: rgba(0, 0, 0, 0.1);
}

.cw-big-squares .cw-address {
	font-size: 1rem;
}

.cw-big-squares .cw-map-box {
	min-height: 300px;
}

/* Icons */
.cw-big-squares .cw-address,
.cw-big-squares .cw-hours {
	position: relative;
	vertical-align: middle;
	margin: 0.25rem;
	color: #FFFFFF;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: bold;
}

.cw-big-squares .cw-hours:before {
	font-family: FontAwesome;
	content: "\f017";
	font-size: 2rem;
	line-height: 1.4;
	color: var(--color-theme-secondary);
	display: block;
	text-align: center;
}

.cw-big-squares .cw-hours h2.bh-title {
	font-size: calc(1.3rem + 0.6vw);
	padding-left: 0;
	border-left: 0;
	text-align: center;
}

.cw-big-squares .business-hours ul {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.cw-big-squares .cw-content .cw-innerbox {
		padding: 1rem;
	}
	.cw-big-squares .cw-hours {
		position: relative;
		padding-left: 3rem;
		margin: 0;
	}
	.cw-big-squares .cw-hours:before {
		position: absolute;
		left: 0;
		padding-right: 0.5rem;
		padding-top: 0.25rem;
		display: inline-block;
	}
	.cw-big-squares .cw-hours h2.bh-title {
		text-align: left;
	}
}

@media (min-width: 768px) {
	.cw-big-squares .cw-mapContact {
		padding: 1rem;
	}
}

@media (min-width: 992px) {
	.cw-big-squares .cw-img-box {
		max-height: 100%;
	}
	.cw-big-squares .cw-map-box {
		min-height: 450px;
	}
	.cw-big-squares .cw-content {
		padding: 8% 4%;
	}
	.cw-big-squares h3 {
		font-size: 40px;
	}
	.cw-big-squares h4 {
		font-size: 1.75rem;
	}
}

@media (min-width: 1400px) {
	.cw-big-squares h3 {
		font-size: 40px;
	}
	.cw-big-squares h4 {
		font-size: 2rem;
	}
	.cw-big-squares .cw-content {
		padding: 8%;
	}
}

.popular-vehicles-sections {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
[b-j0fyke9k4t] .ti-add {
    color: #ffffff !important;
}
