/*
 * Shoreline template-only CSS overrides.
 * Loaded only by templates/shoreline-template.php.
 */

body.template-shoreline {
	background: #fff;
}

/*
 * Default hard-hides for common global chrome selectors.
 * Adjust/remove as needed for the Shoreline embeds.
 */
body.template-shoreline header,
body.template-shoreline footer,
body.template-shoreline .site-header,
body.template-shoreline .site-footer,
body.template-shoreline .hero,
body.template-shoreline .breadcrumb,
body.template-shoreline .breadcrumbs,
body.template-shoreline .page-hero,
body.template-shoreline .global-nav,
body.template-shoreline .main-navigation,
body.template-shoreline .top-navigation {
	display: none !important;
}

body.template-shoreline #content.content {
	margin: 0;
	padding: 0;
	max-width: none;
}

/**
 * Forcefully hide some potential problem plugins
 */
body.template-shoreline .cky-consent-container,
body.template-shoreline .uwy {
	display: none;
}
