/* =========================
   FOOTER
========================= */

.site-info {
    background: #020617;
    color: #94a3b8;
    text-align: center;
    padding:10px 10px;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 14px;
}

/* Link */

.site-info a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-info a:hover {
    color: #3b82f6;
}

/* GeneratePress Footer Container */

.footer-bar-active .site-footer,
.site-footer {
    background: #020617;
}