/*
Theme Name: Skirmish
Theme URI: https://refueled.net/skirmish/
Author: Refueled
Author URI: https://refueled.net/
Description: Skirmish is an elegant, two column, WordPress theme. A great starting point for personal blogs.
Version: 2.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License
License URI: license.txt
Text Domain: skirmish
Tags: two-columns, custom-header, custom-background, custom-menu, post-formats, sticky-post, threaded-comments, theme-options

Skirmish, Copyright 2024 refueled.net
Skirmish is a derivative of _s ("Underscores") WordPress Theme, Copyright 2012 Automattic, Inc.

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

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

body {
	background: #222;
	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"] {
	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"] {
	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 {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #777;
	font-family: "Lusitana", serif;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 32px;
	margin: 27px 0;
}

h2 {
	font-size: 26px;
	margin: 27px 0;
}

h3 {
	font-size: 24px;
	margin: 27px 0;
}

h4 {
	font-size: 22px;
	margin: 27px 0;
}

h5 {
	font-size: 18px;
	margin: 27px 0;
}

h6 {
	font-size: 16px;
	margin: 27px 0;
}

p {
	margin-bottom: 1.3em;
}

p:last-of-type:not(:only-of-type) {
	margin: 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote,
q {
	border-left: 4px solid #ddd;
	margin: 0 24px;
	padding: 0 10px;
	quotes: "" "";
}

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

address {
	margin: 0 0 24px 0;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 24px;
	max-width: 100%;
	overflow: auto;
	padding: 24px;
}

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

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

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

embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 0;
}

ul,
ol {
	margin: 0 0 48px 15px;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 24px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 24px 24px 0;
}

table {
	border: 1px solid #d7d9d7;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

th {
	border: 1px solid #d7d9d7;
	border-width: 0 1px 1px 0;
	font-size: 15px;
	font-weight: normal;
	padding: 6px 8px 7px 8px;
	text-transform: uppercase;
}

td {
	border: 1px solid #d7d9d7;
	border-width: 0 1px 1px 0;
	padding: 5px 8px 6px 8px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input {
	line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #723710;
	border: 0;
	border-radius: 3px !important;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	padding: 10px 20px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #723710;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	border-radius: 0;
	color: #686868;
	padding: 10px;
	min-width: 100% !important;
	width: 100%;
}

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-color: #fff;
	border-color: #1a1a1a;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.wp-block-jetpack-contact-form {
	padding: 0 !important;
}


/*--------------------------------------------------------------
# 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: 14px;
	font-weight: 700;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	z-index: 100000;
}

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

.alignright {
	display: inline;
	float: right;
	margin: 0 0 0 24px;
}

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

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

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {color:#723710; text-decoration:none;}
a:hover {color:#9A927D;}

.more-link{
	letter-spacing:1px;
	text-transform:uppercase;
	color:#333;
	font-family: "Lusitana", serif;
	font-size:13px;
	display:block;
	margin-top:12px;
	width:180px;
	}

/*--------------------------------------------------------------
# Wrapper
--------------------------------------------------------------*/

#page {
	margin: 20px auto;
	max-width: 1000px;
	overflow:hidden;
}

.site-content {
	float: left;
	width: 100%;
}
#content {
	margin: 0 22% 0 0;
}


#main .widget-area {
	float: left;
	overflow: hidden;
	width: 20%;
}
#secondary { /* Sidebar 1 */
	margin: 0 0 0 -20%;
	width: 18%;
}

.site-footer {
	clear: both;
	width: 100%;
}

#main {
	padding: 20px;
	margin: 20px auto 0;
	background: #fff;
	-moz-box-shadow: 0 2px 6px rgba( 100, 100, 100, .3);
	-webkit-box-shadow: 0 2px 6px rgba( 100, 100, 100, .3);
	box-shadow: 0 2px 6px rgba( 100, 100, 100, .3);
	clear: left;
	overflow: hidden;
}

.header-image img {
	width: 100%;
	height: auto;
	display: block;
}


/*--------------------------------------------------------------
# Branding
--------------------------------------------------------------*/
#masthead {
	padding: 0;
	background: #fff;
	-moz-box-shadow: 0 2px 6px rgba( 100, 100, 100, .3);
	-webkit-box-shadow: 0 2px 6px rgba( 100, 100, 100, .3);
	box-shadow: 0 2px 6px rgba( 100, 100, 100, .3);
	width: 100%;
}

.site-header {
	padding: 20px;
}

.site-title {
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.site-title a {color: #000;}
.site-title a:hover {color: #723710;}

.site-description {
	font-size: 11px;
	font-weight: normal;
	margin: 0 40px;
	padding: 0 0 20px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	color: #777;
	letter-spacing: 1px;
	text-align: center;
}

/* added when no site description */
.header-spacer {
	height: 20px;
}


/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.main-navigation {
	font-family: "Lusitana", serif;
	display: block;
	float: left;
	margin: 0 0 20px;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: #999;
	border-bottom: 4px solid #fff;
}
.main-navigation a:hover {
	border-bottom: 4px solid #723710;
}

.main-navigation li:hover > a,
.main-navigation ul ul :hover > a,
.main-navigation a:focus {
	border-bottom: 4px solid #723710;
}
.main-navigation ul ul a:hover{
	background: #9A927D;
	border-bottom: 4px solid #9A927D;
	color: #fff;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 99999;
	padding: 0 !important;
	text-align: left;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	background: #723710;
	line-height: 1em;
	padding: 8px 14px;
	width: 10em;
	height: auto;
	border-bottom: 4px solid #723710;
	color: #fff;
}

.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	border-bottom: 4px solid #723710;
}

.menu-toggle {
	display: none;
}

@media only screen and (max-width: 800px) {
	/* Mobile menu toggle */
	.main-navigation {
		float: none;
	}

	.main-navigation ul {
		display: none;
	}

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

	.menu-toggle {
		background: transparent !important;
		border: 0;
		color: #723710;
		font-size: 14px;
		font-size: 0.875rem;
		margin: 0 auto;
		outline: none !important;
		text-shadow: none;
	}

	.menu-toggle:before {
		content: "\f0c9";
		font: var(--fa-font-solid);
		display: inline-block;
		margin-right: 8px;
		position: relative;
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}

	.toggled .menu-toggle:before {
		background: transparent;
		content: "\f00d";
		outline: none;
		margin-right: 10px;
	}

	.toggled .menu-toggle:active,
	.toggled .menu-toggle:focus,
	.toggled .menu-toggle,
	.toggled .menu-toggle:before {
		outline: none;

	}

	.main-navigation li.current_page_item a,
	.main-navigation li.current-menu-item a
	.main-navigation li a,
	.main-navigation a,
	.main-navigation ul ul a {
		display: block;
		padding: 5px 0;
		background: none;
		line-height: inherit;
		color: #777;
		clear: both;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	.main-navigation li.current_page_item a,
	.main-navigation li.current_menu_item a,
	.main-navigation li {
		background: none;
		float: none;
	}
	.main-navigation li a {
		border-top: 1px solid #ddd;
		border-bottom: 0 !important;
	}
	.main-navigation .sub-menu li a {
		border-top: 0;
	}
	.main-navigation .nav-wrap div > ul > li {
		display: block;
		float: none;
	}

	.main-navigation ul ul {
		background: transparent;
		box-shadow: none;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		float: none;
	}

	.main-navigation ul ul a:hover {
		background: transparent;
		color: #5e6f71;
	}

	.main-navigation ul ul:before {
		display: none;
	}

	.menu-item-has-children > a:after {
		display: none;
	}
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.sticky {
	border: 1px solid #ddd;
	background: #f8f8f8;
	padding: 20px !important;
	margin: 0 0 20px 0;
}
.post {padding: 0 0 40px;}

.entry-title, .page-title {color: #000; margin: 0; text-transform: capitalize;}
.entry-title a, .page-title a {color: #000;}
.entry-title a:hover, .page-title a:hover {color: #723710;}

.page-title {font-size: 20px; margin-bottom: 20px;}

.hentry {
	margin: 0 0 1.5em;
}
.single .hentry,
.page .hentry {
	margin: 0;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.3em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.postedon {
	float: left;
	position: relative;
	margin-bottom: 30px;
	width: 125px;
	height:125px;
}
postedon img {
	border: none;
	padding: 0 !important;
	border: 0 !important;
}

.time {
	position: absolute;
	top: 0;
	background: #333;
	text-align: center;
	color: #fff;
	font-size: 12px;
	display: block;
	width: 100%;
	padding: 4px 0;
	font-family: "Lusitana", serif;
}

.entry {
	margin: 0 0 10px 145px;
	padding: 0;
	overflow: hidden;
}

.entry-meta {
	font-family: "Lusitana", serif;
	font-size: 16px;
	font-style: italic;
}

.entry-meta span {
	display: inline-block;
	padding: 0;
}

.entry-meta .posted-on {
	margin-right: 5px;
}

.entry-meta a {
	color: #723710;
	font-style: normal;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #000;
}

.entry-meta .fn {
	text-transform: capitalize;
}

footer.entry-meta {
	font-family: "Lusitana", serif;
	font-size: 14px;
	font-style: italic;
	margin: 15px 0 0;
}

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

footer.entry-meta span {
	display: block;
}


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

/* Images */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}

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

/* Pagination */
.site-content.comment-navigation,
.site-content .posts-navigation,
.site-content .post-navigation {
	margin: 0;
	overflow: hidden;
}

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

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

.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	border: 1px solid #efedea;
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	text-transform: capitalize;
	text-decoration: none;
}

.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
	font: var(--fa-font-solid);
	content: "\f105";
	margin-left: 4px;
}

.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
	font: var(--fa-font-solid);
	content: "\f104";
	margin-right: 4px;
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
#comments {
	margin: 30px 0 0;
	word-wrap: break-word;
}
.comments-title{
	border-bottom: 1px solid #ccc;
	font-size: 22px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
#reply-title {
	font-size: 14px;
	text-transform: uppercase;
}
#comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
#comments li.pingback {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
}
#comments li.pingback + li.pingback {
	margin-top: -1.65em;
}
#comments li.pingback p {
	font: 12px "Lato", sans-serif;
	margin: 0;
}
#comments ol ol li {
	border-left: 1px solid #ccc;
	border-bottom: none;
	margin: 20px 0 20px 30px;
	padding: 0 0 0 30px;
}
#comments .comment-author {
	margin: 0 66px 0.85em 0;
}

#comments .comment-author .fn {
	text-transform: uppercase;
}
#comments .comment-author cite {
	font-style: normal;
}
#comments .comment-meta,
#comments .comment-meta a {
	color: #888;
	font: 12px "Lato", sans-serif;
}
#comments .comment-meta a:hover {
	color: #df0000;
}
#comments .avatar {
	padding: 3px;
	position: absolute;
	top: 0;
	right: 0;
    background: #fcfcfc;
    border: 1px solid #c8c8c2;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
#comments .comment-body {
	margin-right: 66px;
}
#respond {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
#respond .form-allowed-tags{
	margin: 20px 0;
}

#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
.bypostauthor {
	display: inline-block;
}

#comments #commentform p {
	margin-bottom: 1.3em;
}

#comments .comment-reply-link {
	text-decoration: underline;
}

#comments .comment-reply-link:hover {
	text-decoration: none;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	display: block;
	font-size: 14px;
	margin: 0 0 30px;
}

.widget .wp-block-search__label,
.widget .wp-block-heading,
.widget-title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
	margin: 0 0 8px 0 !important;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	letter-spacing: 1px;
}
.widget-area .widget_search {
	overflow: hidden;
	margin: 0 0 20px;
}
.search-form {
	padding: 0;
	margin: 16px 0 20px;
}

.search-form input {
	font-size: 15px;
}

.search-submit {
	display: none;
}

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

.widget ul li {
	list-style-type: none;
	margin-bottom: 12px;

}

.widget-area .widget_text {
	margin: 0 0 15px !important;
	padding: 0;
}

.widget-area .widget_text p {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 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 24px auto;
}

.wp-caption.alignleft {
	margin-right: 24px;
}

.wp-caption.alignright {
	margin-left: 24px;
}

.wp-caption .wp-caption-text {
	margin: 12px 0;
}

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

.gallery {
	margin: 0 0 24px 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;
}

.fluid-embed {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.fluid-embed embed,
.fluid-embed object,
.fluid-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


/*--------------------------------------------------------------
# Social Links
--------------------------------------------------------------*/
#social-navigation {
	padding: 0;
	overflow: hidden;
}

#social-navigation ul {
	margin: 0 0 30px;
	padding: 0;
}

#menu-social {
	margin: 0;
	padding: 0;
}

.social-links {
	margin: 0;
	padding: 0;
}

.social-links li {
	display: inline-block;;
	margin: 0 12px 0 0;
	padding: 0;
}

.social-links li a {
	border: none;
	margin: 0;
	display: block;
	text-decoration: none;
}

.social-links li a:first-child:last-child {
	margin: 0;
}

.social-links ul li a:before {
	font: var(--fa-font-brands);
	font-size: 18px;
	color: #333;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.social-links ul a:hover:before {
	opacity: .7;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

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

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

.social-links ul a[href*="buymeacoffee.com"]:before {
	font: var(--fa-font-solid);
	content: "\f7b6";
}

.social-links ul a[href*="x.com"]:before,
.social-links ul a[href*="twitter.com"]:before {
	content: "\e61b";
}

.social-links ul a[href*="behance.net"]:before {
	content: "\f1b4";
}

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

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

.social-links ul a[href*="pinterest.com"]:before {
	content: "\f231";
}

.social-links ul a[href*="f173"]:before {
	content: "\f214";
}

.social-links ul a[href*="youtube.com"]:before {
	content: "\f16a";
}

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

.social-links ul a[href*="vimeo.com"]:before {
	content: "\f27d";
}

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

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

.social-links ul a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

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

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

.social-links ul a:before {
	content: "\f013";
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	text-align: center;
	font-size: 15px;
	margin: 20px auto;
	max-width: 1000px;
	padding: 20px 0;
	background: #fff;
	-moz-box-shadow: 0 2px 6px rgba( 100, 100, 100, .3);
	-webkit-box-shadow: 0 2px 6px rgba( 100, 100, 100, .3);
	box-shadow: 0 2px 6px rgba( 100, 100, 100, .3);
	clear: left;
}


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


#infinite-handle {
	margin: 40px 0;
	text-align: center;
}

#infinite-handle span {
	display: inherit;
	font-size: inherit;
	font-weight: normal;
	padding: 0 !important;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	line-height: inherit;
	margin-left: auto;
	margin-right: auto;
	color: #999;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 20%;
}

#infinite-handle span:hover {
	border-color: #aaa;
	opacity: 1 !important;
	color: #999 !important;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

#infinite-handle button {
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

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


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width: 800px) {
	#page {padding-bottom:20px;}
	#primary {
		float: none;
		clear:left;
		width:100%;
	}
	#content {
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
	}
	#main {padding: 20px !important;}
	#secondary {
		float: none;
		margin: 40px 0 0;
		padding: 20px;
		width: 100% !important;
		background: #333;
		clear: left;

	}
	.widget {
		float: none;
		margin: 0 0 30px;
		color: #fff;
		padding: 0;
	}
	.widget ul {
		margin: 0;
	}
	.widget:last-of-type {
		margin: 0;
	}
	.widget-title {
		color: #fff;
	}
	.social-links ul li a:before,
	.widget a {
		color: #ccc;
	}
	.widget a:hover {
		color: #fff;
	}
	.postedon {display: none;}
	.entry {
		margin: 0 0 10px 0px;
		overflow: hidden;
	}
}
