.nav-primary,
.mobile-menu-toggle,
.widget-area,
.author-favorite-articles,
.category-search,
.social-links,
.related-articles,
.footer-cta,
.footer-widgets,
.site-footer .social-links {
	display: none;
}

.site-container,
.admin-bar .site-container,
.page-header,
.page-header.size-small,
.single-post .page-header.size-small {
	padding: 0;
}

.site-header,
.admin-bar .site-header {
	position: relative;
	top: auto;
	background: #fff;
}

.site-branding {
	float: none;
	width: 100%;
}

.site-title a {
	background: transparent;
	color: #000;
	font-size: 18px;
	letter-spacing: .15em;
	height: auto;
	width: 100%;
	text-indent: 0;
	text-transform: uppercase;
}

.site-title a:before {
	content: "\e918";
	color: #000;
	font-size: 18px;
  font-family: 'ct-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-header,
.page-header.size-small .page-header-content {
	background: transparent !important;
}

.page-header.size-small .subtitle {
	top: 0;
	background: transparent;
}

.page-header .subtitle .bg-highlight {
	background: transparent;
	color: #000;
}

.page-header h1, 
.page-header h2,
.page-header.size-small .page-header-content,
.page-header .entry-meta a {
	color: #000;
}

.site-inner {
	padding: 20px 0 0;
}

.content-area {
	width: 100%;
}