#block-8 {
	padding: 0;
	margin: 5px 0 0 0;
}

#block-8 a {
	color: #4a4a4a;
	font-size: 12px;
	font-weight: 300;
}

#block-8 a:hover {
	text-decoration: underline;
}

#block-8 li {
	color: #4a4a4a;
}

#content-footer-section {
	background-color: transparent;
	padding: 0;
	border-top: 2px solid #4a4a4a;
}

.footer-credits-text {
	color: white;
	font-size: 10px;
}

.footer-credits-text a {
	color: white;
	text-decoration: underline;
}

.footer-credits-text a:hover {
	color: var(--custom-primary);
}

.grunion-field-email-wrap {
	padding: 0;
}

.home .wp-block-column {
	margin-top: 10px;
}

.map-of iframe {
	width: 100%;
}

.page-id-48 .main-container {
	margin-top: 20px;
}

.page-id-48 .single-content {
	padding: 0;
}

.page-id-48 .wp-block-heading {
	margin-top: 0;
	margin-bottom: 30px;
}

.page-id-99 .page-area {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.page-id-99 .wp-block-button {
	text-align: center;
	margin: 0 !important;
}

.page-id-99 .wp-block-button__link {
	font-size: 1em !important;
}

.page-id-99 .wp-block-button__link {
	width: 150px;
}

.single-content {
	padding: 0;
}

.widget ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}

.widget-title {
	border-bottom: 0;
}

.widget-title h3 {
	color: #32373c !important;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.2;
	padding: 0 0 0 8px;
}

.widget-title h3:after {
	width: 4px;
}

.widget-title h3:after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #AE0001;
    bottom: 0;
    top: 0;
    z-index: 9;
    width: 3px;
}

.widget_nav_menu a:hover {
	color: var(--custom-primary);
	text-decoration: underline;
}

.wp-block-list a {
	text-decoration: underline;
	color: black;
}

/* Contact form */
.wpcf7 form label {
	width: 70%;
	margin: 0 auto;
	text-align: left;
}

.wpcf7 form p {
	text-align: center;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-submit {
	margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
	#content-footer-section .container {
		display: flex;
		padding: 0;
	}
	.wpcf7 form label {
		width: 100%;
	}
	.page-id-99 h3 {
		font-size: 22px;
	}
	.widget-title h3 {
		font-size: 14px;
	}
	.widget_nav_menu {
		padding: 0 8px;
	}
	.widget ul li {
		font-size: 14px;
	}
}
