/*
Theme Name: Whizible Pro
Theme URI: https://whizible.com
Description: Clean Exponent child theme for Whizible custom landing pages (Home, Engineering, IT Services, BFSI). Safe from parent Exponent theme updates.
Author: Whizible
Template: exponent
Version: 1.0.1
Text Domain: whizible-pro
*/

/* Hide Exponent / Tatsu headers — Whizible chrome is used site-wide */
#tatsu-header-wrap,
.tatsu-header,
.tatsu-slide-menu,
#exponent-header-wrap,
#exponent-header-container {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Hide Exponent bottom widgets strip (Archives / Categories / Meta) on all pages */
#bottom-widgets,
#bottom-widgets-wrap,
.widget_archive {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	pointer-events: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
