/* Vantage Boxed Layout Site Width */

body.responsive #page-wrapper {
  max-width: 1200px;
}

/* this changes the padding around the widgets */
.panel-grid-cell .so-panel {
  margin-bottom: 6px !important;
}

.panel-grid-cell .widget-title {
    margin-bottom: 6px;
}

/* Set a max-width for the single post and archive featured image */

article.post .entry-header .entry-thumbnail img {
margin-right: auto;
margin-left: auto;
max-width: 100%;
}


/* this changes the size of a single blog post and centers it, to match the hardcoded featured image size */
.single #main .full-container {
  margin-right: auto;
  margin-left: auto;
	max-width: 1080px !important;
}