/*!
Theme Name: Liam's Website
Theme URI: https://liamtriforce.com
Author: Stormagi
Author URI: https://bsky.app/profile/stormkyleis.bsky.social
Description: Liam's theme designed by Stormagi.
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: liamtriforce

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

Liam's Website 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/
*/

:root {
	color-scheme: dark;
}

/* Unused customization */
#wp-admin-bar-customize, #wp-admin-bar-menus, #wp-admin-bar-widgets, .hide-if-no-customize {
	display: none;
}

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

/* 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;
}
select {
	margin: 8px 0px;
}

/**
 * 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
--------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

ol {
	list-style: decimal;
}

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

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

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

/* Small menu. */
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Lightbox fixes and dark background */
.wp-lightbox-overlay:focus-visible {
	outline: none!important;
}
.wp-lightbox-overlay .lightbox-image-container {
	height: auto!important;
}
.wp-lightbox-overlay img[data-wp-bind--src="state.currentImage.currentSrc"] {
	display: none!important;
}
.wp-lightbox-overlay .scrim {
	background-color: #00000080!important;
}
.wp-lightbox-overlay svg {
	fill: #fff!important;
}

/* Custom CSS */

body {
	background: #0e3147 url(https://liamtriforce.com/wp-content/themes/liamtriforce/assets/bg_windwaker_900p.webp);
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	margin: 0;
}
#background_video {
	display: none;
	pointer-events: none;
	z-index: -99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	will-change: transform;
	transform: translateZ(0);
}
body, input {
	font-family: "Segoe UI", sans-serif;
	font-size: 15px;
}
a {
	color: #ade0ec;
}
a:hover {
	color: #fff;
}

#mobile_menu {
	display: none;
}

#marquee {
	max-width: 100%;
	background: #061421;
	padding: 10px 0;
	margin-top: 20px;
	font-size: 14px;
	white-space: nowrap;
	display: flex;
	user-select: none;
	overflow: hidden;
	color: #fff;
}
#marquee:hover .marquee_content {
	animation-play-state: paused;
}
.marquee_content {
	flex-shrink: 0;
	display: flex;
	min-width: 100%;
	animation: marquee 30s linear infinite;
	padding-left: 40%;
}
.marquee_content p {
	margin: 0;
}
.marquee_content p + p:before {
	content: '\2022';
	padding: 0 8px;
}
.marquee_content a {
	color: #ade0ec;
	text-decoration: none;
}
.marquee_content a:hover {
	text-decoration: underline;
}
@keyframes marquee {
	from {transform:translateX(0)}
	to {transform:translateX(-100%)}
}

main {
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: 20px auto 32px auto;
	border: 2px solid #5981ad;
	border-radius: 48px 48px 16px 110px;
}
#header {
	overflow: hidden;
	border-radius: 48px 48px 0 0;
	position: relative;
}
#bannerlink {
	display: block;
	margin: auto;
	height: 260px;
	z-index: 2;
	position: relative;
}
h1 {
	height: 100%;
	background: #000 url(https://liamtriforce.com/wp-content/themes/liamtriforce/assets/banner.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	text-indent: -1000mm;
	margin: 0;
}
h2 {
	font-family: "RocknRoll One", sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 28px;
	line-height: 46px;
	text-shadow: 0 2px 4px #00000080;
}
#page > header > h2 {
	margin: 4px 14px;
	font-size: 18px;
}

.entry-title {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin-bottom: 0;
}
.entry-title a {
	text-decoration: none;
}

#container {
	display: flex;
	margin: auto;
	flex-direction: row-reverse;
	width: 100%;
}

#topbar {
	padding: 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #7290b199;
	position: relative;
}
.search-field, input[type="text"], input[type="email"], textarea {
	color: #fff;
	border: 1px solid #486581;
	padding: 10px;
	box-shadow: 0 2px 2px #00000040;
	border-radius: 6px;
	outline: none;
}
.search-field {
	width: 100%;
	padding-left: 41px;
	background: #00000047;
	background: #060f1873;
}
.search-field:hover {
	background: #0000005e;
	background: #060f1883;
}
input[type="text"], input[type="email"], textarea {
	background: #0e0e1672;
}
input[type="text"]:hover, input[type="email"]:hover, textarea:hover {
	background: #0e0e1692;
}
.search-field:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	border-color: #7994af;
}
#searchbar_icon {
	position: absolute;
	top: 23px;
	left: 25px;
	pointer-events: none;
	text-shadow: none;
	color: #8ba3b9;
}
input::placeholder {
	color: #96a5b3;
}

#content {
	margin: 8px;
	border-radius: 0 0 10px 10px;
	border: 2px solid;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	max-width: calc(100% - 358px);
}
#sidebar {
	width: 342px;
	display: flex;
	flex-direction: column;
	position: relative;
}
#sidebar_content {
	position: sticky;
	top: 0px;
	margin-bottom: 84px;
}
#sidebar ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
#highlight {
	margin: 8px 0 8px 8px;
	border: 2px solid;
}

.title_icon {
	display: inline-flex;
	width: 34px;
	height: 34px;
	margin: -1px 8px 0 4px;
	justify-content: center;
	place-items: center;
	border: 2px solid #5e82a3;
	border-radius: 4px;
	color: #fff;
	box-shadow: 0 1px #2f465d;
	background: linear-gradient(#19324c, #31577d 80%);
}

#latest_video {
	aspect-ratio: 16/9;
	width: 100%;
	background: url(https://i3.ytimg.com/vi/bG_SoXFbmMo/maxresdefault.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000mm;
	margin-top: 0;
	border-top: 2px solid #172c40;
}

#desktop_menu {
	position: relative;
}
#desktop_menu_content {
	position: sticky;
	top: 10px;
}
#desktop_menu a, #content input[type="submit"], #content input[type="button"], .gwolle-gb-read button[type="button"] {
	display: flex;
	justify-content: left;
	place-items: center;
	padding: 3px 14px 0 14px;
	color: #fff;
	font-family: "RocknRoll One", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-shadow: 0px 1px 3px #000000cc;
	border: 2px solid;
	border-color: #0d1a29;
	border-top-width: 0;
	background: linear-gradient(#a6f0ffc9 2px, #6ba4e0c9 2px, #2e5580bf 50%, #132338e0 50%, #2d5d8def 96%, #3f7099 100%);
	box-shadow: inset 0 0 8px #3066ab;
}
#content button[type="button"] {
	justify-content: center;
}
.gwolle-gb button[type="button"] {
	margin-top: 5px;
	border-radius: 5px !important;
}
.gwolle-gb button[type="button"]:focus {
	outline: none !important;
}
.gwolle-gb .page-navigation span.current {
	background-color: #091724 !important;
	border-color: #1b3145 !important;
	color: #fff !important;
}
.gwolle-gb .page-navigation a {
	background-color: #142b41 !important;
	border-color: #213d4e !important;
	color: #fff !important;
}
.gb-datetime {
	color: #8390a2;
	padding-left: 1px;
	font-size: 12px;
}
#desktop_menu a {
	height: 50px;
	margin: 8px 0 8px 8px;
}
#content input[type="submit"], #content input[type="button"] {
	height: 37px;
	min-width: 175px;
	cursor: pointer;
	opacity: .88;
}
.desktop_menu_entry:hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #598bc11f;
	z-index: 2;
}
#desktop_menu a:hover {
	font-size: 15px;
	padding-top: 3px;
}
#content input[type="submit"]:hover, #content input[type="button"]:hover, #content button[type="button"]:hover {
	opacity: 1;
}
#topbar input[type="submit"].search-submit {
	display: none;
}
.wpcf7-response-output {
	border-radius: 7px;
	padding: 6px 10px !important;
	margin: 0 0 20px 0 !important;
	display: inline-block;
	background: #00000080;
}
.wpcf7-not-valid-tip {
	color: #ff4848 !important;
	border: 2px solid #dc3232;
	padding: 3px 6px;
	margin-left: 10px;
	border-radius: 6px;
	display: inline-block;
	background: #00000080;
}
.gwolle-gb button {
	border: none!important;
	padding: 0 0 4px 0 !important;
	width: 26px !important;
	height: 26px !important;
	display: inline-flex !important;
	justify-content: center;
	place-items: center;
	line-height: 0 !important;
	border-radius: 100% !important;
	font-weight: 300 !important;
	opacity: .88;
}
.gwolle-gb button.gb-notice-dismiss {
	background: linear-gradient(#ff5e5eeb 0, #ff2b2bbd 50%, #b61212d9 50%, #ff4646e0 100%) !important;
}
.gwolle-gb button:hover {
	opacity: 1;
}
.gwolle-gb .gwolle-gb-messages {
	background: #131414;
}
.gwolle-gb-total {
	display: none;
}
.gwolle-gb .gb-entry-content {
	background: #0000005c;
	border: 1px solid #99ceff3b;
	padding: 10px 0;
	margin-top: 5px;
}
.gwolle-gb .gb-time {
	display: none;
}
.gwolle-gb .gb-author-name {
	padding-left: 0 !important;
}
.gwolle-gb .gb-author-name i {
	font-style: normal !important;
	font-weight: normal !important;
}
.gwolle-gb .gb-author-name:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f4ff";
	padding-right: 6px;
}
.gwolle-gb .gb-entry {
	border-color: #ffffff1f !important;
}
.gb-metabox {
	width: auto !important;
}

.sby_thumbnail_hover_inner {
	display: inline-flex!important;
	justify-content: center;
	place-items: center;
}
.sby_thumbnail_hover, .sby_play_btn {
	transition: none !important;
}

.desktop_menu_text {
	position: relative;
	z-index: 3;
}
	
#desktop_menu a .fa-solid {
	text-shadow: 1px 1px 2px #000000cc;
	width: 17px;
	text-align: center;
	margin-left: -2px;
	padding-right: 6px;
}

.desktop_menu_entry, #latest_video {
	position: relative;
	overflow: hidden;
}
h1:hover {
	box-shadow: inset 0 0 20000px #deebfd10;
}
#latest_video:hover {
	box-shadow: inset 0 0 20000px #deebfd20;
}

.menu_icon {
	width: 30px;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	z-index: 3;
	filter: drop-shadow(0px 3px 2px #00000040);
}
#desktop_menu a:hover .menu_icon {
	width: 34px;
	margin-right: 6px;
	margin-left: -2px;
}

.element_title {
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: 14px;
	height: 44px;
	justify-content: left;
	place-items: center;
	display: flex;
	background: linear-gradient(#355a7f 3%, #1f3955 6%, #446f97 95%);
	text-shadow: 0 2px 1px #00000060;
}
.blog_title {
	position: relative;
}

#blog, #page {
	color: #fffbf4;
	overflow: auto;
	font-size: 14px;
	line-height: 21px;
	background-color: #091724cc;
	background-image: repeating-linear-gradient(45deg, #061421cc 25%, transparent 25%, transparent 75%, #061421cc 75%, #061421cc), repeating-linear-gradient(45deg, #061421 25%, #091724 25%, #091724 75%, #061421 75%, #061421cc);
	background-position: 0 0, 4px 4px;
	background-size: 8px 8px;
	border-top: 2px solid #172C40;
	box-shadow: inset 0 -6px 14px #3a74af70;
	border-radius: 0 0 8px 8px;
	flex-grow: 1;
	position: relative;
}
#blog li, #page li {
	padding: 3px 0;
}

#highlight, #content, #content input[type="submit"], #content input[type="button"], #content button[type="button"] {
	border-color: #070d13;
}

.blog_archive {
	text-align: center;
	padding: 20px 0;
	font-size: 15px;
	line-height: 26px;
}
.blogpost {
	padding: 20px;
}
.page_content {
	padding: 6px 16px;
}
.page-id-33 .page_content { /* Videos page */
	padding: 8px 0px 0px 0px; 
}
.archive .page_content, .search .page_content {
	font-size: 14px;
	line-height: 21px;
	border: 1px solid #99ceff3b;
	background: linear-gradient(#1827394a, #18273970 30%);
}
.search .page_content, .archive .page_content {
	margin: 8px 12px;
}
#comments {
	margin: 8px;
}
.blogpost p:last-child {
	margin-bottom: 0;
}
.entry-footer > span, .mobile_menu_button {
	background: linear-gradient(#6a151d -15%, #e9764a 95%);
	color: #fff;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #ffffff14, 0 2px #883211, 0 3px 3px #1f2b41;
	text-shadow: 0 -1px 0 #7f2051, 0 0 3px #3d1a1a;
	position: relative;
}
.entry-footer > span {
	margin-right: 9px;
	margin-bottom: 4px;
	padding: 4px 10px;
	display: inline-block;
	font-size: 12px;
	cursor: default;
	overflow: hidden;
}
.entry-footer>span a {
	color: #fff;
	padding: 5px 0;
	text-decoration: none;
}
.entry-footer>span.meta-single a, .entry-footer>span.comments-link a, .entry-footer>span.edit-link a {
	margin: -40px;
	display: inline-block;
	padding: 40px;
}
.entry-footer .fa-solid {
	font-size: 13px;
	width: 16px;
	display: inline-block;
}
#page .entry-footer {
	position: absolute;
	top: 8px;
	right: 0;
}
.entry-title a:hover, a.entry-title:hover, .entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta {
	margin-bottom: 15px;
	margin-left: 1px;
	font-size: 12px;
	text-shadow: 0 2px 2px #000000a0;
}
.entry-meta, .entry-meta a {
	color: #c9cdcf;
}
.entry-meta a {
	text-decoration: none;
}
.entry-meta .fa-solid {
	position: relative;
	top: -1px;
	width: 15px;
}
#page .entry-meta {
	margin-bottom: 3px;
	font-size: 12px;
}
.navigation {
	padding: 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #7d30ca;
	margin-bottom: 8px;
	margin-left: 8px;
	background: linear-gradient(#20152fb5, #04001012);
	box-shadow: 0 2px 4px #000;
}

#comments h2 {
	font-size: 23px;
	background: #103c64;
	background: linear-gradient(90deg, #16436c 0, #103c64 12px, #103c64 calc(100% - 12px), #16436c);
	margin: 0 -8px 20px -8px;
	padding: 1px 14px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #2a526a;
}
#comments .comment-list {
	margin: 0 6px 25px 6px;
}
#comments .avatar {
	border-radius: 6px;
	top: 27px;
	position: absolute;
}
#comments .comment {
	position: relative;
}
#comments #respond {
	margin: 0 7px 15px 7px;
}
#comments .reply {
	position: absolute;
	top: 4px;
	right: 40px;
	font-size: 11px;
}
#comments a {
	text-decoration: none;
}
#comments a:not(.comment-reply-link):hover {
	text-decoration: underline;
}
#comments .comment-reply-link::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f3e5";
	padding-right: 7px;
}
#comments .comment-meta, #comments .reply, #comments .logged-in-as, #comments label {
	text-shadow: 0 2px 2px #000000a0;
}
#comments .comment-author {
	display: inline-block;
}
#comments .fn {
	padding-left: 1px;
}
#comments .comment-metadata {
	font-size: 11px;
	display: inline-block;
	padding-left: 5px;
}
#comments .comment-content {
	background: #142b43;
	text-shadow: none;
	padding: 9px 11px 8px 11px;
	margin: 5px 2px 13px 55px;
	border-radius: 10px;
	border-bottom: 2px solid #0f2232;
	color: #fff;
	position: relative;
}
#comments .comment-content::before {
	content: '';
	width: 15px;
	height: 15px;
	background: #142b43;
	position: absolute;
	transform: scaleY(.8) rotate(45deg);
	left: -7px;
	top: 12px;
}
#comments .comment-content a {
	color: #306f95;
}
#comments .comment-content a:hover {
	color: #2a4568;
}
#comments p {
	margin: 0;
}
#comments .says, #comments .required-field-message, #comments label[for="comment"] {
	display: none;
}
#comments .edit-link {
	position: absolute;
	right: 9px;
	top: 1px;
}
#comments #reply-title {
	display: none;
}
#comment {
	width: 100%;
	margin: 6px 0 12px 0;
}
#comments label {
	min-width: 56px;
	display: inline-block;
	padding-left: 3px;
}
#comments #commentform input {
	padding: 7px 10px;
	margin: 3px 0;
}
#comments .comment-form-cookies-consent {
	padding: 12px 0 12px 2px;
}
.comment-awaiting-moderation {
	font-size: 12px;
	display: block;
	padding-left: 55px;
	padding-right: 4px;
	color: #ffffff90;
}
.comment-form-cookies-consent label {
	display: inline;
}

.glossy {
	background-image: linear-gradient(to bottom, #8989d226 0, transparent 9px), linear-gradient(to top, #8989d226 0, transparent 9px), linear-gradient(to bottom, #4343ff08 0%, #eceaff14 100%);
	box-shadow: inset 0 0 18px 0px #ffffff52, 0 3px 12px #0009;
}

.audio-button {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 70px;
	height: 70px;
	border: 2px solid #7290b1;
	border-radius: 100%;
	font-size: 28px;
	cursor: pointer;
	background-color: #103c64;
}
.audio-button:hover {
	background-color: #ffffff0a;
}
#bgmusic {
	position: absolute;
	z-index: -1;
}
#play-audio .fa-music {
	position: relative;
	left: -1px;
}
#pause-audio {
	display: none;
	font-size: 32px;
}
#wpadminbar {
	background: #061421;
}
#sidebar .sb_youtube {
	background: #091724;
}
.videos_icon {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	place-items: center;
	width: 208px;
	height: 38px;
	padding-left: 33px;
	border-radius: 5px;
	margin: 0px 2px;
	border-bottom: 2px solid #8c8c8c;
	position: relative;
}
.videos_icon:hover {
	color: #000;
	border-color: #000;
	top: 2px;
}
#videos_nebula {
	background-image: url(https://liamtriforce.com/wp-content/themes/liamtriforce/assets/icon_nebula.webp);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 10px center;
}
#videos_youtube::before {
	font-family: "Font Awesome 6 Brands";
	font-weight: 900;
	content: "\f167";
	color: #f03;
	position: absolute;
	left: 9px;
	font-size: 24px;
}
#secret {
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 109px;
	z-index: 2;
	border-radius: 100%;
	right: 30.3%;
}

/* Only on mobile */
@media only screen and (max-width: 900px) {
	body {
		background-image: url(https://liamtriforce.com/wp-content/themes/liamtriforce/assets/bg_windwaker_mobile.webp);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
	}
	#mobile_menu {
		display: flex;
		justify-content: space-between;
				place-items: center;
		height: 64px;
		width: 100%;
		border-bottom: 2px solid #5981ad;
		box-shadow: inset 0 -3px 2px #05101a, 0 0 6px #05101a;
		position: fixed;
		top: 0;
		z-index: 10;
	}
	main {
		margin: 8px;
		border-radius: 12px;
	}
	#header {
		border-radius: 0;
	}
	#topbar {
		border-top: none;
	}
	#bannerlink {
		display: none;
	}
	#topbar {
		padding: 10px 8px;
	}
	.search-field {
		padding-left: 43px;
	}
	.title_icon {
		border-radius: 7px;
	}
	#container {
		flex-direction: column;
	}
	#content {
		max-width: 100%;
		width: auto;
		border-radius: 8px;
	}
	#content .element_title {
		border-radius: 8px 8px 0 0;
	}
	.blogpost {
		padding: 14px;
	}
	.page_content {
		padding: 2px 12px 4px 12px;
	}
	.page-title {
		text-align: center;
	}
	.archive .entry-title, .search .entry-title {
		font-size: 19px;
		margin: 4px 0 6px 0;
		line-height: 30px;
	}
	#page .entry-footer {
		top: 2px;
		z-index: 3;
	}
	#marquee {
		margin-top: 76px;
		margin-bottom: 12px;
		border-top: 2px solid;
		border-bottom: 2px solid;
		border-color: #5981ad;
		padding: 11px 0;
		box-shadow: 0 0 6px #05101a;
	}
	#sidebar {
		width: 287px;
		transform: translateX(-287px);
		height: 100vh;
		background-color: #000;
		position: fixed;
		top: 64px;
		left: 0;
		z-index: 9;
		pointer-events: none;
		transition: transform .2s ease-in-out;
		border-right: 2px solid #5981ad;
		max-height: calc(100vh - 60px);
	}
	#mobile_menu, #sidebar {
		background-color: #091724aa;
		background-image: repeating-linear-gradient(45deg, #061421cc 25%, transparent 25%, transparent 75%, #061421cc 75%, #061421cc), repeating-linear-gradient(45deg, #061421 25%, #091724 25%, #091724 75%, #061421 75%, #061421cc);
		background-position: 0 0, 4px 4px;
		background-size: 8px 8px;
	}
	.mobile_menu_open #sidebar {
		transform: translateX(0);
		pointer-events: all;
		box-shadow: 0 0px 6px #05101a;
	}
	#sidebar .sb_youtube {
		min-height: 0;
	}
	#highlight, #desktop_menu a {
		margin: 8px;
		border: none;
	}
	#desktop_menu a {
		height: 46px;
	}
	.mobile_menu_button {
		cursor: pointer;
		height: 42px;
		width: 42px;
		display: flex;
		justify-content: center;
		place-items: center;
		font-size: 21px;
		margin-top: -2px;
	}
	#mobile_menu_toggle {
		margin-left: 8px;
	}
	.mobile_menu_audio {
		margin-right: 8px;
	}
	#pause-audio-mobile {
		display: none;
	}
	#mobile_menu_logo {
		background: url(https://liamtriforce.com/wp-content/themes/liamtriforce/assets/banner_mobile_116.webp);
		background-size: 143px;
		background-repeat: no-repeat;
		width: 143px;
		height: 58px;
		text-indent: -1000mm;
	}
	.noselect {
		-webkit-user-select: none; /* Safari */
		-ms-user-select: none; /* IE 10 and IE 11 */
		user-select: none; /* Standard syntax */
	}
	.audio-button {
		margin-left: -2000px;
		visibility: hidden; /* hide */
		pointer-events: none;
	}
	.page_content .sby_item {
		width: 100% !important;
		aspect-ratio: 16 / 9;
	}
	.videos_icon {
		margin: 4px;
	}
	.gb-date-wrote-text {
		display: none;
	}
	.gb-date-text {
		font-size: 82%;
		color: #ffffff80;
		margin-left: 4px;
	}
	.gwolle-gb-write-button {
		margin: 18px auto 10px auto;
	}
	.gwolle-gb-write-button>input {
		margin: auto;
	}
	.gwolle-gb form.gwolle-gb-write {
		margin-top: 0!important;
	}
	.gwolle-gb-write h3 {
		font-weight: normal;
		font-size: 14px;
	}
	.gwolle_gb_submit {
		margin: -12px auto 2px auto!important;
	}
	.gwolle-gb-notice {
		font-size: 85%;
		color: #ffffff80;
		border: 1px solid #ffffff80;
		padding: 4px 8px;
		border-radius: 6px;
		margin-bottom: 18px;
	}
	.gb-notice-dismiss {
		top: 10px !important;
	}
	.gb-datetime {
		font-size: 13px;
	}
	#blog li, #page li {
		padding: 5px 0; /* more distance for accessibility */
	}
	.wpcf7-spinner {
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
	.wpcf7-not-valid-tip {
		display: block;
		margin-left: 0;
		margin-top: 6px;
		padding: 6px;
		width: 60%;
		border-width: 1px;
	}
	.entry-footer>span:active, .mobile_menu_button:hover {
		box-shadow: inset 0 0 0 1px #ffffff14, 0 0 2px #191d25;
		top: 2px;
	}
	 #mobile_secret {
		display: inline-block !important;
		text-decoration: none;
		position: absolute;
		bottom: -100px;
		left: 240px;
		color: #89c2ff18;
	}
	
	#wpadminbar {
		display: none !important;
	}
	html {
		margin: 0 !important;
	}
}
/* Only on desktop */
@media only screen and (min-width: 901px) {
	#background_video {
		display: block!important;
	}
	.entry-footer>span:hover {
		box-shadow: inset 0 0 0 1px #ffffff14, 0 0 2px #191d25;
		top: 2px;
	}
}
/* Other sizes */
@media only screen and (min-width: 1220px) {
	#sidebar .sb_youtube { /* avoid it shifting sizes as the page is loading */ 
		min-height: 185px;
		min-width: 330px;
	}
}
@media only screen and (max-width: 1080px) {
	#secret {
		margin-top: 4px;
	}
}