/**
 * Caption below the photo.
 *
 * Shared by the Portfolio and Portfolio Column Scroll widgets. Renders the
 * title / category / description as a static caption beneath the image instead
 * of the theme's absolutely-positioned hover overlay. Overrides the theme
 * defaults (.portfolio-item .content { position:absolute; … }) by specificity.
 */
.caption-below .portfolio-item .content {
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  transform: none;
  text-align: left;
  padding: 14px 0 0;
}

.caption-below .portfolio-item .content h5 {
  margin: 0;
}

.caption-below .portfolio-item .content h5:after {
  display: none;
}

.caption-below .portfolio-item .content .cat {
  margin-top: 4px;
  font-size: 0.85em;
  opacity: 0.7;
}

.caption-below .portfolio-item .content p {
  margin-top: 6px;
}
