/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
#primary .blog-title {
	font-size: 0;
}

.blog-title:before {
	content: "Our Take";
	font-size: 30px;
}

#desktop-navigation {
	padding: 0 5.2%;
}

.custom-logo-wrap a.custom-logo-link img {
	max-height: 35%;
	max-width: 27%;
	width: auto;
	height: auto;
	margin: -3% 0 -5%;
	z-index: -9999;
}

/*
This is a nasty hack to fix the logo from covering up the nav elements and preventing them from being clickable.
*/
ul, li {
	z-index: 9999;
}

@media screen and (min-width: 66.25em) {
	.sticky-header .custom-logo-wrap .custom-logo-link img {
		max-width: 130px;
		max-height: 59px;
		margin: initial;
	}
}

.custom-logo-wrap {
	text-align: left;
}

#colophon .custom-logo-wrap .custom-logo-link img {
	max-width: 300px;
	max-height: 200px;
}

#desktop-navigation ul {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #414042;
	hyphens: none;
	-ms-hyphens: none;
}

.entry-header h2.entry-title, .entry-header h2.entry-title a, #secondary h2.widget-title, #sidebar-page h2.widget-title {
	color: #414042;
}

.single-post .entry-header .intro p, .entry-meta, .entry-cats, .entry-summary, .front-section-title, .social-front-title, #secondary .widget_blog_subscription p, #sidebar-offcanvas .widget_blog_subscription p, .section-about-column-one p {
	color: #414042;
}

.blog-wrap h3.blog-title, .archive-header h1.archive-title, .front-section-title, .social-front-title {
	border-top: 4px solid #414042;
}

.widget_search input[type=submit], .post-password-form input[type=submit] {
	border: 2px solid #414042;
}

/*body {
	color: #6d6e71;
}*/
body {
	color: #414042;
}

.single-post .entry-header .intro p {
	color: #ffffff;
}

/*:link {
	color: #00aeef;
}*/
.page-template-default #primary .hentry, .page-fullwidth #primary .hentry, .page-template-no-sidebar #primary .hentry, .error404 #primary .page, .search-no-results #primary .no-results {
	padding: 0;
	border-top: 4px solid #414042;
}

#site-branding .jetpack-social-navigation ul li a, .sticky-header .jetpack-social-navigation ul li a {
	font: normal 22px/1 'Genericons';
	padding: 0;
	width: 45px;
	height: 59px;
	color: #40BFE5;
}