header.entry-header, header {
    position: relative;
}
.navigation.post-navigation {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0 9px;
}
.navigation.post-navigation .nav-links {
	display: flex;
    justify-content: space-between;
}
.navigation.post-navigation .nav-links a {
	font-size: 12px;	
}
#primary {
	position: relative;
}