/* Maps block styling */

.map-block {
	padding-top: 50px;
}
.two-col-contact {
	display: grid;
	grid-template-columns: 50% 50% !important;
	width: 100%;
	height: fit-content;
}
.second-contact-col {
	background-color: #0B3A18;
	color: #fff;
	padding-top: 70px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 70px;
	height: 500px;
    display: flex;
    flex-direction: column;
    align-self: center;
}
.contact-details {
	color: #fff !important;
}
.contact-link-wrapper {
	margin-bottom: 30px;
}
.contact-links {
	margin-bottom: 0px !important;
	color: #fff;
	font-weight: bold;
}
.contact-socials-wrapper {
    display: flex;
	height: 27px;
}
.team-social-link {
	padding: 0px 5px;
}
.contact-social-link {
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px;
}

@media only screen and (max-width: 800px) {
	.two-col-contact {
		display: block;
	}
	.acf-map {
		height: 300px;
	}
	.second-contact-col {
		height: auto;
		padding: 40px;
		text-align: center;
	}
	.contact-socials-wrapper {
		display: flex;
		justify-content: center;
	}
}
