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

/* ----- MemberPress Circles: suppress duplicate renders in Avada sections ----- */
/* The Circles plugin hooks into an action Avada fires in the header, page title  */
/* bar, AND main content sections. We keep only the main content render.          */
.single-mp-circle .fusion-tb-header #mpcirc-main-content,
.single-mp-circle .fusion-tb-page-title-bar #mpcirc-main-content {
    display: none !important;
}

/* Hide the Avada page title bar entirely on circle pages — the circle plugin     */
/* provides its own hero heading, making the Avada title bar redundant.           */
.single-mp-circle .fusion-page-title-bar {
    display: none !important;
}
