/* UNIQUE To this SITE. Long navigation bar. Need to reset to smaller mobile header/nav earler than standard 767 width. */
@media only screen and (max-width: 1130px) { 
	#pre-masthead .full-container {
		padding: .5em 0;
	}
	#pre-masthead aside.widget {
		display: block;
		margin: 0 auto;
		padding: 0;
	}
	#pre-masthead aside {
		float: none;
	}
	#pre-masthead aside:first-child {
		float: none;
	}
	#pre-masthead aside ul {
		text-align: center;
	} 
	
	body.responsive #masthead .hgroup {
    display: block;
    text-align: center;
  }
	body.responsive #masthead .hgroup .logo {
    float: none;
	}
	body.responsive #masthead .hgroup .logo img {
    margin: 0 auto;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
	.main-navigation ul li {
  	padding-bottom: 15px;
		padding-top: 15px;
	} 
}