/* -------------------- GLOBAL ---------------------- */

body {
  background-image: url("https://apihoard.webit.com/api/v1/Image/968C2C8FA87F2DC514E9FEC1BE4E6D13/968C2C8FA87F2DC514E9FEC1BE4E6D13.jpg?size=1920x1440");
  background-size: cover;
  background-position: center;
}

[id^="module_"] .container,
[id^="module_"] .container-fluid {
  /*    background: rgba(255, 255, 255, .5);*/
}

/* GLOBAL =======================================  */

.page-about-us .title, .page-request-free-estimate .title {
  background: transparent;
  padding-top: 4em;
  padding-bottom: 3em;
}

.page-about-us .title-heading, .page-request-free-estimate .title-heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 2px 5px black;
}

.leaf-list li::before {
  float: left;
  overflow: hidden;
  width: 16px;
  height: 13px;
  content: "";
  margin-right: 5px;
  margin-left: 0;
  background-image: url("https://apihoard.webit.com/api/v1/Image/18C452B2D09703EB1CE12CC51A46893B/18C452B2D09703EB1CE12CC51A46893B.png?size=Original");
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 5px;
}

/* -------------------- HEADER ---------------------- */
.header {
  background: rgba(255, 255, 255, 0.8);
}

/*Little blue info bar*/
.wb__header .wb__barinfo {
  background: #1f4b83;
  color: #fff;
  padding: 10px 0;
}

.wb__header .wb__barinfo a {
  color: #fff;
  font-weight: 600;
}

.wb__header .wb__logo img {
  filter: drop-shadow(2px 2px 3px rgba(55, 55, 55, 0.8));
}

/*Social section (just facebook atm) also height control to balance floating logo*/
/* .wb__header .wb__social {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px 0;
} */

a.wb__facebook {
  font-size: 1.7em;
  background-color: #3e5996;
  color: #fff;
  padding: 0.105em 0.55em;
  text-align: center;
  border-radius: 4px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

/* .wb__header .wb__social a.wb__facebook {
    background-color: #3E5996;
} */

/*general used on each page DC*/
.wb__pagesection {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 30px auto;
  padding: 15px;
  border-radius: 40px;
  border: 12px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.wb__pagesection h1 {
  padding: 15px;
  border-radius: 10px;
  background-color: #555;
  color: #c1d983;
  text-shadow: 0px 0px 5px #333;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1.5rem;
}

.wb__pagesection .wb__greentitle {
  color: var(--color-theme-highlight);
  text-decoration: underline;
  font-size: 1.05em;
  font-weight: 700;
  text-transform: uppercase;
}

/* -------------------- HOMEPAGE ---------------------- */

.page-home .wb__homepage h1,
.page-home .wb__homepage h2,
.page-home .wb__homepage h3,
.page-home .wb__homepage h4,
.page-home .wb__homepage h5 {
  font-family: "Arbutus Slab", serif;
}

.wb__homepage h2 {
  font-size: 3rem;
  color: var(--color-theme-highlight);
}

.wb__homepage .wb__certbar {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.wb__homepage .wb__certbar div {
  flex-basis: 80%;
  padding: 3%;
  text-align: center;
}

.wb__homepage .wb__leafinfo {
  text-align: center;
  background-image: url("https://apihoard.webit.com/api/v1/Image/7EF7E2DC540D5B73D39BC3C59A87B2D9/7EF7E2DC540D5B73D39BC3C59A87B2D9.png?size=1920x1440");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 0 0rem;
}

.wb__homepage .wb__leafinfo h3 {
  font-size: 2rem;
}

/* -------------------- schedule page / leaf list ---------------------- */
.wb__schedulepage .wb__leaflist {
  padding-left: 0;
  list-style: none;
}

.wb__schedulepage .wb__leaflist li {
  margin-bottom: 5px;
}

.wb__pagesection .wb__leafdot:before,
.wb__schedulepage .wb__leaflist li:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 22px;
  background: transparent url(https://apihoard.webit.com/api/v1/Image/738848C39F50E92994AF6855FED5A673/738848C39F50E92994AF6855FED5A673.png?size=1920x1440) no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
  margin-bottom: -4px;
}

/* -------------------- WEED PAGE ---------------------- */
.wb__weedpage .wb__weedbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.wb__weedpage .wb__weedbox .wb__oneweed {
  text-align: center;
  padding: 4px;
  margin: 4px;
}

.wb__weedpage .wb__weedbox .wb__oneweed p {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

/*maybe website level? only used on "know your lawn/ lawn care info" page*/
.wb__pagesection .wb__box {
  padding: 30px;
  border-radius: 10px;
  background: #eee;
  text-align: center;
}

.wb__pagesection .wb__box p {
  text-align: left;
}

/* -------------------- FOOTER ---------------------- */
.wb__footer {
  background: #1f4b83;
  color: #fff;
  text-shadow: 2px 2px 2px #333;
}

@media (min-width: 440px) {
  .wb__homepage .wb__certbar div {
    flex-basis: 49%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /*global*/
  .wb__header .wb__social {
    justify-content: flex-end;
  }

  .wb__pagesection {
    margin: 40px auto;
    padding: 25px;
    border: 20px solid rgba(255, 255, 255, 0.6);
  }

  .wb__pagesection h1 {
    padding: 20px;
    font-size: 2rem;
  }

  /*homepage*/
  .wb__homepage .wb__certbar div {
    flex-basis: 32%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wb__pagesection h1 {
    /*padding: 20px;*/
    font-size: 2.5rem;
  }

  .wb__homepage .wb__leafinfo {
    background-image: url("https://apihoard.webit.com/api/v1/Image/7EF7E2DC540D5B73D39BC3C59A87B2D9/7EF7E2DC540D5B73D39BC3C59A87B2D9.png?size=1920x1440");
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('imgurl');*/
    background-position: center;
    padding: 4rem 0;
  }

  .wb__homepage .wb__leafinfo h3 {
    font-size: 2.5rem;
  }

  .wb__homepage .wb__leafinfo h4 {
    font-size: 2rem;
  }

  .wb__homepage .wb__certbar div {
    flex-basis: 24%;
    padding: 10px;
  }
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
  /* -------------------- Header ---------------------- */
  .header {
    /*Space for floating logo overhang*/
    /* margin-bottom: 120px; */
  }

  /*putting nav bar to the right for floating icon. 
        Making regular bg transparent and applying color to smaller internal part*/
  .header .navbar-collapse {
    justify-content: flex-end !important;
  }

  .header .navbar.bg-primary {
    background: transparent !important;
  }

  .header .navbar .navbar-nav {
    background: var(--color-theme-primary);
    /*(restrct width so nav doesn't overlap the absolute logo if more links are added. 
            350px is the width of the logo)*/
    /* max-width: calc(100% - 350px); */
    justify-content: space-evenly;
  }

  /*Added to col-x-x above logo so that the nearest position relative above logo is the header instaed
        (makes sure logo goes all the way to the top, above info bar)*/
  .wb__header .wb__not-pos-relative {
    position: inherit;
  }

  .wb__header .wb__logo {
    position: absolute;
    z-index: 40;
    top: 0;
    width: 300px;
  }

  .wb__header .wb__social {
    min-height: 90px;
  }

  /* -------------------- homepage ---------------------- */
  .wb__homepage .wb__certbar div {
    flex-basis: 16%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
