/* Enter Your Custom CSS Here */

.site:before {
	display: none;
}

#secondary {
	display: none;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 700px;
}

.full-width .site-content {
	margin: 0 auto;
}

.single-post #primary {
     width: 100% !important;
}

.content-sidebar {
	display: none;
}

.entry-meta {
  display: none;
}

.site-info {
  display: none;
}

.post-navigation {
  display: none;
}

#comment-tabs {
  display: none;
}

.entry-content {
   width: 100% !important;
}