/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

html :where([style*=border-color]:not(.fusion-content-sep, .fusion-separator, .fusion-separator-border)) {
    border-style: initial !important;
}

@media only screen and (max-device-width: 640px) {
    #content {
        margin-bottom: 0 !important;
    }
}

footer .fworks_consent_shortcode {display: inline-flex}
footer .fworks_consent_shortcode span {text-decoration: none;}
footer .fworks_consent_shortcode:hover span {color: var(--awb-color4)}