/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 25 Aug 2026, 11:00 am
*/

.foogallery .fg-caption-title {
font-family: "Montserrat";
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
    text-align: left;
text-transform: uppercase;
}