/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 21 2026 | 16:18:18 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Vis captions under billederne i FooGallery */
.fg-caption .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 */
.fg-caption .foogallery-item:hover .foogallery-caption {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Vis captions permanent */
.foogallery-item .foogallery-caption {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    text-align: center;
    padding: 10px 0;
}
/* Fjern hover-effekten */
.foogallery-item:hover .foogallery-caption {
    opacity: 1 !important;
    visibility: visible !important;
}

