/*--------------------------------------------------------------
>>> 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%;
    scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */
* {
    margin: 0;
    padding: 0;
    transition: all .5s;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    padding: 5px 10px;
}

/**
 * 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
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
    color: #00ff99;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin: 10px 0;
}

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
--------------------------------------------- */
body {
    background: #131517;
    color: #cfcecd;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

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: #00d47f;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #00cb6f;
}

a:focus {
    outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: #00ff99;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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

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

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

.main-navigation li {
    position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

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

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

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

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

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

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

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

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

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

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

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

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

#video-container {
    width: -webkit-fill-available;
    aspect-ratio: 16 / 9;
}

@media only screen and (max-width: 600px) {
    #video-container {
        position: sticky;
        top: 0;
        z-index: 999;
    }
}



.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

a.video {
    list-style: none;
    max-width: 400px;
    width: 300px;
    background: #565D69;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    flex: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
}

a.video:hover {
    transform: scale(1.03);
    box-shadow: #000000a3 0px 0px 40px -1px;
}

.time {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #f2f2f2;
    background: #0000008c;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px 0px 9px 0px;
}

.ago {
    right: 0px;
    top: 0px;
    position: absolute;
    opacity: 0.9;
    font-weight: normal;
    text-shadow: 0px 0px 4px #000;
    color: #f2f2f2;
    background: #0000008c;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 0px 4px 0px 8px;
}

h2.vtitle {
    color: #fff;
    padding: 5px;
    position: absolute;
    background: #0000007a;
    margin: 0px;
    bottom: 0px !important;
    width: 100%;
    font-weight: 400;
    transition: all .25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 110%;
    backdrop-filter: blur(5px);
    display: block;
    align-items: center;
}

/* Hide Title, Time, Duration on Hover */
a.video:hover .time,
a.video:hover .ago,
a.video:hover .vtitle,
a.video:hover .lcat {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Play Icon (Initially Hidden) */

.box {
    max-width: 1100px;
    margin: auto;
    background: #1f202b;
}

h1.stitle {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
}

.slinks a {
    padding: 8px 0px;
    font-size: 18px;
}

.slinks {
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}

.navf {
    display: flex;
    gap: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #33333382;
    z-index: 999;
    backdrop-filter: blur(10px);
    max-width: 1100px;
    margin: auto;
    transform: translate(-50%);
    left: 50%;
}

.navf svg {
    width: 20px;
    height: 20px;
}

.navf a {
    padding: 10px;
    flex: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    flex-direction: column;
    font-size: 14px;
    gap: 3px;
    color: #fff;
}

.navf a:hover {
    background: #ffffff21;
}

img.siteicon {
    width: 40px;
    border-radius: 100%;
}

svg.siteicon {
    width: 40px;
    height: 40px;
}

a.btnx {
    margin: 10px auto;
    color: #000;
    background: #ffffff;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    text-decoration: none;
    border-radius: 5px;
}

a.btnx:hover {
    background: #00ff99;
}

h1.arc-title {
    margin: -5px -10px 15px -10px;
    padding: 10px;
    background: #000000;
    color: #00ff99;
    text-align: left;
    font-size: 26px;
    padding-left: 90px;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    gap: 5px;
}

.page-numbers {
    flex: auto;
    text-align: center;
    padding: 5px;
    background: #00ff99;
    color: #000;
    border-radius: 8px;
    text-decoration: none;
    margin: 15px 0px;
}

span.page-numbers.current {
    background: #fff;
}

.page-numbers:hover {
    background: #131517;
}

header.page-header {
    position: relative;
}

.back-button {
    position: absolute;
    left: -2px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #00000000;
    color: #fff;
    transform: translate(-0%, -50%);
    top: 50%;
    border-radius: 0;
}

.back-button:hover {
    left: -15px;
}

.tag-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tag-list a {
    min-width: 135px;
    background: #2e3338;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 8px;
    text-align: center;
    flex: auto;
    text-decoration: none;
}

.tag-list a:hover {
    background: #000000;
}

span.num {
    font-size: 14px;
    padding-left: 5px;
    color: #7c7c7c;
}

.extra-search-results {
    margin-bottom: 10px;
}



/* Search Popup */
.search-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.search-box {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.search-box input {
    width: 70%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #00ff99;
    border-radius: 0;
    outline: none;
    background: #33333300;
}

.search-box button {
    padding: 10px 15px;
    font-size: 16px;
    background: #00ff99;
    color: #000000;
    border: none;
    cursor: pointer;
    border-radius: 0;
}

.search-box button:hover {
    background: #fff;
}

form.search-ipb {
    display: flex;
    justify-content: center;
}

.close-btn {
    position: absolute;
    top: 60%;
    left: 50%;
    font-size: 50px;
    cursor: pointer;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

.acbtns {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 15px 0;
}

.acbtns svg {
    width: 20px;
    height: 20px;
}

.acbtns button {
    font-size: 12px;
    padding: 6px 20px;
    border: 1px solid #00ff99;
    border-radius: 5px;
    background: #ffffff00;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.acbtns button:hover {
    background: #00ff99;
    color: #000;
    fill: #000 !important;
}

img.notfound {
    margin: auto;
    display: block;
}

footer.site-info {
    color: #fff;
    background: #1f202b;
    padding: 20px;
    margin: auto;
    margin-bottom: 50px;
    border-top: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.fmlogo {
    height: 50px;
}

.fmenu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.fm {
    flex: auto;
}

.fm ul {
    margin: 0px 0px 0px 15px;
}

span.copy {
    font-weight: 600;
    font-size: 20px;
}

p.fdes {
    text-align: center;
    font-family: cursive;
}

.slinks {
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    display: flex;
    gap: 7px;
    margin-top: 10px;
}

.slinks a {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}

.slinks a:hover {
    background: #00351d;
    color: #fff;
}

a.taxo-actor {
    background: #131517;
    color: #fa71ff;
}

a.taxo-cat {
    background: #ffffff;
    color: #1f202a;
}

a.taxo-tag {
    background: #131517;
}

span.lcat {
    position: absolute;
    bottom: 31px;
    left: 0px;
    background: #56fea0;
    color: #000;
    padding: 3px 10px;
    border-radius: 0px 11px 0px 0px;
    font-size: 12px;
}

.back-button {
    position: absolute;
    left: -2px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #00000000;
    color: #fff;
    transform: translate(-0%, -50%);
    top: 50%;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

button.back-button svg {
    width: 16px;
}

span.num {
    font-size: 30px;
    padding-left: 5px;
    color: #56fea0;
}

.tag-list a {
    min-width: 135px;
    background: #2e3338;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 8px;
    flex: auto;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.taxo-tag {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    will-change: transform, box-shadow, color;
}

.taxo-tag::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: currentColor;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.taxo-tag:hover {
    color: #222;
    transform: translateY(-5px) scale(1.07);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.taxo-tag:hover::after {
    width: 100%;
}

.dec {
    margin: 0px 0px 13px 0px;
    font-family: cursive;
    background: #252631;
    border-radius: 14px;
    padding: 12px;
}

@media (max-width: 768px) {
    h1.stitle {
        font-size: 16px;
        /* Slightly larger for readability */
        line-height: 1.4;
        margin-bottom: 10px;
        text-align: left;
        /* Optional: change to center if needed */
    }
}

.toggle-button {
    display: inline-block;
    background-color: #1e1e1e;
    color: #00ffff;
    border: 1px solid #00ffff;
    padding: 2px 10px;
    margin: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 11px;
    /* fixed the typo */
    transition: background-color 0.3s, color 0.3s;
}

.toggle-button:hover {
    background-color: #00ffff;
    color: #1e1e1e;
}

.footeracbtns {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 15px 0;
}

.footeracbtns button {
    font-size: 12px;
    padding: 6px 6px;
    border: 1px solid #00ff99;
    border-radius: 5px;
    background: #ffffff00;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footeracbtns button:hover {
    background: #00ff99;
    color: #000;
    fill: #000 !important;
}

.play-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease, filter 0.3s ease;
    font-size: 30px;
    color: white;
}

/* Always show play icon in main video player and explore page */
.video-player .play-icons,
.video-player .hold .play-icons {
    opacity: 1 !important;
    cursor: pointer;
    transition: all 0.4s ease;
}

.video-player .play-icons svg {
    transition: color 0.3s ease;
}

/* Hover effect for static video player icons */
.video-player .play-icons:hover {
    filter: drop-shadow(0 0 15px #00ff99);
    transform: translate(-50%, -50%) scale(1.15);
}

.video-player .play-icons:hover svg {
    color: #00ff99;
}

/* Hide by default only for video thumbnails */
.video .play-icons {
    opacity: 0;
}

/* Greenish (#00ff99) shadow when hovering over thumbnail */
.video:hover .play-icons {
    opacity: 1;
    filter: drop-shadow(0 0 10px #00ff99);
}

/* Black shadow when hovering directly on icons - darker and bolder */
.video .play-icons:hover {
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 1));
}


/* ===================================
   SOCIAL MEDIA STYLE FEED PAGE
   =================================== */

.feed-page {
    padding: 0;
}

/* Feed page body layout */
.feed-page.site-main {
    padding: 0;
}

/* Box container for feed */
.feed-page .box,
.site-main.feed-page+.box,
main.feed-page .box {
    max-width: 1100px;
    margin: auto;
    background: #1f202b;
    padding: 0;
}

/* Feed Header */
.feed-header {
    text-align: center;
    padding: 20px;
    background: #252631;
    margin-bottom: 0;
    border-bottom: 1px solid #00ff99;
}

.feed-title {
    font-size: 1.8rem;
    color: #00ff99;
    margin: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.feed-description {
    color: #cfcecd;
    margin: 8px 0 0 0;
    font-size: 0.95rem;
}

/* Feed Container */
.feed-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    width: 100%;
    margin: 0;
}

/* Feed Item - Post Style */
.feed-item {
    background: #1a1a1a;
    overflow: hidden;
    transition: none;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* Profile Header */
.feed-profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #1f202b;
}

.feed-profile-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feed-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00ff99 0%, #00d47f 100%);
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feed-avatar svg {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1a1a1a;
    padding: 8px;
}

.feed-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.feed-profile-text {
    display: flex;
    flex-direction: column;
}

.feed-profile-name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
}

.feed-profile-name a {
    color: #fff;
    text-decoration: none;
}

.feed-profile-name a:hover {
    color: #00ff99;
}

.feed-profile-username {
    margin: 2px 0 0 0;
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
}

.feed-separator {
    font-size: 10px;
    color: #8e8e8e;
}

.feed-public-icon {
    fill: #8e8e8e;
    width: 12px;
    height: 12px;
    margin-top: 1px;
}

.feed-share-icon {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 20px;
    transition: all 0.3s ease;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.05);
}

.feed-eye-icon {
    fill: #8e8e8e;
    width: 18px;
    height: 18px;
}

.feed-views-count {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 500;
}

.feed-share-icon:hover {
    background: rgba(0, 255, 153, 0.15);
    transform: scale(1.05);
}

.feed-share-icon svg {
    fill: #fff;
    transition: fill 0.3s ease;
}

.feed-share-icon:hover svg {
    fill: #00ff99;
}

/* Post Title */
.feed-post-title {
    padding: 8px 16px 12px 16px;
    background: #1f202b;
}

.feed-title-text {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    display: block;
    margin: 0;
    font-weight: 400;
}

.feed-title-text .feed-tag-link {
    color: #7b7e81;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 6px;
}

.feed-title-text .feed-tag-link:hover {
    color: #00ff99;
    text-decoration: underline;
}

/* Video Player Container */

.video-player .hold {
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-player .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-player img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feed-video-player-wrapper {
    background: #000;
    width: 100%;
    position: relative;
}

/* Video Controls Bar */
.feed-video-controls {
    background: #1a1a1a;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.feed-view-more-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00ff99;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.feed-view-more-btn:hover {
    background: rgba(0, 255, 153, 0.1);
    border-radius: 4px;
}

.feed-view-more-btn svg {
    fill: currentColor;
}

.feed-video-column {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0a0a0a;
}

.feed-video-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Center Column with Play Button */
.feed-video-center {
    position: relative;
}

.feed-play-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.feed-video-grid:hover .feed-play-center svg {
    transform: scale(1.1);
    transition: transform 0.2s;
}

/* Video Controls Bar */
.feed-video-controls {
    background: #1a1a1a;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.feed-play-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.feed-play-btn:hover svg {
    fill: #00ff99;
}

.feed-progress-bar {
    flex: 1;
    height: 4px;
    background: #3a3a3a;
    border-radius: 2px;
    overflow: hidden;
}

.feed-progress-fill {
    height: 100%;
    background: #00ff99;
    transition: width 0.3s;
}

.feed-video-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feed-time {
    font-size: 13px;
    color: #b0b0b0;
    font-weight: 500;
    min-width: 40px;
}

.feed-control-icons {
    display: flex;
    gap: 8px;
}

.feed-control-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    color: #fff;
}

.feed-control-btn:hover svg {
    fill: #00ff99;
}

.feed-control-btn svg {
    fill: #b0b0b0;
}

/* Post Footer */
.feed-footer {
    padding: 0;
    background: #24252f;
}

/* Facebook-Style Action Buttons */
.feed-actions {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4px 8px;
}

.feed-action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    background: transparent;
    border: none;
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.feed-action-btn:hover {
    background: #252631;
    color: #fff;
}

.feed-action-btn svg {
    fill: currentColor;
    transition: fill 0.2s;
}

/* Like Button with Reaction Animation */
.feed-like-btn {
    position: relative;
}

.feed-like-btn .like-count {
    font-weight: 600;
    margin-right: 2px;
}

.feed-like-btn .like-outline {
    display: block;
}

.feed-like-btn .like-filled {
    display: none;
}

.feed-like-btn.active .like-outline {
    display: none;
}

.feed-like-btn.active .like-filled {
    display: block;
    animation: likeAnimation 0.4s ease;
}

@keyframes likeAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.feed-like-btn.active {
    color: #ff3040;
}

.feed-like-btn.active svg {
    fill: #ff3040;
}

.feed-action-btn.active {
    color: #ff3040;
}

.feed-action-btn.active svg {
    fill: #ff3040;
}

.feed-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feed-cat-tag {
    color: #4a9eff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.feed-cat-tag:hover {
    color: #00ff99;
    text-decoration: underline;
}

/* No Posts */
.feed-no-posts {
    text-align: center;
    padding: 60px 20px;
    background: #252631;
    margin: 20px;
    border-radius: 8px;
}

.feed-no-posts h2 {
    color: #00ff99;
    margin: 20px 0 10px;
}

.feed-no-posts p {
    color: #cfcecd;
}

/* Pagination */
.feed-pagination {
    margin: 20px auto 60px auto;
    padding: 0 16px;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 768px) {
    .feed-title {
        font-size: 1.5rem;
    }

    .feed-profile-name {
        font-size: 15px;
    }

    .feed-profile-username {
        font-size: 13px;
    }

    .feed-post-title {
        padding: 6px 12px 10px 12px;
    }

    .feed-title-link {
        font-size: 14px;
    }

    .feed-container {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .feed-header {
        padding: 15px;
    }

    .feed-title {
        font-size: 1.3rem;
        flex-direction: column;
        gap: 5px;
    }

    .feed-avatar {
        width: 42px;
        height: 42px;
    }

    .feed-avatar svg {
        width: 38px;
        height: 38px;
    }

    .feed-profile-name {
        font-size: 14px;
    }

    .feed-video-controls {
        padding: 6px 12px;
    }

    .feed-time {
        font-size: 12px;
    }

    .feed-footer {
        padding: 10px 12px;
    }
}

.player-wrap {
	position: relative;
}

#kt_player {
	position: absolute !important;
}

.taxo-tag.color-0 { color:#e74c3c }
.taxo-tag.color-1 { color:#3498db }
.taxo-tag.color-2 { color:#2ecc71 }
.taxo-tag.color-3 { color:#f1c40f }
.taxo-tag.color-4 { color:#9b59b6 }
.taxo-tag.color-5 { color:#e67e22 }