.localnav {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 9000;
	background-color: rgba(252, 252, 252, 0.9);
	border-bottom: 1px solid #eeeeee;
	height: 50px;
	width: 100%;
	-webkit-backdrop-filter: blur(20px);
}

@media only screen and (max-width: 906px) {
	.localnav {
		top: 50px;
	}
}

.ln-wrapper {
	width: 100%;
	height: 100%;
	overflow-y: auto !important;
	position: relative;
	max-width: 1050px;
	margin: auto;
}

.ln-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

.ln-item-container {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.ln-item-container > * {
	transform: translateZ(0);
}

.ln-item-list {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.ln-item {
	display: inline-block;
}

.ln-link {
	color: #ED1F24;
	font-size: 14px;
	display: inline-block;
	padding: 10px;
}

.ln-link:hover {
	color: #e00208;
}
