/*------------------------------------------------------------------
Gallery Custom Styles
-------------------------------------------------------------------*/
.thumbnail-overlay {
  background: none;
  /* background-color: rgba(23, 24, 24, 0.5); */
  background-color: rgba(255, 255, 255, 0.8);
  color: #fff;
  background-image: url("../images/logo/gallery-overlay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px;
}

.media-box-title {
  display: none;
}

.media-box-date {
  display: none;
}

li a {
  color: inherit;
}

.media-boxes-search input[type=text] {
  display: none;
}