/*!
 * Footer override helpers
 * This stylesheet mirrors header override behavior and is only enqueued when a template/override is active.
 */

.fuse-footer-customized .fs-footer__main {
    position: relative;
}

.fuse-footer-customized .fs-footer__social a {
    transition: opacity 0.2s ease-in-out;
}

.fuse-footer-customized .fs-footer__social a:hover,
.fuse-footer-customized .fs-footer__social a:focus {
    opacity: 0.85;
}

