#site-canvas li.statistics-counter {
  display: none !important;
}

#hero-banner .banner_overlay .banner_text .breadcrumb {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  header {
    /*background-image: unset;*/
  }

  #site-nav-toggler span {
    background: #186b9f;
  }
}

#home-banner .banner_slider .banner figure figcaption article {
  background: #186b9f;
}

#user-login-form {
  max-width: 600px;
  padding: 40px;
}

#user-login-form input {
  width: 100%;
}


/* mobile responsive */
@media screen and (max-width: 780px) {
  #hero-banner .banner_overlay .banner_text h1 {
    padding-top: 5rem;
  }

  #home-banner .banner_slider .banner figure figcaption h1 {
    font-size: 3rem;
  }

  .cc-grower {
    z-index: 99;
    position: fixed;
  }
}
