/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 26 Oct 2025, 3:46 am
*/

.foogallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption {
    visibility: visible;
    opacity: 1;
    font-size: 16px;
    position: relative;
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    text-transform: none;
    transform: none;
    transition: none;
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    text-align: left;
}

.fg-masonry.fg-captions-bottom.fg-dark .fg-caption, .fg-masonry.fg-captions-bottom.fg-light .fg-caption {
    color: #ffffff;
}