/*
Theme Name: Betheme Child
Theme URI: https://revert.it/
Description: Betheme Child Theme per Revert.it con integrazione GDPR Cookie Consent e Privacy Policy
Author: Revert srl
Author URI: https://revert.it/
Template: betheme
Version: 1.0.0
Text Domain: betheme-child
*/

/* Link legali e pulsante preferenze cookie nel footer */
#Footer .footer_copy .copyright {
    line-height: 1.8;
}

#Footer .footer_copy .revert-footer-legal-links {
    display: inline-block;
    margin-left: 5px;
}

#Footer .footer_copy .revert-footer-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

#Footer .footer_copy .revert-footer-link:hover {
    color: #196c38 !important;
    text-decoration: underline;
}

#Footer .footer_copy .revert-footer-sep {
    opacity: 0.55;
    margin: 0 4px;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    #Footer .footer_copy .revert-footer-legal-links {
        display: block;
        margin-left: 0;
        margin-top: 6px;
    }
}
