/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
#respond {
	display: none;
}

a {
	color: #428bca;
	text-decoration: none;
	outline: 0;
}

h1 a {
	color: #428bca;
}

h1 a:hover {
	color: #2a6496;
}

a:hover {
	color: #2a6496;
}

#masthead {
	top: 0;
	position: fixed;
	width: 100%;
	height: 90px;
	background-color: rgba(255,255,255,0.96);
	box-shadow: rgba(36,36,36,0.09) 0 0 3px 0;
	z-index: 100;
}

body {
	background-color: #ebf1f7;
	font-family: 'LATO', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
	word-wrap: break-word;
}

.site-branding {
	margin-top: 30px;
}

.site-branding img {
	width: 171px;
	height: 30px;
}

#site-navigation {
	display: inline-block;
	height: 90px;
	margin-right: 0;
}

.w-nav-menu {
	position: relative;
	float: right;
}

.menu-primary {
	background-color: transparent;
}

.main-navigation li {
	border-bottom-color: transparent;
}

.main-navigation li a {
	transition: all 200ms ease;
	color: #242424;
	font-size: 14px;
	font-weight: 400;
	height: 67px;
}

.main-navigation li a:hover {
	color: #81b0db;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #81b0db !important;
}

#page {
	background-color: #ebf1f7;
}

#content {
	background-color: white;
	margin-bottom: 35px;
	margin-top: 120px;
	padding-right: 32px;
}

#secondary {
	background-color: transparent;
}

#archives-4 {
	text-align: center;
}

#secondary::after {
	width: 20px;
	background-color: #ebf1f7;
	height: 100.1%;
}

.widget-area::before {
	width: 316px !important;
}

@media screen and (min-width: 1230px) {
	.widget-area, .widget-area:before {
		width: 275px;
	}
	
	#content {
		width: 1125px;
	}
}

@media screen and (min-width: 1020px) {
	.widget-area, .widget-area:before {
		width: 275px;
	}
}

@media screen and (max-width: 1020px) {
	.main-navigation.toggled .menu-primary, .sub-menu.toggle-on {
		border-top-color: white;
	}
	
	.menu-primary ul {
		background-color: white;
	}
	
	.menu-primary li a {
		background-color: white;
	}
	
	.menu-primary li a:hover {
		background-color: white;
	}
}

.entry-footer {
	display: none;
}

#jp-post-flair {
	display: none;
}

h1.widget-title {
	margin-bottom: 10px;
	color: #b3b3b3;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-widget-area ul li a {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #7a7a7a;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	border-bottom: none;
}

.footer-widget-area ul li {
	padding: 0;
}

.footer-widget-area ul li a:hover {
	color: #d1d1d1;
}

.site-info {
	display: none;
}

.footer-widget-area .genericon {
	font-size: 24px;
}

.entry-meta .byline {
	display: none;
}

.entry-meta .edit-link {
	display: none;
}