@media (min-width: 992px) {

  .inventorydetails,
  .sitemap,
  .termsandconditions {
    margin-top: 4em;
  }
}



.footer-bottom-section {
  border-top: 4px solid #fff;
}


/*-- Pre-Header --*/

.cw-header-contact {
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
}

.cw-header-contact a:hover {
  color: #fff;
}

/*.cw-header-contact .fa {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.25rem;
    color: var(--color-theme-secondary);
  }*/

.cw-header-contact .cw-email,
.cw-header-contact .cw-phone {
  position: relative;
  vertical-align: middle;
  margin: 0.25rem;
  padding-left: 1.1rem;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.cw-header-contact .cw-email:before {
  font-family: FontAwesome;
  content: "\f0e0";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-header-contact .cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

@media (min-width: 992px) {

  .cw-header-contact .cw-phone,
  .cw-header-contact .cw-email {
    margin-right: 2rem;
  }
}

@media (min-width: 1400px) {

  .header .container,
  .cw-header-contact .container {
    max-width: 1340px;
  }
}


/*-- Header --*/
.header .navbar-nav .nav-link {
  text-transform: uppercase;
  line-height: 36px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
}

.header .navbar .active>.nav-link {
  color: white;
}

.header .container {
  max-width: 1400px;
}

.header .header-info-logo-img img {
  width: 170px;
}

.header .navbar {
  border-bottom: 8px solid #8E130C;
}

.header .navbar .dropdown-item {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .header .header-info-logo-img {
    position: absolute;
    top: 4px;
    z-index: 1032;
  }

  .header .navbar-expand-lg .navbar-nav .dropdown-item {
    font-size: 0.85rem;
  }

  nav.navbar .container {
    position: relative;
    height: 115px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    bottom: 1.85rem;
  }

  .header .affix {
    position: absolute !important;
  }
}

.title {
  padding-top: 3.8em;
  padding-bottom: 1.8em;
  background: linear-gradient(45deg, rgba(17, 17, 17, 0.715), transparent),
    url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BCF6B8D52E871FECD9B3B513D25B49DD.jpg");
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2em;
}

/* ---- hero --- */

.cw-hero {
  background: linear-gradient(45deg,
      rgba(17, 17, 17, 0.876),
      rgba(0, 0, 0, 0.449)),
    url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/57250892018DDC1AAC7BB59116381CDC.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.cw-hero svg {
  position: absolute;
  bottom: -1%;
  right: 0;
  width: 102%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cw-heroText h1 {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .cw-heroText.d-block.my-auto {
    width: 45%;
  }
}

/* -------------------- full width image buttons ---------------------- */
.cw-imgbtns {
  padding-bottom: 2em;
  background: #8f130d;
}

.cw-imgbtns .cw-fullbtn-row {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn {
  background: #333;

  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition: .3s ease;

  min-height: 44vw;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:nth-of-type(1) {
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E94227319F2A294D3E798CC249746DE4.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:nth-of-type(2) {
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5628F4B4EF32BEE6608CD66C30033599.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:nth-of-type(3) {
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B8E2222112A1FEC7B538DE08C7EEBFBE.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:hover {
  background-size: 120%;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 70%;
  text-align: center;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding: 2rem 0;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:hover .cw-bgbar {
  background-size: 120%;
  height: 100%;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar p {
  font-size: 1rem;
  width: 100%;
  /* flex to align the :before and after */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar p::before,
.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar p::after {
  content: "";
  width: 10%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin: 0 10px;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar h4 {
  font-size: 2rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

@media (max-width: 768px) {
  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
    min-height: 56vw;
  }
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {

  /* -------------------- fullbuttons ---------------------- */
  .cw-imgbtns .cw-fullbtn-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
  }

  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn {
    min-height: 22vw;
  }

  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
    height: 60%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    /* padding: 2rem 0; */
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
    height: 33%;
  }
}

.page-home .galleryslideshow {
  text-align: center;
  padding-top: 0em;
  padding-bottom: 3em;
}

.cw-grand-parallax {
  position: relative;
  min-height: 300px;
  padding-top: 5em;
  padding-bottom: 4em;
  color: #fff;
}

.cw-grand-parallax:before {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0, 0.7);
}

.cw-grand-scantitle {
  color: #fff;
}

.cw-grand-parallax .container {
  position: relative;
  z-index: 2;
}

/* -- Employee -- */
.employees-text::after {
  content: "";
  position: absolute;
  width: 64%;
  border-top: 5px solid #e42334;
  top: 3%;
  right: 0;
}

.employees-text::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #ed2738;
  bottom: -10%;
}

.employees-text {
  position: relative;
}

@media (max-width: 992px) {
  .employees-text::after {
    width: 46%;
  }
}

@media (max-width: 400px) {
  .employees-text::after {
    display: none;
  }

  .employees-text::before {
    display: none;
  }
}

/* -- Epoxy Page -- */

.page-epoxy-flooring section.text {
  padding-top: 0em;
  padding-bottom: 0em;
}

.page-epoxy-flooring .list {
  padding-top: 3em;
  padding-bottom: 0em;
  text-align: center;
}

@media (max-width: 768px) {
  h3.display-3 {
    font-size: 2em;
  }

  h2.display-4 {
    font-size: 2em;
  }
}

/*------------------------------------------------------------------------------------ Service Page */
/*------------------------------------------------------------------------------------------------ */
.cw-services-page {
  margin: 2em auto 5em auto;
}

.cw-services-page h2 {
  text-align: center;
  font-style: italic;
  font-weight: 400;
  font-style: 300%;
  margin-bottom: 1em;
}

.cw-services-page h2 span {
  font-weight: 700;
  margin: 10px;
}

.cw-services-page h3 {
  text-align: center;
}

.cw-services-page h4 {
  text-align: center;
  margin: 1em auto;
}

.cw-services-page h5 {
  margin: 1em auto;
}

.cw-services-page p {
  text-align: center;
  font-size: 115%;
}

.cw-services-page img {
  margin: 1em auto;
}

.cw-services-page hr {
  display: block;
  width: 70%;
  margin: 3em auto;
}

.cw-services-page .btn {
  margin: 1em auto;
  display: block;
  width: 85%;
}

.cw-services-page ul {}

@media (min-width: 992px) {
  .cw-services-page ul {
    padding-left: 4em;
  }
}

.cw-services-page li {
  text-transform: capitalize;
  font-weight: 700;
  margin: 0.5em auto;
  font-size: 120%;
}

.cw-services-page li span {
  display: block;
  font-style: italic;
  font-weight: 400;
}

/*------------------------------------------------------------------------------------*/

.cw-cabs-dets {
  flex-direction: column;
}

.cw-cabs-imgs {
  padding: .5rem;
  flex-direction: column;
}

.cw-cabs-imgs img {
  padding: 5px;
}

@media (min-width: 767px) {

  .cw-cabs-imgs,
  .cw-cabs-dets {
    flex-direction: row;
  }
}

/*------------------------------------what-we-do------------------------------------------------*/
.cw-drywall span {
  font-size: 1.5rem;
  font-weight: bold
}