/*!
Theme Name: AnaLog
Theme URI: http://www.iljester.com/portfolio/analog
Author: Il Jester
Author URI: http://www.iljester.com
Description: The AnaLog theme is a vague retro theme that evokes the old typewriter. A clean and linear theme, highly customizable in colors. Suitable for all types of site, but essentially oriented for blogging.
Version: 1.0.6
Requires at least: 4.8
Tested up to: 4.9
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: analog
Tags: blog, custom-background, custom-colors, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, editor-style, sticky-post, rtl-language-support, theme-options

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

AnaLog 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/

Font icons by FontAwesome 
Dave Gandy https://fortawesome.github.com/Font-Awesome/ distribuited under terms of SIL license

The screenshot of the theme (screenshot.jpg) by Il Jester (C) 2022 https://www.iljester.com
screenshot.jpg is distribuited under CC0 (https://creativecommons.org/publicdomain/zero/1.0/)
*/

/* ----------------------------------------------------------------
 * DO NOT EDIT THIS STYLE. USE CUSTOM CSS IN CUSTOMIZER INSTEAD!
 * --------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Html Formats
	# Typography
	# Elements
	# Forms
	# Links
	# Media
# Preset
	## Accessibility
	## Alignments
	## Styles
	## Prefix
	## Clearings
	## Blocks
	## Borders
	## Iconlink
# Layout
	## Header
	## Content
	## Widgets
	## Navigation
	## Footer
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Html Formats
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body {
	color: #404040;
	font-family: -apple-system,BlinkMacSystemFont,"Courier New","Andale Mono", Monaco, Consolas, monospace;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	/* letter-spacing: -.5px; */
}

table, td, th, input, textarea, select, optgroup {
    font-family: Monaco, Consolas, Inconsolata, "Andale Mono","DejaVu Sans Mono", monospace;
    font-size: 14px;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.83333rem;
}

h3 {
	font-size: 1.66666rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.33333rem;
}

h6 {
	font-size: 1.16rem;
}

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

h1, h2 {
    line-height:1.3;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
    border-left: 6px solid #ddd;
    padding-left: 20px;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 12px;
	font-size: 1.125rem;
    background-color: #fff9ad;
    padding: 0 3px;
}

abbr, acronym {
	cursor: help;
    border-bottom: 3px dotted #666;
    text-decoration: none;
}

cite {
    padding-left: 5px;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
    padding: 0 3px;
}

big {
	font-size: 125%;
}

q {
    letter-spacing: .5px;
}

q:before {
    content: "\00ab"
}

q:after {
    content: "\00bb";
}

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

* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ 
	 */
	box-sizing: inherit;
}

body.has-bg-texture {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: 2px 2px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-attachment: fixed;
}

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

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

ul {
    list-style-type: square;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

/**
 * Special rule for wp-post-image class
 */
img.wp-post-image {
	border: 3px solid #000;
	background-color: #fff;
}

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

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

table, td, th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 10px;
}

th {
    background-color: #f4f5f6;
    text-shadow: 0 1px 0 #fff;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: inherit;
    font-weight: bold;
    text-shadow: 0 1px 0 #f3f1f1;
    background-color: #d6d6d6b9;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
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,
select {
	border: 1px solid #000;
}

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;
    background-color: #e6e6e694;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    box-shadow: inset -4px 5px rgba(0,0,0,.12);
    border-bottom: 1px solid #928f8f;
    border-left: 1px solid #928f8f;
}

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 {
    padding: 8px;
    background-color: #e6e6e694;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, 
a:visited {
    text-decoration: none;
    color: #505050;
}

a:hover {
    color: #000;
    border-bottom: 1px dotted #000001;
}

a:focus {
	outline: 2px solid red;
}

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

/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/

/** Make sure embeds and iframes fit their containers. **/

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

/*--------------------------------------------------------------
# Preset
--------------------------------------------------------------*/

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

.alignleft, .alignright {
    margin-top: .35em;
}

/*--------------------------------------------------------------
## Prefixs
--------------------------------------------------------------*/

/** = symbol **/

dt:before,
.widget .comment-author-link:before,
.entry-meta:before,
.entry-footer > span .cat-label:before,
.entry-footer > span .tag-label:before,
.comment-metadata > a:before,
.archive-description .item-name:before,
.post-box-author .author-name span:before {
	content: "=";
    margin-right: 10px;
    font-weight: bold;
}

/** :: symbol **/

.more-link:before,
.entry-footer .edit-link a:before,
.entry-footer .comments-link a:before,
.comment-reply-link:before,
.comment-edit-link:before,
.main-navigation > li > a:before,
.comment-reply-title a:before {
    content: ">_";
    margin-right: 6px;
}

.comment-reply-link:before,
.comment-edit-link:before,
.comment-metadata > a:before {
    font-size: 1.25em;
}

/** # symbol **/

.tagcloud a:before, .site-description:before {
    content: "#";
}

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

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/

.wp-block-cover {
    margin-top: 1.28em;
    border: 3px solid #000;
}

.wp-block-file__button {
    border-bottom: 0 none;
}

.wp-block-latest-posts li {
    margin-bottom: 10px;
}

.wp-block-latest-posts time {
    margin-top: 6px;
}

.wp-block-button__link {
	border-bottom: 0 none !important;
}

/*--------------------------------------------------------------
## Borders
--------------------------------------------------------------*/

img.alignright,
img.alignleft,
img.aligncenter,
img.alignnone,
.wp-block-image img,
.wp-block-media-text img,
.comment-content img {
	border: none !important;
}

.alignleft a,
.alignright a,
.aligncenter a,
.alignnone a {
	border: 0 none !important;
}

/*--------------------------------------------------------------
## Iconlink
--------------------------------------------------------------*/

.entry-content a.ico-link:after,
.page-content a.ico-link:after,
.comment-content a.ico-link:after {
    content: "\f14c";
    margin-left: 5px;
    font-family: Fontello;
    vertical-align: middle;
    color: #e63030;
    font-size: .833333em;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

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

.site {
	width: 100%;
}

.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    box-shadow: 0 10px rgba(0,0,0, .5);
	border-bottom: 3px solid #000;
	background-color: #fff;
}

.site-header.fixed-h .main-navigation {
	padding: 5px 40px;
}

.main-navigation .menu-primary-container:after {
	content: " ";
	display: block;
	clear: both;
}

.site-content, .site-footer {
	width: 87.7198%; /* 1250px */
	margin: 0 auto;
}

.site-content {
    margin-top: 40px;
}

.content-area {
    width: 55%;
    padding: 10px 20px 10px;
    box-shadow: 10px 10px rgba(0,0,0, .5);
    border: 3px solid #000;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    float: left;
}

body.no-sidebar .content-area {
    width: 80%; /* Expand content if there are no active widgets */
    float: none;
}

body.no-sidebar .site-main {
	width: auto; /* 820px */
	margin: 0 auto;
	padding: 80px 0;
}

.widget-area {
    float: left;
    width: 45%;
    padding-left: 40px;
    padding-right: 0;
    margin-top: 0;
}

.site-footer {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 10px 10px rgba(0,0,0, .5);
	border: 3px solid #000;
	background-color: #fff;
}

/** Page error 404 **/

.error404 .content-area {
    float: none;
    width: 100%;
}

.error-404 .search-form {
	margin-bottom: 40px;
}

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

.site-header.fixed-h {
	position: fixed;
	top: 0;
	font-size: 14px;
	width: 100%;
	z-index:88;
}

.site-branding {
	margin: 0;
    border-bottom: 3px solid #000;
    background-color: #c5c5c5;
    padding: 20px 40px 30px;
    /*box-shadow: 0 10px rgba(0,0,0, .5);*/
}

.branding-group.show-hide-branding .branding-info {
	clip: rect(1px,1px,1px,1px);
	position: absolute;
}

body.admin-bar.logged-in .site-branding.fixed-h {
	top: 32px;
}

.branding-group.has-custom-logo {
	height: 120px; /** height for branding group div **/
}

.site-header.fixed-h .branding-group.has-custom-logo {
	height: 60px; /** height for branding group div, after scroll if header is fixed **/
}

.branding-group.show-hide-branding .custom-logo-link {
	float: none; /** no title and description **/
}

.custom-logo-link {
	border: 0 none;
	/* Make sure logo link wraps around logo image. */
	display: block;
	float: left;
	text-decoration: none;
}

.custom-logo-link:hover {
	border-bottom: 0 none;
}

.custom-logo {
    margin: 5px 40px 0 0;
}

.site-header.fixed-h .custom-logo {
	height: auto;
	max-height: 60px; /* This size is half of the fixed height of the logo */
	width: auto;
	vertical-align: middle;
	margin-top: 20px;
	margin-right: 20px;
}

.site-title {
    font-size: 4.2em;
    margin: 0;
    font-weight: bold;
    clear: none;
    line-height: 1.2em;
}

.site-header.fixed-h .site-title {
	font-size: 3.5em; /* 42px */
	padding-top: 16px;
}

.site-title a {
    border: 0 none;
}

.site-description {
    margin: 0;
    line-height: normal;
}

.site-description:before {
	margin-right: 10px;
	font-weight: bold;
	display: inline-block;
}

.site-description.no-hashtag:before {
	content: " ";
}

.site-branding.fixed-h .site-description {
	position: absolute;
	clip: rect(1px,1px,1px,1px);
}

.custom-header-link {
    border-bottom: 0 none;
}

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

/** Main Navigation **/

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

.main-navigation .menu {
	display: block;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: 100%;
	z-index: 99999;
    padding: 10px 0;
    border: 2px solid #000;
    background-color: #eee;
	box-shadow: 7px 7px rgba(0,0,0, .5);
}

.main-navigation .menu > li > ul {
    left: -20px;
    top: 65px;
	z-index: 2;
}

.main-navigation ul ul:before {
	content: " ";
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #eee;
    position: absolute;
    left: 1em;
    top: -12px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    z-index: 0;
}

.main-navigation ul ul ul {
	top: 0;
}

.main-navigation ul ul ul:before {
    left: 0;
    top: 9px;
    width: 20px;
    height: 20px;
}

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

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

.main-navigation ul ul li {
    background-color: #eee;
    padding: 5px 10px;
}

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

.main-navigation .menu > li > a {
    padding: 12px 20px;
    margin-right: 20px;
    font-weight: bold;
    margin-left: -20px;
    color: #444;
    border: 1px solid #0000;
}

.main-navigation ul ul li a {
    border-bottom: 0 none;
    font-weight: bold;
    font-size: .9em;
    text-decoration: none;
}

.main-navigation .menu > li > a:hover {
    background-color: #cecece63;
    text-decoration: none;
    border: 1px dashed #000;
}

.main-navigation .menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: Fontello;
    vertical-align: middle;
    margin-left: 5px;
}

.main-navigation ul ul > li.menu-item-has-children > a:after {
    content: "\f105";
    font-family: Fontello;
    vertical-align: 0;
    margin-left: 5px;
    font-size: .555em;
}

/** Toggle **/

.menu-toggle {
	display: none;
}

.menu-toggle {
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto 25px;
    padding-top: 6px;
}

.menu-toggle:before {
    content: "\F0C9";
    display: inline-block;
    font-family: Fontello;
    font-size: 2em;
}

/** Sub Navigation **/

.sub-navigation {
	text-align: center;
    font-size: 1rem;
}

.sub-navigation .menu {
	margin-left: 1.2em;
}

.sub-navigation li {
	list-style: none;
	display: inline-block;
}

.sub-navigation li:after {
	content: "::";
	display: inline-block;
	padding: 0 5px 0 18px;
}

.sub-navigation li:last-child:after {
	content: " ";
	display: none;
	padding: 0;
}

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

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

/** Posts, pages, attachments **/

.sticky {
	display: block;
    background-color: #e3ebff4a;
    padding: 0 40px 20px;
    color: #000;
    margin: 0px -40px 0 !important;
    border-bottom: 3px solid #000;
}

.sticky-message {
	background-color: #ffffd3;
    padding: 10px;
    margin: -10px -40px 0;
    border-bottom: 2px solid #000;
    font-weight: bold;
}

.post,
.page {
	margin: 0 0 0em;
}

.page-title {
	margin: -10px -40px 0;
    padding: 20px;
    border-bottom: 3px solid #000;
    background-color: #ff7272;
    text-shadow: 0 1px 0 #ff9f9f;
}

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

.entry-meta {
    font-size: .875em;
    padding: 30px 0 30px;
    margin-bottom: 10px;
}

.entry-meta {
	border-top: 2px dashed #000;
    border-bottom: 2px dashed #000;
}

.entry-meta a {
    font-weight: bold;
}

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

.entry-content a,
.page-content a {
    border-bottom: 1px dotted #787878;
}

.entry-content .more-link {
	font-size: .875em;
    padding: 4px 10px;
    border-bottom-color: transparent;
}

.entry-content a:hover,
.page-content a:hover {
    border-color: #000001;
}

.entry-content .post-password-form label,
.page-content .post-password-form label {
    font-weight: bold;
}

.entry-attachment {
    text-align: center;
}

.entry-footer {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 30px 0;
	border-top: 2px dashed #000;
}

.entry-footer > span {
    display: block;
    font-size: .875em;
}

.entry-footer a {
    font-weight: bold;
}

.entry-footer .sub-entry-footer {
    text-align: right;
    margin-top: 20px;
}

.entry-footer .edit-link a,
.entry-footer .comments-link a,
.more-link {
    padding: 5px 10px;
    border: 1px dashed #0000;
}

.entry-footer .edit-link a:hover,
.entry-footer .comments-link a:hover,
.more-link:hover {
    background-color: #cecece63;
    text-decoration: none;
    border-bottom: 0 none;
    border: 1px dashed #000;
}

.more-link {
    float: right;
    font-weight: bold;
    margin-left: -10px;
}

.format-chat p:before {
    content: "-";
    padding-right: 10px;
}

/** Post thumbnail **/

.post-thumbnail {
	margin-top: 35px;
}

a.post-thumbnail {
    border-bottom: 0 none;
    display: 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;
    font-size: .8em;
}

/** Gallery **/

.gallery {
	margin-bottom: 1.5em;
}

.gallery a {
    border-bottom: 0 none;
}

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

/** 404 **/

.error-404 .page-title {
	border: 3px solid #000;
	margin-bottom: 40px;
}

/** Author Info and Archive descriptions **/

.archive-description,
.post-box-author {
    border: 1px dotted #000;
    padding: 0 20px;
    font-size: .833333em;
}

.archive-description,
body.archive .post-box-author {
    margin-top: 40px;
}

.archive-description .item-name,
.post-box-author .author-name {
    font-weight: bold;
}

.post-box-author .author-details {
	overflow: hidden;
}

.post-box-author .avatar {
    border: 2px solid #000;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.archive-description .item-feeds,
.post-box-author .author-links a {
    font-weight: bold;
}

.archive-description .item-feeds,
body.archive .post-box-author .author-links a {
    border-bottom: 1px dotted #787878;
}

.post-box-author .sep {
    padding: 0 10px;
}

/** Comments **/

.comments-area {
	margin: 20px -40px 0;
    padding: 20px 40px 0;
	border-top: 3px solid #000;
}

.comment-list {
    margin-left: 0;
    margin-right: 0;
}

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

.comment-list li {
    border: 1px solid #000;
    padding: 20px 0 30px 20px;
    margin-top: 60px;
}

.comment-list .children {
    margin-left: 1em;
    margin-right: 0;
}

.comment-list .children li {
    border-style: dashed;
    border-right: 0 none;
}

.comment-list li article {
    margin-bottom: 15px;
    position: relative;
}

.comment-list li article:after {
    content: " ";
    clear: both;
    display: block;
}

.comment-list li .comment-meta {
    margin-top: -36px;
    margin-bottom: 20px;
    background-color: #fff;
    display: table;
    padding: 0 15px;
    position: relative;
}

.comment-list li .comment-author .avatar {
    margin-top: -18px;
    margin-right: 15px;
    float: left;
	border: 1px solid #000;
}

.comment-list li .comment-author .says {
    clip: rect(1px,1px,1px,1px);
    position: absolute;
}

.comment-list li .comment-author a {
	vertical-align: middle;
}

.comment-list li .comment-author a:hover {
    border-bottom: 0 none;
}

.comment-list .bypostauthor .comment-author:before {
	content: " ";
    display: block;
    position: absolute;
    left: -7px;
    top: -18px;
    width: 14px;
    height: 14px;
    background-color: #e05d5d;
}

.comment-list li .comment-metadata {
    font-size: .66em;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 58px;
}

.comment-list li .comment-metadata a {
    letter-spacing: 0;
}

.comment-list li .comment-metadata > a {
    text-decoration: none;
}

.comment-list li .comment-metadata > a:before {
    color: #404040 !important;
}

.comment-list li .comment-metadata a:hover {
    border: 0 none;
}

.comment-list li .comment-metadata > a:hover time {
    border-bottom: 1px dotted #000001;
}

.comment-list li .comment-metadata a time {
    margin-left: -4px;
    font-style: italic;
}

.comment-list li .comment-metadata .edit-link a {
    font-weight: bold;
    padding: 5px 9px;
    border: 1px solid #0000;
}

.comment-list li .comment-content {
    padding-right: 20px;
}

.comment-list li .comment-content:before {
    content: " ";
    display: block;
    clear: both;
    margin-top: 36px;
}

.comment-list li .comment-content img {
	margin: 20px 0;
}

.comment-list li .comment-content li {
	/* Reset list in the comment content */
	list-style: inherit;
    border: 0 none;
    padding: inherit;
    margin-top: inherit;
    border-radius: unset;
}

.comment-list li .comment-content a {
	word-wrap: break-word;
	border-bottom: 1px dotted #787878;
}

.comment-list li .comment-content a:hover {
	border-bottom-color: #000001;
}

.comment-list li .reply {
    margin-left: -10px;
    margin-bottom: -10px;
}

.comment-list li .reply a {
    font-size: .77em;
    font-weight: bold;
    padding: 5px 9px;
    border: 1px solid #0000;
}

.comment-list li .comment-metadata .edit-link a:hover,
.comment-list li .reply a:hover {
    border: 1px dashed #000;
    background-color: #cecece63;
    text-decoration: none;
}

/** Special rules for deep comments > 5 **/

.comment-list .depth-6 .comment-meta .avatar {
    width: 54px;
    height: auto;
    margin-top: -13px;
}

.comment-list .depth-6 .comment-metadata {
    top: 48px;
}

.comment-list .depth-6 .comment-content {
    font-size: .888em;
}

.comment-list .depth-7 #cancel-comment-reply-link {
    right: -8px;
}

.comment-list .depth-8 #cancel-comment-reply-link {
    font-size: .888em;
    padding: 5px 10px;
    right: -13px;
}

.comment-list .depth-9 #cancel-comment-reply-link {
    padding: 5px 8px;
    right: -16px;
}

.comment-list .depth-9 #reply-title {
    font-size: 1.05em;
}

.no-comments {
    text-align: center;
    color: #b33d3d;
    font-weight: bold;
}

/** Trackbacks and pingbacks **/

.comment-pings {
    font-size: .875em;
    margin-left: 20px;
    letter-spacing: .2px;
}

.comment-pings li .comment-body a {
	word-wrap: break-word;
	border-bottom: 1px dotted #787878;
}

.comment-pings li .comment-body a:hover {
	border-bottom-color: #000001;
}

.comment-pings li .comment-edit-link {
    font-weight: bold;
    padding: 0 10px;
    border-bottom: 0 none !important;
}

.comment-pings li .comment-edit-link:hover {
    background-color: #cecece63;
    border-radius: 4px;
    text-decoration: none;
    border-bottom: 0 none;
}

/** Respond **/

.comment-respond {
    margin-top: 70px;
    margin-right: 20px;
    position: relative;
}

.comment-respond .logged-in-as, .comment-notes {
	padding: 30px 0;
}

.comment-respond .logged-in-as, .comment-notes {
	border-top: 2px dashed #000;
    border-bottom: 2px dashed #000;
}

.comment-respond .comment-reply-title a {
    position: absolute;
    right: 0;
    top: 0;
    color: red;
    border-bottom: 0 none;
    padding: 5px 20px;
}

.comment-respond .comment-reply-title a:hover {
    border-bottom: 0 none;
    background-color: rgba(255, 0, 0, 0.103);
    color: rgb(212, 50, 50);
    border-radius: 4px;
    text-decoration: none;
}

/** Comment form **/

.comment-form-comment label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 12px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: inline-block;
    font-weight: bold;
    min-width: 120px;
}

/** Hyphenator **/

body.force-text-hyphens .entry-content, 
body.force-text-hyphens .comment-content, 
body.force-text-hyphens .archive-description, 
body.force-text-hyphens .author-post-box, 
body.force-text-hyphens .entry-summary {
	text-align:justify !important;
	hyphens:auto !important;
}

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

.widget {
	padding: 40px;
    margin: 0 0 40px;
    background-color: #fff;
    box-shadow: 10px 10px rgba(0,0,0, .5);
	border: 3px solid #000;
}

.widget .widget-title,
.widget .widgettitle {
    margin: -40px -40px 40px;
    background-color: #c5c5c5;
    border-bottom: 3px solid #000;
    padding: 10px 20px;
}

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

.widget li {
    list-style: none;
    margin-bottom: 8px;
}

.widget .comment-author-link {
    font-weight:bold;
}

.widget .tagcloud a {
    padding: 0 10px 2px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #0000;
}

.widget .tagcloud a:hover {
    background-color: #cecece63;
	border: 1px dashed #000;
    text-decoration: none;
}

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

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

#wp-calendar a {
	position: relative;
}

#wp-calendar td:not(#prev):not(#next) a:before {
    content: " ";
    position: absolute;
    top: -8px;
    left: -8px;
    border: 2px solid red;
    padding: 15px;
    border-radius: 50%;
}

#prev, #next {
	font-weight: bold;
}

#wp-calendar caption {
	font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.125em;
}

/** widget 404 **/

.error-404 .widget {
	background-color: #eee;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

/** Commons **/

.navigation.pagination {
	margin: 0 -40px -10px;
    background-color: #eee;
    padding: 10px;
    border-top: 2px solid #000;
}

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

.site-main .post-navigation {
	margin-top: 40px;
    border-top: 2px dashed #000;
    padding-top: 30px;
}

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

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

.navigation .nav-links .current,
.navigation .nav-links a.page-numbers,
.entry-content .page-links a,
.entry-content .page-links .current {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.navigation .nav-links a.page-numbers,
.entry-content .page-links a {
    text-shadow: 0 1px 0 #fff;
    background-color: #f6f5f4;
    font-weight: bold;
    border: 1px dashed #000;
}

.navigation .nav-links a.page-numbers:hover,
.entry-content .page-links a:hover {
    background-color: #cecece63;
    text-decoration: none;
}

.post-navigation .nav-previous .meta-nav:before,
.comment-navigation .nav-previous a:before {
	content: "\2190";
	padding-right: 5px;
}

.post-navigation .nav-next .meta-nav:after,
.comment-navigation .nav-next a:after {
	content: "\2192";
	padding-left: 5px;
}

.comment-navigation .nav-links a,
.post-navigation .nav-links .meta-nav {
    font-style: italic;
}

/** Navigation between single posts **/

.post-navigation {
    padding-bottom: 20px;
}

.post-navigation .nav-links a,
.post-navigation .nav-links a:hover {
    border: 0 none;
}

.post-navigation .nav-links .post-title {
    font-weight: bold;
}

.post-navigation .nav-links a:hover .post-title {
    border-bottom: 1px dotted #000001;
}

/** Navigation into the post (post pagination) **/

.entry-content .page-links {
    text-align: center;
	clear: both;
	margin: 0 0 1.5em;
}

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

.my-site-cp {
    border-bottom: 3px solid #000;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: -40px;
    background-color: #c5c5c5;
}

.my-site-cp p {
    text-align: center;
    font-size: .875em;
    margin: 0;
	font-weight:bold;
}

.search-box {
    text-align: center;
    margin-bottom: 27px;
}

.site-info {
    text-align: center;
    font-size: .77em;
}

.site-info a {
    font-weight: bold;
    border-bottom: 0 none;
}

.site-info a:hover {
    border-bottom: 1px dotted #000001;
}

.tf {
	display: inline-block;
}

.sep {
    padding: 0 10px;
}

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