/*!
Theme Name: Fumetteria
Theme URI: http://underscores.me/
Author: Alessandro Zangrandi
Author URI: http://underscores.me/
Description: Fumetteria's website theme.
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fumetteria
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Fumetteria is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
	- Dark mode
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0;
}

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

blockquote {
	margin: 1em 0;
	padding-left: 20px;
	border-left: 5px solid #181818;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
@media (min-width: 1280px) {
	body {
		background-image: url("assets/img/background.jpg");
	}
}

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

ul,
ol {
	margin: 1em 0;
	padding-left: 18px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

.embed-wrapper {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.embed-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

table {
	margin-top: 10px;
	margin-bottom: 1em;
	width: 100%;
	border-collapse: collapse;
}

td, th {
	border: 1px solid #dddddd;
	border-color: #dddddd !important;
	border-spacing: 0;
	text-align: left;
	padding: 8px;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

tr:nth-child(odd) {
	background-color: #ffffff !important;
}

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

a:hover, a:focus, a:active {
	color: #2d2d2d;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #2d2d2d;
	color: #fff;
	padding: 3px 8px;
	font-weight: 600;
	border-radius: 6px;
	border: 1px solid #181818;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.header-top {
	height: 60px;
	background-color: #000000;
	display: flex;
}

.menu-navigation {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 99999;
	top: 60px;
	background-color: #121212;
}

.menu-navigation ul, .menu-navigation ol {
	margin: 0;
	list-style-type: none;
}

.menu-navigation .sub-menu {
	display: none;
}

.admin-bar .menu-navigation {
	top: 106px;
}

.header-container {
	display: flex;
	justify-content: space-between;
	flex: auto;
	align-items: center;
}

.header-logo, .footer-logo, .menu-bars, .dark-mode-header {
	line-height: 0;
	display: block;
	align-self: center;
}

.header-logo svg, .footer-logo svg, .menu-bars svg, .dark-mode-header svg {
	height: 25px;
}

.header-logo svg {
	padding-left: 10px;
	width: 100%;
}

.menu-bars svg, .dark-mode-header svg {
	padding-right: 10px;
}

.dark-mode-header svg {
	margin-left: 10px;
}

.header-menu {
	padding: 10px;
}

.header-menu li {
	margin: 10px 0;
}

.fumetteria-footer {
	padding: 25px 0;
	background: #2d2d2d;
	text-align: center;
}

.fumetteria-footer .footer-social .footer-icon {
	width: 10%;
	display: inline-block;
	margin: 0 10px;
}

.fumetteria-footer .footer-text {
	margin-top: 10px;
}

.fumetteria-footer p {
	color: #fff;
}

.header-menu a, .fumetteria-footer a {
	color: #fff;
	font-weight: 600;
}

.menu-bars {
	margin-left: auto;
}

.navigation.posts-navigation {
	margin-top: 10px;
}

@media (min-width: 1280px) {
	.header-container {
		width: 1280px;
		max-width: 1280px;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}
	.menu-navigation {
		display: block;
		position: relative;
		width: auto;
		background-color: #000000;
		top: 0;
		z-index: 1;
		margin-left: auto;
		margin-right: 10px;
	}
	.menu-navigation .menu-item-has-children:hover {
		background-color: #1d1d1d;
		transition: all .1s ease-in-out;
		-webkit-transition: all .1s ease-in-out;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 768px) {
	.menu-navigation .menu-item-has-children:hover {
		transition: none;
		background-color: #000000;
	}
}

@media (min-width: 1280px) {
	.menu-navigation .menu-item-has-children:hover.menu-item a {
		color: #fff;
	}
	.menu-navigation .menu-item-has-children:hover .sub-menu, .menu-navigation .menu-item-has-children:hover .sub-menu:hover {
		display: block;
		position: absolute;
		background-color: #000000;
		padding: 10px;
	}
	.menu-navigation .menu-item-has-children:hover .sub-menu a, .menu-navigation .menu-item-has-children:hover .sub-menu:hover a {
		color: #fff;
		padding: 0;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 768px) {
	.menu-navigation .menu-item-has-children:hover .sub-menu a, .menu-navigation .menu-item-has-children:hover .sub-menu:hover a {
		padding: 10px;
	}
	.menu-navigation .menu-item-has-children:hover .sub-menu a:hover, .menu-navigation .menu-item-has-children:hover .sub-menu:hover a:hover {
		color: #fff;
	}
}

@media (min-width: 1280px) {
	.header-menu {
		display: flex;
		padding: 0;
		align-items: center;
	}
	.header-menu li a {
		margin-left: 8px;
		margin-right: 8px;
	}
	.menu-bars {
		display: none;
	}
	.admin-bar .menu-navigation {
		top: 0;
	}
	.header-logo svg {
		padding-left: 0;
	}
	.fumetteria-footer {
		margin-top: 20px;
	}
	.fumetteria-footer .footer-social .footer-icon {
		width: 2%;
	}
	.dark-mode-header svg {
		padding-right: 0;
	}
}

/* Posts and pages
--------------------------------------------- */
.fumetteria-content .post-meta {
	margin-bottom: 16px;
}

.fumetteria-content .post-meta .post-title {
	margin-bottom: 6px;
}

.fumetteria-content .post-meta .post-excerpt {
	margin-bottom: 10px;
}

.post-thumbnail {
	margin-bottom: 16px;
}

.post-thumbnail img {
	display: block;
	width: 100%;
}

.thumbnail-caption {
	margin-top: 10px;
    font-size: 15px;
    font-style: italic;
}

.post-content {
	border-bottom: 1px solid #b9b9b9;
}

.post-content p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 17px;
	line-height: 1.6em;
	word-break: break-word;
}

.post-content ul, .post-content li {
	font-size: 17px;
	line-height: 1.6em;
	word-break: break-word;
}

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

.page .post-content {
	border: none;
}

.fumetteria-post, .fumetteria-archive {
	padding: 10px 15px;
}

.twitter-tweet, .instagram-media {
	margin: auto !important;
}

.fumetteria-sidebar {
	margin-top: 20px;
}

.post-tag {
	background: #2d2d2d;
	margin-top: 8px;
	display: inline-block;
	padding: 5px 8px;
	margin-right: 10px;
	border-radius: 6px;
}

.post-tag a {
	color: #fff;
	font-weight: 600;
}

.nav-links {
	display: flex;
	justify-content: space-between;
}

.tag-cloud-link {
	background: #2d2d2d;
	padding: 5px 8px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 6px;
}

.tag-cloud-link:visited, .tag-cloud-link:hover {
	color: #fff;
}

.fumetteria-archive-post {
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #b9b9b9;
}

.fumetteria-archive-post:last-of-type {
	border: none;
}

.fumetteria-archive-post .post-meta {
	margin-bottom: 0;
}

.fumetteria-archive-post .post-thumbnail img {
	margin-bottom: 5px;
}

.search-form {
	margin-top: 10px;
}

.post-tags {
	margin-top: 10px;
}

.post-tags a {
	margin-right: 8px;
	font-weight: 600;
}

.post-tags .post-categories {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 19px;
}

@media (min-width: 1280px) {
	.main-content {
		padding: 0;
	}
	.fumetteria-post, .fumetteria-archive {
		display: flex;
		width: 1280px;
		max-width: 1280px;
		margin: auto;
		background: #fff;
		padding: 20px 30px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.fumetteria-content {
		flex: 0 0 66.6667%;
		max-width: 66.6667%;
		padding-right: 25px;
	}
	.fumetteria-sidebar {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		padding-left: 25px;
		border-left: 1px solid #dddddd;
		margin-top: 0;
	}
	.fumetteria-archive-post {
		display: flex;
	}
	.fumetteria-archive-post .post-thumbnail {
		margin-bottom: 0;
		flex: 1;
		margin-right: 20px;
	}
	.fumetteria-archive-post .post-meta {
		flex: 2;
	}
}

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

.bypostauthor {
	display: block;
}

.fumetteria-comment .fumetteria-comment {
	margin-left: 5%;
}

.fumetteria-comment-wrapper, .fumetteria-comment-info {
	display: flex;
}

.fumetteria-comment-info {
	flex-wrap: wrap;
}

.comments-area {
	margin-top: 20px;
}

.fumetteria-comment, .fumetteria-comment-avatar, .fumetteria-comment-text, .comment-respond, .comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url, .comment-form-cookies-consent, .form-submit {
	margin-top: 10px;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comment-form-comment textarea {
	margin-top: 5px;
	resize: vertical;
}

.fumetteria-comment-avatar {
	margin-right: 10px;
}

.fumetteria-comment-reply {
	margin-top: 30px;
}

.fumetteria-comment-content {
	width: 100%;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: #f9f9f9;
}

.fumetteria-comment-author {
	margin-right: 5px;
	font-weight: 600;
}

.comment-reply-link, .logged-in-as a, .author.vcard a {
	font-weight: 600;
}

.form-submit input {
	padding: 10px;
}

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

.wp-block-latest-posts__list li {
	text-align: center;
	margin-top: 20px;
}

.wp-block-latest-posts__list li:first-of-type {
	margin-top: 0;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
	font-size: 20px;
	font-weight: 600;
}

.widget_search {
	margin-bottom: 10px;
}

.widget_search .wp-block-search__label {
	font-weight: 700;
	font-size: 30px;
}

.widget_search .wp-block-search__inside-wrapper {
	margin-top: 5px;
}

.widget_search .wp-block-search__button {
	background: #2d2d2d;
	color: #fff;
	padding: 5px 8px;
	font-weight: 600;
	border-radius: 6px;
	border: none;
}

.wp-block-tag-cloud {
	margin-top: 10px;
}

.wp-block-tag-cloud.is-style-outline a {
	border: none;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery, .wp-block-gallery {
	margin-bottom: 1.5em;
	display: flex;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Dark mode
--------------------------------------------- */
@media (min-width: 1280px) {
	body.dark-mode {
		background-image: url("assets/img/background-dark.jpg");
	}
}

.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode p, .dark-mode li, .dark-mode td, .dark-mode th, .dark-mode .post-tags, .dark-mode .post-tags a, .dark-mode .timeline-title a, .dark-mode .comment-reply-link, .dark-mode .post-byline, .dark-mode label, .dark-mode a, .dark-mode .author.vcard a, .dark-mode .wp-block-latest-posts__post-title, .dark-mode .post-title a, .dark-mode cite, .dark-mode .fumetteria-comment-info span, .dark-mode figcaption {
	color: #ffffff;
}

.dark-mode .fumetteria-comment-content {
	background: #212121;
}

@media (min-width: 1280px) {
	.dark-mode .fumetteria-sidebar {
		border-left: 1px solid #262626;
	}
}

.dark-mode .fumetteria-archive-post {
	border-bottom: 1px solid #262626;
}

.dark-mode .fumetteria-archive-post:last-of-type {
	border: none;
}

.dark-mode blockquote {
	border-left: 5px solid #fff;
}

.dark-mode td, .dark-mode th {
	border: 1px solid #262626 !important;
}

.dark-mode tr:nth-child(even) {
	background: #191919;
}

.dark-mode tr:nth-child(odd) {
	background: #202020 !important;
}

.dark-mode .fumetteria-archive, .dark-mode .fumetteria-post {
	background: #1a1a1a;
}

.dark-mode .form-submit input {
	background: #2d2d2d;
}

.dark-mode a:hover {
	color: #ebebeb;
}

.post__share {
	display: flex;
    margin-top: 8px;
}

.post__sns-btn {
	margin-left: 5px;
}

.post__sns-btn:first-child {
	margin-left: 0;
}

.post__share svg {
	width: 30px;
    height: 30px;
    display: block;
	cursor: pointer;
}

.post__sns-btn-facebook {
	fill: #4267b2;
}
.post__sns-btn-twitter {
	fill: #1da1f2;
}

.post__sns-btn-whatsapp {
	fill: #4ac959;
}

.post__sns-btn-telegram {
	fill: #08c;
}

@media (min-width: 1280px) {
	.post__share {
		margin-top: 10px;
	}
}
