.fancybox-caption {
  /*background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);*/
  background:none !important;
  padding-left:30px !important;
  padding-right:30px !important;
}

.fancybox-caption__body {overflow:hidden !important;}
/*fix horiz scroll on popover*/


.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: normal !important;
  /*font-size: 12px;*/
  font-style: normal;
}

.imgNumber {
  font-family:'Gotham-Medium', sans-serif; 
  font-weight: normal !important;
  font-size: 12px;
  font-style: normal;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: none !important;
}

/**-- Photography page --**/
.hidden {
    display: none;
}

.caption, .caption p {
  font-family:'Gotham-Medium', sans-serif; 
  font-size:10px;
  line-height:1.2rem;
  font-weight:normal;
}
.zipdownloaditem { 
  color:#ffffff; 
  text-transform:uppercase; 
  font-family:'Gotham-Medium', sans-serif; 
  font-size:10px;
  padding-top: 10px;
  font-weight:600;
}
@media (min-width: 374px) {
  .caption {
    font-size:11px;
  }
  .zipdownloaditem { 
    font-size:11px;
  }
}