/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 10 Aug 2026, 4:01 pm
*/

.foogallery.fg-masonry::before {
    content: "text";
    display: inline-block;
    width: 100%;
    height: 20px;
    margin: 0 6px 20px 0;
clear:inline-start
}

.foogallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption, .fg-caption-title {
    font-size: 9px!important;
padding:4px
}
.foogallery.fg-light .fg-item-inner {background-color: rgba(255,255,255,.1)!important;}