section {
  padding: 60px 0 60px 0 !important;
  overflow: hidden;
}

#topbar {
  padding: 0 !important;
}

#footer .logo span {
  color: #106eea !important;
}

#footer .logo {
  color: #222222 !important;
}

#hero {
  /*background: url(../img/hero-bg.jpg) top left;*/
  background: url(/themes/assets/img/customize/custom.jpg) top left;
}

.custom-card {
  background-color: white;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.31) !important;
}

.contact .php-email-form {
  padding-bottom: 13px !important;
}

#hero {
  height: 300px !important;
}

.wolli-btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
  border: 0;
  cursor: pointer !important;
}

.toolbox-btn {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 5px;
  width: 100px;
  cursor: pointer !important;
}

.icon-wrapper {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 14px 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.news-image {
  width: 100% !important;
  height: 250px !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative !important;
  background-repeat: no-repeat !important;
}

.screen {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 5px;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  padding-top: 5px;
}

input,
textarea {
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  padding: 10px 15px;
}

input:focus,
textarea:focus {
  border-color: #106eea !important;
}

.hide {
  display: none;
}

.select2-selection--single {
  height: 37px !important;
  padding-top: 3px;
  border-radius: 1px !important;
}

.subscription-cart {
  background-color: white;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.31) !important;
  padding-bottom: 30px;
}

.subscription-cart .subscription-title {
  text-align: center;
  padding: 30px 15px 0px 8px;
}

.subscription-cart .subscription-title:after {
  height: 2px;
  background-color: #106eea;
  width: 100px;
  content: " ";
  display: block;
  margin: 15px auto;
}

.subscription-cart .CardField-number {
  padding: 20px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  .news-image {
    height: 250px !important;
  }
}

/*  Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  #hero {
    height: 450px !important;
  }

  .news-image {
    height: 250px !important;
  }
}

/*  Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #hero {
    height: 450px !important;
  }

  .news-image {
    height: 100% !important;
  }
}

/*  X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #hero {
    height: 500px !important;
  }

  .news-image {
    height: 100% !important;
  }
}

/*  XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
  #hero {
    height: 500px !important;
  }

  .news-image {
    height: 100% !important;
  }
}

