.files-gallery.theme-one {
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.files-gallery.theme-one > a,
.files-gallery.theme-one > article {
  color: #787c80;
  text-decoration: none;
  font-weight: 300;
  padding: 10px 20px;
  margin: 0 15px 15px 0;
  font-size: 14px;
  transition: all 0.3s;
  background: rgba(120, 124, 128, 0.1);
}
.files-gallery.theme-one > a .e-file-icon,
.files-gallery.theme-one > article .e-file-icon {
  margin-right: 10px;
  transition: all 0.6s;
  mix-blend-mode: multiply;
}
.files-gallery.theme-one > a b,
.files-gallery.theme-one > article b {
  font-weight: 500;
  font-size: 16px;
}
.files-gallery.theme-one > a:hover,
.files-gallery.theme-one > article:hover {
  background: rgba(120, 124, 128, 0.2);
  text-decoration: none;
}
.files-gallery.theme-one > a:hover .e-file-icon,
.files-gallery.theme-one > article:hover .e-file-icon {
  transform: scale(1.66);
}
.files-gallery.theme-one > a audio,
.files-gallery.theme-one > article audio {
  margin-top: 10px;
  background: none;
  mix-blend-mode: darken;
}
