/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 9 Apr 2026, 3:40 pm
*/

.foogallery {
 --fg-gutter: 50px;
}
.foogallery .fg-item-inner  {
  overflow: visible;
}
.foogallery .fg-caption .fg-caption-inner {
    gap: 8px;
}
.foogallery.fg-c-c .fg-caption, .foogallery.fg-caption-always.fg-c-c .fg-caption {
    text-align: center;
    margin-bottom: -45px;
    height: 50px;
    padding-bottom: 0;
}
.foogallery .fg-caption-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #aaa4a4;
    text-shadow: none;
}
.foogallery.fg-transparent-overlays .fg-caption-desc {
    color: #cbcbcb;
    text-shadow: none;
    line-height: 1em;
    font-size: 12px;
    margin-top: -8px;
}
@media only screen and (max-width: 400px) {
   .foogallery .fg-caption-title { font-size: 12px; }
}