/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 27 Jun 2025, 12:54 pm
*/

.fg-simple_portfolio.fg-captions-right .fg-item-inner {
    flex-direction: row;
}
.fg-simple_portfolio.fg-captions-right .fg-thumb {
    height: fit-content;
}
.fg-simple_portfolio.fg-captions-right.fg-border-thin .fg-caption {
    border-width: 4px 4px 4px 10px;
}
.fg-simple_portfolio.fg-captions-right.fg-border-medium .fg-caption {
    border-width: 0 0 0 10px;
}
.fg-simple_portfolio.fg-captions-right.fg-border-thick .fg-caption {
    border-width: 0 0 0 16px;
}