/**
 * Front page layout overrides.
 */

body.home #page,
body.home.npca-front-page #page,
.npca-front-page #page {
	padding-top: 0 !important;
	max-width: none !important;
}

body.home #primary,
body.home .npca-front-page#primary,
.npca-front-page#primary {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.home .site-content,
.npca-front-page .site-content {
	padding: 0 !important;
}

.npca-front-page .post-content {
	padding-top: 0;
	margin: 0;
}

.npca-front-page .entry-content {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.npca-front-page .entry-content > .alignfull,
.npca-front-page .entry-content .alignfull,
.npca-front-page .entry-content > .wp-block-group.alignfull,
.npca-front-page .entry-content > .wp-block-cover.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 0 !important;
}

.npca-front-page .entry-content > .alignwide,
.npca-front-page .entry-content .alignwide {
	margin-bottom: 0 !important;
}

/* Remove white gap between newsletter and footer */
body.home #page,
body.home .site-content,
body.home #content {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

body.home .npca-newsletter-cta {
	margin-bottom: 0 !important;
}

body.home .site-footer {
	margin-top: -1px;
}
