/*
Theme Name:  Listeo Child — St Barth Experience
Theme URI:   https://stbarthexperience.com
Author:      St Barth Experience team
Author URI:  https://stbarthexperience.com
Description: Custom design child theme for Listeo. Inherits all functionality from Listeo parent. Compiled Tailwind output is enqueued separately from assets/dist/main.css; this file only carries the WordPress theme header and a tiny CSS shim used during early bootstrap.
Template:    listeo
Version:     0.1.0
License:     Proprietary
Text Domain: listeo-child
Domain Path: /languages/
Tags:        custom, child-theme
*/

/* Pre-existing production hides — see _planning/decisions.md TRANSITION-001.
   These hide Listeo's stock listing-page chrome that the new design replaces.
   They remain in style.css (not Tailwind) so they apply even before assets/dist
   is built. Drop these line-by-line as we ship each replacement template. */
.listing-links-container { display: none !important; }
.contact-section-modern  { display: none !important; }
#listing-location        { display: none !important; }

/* Footer-menu submenu disclosure (used by stbarth_footer_menu()).
   Kept here, not in Tailwind, because it ships with the theme header
   and runs even before assets/dist/main.css is generated. */
.widget_nav_menu .sub-menu { display: none; }
.widget_nav_menu li.open > .sub-menu { display: block; }
