@import url("https://fonts.googleapis.com/css?family=Passion+One&display=swap");

/* -------------------- Header ---------------------- */

/* -------------------- Hero ---------------------- */

.cw-header-hero {
	position: relative;
}

.cw-carousel-fade .carousel-item:nth-child(1) {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3713670430580BA0279932559088A23E.jpg");
}

.cw-carousel-fade .carousel-item:nth-child(2) {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3F06B6EACF353AF16B8D6340E6BABDAE.jpg");
}

.cw-carousel-fade .carousel-item:nth-child(3) {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/EA22E50E78E195719007470D4ECEE572.jpg");
}

.cw-carousel-fade .carousel-item:nth-child(4) {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4A4312C8ADA9B90508988D433E38FE37.jpg");
}

.cw-carousel-fade .carousel-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}

.cw-carousel-fade .carousel-item.active {
	opacity: 1;
}

.cw-carousel-fade .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cw-carousel-fade .carousel-control {
	z-index: 2;
}

.cw-header-hero .cw-header-hero-box {
	font-size: 20px;
	text-transform: uppercase;
	text-align: right;
	padding: 1em;
}

.cw-header-hero .cw-hero-logo {
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}


.cw-header-hero .cw-header-hero-rent {
	text-align: center;
}

.cw-header-hero .cw-font {
	font-family: "Passion One", sans-serif;
	font-size: 2.5em;
	line-height: 0.8em;
}

.cw-header-hero .cw-font2 {
	font-family: "Passion One", sans-serif;
	font-size: 1.8rem;
	line-height: 0.8em;
}

@media (min-width: 768px) {


	.cw-header-hero .cw-text-left {
		position: absolute;
		top: 50%;
		left: 0%;
		z-index: 5;
		transform: translate(0%, 81%);
		padding: 1rem;
		max-width: 300px;
	}

	.cw-header-hero .cw-hero-logo {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 5;
		transform: translate(-50%, -50%);
		max-width: 484px;
	}

	.cw-header-hero .cw-header-hero-rent {
		position: absolute;
		bottom: 0%;
		right: 2%;
		z-index: 5;
		text-align: right;
	}
}

@media (min-width: 992px) {
	.cw-header-hero .container {
		position: relative;
	}

	.cw-header-hero .cw-hero-logo {
		position: absolute;
		top: 50%;
		left: 50%;
		right: unset;
		z-index: 5;
		transform: translate(-50%, -50%);
		max-width: 350px;
	}

}

@media (min-width: 1200px) {
	.cw-header-hero .cw-hero-logo {
		max-width: 635px;
	}
}

/* -------------------- Hero ---------------------- */
/* We should probably re-work the hero to be separate from the header sometime but I didnt' have the time to make a decent header for the other pages */


.page-home h1 {
	font-size: 1.75rem !important;
}

/* .cw-border-top {
  border-top: 3px solid #8a8a8a;
} */

.card__multi__style3 .item__card {
	background-color: #242424 !important;
	border: 0px solid var(--inventoryslideshow-border) !important;
}

/* =============================================================================== */
/* .cw-container-btn {
  gap: 6px;
} */

.cw-body-style {
	font-family: "Passion One", cursive;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	border: 2px solid #fff;
	background: #BE191C;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
	transition: all 0.3s;
	padding: 20px 0 0 30px;
	margin: 3px 0;
	width: 100%;
	height: 75px;
	text-align: left;
}

@media (min-width: 768px) {
	.cw-body-style {
		width: 25%;
	}
}

.cw-body-style:before {
	content: "";
	position: absolute;
	top: 0%;
	right: -100%;
	width: 100%;
	height: 150%;
	opacity: 0;
	transform: rotate(-65deg);
	background: linear-gradient(to left,
			rgba(255, 255, 255, 0.13) 0%,
			rgba(255, 255, 255, 0.13) 50%,
			rgba(255, 255, 255, 0.5) 92%,
			rgba(255, 255, 255, 0) 100%);
}

.cw-body-style:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 50%;
	height: 200%;
	background: rgba(255, 255, 255, 0.1);
	right: 0;
	top: 0;
	margin: -25px 0 0 -5px;
	transform-origin: 50% 150%;
	transform: rotate(25deg);
	transition: all 0.3s;
}

.cw-body-style:hover:after {
	background: rgba(255, 255, 255, 1);
	width: 60%;
}

.cw-body-style:hover:before {
	opacity: 1;
	top: -30%;
	right: 100%;
	transition: right 0.7s ease, top 0.7s ease, opacity 0.15s ease;
}

/* ========================================================================= */
.cw-info {
	background-image: url("https://cdn07.carsforsale.com/CustomTemplatePhotos/1009065/photos/bg2.31dd9d50.jpg");
	padding: 4% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.cw-info img {
	width: 30%;
	margin: auto;
}

.cw-info h5 {
	font-size: 2em;
	color: #fff;
	font-weight: 400;
	font-family: "Passion One", cursive;
}

.cw-info p {
	color: #fff;
}

.animate {
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.cw-video {
	background-image: url("https://cdn07.carsforsale.com/CustomTemplatePhotos/1009065/photos/bg3.245dfda3.jpg");
	padding: 4% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.cw-video p {
	color: #fff;
	font-size: 1.5em;
	margin: 3%;
}

a.cw-action-button {
	padding: 10px 40px;
	margin: 0px 10px 10px 0px;
	border-radius: 10px;
	font-family: "Passion One", cursive;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	width: 250px;
	text-align: center;
	display: inline-block;
}

a.cw-action-button:hover {
	color: #fff;
	text-decoration: none;
}

.cw-blue {
	background-color: #1e79be;
	border-bottom: 5px solid #7b9ed3;
	text-shadow: 0px -2px #7b9ed3;
}

.cw-action-button:active {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	border-bottom: 1px solid;
}

/* XS: 440px & Up */
@media (min-width: 440px) {}

/* SM: 768px & Up */
@media (min-width: 768px) {}

/* MD: 992px & Up */
@media (min-width: 992px) {}

/* LG: 1200px & Up */
@media (min-width: 1200px) {}

/* XLG: 1400px & Up */
@media (min-width: 1400px) {}

/* cw-video ===================================================================== */
.cw-video {
	background-image: url("https://cdn07.carsforsale.com/CustomTemplatePhotos/1009065/photos/bg3.245dfda3.jpg");
	padding: 4% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.cw-video p {
	color: #fff;
	font-size: 1.5em;
	margin: 3%;
}

.animate {
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

a.cw-action-button {
	padding: 10px 40px;
	margin: 0px 10px 10px 0px;
	border-radius: 10px;
	font-family: "Passion One", cursive;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	width: 250px;
	text-align: center;
	display: inline-block;
}

a.cw-action-button:hover {
	color: #fff;
	text-decoration: none;
}

.cw-blue {
	background-color: #1e79be;
	border-bottom: 5px solid #7b9ed3;
	text-shadow: 0px -2px #7b9ed3;
}

.cw-action-button:active {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	border-bottom: 1px solid;
}

.font-primary {
	font-family: "Passion One", cursive;
}

/* XS: 440px & Up */
@media (min-width: 440px) {}

/* SM: 768px & Up */
@media (min-width: 768px) {}

/* MD: 992px & Up */
@media (min-width: 992px) {}

/* LG: 1200px & Up */
@media (min-width: 1200px) {}

/* XLG: 1400px & Up */
@media (min-width: 1400px) {}

/* ============================================================================ */
.page-home .textwithimage-in-container {
	position: relative;
	z-index: 0;
}

.page-home .textwithimage-in-container ::before {
	content: "";
	position: absolute;
	background-color: rgb(15 15 15);
	clip-path: polygon(0 0, 80% 0%, 70% 100%, 0% 100%);

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 100%;
}

.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	background-color: #242424 !important;
}

/* -------------------- Footer ---------------------- */

.cw-footer {
	padding: 4rem 0;
	background: #000;
	background-size: cover;
	color: #fff;
	text-align: left;
}

.cw-footer iframe {
	width: 100%;
}

.cw-footer a {
	color: #fff;
}

.cw-footer .footer-social a {
	color: #fff;
}

.cw-footer .cw-address,
.cw-footer .cw-phone {
	position: relative;
	line-height: 1.35;
	font-size: 1.1rem;
}

.cw-footer .cw-footerMenu a {
	display: block;
	margin-bottom: 0.65rem;
	font-weight: 700;
}

.cw-footer .cw-footerMenu a:hover,
.cw-footer .cw-social a:hover,
.cw-footer .cw-phone:hover {
	color: #fff;
}

.cw-footer h5 {
	margin-bottom: 1rem;
	color: #fff;
}

.cw-footer .cw-social a {
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

.cw-footer .cw-social i {
	font-size: 25px;
}

.cw-footer .business-hours .today {
	color: var(--color-theme-primary);
	font-weight: 700;
}

/* default footer modifications */
.footer {
	padding-top: 0;
}

footer>.container {
	display: none;
}