/* nav hover color / pdEkSe-3Fr-p2 (DC) */
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
	color: #91cb24;
}

/* set mobile nav size / pdEkSe-3Fr-p2 (DC) */
.wp-block-navigation__responsive-container.hidden-by-default .wp-block-navigation-item {
	font-size: 1.8em !important;
}

/* set mobile nav size alternate method / pdEkSe-3Fr-p2 (DC) */
.wp-block-navigation__responsive-container.is-menu-open .has-medium-font-size {
	font-size: 1.8rem !important;
}

/* add label to mobile menu / pdEkSe-3Fr-p2 (DC) */
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open:after {
	content: 'MENU';
	font-size: 20px;
	font-weight: bold;
	margin-top: -2px;
	margin-left: 2px;
}

/* mobile nav and styling / pdEkSe-3Fr-p2 (DC) */
@media screen and (max-width: 599px) {
	header nav {
		padding-top: 1em;
		padding-bottom: 1em;
		justify-content: center !important;
	}
}

/* remove forced header and footer padding / pdEkSe-3Fr-p2 (DC) */
.wp-site-blocks {
	padding-top: 0;
	padding-bottom: 0;
}

/* hide home page title / pdEkSe-3Fr-p2 (DC) */
.home .bbe-page-title {
	display: none;
}

/* remove space below footer / pdEkSe-3Fr-p2 (DC) */
footer + .wp-block-group {
	display: none;
}

/* adjust space above footer / pdEkSe-3Fr-p2 (DC) */
main > div + section {
	display: none;
}

/* remove space above home content  / pdEkSe-3Fr-p2 (DC) */
.home .wp-site-blocks > main {
	margin-top: -24px !important;
}

/* remove space above home footer / pdEkSe-3Fr-p2 (DC) */
.home .wp-site-blocks footer {
	margin-top: 0;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

.circle-image {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

.wpcf7 label {
    display: block;
    float: none;
    font-weight: 700;
    margin-bottom: 0.25em;
}

:where(.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 textarea) {
    border: 1px solid #8c8f94;
    border-radius: 0;
    box-sizing: border-box;
    font: inherit;
    padding: 16px;
    width: 100%;
		margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
		font-weight: normal;
}

.wpcf7 textarea {
	height: 200px;
}

.wpcf7 input[type=submit] {
    background-color: #0a6f37;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
		float: right;
		box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
		border: none;
		box-shadow: none;
}




