/*
Theme Name: B-Agency
Theme URI: https://mampet.dev
Description: Child theme Astra untuk Agency Core - Client Portal & Invoice System
Author: Mampet Dev
Author URI: https://mampet.dev
Template: astra
Version: 1.0.0
Text Domain: agency-design
*/

/* ===== Astra Override: Portal Pages ===== */
body.ag-portal-page .site-content > .ast-container,
body.ag-portal-page .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
}
body.ag-portal-page #primary {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}
body.ag-portal-page .entry-header,
body.ag-portal-page .ast-breadcrumbs-wrapper {
	display: none !important;
}
body.ag-portal-page .entry-content {
	margin: 0 !important;
}

/* ===== Astra Override: Front Page ===== */
body.ag-front-page .site-header,
body.ag-front-page .ast-above-header,
body.ag-front-page .ast-below-header,
body.ag-front-page .entry-header,
body.ag-front-page .ast-breadcrumbs-wrapper,
body.ag-front-page #ast-scroll-top,
body.ag-front-page .site-footer,
body.ag-front-page .ast-footer-overlay,
body.ag-front-page #secondary {
	display: none !important;
}
body.ag-front-page #page,
body.ag-front-page #content,
body.ag-front-page .site-content,
body.ag-front-page .ast-container,
body.ag-front-page #primary {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}
