#drawer .item-link {
	line-height: 1;
}

#drawer .menu-sub-heading .sub-item-link {
	font-family: verveine;
	font-size: 2.5rem;
}

#drawer .sub-menu .sub-item:not(:first-child).menu-sub-heading {
	margin-top: 3rem;
}

@media all and (min-width: 1200px) {
	#drawer .menu {
		display: table;
		text-align: center;
	}

	#drawer .arrow {
		display: inline-block;
	}

	#drawer .sub-menu {
		display: none;
	}

	#drawer .sub-item {
		display: table;
		margin: 0 auto .5rem;
	}
}
