/**
 * TuneCore Blog
 */

/* General */
body.blog, body.single-post {
	background: #f5f5f5;
}

.blog .masthead .main_menu, .single-post .masthead .main_menu {
	margin-top: 2em;
}

.blog .row.row-100, .single-post .row.row-100 {
	width: 100%;
}

.blog .row-inner, .single-post .row-inner,
.blog .masthead .container, .single-post .masthead .container,
.blog main#main, .single-post main#main {
	width: 100%;
	max-width: 1260px;
}

.blog .row-inner, .single-post .row-inner {
	margin: 0 auto;
}

.blog .blog-header-columns, .single-post .blog-header-columns {
	padding-left: 0;
	padding-right: 0;
}

.blog main#main, .single-post main#main {
	padding: 0;
	background: #fff;
}

.single-post main#main {
	padding-top: 0;
}

@media screen and (min-width: 401px) {
}

@media screen and (min-width: 846px) {
	.single-post main#main {
		padding-top: 6em;
	}
}

.blog .masthead #primary-menu,
.single-post .masthead #primary-menu {
	margin-right: 2em;
	float: right;
}


/* Blog Title */
.blog #blog-title, .single-post #blog-title {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #3b96cf;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	padding: 24px;
	width: 100%;
	z-index: 10;
}

.blog .blog-title h1, .single-post .blog-title h1 {
	font-size: 3em;
}

.blog .blog-title h1 a, .single-post .blog-title h1 a {
	color: #fff;
}

@media screen and (min-width: 481px) {
	.blog .blog-title h1, .single-post .blog-title h1 {
	}
}

@media screen and (min-width: 673px) {
	.blog .blog-title h1, .single-post .blog-title h1 {
	}
}

@media screen and (min-width: 961px) {
	.blog #blog-title, .single-post #blog-title {
		padding: 136px 24px 26px;
	}

	.blog .blog-title h1, .single-post .blog-title h1 {
		font-size: 6em;
	}
}


/* Featured Content */

.featured-content {
	background: #000 url('../images/pattern-dark.svg') repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #2795b6;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
}

@media screen and (min-width: 401px) {
	#featured-content {
		margin-bottom: 4em;
	}
}

@media screen and (min-width: 673px) {
	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}
}

@media screen and (min-width: 846px) {
	#featured-content {
		margin-bottom: 6em;
	}
}

@media screen and (min-width: 1080px) {
	.featured-content {
		padding-left: 0;
	}
}

@media screen and (min-width: 1008px) {
	.featured-content {
		padding-left: 0;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 96px;
	}
}

/* Content Layout */

.site-content {
}

.paged .site-content {
	padding-top: 0;
}

.paged .content-sidebar {
	padding-top: 4em;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta {
	margin: 0 auto;
	max-width: 474px;
}

@media screen and (min-width: 401px) {
	.paged .site-content {
		padding-top: 4em;
	}
}

@media screen and (min-width: 673px) {
	.site-content {
		width: 66.66666666%;
		float: left;
	}
}

@media screen and (min-width: 846px) {
	.paged .site-content,
	.paged .content-sidebar {
		padding-top: 6em;
	}
}

@media screen and (min-width: 1008px) {
	.site-content {
		width: 70.95238096%;
	}
}

@media screen and (min-width: 1080px) {
	.site-content {
	}
}

/* Sidebar */
.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #767676;
	padding: 48px 10px 0;
}

.content-sidebar .widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

@media screen and (min-width: 673px) {
	.content-sidebar {
		border: 0;
		float: right;
		padding: 0 30px 24px;
		position: relative;
		width: 33.33333333%;
	}
}

@media screen and (min-width: 846px) {
	.content-sidebar {
	}
}

@media screen and (min-width: 1008px) {
	.content-sidebar {
		width: 29.04761904%;
	}
}


/* Content Styling */
/* WordPress Core CSS */
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Navigation */
.blog .masthead #primary-menu .current_page_item > a,
.blog .masthead #primary-menu .current_page_ancestor > a,
.blog .masthead #primary-menu .current-menu-item > a,
.blog .masthead #primary-menu .current-menu-ancestor > a,
.single-post .masthead #primary-menu .current_page_item > a,
.single-post .masthead #primary-menu .current_page_ancestor > a,
.single-post .masthead #primary-menu .current-menu-item > a,
.single-post .masthead #primary-menu .current-menu-ancestor > a {
	color: #3b96cf;
}

.blog .masthead-secondary nav .menu a,
.single-post .masthead-secondary nav .menu a {
	font-size: 1.3em;
}

.blog .masthead-secondary nav .menu > li > a,
.single-post .masthead-secondary nav .menu > li > a {
	margin-top: 8px;
}

/* Genericons */
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

@media screen and (min-width: 401px) {
	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}
}

@media screen and (min-width: 783px) {
	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
}

@media screen and (min-width: 1008px) {
	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}
	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}
}



/* Content */
body.blog, body.single-post {
	font-family: 'Lato', sans-serif;
}

.blog main a, .single-post main a {
	font-family: 'Lato', sans-serif;
	font-style: normal;
}

.blog .featured-image, .single-post .featured-image {
	text-align: center;
}

.blog .site-content, .single-post .site-content {
	font-size: 1.333333em;
}

.blog .site-content .hentry, .single-post .site-content .hentry {
	max-width: 672px;
	margin: 0 auto 48px;
}

.blog .site-content .cat-links, .single-post .site-content .cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.blog .site-content .entry-title, .single-post .site-content .entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin: 0 0 12px 0;
}

.blog .site-content .entry-meta, .single-post .site-content .entry-meta {
	font-size: 0.75em;
	text-transform: uppercase;
}

@media screen and (min-width: 401px) {
	.blog .site-content .entry-meta > span, .single-post .site-content .entry-meta > span {
		margin-right: 10px;
	}
}

.blog .site-content .entry-meta .cat-links a, .single-post .site-content .entry-meta .cat-links a,
.blog .site-content .entry-title a, .single-post .site-content .entry-title a {
	color: #2b2b2b;
}

.blog .site-content .entry-meta a, .single-post .site-content .entry-meta a {
	color: #767676;
}

.blog .site-content .cat-links a:hover, .single-post .site-content .cat-links a:hover,
.blog .site-content .entry-title a:hover, .single-post .site-content .entry-title a:hover,
.blog .site-content .entry-meta a:hover, .single-post .site-content .entry-meta a:hover {
	color: #2795b6;
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	max-width: 100%;
	height: auto;
}

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

.site-content .sticky {
	background-color: transparent;
	box-shadow: none;
	top: auto;
	height: auto;
	left: auto;
	z-index: 1;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta {
	max-width: 558px;
}

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 12px;
	position: relative;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

.site-content .entry-content,
.site-content .entry-summary {
	background-color: #fff;
	padding: 12px 10px 0;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}

.entry-title,
.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

@media screen and (min-width: 594px) {
	.site-content .entry-header {
		padding-right: 30px;
		padding-left: 30px;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
}
@media screen and (min-width: 673px) {
	.site-content {
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 846px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
}

@media screen and (min-width: 1008px) {
	.site-content {
	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}
}

@media screen and (min-width: 1040px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (min-width: 1110px) {
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1218px) {
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		margin-right: 54px;
	}
}

@media screen and (min-width: 1260px) {
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}

/* Tag links style */
.site-content .entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.site-content .entry-meta .tag-links a:hover {
	background-color: #2ba6cb;
	color: #fff;
}

.site-content .entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.site-content .entry-meta .tag-links a:hover:before {
	border-right-color: #2ba6cb;
}

.site-content .entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}

/* Typography */
.site-content a:focus {
	outline: thin dotted;
}

.site-content a:hover,
.site-content a:active {
	outline: 0;
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

.site-content h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

.site-content h2 {
	font-size: 24px;
	line-height: 1;
}

.site-content h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.site-content h4 {
	font-size: 20px;
	line-height: 1.2;
}

.site-content h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.site-content h6 {
	font-size: 16px;
	line-height: 1.5;
}

.site-content address {
	font-style: italic;
	margin-bottom: 24px;
}

.site-content abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

.site-content b,
.site-content strong {
	font-weight: 700;
}

.site-content cite,
.site-content dfn,
.site-content em,
.site-content i {
	font-style: italic;
}

.site-content mark,
.site-content ins {
	background: #fff9c0;
	text-decoration: none;
}

.site-content p {
	margin-bottom: 24px;
}

.site-content code,
.site-content kbd,
.site-content tt,
.site-content var,
.site-content samp,
.site-content pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

.site-content pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.site-content blockquote,
.site-content q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

.site-content blockquote:before,
.site-content blockquote:after,
.site-content q:before,
.site-content q:after {
	content: "";
	content: none;
}

.site-content blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

.site-content blockquote cite,
.site-content blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.site-content blockquote em,
.site-content blockquote i,
.site-content blockquote cite {
	font-style: normal;
}

.site-content blockquote strong,
.site-content blockquote b {
	font-weight: 400;
}

.site-content small {
	font-size: smaller;
}

.site-content big {
	font-size: 125%;
}

.site-content sup,
.site-content sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.site-content sup {
	bottom: 1ex;
}

.site-content sub {
	top: .5ex;
}

.site-content dl {
	margin-bottom: 24px;
}

.site-content dt {
	font-weight: bold;
}

.site-content dd {
	margin-bottom: 24px;
}

.site-content ul,
.site-content ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

.site-content ul {
	list-style: disc;
}

.site-content ol {
	list-style: decimal;
}

.site-content li > ul,
.site-content li > ol {
	margin: 0 0 0 20px;
}

.site-content li + li,
.content-sidebar li + li {
	margin-top: 10px;
}

.site-content img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

.site-content figure {
	margin: 0;
}

.site-content fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

.site-content legend {
	white-space: normal;
}

.site-content button,
.site-content input,
.site-content select,
.site-content textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

.site-content button,
.site-content input {
	line-height: normal;
}

.site-content input,
.site-content textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

.site-content button,
html .site-content input[type="button"],
.site-content input[type="reset"],
.site-content input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.site-content button[disabled],
.site-content input[disabled] {
	cursor: default;
}

.site-content input[type="checkbox"],
.site-content input[type="radio"] {
	padding: 0;
}

.site-content input[type="search"] {
	-webkit-appearance: textfield;
}

.site-content input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.site-content button::-moz-focus-inner,
.site-content input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.site-content textarea {
	overflow: auto;
	vertical-align: top;
}

.site-content table,
.site-content th,
.site-content td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.site-content table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

.site-content caption,
.site-content th,
.site-content td {
	font-weight: normal;
	text-align: left;
}

.site-content th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

.site-content td {
	border-width: 0 1px 1px 0;
}

.site-content del {
	color: #767676;
}

.blog hr, .single-post hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Pagination */
.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens: auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #2ba6cb;
}

@media screen and (min-width: 673px) {
	.post-navigation {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1040px) {
	.post-navigation {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (min-width: 1110px) {
	.post-navigation {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #e7790e;
}

.paging-navigation a:hover {
	border-top: 5px solid #e7790e;
	color: #2b2b2b;
}

/* Misc */
form.hs-form input[type="submit"].hs-button {
	padding: 5px 15px 4px;
	color: #fff;
	text-shadow: 0 -1px 0 #3574e3;
	background-color: #3574e3;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7ec8f4), color-stop(100%, #3574e3));
	background-image: -webkit-linear-gradient(top, #7ec8f4,#3574e3);
	background-image: -moz-linear-gradient(top, #7ec8f4,#3574e3);
	background-image: linear-gradient(top, #7ec8f4,#3574e3);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	border-top: 1px solid #64baf0;
	border-bottom: 1px solid #1c4ed5;
	border-right: 1px solid #468ee6;
	border-left: 1px solid #468ee6;
	border-radius: 4px;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

form.hs-form input[type="submit"].hs-button:hover:not(.inactive),
form.hs-form input[type="submit"].hs-button:focus:not(.inactive),
form.hs-form input[type="submit"].hs-button.hovered:not(.inactive) {
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;
	border-top: 1px solid #4db0ee;
	border-bottom: 1px solid #1946be;
	border-right: 1px solid #3080e3;
	border-left: 1px solid #3080e3;
}

form.hs-form  input[type="submit"].hs-button:active:not(.inactive):not(.link),
form.hs-form  input[type="submit"].hs-button.depressed:not(.inactive):not(.link),
.dropdown-open > form.hs-form  input[type="submit"].hs-button:not(.inactive):not(.link) {
	background-color: #599eeb;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3574e3), color-stop(100%, #599eeb));
	background-image: -webkit-linear-gradient(top, #3574e3,#599eeb);
	background-image: -moz-linear-gradient(top, #3574e3,#599eeb);
	background-image: linear-gradient(top, #3574e3,#599eeb);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3),inset 0px -1px 0px rgba(255,255,255,0.3);
	border-top: 1px solid #1c4ed5;
	border-bottom: 1px solid #4084e2;
	border-right: 1px solid #468ee6;
	border-left: 1px solid #468ee6;
}

.blog .search-submit, .single-post .search-submit,
.blog form input.search-submit, .single-post form input.search-submit,
.blog form input[type="submit"].search-submit, .single-post form input[type="submit"].search-submit {
	display: none;
}

.blog .search-field, .single-post .search-field,
.blog form.search-form label, .single-post form.search-form label {
	width: 100%;
	float: none;
}

.blog .search-field, .single-post .search-field {
	font-size: 1.15em;
}

.wpp-list li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px 0 9px;
}

.wpp-list li:first-child {
	border-top: none;
}

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}

@media screen and (min-width: 401px) {
	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}
}

/* Comments */
.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

@media screen and (min-width: 673px) {
	.comments-area {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1040px) {
	.comments-area {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (min-width: 1110px) {
	.comments-area {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/* Sidebar */
.content-sidebar {
}

.content-sidebar .widget .fa {
	width: 1.3333333em;
	padding: 6px;
	background: #3b96cf;
	color: #fff;
	font-size: 3em;
	text-align: center;
	border-radius: 10px;
}

.content-sidebar .widget a:hover .fa {
	background: #2795b6;
}

.content-sidebar .widget .fa.fa-facebook {
	text-align: right;
}

.content-sidebar .widget .button-callout {
	background-color: #e7790e;
	border: 1px solid #d8710d;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	margin: 10px 0 0;
	padding: 0.65em 1.05em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

.content-sidebar .widget .button-callout:hover,
.content-sidebar .widget .button-callout:focus {
	background-color: #e7790e;
	border: 1px solid #d8710d;
	box-shadow: inset 2px 2px 3px rgba(50, 50, 50, 0.2);
	color: #ffffff;
}

.content-sidebar .widget .button-callout:active {
	background-color: #df750d;
	border: 1px solid #d8710d;
}

.content-sidebar .widget a {
	color: #3b96cf;
}

.content-sidebar .widget a:hover {
	color: #2795b6;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #e7790e;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus,
.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #e7790e;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Media Queries */
@media screen and (max-width: 400px) {
	.blog .site-content .featured-image{
		display: inline;
	}

	.blog .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.blog .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.blog .site-content .entry-header{
		background-color: transparent;
		padding: 0;
	}

	.blog .content-area, .single-post .content-area {
	}

	.blog .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 10px 9px;
	}

	.blog .site-content .cat-links,
	.blog .site-content .type-post .entry-content,
	.blog .site-content .type-page .entry-content,
	.blog .site-content .type-post .entry-summary,
	.blog .site-content .type-page .entry-summary,
	.blog .site-content footer.entry-meta {
		display: none;
	}

	.blog .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

	.blog .site-content .format-aside .entry-title,
	.blog .site-content .format-link .entry-title,
	.blog .site-content .format-quote .entry-title {
		display: block;
	}

	.blog .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.archive-header,
	.blog .page-header, .single-post .page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {
	.blog a.post-thumbnail:hover img, .single-post a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.blog .site-content .hentry, .single-post .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.blog .site-content .hentry:first-of-type,
	.blog .site-content .hentry.has-post-thumbnail,
	.single-post .site-content .hentry:first-of-type,
	.single-post .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.archive-header,
	.blog .page-header, .single-post .page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}
}