.line hr {
	border-color: var(--color-theme-secondary);
	opacity: 1;
}

.cw-trade-banner {
	background-color: var(--color-theme-primary);
	padding: .5em 0;
}

.cw-trade-banner p {
	margin: 0;
	color: var(--color-theme-text-btn);
}

.cw-header {
	padding: 1em 0;
}

.cw-header .row {
	display: flex; 
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;	
}

.cw-header h2 {
	font-size: 1.5rem;
}

.cw-header p {
	font-size: 1.25rem;
	margin-bottom: .5em;
}

.cw-header p a {
	color: var(--color-theme-text);
}

.cw-header p a:hover {
	color: var(--color-theme-highlight);
}


.header .navbar a {
    text-transform: uppercase;
}

	/* Slideshow */
	.cw-slideshow-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
	}

	.cw-slideshow-caption h5 {
		font-size: 1.2em;
		color: #fff;
		text-transform: capitalize;
		font-weight: 900;
		text-shadow: 2px 2px 15px #333;
	}

	.cw-pink {
		background-color: #3347B3!important;
		color: #fff!important;
		padding: 5px 10px !important;
		border-radius: 2px;
		text-shadow: 0px 0px !important;
		text-transform: capitalize;
		box-shadow: 2px 2px 20px rgba(0, 0, 0, .5);
	}

	.cw-slideshow-caption h6 {
		font-size: .65em;
		color: #fff;
		text-transform: uppercase;
		font-weight: 400;
		/* text-align: justify; */
	}

	.cw-slideshow-caption .btn-secondary {
		box-shadow: 1px 1px #000000;
		margin: 15px 0 0 0;
	}

	.cw-slideshow .carousel-control-next, .cw-slideshow .carousel-control-prev {
    width: 6.5%;
    opacity: .75;
	z-index: 10;
}


.cw-slideshow .carousel-control-next {
	background: linear-gradient(90deg, transparent, rgba(0,0,0,0.5));
}

.cw-slideshow .carousel-control-prev {
	background: linear-gradient(270deg, transparent, rgba(0,0,0,0.5));
}
 @media (max-width:575px) {
		.cw-slideshow .carousel-control-next, .cw-slideshow .carousel-control-prev {
			display: none;
}
 }

 @media (min-width: 440px) {
		.cw-slideshow-caption h5 {
			/* position: absolute;
			top: -75px;
			left: -30px; */
			font-size: 1.35em;
		}

		.cw-slideshow-caption h6 {
			/* position: absolute;
			top: -25px;
			left: -30px; */
			font-size: 1.15em;
		}
	}

	@media (min-width: 768px) {
		/* .cw-slideshow-caption h5 {
			position: absolute;
			top: -100px;
			left: -50px;
		} */

		/* .cw-slideshow-caption h6 {
			position: absolute;
			top: -50px;
			left: -50px;
		} */
		 .cw-slideshow-caption {
    align-items: start;
    text-align: start;
}
	}

	@media (min-width: 992px) {
		.cw-slideshow-caption h5 {
			/* position: absolute;
			top: -230px;
			left: -102px; */
			font-size: 3.2em;
		}

		.cw-slideshow-caption h6 {
			/* position: absolute;
			top: -150px;
			left: -102px; */
			font-size: 1.3em;
		}
	}

	@media (min-width:1400px) {
		.cw-slideshow-caption {
    justify-content: end;
    bottom: 10%;
}
	}

	.page-home .title {
		background: var(--color-theme-secondary);
		padding: 1em 0;
	}

	.page-home .title h1 {
		color: var(--color-theme-text-btn);
    font-size: 1.75rem;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
	}


		/* Buttons */
	.cw-button-section {
		background-color: #fff;
		padding: 2em 0;
	}

	.cw-button {
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
		position: relative;
		padding-right: 0px;
		padding-left: 0px;
		margin: 1em 0em;
	}

	/* Button Hover Overlay */
	.cw-button:hover .cw-overlay {
		width: 100%;
	}

	.cw-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(51, 71, 179, .8);
		overflow: hidden;
		width: 0;
		height: 100%;
		transition: .5s ease;
		font-family: 'Source Sans Pro', sans-serif;
	}

	.cw-overlay-heading {
		color: #FFFFFF;
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		white-space: nowrap;
		text-align: center;
	}

	/* Button Info */
	.cw-description {
		text-align: center;
		padding: 1.25em;
		display: block;
		background: #000;
		font-family: 'Source Sans Pro', sans-serif;
	}

	.cw-description h6 {
		margin-bottom: 3px;
		font-size: 20px;
		margin-top: 0px;
		color: #3347B3;
		font-weight: 500;
		display: block;
		top: 2px;
		text-transform: uppercase;
	}

	.cw-description h5 {
		margin-bottom: 0;
		font-size: 16px;
		color: #fff;
		display: block;
		font-weight: 300;
		letter-spacing: 1px;
	}

	@media (min-width: 992px) {
		.cw-button {
			margin: 1em 3em;
		}
	}

	.page-home .textwithimage {
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
}

.page-home .textwithimage h2 {
    text-transform: uppercase;
}

	.page-home .textwithimage hr {
    border-color: var(--color-theme-secondary);
    border-width: 2px;
    opacity: 1;
    width: 50px;
    margin: .5em auto 1em 0;
}


.popular-vehicles-sections {
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    position: relative;
    overflow: hidden;
	padding-top: 1em;
}

@media (min-width:768px) {
		.popular-vehicles-sections {
		    margin: 0;
    padding: 1em 5%;
    max-width: 100%;
	}
}

@media (min-width:1920px) {
	.popular-vehicles-sections {
    padding: 1em 15%;
	}
}

.popular-vehicles-sections::before {
    content: "";
    width: 200vw;
    height: calc(100% + 3em);
    background: var(--color-theme-primary);
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
}

.popular-vehicles-sections a {
    color: var(--color-theme-text-btn);
}

.popular-vehicles-sections a:hover {
    /* color: var(--color-theme-highlight); */
	opacity: .8;
}

.inventory .vehicle-card .inventory-cta .btn:not(.btn-pre-qualified):hover {
    color: var(--color-theme-text-btn) !important;
}

	.form-grid-row>.form-forms-date {
		/* Hopefully fixes form popups being underneath other dropdowns/boxes */
		z-index: unset;
	}