/* -------------------- Header ---------------------- */

.header .navbar .active>.nav-link {
	color: var(--color-theme-secondary) !important;
}

.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: .25rem;
	color: var(--color-theme-secondary)
}

.cw-header-contact {
	padding: 6px 2px;
	color: var(--color-theme-text-btn);
}


.cw-header-contact .cw-phone:hover {
	opacity: .9;
}

/* Header */
.cw-header {
    padding: 2.5em 0;
    background: #000000;
    color: #ffffff;
  }

  .cw-header .container {
    max-width: 1320px;
  }

  .cw-header i {
    font-size: 1rem;
    margin-bottom: 0.75em;
    color: var(--color-theme-secondary);
  }

  .cw-header h2 {
    font-size: 1rem;
    font-weight: 600;
  }

  .cw-header a {
    color: inherit;
  }

  .cw-header a:hover {
    color: var(--color-theme-highlight);
  }

  .cw-header img {
    width: 450px;
    margin-bottom: 1rem;
  }

  @media (min-width: 330px) {
    .cw-header h2 {
      font-size: 1.2rem;
    }
  }
  @media (min-width: 576px) {
  }
  @media (min-width: 768px) {
  }
  @media (min-width: 992px) {
    .cw-header img {
      margin-bottom: 0;
    }
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1400px) {
    .cw-header h2 {
      font-size: 1.3rem;
    }
  }

/* -------------------- other/global ---------------------- */
.cw-highlight {
	font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-theme-primary);
	text-transform: uppercase
}

.btn-secondary,
.btn-secondary:focus {
	background-color: var(--color-theme-secondary) !important;
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-secondary)
}

.btn {
	font-weight: 400 !important
}

.title+.text {
	margin-top: 0
}

.card-title {
	/* color: #000; */
	font-size: 1.5em;
	line-height: normal;
	/* font-weight: 700; */
	/* margin-bottom: .5em */
}

/* .wow {
	visibility: hidden
} */
/* -------------------- custom Buttons ---------------------- */
.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: var(--color-theme-text-btn);
	border: 1px solid var(--color-theme-primary);
	background-color: var(--color-theme-primary)
}

.cw-secondary-button {
	color: var(--color-theme-primary);
	border: 1px solid var(--color-theme-text-btn);
	background-color: var(--color-theme-text-btn)
}

.cw-primary-button:hover,
.cw-secondary-button:hover {
	border: 1px solid var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	background-position: 0%
}

.cw-primary-button:hover:before {
	background-color: #fff
}

.cw-primary-button:hover:after {
	background-color: #fff
}

.cw-button-borders {
	display: inline-block;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-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)
}

/* -------------------- Homepage ---------------------- */
/* --------------- Title above 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
}

/* Remove this if the header logo doesn't overlap this homepage title */
@media(min-width:992px) {
	.cw-home-title .cw-title-box {
		max-width: calc(100% - var(--cw-logo-width) - 10px);
		margin: 0;
		margin-left: auto
	}
}

/* to here */

/* -------------------- Hero slideshow ---------------------- */
.cw-hero {
	width: 100%;
	background-color: #b31217;
	overflow: hidden;
  }
  
  .cw-hero-slideshow {
	position: relative;
	width: 100%;
  }
  
  .cw-hero-slideshow img:first-child {
	position: relative;
	opacity: 1;
  }
  
  .cw-hero-img {
	width: 100%;
	height: auto;
	display: block;
  }
  
  .slide {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation: fadeSlide 25s infinite;
  }
  
  .slide-1 { animation-delay: 0s; }
  .slide-2 { animation-delay: 5s; }
  .slide-3 { animation-delay: 10s; }
  .slide-4 { animation-delay: 15s; }
  .slide-5 { animation-delay: 20s; }
  
  @keyframes fadeSlide {
	0%   { opacity: 0; }
	5%   { opacity: 1; }
	30%  { opacity: 1; }
	35%  { opacity: 0; }
	100% { opacity: 0; }
  }


/* Find a vechile module */

#module_15765bc9-1967-4210-80fd-3c11efb77bfa {
	padding-top: 3rem !important;
}

/* -------------------- Search section ---------------------- */

.inventory-search-module {
	background-color: #333333;
    padding: 1rem 0rem 4rem;
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}

.inventory-search-module .btn-primary {
	background-color: var(--color-theme-secondary) !important;
	color: #fff !important;
	border-color: #fff !important;
}

/* Inventory slideshow/featured vehicles */
.page-home .inventoryslideshow {
	/* margin-top: -4rem; */
	padding-top: 2rem;
	padding-bottom: 0;
}

.card__multi__style3 a.item__title {
	color: rgba(255, 255, 255, 1) !important;
}

.card__multi__style3 .title__style__content {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* Invneotry btn */

.cw-primary-button {
	border: 1px solid var(--color-theme-secondary) !important;
    background-color: var(--color-theme-secondary) !important;
}

/* Home about */

.cw-about-us {
    margin-bottom: 5rem;
  }

  .cw-spotlight {
    display: flex;
    min-height: 600px;
  }

  .cw-image {
    width: 50%;
    border-right: 4px solid #ffffff;
  }

  .cw-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cw-content {
    width: 50%;
    background: #333333;
    color: #fff;

    display: flex;
    align-items: center;
  }

  .cw-content-inner {
    padding: 4rem;
    width: 100%;
  }

  .cw-content h2 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 28px;
  }

  .cw-content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 2rem;
  }

  .cw-about-btn {
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 2px solid var(--color-theme-secondary) !important;
    color: var(--color-theme-secondary) !important;
  }

  @media (max-width: 991px) {
    .cw-spotlight {
      flex-direction: column;
      min-height: auto;
    }

    .cw-image,
    .cw-content {
      width: 100%;
    }

    .cw-content-inner {
      padding: 2rem;
    }
  }

  @media (min-width: 280px) {
    .cw-image {
      border-right: none;
    }
  }

  @media (min-width: 992px) {
    .cw-image {
      border-right: 4px solid var(--color-theme-secondary);
    }
  }

  .cw-content-inner .btn-primary:before {
    background-color: #fff !important;
    color: #000 !important;
  }

  .btn-outline {
    border: 1px solid #fff !important;
    color: #fff !important;
  }

  .btn-outline:hover {
    border: 1px solid #fff !important;
    color: rgb(0, 0, 0) !important;
    background-color: #fff !important;
  }


/* Popular SEO section */

.popular-vehicles-section-heading {
	color: var(--color-theme-secondary);
}

/* -------------------- Footer ---------------------- */
.cw-footer {
	padding: 4rem 0;
	background-color: #000;
	background-size: cover;
	color: #fff
}

.cw-footer iframe {
	width: 100%
}

.cw-footer a {
	color: #fff
}

.cw-footer .cw-address,
.cw-header-contact .cw-phone,
.cw-footer .cw-phone {
	position: relative;
	line-height: 1.35;
	padding-left: 1.5rem;
	font-size: 1.1rem;
	color: var(--color-theme-text-btn);
}

.cw-footer .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	position: absolute;
	left: 0;
	padding-right: .5rem;
	color: var(--color-theme-secondary)
}

.cw-header-contact .cw-phone:before,
.cw-footer .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	position: absolute;
	left: 0;
	top: 2px;
	padding-right: .5rem;
	color: var(--color-theme-secondary);
}

.cw-footerMenu a {
	display: block;
	margin-bottom: .65rem;
	font-weight: 700
}

.cw-footerMenu a:hover,
.cw-footer .cw-social a:hover,
.cw-footer .cw-phone:hover {
	color: var(--color-theme-secondary)
}

.cw-footer h5,
.cw-footer .business-hours .bh-title {
	margin-bottom: 1rem;
	color: var(--color-theme-primary);
	padding-left: 0;
	border: none;
	font-size: 1.25rem
}

.business-hours li {
	border-bottom: 1px solid var(--color-theme-secondary);
}

.cw-footer .business-hours li {
	font-size: .85rem
}

.cw-footer .business-hours li.today {
	color: var(--color-theme-secondary);
}

.business-hours .bh-title {
	display: none;
}

.cw-social a {
	display: inline-block;
	margin: 0 .5rem 0 0
}

.cw-social i {
	font-size: 25px
}

.footer {
	padding-top: 0
}

footer>.container {
	display: none
}

/* -------------------- internal titles ---------------------- */
section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	text-align: center;
	background-color: #333333;
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: .5rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000
}

/* Homepage card extra css ========================================================================================================= */
.cw-card {
	transition: all .5s;
}

.cw-card:hover {
	background-color: rgb(0, 0, 0);
	transition: all .5s;
	transform: translateY(-10px);
}

/* -------------------- SRP inventory page ---------------------- */

.inventory-cta .btn:not(.btn-pre-qualified):hover {
	color: var(--color-theme-text-btn) !important;
}

/* -------------------- VDP inventory details page ---------------------- */
/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 10px !important;
}

/* Fix Mobile More Info button BG color */
.vdp-module-canvas-razor-wrapper .btn-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .sn_business_openclose.open {
	background-color: var(--inventorydetails-primary) !important;
}

/* Fix Loan Calc VDP Colors */
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary:hover {
	background-color: var(--inventorydetails-primary) !important;
}

.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope] {
	color: var(--color-theme-secondary) !important;
}

.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	background-color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-link {
	color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: var(--color-theme-secondary) !important;
	color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: #222222 !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
	background: #222222 !important;
}