/*-- Global --*/

btn,
.btn {
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase;
}

.cw-oswald {
  font-family: "Oswald", sans-serif !important;
  font-size: 2.25rem;
  -webkit-text-shadow: 2px 2px 1px rgb(0, 0, 0);
  -moz-text-shadow: 2px 2px 1px rgb(0, 0, 0);
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
}

/*-- Header --*/

.header .navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif !important;
}

.header .header-business {
  font-size: 1.25rem;
}

.header a.header-business-phone {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .header a.header-business-phone {
    font-size: 2.5rem;
  }
}

/*-- Home --*/

.page-home .title {
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.page-home .title-heading {
  font-size: 2.5rem;
}

.page-home .list {
  padding: 3em 0 0;
}

.page-home .list .container {
  max-width: 1400px;
}

.cw-homeCascade {
  padding: 7em 0;
}

.cw-homeText {
  padding: 2em;
  background: rgba(0, 0, 0, 0.45);
}

.cw-homeText h3 {
  font-size: 3.5rem;
}

.cw-homeText h5 {
  font-size: 2.5rem;
}

@media (min-width: 1024px) {
  .cw-homeCascade {
    padding: 10em 0;
  }
}

.wb__promo-video {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://apihoard.webit.com/api/v1/Image/44376D8D85409FB697FAB9481E621457/44376D8D85409FB697FAB9481E621457.jpg?size=1920x1440);
  background-position: center center;
  background-attachment: fixed;
}

.cw-quote {
  font-size: 25px;
} 

/*-- Subpage --*/

.textwithimage-circle {
  padding-top: 1em;
}

.detailedlist {
  padding: 0;
}

.cw-checklist li {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  font-size: 1.25rem;
}

.cw-checklist li:before {
  content: "✔";
  margin-right: 0.5em;
  font-weight: bold;
  color: var(--color-theme-secondary);
}

.page-testimonials .list {
  padding-top: 0;
}

.page-testimonials .list-img-wrap {
  padding: 2em 0;
}

/* Footer ================================  */

.setup {
  position: fixed;
  bottom: 1em;
  right: 1em;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 10px 1px #00000036;
  box-shadow: 1px 1px 10px 1px #00000036;
  font-size: 30px;
}

.setup:hover {
  cursor: pointer;
}


@media (min-width: 280px) {
  .setup {
    bottom: 1em;
    right: 1.2em;
  }
}

@media (min-width: 330px) {
  .setup {
    bottom: 1em;
    right: 1.9em;
  }
}

@media (min-width: 440px) {
  .setup {
    bottom: 1em;
    right: 1em;
  }
}



    /*--- Floating links ---*/
    .cw-lets-talk {
        position: fixed;
		z-index: 3;
        bottom: 1em;
        right: 1em;
        border-radius: 25px;
        -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
        box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
    }

    .cw-lets-talk:hover {
        cursor: pointer;
    }

    .hidden {
        display: none;
    }

    #contactBtns a {
        display: inline-block;
        width: 54px;
        height: 54px;
        padding: 10px;
        border-radius: 50%;
        background: #fff
    }

    #contactBtns a {
        display: inline-block;
        width: 54px;
        height: 54px;
        padding: 10px;
        border-radius: 50%;
        background: #fff;
    }

    #contactBtns .fa {
        font-size: 35px;
        color: var(--color-theme-primary);
    }