/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 2 May 2026, 2:59 pm
*/

.sl-overlay {
    background: #000000 !important;
    opacity: 0.85 !important;
}
.sl-wrapper .sl-image img {
    border: none !important;
    box-shadow: none !important;
}
.sl-wrapper .sl-navigation button {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
}
.sl-wrapper .sl-caption {
    background: transparent !important;
    color: #ffffff !important;
}
