.downloads {
  margin-bottom: 120px;
}
.downloads h1 {
  text-align: center;
  margin: 50px 0;
}
.downloads h2 {
  margin: 50px 0;
  flex: 0 0 100%;
}
@media screen and (max-width: 992px) {
  .downloads h2 {
    margin: 20px 0;
  }
}
.downloads .category-download .content {
  padding: 8px;
  width: 25%;
  display: block;
  position: relative;
}
@media screen and (max-width: 992px) {
  .downloads .category-download .content {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  .downloads .category-download .content {
    width: 50%;
  }
}
.downloads .category-download .content:hover .overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 8px solid #ff8034;
}
.downloads .category-download .content:hover .overlay img {
  opacity: 1;
  transform: translateY(0);
}
.downloads .category-download .content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  overflow: hidden;
  opacity: 0;
}
.downloads .category-download .content .overlay img {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s ease;
  height: 42px;
  object-fit: contain;
}
.downloads .category-download .content .img-holder {
  width: 100%;
  position: relative;
  height:166px;
}
.downloads .category-download .content .img-holder img {
  width: 100%;
  object-fit: cover;
  height:100%;
}
.downloads .category-download .content .caption {
  min-height: 56px;
  background-color: #4b4b4b;
  color: white;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-weight: 600;
}
.downloads .category-download .content .item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  padding: 8px 0;
  color: #4b4b4b;
  transition: all 0.2s ease;
}
.downloads .category-download .content .item-text span {
  color: #ff8034;
  display: flex;
  align-items: center;
}
.downloads .category-download .content .item-text span::after {
  content: '';
  width: 15px;
  height: 14px;
  margin-left: 8px;
  background-image: url('https://26208195.fs1.hubspotusercontent-eu1.net/hubfs/26208195/download.png');
  background-repeat: no-repeat;
  background-position: center;
}
.downloads .category-download .content .item-text span img {
  margin-left: 5px;
}
@media screen and (max-width: 420px) {
  .downloads .category-download .content .item-text .size {
    display: none;
  }
}
.downloads .category-download .content:hover .item-text span {
  color: #585858;
}
.downloads .category-download .content:hover .item-text span::after {
  content: '';
  background-image: url('https://26208195.fs1.hubspotusercontent-eu1.net/hubfs/26208195/download-dark.png');
}

.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.btn-holder-load button {
  cursor: pointer;

/*# sourceMappingURL=press.css.map */
