/*
Theme Name: Owari
Theme URI: https://themetry.com/themes/owari/
Author: Themetry
Author URI: https://themetry.com/
Description: A theme for documenting your adventures.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Status: inactive
Text Domain: owari
Tags: blue, classic-menu, clean, custom-background, custom-header, custom-menu, editor-style, featured-images, food, infinite-scroll, light, minimal, one-column, responsive-layout, rtl-language-support, simple, sticky-post, translation-ready, travel, two-columns, white

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.

Owari 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.

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
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: 0;
}

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: none;
}

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: 6px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	font-weight: bold;
}

h1 {
	font-size: 48px;
	line-height: 1.5; /* 72px */
}

h2,
.comment-reply-title {
	font-size: 36px;
	line-height: 1.41666666667; /* 51px */
}

h3 {
	font-size: 28px;
	line-height: 1.60714285714; /* 45px */
}

h4 {
	font-size: 24px;
	line-height: 1.5; /* 36px */
}

h5 {
	font-size: 18px;
	line-height: 1.66666666667; /* 30px */
}

h6 {
	font-size: 16px;
	line-height: 1.5; /* 24px */
}

p,
.jetpack-video-wrapper {
	margin-top: 0;
	margin-bottom: 1.5em;
}

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

blockquote {
	border-color: #f1f1f1;
	border-style: solid;
	border-width: 5px 0;
	font-size: 18px;
	font-style: italic;
	line-height: 1.666; /* 30px */
	margin: 0 0 1.5em;
	padding: 1em 0; /* 27px 0 */
}

blockquote:before {
	content: '\f106';
	color: #bfbfbf;
	float: right;
	font-size: 28px;
	position: relative;
	top: -12px;
	left: -11px;
	padding-left: 12px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

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%;
}

body,
.search-field {
	font-family: "PT Serif", serif;
}

#primary-menu,
.widget-title,
.widgettitle,
.entry-meta,
.posts-navigation,
#infinite-handle,
caption,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-caption-text,
.single .entry-footer,
.page .entry-footer,
.nav-label,
.comment-meta,
.comment-navigation {
	font-family: "Lato", sans-serif;
}

.single .entry-meta a:before,
#masonry .hentry.sticky .entry-meta a:before,
blockquote:before,
input[type="submit"].search-submit,
.menu-toggle:before,
.single .entry-footer a:before,
.page .entry-footer a:before,
.comment-reply-link:before,
#primary-menu .menu-item-has-children > a:after,
#primary-menu .page_item_has_children > a:after,
.social-links a:before {
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.entry-content {
	color: #676767;
	font-size: 24px;
	line-height: 1.5;
}

/*--------------------------------------------------------------
# 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: #f7f7f7; /* Fallback for when there is no custom background color defined. */
}

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

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

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

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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%;
}

caption,
td,
th,
thead {
	border-color: rgba(206, 206, 206, .3);
	border-style: solid;
	border-width: 1px;	
}

caption {
	color: #c2c2c2;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
}

thead {
	background: rgba(250, 250, 250, .8);
}

th {
	font-weight: normal;
}

.widget_calendar tfoot td {
	border-width: 0;
}

.widget_calendar tbody {
	text-align: center;
}

.widget_calendar thead,
.widget_calendar th {
	border-width: 0 1px;
}

.widget_calendar #next {
	text-align: right;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.search-form,
.search-field,
input[type="submit"].search-submit {
	height: 42px;
}

.search-field,
input[type="submit"].search-submit {
	border-color: #e0e0e0;
	border-style: solid;
	color: #a1a1a1;
	position: absolute;
}

.search-field {
	border-radius: 2px;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	left: 0;
	padding: 0 49px 0 13px;
	width: 100%;
}

input[type="submit"].search-submit {
	border-radius: 0 2px 2px 0;
	border-width: 1px 1px 1px 0;
	box-shadow: none;
	font-size: 24px;
	padding: 0 11px 0 0;
	right: 0;
	transition: .5s color;
	width: 36px;
}

input[type="submit"].search-submit:hover,
input[type="submit"].search-submit,
.widget-area input[type="submit"].search-submit {
	background: transparent;
	color: #000;
}

.search-form {
	position: relative;
}

.comment-form {
	background: #fafafa;
	font-size: 18px;
	padding: 60px;
}

.comment-form,
.comment-form-comment label,
.comment-form-comment textarea,
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input,
.comment-form-url label,
.comment-form-url input {
	line-height: 1.6666666;
}

.comment-notes {
	color: #9f9f9f;
	font-style: italic;
	text-align: center;
}

.comment-notes .required {
	color: #dd0000;
}

.comment-form label {
	color: #a1a1a1;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	line-height: 0;
	margin-bottom: 0;
	position: relative;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	left: 13px;
	position: absolute;
	top: 6px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
	border-width: 0 1px 1px;
}

.comment-form-comment textarea {
	border-width: 1px;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	border-radius: 0;
	padding: 8px 13px 8px 105px;
}

.comment-form-comment textarea {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.comment-form-url input {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.form-submit {
	margin-bottom: 0;
	padding-top: 36px;
}

.comments-title,
.comment-reply-title {
	text-align: center;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
.main-navigation a:hover {
	color: #0054a6;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active,
.post-navigation a:hover,
#masonry .entry-meta a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.comment-navigation a:hover {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	background: #fff;
	/* box-shadow: 0px 4px 4px 0px rgba(190,192,192,1); */
	clear: both;
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

.main-navigation:after,
ul#primary-menu > li > ul > li:first-child:after,
div#primary-menu > ul > li > ul > li:first-child:after {
	background: linear-gradient(to bottom, rgba(194,194,194,0.1) 0%, rgba(251,251,251,0.1) 100%);
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.main-navigation:after {
	bottom: -4px;
}

ul#primary-menu > li > ul > li:first-child:after,
div#primary-menu > ul > li > ul > li:first-child:after {
	top: 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#primary-menu {
	float: left;
}

#primary-menu,
.menu-toggle {
	font-size: 14px;
	line-height: 24px;
}

.main-navigation li {
	border-color: #f5f5f5;
	border-style: solid;
	float: left;
}

#primary-menu li {
	position: relative;
}

ul#primary-menu > li,
div#primary-menu > ul > li {
	border-width: 0 1px 0 0;
}

.main-navigation a {
	color: #000;	
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color: #cacaca;
}

#primary-menu a {
	display: block;
	padding: 12px 18px;
	position: relative;
	text-decoration: none;
}

ul#primary-menu .menu-item-has-children > a,
div#primary-menu .page_item_has_children > a {
	padding: 12px 39px 12px 18px;
}

#primary-menu .menu-item-has-children > a:after,
#primary-menu .page_item_has_children > a:after {
	color: #bfbfbf;
	content: "\f431";
	position: absolute;
	right: 18px;
	top: 18px;
}

ul#primary-menu ul .menu-item-has-children > a:after,
div#primary-menu ul ul .page_item_has_children > a:after {
	transform: rotate(270deg);
}

ul#primary-menu ul,
div#primary-menu ul ul {
	float: left;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
}

ul#primary-menu ul ul,
div#primary-menu ul ul ul {
	left: -999em;
	padding-left: 1px;
	top: -999em;
}

ul#primary-menu ul a,
div#primary-menu ul ul a {
	background: #fff;
	width: 300px;
}

ul#primary-menu ul li,
div#primary-menu ul ul li {
	border-width: 0 0 1px 0;
}

ul#primary-menu li:hover > ul,
ul#primary-menu li.focus > ul,
div#primary-menu ul li:hover > ul,
div#primary-menu ul li.focus > ul {
	left: auto;
}

ul#primary-menu ul li:hover > ul,
ul#primary-menu ul li.focus > ul,
div#primary-menu ul ul li:hover > ul,
div#primary-menu ul ul li.focus > ul {
	left: 100%;
	top: 0;
}

/* Social Icons */

.main-navigation .social-links {
	float: right;
}

.main-navigation .social-links li {
	border-width: 0 0 0 1px;
}

.main-navigation .social-links a {
	display: inline-block;
	line-height: 48px;
	text-align: center;
	width: 48px;
}

.social-links a:before {
	content: '\f415';
	line-height: 48px;
	text-decoration: none;
}

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

.social-links a[href*='facebook.com']:before {
	content: '\f204';
}

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

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

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

.social-links a[href*='pinterest.com']:before {
	content: '\f209';
}

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

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

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

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

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

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

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

.social-links a[href*='linkedin.com']:before {
	content: '\f207';
}

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

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

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

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

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

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

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

.social-links a[href*='/feed']:before {
	content: '\f413';
}

.social-links a[href*='skype']:before {
	content: '\f220';
}

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

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

.menu-toggle {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	letter-spacing: normal;
	padding: 12px 18px 12px 36px;
	position: relative;
	text-shadow: none;
	text-transform: none;
}

.menu-toggle:hover {
	background: transparent;
}

.menu-toggle:before {
	content: '\f419';
	font-size: 13px;
	left: 18px;
	position: absolute;
	top: 18px;
}

@media screen and (min-width: 800px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (max-width: 799px) {
	.main-navigation li,
	#primary-menu,
	.main-navigation .social-links {
		float: none;
	}
	
	ul#primary-menu > li,
	div#primary-menu > ul > li {
		border-width: 0 0 1px 0;
	}
	
	ul#primary-menu ul,
	div#primary-menu ul ul {
		float: none;
		position: static;
	}
	
	ul#primary-menu ul ul,
	ul#primary-menu ul,
	div#primary-menu ul ul ul,
	div#primary-menu ul ul {
		padding-left: 18px;
	}
	
	.toggled.main-navigation {
		overflow: hidden;
	}
	
	#primary-menu ul a {
		width: 100%;
	}
	
	.main-navigation .social-links li {
		border-width: 0 1px 0 0;
		float: left;
	}
	
	ul#primary-menu ul li,
	div#primary-menu ul ul li {
		border-width: 0;
	}
	
	ul#primary-menu > li > ul > li:first-child:after,
	div#primary-menu > ul > li > ul > li:first-child:after,
	ul#primary-menu ul .menu-item-has-children > a:after,
	div#primary-menu ul ul .page_item_has_children > a:after {
		display: none;
	}
}

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

.site-main .posts-navigation {
	padding: 0 6%;
}

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

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

.posts-navigation a,
body #infinite-handle span button,
body #infinite-handle span button:focus,
body #infinite-handle span button:hover,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #0054a6;
	border: none;
	border-radius: 22px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 6.5px 29px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba( 0, 0, 0, .5 );
	text-transform: uppercase;
	transition: .5s background;
}

.posts-navigation a:hover,
html body #infinite-handle span button:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #000;
}

.button:hover,
.widget-area a.button {
	color: #fff;
}

#infinite-handle {
	bottom: -114px;
	position: absolute;
	text-align: center;
	width: 100%;
}

body #infinite-handle span {
	background: transparent;
	border-radius: 0;
	padding: 0;
}

#infinite-handle button {
	box-shadow: none;
}

.post-navigation,
.post-navigation .nav-next {
	text-align: center;
}

.post-navigation a {
	color: #0054a6;
	display: block;
	font-size: 18px;
	font-style: italic;
	line-height: 1.66666666667;
	padding: 0 9.666666666%;
	text-decoration: none;
}

.nav-label {
	color: #bfbfbf;
	display: block;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 4px;
	line-height: 1.71428571429; /* 24px */
	padding-bottom: 20px; /* 36px */
	text-transform: uppercase;
}

.post-navigation {
	background: #fcfcfc;
	padding: 48px 0; /* 54px 0 */
}

/*--------------------------------------------------------------
# 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;
}

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

.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,
.main-navigation:before,
.main-navigation:after,
.main-wrap:before,
.main-wrap:after,
#masonry:before,
#masonry:after,
.page-widgets:before,
.page-widgets:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.main-navigation:after,
.main-wrap:after,
#masonry:after,
.page-widgets:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	color: #656566;
	font-size: 18px;
	line-height: 1.66666666667; /* 30px */
	margin: 0 0 58px; /* 66px */
	word-wrap: break-word;
}

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

.profile-picture {
	max-width: 96px;
}

.widget-title,
.widgettitle {
	color: rgba( 0, 0, 0, .35 );
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: 1.71428571429; /* 24px */
	margin: 0 0 22px; /* 37px */
	text-transform: uppercase;
}

.widget ul {
	margin: 0;
	padding: 0 0 0 1em;
}

.widget p:last-child {
	margin-bottom: 0;
}

.widget .button {
	margin-bottom: 13px;
}

.widget a {
	text-decoration: none;
}

.widget_authors > ul {
	list-style: none;
	padding: 0;
}

.widget_authors strong {
	display: block;
}

.widget_authors > ul > li {
    padding-bottom: 1em;
}

.widget_authors > ul > li:last-child {
    padding-bottom: 0;
}

.widget_author_grid ul {
    list-style: none;
    margin: 0 -0.5em;
    padding: 0;
}

.widget_author_grid li {
    display: inline;
    padding: 0 0.5em;
}

.widget_author_grid a {
	display: inline-block;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

#masonry .sticky .byline {
	display: inline-block;
}

.page-links {
	clear: both;
	padding-top: 35px;
	text-align: center;
}

.page-links-text {
	padding-left: 24px;
	padding-right: 24px;
}

.page-links-text,
.page-links-number,
.page-links-number a {
	display: inline-block;
	min-width: 56px;
	position: relative;
}

.page-links-inner {
	display: inline-block;
	padding-top: 13px;
}

.page-links-number a {
	text-decoration: none;
}

.page-links-text:before,
.page-links-number:before,
.page-links-number a:before {
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	width: 100%;
}

.page-links-text:before,
.page-links-number:before {
	top: 0;
}

.page-links-number a:before {
	top: -13px;
}

.page-links-number:before {
	background: #404040;
}

.page-links-text:before,
.page-links-number a:before {
	background: #e5e5e5;
}

.page .entry-title,
.single .entry-title {
	margin: 0 0 .5em; /* Equals 24px, 42px with line height */
	text-align: center;
	word-wrap: break-word;
}

.single .entry-meta {
	padding-bottom: 1.5em; /* Equals 24px */
}

.single .entry-meta,
.single .entry-footer,
.page .entry-footer {
	text-align: center;
}

.single .entry-footer,
.page .entry-footer {
	margin-top: 79px;
}

.single .entry-footer a,
.page .entry-footer a,
.single .entry-meta a,
.page .entry-meta a {
	margin-top: 4px;
}

.single .entry-meta,
.page .entry-meta {
	margin-top: -4px;
}

.single .hentry,
.page .hentry {
	margin: 0;
}

.single .site-main .post-navigation {
	margin: 154px 0 0;
}

.entry-meta a,
.entry-footer a,
.comment-navigation a {
	color: #bbb;
	text-decoration: none;
}

.single .entry-meta a,
.single .entry-footer a,
.page .entry-footer a,
.comment-navigation a {
	background: #f7f7f7;
	display: inline-block;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	position: relative;
}

.comment-navigation a {
	padding-left: 12px;
}

.single .entry-meta a:before,
.single .entry-footer a:before,
.page .entry-footer a:before {
	color: #7b7b7b;
}

.single .entry-meta a:before,
#masonry .hentry.sticky .entry-meta a:before,
.single .entry-footer a:before,
.page .entry-footer a:before {
	font-size: 24px;
	position: absolute;
}

.single .posted-on a {
	padding-left: 37px;
}

.single .byline a {
	padding-left: 33px;
}

.single .posted-on a:before,
#masonry .hentry.sticky .posted-on a:before {
	content: "\f303";
}

.single .posted-on a:before {
	left: 9px; /* 12px, adjusted for Genericon shapes */
}

.single .byline a:before,
#masonry .hentry.sticky .byline a:before {
	content: '\f304';
}

.single .byline a:before {
	left: 6px; /* 12px, adjusted for Genericon shapes */
}

.single .cat-links a {
	padding-left: 35px;
}

.single .cat-links a:before {
	content: '\f301';
	left: 8px;
	top: 7px;
}

.single .tags-links a {
	padding-left: 37px;
}

.single .tags-links a:before {
	content: '\f302';
	left: 9px;
}

.cats-and-tags .tags-links,
.cats-or-tags .edit-link {
	padding-left: 3px;
}

.single .entry-footer .edit-link a,
.page .entry-footer .edit-link a {
	padding-left: 35px;
}

.single .entry-footer .edit-link a:before,
.page .entry-footer .edit-link a:before {
	content: '\f411';
	left: 8px;
}

.single .entry-header,
.page .entry-header {
	padding-bottom: 2.625em; /* 42px */
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-title {
	padding-top: 130px;
}

.comments-title,
.comment-reply-title {
	margin: 0 0 36px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.says {
	display: none;
}

.comment-list li {
	list-style: none;
}

.comment-body {
	border-color: #fbfbfb #f2f2f2 #e6e6e6;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	margin-bottom: 34px;
	position: relative;
}

.comment-meta {
	border-bottom: 1px solid #f7f7f7;
	padding: 25px 31px 25px 96px;
	position: relative;
}

.comment-meta .avatar {
	border-radius: 50%;
	left: 30px;
	position: absolute;
}

.comment-meta a {
	text-decoration: none;
}

.comment-metadata {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #a6a6a6;
}

.comment-content {
	padding: 30px;
}

.reply {
	position: absolute;
	right: 41px;
	top: 41px;
}

.comment-reply-link:before {
	content: '\f412';
	text-decoration: none;
}

#comment-nav-below {
	display: none;
}

.comment-navigation {
	margin-bottom: 47px;
	text-align: center;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
}

.comment-list {
	margin: 0;
	padding: 0;
}

.comment-list .children {
	margin-left: 0;
	padding-left: 4.227%;
}

.comment-list .depth-1:last-child .comment-body {
	margin-bottom: 0;
}

.comment-respond {
	padding-top: 70px;
}

.comment-subscription-form {
	margin: 18px 0 0;
}

.highlander-enabled #respond label {
	top: auto;
	left: auto;
	right: auto;
}

.highlander-enabled #respond input[type=submit] {
    letter-spacing: normal;
    text-transform: none;
}

.rating-msg,
.rating-nero-value {
	font-size: 16px;
	line-height: 1;
}

/*--------------------------------------------------------------
## Error Pages
--------------------------------------------------------------*/
.not-found .page-header {
	padding: 0 0 45px;
}

.not-found .page-header,
.not-found .page-content p {
	text-align: center;
}

.not-found .page-title {
	margin: 0;
}

.not-found .page-content p {
	color: #676767;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 44px;
}

.not-found .page-content {
	padding-bottom: 54px;
}

.blog .not-found {
	padding-bottom: 0;
}

.blog .not-found .page-content p {
	margin-bottom: 0;
}

.not-found .search-field {
	font-size: 30px;
	line-height: 2;
}

.not-found .search-form,
.not-found .search-field,
.not-found input[type=submit].search-submit {
	height: 77px;
}

.not-found .page-widgets .widget {
	float: left;
	width: 33.333333%;
}

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	font-size: 14px;
	line-height: 1.71428571429; /* 24px */
}

.wp-caption .wp-caption-text {
	border-bottom: 1px solid #e5e5e5;
	padding: 0.8075em 18px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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;
	padding: 0 1em 1em;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.site {
	margin: 0 auto;
	max-width: 1600px;
}

.no-sidebar .site {
	max-width: 1200px;
}

.main-wrap {
	clear: both;
	position: relative;
}

.header-content-wrap {
	float: left;
	width: 75%;
}

.no-sidebar .header-content-wrap {
	float: none;
	width: 100%;
}

.widget-area {
	padding: 48px 3%; /* 48px */
	float: right;
	width: 25%;
}

.page .site-main,
.single .site-main,
.error404 .site-main,
.search-no-results .site-main,
.blog .not-found {
	padding-top: 10.833%;
	padding-bottom: 17.666%;
}

.page .site-main,
.single .post,
.single .comments-area,
.error404 .site-main,
.search-no-results .site-main {
	padding-left: 10.833%;
	padding-right: 10.833%;
}

.site-footer {
	clear: both;
}

.main-wrap,
.widget-area {
	background: #fafcfd;
}

.header-content-wrap,
.longer-sidebar .main-wrap,
.site-footer {
	background: #fff;
}

.site-footer {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 75%;
}

.no-sidebar .site-footer {
	width: 100%;
}

.search-no-results #infinite-footer {
	display: none;
}

.search-no-results.infinite-scroll.neverending .site-footer {
	display: block;
}

.infinite-loader {
	position: absolute !important;
	bottom: -60px !important;
	top: auto !important;
	width: 34px;
	left: 50%;
	margin-left: -17px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	background-color: #454545;
	background-size: cover;
	clear: both;
	color: #fff;
	min-height: 400px;
	padding: 0 35px;
}

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

.site-header a {
	color: #fff;
	text-decoration: none;
}

.site-title {
	font-size: 72px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0;
}

.site-description {
	font-size: 18px;
	line-height: 1.667;
}

/*--------------------------------------------------------------
# Archive Pages
--------------------------------------------------------------*/

#masonry {
	margin: 72px 6%;
}

#masonry .hentry {
	float: left;
	font-size: 0;
	margin: 0 0 12px;
	padding: 0 0.569%;
}

#masonry .hentry img {
	font-size: 16px; /* For accessibility */
	width: 100%;
}

#masonry .hentry,
.grid-sizer {
	width: 32.955%; /* 33 */
}

#masonry .hentry.sticky {
	width: 65.91%; /* 66 */
}

#masonry .sticky .entry-content {
	font-size: 18px;
	line-height: 1.66666666667; /* 30px */
}

#masonry .sticky .entry-header,
#masonry .sticky .entry-content {
	padding-left: 8.771929824%;
	padding-right: 8.771929824%;
}

#masonry .entry-header {
	overflow-x: auto;
	padding-left: 8.928571428%;
	padding-right: 8.928571428%;
	padding-top: 29px; /* 36px */
	padding-bottom: 37px; /* 42px */
}

#masonry .sticky .entry-header {
	padding-top: 59px; /* 72px */
	padding-bottom: 0;
}

#masonry .sticky .entry-title {
	padding-bottom: 18px; /* 27px */
}

#masonry .entry-title {
	padding-bottom: 7px; /* 21px */
}

#masonry .sticky .entry-meta {
	padding-bottom: 22px; /* 35px */
}

#masonry .sticky .entry-content {
	padding-bottom: 33px; /* 68px */
}

#masonry .hentry.sticky .entry-meta a {
	position: relative;
}

#masonry .hentry.sticky .posted-on a:before {
	left: -1px;
	top: -1px;
}

#masonry .hentry.sticky .byline a:before {
	left: -6px;
	top: -2px;
}

#masonry .hentry.sticky .posted-on a {
	padding-left: 26px;
}

#masonry .sticky .byline {
	padding-left: 24px;
}

#masonry .hentry.sticky .byline a {
	padding-left: 22px;
}

#masonry .entry-header,
#masonry .entry-content {
	background: #fafafa;
}

#masonry .sticky .entry-content {
	display: block;
}

#masonry .entry-content,
#masonry .sticky .by,
.single .by {
	display: none;
}

#masonry .entry-title {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.entry-title a {
	color: #000;
	display: inline-block;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

#masonry .entry-meta {
	font-size: 12px;
	line-height: 1.75;
}

#masonry .entry-meta a {
	color: #a3a3a3;
}

#masonry .sticky .entry-title {
	font-size: 36px;
	line-height: 1.41666666667; /* 51px */
}

#masonry .sticky .entry-meta {
	font-size: 16px;
	line-height: 1.5;
}

.blog .site-main,
.archive .site-main,
.search .site-main {
	padding-bottom: 209px;
}

.blog .page-header,
.archive .page-header,
.search .page-header {
	text-align: center;
}

.archive .page-title,
.search .page-title {
	padding-top: 36px;
}

.search.search-no-results .page-title {
	padding-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #f2f2f2;
	text-align: center;
	text-transform: uppercase;
}

.site-footer,
.site-footer a {
	color: #b2b2b2;
}

.site-footer a:hover {
	text-decoration: none;
}

.site-info {
	letter-spacing: 2px;
	font-size: 14px;
	padding: 30px;
}

#wpstats {
	display: none;
}

/*--------------------------------------------------------------
# Responsiveness
--------------------------------------------------------------*/

@media (max-width: 1075px) {
	.header-content-wrap,
	.widget-area,
	.site-footer {
		width: 100%;
	}

	.header-content-wrap,
	.widget-area {
		float: none;
	}

	.site-footer {
		position: static;
	}

	.main-wrap {
		background: transparent;
	}

	.widget-area {
		padding: 48px 6%;
	}

	.blog .site-main,
	.archive .site-main,
	.search .site-main {
		padding-bottom: 127px;
	}

	.page .site-main,
	.single .site-main,
	.error404 .site-main,
	.search-no-results .site-main {
	    padding-bottom: 10.833%;
	}
	
	.widget {
		margin: 0 auto 58px;
		max-width: 304px;
	}
}

@media (max-width: 768px) {
	.site-title {
		font-size: 48px;
	}
	
	.site-description {
		font-size: 14px;
	}

	.site-header {
		min-height: 300px;
	}
	
	h1 {
		font-size: 36px;
	}

	h2,
	.comment-reply-title,
	#masonry .sticky .entry-title {
		font-size: 30px;
	}

	h3,
	.single .entry-meta a:before,
	#masonry .hentry.sticky .entry-meta a:before,
	.single .entry-footer a:before,
	.page .entry-footer a:before {
		font-size: 21px;
	}

	h4,
	.entry-content,
	.not-found .page-content p {
		font-size: 18px;
	}

	h5,
	#masonry .sticky .entry-content,
	.post-navigation a,
	.comment-form,
	.widget {
		font-size: 16px;
	}

	h6,
	#masonry .sticky .entry-meta,
	.single .entry-meta,
	.single .entry-footer,
	.page .entry-footer {
		font-size: 14px;
	}
	
	.single .entry-header,
	.page .entry-header {
		padding-bottom: 1.3125em;
	}
	
	.single .entry-footer,
	.page .entry-footer {
		margin-top: 39.5px;
	}
	
	.single .site-main .post-navigation {
		margin: 77px 0 0;
	}
	
	.post-navigation {
		padding: 24px 0;
	}
	
	.comments-title {
		padding-top: 65px;
	}
	
	.comment-respond {
		padding-top: 35px;
	}
	
	.comments-title,
	.comment-reply-title {
		margin: 0 0 18px;
	}
	
	.page .site-main,
	.single .post,
	.single .comments-area,
	.error404 .site-main,
	.archive .page-title,
	.search .page-title {
		padding-left: 6%;
		padding-right: 6%;
	}
	
	.comment-form {
		padding: 30px;
	}
	
	.not-found .page-widgets .widget {
		float: none;
		width: 100%;
	}
	
	.not-found .page-header {
		padding: 65px 0 22.5px;
	}
	
	.not-found .search-field {
		font-size: 24px;
	}
	
	.not-found .search-form,
	.not-found .search-field,
	.not-found input[type=submit].search-submit {
		height: 52px;
	}
	
	#masonry .hentry.sticky .posted-on a {
		padding-left: 22px;
	}
	
	#masonry .hentry.sticky .byline a {
		padding-left: 18px;
	}
}

@media (max-width: 600px) {
	#masonry .hentry,
	.grid-sizer,
	#masonry .hentry.sticky {
		width: 100%;
	}

	#masonry .hentry {
		float: none;
		position: static !important;
		transform: none !important;
	}

	#masonry {
		height: auto !important;
	}
	
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		float: none;
		width: 100%;
	}
	
	.post-navigation .nav-previous {
		padding-bottom: 12px;
	}

	.post-navigation .nav-next {
		padding-top: 12px;
	}
	
	.site-info .sep {
		display: block;
		font-size: 0;
		visibility: hidden;
	}
	
	.site-info {
		font-size: 12px;
		padding: 24px;
	}
	
	.posts-navigation a,
	body #infinite-handle span button,
	body #infinite-handle span button:focus,
	body #infinite-handle span button:hover,
	.button, button, input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 11px;
		padding: 4.5px 20px;
	}
}

@media (max-width: 400px) {
	.site-title {
		font-size: 36px;
	}

	.site-header {
		min-height: 287px;
	}
	
	.comment-meta {
		padding: 25px 31px;
	}
	
	.comment-meta .avatar {
		display: block;
		margin-bottom: 5px;
		position: static;
	}

	#masonry .sticky .byline {
		display: block;
		padding-left: 4px;
	}

	h1 {
		font-size: 30px;
	}

	h2,
	.comment-reply-title,
	#masonry .sticky .entry-title {
		font-size: 24px;
	}
	
	.comment-form-comment,
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		margin-left: -24px;
		margin-right: -24px;
	}
	
	.comment-form-comment textarea,
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		padding-left: 90px;
	}
	
	.form-submit {
		text-align: center;
	}
}
