@charset "UTF-8";

/*!
Theme Name: sudoish
Theme URI: http://underscores.me/
Author: Thiago Pacheco
Author URI: http://pacheco.io
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sudoish
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.

sudoish 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
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# 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: #cdd6f4;
	font-family: "JetBrains Mono", "Fira Code", "SF Mono", "Cascadia Code", Consolas, "Liberation Mono", Menlo, Monaco, "Courier New", monospace;
	font-size: 15px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #cdd6f4;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 1.75rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1.1rem;
}

h5,
h6 {
	font-size: 1rem;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 1.5em 0;
	padding: 1em 1.5em;
	background: #181825;
	border-left: 3px solid #a6e3a1;
	color: #bac2de;
}

blockquote::before {
	content: "> ";
	color: #7f849c;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote cite {
	display: block;
	margin-top: 0.5em;
	font-size: 13px;
}

blockquote cite::before {
	content: "-- ";
	color: #6c7086;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
	font-family: "JetBrains Mono", "Fira Code", "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.25em;
	color: #cdd6f4;
}

code,
kbd,
tt,
var {
	font-family: "JetBrains Mono", "Fira Code", "SF Mono", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	font-size: 0.9em;
	background: #313244;
	padding: 0.15em 0.4em;
	border-radius: 3px;
	color: #fab387;
}

pre code {
	background: none;
	padding: 0;
	color: inherit;
}

kbd {
	background: #45475a;
	border: 1px solid #585b70;
	box-shadow: 0 2px 0 #11111b;
	color: #cdd6f4;
}

abbr,
acronym {
	border-bottom: 1px dotted #6c7086;
	cursor: help;
	text-decoration: none;
}

mark,
ins {
	background: rgba(249, 226, 175, 0.2);
	color: #f9e2af;
	text-decoration: none;
	padding: 0.1em 0.3em;
	border-radius: 2px;
}

big {
	font-size: 125%;
}

small {
	font-size: 13px;
	color: #a6adc8;
}

/* Elements
--------------------------------------------- */
body {
	background: #1e1e2e;
	min-height: 100vh;
}

.site {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

::selection {
	background: #585b70;
	color: #cdd6f4;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #181825;
}

::-webkit-scrollbar-thumb {
	background: #45475a;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: #585b70;
}

hr {
	background: none;
	border: 0;
	border-top: 1px dashed #45475a;
	height: 0;
	margin: 2em 0;
	position: relative;
}

hr::before {
	content: "---";
	position: absolute;
	top: -0.5em;
	left: 50%;
	transform: translateX(-50%);
	background: #1e1e2e;
	padding: 0 0.5em;
	color: #6c7086;
	font-size: 13px;
}

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

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

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
	overflow: hidden;
}

thead {
	background: #313244;
}

thead th {
	color: #cdd6f4;
	font-weight: 600;
	text-align: left;
}

th,
td {
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #313244;
}

tbody tr {
	transition: background 0.15s ease;
}

tbody tr:last-child td {
	border-bottom: none;
}

tbody tr:hover {
	background: rgba(49, 50, 68, 0.5);
}

tbody tr:nth-child(even) {
	background: rgba(49, 50, 68, 0.3);
}

tbody tr:nth-child(even):hover {
	background: rgba(49, 50, 68, 0.5);
}

td {
	color: #bac2de;
}

caption {
	padding: 0.75rem;
	color: #7f849c;
	font-size: 13px;
	text-align: left;
	caption-side: bottom;
}

caption::before {
	content: "// ";
	color: #6c7086;
}

/* Links
--------------------------------------------- */
a {
	color: #89b4fa;
	text-decoration: none;
	transition: color 0.15s ease;
}

a:visited {
	color: #b4befe;
}

a:hover,
a:focus {
	color: #74c7ec;
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted #89b4fa;
	outline-offset: 2px;
}

a:active {
	color: #74c7ec;
}

.entry-content a::after,
.comment-content a::after {
	content: " ->";
	color: #7f849c;
	font-size: 0.85em;
	transition: color 0.15s ease;
}

.entry-content a:hover::after,
.comment-content a:hover::after {
	color: #89b4fa;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #313244;
	border: 1px solid #45475a;
	border-radius: 4px;
	color: #cdd6f4;
	cursor: pointer;
	font-family: "JetBrains Mono", "Fira Code", "SF Mono", "Cascadia Code", Consolas, "Liberation Mono", Menlo, Monaco, "Courier New", monospace;
	font-size: 13px;
	line-height: 1;
	padding: 0.75em 1.25em;
	transition: all 0.15s ease;
}

button::before,
input[type="button"]::before,
input[type="reset"]::before,
input[type="submit"]::before {
	content: "[ ";
	color: #7f849c;
}

button::after,
input[type="button"]::after,
input[type="reset"]::after,
input[type="submit"]::after {
	content: " ]";
	color: #7f849c;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #45475a;
	border-color: #585b70;
	color: #89b4fa;
}

button:hover::before,
button:hover::after,
input[type="button"]:hover::before,
input[type="button"]:hover::after,
input[type="reset"]:hover::before,
input[type="reset"]:hover::after,
input[type="submit"]:hover::before,
input[type="submit"]:hover::after {
	color: #89b4fa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #45475a;
	border-color: #89b4fa;
	outline: none;
	box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.25);
}

input[type="submit"] {
	background: #45475a;
	border-color: #a6e3a1;
	color: #a6e3a1;
}

input[type="submit"]::before,
input[type="submit"]::after {
	color: #a6e3a1;
}

input[type="submit"]:hover {
	background: #585b70;
	color: #a6e3a1;
}

input[type="submit"]:hover::before,
input[type="submit"]:hover::after {
	color: #a6e3a1;
}

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 {
	background: #181825;
	color: #a6adc8;
	border: 1px solid #45475a;
	border-radius: 4px;
	padding: 0.6em 0.8em;
	font-family: "JetBrains Mono", "Fira Code", "SF Mono", "Cascadia Code", Consolas, "Liberation Mono", Menlo, Monaco, "Courier New", monospace;
	font-size: 15px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

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

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: #cdd6f4;
	border-color: #89b4fa;
	outline: none;
	box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.2);
}

select {
	background: #181825;
	color: #cdd6f4;
	border: 1px solid #45475a;
	border-radius: 4px;
	padding: 0.6em 0.8em;
	font-family: "JetBrains Mono", "Fira Code", "SF Mono", "Cascadia Code", Consolas, "Liberation Mono", Menlo, Monaco, "Courier New", monospace;
	cursor: pointer;
}

select:focus {
	border-color: #89b4fa;
	outline: none;
	box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.2);
}

textarea {
	width: 100%;
	min-height: 150px;
	resize: vertical;
}

label {
	display: block;
	margin-bottom: 0.5em;
	color: #bac2de;
	font-size: 13px;
}

label::before {
	content: "$ ";
	color: #a6e3a1;
}

.required {
	color: #f38ba8;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header {
	padding: 2rem 0;
	border-bottom: 1px solid #313244;
	margin-bottom: 2rem;
}

.site-branding {
	margin-bottom: 1rem;
}

.site-branding .site-title {
	margin: 0 0 0.25rem;
	font-size: 1.5rem;
	font-weight: 600;
}

.site-branding .site-title::before {
	content: "~/";
	color: #a6e3a1;
	font-weight: 400;
}

.site-branding .site-title a {
	color: #cdd6f4;
	text-decoration: none;
}

.site-branding .site-title a:hover {
	color: #89b4fa;
}

.site-branding .site-description {
	margin: 0;
	color: #7f849c;
	font-size: 13px;
}

.site-branding .site-description::before {
	content: "# ";
	color: #6c7086;
}

.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding: 0.5rem 0;
}

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

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

.main-navigation ul ul a {
	width: 200px;
	padding: 0.5rem 1rem;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation li::before {
	content: "./";
	color: #6c7086;
	font-size: 0.9em;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a {
	color: #a6e3a1;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	color: #bac2de;
	padding: 0.25rem 0.5rem;
	transition: color 0.15s ease;
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #a6e3a1;
}

.menu-toggle {
	display: block;
	background: #313244;
	border: 1px solid #45475a;
	color: #cdd6f4;
	padding: 0.5rem 1rem;
	font-size: 13px;
}

.menu-toggle::before {
	content: "menu ";
	color: #a6e3a1;
}

.menu-toggle::after {
	content: " --list";
	color: #7f849c;
}

.menu-toggle[aria-expanded="true"]::after {
	content: " --close";
}

.main-navigation.toggled ul {
	display: block;
	padding: 1rem 0;
}

.main-navigation.toggled ul li {
	display: block;
	margin: 0.25rem 0;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: 0.5rem;
	}
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	margin: 2rem 0;
	padding: 1.5rem 0;
	border-top: 1px solid #313244;
	border-bottom: 1px solid #313244;
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1;
}

.comment-navigation .nav-previous::before,
.posts-navigation .nav-previous::before,
.post-navigation .nav-previous::before {
	content: "<- ";
	color: #7f849c;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
}

.comment-navigation .nav-next::after,
.posts-navigation .nav-next::after,
.post-navigation .nav-next::after {
	content: " ->";
	color: #7f849c;
}

.comment-navigation .nav-subtitle,
.posts-navigation .nav-subtitle,
.post-navigation .nav-subtitle {
	display: block;
	color: #7f849c;
	font-size: 13px;
	text-transform: lowercase;
}

.comment-navigation .nav-title,
.posts-navigation .nav-title,
.post-navigation .nav-title {
	color: #89b4fa;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
	color: #cdd6f4;
	text-decoration: none;
}

.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
	color: #89b4fa;
}

.comment-navigation a:hover .nav-title,
.posts-navigation a:hover .nav-title,
.post-navigation a:hover .nav-title {
	text-decoration: underline;
}

/* Posts and pages
--------------------------------------------- */
.site-main {
	padding: 1rem 0;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px dashed #45475a;
}

.post:last-of-type,
.page:last-of-type {
	border-bottom: none;
}

.entry-header {
	margin-bottom: 1.5rem;
}

.entry-header .entry-title {
	margin-top: 0;
	margin-bottom: 0.5rem;
	word-wrap: break-word;
}

.entry-header .entry-title a {
	color: #cdd6f4;
	text-decoration: none;
}

.entry-header .entry-title a:hover {
	color: #89b4fa;
}

.entry-header .entry-title a::after {
	content: none;
}

.entry-meta {
	color: #7f849c;
	font-size: 13px;
}

.entry-meta a {
	color: #89b4fa;
}

.entry-meta a::after {
	content: none;
}

.entry-meta .posted-on::after {
	content: " ·";
	color: #585b70;
}

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

.post-thumbnail {
	margin: 1.5rem 0;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #313244;
}

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

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

.page-content ul,
.entry-content ul,
.entry-summary ul {
	list-style: none;
	padding-left: 0;
}

.page-content ul li,
.entry-content ul li,
.entry-summary ul li {
	padding-left: 1.5em;
	position: relative;
}

.page-content ul li::before,
.entry-content ul li::before,
.entry-summary ul li::before {
	content: "-";
	position: absolute;
	left: 0;
	color: #a6e3a1;
}

.page-content ol,
.entry-content ol,
.entry-summary ol {
	list-style: none;
	padding-left: 0;
	counter-reset: list-counter;
}

.page-content ol li,
.entry-content ol li,
.entry-summary ol li {
	padding-left: 2em;
	position: relative;
	counter-increment: list-counter;
}

.page-content ol li::before,
.entry-content ol li::before,
.entry-summary ol li::before {
	content: counter(list-counter) ".";
	position: absolute;
	left: 0;
	color: #fab387;
	font-size: 0.9em;
}

.page-content ul ul,
.page-content ol ol,
.page-content ul ol,
.page-content ol ul,
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.entry-summary ul ul,
.entry-summary ol ol,
.entry-summary ul ol,
.entry-summary ol ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.page-links {
	clear: both;
	margin: 1.5rem 0;
	color: #7f849c;
}

.page-links .page-number {
	display: inline-block;
	padding: 0.25em 0.5em;
	margin: 0 0.25em;
	background: #313244;
	border-radius: 3px;
	color: #cdd6f4;
}

.page-links a .page-number {
	background: transparent;
	color: #89b4fa;
}

.page-links a .page-number:hover {
	background: #313244;
}

.entry-footer {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid #313244;
	font-size: 13px;
	color: #7f849c;
}

.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .comments-link,
.entry-footer .edit-link {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}

.entry-footer a {
	color: #89b4fa;
}

.entry-footer a::after {
	content: none;
}

.entry-footer a:hover {
	text-decoration: underline;
}

.blog .entry-summary,
.archive .entry-summary,
.search-results .entry-summary {
	color: #a6adc8;
}

.blog .entry-summary p:last-child,
.archive .entry-summary p:last-child,
.search-results .entry-summary p:last-child {
	margin-bottom: 0;
}

.blog .more-link,
.archive .more-link,
.search-results .more-link {
	display: inline-block;
	margin-top: 1rem;
	color: #89b4fa;
	font-size: 13px;
}

.blog .more-link:hover,
.archive .more-link:hover,
.search-results .more-link:hover {
	text-decoration: underline;
}

.blog .more-link::after,
.archive .more-link::after,
.search-results .more-link::after {
	content: " →";
	color: #7f849c;
}

.single .entry-content p {
	margin-bottom: 1.25em;
}

.single .entry-content img {
	border-radius: 4px;
	border: 1px solid #313244;
}

.single .entry-content figcaption {
	color: #7f849c;
	font-size: 13px;
	margin-top: 0.5rem;
	text-align: center;
}

.archive-header,
.page-header {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #313244;
}

.archive-header .archive-title,
.archive-header .page-title,
.page-header .archive-title,
.page-header .page-title {
	font-size: 1.5rem;
}

.archive-header .archive-description,
.page-header .archive-description {
	color: #a6adc8;
	margin-top: 0.5rem;
}

.no-results .page-content {
	color: #a6adc8;
}

/* Comments
--------------------------------------------- */
.comments-area {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #313244;
}

.comments-title {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.comments-title::before {
	content: "$ cat comments.log | wc -l";
	display: block;
	color: #a6e3a1;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

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

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
	margin-bottom: 1.5rem;
	padding: 1rem;
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
	border-left: 3px solid #45475a;
}

.comment-list .comment.bypostauthor,
.comment-list .pingback.bypostauthor,
.comment-list .trackback.bypostauthor {
	border-left-color: #a6e3a1;
}

.comment-list .comment.bypostauthor > .comment-body .comment-author .fn::after,
.comment-list .pingback.bypostauthor > .comment-body .comment-author .fn::after,
.comment-list .trackback.bypostauthor > .comment-body .comment-author .fn::after {
	content: " [author]";
	color: #a6e3a1;
	font-size: 13px;
	font-weight: 400;
}

.comment-list .children {
	list-style: none;
	margin: 1rem 0 0 1.5rem;
	padding: 0;
	border-left: 1px dashed #45475a;
	padding-left: 1rem;
}

.comment-body .comment-author {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.comment-body .comment-author .avatar {
	border-radius: 4px;
	border: 1px solid #45475a;
}

.comment-body .comment-author .fn {
	color: #89b4fa;
	font-weight: 600;
}

.comment-body .comment-author .fn a {
	color: inherit;
	text-decoration: none;
}

.comment-body .comment-author .fn a:hover {
	text-decoration: underline;
}

.comment-body .comment-author .fn a::after {
	content: none;
}

.comment-body .comment-author .says {
	display: none;
}

.comment-body .comment-meta {
	font-size: 13px;
	color: #7f849c;
	margin-bottom: 0.75rem;
}

.comment-body .comment-meta::before {
	content: "// ";
	color: #6c7086;
}

.comment-body .comment-meta a {
	color: #7f849c;
}

.comment-body .comment-meta a:hover {
	color: #89b4fa;
}

.comment-body .comment-meta a::after {
	content: none;
}

.comment-content {
	color: #bac2de;
}

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

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

.reply {
	margin-top: 0.75rem;
}

.reply a {
	color: #7f849c;
	font-size: 13px;
	text-decoration: none;
}

.reply a::before {
	content: "$ ";
	color: #a6e3a1;
}

.reply a:hover {
	color: #89b4fa;
}

.reply a::after {
	content: none;
}

.comment-respond {
	margin-top: 2rem;
	padding: 1.5rem;
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
}

.comment-reply-title {
	font-size: 1.25rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.comment-reply-title::before {
	content: "$ vim new_comment.txt";
	display: block;
	color: #a6e3a1;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.comment-reply-title small {
	display: block;
	margin-top: 0.5rem;
}

.comment-reply-title small a {
	color: #f38ba8;
	font-size: 13px;
}

.comment-reply-title small a::before {
	content: "$ ";
	color: #f38ba8;
}

.comment-reply-title small a::after {
	content: none;
}

.comment-form p {
	margin-bottom: 1rem;
}

.comment-form label {
	display: block;
	margin-bottom: 0.5rem;
	color: #bac2de;
	font-size: 13px;
}

.comment-form label::before {
	content: "$ echo ";
	color: #a6e3a1;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
}

.comment-form .form-submit {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.comment-notes,
.logged-in-as {
	color: #7f849c;
	font-size: 13px;
	margin-bottom: 1rem;
}

.comment-notes::before,
.logged-in-as::before {
	content: "# ";
	color: #6c7086;
}

.comment-notes a,
.logged-in-as a {
	color: #89b4fa;
}

.comment-notes a::after,
.logged-in-as a::after {
	content: none;
}

.comment-navigation {
	margin: 1.5rem 0;
	padding: 1rem 0;
	border-top: 1px dashed #45475a;
	border-bottom: 1px dashed #45475a;
}

.no-comments {
	color: #7f849c;
	font-style: italic;
}

.no-comments::before {
	content: "# ";
	color: #6c7086;
}

/* Widgets
--------------------------------------------- */
.widget-area {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #313244;
}

.widget {
	margin: 0 0 2rem;
	padding: 1rem;
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
}

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

.widget-title {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px dashed #45475a;
	color: #cdd6f4;
}

.widget-title::before {
	content: "## ";
	color: #a6e3a1;
	font-weight: 400;
}

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

.widget ul li {
	padding: 0.35rem 0;
	border-bottom: 1px dotted #313244;
}

.widget ul li:last-child {
	border-bottom: none;
}

.widget ul li::before {
	content: "- ";
	color: #6c7086;
}

.widget ul li a {
	color: #bac2de;
	text-decoration: none;
}

.widget ul li a:hover {
	color: #89b4fa;
}

.widget ul li a::after {
	content: none;
}

.widget ul ul {
	margin-left: 1rem;
	margin-top: 0.35rem;
}

.widget_search .search-form {
	display: flex;
	gap: 0.5rem;
}

.widget_search .search-form::before {
	content: "$ grep ";
	color: #a6e3a1;
	align-self: center;
}

.widget_search .search-field {
	flex: 1;
}

.widget_search .search-submit {
	white-space: nowrap;
}

.widget_recent_entries li::before,
.widget_recent_comments li::before {
	content: "> ";
	color: #a6e3a1;
}

.widget_recent_entries .post-date,
.widget_recent_comments .post-date {
	display: block;
	color: #7f849c;
	font-size: 13px;
}

.widget_recent_entries .post-date::before,
.widget_recent_comments .post-date::before {
	content: "  // ";
	color: #6c7086;
}

.widget_categories li,
.widget_archive li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.widget_categories li a,
.widget_archive li a {
	flex: 1;
}

.widget_categories span,
.widget_archive span {
	color: #7f849c;
	font-size: 13px;
}

.widget_categories span::before,
.widget_archive span::before {
	content: "(";
}

.widget_categories span::after,
.widget_archive span::after {
	content: ")";
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	margin: 0.25rem;
	padding: 0.25rem 0.5rem;
	background: #313244;
	border-radius: 3px;
	color: #bac2de;
	font-size: 13px !important;
	text-decoration: none;
	transition: all 0.15s ease;
}

.widget_tag_cloud .tagcloud a:hover {
	background: #45475a;
	color: #89b4fa;
}

.widget_tag_cloud .tagcloud a::after {
	content: none;
}

.widget_calendar table {
	width: 100%;
	border-collapse: collapse;
}

.widget_calendar table caption {
	color: #cdd6f4;
	font-weight: 600;
	padding-bottom: 0.5rem;
}

.widget_calendar table th,
.widget_calendar table td {
	padding: 0.35rem;
	text-align: center;
	border: 1px solid #313244;
}

.widget_calendar table th {
	background: #313244;
	color: #bac2de;
	font-size: 13px;
}

.widget_calendar table td {
	color: #7f849c;
}

.widget_calendar table td a {
	color: #89b4fa;
	font-weight: 600;
}

.widget_calendar table td a::after {
	content: none;
}

.widget_calendar table #today {
	background: #45475a;
	color: #a6e3a1;
}

.widget_calendar .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	padding-top: 0.5rem;
	font-size: 13px;
}

.widget_calendar .wp-calendar-nav a {
	color: #89b4fa;
}

.widget_calendar .wp-calendar-nav a::after {
	content: none;
}

.widget_rss .rss-widget-icon {
	display: none;
}

.widget_rss li {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #45475a;
}

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

.widget_rss .rsswidget {
	color: #89b4fa;
	font-weight: 600;
}

.widget_rss .rss-date {
	display: block;
	color: #7f849c;
	font-size: 13px;
}

.widget_rss .rssSummary {
	color: #a6adc8;
	font-size: 13px;
	margin-top: 0.5rem;
}

.widget_text .textwidget {
	color: #bac2de;
}

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

.custom-logo-link img {
	border-radius: 4px;
}

/* Images */
.entry-content img,
.page-content img,
.comment-content img {
	border-radius: 4px;
	border: 1px solid #313244;
}

/* Embedded content */
.wp-block-embed,
.wp-block-video,
.wp-block-audio {
	margin: 1.5rem 0;
	padding: 1rem;
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
}

.wp-block-embed figcaption,
.wp-block-video figcaption,
.wp-block-audio figcaption {
	color: #7f849c;
	font-size: 13px;
	margin-top: 0.75rem;
	text-align: center;
}

.wp-block-embed figcaption::before,
.wp-block-video figcaption::before,
.wp-block-audio figcaption::before {
	content: "// ";
	color: #6c7086;
}

/* Video and audio players */
video,
audio {
	width: 100%;
	border-radius: 4px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
	padding: 0.5rem;
}

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

.wp-caption .wp-caption-text {
	margin: 0.75em 0 0.25em;
	padding-top: 0.5em;
	border-top: 1px dashed #45475a;
}

.wp-caption-text {
	text-align: center;
	color: #7f849c;
	font-size: 13px;
}

.wp-caption-text::before {
	content: "// ";
	color: #6c7086;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1rem;
	padding: 1rem;
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
}

.gallery::before {
	content: "$ ls -la ./images/";
	display: block;
	grid-column: 1/-1;
	color: #a6e3a1;
	font-size: 13px;
	padding-bottom: 0.75rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px dashed #45475a;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #313244;
	transition: border-color 0.15s ease;
}

.gallery-item:hover {
	border-color: #89b4fa;
}

.gallery-item img {
	display: block;
	width: 100%;
	height: auto;
}

.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;
	padding: 0.5rem;
	background: #313244;
	color: #7f849c;
	font-size: 13px;
}

.gallery-caption::before {
	content: "// ";
	color: #6c7086;
}

/* Footer
--------------------------------------------- */
.site-footer {
	margin-top: 3rem;
	padding: 2rem 0;
	border-top: 1px solid #313244;
}

.site-info {
	color: #7f849c;
	font-size: 13px;
	text-align: center;
}

.site-info::before {
	content: "$ echo '";
	color: #a6e3a1;
}

.site-info::after {
	content: "'";
	color: #a6e3a1;
}

.site-info a {
	color: #89b4fa;
}

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

.site-info a::after {
	content: none;
}

.site-info .sep {
	color: #585b70;
	margin: 0 0.25rem;
}

.footer-widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px dashed #45475a;
}

/* Social Links
--------------------------------------------- */
.social-navigation {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px dashed #45475a;
}

.social-navigation::before {
	content: "$ ./social --links";
	display: block;
	color: #7f849c;
	font-size: 13px;
	margin-bottom: 0.75rem;
}

.social-links-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.social-link {
	display: inline-flex;
}

.social-link a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.75rem;
	color: #bac2de;
	background: #313244;
	border: 1px solid #45475a;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.15s ease;
}

.social-link a:hover,
.social-link a:focus {
	color: #cdd6f4;
	background: #45475a;
	border-color: #585b70;
}

.social-link a::after {
	content: none;
}

.social-link a svg {
	flex-shrink: 0;
}

@media screen and (max-width: 37.5em) {

	.social-link .social-link__label {
		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;
	}
}

.social-link--github a:hover,
.social-link--github a:focus {
	color: #cdd6f4;
	border-color: #6c7086;
}

.social-link--twitter a:hover,
.social-link--twitter a:focus {
	color: #cdd6f4;
	border-color: #89b4fa;
}

.social-link--linkedin a:hover,
.social-link--linkedin a:focus {
	color: #74c7ec;
	border-color: #74c7ec;
}

.social-link--mastodon a:hover,
.social-link--mastodon a:focus {
	color: #cba6f7;
	border-color: #cba6f7;
}

.social-link--instagram a:hover,
.social-link--instagram a:focus {
	color: #f5c2e7;
	border-color: #f5c2e7;
}

.social-link--youtube a:hover,
.social-link--youtube a:focus {
	color: #f38ba8;
	border-color: #f38ba8;
}

.social-link--discord a:hover,
.social-link--discord a:focus {
	color: #b4befe;
	border-color: #b4befe;
}

.social-link--email a:hover,
.social-link--email a:focus {
	color: #a6e3a1;
	border-color: #a6e3a1;
}

.social-link--rss a:hover,
.social-link--rss a:focus {
	color: #fab387;
	border-color: #fab387;
}

.social-links--compact .social-link a {
	padding: 0.5rem;
}

.social-links--compact .social-link__label {
	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;
}

/* Contact
--------------------------------------------- */
.page-template-contact .entry-content,
.page-slug-contact .entry-content,
.contact-page .entry-content {
	max-width: 600px;
}

.wpcf7,
.wpforms-container,
.contact-form {
	padding: 1.5rem;
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
}

.wpcf7::before,
.wpforms-container::before,
.contact-form::before {
	content: "$ ./send-message.sh";
	display: block;
	color: #a6e3a1;
	font-size: 13px;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #45475a;
}

.wpcf7-form p,
.wpforms-field,
.form-group {
	margin-bottom: 1.25rem;
}

.wpcf7-form p:last-of-type,
.wpforms-field:last-of-type,
.form-group:last-of-type {
	margin-bottom: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-email,
.wpcf7 .wpcf7-tel,
.wpcf7 .wpcf7-textarea {
	width: 100%;
}

.wpcf7 .wpcf7-submit {
	margin-top: 1rem;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #f38ba8;
	font-size: 13px;
	margin-top: 0.5rem;
}

.wpcf7 .wpcf7-not-valid-tip::before {
	content: "error: ";
	color: #f38ba8;
}

.wpcf7 .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: 1rem;
	border-radius: 4px;
	font-size: 13px;
}

.wpcf7 .wpcf7-response-output::before {
	content: "$ ";
	color: #a6e3a1;
}

.wpcf7 .wpcf7-mail-sent-ok {
	background: rgba(166, 227, 161, 0.1);
	border: 1px solid #a6e3a1;
	color: #a6e3a1;
}

.wpcf7 .wpcf7-mail-sent-ok::before {
	content: "[OK] ";
}

.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-spam-blocked {
	background: rgba(243, 139, 168, 0.1);
	border: 1px solid #f38ba8;
	color: #f38ba8;
}

.wpcf7 .wpcf7-mail-sent-ng::before,
.wpcf7 .wpcf7-validation-errors::before,
.wpcf7 .wpcf7-spam-blocked::before {
	content: "[ERROR] ";
}

.wpcf7 .wpcf7-spinner::before {
	content: "Sending...";
	color: #f9e2af;
}

.wpforms-container .wpforms-required-label {
	color: #f38ba8;
}

.wpforms-container .wpforms-error {
	color: #f38ba8;
	font-size: 13px;
}

.wpforms-container .wpforms-error::before {
	content: "! ";
}

.wpforms-container .wpforms-confirmation-container-full {
	background: rgba(166, 227, 161, 0.1);
	border: 1px solid #a6e3a1;
	padding: 1rem;
	border-radius: 4px;
	color: #a6e3a1;
}

.wpforms-container .wpforms-confirmation-container-full::before {
	content: "[SUCCESS] ";
}

.contact-info {
	margin-top: 2rem;
	padding: 1rem;
	background: #181825;
	border: 1px solid #313244;
	border-radius: 4px;
}

.contact-info::before {
	content: "$ cat contact-info.txt";
	display: block;
	color: #a6e3a1;
	font-size: 13px;
	margin-bottom: 1rem;
}

.contact-info p {
	margin-bottom: 0.5rem;
	color: #bac2de;
}

.contact-info p::before {
	content: "> ";
	color: #6c7086;
}

.contact-info p:last-child {
	margin-bottom: 0;
}

.contact-info a {
	color: #89b4fa;
}

.contact-info a::after {
	content: none;
}

.social-links {
	margin-top: 1.5rem;
}

.social-links::before {
	content: "$ ls ~/social/";
	display: block;
	color: #a6e3a1;
	font-size: 13px;
	margin-bottom: 0.75rem;
}

.social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.social-links li::before {
	content: none;
}

.social-links a {
	display: inline-block;
	padding: 0.5rem 1rem;
	background: #313244;
	border: 1px solid #45475a;
	border-radius: 4px;
	color: #bac2de;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.15s ease;
}

.social-links a::before {
	content: "./";
	color: #6c7086;
}

.social-links a:hover {
	background: #45475a;
	color: #89b4fa;
	border-color: #89b4fa;
}

.social-links a::after {
	content: none;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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: #181825;
	border: 1px solid #a6e3a1;
	border-radius: 4px;
	box-shadow: 0 0 0 2px rgba(166, 227, 161, 0.25);
	clip: auto !important;
	clip-path: none;
	color: #a6e3a1;
	display: block;
	font-size: 13px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 1rem 1.5rem;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.screen-reader-text:focus::before {
	content: "$ ";
}

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

/* Focus styles for better accessibility */
:focus-visible {
	outline: 2px solid #89b4fa;
	outline-offset: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

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