/*
 * Custom HTML Full Width — layout overrides only for pages using custom-html-fullwidth.php.
 * Body class: page-template-custom-html-fullwidth-php (WordPress adds this automatically).
 */

body.page-template-custom-html-fullwidth-php .content_wrap {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

body.page-template-custom-html-fullwidth-php .content_wrap > .content {
	max-width: 100%;
	width: 100%;
	float: none;
}

/* Belt-and-suspenders if any sidebar markup slips through */
body.page-template-custom-html-fullwidth-php .content_wrap > .sidebar {
	display: none !important;
}

body.page-template-custom-html-fullwidth-php .custom-html-fullwidth {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}
