/*
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
*/

/* OCULTAR INFO BLOG */

.fusion-body .fusion-meta-tb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    line-height: normal;
    padding: 5px 0;
    border-top: 1px solid var(--sep_color,#e7e6e6);
    border-bottom: 1px solid var(--sep_color,#e7e6e6);
    border-left: 0 solid var(--sep_color,#e7e6e6);
    border-right: 0 solid var(--sep_color,#e7e6e6);
    display: none !important;
}
