/* Header contact / pdEkSe-4Wv-p2 (MN) */
.header-contact a {
	text-decoration: none;
	text-align: center !important;
}

@media (max-width: 779px) {
	.header-contact .has-text-align-right {
		text-align: center !important;
	}
}

/* Hide Site Title Mobile / pdEkSe-4Wv-p2 (MN) */
@media (max-width: 779px) {
	.bbe-header-site-title {
		display: none;
	}
}

/* Nav items centered on mobile / pdEkSe-4Wv-p2 (MN) */
@media (max-width: 779px) {
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		align-items: center;
		display: flex;
		flex-direction: inherit;
		justify-content: center;
		width: 100%;
	}
}

/* Mobile header items centered / pdEkSe-4Wv-p2 (MN) */
@media (max-width: 779px) {
	.wp-container-4.wp-container-4 {
		text-align: center;
		align-items: center;
	}
	
	.wp-container-11.wp-container-11 {
		display: flex;
		justify-content: center;
		width: 100%;
	}
}

/* Remove extra padding on page / pdEkSe-4Wv-p2 (MN) */
.wp-site-blocks {
	padding: 0;
}

/* Three Home image buttons on mobile / pdEkSe-4Wv-p2 (MN)*/
@media (max-width: 779px) {
	.bbe-home-buttons a {
		padding-top: 40% !important;
		padding-bottom: 40% !important;
	}
	
	.bbe-home-buttons .wp-block-cover {
		min-height: 230px;
	}
}

/* Outline style buttons on hover / pdEkSe-4Wv-p2 (MN) */
.wp-block-button.is-style-outline>.wp-block-button__link:hover, .wp-block-button .wp-block-button__link:hover {
	background: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--base);
	border-color: var(--wp--preset--color--secondary) !important;
	transition: .3s;
}

/* Page title negative margin / pdEkSe-4Wv-p2 (MN) */
.page-title-overlap {
	margin-top: -2% !important;
	position: relative;
	z-index: 10;
}

/* Form required fields  / pdEkSe-4Wv-p2 (MN) */
.contact-form label span {
	font-weight: 300;
	padding-left: 2px;
	opacity: .5;
}

/* Remove margin from footer / pdEkSe-4Wv-p2 (MN) */
footer.wp-block-template-part {
	margin-top: 0;
}

/* Hide footer credit / pdEkSe-4Wv-p2 (MN) */
footer+.wp-block-group {
	display: none;
}