/* Nav items centered / pdEkSe-4Jg-p2 (MN) */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
	align-items: center;
}

/* Mobile nav centered / pdEkSe-4Jg-p2 (MN) */
@media (max-width: 779px) {
	.nav-mobile {
		display: flex;
		justify-content: center;
		width: 100%;
	}
}

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

/* Remove underline on hover / pdEkSe-4Jg-p2 (MN) */
.wp-block-site-title a:hover, .wp-block-navigation-item a:hover {
	text-decoration: none;
}

/* Button Borders / pdEkSe-4Jg-p2 (MN) */
.wp-block-button, .wp-block-button__link {
	border: 10px solid #D3672C;
}

/* Button Hover / pdEkSe-4Jg-p2 (MN) */
.wp-block-button:hover, .wp-element-button:hover, .wp-block-button__link:hover {
	border: 10px solid #FCB141;
	background-color: transparent;
	color: #FCB141;
}

/* Button text visited / pdEkSe-4Jg-p2 */
.wp-element-button:visited {
	color: var(--wp--preset--color--primary);
}

/* Featured images and home images / pdEkSe-4Jg-p2 (MN) */
.image-shadow {
	box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.3);
	height: auto;
}

@media (max-width: 779px) {
	.image-shadow {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/* Featured images left / pdEkSe-4Jg-p2 (MN) */
@media (min-width: 780px) {
	.image-placement-left {
		width: 200%;
		margin-left: -100%;
	}
}

/* Featured images right / pdEkSe-4Jg-p2 (MN) */
@media (min-width: 780px) {
	.image-placement-right {
		width: 200%;
	}
	
	body {
		overflow-x: hidden;
	}
}

@media (max-width: 779px) {
	.image-placement-right {
		display: none;
	}
	
	.home .image-placement-right {
		display: block;
	}
}

/* Home column padding hide mobile / */
@media (max-width: 779px) {
	.header-padding-mobile {
		padding-top: 0;
	}
}

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

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