footer {
    background: var(--color-primary);
    color: white;
    margin-top: var(--margin-large);
}

.footer-content {
    padding: var(--padding-default) var(--padding-small);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer ul {
    list-style: none;
    display: flex;
}

footer ul > li:not(:last-child):after {
    content: "|";
    margin: 0 var(--margin-small);
}

footer ul li{
    margin-top: var(--margin-small);
}

.copyright{
    margin-top: var(--margin-small);
}

.fg-media-caption-description {
    display: none;
}

.fg-panel-area.fg-panel-thumbs {
    display: none !important;
}

.copyright,
.footer-title,
footer a,
footer ul > li:after{
    /* color: var(--color-primary); */
    color: var(--color-white);
}

.copyright,
.footer-title,
ul.footer-primary a{
    font-weight: bold;
}

body footer a:hover {
    color: var(--color-porcelain-white);
    text-decoration: underline;
}