/*
Theme Name: Landscape
Theme URI: https://devport.net/themes/landscape/
Author: Devport
Author URI: http://devport.net
Description: Landscape is a responsive, single column, WordPress theme for personal blogs and business sites.
Version: 2.0.2
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landscape
Tags: one-column, custom-header, custom-menu, featured-images, theme-options, translation-ready, photography

This theme, like WordPress, is licensed under the GPL.

Header image by Ansel Adams and is licensed under the Public Domain:
https://en.wikipedia.org/wiki/File:Adams_The_Tetons_and_the_Snake_River.jpg

Normalizing styles have been helped along thanks to the fine work of
Bo-Yi Wu (https://github.com/appleboy/), Nicolas Gallagher (https://github.com/necolas), and Jonathan Neal (https://github.com/jonathantneal).
*/
html {
	box-sizing: border-box;
}

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

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

body {
	background: #ffffff;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
	/* 1 */
	padding: 0;
	/* 2 */
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

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: #777777;
	font-family: "Open Sans", helvetica, arial, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Libre Baskerville", georgia, serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.75rem;
	margin-bottom: 1.25rem;
}

h3 {
	font-size: 1.375rem;
	margin-bottom: 1.25rem;
}

h4 {
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}

h5 {
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
}

h6 {
	font-size: 1rem;
	font-weight: bold;
}

hr {
	background-color: #cccccc;
	border: 0;
	height: 0.0625rem;
	margin-bottom: 1.25rem;
}

p {
	margin: 0 0 1.5rem 0;
	line-height: 1.5;
}

b,
strong {
	font-weight: 700;
}

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

blockquote,
q {
	margin: 0 1.5rem;
	quotes: "" "";
}

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

address {
	margin: 0 0 1.5rem 0;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.625;
	margin: 0 0 1.5rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.5rem;
}

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

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

mark,
ins {
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
	word-wrap: break-word;
	word-break: keep-all;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	height: auto;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	height: auto;
	width: auto;
	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: 0.875rem;
	font-weight: 700;
	left: 0.3125em;
	line-height: normal;
	padding: 0.9375rem 1.4375rem 0.875rem;
	text-decoration: none;
	top: 0.3125em;
	z-index: 100000;
	/* Above WP toolbar */
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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

.alignright {
	display: inline;
	float: right;
	margin: 0 1.5rem 0 1.5rem;
}

.aligncenter {
	margin: 1.5rem auto;
}

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

/*--------------------------------------------------------------
# HTML Elements
--------------------------------------------------------------*/
embed,
iframe,
object {
	max-width: 100%;
}

hr {
	height: 1px;
	width: auto;
	background-color: #cccccc;
	border: 0;
	margin: 0 0 1.5rem 0;
}

figure {
	margin: 0;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 1.5rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5rem 1.5rem 0;
}

table {
	height: auto;
	width: 100%;
	margin: 0 0 1.5rem 0;
}

th {
	font-weight: 700;
}

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

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

.wp-caption {
	margin: 0 0 1.5rem 0;
	max-width: 100%;
}

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

.wp-caption.aligncenter {
	margin: 0 auto 1.5rem auto;
}

.wp-caption.alignleft {
	margin-right: 1.5rem;
}

.wp-caption.alignright {
	margin-left: 1.5rem;
}

.wp-caption .wp-caption-text {
	margin: 0.75rem 0;
}

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

.gallery {
	margin: 0 0 1.5rem 0;
}

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

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

/*--------------------------------------------------------------
# Base Layout
--------------------------------------------------------------*/
.wrap {
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 2.5rem;
}

.site-content {
	margin: 3.75rem auto;
}

.primary {
	width: 100%;
}

.secondary {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 2.5rem 0 5rem;
	padding: 0 0 5rem;
	overflow: hidden;
	width: 100%;
}

.secondary .sidebar-wrap {
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 2.5rem;
}

.homepage .secondary {
	border-bottom: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background-size: cover;
	clear: left;
	height: 31.25rem;
	margin-top: 0;
	max-width: 100%;
	padding-bottom: 0;
	position: relative;
}

.site-header .site-branding {
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.site-title {
	font-family: "Libre Baskerville", georgia, serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 0.625rem;
	padding: 0;
	position: relative;
}

.site-title a,
.site-title a:hover {
	color: #ffffff;
}

.site-title a:hover {
	opacity: 0.7;
}

.site-description {
	color: #ffffff;
	font-size: 1rem;
	font-family: "Libre Baskerville", georgia, serif;
	font-weight: 400;
	margin: -0.25rem auto 0;
	max-width: 70%;
	padding: 0;
}

.home .header-overlay {
	background-color: rgba(0, 0, 0, 0.1);
	height: 100%;
}

.page-template-default .header-overlay,
.single .header-overlay {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a {
	color: #4a4a4a;
	text-decoration: none;
	transition: all .4s ease-in-out;
}

a:hover, a:focus, a:active {
	color: #111;
	transition: all .4s ease-in-out;
}

.main-navigation {
	background: #111111;
	clear: left;
	display: block;
	float: left;
	font-family: "Libre Baskerville", georgia, serif;
	font-size: 0.875rem;
	text-transform: uppercase;
	width: 100%;
	z-index: 99999;
}

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

.main-navigation a:hover {
	color: #111;
}

.main-navigation ul {
	float: right;
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
	right: 50%;
}

.main-navigation ul li {
	display: inline-block;
	position: relative;
	left: 50%;
}

.main-navigation ul li:after {
	color: #666666;
	content: "|";
	display: inline;
	font-size: 0.75rem;
	font-style: italic;
	margin: 0 0 0 0.625rem;
	padding: 0 0.625rem 0 0;
	position: relative;
	top: -0.0625rem;
	left: -0.0625rem;
}

.main-navigation ul li:last-child:after {
	content: normal;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul li {
	float: left;
	font-style: normal;
	left: auto;
}

.main-navigation ul a {
	display: inline-block;
	font-style: normal;
	padding: 0.625rem;
	text-decoration: none;
}

.main-navigation ul a:hover {
	color: #999;
}

.main-navigation ul ul {
	background: #111111;
	float: left;
	left: 0;
	opacity: 0;
	position: absolute;
	right: auto;
	text-align: left;
	top: auto;
	transition: all .4s ease-in-out;
	visibility: hidden;
	z-index: 99999;
}

.main-navigation ul li:hover > ul {
	display: block;
	opacity: 1;
	transition: all .4s ease-in-out;
	visibility: visible;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	padding: 0.625rem 0.9375rem;
	width: 13.75rem;
}

.main-navigation ul ul li:after {
	content: normal;
	margin: 0;
	padding: 0;
}

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

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

.main-navigation li.current_page_item .sub-menu a {
	color: #ffffff;
}

.main-navigation li.current_page_item .sub-menu a:hover {
	color: #999;
}

/* Small menu */
.main-small-navigation {
	background: #111111;
	margin: 0;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.main-small-navigation h1 {
	margin: 0;
}

.menu-toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 0.875rem;
	padding: 0.75rem 0 0;
	height: 2.625rem;
	text-transform: uppercase;
	text-align: center;
}

.menu-toggle:before {
	content: '\f0c9';
	font: var(--fa-font-solid);
	font-size: 0.8125rem;
	padding: 0 0.3125rem 0 0;
	position: relative;
	top: 1px;
}

.menu-toggle.toggled-on:before {
	content: '\f00d';
	font: var(--fa-font-solid);
	padding: 0 0.315rem 0 0;
	position: relative;
	top: 1px;
}

.main-small-navigation .menu {
	display: none;
}

.main-small-navigation .menu,
.main-small-navigation .menu a {
	color: #ffffff;
	padding: 0.625rem 0;
}

.main-small-navigation .menu a:hover {
	opacity: .7;
}

.main-small-navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 9999;
}

.main-small-navigation ul li {
	list-style-type: none;
}

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

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

.comment-navigation .nav-previous:before,
.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before {
	content: "\f104";
	font: var(--fa-font-solid);
	font-size: 0.8125rem;
	margin-right: 0.375rem;
	opacity: .5;
	vertical-align: middle;
}

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

.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
	content: "\f105";
	font: var(--fa-font-solid);
	font-size: 0.8125rem;
	margin-left: 0.375rem;
	opacity: .5;
	vertical-align: middle;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
.sticky,
.bypostauthor {
	display: inherit;
}

.entry-title,
.entry-title a {
	color: #000000;
	font-size: 1.625rem;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}

.entry-title a:hover {
	color: #666666;
	text-decoration: none;
}

.archive-title {
	color: #111;
	font-size: 1.375rem;
	margin-bottom: 0.9375rem;
	text-align: center;
	text-transform: uppercase;
}

.page-title {
	color: #000000;
	margin-bottom: 2.5rem;
	text-align: center;
}

.hentry {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 3.75rem 0;
	padding: 0 0 3.75rem;
}

.hentry:last-child {
	border-bottom: 0;
}

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

.entry-meta {
	clear: both;
	font-family: "Libre Baskerville", georgia, serif;
	margin: 1.25rem 0 1.25rem;
	text-align: left;
}

.entry-meta a:hover {
	text-decoration: none;
}

.entry-footer {
	font-size: 0.9375rem;
	font-style: normal;
	font-family: "Libre Baskerville", georgia, serif;
}

.entry-footer span {
	display: block;
}

.entry-footer a {
	font-style: italic;
}

.page-links {
	clear: both;
	margin: 0 1.25rem 1.25rem 0;
}

.page-links a {
	background: #4a4a4a;
	border-radius: 0.1875rem;
	color: #ffffff;
	padding: 0.0625rem 0.25rem;
}

.page-links a:hover {
	background: none;
	color: #000000;
}

.sep {
	color: #e6e6e6;
	font-style: italic;
}

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

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

.entry-content,
.entry-summary {
	margin: 1.25rem 0;
}

.home .entry-content {
	margin: 0;
}

.single-thumbnail {
	margin: 1.25rem 0;
}

.single-thumbnail img:hover {
	opacity: 0.9;
}

.more-link {
	display: block;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	width: auto;
}

.more-link:after {
	content: "\f105";
	font: var(--fa-font-solid);
	font-size: 0.8125rem;
	margin-left: 0.375rem;
	opacity: .5;
	vertical-align: middle;
}

.content-block {
	border: 1px solid #eee;
	padding: 3px;
	background: #ccc;
	max-width: 250px;
	float: right;
	text-align: center;
}

.content-block:after {
	clear: both;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	outline: none;
	vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #272727;
	border: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 0.75rem;
	padding: 0.625rem 0.75rem;
	text-transform: uppercase;
	vertical-align: top;
	transition: all .4s ease-in-out;
	-webkit-appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #e6e6e6;
	color: #272727;
	transition: all .4s ease-in-out;
}

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 {
	background-color: #e6e6e6;
	color: #272727;
	transition: all .4s ease-in-out;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="text"]::-ms-clear,
input[type="search"]::-ms-clear {
	display: none;
}

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #eff1f1;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: #666666;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.45;
	padding: 0.625rem;
	transition: all .4s ease-in-out;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background: #f4f7f7;
	color: #333333;
	transition: all .4s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
	display: block;
	width: 50%;
}

input[type="search"] {
	display: block;
	width: 100%;
}

textarea {
	height: auto;
	width: 100%;
	overflow: auto;
	vertical-align: top;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
	border-top: 0.0625rem solid #e6e6e6;
	margin: 2.5rem 0;
	padding: 2.5rem 0;
	width: 100%;
}

.comment-reply-title,
.comments-title {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: -0.01em;
	margin: 0;
	text-transform: uppercase;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 0.0625rem solid #e6e6e6;
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-list .reply {
	margin-top: 1.5rem;
}

a.comment-reply-link {
	background: #f2f2f2;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 0.6875rem;
	line-height: 2.429em;
	margin: 0 0 2em;
	opacity: 0.8;
	padding: 0 0.8em;
	text-align: center;
}

a.comment-reply-link:hover {
	opacity: 1;
}

.comment-list .reply a:active {
	position: relative;
	bottom: -0.0625rem;
}

.comment-list .trackback a,
.comment-list .pingback a {
	color: #737678;
}

.comment-list .trackback a:hover,
.comment-list .trackback a:active,
.comment-list .trackback a:focus,
.comment-list .pingback a:hover,
.comment-list .pingback a:active,
.comment-list .pingback a:focus {
	color: #e6e6e6;
}

.comment-list .children {
	list-style: none;
	margin-left: 1.5rem;
}

.comment-author {
	font-family: "Libre Baskerville", georgia, serif;
	padding: 0 0 0 2.25rem;
	position: relative;
}

.comment-author a {
	color: #000000;
}

.comment-author a:hover,
.comment-author a:active,
.comment-author a:focus {
	color: #e6e6e6;
}

.comment-author .avatar {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 50%;
}

.says {
	display: none;
}

.comment-metadata a {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.23077;
	color: #aaa;
	text-transform: uppercase;
}

.comment-metadata a:hover,
.comment-metadata a:active,
.comment-metadata a:focus {
	color: #903000;
}

.comment-edit-link {
	margin-left: 0.625rem;
}

.comment-edit-link:before {
	content: '\f044';
	font: var(--fa-font-solid);
	position: relative;
	top: 0;
	margin: 0 0.25rem 0 0;
}

.comment-content {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	margin-top: 1.5rem;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5rem 1.375rem;
}

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

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

.comment .comment-respond {
	margin-top: 3rem;
}

.comment-respond h3 {
	margin: 0 0 1.5rem;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.subscribe-label {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.71429;
	color: #737678;
}

.no-comments {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #737678;
	margin-top: 1.5rem;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.33333;
	color: #737678;
}

.required {
	color: #c0392b;
}

.comment-reply-title a {
	color: #000000;
	float: right;
	height: 1.5rem;
	overflow: hidden;
	width: 1.5rem;
}

.comment-reply-title a:hover,
.comment-reply-title a:active,
.comment-reply-title a:focus {
	color: #e6e6e6;
}

#cancel-comment-reply-link {
	width: auto;
}

.comment-navigation {
	margin-bottom: 1.5rem 48;
}

.comment-navigation a {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.14286;
	text-transform: uppercase;
}

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

.comment-navigation .nav-previous a {
	margin-right: 0.625rem;
}

#comment-nav-above {
	margin: 2.25rem 0 1.5rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	border-top: 1px solid #e6e6e6;
	width: 100%;
	margin: 2.5rem 0 0;
	padding: 3.75rem 0;
	overflow: hidden;
}

.home .site-footer {
	margin-top: 1.25rem;
}

.site-info {
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 2.5rem;
	clear: both;
	margin: 0 auto;
	text-align: left;
}

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

.social-navigation {
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 0 2.5rem;
	float: none;
	margin-top: 1.25rem;
	text-align: left;
}

.social-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-navigation li {
	display: inline-block;
	margin: 0 0.3125rem;
}

.social-navigation a {
	font-size: 24px;
	color: #999;
	display: block;
}

.social-navigation a:before {
	font: var(--fa-font-brands);
}

.social-navigation a:hover,
.social-navigation a:focus,
.social-navigation a:active {
	color: #000;
}

.social-navigation a[href$="/feed/"]:before {
	font: var(--fa-font-solid);
	content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/*--------------------------------------------------------------
# Homepage Template
--------------------------------------------------------------*/
.intro {
	margin: 0 0 2.5rem;
	overflow: hidden;
	padding: 0 0 1.25rem;
}

.intro .entry-content p {
	margin: 0;
	padding: 0 0 1.25rem;
	text-align: left;
}

.home .entry-content h1 {
	color: #000000;
	font-weight: normal;
	font-size: 1.625rem;
	margin-bottom: 1.25rem;
	text-align: left;
}

.featured-page-area {
	margin: 0 auto;
}

.featured-page-area .entry-content {
	margin: 0;
}

.featured-page {
	width: 100%;
	padding-bottom: 1.25rem;
}

.featured-title {
	font-family: "Libre Baskerville", georgia, serif;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0;
	padding: 0.875rem 0;
	text-align: left;
	text-decoration: none;
}

.featured-title a {
	color: #000000;
}

.featured-title a:hover {
	opacity: .7;
}

.featured-page img {
	display: block;
	margin: 0;
	height: auto;
	transition: all .4s ease-in-out;
	width: 100%;
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 1s ease-in-out;
}

.front-featured img:hover {
	opacity: .8;
	transition: all .4s ease-in-out;
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 1s ease-in-out;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle {
	margin: 2.5rem 0;
	padding: 1.25rem 0 0;
	text-align: center;
}

#infinite-handle button {
	text-transform: uppercase;
	vertical-align: middle;
}

#infinite-handle button:hover {
	opacity: .7;
}

#infinite-handle span {
	padding: 0.9375rem 3.75rem;
}

.infinite-loader {
	margin-bottom: 40px;
}

.infinite-loader .spinner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	transform: translateX(-50%);
}

#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
	font-family: "Libre Baskerville", georgia, serif;
	display: inline;
	position: static;
	padding: 0;
	border: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	overflow: hidden;
	width: 100%;
}

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

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

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

.widget ul li {
	list-style-type: none;
	margin-bottom: 0.75rem;
}

.widget-title {
	color: #000000;
	font-family: "Libre Baskerville", georgia, serif;
	font-size: 1.0625rem;
	margin-bottom: 1.0625rem;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* Akismet widget*/
.widget_akismet_widget .a-stats a {
	box-sizing: border-box;
}

/* Blogs I follow widget*/
.widget_jp_blogs_i_follow ol {
	list-style-position: inside;
}

/* Authors Widget */
.widget_authors img {
	margin-right: 0.625rem;
}

/* Blog Subscription */
.widget_blog_subscription input[type="text"] {
	font-size: 15px;
	padding: 0.4375rem 0.1875rem 0.5rem 0.4375rem !important;
	width: 100% !important;
}

/* Caledar widget*/
.widget_calendar #wp-calendar a {
	display: block;
}

.widget_calendar #wp-calendar tbody a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	display: block;
}

.widget_calendar #wp-calendar tbody a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget_calendar #wp-calendar {
	border: 0.0625rem solid rgba(255, 255, 255, 0.2);
	border-width: 0.0625rem 0 0.0625rem 0.0625rem;
	line-height: 2.52;
	margin: 0;
}

.widget_calendar #wp-calendar caption {
	color: #fff;
	letter-spacing: 0.0625rem;
	line-height: 1.2142857142;
	margin-bottom: 1.0625rem;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar #wp-calendar thead th,
.widget_calendar #wp-calendar tbody td {
	border-width: 0 0.0625rem 0.0625rem 0;
	border: 0.0625rem solid rgba(255, 255, 255, 0.2);
	text-align: center;
}

.widget_calendar #wp-calendar tfoot td#prev {
	padding-left: 0.3125rem;
}

.widget_calendar #wp-calendar tfoot td#next {
	border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
	padding-right: 0.3125rem;
	text-align: right;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	word-wrap: break-word;
}

/* RSS Widget */
.widget_rss ul > li {
	padding: 1.0625rem 0;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Recent Comments Widget */
.widget_recent_comments .avatar {
	max-width: none;
}

.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentsavatarend {
	padding: 0.3125rem 0.3125rem 0.3125rem 0;
}

.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	padding: 0.3125rem 0 0.3125rem 0.3125rem;
	vertical-align: middle;
}

/* Search widget */
.widget_search #s {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.site-header {
		height: 40.625rem;
	}
	.site-title {
		font-size: 3.25rem;
	}
	.entry-title,
	.entry-title a {
		font-size: 2.375rem;
		text-align: center;
	}
	.entry-meta {
		text-align: center;
	}
	.site-info {
		text-align: center;
		width: 100%;
	}
	.social-navigation {
		text-align: center;
		width: 100%;
	}
	.social-navigation li {
		margin: 0 0.625rem;
	}
	.intro .entry-content p {
		text-align: center;
	}
	.home .entry-content h1 {
		font-size: 2rem;
		text-align: center;
	}
	.featured-page {
		float: left;
		display: block;
		margin-right: 2.3866348449%;
		width: 31.7422434368%;
	}
	.featured-page:last-child {
		margin-right: 0;
	}
	.widget {
		float: left;
		display: block;
		margin-right: 2.3866348449%;
		width: 31.7422434368%;
		margin-bottom: 0;
	}
	.widget:last-child {
		margin-right: 0;
	}
	.widget:nth-child(3n) {
		margin-right: 0;
	}
	.widget:nth-child(3n+1) {
		clear: left;
	}
}
@media screen and (min-width: 1000px) {
	.wrap {
		padding: 0;
	}
	.secondary .sidebar-wrap {
		padding: 0;
	}
	.site-info {
		padding: 0;
	}
	.social-navigation {
		padding: 0;
	}
}
