/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/
.site-info {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #3b5783;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.site-info.show-footer {
    opacity: 1;
    visibility: visible;
}
