/*Hero*/
.hero__section {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6F25940042B774D5CB1E5473E9A4E27B.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.hero__section .hero__wrapper {
  width: 100%;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-theme-text);
  overflow: hidden;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
}

.hero__section .section__title__hero {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.hero__section .section__title__headline {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.25;
  background: #161616;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
}

.hero__section .section__title__headline2 {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 10px;
  text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

@media (max-width: 400px) {
  .hero__section .section__title__headline {
    font-size: 1rem;
  }

  .hero__section .section__title__headline2 {
    font-size: 2.5rem;
  }
}

/* Search Module */
section.inventory-search-module > .container {
  max-width: 1320px !important;
}

/*H1 - Title*/
.page-home .title-heading {
  font-size: 36px;
  text-align: center;
}

/*----------------------------------------------------------------------------------*/

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: #fff !important;
  color: #fff !important;
}
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
  color: #000 !important;
}
/*----------------------------------------------------------------------------------*/
.vdp__veh__info__mod
  .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
  color: #000;
}
/*----------------------------------------------------------------------------------*/
.inventory .card-title {
  color: #fff;
}
.inventory .btn-link.btn-clear-filter {
  color: #fff;
}
/*----------------------------------------------------------------------------------*/
.btn-primary,
.btn-submit,
.businessinfo .btn-primary,
.vdp__info__addt__mod .btn-secondary,
.form .btn-primary,
.vdp-module-canvas-razor-wrapper .btn-secondary,
.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item {
  color: #000 !important;
  background: #e2a228 !important;
  transition: 0.3s ease;
}
.btn-primary:hover,
.btn-submit:hover,
.businessinfo .btn-primary:hover,
.vdp__info__addt__mod .btn-secondary:hover,
.page-home section.inventory-search-module .btn-primary:hover,
.form .btn-primary:hover,
.vdp-module-canvas-razor-wrapper .btn-secondary:hover,
.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item:hover {
  color: #fff !important;
  background: #222 !important;
}
.btn-secondary,
.vdp-module-canvas-razor-wrapper .btn-primary,
section.page-inventory-details .btn.btn-primary,
.inventory .inventory-cta .btn:not(.btn-pre-qualified) {
  color: #fff !important;
  background: #333 !important;
  border-color: #fff !important;
  transition: 0.3s ease;
}
.btn-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-primary:hover,
section.page-inventory-details .btn.btn-primary:hover,
.inventory .inventory-cta .btn:not(.btn-pre-qualified):hover {
  color: #000 !important;
  background: #fff !important;
}
.btn-primary::before,
.btn-secondary::before {
  background: transparent !important;
}
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
  background: #333 !important;
}

/*----------------------------------------------------------------------------------*/

.photoGallery__modal__footer .btn-outline-secondary {
  color: #000 !important;
}
.photoGallery__modal__footer .btn-outline-secondary:hover {
  color: #fff !important;
}
