/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 21 2026 | 12:39:30 */
/* Vis captions under billederne i FooGallery */
.foogallery-item .foogallery-caption {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-align: center;
    padding: 10px 0;
    background: transparent;
}
/* Fjern hover-effekten */
.foogallery-item:hover .foogallery-caption {
    opacity: 1 !important;
    visibility: visible !important;
}
