[WPLB_PRIVACY_POLICY lang=”it”]
/* FOOTER BASE */ .custom-footer { background: #fff; border-top: 1px solid #eee; padding: 20px 30px; font-family: inherit; } .footer-inner { max-width: 1200px; margin: auto; display: flex; justify-content: space-between; align-items: center; } /* LOGO */ .footer-logo img { max-width: 120px; height: auto; } /* HAMBURGER */ .footer-hamburger { position: relative; } .hamburger-btn { width: 28px; height: 20px; background: none; border: none; padding: 0; cursor: pointer; display: flex; flex-direction: column; justify-content: space-between; } .hamburger-btn span { display: block; height: 2px; width: 100%; background: #111; transition: 0.3s ease; } /* MENU */ .footer-menu { list-style: none; margin: 0; padding: 10px 0; background: #fff; border: 1px solid #eee; position: absolute; right: 0; top: calc(100% + 10px); min-width: 180px; display: none; z-index: 99; } .footer-menu li a { display: block; padding: 10px 15px; text-decoration: none; font-size: 14px; color: #111; } .footer-menu li a:hover { background: #f5f5f5; } /* OPEN STATE */ .footer-hamburger.open .footer-menu { display: block; } /* RESPONSIVE */ @media (max-width: 768px) { .custom-footer { padding: 20px; } } function toggleFooterMenu(button) { const wrapper = button.parentElement; wrapper.classList.toggle('open'); }
[WPLB_PRIVACY_POLICY lang="it"]
Visualizza Privacy Policy