.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 ---------------------- */


/*-- Navbar --*/
.header .navbar {
	padding: 1rem 0 !important;
}

.header .navbar-nav .nav-link {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.85rem !important;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

.navbar .nav-link:hover {
	color: var(--color-theme-highlight);
}

.header .navbar .active>.nav-link {
	color: #fff;
}

header .navbar .dropdown-item {
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: normal !important;
}

/*-- Header --*/
.cw-trade-banner {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: .5rem 0;
}



.cw-header {
	background-color: var(--header-primary);
	color: var(--header-navigationbartext);
}

.header .cw-header :focus {
	box-shadow: none;
}

.header .cw-header-logo img {
	width: 210px;
    padding-top: 10px;
}

.cw-header-contact {
	font-size: 0.9rem;
	background-color: var(--color-theme-highlight);
	/* color: var(--color-theme-text-btn); */
}

.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: #fff;
}

.cw-header .cw-phone:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f2a0";
	padding-right: 0.5rem;
	color: #fff;
}

@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) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 350px);
		justify-content: center;
	}
}


/* -------------------- Hero ---------------------- */

.hero__section {
	position: relative;
	z-index: 5;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FC6A018C122D773F9381792DCC1DBBE5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #fff;
}

.hero__section .hero__wrapper {
	width: 100%;
	padding: 230px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* color: var(--color-theme-text); */
	overflow: hidden;
}

/* 
.hero__section .hero__wrapper .hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
} */

.hero__section .hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.hero__section .cw-hightlight {
	display: inline-block;
	font-size: 30px;
	color: #000000;
	font-weight: 600;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	clip-path: polygon(50% 4%, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
	background-color: #fff;
}

@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;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.hero__section h1 {
		font-size: 4rem !important;
		margin-top: 1rem;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* 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: #fff;
	font-size: 3rem;
	/* font-family: "Oswald", sans-serif; */
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
}

.cw-under-hero .cw-full-button p {
	/* font-family: "Playfair Display SC", serif; */
	font-size: 1.5rem;
	color: #fff;
	/* opacity: 0.75; */
}

/* MD: 768px & Up */
@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;
	}
}

/* LG: 992px & Up */
@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 {
	background-color: #1b1b1b;
	margin-top: 0 !important;
	margin-bottom: 0px !important;
	padding: 2rem !important;
	color: #fff;
}

section.inventory-search-module .form__wrapper {
	background-color: var(--color-theme-accent);
	border: 1px solid #f5f5f500 !important;
	padding: 30px;
	/* margin-top: 2rem !important; */
}

.btn-primary {
	border: 1px solid #fff !important;
}


/* ======================================================================================= */
.page-home .container.mb-4 {
	display: none !important;
}

/*-- Other Home Sections --*/
.cw-big-squares {
	position: relative;
	/* margin-top: 1rem;
  margin-bottom: 1rem; */
	overflow: hidden;
	background-color: #1b1b1b;
}

.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%;
	height: 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: #fff;

	/* background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BD664CE04C7B7D31509402500C81D72A.jpg"); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cw-big-squares .cw-content.cw-bg1 {
	background-color: #1b1b1b;
	/* background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BD664CE04C7B7D31509402500C81D72A.jpg); */
}

/* .cw-big-squares .cw-content.cw-bg2 {
		background-color: #333333;
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2A9EA7B29A326555267FACB1442705F3.jpg);
	} */

.cw-big-squares .cw-content .cw-innerbox {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem 0.5rem;
}

.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: #fff;
	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;
}

/* Small devices (landscape phones, 576px and up) */
@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;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-big-squares .cw-mapContact {
		padding: 1rem;
	}
}

@media (min-width: 992px) {

	.cw-big-squares .cw-img-box,
	.cw-big-squares .cw-map-box,
	.cw-big-squares .cw-content {
		/* margin: 0 0.5rem 1rem; */
	}

	.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;
}