/*
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
*/

#wrapper .fusion-date-and-formats .fusion-format-box {
    display: none;
}

.newsletter-footer {
    display: flex;
    justify-content: space-between;
}

.newsletter-footer div {
    width: 100%;
}

@media all and (max-width: 980px) {
    .newsletter-footer {
        display: block;
    }
}