/* Header office address (replaces search) */
.header .header_office {
	flex: 1 1 auto;
	max-width: 420px;
	margin: 0 24px;
	font-family: "Nunito", "ProximaNova", sans-serif;
}

.header .header_office_label {
	display: block;
	margin: 0 0 2px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a9286;
	line-height: 1.2;
}

.header .header_office_addr {
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: #1f2a1c;
	text-decoration: none;
}

.header .header_office_addr:hover {
	color: #319030;
}

@media screen and (max-width: 1000px) {
	.header .header_office {
		display: none;
	}
}
