/*!
Theme Name: nauthril
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nauthril
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

nauthril is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* eb-garamond-regular - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../../fonts/eb-garamond-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('EB Garamond Regular'), local('EBGaramond-Regular'),
       url('../../../fonts/eb-garamond-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../fonts/eb-garamond-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../fonts/eb-garamond-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../fonts/eb-garamond-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../fonts/eb-garamond-v11-latin-regular.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* eb-garamond-500italic - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../../../fonts/eb-garamond-v11-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('EB Garamond Medium Italic'), local('EBGaramond-MediumItalic'),
       url('../../../fonts/eb-garamond-v11-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../fonts/eb-garamond-v11-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../fonts/eb-garamond-v11-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../../../fonts/eb-garamond-v11-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../fonts/eb-garamond-v11-latin-500italic.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../../../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../../../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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


a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}


b,
strong {
	font-weight: bolder;
}

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

big {
	font-size: 125%;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0; 
}


button,
input {
	overflow: visible;
}


button,
select {
	text-transform: none;
}



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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}


/*--------------------------------------------------------------
# my styling
--------------------------------------------------------------*/

html {
	font-family: 'Lato', 'Verdana', 'Trebuchet MS', 'Arial', sans-serif;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	background: #f5f5f5;
}

.site {
	background-image: url(../../../gfx/bg02.gif);
}

.site-header {
	background: #202020;
	background-image: url(../../../gfx/bg00.gif);
	border-bottom: 2px #fff solid;
}

.site-branding {
	color: #7d7370;
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0 12px;
}

.site-content {
	max-width: 1020px;
	margin: 0 auto;
	padding-top: 60px;
}

.widget-area {
	font-size: 0.85rem;
	line-height: 2;
	float: right;
	width: 22%;
	margin-right: -100%;
	padding-left: 30px;
	border-left: 1px #ddd solid;
}

.widget-title {
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

h2.widget-title {
	color: #aa8f83;
}

.search-field {
	margin-bottom: 30px;
	font-size: 0.85rem;
}

.widget_search .search-submit {
	display: none;
}

.content-area {
	float: right;
	margin: 0 22% 0 0;
	padding-right: 30px;
	width: 78%;
}

article {
	background: #f8f8f8;
	border: 1px solid;
	border-color: #e0e0e0 #dfdfdf #cfcfcf #dfdfdf;
}

.entry-header {
	padding: 10px;
	text-align: center;
	background: #fff;
	border-bottom: 1px #aaa dashed;
}

.entry-title {
	color: #7d7370;
	font-size: 1.6rem;
	font-style: italic;
	font-weight: normal;
	margin: 10px;
}

.entry-meta {
	line-height: 1rem;
	margin-bottom: 10px;
}

.posted-on {
    font-size:0;
}

.entry-summary,
.entry-content {
	padding: 30px;
	margin: 0 0 30px 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	text-align: center;
}

.entry-footer {
	padding: 10px 20px 16px;
	font-size: 0.8rem;
	word-spacing: 0.1rem;
	border-top: 1px #fff solid;
	background: #eee;
	text-shadow: 0px 1px #fff;
}

.tags-links {
    font-size: 0;
	float: left;

}

.tags-links::before {
    content: '\f02b';
    font-family: 'FontAwesome';
	color: #bbb;
    font-size: 1rem;
	padding-right: 0.4rem;
	vertical-align: -16%;
}

.cat-links {
	display: block;
	margin-bottom: 4px;
}

.comments-link,
.edit-link {
	display: block;
	text-align: right;
}

.comments-link::before {
    content: '\f0e5';
    font-family: 'FontAwesome';
	padding-right: 0.4rem;
}

.site-footer {
	text-align: center;
	background: #202020;
	background-image: url(../../../gfx/bg00.gif);
}

.site-info {
	color: #a0a0a0;
	margin: 0;
	padding: 20px;
	font-size: 0.85rem;
}

#footer-sidebar {
	padding: 40px 0 40px 0;
	display: block;
	color: #bda16b;
	background-image:url(../../../gfx/bg01.gif);
	border-bottom: 1px #444 solid;
}

#footer-sidebar1 {
	margin: 0 0 60px 0;
}

#topbutton {
	font-family: FontAwesome;
	position: fixed;
	display: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	right: 0px;
	bottom: 120px;
	z-index: 1;
	background: #ffaa55;
	border-radius: 2px;
	text-decoration: none;
	color: #222;
	text-align: center;
}

#topbutton:after {
	content: "\f102";
}

#topbutton:hover,
#topbutton:focus {
	color: #fff;
}

#topbutton:focus {
	outline: none;
	background: #ff8800;
}


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

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 3rem 2rem;
}

blockquote p {
	text-align: justify;
}

blockquote:before,
q:before {
	content: "\201C";
	color: #ddd;
	font-size: 10rem;
	float: left;
	margin: -5rem 1rem 1rem -1rem;
	height: 6rem;
}

blockquote cite::before, 
blockquote small::before {
    content: "\2014\00a0";
}

address {
	margin: 0 0 1.5em;
}

pre {
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code {
	color: #8f5;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
}

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

.widget-area,
.widget-title,
.entry-meta,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.site-info,
.comments-title,
.comment-reply-title {
	font-family: 'Roboto', 'Trebuchet MS', 'Verdana', 'Arial', sans-serif;
}

.entry-title,
blockquote:before,
q:before,
.page-header,
.has-drop-cap:not(:focus)::first-letter,
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	font-family: 'EB Garamond', 'Palatino Linotype', 'Georgia', serif;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

*,
*:before,
*:after {
	box-sizing: inherit;
}


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

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

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
    border-color: #fff #ccc #aaa;
	background: #ddd;
	line-height: 1;
	text-shadow: 0px 1px #fff;
	padding: .6em 1em .7em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #009ebb;
	background: #fff;
	border: 1px #ccc solid;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {

}

.site-info a {
	color: #aaa;
}

.cat-links a {
	color: #887c78;
}

.tags-links a,
.reply a {
	font-size: 0.8rem;
    color: #009ebb;
}


a:hover,
a:focus,
a:active {
	color: #ff47ab;
}

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

.site-info a:hover {
	text-decoration: underline;
}

.entry-content a {
	text-decoration: underline;
}

.entry-title a {
	color: #7d7370;
}

.entry-meta a {
	font-size: 0.8rem;
	color: #999;
}

a:focus {
	outline: thin dotted;
}

#footer-sidebar1 a {
	padding: 20px;
	font-size: 2rem;
	color: #bda16b;
	text-shadow: 0 -1px 0 #fffdc3, 0 4px 4px #000;
	transition: all 0.3s ease;
}

#footer-sidebar1 a:hover {
	color: #fffeb3;
	text-shadow: 0 -1px 0 #fff, 0 4px 4px #000;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	font-size: 0.9rem;
	word-spacing: 20px;
	padding-bottom: 6px;
	border-bottom: 10px solid #8c7b75;
}

.main-navigation a {
	display: block;
	color: #aa9f88;
	padding: 1em;
	text-decoration: none;
	text-shadow: 0px 1px 2px #000;
	transition: all 0.3s ease;
}

.main-navigation a:hover, 
.main-navigation a:focus,
.main-navigation a:active {
	color: #fffecc;
	text-shadow: 0px 1px 2px #000;
	text-decoration: overline;
}

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

.main-navigation li {
	position: relative;
	display: inline-block;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	background: #665c58;
	text-align: left;
	top: 2.3em;
	left: -999em;
	z-index: 99999;
	border-bottom: 1px #6a5c59 solid;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}


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

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

@media screen and (min-width: 600px) {

	.site-branding img,
	#footer-sidebar1,
	.site-info {
		margin-right: 252px;
	}

	.main-navigation ul {
		margin: 0 252px 0 0;
	}

	.search-field {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {

	.content-area {
		margin-right: 20%;
		padding-right: 20px;
		width: 80%;
	}

	.widget-area {
		width: 20%;
		padding-left: 10px;
		border-left: 0px;
	}

	.nav-links,
	.comments-title,
	.comment-respond {
		padding: 0 10px;
	}

	.entry-summary,
	.entry-content {
		padding: 20px;
	}

}

@media screen and (max-width: 600px) {

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: none;
	}

	#primary,
	#secondary {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	#secondary {
		border-left: 0;
		text-align: center;
	}

	.entry-summary,
	.entry-content {
		padding: 10px;
	}

	.entry-footer {
		padding: 10px 10px 16px;
	}

	.widget-area {
		margin-top: 60px;
		padding-top: 30px;
		border-top: 1px #aaa dashed;
	}

	#topbutton {
		opacity: 0.8;
	}

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 4rem;
	padding: 10px 1px 14px;
	overflow: hidden;
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
	color: #333;
	text-shadow: 0px 1px #fff;
	background: #ddd;
	padding: .6em 1em .7em;
	border: 1px solid;
    border-color: #fff #ccc #aaa;
}

.comment-navigation a:hover,
.comment-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus {
	color: #ff47ab;
	text-decoration: none;
	background: #fff;
	border: 1px #ccc solid;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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 {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 2em;

}

.widget ul {
	list-style-type: none;
	padding: 0 0 0 0px;
}

.widget select {
	max-width: 100%;
}

#secondary .widget {
	border-bottom: 1px #aaa dashed;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.page-content {
	margin: 1.5em 0 0;
}

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

.page-header {
	text-align: center;
	padding: 10px;
}

.page-title {
	color: #998480;
	text-shadow: 0px 1px #fff;
	line-height: 2rem;
}

.archive-description {
	margin: -0.5rem 0 2rem;
}

.search.search-no-results .site-main,
.no-results.not-found {
	padding: 0 10px;
}

.error-404.not-found div {
	margin: 30px 0;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 3.5rem;
}

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

.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
    margin: 3rem 2rem;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	color: #777;
	font-style: normal;
	text-shadow: 0px 1px #fff;
}

.wp-block-quote.is-style-large cite {
	font-size: 1rem;
}

.wp-block-embed {
	text-align: center;
	margin: 0 auto;
}

.wp-block-code {
	background: #444;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	vertical-align: middle;
	border-bottom: 1px solid #aaa;
}


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

#cancel-comment-reply-link {
	color: #ff3030;
    font-size: 0.8rem;
	text-decoration: underline;
	margin-left: 20px;
}

.comment-body {	   
	margin-bottom: 8px;
	background: #fafafa;
}

.comment-content {
	padding: 16px 16px 30px;
}

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

.comment-meta {
    padding: 16px 16px 8px;
    border-bottom: dotted 1px #ccc;
}

.comment-metadata {
    font-size: 0.8rem;
}

.fn {
    color: #8591a0;
}

.says {
    display: none;
}

.bypostauthor {
	display: block;
}

.comment-list .bypostauthor {
	border-top: 10px solid #e6ddcd;
}

.comment-list li ul.children li.bypostauthor {
	border-top: 10px solid #e6ddcd;
}

.comment-respond {
	margin-top: 80px;
}

.comment-list {
	padding: 0px 0px 20px;
}

.comment-list li > ol {
	margin-left: 0.8rem;
}

#comments ol {
	list-style: none;
}

ol .children {
	padding-left: 0px;
}

h2.comments-title span {display: none;}

.comments-title,
.comment-reply-title {
	color: #aa8f83;
	padding-top: 20px;
	text-shadow: 0px 1px #fff;
	border-top: dashed 1px #aaa;
}

.comments-title {
	font-size: 1.2rem;
	text-align: right;
	font-weight: normal;
}

.comment-reply-title {
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
}

.reply {
	padding: 8px 16px 10px;
	text-align: right;
}

#respond #author {
    display: block;
}


#respond input[type="submit"] {
	width: 100%
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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 .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


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

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

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