/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 18 Nov 2025, 7:55 pm
*/

.foogallery-simple_portfolio .fg-item .fg-item-inner {
    padding-bottom: 10px;
    border: 10px solid white;
    background-color: #FE6B40;
}
.foogallery-simple_portfolio .fg-item .fg-item-inner .fg-caption {
    padding: 10px;
    font-family: "Shrikhand", Sans-serif;
}
.foogallery-simple_portfolio .fg-item .fg-item-inner .fg-caption-desc {
    font-family: "Bitter", Sans-serif;
    color: white;
    font-weight: 500;
}
