@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");

.h1,
h2 {
	font-family: "Archivo Black", sans-serif;
	font-weight: 400;
	font-style: normal;
}


/* Header =============================================================================================== */

.header .badge {
	color: inherit;
}

/* remove/hide/override nav highlight border */
.header .nav-link-cart::after,
.header .navbar .nav-link::before {
	border-width: 0px;
}

.header .navbar-dark .navbar-nav a.nav-link:hover {
	-webkit-box-shadow: 0 0 0 0.05rem var(--header-highlight);
	box-shadow: 0 0 0 0.05rem var(--header-highlight);
}

.cw-header-info {
	padding: 0.5rem 0;
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.header .cw-header-info a {
	font-weight: 700;
	font-size: 1.1rem;
	color: inherit;
}

.header .cw-header-info a:hover {
	color: #f88002;
	color: var(--color-theme-secondary);
}

.header .header-container .navbar .container {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.header .navbar-brand:hover {
	opacity: .95;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

@media (min-width: 992px) {
	.header .container {
		max-width: 1320px;
	}

	.header .navbar-dark .navbar-nav .nav-link {
		line-height: 28px;
		border-radius: 50px;
		margin-right: 1px;
	}


	nav.navbar .container {
		min-height: 85px;
	}


	.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;
	}


	section:not(.page-inventory-details) .cw-header-info {
		position: fixed;
		z-index: 1031;
		top: 0;
		left: 0;
		width: 100%;
	}

	section:not(.page-inventory-details) nav.navbar .container {
		margin-top: 42px;
	}

}




.inventoryslideshow {
	/* Set colors in the module */
	position: relative;
	z-index: 1;
}

.inventoryslideshow::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E4F85043D8A6462C8BD0FFC64A95E217.jpg);
}

body .inventoryslideshow .inventoryslideshow-title-heading {
	color: #fff;
}

.inventoryslideshow .inventoryslideshow-container {
	max-width: 1320px !important;
}

.inventoryslideshow .inventoryslideshow-title-heading {
	margin-top: 1rem;
}

.cw-hero-NV {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.cw-hero-NV img {
	width: 100%;
	height: auto;
	display: block;
}

/* Default text layout */
.cw-main-img-text {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	color: #fff;
	text-align: left;
	max-width: 600px;
}

/* Headline */
.cw-main-img-text h1 {
	font-family: "Archivo Black", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.2;
	letter-spacing: 1px;
	font-size: 1.4rem;
}

.cw-main-img-text h1 strong {
	font-weight: 700;
}

/* Smaller city/state text */
.cw-main-img-text .location {
	display: block;
	color: var(--color-theme-secondary);
	font-size: 0.9rem;
	font-weight: 700;
	margin-top: 0.25rem;
}

/* Button */
.cw-btn-wrapper {
	/* margin-top: 1rem; */
}

.cw-btn-wrapper .btn {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0.6em 1.8em;
	font-size: 0.85rem;
}

/* Small Devices (Mobile) */
@media (max-width: 575.98px) {
	.cw-hero-NV img {
		min-height: 500px;
		object-fit: cover;
		object-position: center;
	}

	.cw-main-img-text {
		left: 50%;
		top: 55%;
		transform: translate(-50%, -50%);
		text-align: center;
		padding: 0 10px;
		width: 90%;
	}

	.cw-main-img-text h1 {
		font-size: 2.2rem;
		line-height: 1.3;
	}
}

.cw-main-img-text .location {
	font-size: 1rem;
}

.cw-btn-wrapper {
	/* margin-top: 1.2rem; */
	padding-bottom: 2rem;
	/* extra space below button */
}

.cw-btn-wrapper .btn {
	font-size: 0.9rem;
	padding: 0.9em 2.2em;
	/* more padding inside button */
}

/* Tablets (768px) */
@media (min-width: 768px) {
	.cw-main-img-text {
		left: 10%;
		text-align: left;
	}

	.cw-main-img-text h1 {
		font-size: 2rem;
	}

	.cw-main-img-text .location {
		font-size: 1.25rem;
	}
}

/* Desktops (992px) */
@media (min-width: 992px) {
	.cw-main-img-text h1 {
		font-size: 2.5rem;
	}

	.cw-main-img-text .location {
		font-size: 1.75rem;
	}
}

/* Large Screens (1400px) */
@media (min-width: 1400px) {
	.cw-main-img-text h1 {
		font-size: 3rem;
	}

	.cw-main-img-text .location {
		font-size: 2rem;
	}
}

/* Ultrawide (1920px) */
@media (min-width: 1920px) {
	.cw-main-img-text {
		left: 12%;
	}

	.cw-main-img-text h1 {
		font-size: 3.25rem;
	}

	.cw-main-img-text .location {
		font-size: 2.25rem;
	}
}

/* -------------------- Adventure buttons ---------------------- */

.cw-bodystyle-cards {
	padding: 2rem 0;
	position: relative;
	text-align: center;
	color: var(--color-theme-text);
}

.cw-bodystyle-cards h2 {
	font-size: 1.3rem;
	line-height: 1.2;
}

.cw-bodystyle-cards p {
	font-size: 0.9rem;
}

.cw-bodystyle-cards a {
	text-decoration: none;
	display: block;
	transition: all 0.4s ease;
}

.cw-bodystyle-cards .cw-img-card {
	max-width: 250px;
	margin: .5rem auto;
}

.cw-bodystyle-cards .cw-img-link {
	align-items: center;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.4s ease;
	text-align: center;
	color: inherit;
	/* padding used to set height based on ratio of image with absolute positioned image */
	padding-top: 100%;
}

.cw-bodystyle-cards .cw-img-link img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.4s ease;
	filter: grayscale(100%);
}

.cw-bodystyle-cards .cw-img-link:hover img {
	filter: grayscale(0%);
	transform: scale(1.03);
}

.cw-bodystyle-cards .cw-card-title {
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 0.5rem;
	text-align: center;
}

@media (min-width: 576px) {
	.cw-bodystyle-cards .cw-img-link {
		padding-top: 75%;
	}
}

@media (min-width: 768px) {
	.cw-bodystyle-cards {
		padding: 4rem 0;
	}

	.cw-bodystyle-cards h2 {
		font-size: 1.75rem;
	}

	.cw-bodystyle-cards .cw-img-link {
		padding-top: 150%;
	}
}

@media (min-width: 992px) {
	.cw-bodystyle-cards h2 {
		font-size: 3rem;
	}
}


/* -------------------- Globally used elements ---------------------- */

/* Larger main heading */
.cw-main-heading {
	font-size: 1.7rem;
	/* desktop default */
	letter-spacing: 0.05em;
}

/* Wider kerning for + Our Mission */
.cw-spaced-letters {
	letter-spacing: 0.25em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-main-heading {
		font-size: 2.5rem;
		line-height: 1.1;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-main-heading {
		font-size: 3rem;
	}
}

/* Two-column bullet list */

.cw-column-list li {
	font-size: 1rem;
	color: #333;
	break-inside: avoid;
	margin-bottom: .5rem;
}

.cw-column-list li:last-of-type {
	margin-bottom: 0;
}

/* Make the "+" spans orange */
.cw-column-list li span {
	color: var(--color-theme-secondary);
	font-weight: 700;
	margin-right: 0.5rem;
}

@media (min-width: 440px) {
	.cw-column-list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		column-gap: 2rem;
	}
}







/* -------------------- SECTIONTITLE ---------------------- */
.cw-adventures {
	background: var(--color-theme-text);
	color: var(--color-theme-background);
	overflow: hidden;
}

.cw-adventures .cw-image-wrapper {
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}

.cw-adventures .cw-adventure-grid img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.5rem;
	transition: transform 0.4s ease, filter 0.4s ease;
	filter: grayscale(100%);
}

.cw-adventures .cw-adventure-grid:hover img {
	transform: scale(1.05);
	filter: grayscale(0%);
}

.cw-adventures .cw-adventure-grid:hover {
	/* transform: translateY(-4px); */
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.cw-adventures .cw-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem 1.5rem;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	color: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
}

.cw-adventures .cw-overlay h4 {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.cw-adventures .cw-overlay a {
	color: inherit !important;
	transition: all.3s;
}

.cw-adventures .cw-overlay a:hover {
	color: var(--color-theme-secondary) !important;
}

/* 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) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}




/* ---- Parallax ----*/
.cw-home-parallax {
	text-align: center;
	position: relative;
	padding-top: 4em;
	padding-bottom: 3em;
	color: #fff;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8B13C250F7C520A1EB2D071F9B58F59C.jpg);
	background-position: center center;
	background-size: cover;
}

.cw-home-parallax::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(254, 124, 31, 0.664);
}

.cw-home-parallax>* {
	position: relative;
	z-index: 1;
}

.pg-title.pg-title-center {
	font-size: 2rem;
}

@media (min-width: 768px) {
	.cw-home-parallax {
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8B13C250F7C520A1EB2D071F9B58F59C.jpg);
		background-size: cover;
		padding-top: 8em;
		padding-bottom: 7em;
	}

	.cw-home-parallax::after {
		background: rgba(254, 124, 31, 0.664);
	}

	.pg-title.pg-title-center {
		font-size: 3rem;
	}
}

/* -------------------- about adventure ---------------------- */

/* Larger main heading */
.cw-main-heading {
	font-size: 1.7rem;
	/* desktop default */
	letter-spacing: 0.05em;
}

/* Wider kerning for + Our Mission */
.cw-spaced-letters {
	letter-spacing: 0.25em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-main-heading {
		font-size: 2.5rem;
		line-height: 1.1;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-main-heading {
		font-size: 3rem;
	}
}

/* Two-column bullet list */

.cw-column-list li {
	font-size: 1rem;
	color: #333;
	break-inside: avoid;
	margin-bottom: .5rem;
}

.cw-column-list li:last-of-type {
	margin-bottom: 0;
}

/* Make the "+" spans orange */
.cw-column-list li span {
	color: var(--color-theme-secondary);
	font-weight: 700;
	margin-right: 0.5rem;
}

@media (min-width: 440px) {
	.cw-column-list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		column-gap: 2rem;
	}
}



/* -------------------- About adventure text with image ---------------------- */

.cw-about-adventures {
	background: #f3f3eb;
	color: #555555;
	overflow: hidden;
	position: relative;
	padding-bottom: 4rem;
}

.cw-about-adventures .container {
	max-width: 1440px;
}


.cw-about-adventures h2 {
	color: #333;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 800;
	position: relative;
	z-index: 2;
}

.cw-about-adventures .cw-icon-img {
	width: 45px;
	height: 45px;
	object-fit: contain;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-about-adventures .cw-icon-img {
		width: 55px;
		height: 55px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-about-adventures h2 {
		font-size: 3rem;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.cw-about-adventures .cw-text-side {
		max-width: 520px;
	}
}



/* -------------------- custom titles ---------------------- */
.cw-custom-title {
	padding: 25px 0;
	position: relative;
	margin-top: 5px;
	margin-bottom: 50px;
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

/* Could set individual image backgrounds for specific pages. */
.page-about-us .cw-custom-title {
	/* background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/671D87DAA2556AB440A84EB034A8A7CC.png); */
}

.cw-custom-title .cw-overlay {
	display: none;
}

.cw-custom-title .container {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-custom-title {
		background: transparent;
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/671D87DAA2556AB440A84EB034A8A7CC.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: 60% auto;
		padding: 50px 0;
		position: relative;
		margin-top: 45px;
		margin-bottom: 50px;
	}

	.cw-custom-title .cw-overlay {
		display: block;
		height: 120%;
		width: 100%;
		top: -10%;
		left: 0;
		position: absolute;
		background-color: transparent;
		background: linear-gradient(290deg, transparent 0%, transparent 40%, #3d3d3d 40%, #282828 100%);
		filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
		opacity: 1;
	}

	.cw-custom-title .cw-title-box {
		/* margin-right: 56%; */
		max-width: 45%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.page-financing .form,
.page-shopping-request .form,
.page-value-my-trade .form,
.page-work-with-us .form,
.page-contact-us .form {
	padding-top: 0
}

.page-financing .form .form-forms-header:first-of-type,
.page-shopping-request .form .form-forms-header:first-of-type,
.page-value-my-trade .form .form-forms-header:first-of-type,
.page-work-with-us .form .form-forms-header:first-of-type,
.page-contact-us .form .form-forms-header:first-of-type,
.page-financing .form .form-forms-text:first-of-type,
.page-shopping-request .form .form-forms-text:first-of-type,
.page-value-my-trade .form .form-forms-text:first-of-type,
.page-work-with-us .form .form-forms-text:first-of-type,
.page-contact-us .form .form-forms-text:first-of-type {
	display: none
}


/* -------------------- Fix ---------------------- */

.inventoryslideshow~.container.mb-4 {
	margin: 0 !important;
}

/*-- Form Double Border Fix --*/
.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.btn {
	text-transform: uppercase;
}

/* -------------------- Footer ---------------------- */

.cw-footer {
	padding: 4rem 0;
	background:
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/54C916AE4B94A0510E3A3056A8CA57C3.png) center;
	background-size: cover;
	color: rgb(0, 0, 0);
	text-align: left;
}

.cw-footer iframe {
	width: 100%;
	height: 300px;
}

.cw-footer a {
	color: inherit;
}

.cw-footer a:hover {
	color: var(--color-theme-primary);
}

.cw-footer .cw-address,
.cw-footer .cw-phone {
	position: relative;
	line-height: 1.35;
	font-size: 1.1rem;
}

.cw-footer .cw-address i,
.cw-footer .cw-phone i {
	padding-right: 0.5rem;
	color: rgb(0, 0, 0);
}

.cw-footer .cw-footerMenu a {
	display: block;
	margin-bottom: 0.65rem;
	font-weight: 700;
}

.cw-footer h5,
.cw-footer .business-hours .bh-title {
	margin-bottom: 1rem;
	color: var(--color-theme-secondary);
	padding-left: 0;
	border: none;
	font-size: 1.25rem;
}

.cw-footer .business-hours .today {
	color: var(--color-theme-secondary);
}

.cw-footer .cw-social a {
	display: inline-block;
	font-size: 25px;
}

.business-hours li {
	line-height: 30px;
	border-bottom: 1px solid #000000;
}

.cw-footer a:hover {
	color: var(--color-theme-secondary);
}


.cw-footer .cw-social a+a {
	margin-left: 0.7rem;
}

/* Default footer modificationss */
.footer {
	padding-top: 0;
}

footer>.container {
	display: none;
}