/* Vantage remove body top padding */
#page-wrapper {
  padding-top: 0px;
}

/* Vantage Boxed Layout Site Width */

body.responsive #page-wrapper {
max-width: 1200px !important;
}

/* Footer */

#footer-widgets .widget .widget-title {
font-size: 18px !important;
}

/* Vantage Boxed Layout Site Width */

body.responsive #page-wrapper {
}

@media (min-width: 681px){
	.page-template-default #primary, #primary {
		width: 71.287%;
	}

	#secondary {
		width: 26.762%;
	}
}

/* Header Padding */

header#masthead .hgroup {
padding-bottom: 0px !important;
padding-top: 00px !important;
}