@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap";

.header .navbar :focus,
.header :focus,
.footer :focus {
  box-shadow: none;
}

.businessinfo .btn-primary:hover,
.form .btn-primary:hover {
  color: #fff !important;
}

.btn-primary {
  color: #000;
}

.btn-primary:hover {
  color: var(--color-theme-text) !important;
}

.inventoryslideshow .btn-primary:before {
  background: var(--color-theme-secondary) !important;
}

.btn-primary:hover,
.btn-primary:hover:focus,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #444;
  color: #fff !important;
}

/* Header */
.cw-customHeader .cw-header {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1% 5%;
  color: #fff;
  position: relative;
  z-index: 2;
}

.cw-customHeader .cw-header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.cw-customHeader .cw-logo {
  display: block;
  max-height: 64px;
  width: auto;
  height: auto;
}

.cw-customHeader .cw-phone {
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.cw-customHeader .cw-phone .fa-solid {
  color: var(--color-theme-primary);
  margin-right: .5rem;
  line-height: 1;
}

.cw-customHeader .cw-phone:hover,
.cw-customHeader .cw-phone:focus {
  text-decoration: underline;
  outline: none;
}

/* Home */
.page-home .cw-customHeader .cw-header {
  background-image: none;
}

/* Not home */
.cw-customHeader .cw-header:not(.page-home .cw-customHeader .cw-header) {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C2AE733E8E3AFEE0BF869E7FC0D922EC.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Layout */
@media (min-width: 567px) {
  .cw-customHeader .cw-header-inner {
    flex-direction: row;
    justify-content: space-between;
  }

  .cw-customHeader .cw-phone {
    margin-left: auto;
  }
}

/* Logo sizes */
@media (min-width: 992px) {
  .cw-customHeader .cw-logo {
    max-height: 90px;
  }
}

@media (min-width: 1200px) {
  .cw-customHeader .cw-logo {
    max-height: 150px;
  }
}

.cw-customHeader img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Slideshow */
.inventoryslideshow .btn-primary:hover {
  background: var(--color-theme-secondary);
}

.slick-arrow i.fa-chevron-left::before {
  margin-left: 0;
}

.slick-arrow i.fa-chevron-right::before {
  margin-right: 0;
}

p {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.btn {
  border-radius: 0.4vw;
}

.form .btn-submit:hover,
.businessinfo .btn-submit:hover {
  color: #fff !important;
}

.btn-group-lg>.btn,
.btn-lg,
.btn:not(.slick-arrow):not(.btn-xs):not(.btn-md):not(.dropdown-toggle) {
  /* font-size: 1.3rem; */
  line-height: 1.5;
}

.btn-md {
  font-size: 1.1rem;
}

.form-forms-address,
.form-forms-fullName,
.form-grid-row {
  align-items: flex-start;
}

.form-control {
  border-radius: 0.2vw;
}

.help-block {
  background-color: transparent;
  color: var(--color-theme-primary);
}

.help-block::before {
  color: var(--color-theme-primary);
}

.dropzone .btn {
  margin-right: 0.4rem;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  background: 0 0 !important;
  width: 100% !important;
  border: 0 !important;
  padding: 0 !important;
}

.bootstrap-select button.btn.dropdown-toggle.form-control {
  font-style: normal;
  text-transform: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: 0 !important;
}

body .modal-header {
  background: var(--color-theme-primary);
  color: #000;
  padding: 1rem;
}

body .modal-content {
  background: var(--color-theme-background);
  color: var(--color-theme-text);
}

.modal-title {
  color: var(--color-theme-text-btn) !important;
}

.vdp__quickconnect__mod .modal-title {
  /* color: var(--color-theme-text) !important; */
}

.modal-header .btn-close:hover,
.modal-header .btn-close:focus,
.modal-header .btn-close:active {
  color: var(--color-theme-text-btn) !important;
  opacity: 0.7;
}

footer {
  border-radius: 0.8vw;
  margin: 1rem;
}

.footer,
.footer .dropdown-menu,
.footer .footer-bottom-section {
  background: var(--color-theme-secondary);
  border-color: var(--color-theme-highlight);
}

.footer-bottom-section {
  border-radius: 0 0 0.8vw 0.8vw;
  margin: 1rem;
  border-top-color: var(--color-theme-highlight);
}

.roundedcorner {
  border-radius: 1vw;
}

.roundedcorner-top {
  border-radius: 0.8vw 0.8vw 0 0;
}

.header .navbar.bg-primary,
.header .navbar {
  background: var(--color-theme-background) !important;
}

.header .navbar .dropdown-menu {
  border-radius: 0.5vw;
  background: var(--color-theme-background);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

.header .navbar {
  border-radius: 0 0 1rem 1rem;
}

@media (max-width: 767px) {
  .header .navbar {
    border-radius: 0 0 0.5vw 0.5vw;
  }
}

.cw-header-info {
  margin: 0;
  padding: 0.5rem 1rem;
  font-weight: 700;
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  text-align: center;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .cw-header-info {
    justify-content: flex-end;
    text-align: right;
  }
}

.header .navbar .navbar-nav .nav-link,
.header .dropdown-item {
  border-radius: 0.5vw;
  overflow: hidden;
}

.header .navbar .active>.nav-link,
.header .navbar .show>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active {
  background-color: var(--color-theme-primary);
}

.header .navbar-dark .navbar-nav>.active .nav-link {
  color: #000;
}

.header .navbar-dark .navbar-nav>.active .nav-link:hover {
  color: #fff;
}

.header .nav-link::before,
.header .navbar .dropdown-item::before {
  display: none;
}

.header .navbar .nav-link,
.header .nav-link-cart,
.navbar-dark .dropdown-item {
  transition: all 150ms 50ms ease-in-out;
}

.header .cart-count,
.header .dropdown-item,
.header .nav-link,
.header .navbar-brand,
.header .navbar-dark .navbar-nav .nav-link {
  color: var(--color-theme-header);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .dropdown-item:focus,
.navbar-dark .dropdown-item:hover {
  background: var(--color-theme-highlight);
  color: var(--color-theme-header);
}

.navbar-dark .dropdown-item.active,
.navbar-dark .dropdown-item:active {
  color: var(--color-theme-text-btn);
}

.header .navbar .dropdown-item:hover {
  opacity: 1;
}

.header .navbar .dropdown-item {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.navbar .container {
  max-width: 100%;
  text-align: center;
  padding: 10px 1rem;
}

@media (min-width: 992px) {

  /* keeps nav items on the right side of header */
  .header.has-cart .collapse.justify-content-center,
  .header .navbar-collapse.justify-content-center {
    justify-content: flex-end !important;
  }

  .header .navbar-nav:not(.navbar-cart) {
    justify-content: center;
  }

  .header .nav-link-cart,
  .header .navbar .nav-link,
  .header .dropdown-item {
    line-height: 30px;
  }

  .header .navbar .dropdown-item {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .navbar .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header li.nav-item {
    margin-right: 10px;
  }

  .header li.nav-item:last-of-type {
    margin-right: 0;
  }
}

.header .navbar-toggler {
  background: var(--color-theme-secondary);
  border-color: var(--color-theme-text-btn);
  color: var(--color-theme-header);
}

.header .navbar-toggler:hover {
  background: var(--color-theme-highlight);
}

@media (min-width: 576px) {
  .header .navbar-toggler {
    border-radius: 3rem;
    padding: 0.3rem 1.3rem 0.4rem;
  }
}

.header .toggle .icon-bar {
  background-color: var(--color-theme-text);
}

.phone-link {
  color: var(--color-theme-text-btn);
}

.inventoryslideshow .inventory-title {
  font-size: 1.1rem !important;
  color: var(--color-theme-primary) !important;
}

.inventoryslideshow {
  background: var(--color-theme-background) !important;
  border-radius: 0.5vw !important;
  margin: 1rem !important;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.inventoryslideshow .card {
  background: var(--color-theme-secondary);
}

.inventoryslideshow .card a:hover {
  color: var(--color-theme-primary);
}

.inventoryslideshow .inventoryslideshow-arrow i {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
}

.inventoryslideshow-btn .btn {
  padding: 0.8rem 2rem !important;
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02rem !important;
}

.inventoryslideshow .card,
.inventoryslideshow .price-block {
  border-radius: 0.5vw;
}

.inventoryslideshow .price-block .label {}

.inventoryslideshow .price-block .value {
  font-weight: 400 !important;
}

.inventoryslideshow .price-block {
  background: var(--color-theme-highlight) !important;
  color: var(--color-theme-text) !important;
}

.inventoryslideshow .price-block {
  position: absolute !important;
  padding: 0.3rem 0.7rem !important;
  top: -37px !important;
  right: 10px;
}

.inventoryslideshow .card-top-img img {
  border-radius: 0.5vw 0.5vw 0 0 !important;
}

.inventoryslideshow .card-top-img {
  background-color: transparent !important;
}

ul.features-list {
  padding: 0.2em !important;
}

.inventoryslideshow .card-body .text-center {
  text-align: left !important;
  margin-top: 0.5rem;
}

.inventoryslideshow .card__multi__style5 .item__card {
  background-color: var(--color-theme-background);
  border: 1px solid rgba(34, 34, 34, 0.95) !important;
}

.inventoryslideshow .card__multi__style5 .item__card__details__wrapper__lower {
  margin: 0 !important;
}

.inventoryslideshow .card__multi__style5 .item__flex {
  background: var(--color-theme-secondary) !important;
  border-top: 0 !important;
  padding: 10px;
  margin: 0 20px 20px;
  border-radius: 10px;
}

.inventoryslideshow .card__multi__style5 .item__flex .item__data .item__data__value {
  font-weight: 400 !important;
}

.inventoryslideshow .card__multi__style5 .item__card__details__wrapper__lower a {
  display: block;
}

.inventoryslideshow .card__multi__style5 .item__card__photo {
  border-radius: 0 0 10px 10px;
}

.bodystyle-button-text {
  color: var(--color-theme-text);
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  height: auto;
  transition: 0.25s ease-in;
  transition-delay: 0.1s;
  z-index: 5;
  font-weight: 700;
}

.bodystyle-link {
  position: relative;
  display: block;
}

.bodystyle-link .bodystyle-link-img {
  position: relative;
  z-index: 5;
  max-width: 200px;
  margin: auto;
}

.bodystyle-button {
  margin-top: -3.5rem;
  width: 100%;
  padding: 2.7rem 2rem 0.7rem;
  text-align: center;
  display: block;
  position: relative;
  will-change: transform;
  background: var(--color-theme-background);
  border: 1px solid var(--color-theme-border);
  border-radius: 0.5vw;
  transition: 0.3s ease-in-out;
  transition-delay: 0.35s;
  overflow: hidden;
  z-index: 1;
}

.bodystyle-button:before {
  content: "";
  display: block;
  background: var(--color-theme-primary);
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  transition: 0.8s cubic-bezier(0.4, 0, 1, 1);
  z-index: 3;
}

.bodystyle-button:after {
  content: "";
  display: block;
  background: var(--color-theme-highlight);
  position: absolute;
  width: 300%;
  height: 600%;
  border-radius: 100%;
  transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
  z-index: 2;
}

.bodystyle-link:hover .bodystyle-button .bodystyle-button-text {
  color: var(--color-theme-text-btn);
}

.bodystyle-link:hover .bodystyle-button {
  color: transparent;
}

.bodystyle-link .bodystyle-button:before {
  transform: translate(-110%, -80%) translateZ(0);
}

.bodystyle-link:hover .bodystyle-button:before {
  transform: translate(-45%, -34%) translateZ(0);
}

.bodystyle-link .bodystyle-button:after {
  transform: translate(-110%, -80%) translateZ(0);
}

.bodystyle-link:hover .bodystyle-button:after {
  transform: translate(-55%, -54%) translateZ(0);
}

.popular-vehicles-sections.container {
  max-width: 1320px;
  padding: 5rem;
  border-radius: 0.8vw;
  background: var(--color-theme-background);
  color: #fff;
}

@media (max-width: 998px) {
  .popular-vehicles-sections.container {
    max-width: 96.5vw;
  }
}

@media (max-width: 767px) {
  .popular-vehicles-sections.container {
    max-width: 95vw;
    padding: 5rem 3rem;
  }
}

@media (max-width: 567px) {
  .popular-vehicles-sections.container {
    max-width: 94vw;
    padding: 3rem 2rem;
  }
}

@media (max-width: 400px) {
  .popular-vehicles-sections.container {
    max-width: 92vw;
  }
}

.popular-vehicle-link {
  color: var(--color-theme-text);
  line-height: 1.3rem;
}

.popular-vehicle-link:hover {
  color: var(--color-theme-primary);
}

.popular-vehicle-link::first-line {
  font-weight: 700;
  font-size: 1.1rem;
}

.footer-info-business a:not(.footer-business-phone):not(.footer-business-email) {
  padding: 0.8rem 1.5rem;
}

.footer .dropdown-item:hover,
.footer a:hover,
.footer-business+.footer-business:before {
  color: var(--color-theme-primary);
}

.footer a {
  border-radius: 0.8vw;
}

.footer .nav-link {
  line-height: 1.7;
}

.footer .dropdown-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer .dropdown-item:hover,
.footer a:not(.footer-business-phone):not(.footer-business-email):hover {
  background: var(--color-theme-highlight);
  color: var(--color-theme-text);
}

.footer .dropdown-item,
.footer .nav-link {
  display: block;
}

.pg-title::after,
.inventoryslideshow-title-heading::after,
.form-forms-header::after,
.veh__title::after,
.popular-vehicles-section-heading::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 0.5rem 0 1.5rem;
  background-color: var(--color-theme-primary);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .inventorydetails .vdp__title__mod h1.veh__title {
    font-size: 3rem;
    margin-top: 15px;
  }
}

/* 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) {}

.pg-title-center::after,
.inventoryslideshow-title-heading::after,
h1.veh__title::after {
  margin-right: auto;
  margin-left: auto;
}

.mb-0.pg-title::after {
  margin-bottom: 0;
}

.vdp__title__mod .col-12.col-sm-8.flex-grow-1,
h1.veh__title {
  text-align: center !important;
}

@media (min-width: 576px) {
  h1.veh__title::after {
    margin-right: 0;
    margin-left: 0;
  }

  .vdp__title__mod .col-12.col-sm-8.flex-grow-1,
  h1.veh__title {
    text-align: left !important;
  }
}

@media (min-width: 998px) {
  .pg-title-lg-start::after {
    margin-right: 0;
    margin-left: 0;
  }
}

.cw-title {
  position: relative;
  display: block;
  position: relative;
  overflow: hidden;
  color: var(--color-theme-text);
  background-color: var(--color-theme-secondary);
  border-radius: 0.5rem;
  padding: 20px;
  margin: 10px 16px 0;
}

.cw-title::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cw-title .btn-outline-secondary {
  border: 1px solid var(--color-theme-primary);
}

.cw-title .btn-outline-secondary:hover {
  color: var(--color-theme-text) !important;
}

.cw-title .container,
.cw-title .container-fluid {
  position: relative;
  z-index: 2;
}

@media (max-width: 1300px) {
  .cw-title {
    background-position: center bottom 299px;
  }
}

.cw-title .pg-title {
  font-size: 2rem;
}

.cw-title .pg-title::after {
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  .cw-title .pg-title {
    font-size: 3rem;
  }
}

.inventory {
  padding-top: 0 !important;
}

.inventory .card-header {
  background-color: #222;
  color: #fff;
}

.inventory .card {
  border: 1px solid rgba(34, 34, 34, 0.95) !important;
}

body .modal-header .close {
  color: var(--color-theme-text-btn);
}

.inventory .card .card-header {
  position: relative;
}

.inventory .srp-sidebar .card .card-header::before {
  content: "";
  height: 3px;
  background: var(--color-theme-highlight);
  border: 0;
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 576px) {
  .inventory .btn-link.btn-clear-filter {
    color: var(--color-theme-text-btn) !important;
    padding: 0.5rem 1rem;
    background: var(--color-theme-primary);
    text-decoration: none;
    border-radius: 0.4vw;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
    font-weight: 400 !important;
  }

  .inventory .btn-link.btn-clear-filter:hover,
  .inventory .btn-link.btn-clear-filter:hover:focus {
    background-color: var(--color-theme-highlight);
    color: var(--color-theme-text) !important;
    border-color: var(--color-theme-highlight);
  }
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
  border-radius: 5px;
}

body .inventory .vehicle-card.layout-1 .price-mileage-block .value {
  font-weight: 400;
}

.filter-widget .filter-body,
.contact-widget .card-body,
.inventory .vehicle-card.layout-1 .price-mileage-block {
  background: var(--color-theme-secondary) !important;
  border: 0 !important;
}

.srp-sidebar .card-header .card-title {
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 1.3em !important;
}

.inventory-cta .btn.btn-primary.d-flex.flex-column:hover {
  color: var(--color-theme-text) !important;
}

.inventory [type="checkbox"]:checked+label::before {
  background: var(--color-theme-primary) !important;
}

.inventory [type="checkbox"]+label::after,
.inventory [type="radio"]+label::after {
  background: var(--color-theme-primary) !important;
}

.inventory .col-12.col-lg-11.col-xl-10 {
  width: 98% !important;
}

.inventory .vehicle-card.layout-1 .inventory-title {
  font-size: 1.6em !important;
  margin-bottom: 0 !important;
}

.inventory-card-view .p-veh-card .inventory-title-wrapper a:hover h5 {
  color: var(--color-theme-primary);
}

.financing a {
  color: var(--color-theme-primary) !important;
  font-size: 0.8rem !important;
}

.inventory .p-veh-card .carousel-indicators {
  background: var(--inventory-background);
  background-color: color-mix(in srgb,
      var(--inventory-background) 70%,
      transparent);
  margin-bottom: 0;
  bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
  background-color: #fff;
}

.inventory .p-veh-card .card-top-img a {
  display: block;
}

.inventory .inventory-card-view .p-veh-card .card-top-img img {
  background: 0 0;
}

@media (max-width: 991px) {
  body .inventory .srp-sidebar {
    z-index: 1040;
  }
}

@media (min-width: 992px) {
  body .inventory .srp-sidebar {
    left: 0;
  }
}

.vdp__container {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
  margin-top: 1.6rem !important;
}

body section.page-inventory-details .btn.btn-primary {
  /* background-color: var(--inventorydetails-primary); */
  color: #000;
  /* border-color: var(--inventorydetails-primary) */
}

.vdp-module-canvas-razor-wrapper .btn-link:hover {
  color: var(--header) !important;
}

.vdp__title__mod.module {
  position: relative;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 2rem;
  margin: 1rem 0 0 !important;
  color: var(--color-theme-header);
  border-radius: 0.5rem;
  background-color: var(--color-theme-highlight);
}

@media (min-width: 768px) {
  .vdp__title__mod.module {
    margin-top: 0;
  }
}

@media (min-width: 1300px) {
  .vdp__container {
    padding: 0 2rem !important;
  }
}

.vdp__title__mod.module::after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.vdp__details__mod .section__subtitle {
  color: var(--color-theme-header);
}

.vdp__details__mod .desc__content .veh__desc {
  color: var(--color-theme-text);
}

.vdp__title__mod .d-flex {
  position: relative;
  z-index: 2;
  align-items: center !important;
}

.veh__generation {
  color: var(--color-theme-header);
}

.vdp__title__mod .veh__trim[VehicleHeadingWidgetCssScope] {
  display: inline-block;
}

.vdp__title__mod .veh__generation[VehicleHeadingWidgetCssScope] {
  display: inline-block;
}

.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope] {
  font-weight: 400 !important;
}

.vdp__title__mod .veh__price__mileage__wrapper .veh__price sup[VehicleHeadingWidgetCssScope] {
  top: -15px !important;
}

.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
  color: var(--color-theme-header) !important;
}

.vdp__photoGrid {
  margin-top: 0.2rem;
}

.vdp__photoGrid .photo__item .photo__thumbnail .photo__showMore[PhotoGalleryWidgetCssScope] {
  background: rgba(68, 68, 68, 0.7) !important;
}

.vdp-module-canvas-razor-wrapper .photo__grid1 .photo__thumbnail[PhotoGalleryWidgetCssScope] {
  border: 1px solid var(--color-theme-secondary) !important;
}

/* #builderCanvas {
	margin-top: -1rem !important;
}

@media (min-width: 991px) {
	#builderCanvas {
		margin-top: -2rem !important;
	}
} */
.wide-container .photo__grid3 .large__image .photo__thumbnail[PhotoGalleryWidgetCssScope],
.wide-container .photo__grid3 .small__image .photo__thumbnail[PhotoGalleryWidgetCssScope] {
  border-radius: 0.8vw !important;
}

.loan__calc__content .btn-outline-secondary {
  font-size: 1rem !important;
  padding: 1rem 0.5rem !important;
}

.vdp__info__addt__mod .btn-secondary,
.vdp__info__addt__mod .btn-secondary:focus {
  background-color: var(--color-theme-primary) !important;
  border-color: var(--color-theme-primary) !important;
}

@media (min-width: 992px) {
  .row.vdp__photoGrid.photo__grid3.g-2 {
    margin-top: 1rem;
  }
}

.page-inventory-details .section__title,
.page-inventory-details .section__title1,
.page-inventory-details .section__title__wrapper {
  font-weight: 400 !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 20px;
}

.page-inventory-details .vdp__veh__info__mod .veh__info__item:nth-child(even) {
  background: var(--color-theme-secondary) !important;
}

.vdp__staff__mod .section__title,
.vdp__staff__mod .section__subtitle,
.vdp__staff__mod .section__callout__title {
  font-weight: 400 !important;
}

.vdp__staff__mod .section__subtitle {
  color: var(--color-theme-text);
}

.vdp__title__mod .veh__title {
  font-size: 2.25em;
}

.vdp__title__mod .veh__trim {
  font-weight: 400 !important;
}

.page-inventory-details .veh__price {
  font-weight: 400;
}

.narrow-container .vdp__message__mod.module,
.vdp__dealerInfo__mod.module {
  border: 0 !important;
  padding: 1.5rem !important;
  border-radius: 0.8vw !important;
}

.vdp__dealerInfo__mod.module {
  background-color: var(--color-theme-highlight) !important;
}

#LeadFormModal-RequestPhotos .modal-body {
  background-color: #f3f3f3 !important;
}

.narrow-container .vdp__message__mod.module {
  background-color: var(--color-theme-highlight) !important;
  color: var(--color-theme-text-btn) !important;
}

.narrow-container .vdp__message__mod.module .disclaimerText a {
  color: var(--color-theme-primary) !important;
  text-decoration: underline !important;
}

.narrow-container .vdp__message__mod.module label,
.narrow-container .vdp__message__mod.module .section__title,
.narrow-container .vdp__message__mod.module .text-link,
.narrow-container .vdp__message__mod.module .disclaimerText {
  color: var(--color-theme-text) !important;
}

.vdp__message__mod.module .section__title,
.vdp__dealerInfo__mod.module .section__title {
  margin-top: 0;
}

.vdp__dealerInfo__mod.module .section__title {
  color: var(--color-theme-header);
}

.vdp__dealerInfo__mod.module .dealership__call a {
  color: var(--color-theme-primary);
}

.vdp__dealerInfo__mod.module .dealership__call a:hover {
  color: var(--color-theme-text);
}

.vdp__dealerInfo__mod.module .dealership__text a {
  color: var(--color-theme-primary);
}

.vdp__dealerInfo__mod.module .dealership__text a:hover {
  color: var(--color-theme-text);
}

.vdp__message__mod.module .vdp__message__wrapper {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.vdp-module-canvas-razor-wrapper .brdr__rad10 {
  border-radius: 0 !important;
  /* color: #000; */
}

.vdp-module-canvas-razor-wrapper .vdp__message__wrapper .btn-primary,
.vdp-module-canvas-razor-wrapper .btn-primary,
.vdp-module-canvas-razor-wrapper .btn-primary:focus,
body section.page-inventory-details .btn.btn-primary {
  /* color: var(--color-theme-text-btn) !important; */
  color: #000 !important;
}

section.page-inventory-details .btn.btn-primary:hover,
.vdp-module-canvas-razor-wrapper .vdp__message__wrapper .btn-primary:hover {
  color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  background: #fff;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
  background-color: var(--color-theme-primary);
}

.loan__calc__content .calc__totals__wrapper .value {
  font-weight: 400 !important;
}

[LoanCalculatorWidgetCssScope] .loan__calc__content .calc__totals__wrapper .value sup {
  top: -0.9em !important;
}

.vdp__features__mod .features__content .veh__features {
  margin-bottom: 20px;
}

.vdp__optFeatures__mod .optFeatures__content .optFeatures__total {
  font-weight: 400 !important;
}

.staff__style1 .staff__info__wrapper .staff__name {
  font-weight: 400 !important;
}

.hours__status.hours__status__closed {
  background-color: var(--color-theme-primary);
  color: #fff !important;
}

#LeadFormModal-RequestPhotos .vdp__message__mod.module {
  margin-top: 0 !important;
}

#LeadFormModal-RequestPhotos .modal-title,
#viewAllPhotosModal .modal-title {
  color: #333;
  font-size: 1.5em !important;
}

.vdp__loanCalc__mod.module {
  padding: 1.5rem;
  background: var(--color-theme-highlight);
  border-radius: 0.8vw;
}

.vdp__loanCalc__mod.module .section__title {
  margin-top: 0;
  color: var(--color-theme-header);
}

.vdp__loanCalc__mod.module .loan__calc__content {
  /* color: var(--color-theme-background); */
}

.vdp__loanCalc__mod.module .loan__calc__content .disclaimerText {
  color: var(--color-theme-text);
}

.vdp__loanCalc__mod.module .loan__calc__content .calc__totals__wrapper {
  border-color: var(--color-theme-highlight);
}

.vdp__info__addt__mod {
  border-top: 0 !important;
  background: var(--color-theme-secondary);
  color: var(--color-theme-text-btn) !important;
  border-radius: 0.8vw;
  padding: 1.5rem !important;
}

.vdp__info__addt__mod label {
  color: var(--color-theme-text) !important;
}

.vdp__info__addt__mod .fuel__econ .mpg__icon {
  padding: 12px 20px !important;
  width: 70px;
  height: 70px;
  border: 1px solid #ededed;
  background-color: #fff;
  border-radius: 50px;
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1));
  background: var(--color-theme-background);
  color: var(--color-theme-primary) !important;
}

.vdp__info__addt__mod .fuel__econ .mpg .mpg__value {
  color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .photos__wrapper {
  padding: 0 !important;
  background: 0 0 !important;
}

.photos__wrapper img {
  margin: 0 !important;
  border-radius: 0.8vw !important;
}

@media (min-width: 992px) {
  .vdp-module-canvas-razor-wrapper .photos__wrapper {
    margin-top: 1rem;
  }
}

.page-loan-application .form,
.page-value-my-trade .form,
.page-car-finder .form {
  margin: 0 1rem 2.5rem;
}

.form {
  padding-top: 2.5em !important;
  padding-bottom: 3.5em !important;
}

.map {
  margin: 0 1rem 1rem;
}

.map-container {
  border-radius: 0.8vw;
  overflow: hidden;
}

.page-contact-us .map-container {
  border-radius: 0 0 0.8vw 0.8vw;
}

.fa-map-marker::before {
  content: "\f3c5";
}

.businessinfo {
  padding-top: 0;
  padding-bottom: 0;
  margin: 30px 0;
}

.businessinfo-container.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.businessinfo .pe-lg-4 {
  padding: 0 !important;
}

.businessinfo .form-wrap {
  padding: 2rem;
  border-radius: 0.8vw;
  background: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
  width: auto;
  margin: 0 1rem;
}

.businessinfo label,
.businessinfo .form-check label,
.businessinfo .webit-forms-text,
.businessinfo .form-text {
  color: var(--color-theme-text);
}

.businessinfo .form-forms-header,
.businessinfo .form-sent-message {
  color: var(--color-theme-text);
}

.contact-companyinfo,
.contact-hours {
  padding: 2rem;
  margin: 1rem;
  background: var(--color-theme-highlight);
  border-radius: 0.8vw;
}

.contact-companyinfo,
.contact-hours {
  margin-bottom: 1rem;
}

.font-header-Montserrat h2.contact-details .contact-details-info {
  text-transform: none;
}

.businessinfo .contact-email a:hover .contact-details-info,
.businessinfo .contact-phone a:hover .contact-details-info {
  color: var(--color-theme-primary);
}

.businessinfo i.contact-icon.contact-icon-email.fa.fa-envelope,
.businessinfo i.contact-icon.contact-icon-call.fa.fa-phone {
  background: var(--color-theme-primary);
}

.businessinfo .contact-details::after {
  border-color: var(--color-theme-primary) !important;
}

@media (min-width: 992px) {
  .businessinfo .form-wrap {
    margin-right: 0;
  }

  .contact-companyinfo,
  .contact-hours {
    margin-left: 0;
  }

  .contact-companyinfo {
    margin-top: 0;
  }
}

.businessinfo .contact-title {
  font-size: 2rem;
  border-bottom: 0;
}

.businessinfo .contact-title .contact-title-container {
  border-bottom-color: var(--color-theme-primary);
}

.businessinfo .contact-title:not(.contact-businessname) .contact-title-container {
  border-bottom-color: var(--color-theme-primary);
}

.contact-title .contact-title-container {
  padding-bottom: 0.3rem;
  border-bottom-width: 0.1em;
}

.businessinfo .contact-title.contact-businessname .contact-title-container {
  border-bottom-color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
  background-color: #555 !important;
  border-color: var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
  background-color: var(--color-theme-primary) !important;
  border-color: var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
  background-color: var(--color-theme-primary) !important;
  border-color: #555 !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: #555 !important;
  color: var(--color-theme-highlight) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
  color: var(--color-theme-highlight) !important;
}

.calc__totals__wrapper {
  /* color: var(--color-theme-background) !important; */
}

.hours__status.hours__status__open[DealershipInfoWidgetCssScope] {
  color: #000;
}

.text-center.flex-column.d-flex>div[vehicleinfowidgetcssscope=""]>div[vehicleinfowidgetcssscope=""] {
  color: #fff !important;
}

.vdp__info__addt__mod .btn-secondary {
  color: #000 !important;
}

.vdp__info__addt__mod .btn-secondary:hover::before {
  background: var(--color-theme-secondary) !important;
}

.vdp__info__addt__mod .btn-secondary:hover {
  color: #fff !important;
  border-color: var(--color-theme-primary) !important;
}

.inventoryslideshow-container .card__multi__style1 .item__flex .item__data .item__data__value {
  font-size: 0.7em;
}

.card__multi__style3 a.item__title {
  color: var(--color-theme-secondary) !important;
}

.card__multi__style3 .title__style__content {
  color: var(--color-theme-secondary) !important;
}

@media (min-width: 330px) {
  .inventoryslideshow-container .card__multi__style1 .item__flex .item__data .item__data__value {
    font-size: 1em;
  }
}

@media (min-width: 440px) {
  .inventoryslideshow-container .card__multi__style1 .item__flex .item__data .item__data__value {
    font-size: 1.25em;
  }
}

@media (min-width: 992px) {
  .inventoryslideshow-container .card__multi__style1 .item__flex .item__data .item__data__value {
    font-size: 0.8em;
  }
}

@media (min-width: 1200px) {
  .inventoryslideshow-container .card__multi__style1 .item__flex .item__data .item__data__value {
    font-size: 1em;
  }
}

@media (min-width: 1400px) {
  .inventoryslideshow-container .card__multi__style1 .item__flex .item__data .item__data__value {
    font-size: 1.25em;
  }
}

.card__multi__style1 .item__card {
  border: none !important;
}

.inventoryslideshow .card__multi__style5 .card__footer a {
  border: 1px solid;
}

section.inventory-search-module {
  margin-top: 0 !important;
  margin-left: 1rem;
  margin-right: 1rem;
}

section.inventory-search-module>.container {
  max-width: unset !important;
  padding: 0 !important;
}

section.inventory-search-module .form__wrapper {
  border: none !important;
  padding: 1rem rem 3rem !important;
}

section.inventory-search-module label {
  font-size: 15px;
  margin-bottom: 0.3rem;
  color: var(--light-txt);
}

@media (max-width: 767px) {
  section.inventory-search-module .form__wrapper {
    padding: 1rem 1.5rem 3rem !important;
  }
}

/* -------------------- Fixes ---------------------- */
/* -------------------- width fix ---------------------- */
.inventory .inventory-container>.row {
  /* Fix for inventory row expanding beyond site width */
  margin-left: 0;
  margin-right: 0;
}

/*  fix sticky nav width  */
.inventorydetails .vdp__sticky-navigation__mod>.row {
  /* margin-left: 0; */
  /* margin-right: 0; */
}

/* Fix VDP width */
.inventorydetails .vdp__container .columns>.row {
  margin-left: 0;
  margin-right: 0;
}

/* -------------------- VDP ---------------------- */
.vdp-module-canvas-razor-wrapper .vdp__container .row {
  /* margin: auto; */
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
  /* margin-left: auto; */
  /* margin-right: auto; */
}

@media (max-width: 767px) {
  .vdp-module-canvas-razor-wrapper .vdp__details__mod .row>* {
    /* padding: 0 !important; */
  }
}

.sn_business_openclose.open {
  background: var(--color-theme-primary) !important;
  color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  font-size: 0.7rem !important;
  padding: 7px 10px !important;
}

@media (min-width: 440px) {
  .vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn {
    font-size: 0.8rem !important;
    padding: 7px 12px !important;
  }
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:hover {
  background: var(--color-theme-secondary);
  color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:before {
  background: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a {
  color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a:hover {
  color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a {
  color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a:hover {
  color: var(--color-theme-primary);
}

/* .vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown .sn_dropdown_item a {
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown {
    background: var(--color-theme-secondary);
    border-color: var(--color-theme-border) !important;
} */
.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown {
  /* border-left: 0; */
  /* border-right: 0; */
  /* border-bottom: 0; */
}

/* Template Button text Size  */
.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item {
  font-size: 1rem;
}

/* VDP Dealership info mod  */
@media (max-width: 767px) {
  .vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .row>* {
    /* padding: 0 !important; */
  }
}

@media (max-width: 991px) {
  .vdp-module-canvas-razor-wrapper .vdp__container .vdp__dealerInfo__mod {
    /* margin-bottom: 0 !important; */
  }
}

.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .store__hours {
  margin-bottom: 1em;
}

/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
  margin-bottom: 2em;
}

/* Loan App Mobile  */
.vdp__loanCalc__mod .narrow__col-12 {
  /* padding: 0; */
}

body .vdp-module-canvas-razor-wrapper .btn-secondary,
body .vdp-module-canvas-razor-wrapper .btn-secondary:focus {
  background-color: var(--color-theme-secondary);
  color: #fff;
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-secondary:focus:hover {
  background-color: var(--color-theme-highlight);
  color: #fff !important;
}

/* -------------------- Dark site color fixes ---------------------- */
.inventorydetails label {
  color: inherit;
}

.loan__calc__content label {
  color: var(--color-theme-header);
}

.inventorydetails [QuickConnectCssScope] .modal-content {
  background-color: var(--color-theme-background);
  color: var(--color-theme-text);
  border-color: var(--color-theme-text);
}

.inventorydetails [QuickConnectCssScope] h5.modal-title,
.inventorydetails [QuickConnectCssScope] .modal-header .close,
.inventorydetails [QuickConnectCssScope] .form-text {
  color: inherit;
}

.inventorydetails p {
  color: var(--color-theme-text);
}

.inventorydetails .formDisclaimer__content-wrapper,
.inventorydetails .vdp-module-canvas-razor-wrapper a {
  color: inherit;
}

.inventorydetails .formDisclaimer__content-wrapper a {
  color: inherit !important;
}

/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
  color: var(--color-theme-header);
  /* margin: 0; */
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod {
  /* background: #444444; */
  /* border: 0 !important; */
  /* padding: 1.5rem !important; */
  /* border-radius: .8vw !important; */
}

/* Modal Color */
.vdp-module-canvas-razor-wrapper .modal-header {
  /* background: none; */
}

.vdp-module-canvas-razor-wrapper [QuickConnectCssScope] .modal-header,
.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .modal-header {
  margin: 0 0 1em;
  padding: 1em;
}

/* header on mobile*/
.page-inventory-details .cw-header-info {
  display: none;
}

@media (min-width: 768px) {
  .page-inventory-details .cw-header-info {
    display: flex;
  }
}

/* -------------- Homepage Slideshow container -------------- */
.cw-slideshow {
  position: relative;
}

/* 40% black overlay */
.cw-slideshow .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

/* Captions */
.cw-slideshow .cw-slideshow-caption1,
.cw-slideshow .cw-slideshow-caption2,
.cw-slideshow .cw-slideshow-caption3 {
  position: absolute;
  z-index: 10;
  display: none;
}

@media (min-width: 576px) {

  .cw-slideshow .cw-slideshow-caption1,
  .cw-slideshow .cw-slideshow-caption2,
  .cw-slideshow .cw-slideshow-caption3 {
    display: block;
  }
}

/* Caption Position */
.cw-slideshow-caption1,
.cw-slideshow-caption2,
.cw-slideshow-caption3 {
  bottom: 20%;
}

/* Caption 1 */
.cw-slideshow-caption1 {
  right: 10%;
}

.cw-slideshow-caption1 h5 {
  font-size: 2em;
  font-weight: 900;
  line-height: 0.75em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 1);
  margin: 0 0.5em 0.25em 0;
}

.cw-slideshow-caption1 h6 {
  font-size: 2em;
  line-height: 0.75em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 1);
  margin: 0 0.5em 0.5em 0;
}

.cw-slideshow-caption1 p {
  display: inline;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 1);
  border: 1px solid var(--color-theme-primary);
  padding: 0.5%;
  margin: 0;
}

/* Caption 2 */
.cw-slideshow-caption2 {
  left: 10%;
}

.cw-slideshow-caption2 h5 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  background: var(--color-theme-primary);
  color: #000;
  padding: 0.15em 0.75em;
  display: inline-block;
  margin: 0;
}

.cw-slideshow-caption2 h6 {
  font-size: 2em;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  display: inline-block;
}

/* Caption 3 */
.cw-slideshow-caption3 {
  left: 35%;
}

.cw-slideshow-caption3 h5 {
  font-size: 2.25em;
  font-weight: 800;
  color: var(--color-theme-primary);
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 0.5%;
  display: inline-block;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.75);
  background: transparent;
  margin: 0;
}

.cw-slideshow-caption3 h6 {
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.75);
  display: inline-block;
}

@media (min-width: 992px) {
  .cw-slideshow-caption1 h5 {
    font-size: 4em;
  }

  .cw-slideshow-caption1 h6 {
    font-size: 3em;
  }

  .cw-slideshow-caption1 p {
    font-size: 2em;
  }

  .cw-slideshow-caption2 h5 {
    font-size: 2em;
  }

  .cw-slideshow-caption2 h6 {
    font-size: 2.5em;
  }

  .cw-slideshow-caption3 h5 {
    font-size: 3em;
  }

  .cw-slideshow-caption3 h6 {
    font-size: 3.5em;
  }
}

@media (min-width: 1400px) {
  .cw-slideshow-caption1 h5 {
    font-size: 6em;
  }

  .cw-slideshow-caption1 h6 {
    font-size: 5em;
  }

  .cw-slideshow-caption1 p {
    font-size: 4em;
  }

  .cw-slideshow-caption2 h5 {
    font-size: 4em;
  }

  .cw-slideshow-caption2 h6 {
    font-size: 4em;
  }

  .cw-slideshow-caption3 h5 {
    font-size: 4.25em;
  }

  .cw-slideshow-caption3 h6 {
    font-size: 5em;
  }
}

/* Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  z-index: 11;
}

.cw-contact-banner {
  position: relative;
  background: rgba(0, 0, 0, 1);
  padding: 2em;
  width: 100%;
  z-index: 12;
}

@media (min-width: 768px) {
  .cw-contact-banner .row {
    margin: 0;
    display: flex;
    align-items: center;
  }
}

.cw-contact-banner h1 {
  font-size: 1.2em;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

.cw-contact-banner h1 span {
  font-size: 1.5em;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .cw-contact-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
  }

  .cw-contact-banner h1 {
    font-size: 1.5em;
  }
}

.cw-contact-banner {
  padding: 1rem 2.5rem 1rem !important;
}

.cw-contact-banner .btn {
  width: 100%;
}

@media(max-width:768px) {
  .cw-contact-banner .btn {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .cw-contact-banner .btn {
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .cw-contact-banner .btn {
    width: 86%;
    margin-right: -15px;
  }
}

@media (min-width: 1200px) {
  .cw-contact-banner .btn {
    width: 80%;
    margin-right: -15px;
  }
}

@media (min-width: 1400px) {
  .cw-contact-banner .btn {
    width: 74%;
    margin-right: -15px;
  }
}

/* -------------- Homepage H1 -------------- */
.cw-h1title-block {
  background-color: var(--color-theme-primary);
}

.cw-h1title-block h1 {
  color: #fff;
  font-size: 2em;
  margin: 0;
}

/* -------------- Homepage Body Styles -------------- */
.cw-bodystyle-buttons a {
  display: inline-block;
  position: relative;
  transition: all 0.25s ease-in;
  padding-bottom: 5%;
}

.cw-bodystyle-buttons a h5 {
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.cw-bodystyle-buttons a h5 span {
  font-weight: 300;
}

.cw-bodystyle-buttons a:hover h5 {
  color: var(--color-theme-primary);
}

.cw-buttons-divider .hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: transform 0.3s;
}

.cw-buttons-divider .hvr-float-shadow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%);
  transition: transform 0.3s, opacity 0.3s;
}

.cw-buttons-divider .hvr-float-shadow:hover,
.cw-buttons-divider .hvr-float-shadow:focus,
.cw-buttons-divider .hvr-float-shadow:active {
  transform: translateY(-5px);
}

.cw-buttons-divider .hvr-float-shadow:hover::before,
.cw-buttons-divider .hvr-float-shadow:focus::before,
.cw-buttons-divider .hvr-float-shadow:active::before {
  opacity: 1;
  transform: translateY(5px);
}

@media (min-width: 992px) {
  .cw-bodystyle-buttons a {
    padding-bottom: 0;
  }

  .cw-buttons-divider {
    padding-bottom: 7%;
  }
}

/* -------------- Homepage Welcome -------------- */
/* 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: var(--color-theme-primary);
  font-weight: 800;
}

.cw-welcome-section p a:hover {
  color: var(--color-theme-primary);
}

/* Icon Buttons */
.cw-icon-buttons {
  padding-bottom: 2em;
}

.cw-icon-buttons h5 {
  color: #aaa;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.cw-icon-buttons a h5 {
  font-weight: 300;
  transition: all 0.25s ease-in;
}

.cw-icon-buttons h5 span,
.cw-icon-buttons a h5 span {
  font-weight: 800;
}

.cw-icon-buttons a:hover h5 {
  color: var(--color-theme-primary);
}

.cw-icon-buttons a i {
  font-size: 3.56em;
  color: #aaa;
  transition: all 0.25s ease-in;
}

.cw-icon-buttons a:hover i {
  color: var(--color-theme-primary);
}

/* Hours */
.cw-icon-buttons .cw-business-hours-Homepage {
  margin: 0 5%;
}

.cw-icon-buttons .cw-business-hours-Homepage .bh-title {
  display: none;
}

.cw-icon-buttons .cw-business-hours-Homepage li {
  text-align: left;
}

.title-heading {
  text-transform: capitalize !important;
}

.cw-left-image {
	height: 95px !important;   /* VERY small */
	width: auto !important;
	object-fit: contain !important;
}
