/* Site-wide adjustments to the altitude-pro theme. Lives here rather than in the theme
   because wp-content/themes/* is gitignored. Enqueued by IMC_Theme_Functions. */

/* Primary nav: drop the first item's left padding so the row starts flush.
   Desktop only — below 1024px the theme turns this into the stacked mobile menu. */
@media only screen and (min-width: 1024px) {
	.nav-primary .genesis-nav-menu > .menu-item:first-child > a {
		padding-left: 0;
	}
}
