/*
Theme Name: No Distractions
Theme URI: http://churchman.nl/
Author: Thomas Churchman
Author URI: http://churchman.nl/
Description: A simple, clean theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nodistractions
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

No Distractions is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

No Distractions is based on Twenty Fifteen, the WordPress default theme of 2015.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Placement
# Styling
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## Calendar
	## Tables
# Infinite scroll
# Media
	## Captions
	## Galleries
# Override Jetpack
--------------------------------------------------------------*/

.load * 
{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

html {
	font-size: 0.8rem;
}

.site-content
{
	/*font-size: 1.25em;*/
	font-size: 1.1em;
}

.site-content {
	font-size: 1.0526em;
}

.entry-footer *:after,
.entry-footer *:before {
	top: 3px;
}

.comment-meta *:after,
.comment-meta *:before {
	top: 2px;
}

.posted-on:before {
	top: 3px;
}

.format-link .entry-title a:after {
	top: 0;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	top: 3px;
}

.author-link:after {
	top: 1px;
}

.bypostauthor > article .fn:after {
	top: -1px;
	left: 3px;
}

@media screen and (min-width: 740px) {
	html {
		font-size: 0.85rem;
	}
	
	.site-content {
		/*font-size: 1.1765em;*/
		font-size: 1.1em;
	}
}

@media screen and (min-width: 955px) {
	html {
		font-size: 0.9rem;
	}
	
	.site-content {
		/*font-size: 1.1111em;*/
		font-size: 1.1em;
	}
}

@media screen and (min-width: 1100px) {
	html {
		font-size: 0.95rem;
	}
	
	.site-content {
		font-size: 1.0526em;
	}
}

@media screen and (min-width: 1240px) {
	html {
		font-size: 1.0rem;
	}
	
	.site-content {
		font-size: 1em;
	}
}

@media print
{
	.sidebar
	{
		display: none !important;
	}
}

.widget-area
{
	font-size: 0.85em;
}

.widget-area h1
{
	font-size: 1.8em;
	opacity: 0.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Vollkorn", serif;
	letter-spacing: 0.03em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Genericons
--------------------------------------------------------------*/

.social-navigation a:before,
.entry-format:before,
.posted-on:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.full-size-link:before,
.comment-reply-title small a:before, 
.bypostauthor > article .fn:after,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.byline:before,
.edit-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after,
.sd-content a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
}

.entry-format,
.posted-on,
.cat-links,
.tags-links,
.full-size-link,
.comments-link,
.edit-link, 
.byline {
	margin-right: 1em;
}

.entry-footer *:after,
.entry-footer *:before {
	position: relative;
	vertical-align: baseline;
}

.comment-meta *:after,
.comment-meta *:before {
	position: relative;
	vertical-align: baseline;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
	margin-right: 2px;
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f303";
	position: relative;
	vertical-align: baseline;
	margin-right: 3px;
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.full-size-link:before {
	content: "\f474";
}

.comments-link:before {
	content: "\f300";
}

.edit-link:before {
	content: "\f411";
}

.byline:before {
	content: "\f304";
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	width: 24px;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	vertical-align: baseline;
}

.author-link:after {
	content: "\f429";
	position: relative;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	left: 3px;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Placement
--------------------------------------------------------------*/

/* 
General
*/

#page
{
	max-width: 1400px;
}

.site-content
{
	padding-left: 20px;
	padding-right: 20px;
}

.entry-content
{
    max-width: 600px;
}

.main-navigation
{
	font-family: "Vollkorn", serif;
	font-size: 1.1em;
}

.widget-area ul
{
	margin-left: 0.5em;
	padding-left: 3em;
}

.site-branding
{
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.site-branding img
{
	margin-bottom: 1.5em;
}

.site-branding .site-title
{
	padding-top: 35px;
	margin: 0;
}

.js .masonry-grid
{
	visibility: hidden;
}

.sidebar-wrapper
{
	position: relative;
	z-index: 10;
}


/*
Toggle menu
*/
.sub-menu 
{
	display: none;
}

.sub-menu.toggled-on
{
	display: block;
}

.menu-item div {
	position: absolute;
	top: 0px;
	right: 0px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	height: 26px;
	padding: 0;
	position: relative;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	width: 26px;
	transition: none;
	box-sizing: border-box;
	margin: 0;
	vertical-align: middle;
}

.dropdown-toggle:after {
	color: #909090;
	content: "\f431";
	font-family: 'Genericons';
	font-size: 19px;
	line-height: 26px;
	position: relative;
	top: 0;
	left: 1px;
	width: 26px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
}

.dropdown-toggle:focus {
	bottom: 1px;
}


.dropdown-toggle.toggle-on:after {
	content: "\f432";

}

.main-navigation ul ul
{
	border: none;
	margin-left: 20px;
}

.main-navigation li a
{
	padding-top: 14px;
	padding-bottom: 14px;
}

.main-navigation li~li a
{
	font-size: 1em;
	border-top: 1px solid #eaeaea;
}

.main-navigation ul
{
	border-bottom: 1px solid #eaeaea;
}

.no-js .main-navigation li:hover > ul
{
	display: block;
}

/*
 Large screens
*/
@media screen and (min-width: 890px) {
	/*
	General
	*/
	.secondary-toggle
	{
		display: none;
	}
	
	.sidebar-site-branding
	{
		display: none;
	}
}

/*
 Small screens
*/
@media not all and (min-width: 890px) 
{
	/*
	General
	*/	
	.js  .sidebar
	{
		position: absolute;
		margin-top: 0px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 40px;
		margin-left: -80%;
		border-right: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		overflow-y: auto;
		width: 80%;
		/*background-color: #fff;*/
		transition: margin-left ease 0.6s;
	}
	
	.no-js .sidebar
	{
		margin-left: 40px;
		margin-right: 40px;
	}
	
	.no-js .main-navigation ul.sub-menu
	{
		display: block;
	}
	
	.sidebar.toggled-on
	{
		margin-left: 0px;
	}
	
	#masthead
	{
		display: none;
	}
	
	.js .sidebar-wrapper
	{
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		position: fixed;
		max-height: 100%;
		-webkit-transform: translateZ(0);
	}
	
	@media (max-height: 500px) 
	{
		.js .sidebar-wrapper
		{
			position: absolute;
		}
	}
	
	body.admin-bar .sidebar-wrapper
	{
		top: 32px;
		padding-bottom: 32px;
	}
	
	@media screen and (max-width: 782px) {
		body.admin-bar .sidebar-wrapper
		{
			top: 46px;
			padding-bottom: 46px;
		}
	}
	
	@media screen and (max-width: 600px)
	{
		.no-js body.admin-bar .sidebar-wrapper
		{
			top: 0;
			padding-bottom: 0px;
		}
		
		.no-js html #wpadminbar {
			top: 50px;
			z-index: 1;
		}
	}

	.sidebar-site-header
	{
		height: 50px;
		line-height: 50px;
		background-color: #555;
		border-bottom: 1px solid #eaeaea;
		vertical-align: middle;
		text-align: center;
	}
	
	.sidebar-wrapper .site-title
	{
		font-size: 1.3em;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
		clip: none;
		position: static;
	}
	
	.sidebar-site-header a
	{
		height: 100%;
		min-width: 50px;
		display: inline-block;
	}
	
	.sidebar-site-header a:hover,
	.sidebar-site-header a:active
	{
		background-color: rgba(255,255,255,0.1);
	}
	
	.sidebar-site-header img
	{
		position: relative;
		height: 50%;
		vertical-align: middle;
	}
	
	#content
	{
		margin-top: 51px;
	}
	
	.secondary-toggle:before
	{
		display: inline-block;
		font-family: 'Genericons';
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: antialiased;
		speak: none;
		text-align: center;
		text-transform: none;
		vertical-align: top;
		content: '\f419';
		line-height: 30px;
		width: 30px;
	}
	
	.secondary-toggle.toggled-on:before
	{
		content: '\f405';
	}
	
	.js .secondary-toggle
	{
		display: block;
		position: absolute;
		padding: 0;
		margin: 0;
		width: 30px;
		height: 30px;
		right: 10px;
		top: 10px;
		box-shadow: none !important;
		background: #555;
		color: #ffffff !important;
		border: none !important;
	}
	
	.secondary-toggle:hover
	{
		/*background: #666;*/
		background-color: rgba(255,255,255,0.3);
	}
	
	.secondary-toggle span
	{
		visibility: hidden;
	}
	
	.sidebar input
	{
		width: 100%;
	}
	
	.footer-widget-area .widget-area
	{
		margin-top: 40px;
		margin-left: 40px;
		margin-right: 40px;
	}
	
	.widget-area-container
	{
		margin-top: 40px;
	}
	
	.widget-area h1
	{
		font-size: 1.8em;
		opacity: 0.9;
	}
	
	.menu-item div
	{
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

figure
{
	margin-top: 5px;
}

@media screen and (min-width: 890px) {
	#page
	{
		min-width: 875px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

.entry-footer
{
	font-size: 0.9em;
	opacity: 0.9;
}

.entry-footer > span
{
	margin-right: 14px;
}

/*--------------------------------------------------------------
# Styling
--------------------------------------------------------------*/
.site-header
{
	border-bottom: 1px solid #eaeaea;
}

.site-description
{
	color: #808080;
}

article.post:after 
{
	content: " ";
	display: block;
	padding-top: 3em;
	margin-bottom: 1px;
	border-bottom: 1px solid #eaeaea;
}

article.post
{
	border-bottom: 1px solid #eaeaea;
}

.fullsize
{
	width: 100% !IMPORTANT;
}

.entry-num-pages
{
	font-size: 0.9em;
	color: #999;
}

.page-links
{
	line-height: 2em;
}

.page-links > span,
.page-links a
{
	height: 2em;
	min-width: 2em;
	margin-left: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: inline-block;
	text-align: center;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}

.page-links a
{
	background-color: #404040;
	border: 1px solid #404040;
	color: #fff;
}

.page-links a:focus
{
	background-color: #666;
	color: #fff;
	border: 1px solid #888;
}

.page-links a:hover
{
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 12px;
	font-size: 0.75rem;
}

button,
input,
textarea
{
	background-color: #f7f7f7;
	border-radius: 0;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	padding: 2.35em;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	color: #707070;
	transition: background-color 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

button:focus,
input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	color: #333;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #404040;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 1.0rem;
	font-weight: 700;
	/*padding: 0.7917em 1.5em;*/
	padding: 0.65em 1.25em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #555;
	outline: 0;
}


.post-password-form label {
	color: #707070;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a
{
	text-decoration: none; 
	color: #219b8e;
}

a:hover,
a:focus,
a:active 
{
	color: #0f3647;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.navigation a,
.social-navigation a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.entry-footer span a
{
	color: #6a6a6a;
}

.entry-footer span a:hover
{
	border-bottom: 1px solid #000000;
}

.navigation a:hover,
.social-navigation a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.entry-footer span a:hover
{
	color: #000000;
}

.sidebar-wrapper .site-title a
{
	color: #ffffff;
}

.sidebar-wrapper .site-title a:hover
{
	color: #afafaf;
}

.current_page_item a
{
	font-weight: bold;
}

.current_page_item li a
{
	font-weight: normal;
}

a img
{
	opacity: 1.0;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}

a img:hover
{
	opacity: 0.9;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	/*background-color: #fff;*/
}

.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled > ul {
	display: block;
}

@media screen and (min-width: 890px) {
	.main-navigation > ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.social-navigation {
	margin: 0;
}

.social-navigation div
{
	float: right;
	left: -50%;
	position: relative;
}

.social-navigation ul {
	list-style: none;
	margin: 0;
	position: relative;
	left: 50%;
}

.social-navigation li {
	float: left;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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:focus {
	background-color: #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: 14px;
	font-size: 0.875rem;
	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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-left: 0;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-right: 0;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 3em 0;
}

.hentry~.hentry {
	margin-top: 3em;
}


.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	line-height: 1.8;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	border-top: 1px solid #eaeaea;
	padding: 2em;
}

@media not all and (min-width: 890px) {
	.comments-area {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 1.6rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article {
	border-top: 1px solid #eaeaea;
	padding: 1.6em 0;
}

.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	font-size: 0.85rem;
	padding: 1.2em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	position: relative;
	vertical-align: baseline;
	top: 3px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	color: #707070;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form label {
	color: #707070;
	font-size: 12px;
	font-size: 0.9rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    text-transform: uppercase;
}

.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	color: #707070;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

/*--------------------------------------------------------------
## Calendar
--------------------------------------------------------------*/

#wp-calendar caption
{
	font-size: 1.8em;
	font-family: vollkorn;
	letter-spacing: 0.03em;
	font-weight: bold;
	text-align: left;
	margin: 0.67em 0;
	opacity: 0.9;
}

#wp-calendar #next
{
	text-align: right;
}

#wp-calendar tbody
{
	text-align: center;
}

#wp-calendar tbody a
{
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/

table,
th,
td {
	border: 1px solid #eaeaea;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	color: #707070;
	font-size: 0.9rem;
	padding: 0 0.5em;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
    margin-left: -2px;
    margin-right: 2px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Infinite Scroll loader */
#infscr-loading { 
	text-align: center;
	z-index: 100;
	position: fixed;
	left: 50%;
	margin-left: -100px;
	bottom: 40px;
	width: 200px;
	padding: 10px;
	background: #000; 
	opacity: 0.8;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*--------------------------------------------------------------
# Override Jetpack
--------------------------------------------------------------*/

#jp-relatedposts h3
{
	font-size: 1em !important;
}

.sd-title, #jp-relatedposts em
{
	font-size: 1em !important;
	font-family: "Vollkorn", serif !important;
}
