.category-item-wrapper {
  padding: 10px;
}
.category-item-wrapper .category-item a.category-item-link {
  display: block;
  padding: 50px 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #004a8a;
}
.category-item-wrapper .category-item a.category-item-link:hover,
.category-item-wrapper .category-item a.category-item-link:focus,
.category-item-wrapper .category-item a.category-item-link:active {
  background: #0065bd;
}
.category-item-wrapper .category-item .category-item-image {
  height: 110px;
}
.category-item-wrapper .category-item .category-item-image img {
  max-height: 90px;
  margin: 0;
}
.category-item-wrapper .category-item .category-item-description .children-count {
  font-weight: normal;
  display: block;
  text-align: center;
  font-size: 0.8em;
}
/*# sourceMappingURL=style.css.map */