/*Hero*/

	.cw-home-title {
		background-color: var(--color-theme-secondary);
		color: var(--color-theme-text-btn);
		padding: .5rem 0;
	}

	.cw-home-title h1 {
		margin-bottom: 0;
		font-size: 1.7rem;
		text-align: center;
	}

	@media(min-width:992px) {

		/* Size restricted to prevent overlapping with overhanging of logo */
		.cw-home-title .cw-title-box {
			max-width: calc(100% - 230px);
			margin: 0;
			margin-left: auto
		}

		.cw-home-title h1 {
			text-align: right
		}
	}

	/* -------------------- Hero / Slideshow ---------------------- */
	.cw-slider {
		width: 100%;
		height: 500px;
	}

	.slide-overlay h3 {
		position: relative;
		z-index: 1;
		max-width: 95%;
		margin: 0 auto 1.5rem;
		color: #fff;
		font-size: 1.5rem;
		text-shadow: 0 0 2px #000;
		text-transform: uppercase;
	}

	.slide-title span {
		white-space: pre-wrap;
		display: inline-block;
		opacity: 0;
	}

	.cw-slider .slideshow {
		position: relative;
	}

	.cw-slider .slideshow-pagination {
		position: absolute;
		bottom: 4rem;
		left: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		transition: .2s opacity;
		z-index: 10;
	}

	.slideshow-pagination-item {
		display: flex;
		align-items: center;
	}

	.slideshow-pagination-item .pagination-number {
		opacity: .5;
	}

	.slideshow-pagination-item:hover,
	.slideshow-pagination-item:focus {
		cursor: pointer;
	}

	.slideshow-pagination-item:last-of-type .pagination-separator {
		width: 0;
	}

	.slideshow-pagination-item.active .pagination-number {
		opacity: 1;
	}

	.slideshow-pagination-item.active .pagination-separator {
		width: 10vw;
	}

	.slideshow-navigation-button {
		position: absolute;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 5rem;
		z-index: 1000;
		transition: all .2s ease;
		color: #fff;
	}

	.slideshow-navigation-button:hover,
	.slideshow-navigation-button:focus {
		cursor: pointer;
		background: rgba(0, 0, 0, .5);
	}

	.slideshow-navigation-button.prev {
		left: 0;
	}

	.slideshow-navigation-button.next {
		right: 0;
	}

	.pagination-number {
		font-size: 1.8rem;
		color: #fff;
		font-family: montserrat, sans-serif;
		padding: 0 .5rem;
	}

	.pagination-separator {
		display: none;
		position: relative;
		width: 40px;
		height: 2px;
		background: rgba(255, 255, 255, .25);
		transition: all .2s ease;
	}

	.pagination-separator-loader {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transform-origin: 0 0;
	}

	.cw-slider .swiper-container {
		width: 100%;
		height: 100%;
	}

	.cw-slider .slide {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		text-align: center;
		font-size: 18px;
		background: #000;
		overflow: hidden;
	}

	.slide-image {
		position: absolute;
		top: -100px;
		left: -100px;
		opacity: .7;
		width: calc(100% + 200px);
		height: calc(100% + 200px);
		background-position: 50% 50%;
		background-size: cover;
	}

	.slide-overlay {
		position: relative;
		z-index: 50;
		opacity: 1;
		max-width: 100%;
	}

	.slide-title {
		display: block;
		margin: 0 auto 1rem;
		font-size: clamp(1.02rem, 4vw + 1rem, 4.2rem) !important;
		line-height: 1;
		white-space: normal;
		word-break: break-word;
		color: #fff;
		z-index: 100;
		font-family: montserrat, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		text-shadow: 1px 1px 0 #000;
	}

	@media(min-width:576px) {
		.pagination-separator {
			display: block
		}
	}

	@media(min-width:1400px) {
		.cw-slider {
			height: 36vw
		}

		.slide-overlay h3 {
			font-size: 2rem
		}
	}

	/* -------------------- Fancy Buttons ---------------------- */
	/* Used somewhat globally on site. Try not to keep repeated declarations if you grab multiple snippets that contain this */
	.cw-primary-button,
	.cw-secondary-button {
		/* font-family: montserrat, sans-serif; */
		cursor: pointer;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: .05rem;
		padding: .8rem 2.1rem;
		background-image: linear-gradient(135deg, var(--color-theme-primary) 0%, var(--color-theme-primary) 50%, transparent 51%, transparent 100%);
		background-size: 230%;
		background-position: 130%;
		background-repeat: no-repeat;
		transition: .3s ease-in-out;
		transition-property: background-position, border, color;
		position: relative;
		z-index: 1;
		text-align: center;
	}

	.cw-primary-button {
		color: #fff;
		border: 1px solid var(--color-theme-primary);
		background-color: var(--color-theme-primary);
	}

	.cw-secondary-button {
		color: var(--color-theme-primary);
		border: 1px solid #fff;
		background-color: #fff;
	}

	.cw-primary-button:hover,
	.cw-secondary-button:hover {
		border: 1px solid var(--color-theme-primary);
		color: #fff;
		background-position: 0%;
	}

	.cw-primary-button:hover:before {
		background-color: #fff;
	}

	.cw-primary-button:hover:after {
		background-color: #fff;
	}

	.cw-button-borders {
		position: relative;
		width: fit-content;
		height: fit-content;
	}

	.cw-button-borders:before {
		content: "";
		position: absolute;
		width: calc(100% + 0.5em);
		height: 50%;
		left: -.3em;
		top: -.3em;
		border: 1px solid #fff;
		border-bottom: 0;
	}

	.cw-button-borders:after {
		content: "";
		position: absolute;
		width: calc(100% + 0.5em);
		height: 50%;
		left: -.3em;
		bottom: -.3em;
		border: 1px solid #fff;
		border-top: 0;
		z-index: 0;
	}

	.cw-button-borders.cw-invert:before {
		border-color: var(--color-theme-primary);
	}

	.cw-button-borders.cw-invert:after {
		border-color: var(--color-theme-primary);
	}

	/* End buttons */


	/* 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) {}
    /* Welcome Section */
    .cw-welcome-section {
        padding: 4% 0 2%;
    }

    .cw-welcome-section .cw-welcome-divider {
        padding: 5% 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

    .cw-welcome-section h5 {
        font-size: 2em;
        font-weight: 300;
        text-transform: uppercase;
    }

    .cw-welcome-section h5 span {
        font-weight: 800;
    }

    .cw-welcome-section p {
        font-size: 1.25em;
        line-height: 1.75em;
    }

    .cw-welcome-section p a {
        color: #000000;
        font-weight: 800;
    }

    .cw-welcome-section p a:hover {
        color: #AA0A08;
    }

/* Icon Buttons */
    .cw-icon-buttons {
        padding: 0 0 4%;
    }

    .cw-icon-buttons h5 {
        color: #222222;
        font-size: 1.5em;
        font-weight: 300;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .cw-icon-buttons a h5 {
        font-weight: 300;
        transition: all .25s;
        -webkit-transition: all .25s ease-in;
        -moz-transition: all .25s ease-in;
        -o-transition: all .25s ease-in;
    }

    .cw-icon-buttons h5 span,
    .cw-icon-buttons a h5 span {
        font-weight: 800;
    }

    .cw-icon-buttons a:hover h5 {
        color: #AA0A08;
    }

    .cw-icon-buttons a i {
        font-size: 7em;
        color: #222222;
        transition: all .25s ease-in;
        -webkit-transition: all .25s ease-in;
        -moz-transition: all .25s ease-in;
        -o-transition: all .25s ease-in;
    }

    .cw-icon-buttons a:hover i {
        color: #AA0A08;
    }

/* Hours */
    .cw-icon-buttons .cw-business-hours {
        margin: 0 5%;
    }

    .cw-icon-buttons .cw-business-hours .c-table {
        color: #222222;
        font-size: 1.05em;
    }

/* XS: 440px & Up */
    @media (min-width: 440px) {}

/* SM: 768px & Down */
    @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) {}

    
    /* Mid Buttons */
    .cw-bodystyle-buttons{
        margin: 2rem 0;
    }
    
    
    /* Buttons */
    .cw-bodystyle-buttons a {
        display: inline-block;
        position: relative;
        transition: all .25s ease-in;
        -webkit-transition: all .25s ease-in;
        -moz-transition: all .25s ease-in;
        -o-transition: all .25s ease-in;
      padding-bottom:5%;
    }

    .cw-bodystyle-buttons a h5 {
        font-size: 2em;
        font-weight: 800;
        text-transform: uppercase;
        color: #000000;
    }

    .cw-bodystyle-buttons a h5 span {
        font-weight: 300;
    }

/* Button Hover */
    .cw-bodystyle-buttons a:hover h5 {
        color: #AA0A08;
    }

    .cw-buttons-divider .hvr-float-shadow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .cw-buttons-divider .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity
    }

    .cw-buttons-divider .hvr-float-shadow:active,
    .cw-buttons-divider .hvr-float-shadow:focus,
    .cw-buttons-divider .hvr-float-shadow:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .cw-buttons-divider .hvr-float-shadow:active:before,
    .cw-buttons-divider .hvr-float-shadow:focus:before,
    .cw-buttons-divider .hvr-float-shadow:hover:before {
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

/* XS: 440px & Up */
    @media (min-width: 440px) {}

/* SM: 768px & Up */
    @media (min-width: 768px) {}

/* MD: 992px & Up */
    @media (min-width: 992px) {
          .cw-bodystyle-buttons a {
      padding-bottom:0;
    }
          .cw-buttons-divider {
      padding-bottom:7%;
    }
  }


  .cw-mission-statement {
    background-color: rgba(0, 0, 0, 0.75) !important;
    padding: 5% 0;
    padding: 4rem 0;
    background: url(https://cdn05.carsforsale.com/476585f39bc8f523aa4ef1ccc37b5d88/476585f39bc8f523aa4ef1ccc37b5d88.jpg?orginal&format=&sig=79d1fb70d8f5d0e3);
    background-size: cover;
    background-position: center;
    
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.cw-mission-statement .cw-mission-text {
    background-color: rgba(0, 0, 0, 0.75) !important;
    padding: 5%;
}

.cw-mission-statement .cw-mission-text h5 {
    color: #F9EE2C;
    font-size: 3rem;
    text-transform: uppercase;
}


.cw-mission-statement .cw-mission-text h6 {
    color: #CCCCCC;
    font-size: 2rem;
    letter-spacing: 5%;
    text-transform: uppercase;
}

/* XS: 440px & Up */
@media (min-width: 440px) {}

/* SM: 768px & Up */
@media (min-width: 768px) {}

/* MD: 992px & Up */
@media (min-width: 992px) {
    .cw-mission-statement .cw-mission-text h5 {
        font-size: 5rem;
    }

    .cw-mission-statement .cw-mission-text h6 {
        font-size: 4rem;
    }
}


.cw-contact-banner{
    margin: 2rem 0;
}
.cw-contact-banner h5 span {
    font-size: 1.5em;
    font-weight: 900;
}

.cw-contact-banner h5 {
    font-size: 1.5em;

    font-weight: 300;
}
.cw-contact-banner .cw-center-text{
    align-content: center;
    text-align: center;
}
