/* FreshNews Pro footer */
#site-footer{background:#111;color:#fff;margin-top:50px}
.footer-top{padding:22px 0 18px}
.footer-compact{display:flex;align-items:center;justify-content:space-between;gap:18px 28px;min-width:0;flex-wrap:wrap}
.footer-brand{flex:0 0 auto;min-width:0}.footer-brand .custom-logo{max-height:42px;width:auto}.footer-site-name{font-size:18px;color:#fff}
.footer-navigation{flex:1 1 auto;min-width:0}.footer-menu-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px 18px}.footer-menu-list li{margin:0}.footer-menu-list a{color:#CBD5E1;text-decoration:none;font-size:13px;line-height:1.5;white-space:nowrap;overflow-wrap:anywhere}.footer-menu-list a:hover,.footer-menu-list a:focus-visible{color:#fff}
.footer-social-wrap{flex:0 0 auto}.footer-social{display:flex;align-items:center;gap:7px}.footer-social a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;transition:background .2s,transform .2s}.footer-social a:hover,.footer-social a:focus-visible{background:var(--primary,#0057B8);transform:translateY(-1px)}.footer-social .dashicons{font-size:17px;width:17px;height:17px}
.footer-contact{flex:1 1 100%;max-width:460px;margin-inline:auto}.footer-contact h3{margin:0 0 8px;font-size:14px;color:#fff}.footer-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:7px}.footer-contact-form input,.footer-contact-form textarea{width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #334155;border-radius:5px;background:#111827;color:#fff;font-size:12px}.footer-contact-form textarea{grid-column:1/-1;resize:vertical}.footer-contact-form button{grid-column:1/-1;border:0;border-radius:5px;padding:8px 10px;background:var(--primary,#0057B8);color:#fff;font-weight:700;font-size:12px;cursor:pointer}.footer-contact-success{font-size:11px;color:#86EFAC;margin:0 0 7px}.footer-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:10px 0;background:#0B1220}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:15px;color:#94A3B8;font-size:11px}
@media(max-width:900px){.footer-compact{justify-content:center;flex-wrap:wrap}.footer-brand,.footer-navigation,.footer-social-wrap{flex:0 1 auto}.footer-menu-list{justify-content:center}.footer-about{flex-basis:100%;}.footer-contact{flex-basis:100%;width:100%}.footer-bottom-inner{flex-direction:column;text-align:center}}
@media(max-width:520px){.footer-top{padding:20px 0 16px}.footer-compact{gap:13px 16px}.footer-menu-list{gap:7px 12px}.footer-menu-list a{font-size:12px}.footer-social a{width:30px;height:30px}.footer-contact-form{grid-template-columns:1fr}.footer-contact-form textarea,.footer-contact-form button{grid-column:auto}}

@media(max-width:360px){
    .footer-menu-list{gap:6px 9px}
    .footer-menu-list a{font-size:11px;white-space:normal;text-align:center}
    .footer-top{padding-inline:0}
}
