/* ======== Global ======*/
.h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

a.btn {
  max-width: 200px;
  margin: 0 10px;
  border-radius: 2em;
}

img {
  border-radius: 23px;
}

.title-heading-container .cw-title-pre {
  font-size: 14px;
}

.title-heading-container .cw-title-main {
  font-size: 2rem;
}

.title-heading-container p {
  font-size: 17px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .title-heading-container .cw-title-main {
    font-size: 3rem;
  }
}

/* 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) {
}

/*  Header / Nav
=================================================================================================*/

.header__top {
  background: var(--color-theme-primary);
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}

.header__top a {
  color: inherit;
}

.header__top a:hover {
  color: var(--color-theme-highlight);
}

.header__top .cw-social-media a {
  font-size: 1rem;
}

.navbar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .navbar-nav .nav-item a,
.header .navbar-nav .nav-item .nav-link {
  font-size: 14px;
}

@media (min-width: 992px) {
  .header .navbar-nav .nav-item a,
  .header .navbar-nav .nav-item .nav-link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .header .navbar .active > .nav-link,
  .header .navbar .dropdown-item.active,
  .header .navbar .dropdown-item:active,
  .header .navbar .show > .nav-link {
    background-color: transparent;
    /* color: #fff; */
  }

  .header:has(+ .title) .navbar.bg-primary,
  .header:has(+ section > .cw-hero) .navbar.bg-primary {
    background: unset !important;
  }

  .header nav.navbar.navbar-expand-lg.header-scroll {
    transition: top 0.5s ease;
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
    transition: background-color 0.5s ease;
    opacity: 0.95;
  }

  .header nav.navbar.navbar-expand-lg.header-scroll {
    background: var(--color-theme-secondary) !important;
  }

  .header .navbar-brand {
    min-height: auto;
    margin-left: 0;
    display: inline-block !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 180px;
  }

  .navbar-collapse {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }

  .navbar .container {
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
  }

  .header .nav-link-cart,
  .header .navbar .nav-link {
    line-height: 20px;
    font-size: 14px;
  }

  section:not(.page-inventory-details) .header .header-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
  }

  /** Adds top margin to all pages to account for fixed header**/
  section[class*="page-"]:not(.page-inventory-details) {
    margin-top: var(--cw-headerHeight);
  }

  section[class*="page-"]:not(.page-inventory-details) .title,
  .cw-hero {
    margin-top: calc(-1 * var(--cw-headerHeight));
  }

  /* There's a script to make the variable always the size of the header container */
  :root {
    --cw-headerHeight: 140px;
  }
}

@media (min-width: 1200px) {
  .header li.nav-item:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .navbar .container {
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* ---- Title ----- */
section:not(.page-home) .title {
  position: relative;
  margin-bottom: 2.5rem;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/85B0BED056992497F7F4B86199ADCDAC.jpg)
    no-repeat center;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
  padding-top: 2rem;
  margin-top: 0;
}

.page-reviews .title {
  margin-bottom: 0 !important;
}

section:not(.page-home) .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/58%);
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 2rem 0;
  color: #fff;
  text-transform: none;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

.employees-email {
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  section:not(.page-home) .title {
    padding-top: 11rem;
  }

  section:not(.page-home) .title .title-heading {
    padding: 4.5rem 0;
  }
}

/* ------ hero ------- */
.cw-hero {
  background-image: linear-gradient(45deg, #000, rgba(0, 0, 0, 0.3)),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/85B0BED056992497F7F4B86199ADCDAC.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 3rem 0;
  color: #fff;
  /* padding-bottom: 20rem; */
}

.cw-hero {
  /* padding-top: 8em; */
}

.cw-hero a {
  color: inherit;
}

.cw-hero a:hover {
  color: var(--color-theme-highlight);
}

.cw-hero .h1 {
  font-size: 1.9rem;
}

.cw-hero .hero-text {
  padding: 1rem 0.5rem;
}

.cw-hero .hero-text p {
  font-size: 14px;
  /* padding-right: 3em; */
}

.cw-hero .hero-text h1 span {
  font-size: 0.55em;
  line-height: 1;
  display: inline-block;
}

.cw-hero .card {
  border: none;
}
/* 
.cw-hero .card-1 {
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A17ED504F4D596A6B9DC4615E815E342.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
} */

/* .cw-hero .card-2 {
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/882449DB3AE917524C9DC35E6BECD51E.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.cw-hero .card-3 {
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2C8B0D20C9F7F8A6BFF3384E4216C1FD.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.cw-hero .card-4 {
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C01D8845BD5A988C455519BB075E05F9.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
} */

/* .cw-hero .card-1:hover,
.cw-hero .card-2:hover,
.cw-hero .card-3:hover,
.cw-hero .card-4:hover {
  background-size: 180%;
  transition: all 0.3s ease-in-out;
} */

/* .cw-hero .card-1,
.cw-hero .card-2,
.cw-hero .card-3,
.cw-hero .card-4 {
  margin-top: 5rem;
} */

@media (min-width: 992px) {
  /* .cw-hero .card-1,
  .cw-hero .card-2,
  .cw-hero .card-3,
  .cw-hero .card-4 {
    margin-top: 0rem;
  } */
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  position: relative;
  background-color: black;
  z-index: 9;
  /* min-height: 15rem;
  margin-bottom: -5rem; */
}

.cw-hero .card .card-body {
  padding-top: 2rem;
  background-image: linear-gradient(0deg, #000, #000, transparent);
  display: flex;
  flex-direction: column;
  /* justify-content: end; */
}

.cw-hero p.card-text {
  font-size: 12px;
  padding-bottom: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .cw-hero {
    /* padding-top: 13em; */
  }

  /* .cw-hero .h1,
	h1 {
		font-size: 2rem;
	} */

  /* .cw-hero .hero-text p {
		padding-right: 0;
	} */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .cw-hero .h1 {
    font-size: 1.9rem;
  }

  .cw-hero .hero-text {
    /* p-1 p-md-5 mb-4 mb-md-0 */
    padding: 3rem 1rem;
  }

  /* .cw-hero .card-1,
	.cw-hero .card-2,
	.cw-hero .card-3 {
		background-size: 150%;

	} */

  /* .cw-hero .card-1:hover,
  .cw-hero .card-2:hover,
  .cw-hero .card-3:hover {
    background-size: 125%;
    transition: all 0.3s ease-in-out;
  } */
}

@media (min-width: 992px) {
  .cw-hero {
    padding-top: 5rem;
  }
}

@media (min-width: 1200px) {
  .cw-hero .hero-text h1 {
    font-size: 3.2em;
  }
}

@media (min-width: 1400px) {
  /* .cw-hero .card-1,
	.cw-hero .card-2,
	.cw-hero .card-3 {
		background-size: 110%;
	} */

  /* .cw-hero .card-1:hover,
  .cw-hero .card-2:hover,
  .cw-hero .card-3:hover {
    background-size: 150%;
    transition: all 0.3s ease-in-out;
  } */
}

/* ----- About Us ----- */
.cw-about {
  background: #f8fbf3;
}

.cw-about .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* .about-img1 {
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FD1B6210A97A3043F68DA4F1E7BCAF5D.jpg);
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	border-radius: 4%;
}

.about-img2 {
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/40B911BA1F0DC7B8BA4F08C82038C343.jpg);
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	border-radius: 4%;
} */

.about-text {
  padding: 3em 0;
}

.about-text p {
  font-size: 13px;
}

.cw-sml-hd {
  background: #e7ebe2;
  width: 100%;
  margin: auto;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: var(--color-theme-primary);
  font-weight: 700;
  border-radius: 13px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .about-text {
    padding: 3em;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cw-sml-hd {
    width: 240px;
  }
}

/* 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) {
}

/* ---- Service Banner ----*/
.cw-homeSpecial {
  background-image: linear-gradient(
      -45deg,
      var(--color-theme-secondary),
      rgba(0, 0, 0, 0.3)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/13D51C8C166D2C2406FDBFFE2281A9C3.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 3em 0;
}

.cw-homeSpecial > .container {
  color: var(--color-theme-text-btn);
}

.cw-homeSpecial .cw-btn-outline {
  border-color: #e4e9df;
  color: #e4e9df;
}

.cw-homeSpecial .cw-btn-outline:hover {
  background: #e4e9df;
  color: #0d1e26;
}

.cw-homeSpecial .cw-homeSpecial-wrapper {
  padding: 2em;
}

.cw-homeSpecial h4 {
  font-size: 2rem;
}

.cw-homeSpecial img {
  width: 400px;
}

@media (min-width: 768px) {
  .page-home .list .list-text-title {
    font-size: 1.75rem;
  }

  .cw-homeAbout {
    padding: 6rem 0;
  }

  .cw-homeAbout h3 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .cw-homeSpecial h4 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .page-home .textwithimage h2 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .cw-homeSpecial h4 {
    font-size: 2.5rem;
  }

  .cw-homeSpecials .lead {
    font-size: 1.3rem;
  }
}

@media (min-width: 1340px) {
  .page-home .textwithimage h2,
  .cw-homeAbout h3 {
    font-size: 3rem;
  }

  .page-home .list .list-text-title {
    font-size: 2rem;
  }

  .cw-homeAbout {
    background-attachment: fixed;
  }
}

/*---- Testimonial Slider -----*/

.cw-testimonials {
  position: relative;
  padding: 4rem 0;
  text-align: center;
  background: #e5ede6;
}

.cw-testimonials .container,
.cw-testimonials h3 {
  position: relative;
  z-index: 2;
}

.cw-testimonials h3 {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: var(--color-theme-text);
}

.cw-testimonials .carousel-inner {
  min-height: 700px;
}

.cw-testimonials .card {
  position: relative;
  padding: 1.25rem 1rem 0;
  font-size: 0.85rem;
  border: 1px solid #ddd;
  text-align: left;
}

.cw-testimonials .fas {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: var(--color-theme-highlight);
  font-size: 22px;
}

.cw-testimonials .card-text {
  margin-bottom: 0.25rem;
  font-style: italic;
}

.cw-testimonials .card-title {
  float: right;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

.cw-testimonials .btn {
  background: var(--color-theme-secondary);
  color: #fff;
}

.cw-testimonials .cw-review-controls {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cw-testimonials .cw-review-controls .carousel-control-next-icon,
.cw-testimonials .cw-review-controls .carousel-control-prev-icon {
  filter: invert(1);
}

.cw-testimonials .cw-review-controls .carousel-control-next,
.cw-testimonials .cw-review-controls .carousel-control-prev {
  pointer-events: all;
  width: 2rem;
}

.cw-testimonials > .container {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 440px) {
  .cw-testimonials .carousel-inner {
    min-height: 500px;
  }
}

@media (min-width: 768px) {
  .cw-testimonials .carousel-inner {
    min-height: 300px;
  }

  .cw-testimonials .cw-review-controls .carousel-control-next,
  .cw-testimonials .cw-review-controls .carousel-control-prev {
    width: 6%;
  }

  .cw-testimonials > .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .cw-testimonials h3 {
    font-size: 2.5rem;
  }

  .cw-testimonials .card {
    font-size: 0.95rem;
  }
}

/* ----- Pricing ----- */

.cw-pricing {
  /* background-image: linear-gradient(180deg, #F8FBF3, #F8FBF3, transparent), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6132C66FFD7D90E8A09016398B8F88DF.png); */
  background-image: linear-gradient(180deg, #f8fbf3, #f8fbf3, transparent),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/75E0B869193BCA0A63E3337A1C3850BE.png);
  background-size: auto;
  padding: 1rem 0.5rem;
}

.cw-pricing img {
  width: 100px;
  margin: auto;
  padding: 0.5rem;
}

.cw-pricing .card {
  border: none;
  background: #0d1e26;
  background-image: none;
  background-size: 390%;
  background-position: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 4rem 1rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.cw-pricing .card:hover {
  /* background-image: linear-gradient(45deg, #000, transparent), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FD1B6210A97A3043F68DA4F1E7BCAF5D.jpg); */
  background-image: linear-gradient(45deg, #000, transparent),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/005A686241E1E103E97F6CC9005EF267.jpg);
  background-size: cover;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.cw-pricing .card:hover img {
  filter: contrast(0%) brightness(2);
}

.cw-pricing .card .card-body {
  padding-top: 0;
}

.cw-pricing .card-title,
.cw-pricing .cw-price,
.cw-pricing .sub-line {
  text-align: center;
}

.cw-pricing .card-title {
  font-size: 1.75rem;
}

.cw-pricing .cw-price {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 0.9em;
}

.cw-pricing p.card-text {
  margin-top: 2rem;
}

.cw-pricing a.btn {
  max-width: 90%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cw-pricing {
    padding: 1.5rem;
  }
}

/* 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) {
}

/*  */

.cw-checklist li {
  display: inline-block;
  padding: 0.5rem;
}

.cw-checklist li:before {
  content: "\f046";
  font-family: FontAwesome;
  margin-right: 0.5rem;
  color: var(--color-theme-secondary);
}

/** FAQs Section**/
.cw-faq-section {
  margin-top: 15px;
  background-image: linear-gradient(180deg, #fff, #fff, transparent),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6132C66FFD7D90E8A09016398B8F88DF.png);
  padding: 1rem 0;
}

.cw-faq-section .cw-faq-img-wrapper {
  background-image: url(https://s3.amazonaws.com/fcwebmanager/Landscaping/SmartSites/HeroImages/0/landscaping_05.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  height: 500px;
  border-radius: 23px;
}

.cw-faq-section .accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.cw-faq-section .accordion .accordion-button:not(.collapsed) {
  background-color: #eff1f3;
  border: 1px solid var(--color-theme-border);
  color: var(--color-theme-text);
  box-shadow: none;
  font-weight: bold;
}

.cw-faq-section .accordion .accordion-button {
  background-color: #eff1f3;
  border: 1px solid var(--color-theme-border);
  padding: 20px;
  border-radius: 10px;
}

.cw-faq-section .accordion .accordion-button::after {
  /* Hiding Bootstrap arrow svg isntead of dealing with adjusting colors */
  display: none;
}

.cw-faq-section .accordion .accordion-button:focus {
  box-shadow: 0 0 0.25rem var(--color-theme-primary);
}

/*================================ Section Titles ============================*/
.cw-faq-section .cw-preline,
.textwithimage-text .cw-preline {
  font-size: 1rem;
  position: relative;
  color: var(--color-theme-text);
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}

.cw-faq-section .cw-preline::before {
  content: "";
  background-repeat: no-repeat;
  width: 80px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1;
  background-size: 80px 8px;
  display: block;
}

/* cw-headline only on About Us page */
.cw-faq-section .cw-headline,
.textwithimage-text .cw-headline {
  font-size: 1.25rem;
  line-height: 0.9;
  font-weight: 800;
  margin-bottom: 15px;
}

.cw-faq-section .cw-preline {
  color: var(--color-theme-primary);
}

.cw-faq-section .cw-headline {
  color: var(--color-theme-text);
}

@media (min-width: 350px) {
  .cw-faq-section .cw-headline,
  .textwithimage-text .cw-headline {
    font-size: 2rem;
  }

  .cw-faq-section .cw-preline,
  .textwithimage-text .cw-preline {
    font-size: 1.25rem;
  }
}

@media (min-width: 576px) {
  .cw-faq-section {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .cw-faq-section .cw-headline,
  .textwithimage-text .cw-headline {
    font-size: 3rem;
  }

  .cw-faq-section .cw-preline,
  .textwithimage-text .cw-preline {
    font-size: 1.5rem;
  }
}

.page-about-us .textwithimage-in-container {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* --- Testimonials Page ----- */

.cw-reviews {
  background-image: linear-gradient(180deg, #e5ede6, #e5ede6, transparent),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/0D2816D3D651AC5B326619FCC4E2BFFE.jpg);
}

.cw-reviews .cw-review {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 30px 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
}

.cw-reviews .cw-review .cw-stars {
  color: #98a63d;
  font-size: 1.5rem;
}

.cw-reviews .cw-review .cw-name {
  font-weight: bold;
  margin-top: 10px;
  color: #879338;
}

/* ----- Footer ---*/

.cw-footer {
  padding: 4rem 0;
  background-image: linear-gradient(45deg, black, rgba(0, 0, 0, 0.6)),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1C048AE2D4F174CBBC7DC23EE769362D.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
}

.cw-footer .img-fluid {
  width: 350px;
}

.cw-footer iframe {
  width: 100%;
}

.cw-footer a {
  color: #fff;
}

.cw-footer .cw-address,
.cw-footer .cw-phone {
  position: relative;
  line-height: 1.35;
  padding-left: 1.5rem;
  font-size: 1.1rem;
}

.cw-footer .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: var(--color-theme-secondary);
}

.cw-footer .cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  position: absolute;
  left: 0;
  top: 2px;
  padding-right: 0.5rem;
  color: var(--color-theme-secondary);
}

.cw-footerMenu a {
  display: block;
  margin-bottom: 0.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 {
  margin-bottom: 1rem;
  color: var(--color-theme-highlight);
}

/* .cw-hours {
	font-size: 0.85rem;
} */

.cw-footer .business-hours li {
  text-align: left;
}

.cw-footer .cw-social a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.cw-footer .cw-social i {
  font-size: 25px;
}

.footer {
  padding-top: 1rem;
}

footer > .container {
  /* display: none; */
}

@media (min-width: 768px) {
  .cw-footer {
    text-align: left;
  }
}
