/*!
Theme Name: G95
Theme URI: http://g95.to/
Author: G95
Author URI: http://g95.to/
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: g95
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.

g95 is based on G95 https://g95.to/, (C) 2012-2020 Automattic, Inc.
G95 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.
 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --text: #ebebeb;
    --text2: #bbb;
    --text3: #4d5156;
    --bg: #1f252f;
    --bg2: #111425;
    --bg3: #000;
    --hover: #7067eb;
    --active: #3f34db;
    --btn: #394457;
    --link: #99c3ff;
    --link2: #3085ff;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text);
    background-color: var(--bg2);
}

main {
    display: block;
    min-width: 0;
}


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


/* 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.
 */


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

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

p {
    margin-bottom: 15px;
}

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

blockquote {
    margin: 0 1.5em;
}

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

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

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


/* Links
--------------------------------------------- */

a {
    color: var(--link);
}

a:visited {
    color: var(--link2);
}

a:hover,
a:focus,
a:active {
    color: var(--link2);
}

a:focus {
    outline: thin dotted;
}

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


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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-color: var(--hover);
    border-radius: 3px;
    background: var(--btn);
    color: var(--text);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: var(--active);
    background: var(--active);
}

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: var(--active);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="search"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background-color: var(--bg2);
    color: var(--text);
    border: 1px solid var(--bg3);
    border-radius: 3px;
    padding: 8px;
}

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: var(--text);
}

select {
    border: 1px solid var(--hover);
}

input,
textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: var(--bg2);
    color: var(--text3);
    outline: 0;
}


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

.box-layout {
    max-width: 1200px;
    background: var(--bg);
    margin: auto;
}

.site {
    display: grid;
    grid-template-columns: 1fr 300px;
    position: relative;
}


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

.site-header {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    border-bottom: 2px solid var(--bg2);
    position: relative;
}

form.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg2);
    border-radius: 5px;
    margin: 5px;
    margin-left: auto;
}

input.search-field {
    margin: 0px;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: unset;
    outline: 0px;
    padding-left: 20px;
    color: #fff;
    height: 36px;
}

button.search-submit {
    border: 0;
    margin: 0;
    line-height: unset;
    color: var(--text3);
    border-left: 1px solid var(--bg);
    padding: 8px 13px 3px;
    font-size: 18px;
    cursor: pointer;
    background: transparent;
}

a.site-title {
    color: var(--text);
    font-size: 24px;
    text-decoration: none;
}


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


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

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

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

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

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

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

nav.main-navigation {
    overflow-x: scroll;
    scrollbar-width: none;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    color: var(--text);
    white-space: nowrap;
    border-radius: 99px;
}

.main-navigation a:hover {
    background: var(--hover);
}

li.current-menu-item a {
    background: var(--active);
}


/* Small menu. */

.menu-toggle {
    display: block;
}

button.menu-toggle {
    background: transparent;
    border: 0;
    padding: 5px;
}

.main-navigation {
    position: relative;
}

.main-navigation.toggled {
    position: static;
}

.main-navigation.toggled ul {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: var(--bg);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
        position: static;
        box-shadow: none;
        max-height: none;
        overflow-y: visible;
    }
}

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

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-links a {
    padding: 8px;
    display: block;
    background: var(--btn);
    color: var(--text);
    font-weight: 300;
    border-radius: 5px;
    text-decoration: none;
}

.nav-links a:hover {
    background: var(--hover);
}

.nav-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Loop
--------------------------------------------- */

.loop {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
    padding: 10px;
}

a.loop-item {
    background: var(--bg2);
    border-radius: 9px;
    color: var(--text);
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}

a.loop-item:hover {
    background: var(--bg3);
}

a.loop-item:hover>.loop-thumbl img {
    transform: scale(1.05);
}

.loop-thumbl img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}

.loop-thumb-fallback {
    aspect-ratio: 16 / 9;
    background: var(--wp--preset--gradient--blush-bordeaux);
}

.loop-thumbl {
    aspect-ratio: 16 / 9;
}

.loop-content {
    padding: 10px;
}

h2.loop-title {
    margin-bottom: 5px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loop-meta {
    display: flex;
    justify-content: space-between;
}

.loop-meta-item {
    display: flex;
    gap: 5px;
    color: var(--text2);
    align-items: center;
    font-weight: 200;
    font-size: 14px;
}

.loop-meta-item svg {
    width: 14px;
    height: 14px;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

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

.page-content,
.entry-summary {
    padding: 5px;
}

.entry-header,
.page-header,
.breadcrumb,
.entry-content {
    padding: 5px;
    border-bottom: 2px solid var(--bg2);
}

.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

article {
    border-bottom: 2px solid var(--bg2);
}

video {
    display: block;
    aspect-ratio: 16 / 9;
    outline: 0;
}

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

h1.entry-title {
    margin: 0;
    font-size: 20px;
}

h2.h {
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-footer {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}

nav.navigation.post-navigation {
    border-top: 2px solid var(--bg2);
}


/* Comments
--------------------------------------------- */

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

.bypostauthor {
    display: block;
}

.comments-area {
    padding: 10px;
    border-top: 2px solid var(--bg2);
}

ul.comment-list,
ol.comment-list {
    margin: 0;
    list-style: none;
}

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

.comment-list li>ul,
.comment-list li>ol {
    margin-bottom: 0;
    margin-left: 10px;
    border-left: 1px solid var(--btn);
    padding-left: 10px;
}

ol.children li:first-child {
    padding-top: 10px;
}

.comment-author.vcard {
    display: flex;
    align-items: center;
    gap: 5px;
}

.comment-body {
    border: 1px solid var(--btn);
    padding: 10px;
    border-radius: 10px;
}

.comment-body a {
    color: var(--text);
    text-decoration: none;
}

.comment-metadata a {
    color: var(--text2);
    font-size: 12px;
}

.reply a {
    color: var(--link);
}

.comment-reply-title {
    margin: 10px 0;
}

.comment-form input#submit {
    max-width: 150px;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
}

p.comment-form-url {
    display: none;
}

.comments-area p {
    margin-bottom: 5px;
}


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

.widget {
    border-bottom: 2px solid var(--bg2);
}

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

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

.widget h2 {
    font-size: 18px;
    padding: 10px;
    margin: 0;
}

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

.widget a {
    display: block;
    transition: background-color 0.2s ease;
    padding: 8px 12px;
    color: var(--text2);
    text-decoration: none;
}

.widget a:hover {
    color: var(--bg2);
    background: var(--link);
}

aside.widget-area {
    border-left: 2px solid var(--bg2);
}


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


/* sidebar */

.footer-cat-list {
    border-top: 2px solid var(--bg2);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.sb-cat-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

a.sb-cat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: var(--text);
    border: 1px solid var(--bg2);
    border-collapse: collapse;
    text-decoration: none;
    min-width: 0;
    font-size: 14px;
}

a.sb-cat-item:hover {
    background: var(--hover)!important;
}

span.sb-cat-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.sb-cat-post-count {
    font-size: 10px;
    font-weight: 600;
    padding: 7px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    line-height: 1;
    min-width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.taxonomy-links a:hover {
    background: var(--hover) !important;
    border-color: var(--hover) !important;
    color: white !important;
}


/* 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 {
    margin-bottom: 1.5em;
    display: grid;
    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;
}


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


/* footer
--------------------------------------------- */

.site-footer {
    border-top: 2px solid var(--bg2);
    padding: 10px;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top svg {
    background: var(--hover);
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    transition: background 0.3s ease, transform 0.2s ease;
}

.back-to-top svg:hover {
    background: var(--active);
    transform: scale(1.1);
}

nav.footer-nav ul {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

nav.footer-nav a {
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid var(--bg2);
    text-decoration: none;
    color: var(--text2);
}

nav.footer-nav a:hover {
    background: var(--hover);
    color: var(--text);
}

.site-info {
    display: flex;
    justify-content: space-between;
}


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


/*--------------------------------------------------------------
# icons
--------------------------------------------------------------*/

.entry-meta a {
    color: var(--text2);
}

.entry-meta a:hover {
    color: var(--link);
}

.entry-meta {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.entry-date,
.author.vcard a,
.download-link {
    display: flex;
    gap: 3px;
    align-items: center;
}

.entry-date::before,
.author.vcard a::before,
.download-link::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.entry-date::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23bbb' d='M5.616 21q-.691 0-1.153-.462T4 19.385V6.615q0-.69.463-1.152T5.616 5h1.769V2.77h1.077V5h7.154V2.77h1V5h1.769q.69 0 1.153.463T20 6.616v6.586l-1 1v-3.586H5v8.769q0 .23.192.423t.423.192h5.95l1.02 1zm10.857.5l-2.742-2.723l.708-.708l2.028 2.029l4.058-4.057l.708.713z'/%3E%3C/svg%3E");
}

.author.vcard a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23bbb' d='M6.196 17.485q1.275-.918 2.706-1.451Q10.332 15.5 12 15.5t3.098.534t2.706 1.45q.99-1.025 1.593-2.42Q20 13.667 20 12q0-3.325-2.337-5.663T12 4T6.337 6.338T4 12q0 1.667.603 3.064q.603 1.396 1.593 2.42M12 12.5q-1.263 0-2.132-.868T9 9.5t.868-2.132T12 6.5t2.132.868T15 9.5t-.868 2.132T12 12.5m0 8.5q-1.883 0-3.525-.701t-2.858-1.916t-1.916-2.858T3 12t.701-3.525t1.916-2.858q1.216-1.215 2.858-1.916T12 3t3.525.701t2.858 1.916t1.916 2.858T21 12t-.701 3.525t-1.916 2.858q-1.216 1.215-2.858 1.916T12 21'/%3E%3C/svg%3E");
}

.download-link::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m12 15.577l-3.539-3.538l.708-.72L11.5 13.65V5h1v8.65l2.33-2.33l.709.719zM6.616 19q-.691 0-1.153-.462T5 17.384v-2.423h1v2.423q0 .231.192.424t.423.192h10.77q.23 0 .423-.192t.192-.424v-2.423h1v2.423q0 .691-.462 1.153T17.384 19z'/%3E%3C/svg%3E");
}


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

@media only screen and (max-width: 600px) {
    .menu-menu-container {
        position: absolute;
        right: 0;
        width: 100%;
        background: #0000003b;
        backdrop-filter: blur(10px);
        z-index: 999;
    }
    aside.widget-area {
        border-top: 2px solid var(--bg2);
        width: 100%;
        border-left: 0;
    }
    .main-navigation a {
        border-radius: 0;
    }
}

@media (max-width: 850px) {
    .site {
        grid-template-columns: 1fr;
    }
}