.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

/* Header */

.badge {
    color: var(--color-theme-primary);
  }

  .header .navbar .dropdown-item {
    text-transform: uppercase;
  }

  .header .header-business + .header-business:nth-of-type(1):before {
    display: none;
  }

  .cw-header-bar {
    display: inline-block;
    width: 100%;
    height: 10px;
    background: var(--color-theme-highlight);
  }

  .cw-custom-header {
    background-color: var(--cw-customColorV1);
    padding: 10px 0;
    position: relative;
    z-index: 1;
    background-image: url(https://cdn05.carsforsale.com/00e14020cfd2345a2b366b274e42dbfce1/00e14020cfd2345a2b366b274e42dbfce1.jpg?format=original&sig=6546103dd48ab784);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0em;
    padding: 2em;
  }

  .cw-custom-header .cw-logo {
    text-align: center;
    margin-bottom: 10px;
  }

  .cw-custom-header .cw-header-text {
    text-align: center;
    font-weight: bold;
  }

  .cw-custom-header .cw-header-text a {
    color: inherit;
  }

  .cw-custom-header .cw-header-text a:hover {
    color: var(--color-theme-highlight);
  }

  .cw-custom-header .cw-social-media {
    padding-top: 10px;
  }

  .cw-custom-header .cw-social-media .fab {
    border-radius: 50%;
    border: 1px solid var(--color-theme-border);
    padding: 15px;
    width: 55px;
    font-size: 1.25em;
    text-align: center;
  }

  .cw-custom-header .cw-social-media .fab:hover {
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }

  .cw-header-text a.header-business {
    font-weight: 700;
    font-size: 1.75rem;
    color: var(--color-theme-primary);
  }

  .cw-header-text a.header-business:hover {
    color: inherit;
  }

  @media (min-width: 768px) {
    .cw-custom-header .cw-logo {
      margin-bottom: 0;
    }

    .cw-custom-header {
      padding: 3rem 0rem;
    }
  }

  @media (min-width: 992px) {
    .cw-custom-header .cw-logo img {
      max-height: 150px;
      /* margin: 0; */
    }

    .cw-custom-header {
      margin: -1em 0em;
    }
  }

  @media (min-width: 1200px) {
    .cw-custom-header .cw-header-text {
      text-align: right;
    }
  }


   /* -------------------- Hero ---------------------- */

  /* this is built specifically for the Red Tag template, so it includes css from that. Try to avoid doubling up on the declarations and just replace the existing code with this one's if updating.  */
  .cw-slide-wrap {
    position: relative;
    height: 550px;
    z-index: 10;
  }

  .cw-slide-wrap .cw-hero {
    /* position: relative; */
    z-index: 5;
    width: 100%;
    /* padding: 30px 0; */
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: var(--color-theme-text);
    overflow: hidden;
  }

  .cw-slide-wrap .cw-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, 0.7);
    transform: unset;
  }

  .cw-slide-wrap .container {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
  }

  .cw-slide-wrap .cw-hero-overlay2 {
    display: none;
  }

  .cw-slide-wrap .cw-hero-title {
    color: var(--color-theme-header);
  }

  .cw-slide-wrap .cw-hero-title .cw-bigtext {
    font-size: 1.5rem;
    color: inherit;
    font-weight: 700;
    font-family: var(--headerfont);
    text-transform: uppercase;
    display: block;
    line-height: 0.9;
    margin-bottom: 15px;
  }

  .cw-slide-wrap .cw-hero-title .cw-smalltext {
    font-size: 1.2rem;
    color: var(--color-theme-primary);
    font-weight: 400;
    font-family: var(--bodyfont);
    display: block;
    line-height: 1.1;
  }

  @media (min-width: 576px) {
    .cw-slide-wrap .cw-hero-title .cw-bigtext {
      font-size: 2.5rem;
    }

    /* .cw-slide-wrap .cw-hero {
      padding: 70px 0;
    } */

    .cw-slide-wrap #cw-carousel {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .cw-slide-wrap #cw-carousel .carousel-inner,
    .cw-slide-wrap #cw-carousel .carousel-item {
      height: 100%;
    }

    .cw-slide-wrap #cw-carousel img {
      height: 115%;
      object-fit: cover;
      object-position: center;
    }
  }

  @media (min-width: 768px) {
    .cw-slide-wrap .cw-hero-title .cw-bigtext {
      font-size: 3rem;
    }

    .cw-slide-wrap .cw-hero-title .cw-smalltext {
      font-size: 1.3rem;
    }

    .cw-slide-wrap .cw-hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background: rgba(255, 255, 255, 0.5);
      z-index: 0;
      width: 80%;
      transform: skewX(-20deg);
      transform-origin: top left;
    }

    .cw-slide-wrap .cw-hero-overlay2 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 76%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      z-index: 0;
      transform: skewX(-20deg);
      transform-origin: top left;
    }
  }

  @media (min-width: 992px) {
    .cw-slide-wrap .cw-hero {
      /* this is built specifically for the Red Tag template and that header/navbar so if you aren't using that, you can probably get rid of these variables and negative margins. */
      margin-top: calc(-1 * var(--cw-headerHeight));
      padding: 200px 0 150px;
      padding-top: calc(var(--cw-headerHeight) + 100px);
    }

    .cw-slide-wrap .cw-hero-title .cw-bigtext {
      font-size: 4rem;
    }

    .cw-slide-wrap .cw-hero-title .cw-smalltext {
      font-size: 1.5rem;
    }
  }

  @media (min-width: 1200px) {
    .cw-slide-wrap .cw-hero-title .cw-bigtext {
      font-size: 4.5rem;
    }
  }

  @media (min-width: 1400px) {
    .cw-slide-wrap .cw-hero-title .cw-bigtext {
      font-size: 5rem;
    }
  }

  /* Small devices (landscape phones, 576px and up) */
  @media (max-width: 576px) {
    .cw-slide-wrap .container {
      position: relative !important;
      z-index: 2;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      display: flex;
    }

    .cw-slide-wrap .cw-hero-overlay {
      background: transparent !important;
    }

    .cw-slide-wrap {
      position: relative;
      height: 100% !important;
      z-index: 10;
      padding-bottom: 2rem;
    }
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
  }

  /* X-Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
  }

  /* XX-Large devices (larger desktops, 1400px and ) */
  @media (min-width: 1400px) {
  }



  .cw-home {
    padding: 7rem 0;
}

.cw-home h2 span {
    font-size: 60%
}

.cw-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25);
  border-radius: 25px;
}

.cw-card a {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cw-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: background .5s ease-out;
  border-radius: 25px;
}

.cw-card:hover:before {
    background: rgba(248, 249, 250, .37);
  border-radius: 25px;
}

.cw-card .cw-card-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.cw-card .cw-card-img-overlay {
    position: absolute;
    left: 1.5rem;
    right: 0;
    bottom: 0;
    padding-bottom: 1.5rem;
    color: #fff
}

.cw-card-title {
    font-size: 1.5rem;
    margin-bottom: .5rem
}

.cw-card button {
    padding: 0;
    background: 0 0;
    color: #fff;
    border: none
}

.cw-card button:after {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: .25rem;
    color: #fff;
    font-size: .85rem
}

.cw-reasons .container {
    padding: 3rem 2rem;
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .25)
}

.cw-reasons h2 {
    font-size: 2.25rem
}

.cw-reasons .lead {
    margin-bottom: 3rem
}

.cw-reasons .fas {
    margin-bottom: 1.5rem;
    font-size: 2rem
}

.cw-reasons h4 {
    margin-bottom: 1rem;
    text-transform: none;
    font-size: 1.3rem
}

@media(min-width: 768px) {
    .cw-card-title {
        font-size: 1.75rem
    }

    .cw-reasons .container {
        padding: 3rem
    }

    .cw-reasons h2,
    .cw-home h2 {
        font-size: 3rem
    }
}

@media(min-width: 992px) {
    .cw-list .container {
        max-width: 1400px
    }
}

@media(min-width: 1440px) {
    .cw-reasons .container {
        max-width: 1400px
    }

    .cw-reasons h2,
    .cw-home h2 {
        font-size: 3.75rem
    }

    .cw-reasons .lead {
        font-size: 1.5rem
    }
}



#cw-searchSection {
    padding: 2.5em 0 2.25em 0;
  }
  
  #cw-searchSection .cw-buttons h5 {
    padding: 0.5em 1em 0em 1em;
    color: var(--color-theme-secondary);
    font-size: 1.2em;
  }
  
  #cw-searchSection .cw-buttons a {
    display: block;
    padding: 0.5em;
    margin-top: 0.2em;
    font-size: 1.1em;
    font-weight: 700;
    color: var(--color-theme-secondary);
    background: #ECEAEA;
    background-size: 200%;
    background-position: bottom center;
    border: 2px solid #ECEAEA;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  
  #cw-searchSection .cw-buttons a:hover {
    color: var(--color-theme-secondary);
    background: var(--color-theme-background);
  }
  





  /* -------------------- Footer ---------------------- */
	.cw-footer {
		background: #444444;
		color: #fff;
		padding: 1.5rem 0;
	}

	.cw-footer .cw-foot-logo {
		display: block;
		text-align: center;
	}

	.cw-footer .cw-foot-logo img {
		width: 300px;
	}

	.cw-footer a {
		color: #fff;
	}

	.cw-footer a:hover {
		color: var(--color-theme-primary);
	}

	.cw-footer .cw-foot-social {
		font-size: 1.5rem;
	}

	.cw-foot-info {
		margin-top: 15px;
		position: relative;
	}

	.cw-foot-info h2 {
		font-size: 20px;
	}

	.cw-foot-info p,
	.cw-foot-info li {
		font-size: 0.9rem;
	}

	.cw-foot-info li {
		color: #fff;
		line-height: 30px;
		border-bottom: 1px solid #555;
	}

	/* Token hours coloring */
	.cw-foot-info li.today {
		color: var(--color-theme-primary);
		font-weight: 700;
	}

	.cw-foot-info .business-hours {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.cw-foot-info .business-hours .bh-title {
		border-color: var(--color-theme-primary);
	}

	.cw-foot-info li:last-child {
		border-bottom: none;
	}

	@media (min-width: 768px) {
		.cw-foot-info p,
		.cw-foot-info li {
			font-size: 1rem;
		}
	}

	/* -------------------- default footer & footer nav ---------------------- */
	footer.footer {
		padding-top: 0.5rem;
	}

	.footer .nav-link,
	.footer .dropdown-item {
		/* font-family: Oswald, sans-serif !important; */
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500 !important;
		padding: 5px 10px !important;
		line-height: 2em !important;
	}

	.footer .dropdown-menu {
		border-radius: 0;
	}