/* 7.28.26 fixes list. */

/* The footer stamp was overlapping the button above it because the logo is
   absolutely positioned with no space reserved for it. Reserve the room
   instead of nudging the button, so it holds at every width. */
.footer, footer.footer { position: relative; }
.footer .footer__logo, footer .footer__logo, .footer .stamp, footer .stamp { z-index: 1; }
.footer .button, .footer .btn, footer .button, footer .btn { position: relative; z-index: 2; }

.join-wcbb .button, .page-template-default .footer-cta .button { margin-bottom: 28px; }

@media (max-width: 767px) {
	.footer .footer__logo, footer .footer__logo, .footer .stamp, footer .stamp {
		position: static; margin: 18px auto 0; display: block;
	}
	.footer .button, .footer .btn, footer .button, footer .btn { margin-bottom: 22px; }
}

/* Category and single-post pages were rendering a grey gutter either side
   instead of carrying the dark background full width like every other page. */
body.archive .main, body.category .main, body.single-post .main,
body.archive .content-area, body.category .content-area, body.single-post .content-area,
body.archive .site-content, body.category .site-content, body.single-post .site-content {
	background: #1a3648;
}
body.archive, body.category, body.single-post { background: #1a3648; }
body.archive .row, body.category .row, body.single-post .row { background: transparent; }
