/*
Theme Name:   Calista Child
Theme URI:    https://soulhealinghouse.com/
Description:  Child theme for Calista (Qode Interactive / Mikado Themes). Use this for all custom CSS and PHP so parent theme updates never overwrite your work.
Author:       Soul Healing House
Author URI:   https://soulhealinghouse.com/
Template:     camellia
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  calista-child
*/

/* =========================================================
   Custom styles
   ---------------------------------------------------------
   Workflow: add a "Custom CSS Class" to a Calista shortcode
   in Elementor, then target that class here.
   ========================================================= */

/* =========================================================
   TOP BAR — hide unwanted items
   Calista uses the Mikado framework (.mkdf- prefix). The top
   bar has 3 zones: left / center / right.
     left   = address "21 Fifth Avenue, New York"   -> hide
     center = promo "Special offers ... in april"   -> hide
     right  = phone (KEEP) + FAQ + Gift Vouchers menu -> hide menu only
   ========================================================= */

/* Address (left zone) */
.mkdf-top-bar .mkdf-position-left,
.mkdf-top-bar .mkdf-position-left-inner {
    display: none !important;
}

/* Promo text (center zone) */
.mkdf-top-bar .mkdf-position-center,
.mkdf-top-bar .mkdf-position-center-inner {
    display: none !important;
}

/* FAQ + Gift Vouchers (the top-bar menu in the right zone) — keeps the phone */
.mkdf-top-bar .mkdf-top-bar-menu,
.mkdf-top-bar nav.mkdf-top-bar-menu,
.mkdf-top-bar .mkdf-top-bar-menu ul {
    display: none !important;
}
