/* -------- custom header nav break point  ---------------- */

@media (min-width: 1350px) {
	.has-headernav:not(.no-header-title) .uu-header__title {
			flex-direction: column;
			align-self: center;
			margin: 3px 5px 3px 25px;
	}
	.has-headernav:not(.no-header-title) .uu-header__title h3 {
		border: none;
		margin: 5px 0 0 0;
		padding: 0;
	}
	.has-headernav:not(.no-header-title) .uu-header__middle {
		flex-flow: row wrap;
		flex-grow: 1;
	}
	.has-headernav:not(.no-header-title) .uu-header__top .uu-header__nav > ul {
		justify-content: flex-end;
	}
	.has-headernav:not(.no-header-title) .uu-header__top .uu-header__nav > ul > li > a {
		padding: 30px 15px;
	}
}