/*!
Theme Name: lungalibrary
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: lungalibrary
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
	font-family: 'Neue Haas Unica Pro';
	src: url('fonts/NeueHaasUnicaPro-Medium.woff2') format('woff2'),
		url('fonts/NeueHaasUnicaPro-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Dutch801 RmHd BT';
	src: url('fonts/Dutch801RomanHeadlineBT.woff2') format('woff2'),
		url('fonts/Dutch801RomanHeadlineBT.woff') format('woff');
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	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;
}

p {
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #F0F0F0;
	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: #F0F0F0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F0F0F0;
}

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

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:focus,
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: #F0F0F0;
	color: rgba(0, 0, 0, 0.8);
	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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	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;
}

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

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

body {
	background-color: #F0F0F0;
	font-family: 'Dutch801 RmHd BT';
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}


header#masthead {
	background-color: #F0F0F0;

}

.site-wrapper {
	display: grid;
	grid-template-columns: auto 1fr auto;
	min-height: 100vh;
}

.top-nav,
.right-nav,
.bottom-nav,
.left-nav {
	background-color: #F0F0F0;
	padding: 1rem;
	padding: 0 1rem 0;
	display: flex;
	align-items: center;
	/*border-bottom: 1px solid #e5e7eb;*/
	font-family: 'Neue Haas Unica Pro';

}

.top-nav {
	grid-column: 2;
	justify-content: start;
	position: fixed;
	text-align: left;
	width: 100%;
	height: 52px;
	padding: 0;
	margin: 0 0px;
	left: 51px;
	top: 0;
}



.green_border_top {
	width: 100%;
	min-height: 7px;
	height: 7px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 0.02em solid #000;
	border-top: 0.02em solid #000;
	background-color: #5DFFAE;
	z-index: 1;
}


.line_green_border {
	width: 7px;
	min-width: 7px;
	height: 46px;
	margin-top: 7px;
	display: block;
	position: relative;
	border: 0.02em solid #000;
	background-color: #5DFFAE;
	border-top: none;
	border-bottom: none;
	z-index: 0;
}

.green_border_right {
	min-width: 7px;
	width:7px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 0.02em solid #000;
	background-color: #5DFFAE;
	border-left: 0.02em solid #000;
}

.line_green_border_vert {
	width: 46px;
	height: 7px;
	min-height: 7px;
	margin-left: 7px;
	display: block;
	position: relative;
	border: 0.02em solid #000;
	background-color: #5DFFAE;
	border-right: none;
	border-left: none;
}

.bottom-nav {
	grid-column: 2;
	justify-content: space-between;
	border-top: 0.02em solid #000;
	border-top: none;
	width: 100%;
	height: 52px;
	position: fixed;
	left: 0;
	bottom: 0;
	padding-left: 0px;
	z-index: 4;
}


.nav-button {
	color: #5DFFAE;
	background: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	font-family: 'Neue Haas Unica Pro';
	font-weight: 500;
	-webkit-text-stroke: 0.02em #000;
	padding: 0.6em 1em 0.40em 0.64em;
	padding: unset;
}

.nav-button:hover {
	color: #f0f0f0;
}

.container-top {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 580px);
}

.container-top .nav-button {
	text-align: left;
}

.container-bottom {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 33.3333%);
	width: calc(100% - 480px);
}

.container-bottom .nav-button {
	text-align: center;
	height: 52px;
	margin-top: 2px;
	padding: 0;
	width: inherit;
}


.container-bottom .nav-button:hover {
	color: #f0f0f0;
	background-color: #5DFFAE;
}

/* Dropup Button */
.dropbtn {
	border: none;
}

/* The container <div> - needed to position the dropup content */
.dropup {
	position: relative;
	display: inline-block;
	min-width: 161px;
	text-align: center;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
	display: none;
	position: absolute;
	bottom: 0px;
	left: -7px;
	border: 0.02em solid #000;
	background-color: #5DFFAE;
	min-width: 175px;
	text-align: center;
	z-index: 13;
	padding: 3px;
}

/* Links inside the dropup */
.dropup-content a {
	text-align: center;
	text-decoration: none;
	display: block;
	color: #F0F0F0;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	font-family: 'Neue Haas Unica Pro';
	font-weight: 500;
	-webkit-text-stroke: 0.02em #000;

	padding: 0.2em 1em 0.2em 1em;
}

/* Change color of dropup links on hover */
.dropup-content a:hover {
	color: #5DFFAE
}

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
	display: block;
}

/* Change the background color of the dropup button when the dropup content is shown */
.dropup:hover {
	background-color: #5DFFAE;
}

.dropup:hover .dropbtn {
	color: #F0F0F0;
}

.main-navigation {
	width: unset;
	display: unset;
	height: unset;
	position: relative;
	margin: 0;
	padding: 0;

}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0px;
	padding-left: 0;
	background-color: #F0F0F0;
	width: 31%;
	width: 451px;
	height: calc(100vh);
	position: fixed;
	top: 0;
	right: 52px;
	border-left: 0.02em solid #000;
	border-left:unset;
}

.main-navigation .green_border_right {
	display: none;
}

.main-navigation.toggled .green_border_right {
	display: block;
}

.main-navigation.toggled ul {
	padding: 20px;
	text-align: center;
}

.main-navigation.toggled ul::before {
	content: '';
	position: absolute;
	height: 100vh;
	width: 7px;
	border-right: 0.02em solid;
	top: 0;
	left: 0;
	display: block;
	background-color: #5DFFAE;
	border-left: 0.02em solid #000;
}

.main-navigation ul li a {
	color: #000;
	text-decoration: none;
	color: #5DFFAE;
	background: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	font-family: 'Neue Haas Unica Pro';
	font-weight: 500;
	-webkit-text-stroke: 0.02em #000;
	padding: 1em;
}

.main-navigation li:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.main-navigation ul li a:hover {
	color: #f0f0f0;
}

.main-navigation ul li.current-menu-item a::before {
	content: '';
	/* position: relative; */
	/* top: 0; */
	/* left: 0; */
	width: 20px;
	height: 20px;
	background-color: #5DFFAE;
	border-radius: 50%;
	flex-shrink: 0;
	border: 0.02em solid #000;
	display: inline-block;
	margin-right: 15px;
}

body.home.list-active .top-nav {
	border-bottom: 0.02em solid #000;
}

body.home.list-active .left-nav {
	border-right: 0.02em solid #000;
}

/* Ajustes para los contenedores principales */
.right-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100vh;
	width: 52px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9;
	border-left: unset;
	padding: 0;
}

/* Ajustes para el main-navigation */
.main-navigation {
	width: auto;
	height: 33.333333%;
	display: flex;
	align-items: center;
	position: relative;
}

/* Ajuste para el botón del menú */
.menu-toggle.nav-button.side-button {
	width: 44px;
	height: 100%;
	margin: 0 0 0 7px;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Ajustes para left-nav */
.left-nav {

	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: calc(100vh - 104px);
	width: 52px;
	position: fixed;
	justify-items: center;
	left: 0;
	top: 52px;
}

/* Estilo base para los side-buttons */
.side-button {
	color: #5DFFAE;
	background: none;
	border: none;
	cursor: pointer;
	width: 44px;
	height: 33.333333%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-text-stroke: 0.02em #000;
	position: relative;
}

/* Ajustes específicos para right-nav */
.right-nav .side-button {
	margin: 0 0 0 7px;
}

/* Contenedor para el texto */
.side-button span {
	display: block;
	white-space: nowrap;
	position: absolute;
}

/* Ajustes específicos para left-nav */
.left-nav .side-button {
	flex-direction: row;
	justify-content: flex-start;
	padding-left: 10px;
}

.left-nav .side-button .dot {
	margin-right: 10px;
	order: -1;
	margin-right: 0px;
	margin-top: -40px;
	/* Asegura que el dot esté antes del texto */
}

/* Hover y estados activos */
.right-nav .side-button:hover,
.right-nav .side-button.active,
.menu-toggle[aria-expanded="true"] {
	background-color: #5DFFAE;
	color: #F0F0F0;
	width: 45px;
}

/* Ajustes para el menú WordPress cuando está expandido */
.main-navigation.toggled ul {
	display: block;
	position: fixed;
	top: 0;
	right: 52px;
	width: 451px;
	height: 100vh;
	background: #F0F0F0;
	border-left: 0.02em solid #000;
	border-left:unset;
	margin: 0;
	padding: 20px;
	z-index: 8;
}


/* Borde verde derecho */
.green_border_right {
	min-width: 7px;
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 0.02em solid #000;
	border-left: 0.02em solid #000;
	background-color: #5DFFAE;
}


/* Ajustes para los botones de left-nav */
.left-nav .side-button {
	transform: rotate(180deg);
	width: 44px;
	height: 33.333333%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.left-nav .side-button span {
	transform: rotate(90deg);
	transform-origin: left center;
	position: absolute;
	left: 50%;
	white-space: nowrap;
}

.left-nav .side-button .dot {
	/*	transform: rotate(180deg);
	margin: 0;
	position: absolute;
	left: 17px;
 Ajusta según necesites */
}

/* Ajustes para los botones de right-nav */
.right-nav .side-button {
	width: 45px;
	height: 33.333333%;
	margin: 0 0 0 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-nav .side-button span {
	transform: rotate(-270deg);
	transform-origin: center;
	position: absolute;
	white-space: nowrap;
}

/* Ajuste específico para el botón del menú */
.menu-toggle.nav-button.side-button span {
	transform: rotate(-270deg);
	transform-origin: center;
}

/* Ajustes generales para todos los side-buttons */
.side-button {
	color: #5DFFAE;
	background: none;
	border: none;
	cursor: pointer;
	-webkit-text-stroke: 0.02em #000;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	font-family: 'Neue Haas Unica Pro';
	font-weight: 500;
}

/* Estilos para hover y active */
.right-nav .side-button:hover,
.right-nav .side-button.active,
.menu-toggle[aria-expanded="true"] {
	background-color: #5DFFAE;
	color: #F0F0F0;
	width: 45px;
}

.left-nav .side-button:hover .dot,
.left-nav .side-button.active .dot {
	opacity: 1;
}



.main-content {
	grid-column: 2;
	padding: 52px;
}


.line {
	width: 1px;
	height: 52px;
	background: #000;
	display: inline-block;
	margin-left: 23px;
}

.line.line-right {
	margin-right: 23px;
}

/*INDEX*/
.container {
	max-width: 100%;
	margin: 0 auto;
}

.feed {
	background-color: #F0F0F0;
	border-radius: 0;
	height: calc(100vh - 104px);
	overflow: hidden;
	overflow-y: auto;
}

.feed-item {
	padding: 1rem;
	display: flex;
	gap: 1rem;
	border-bottom: 0.02em solid #000;
}

.feed-item:hover {
	background-color: #5DFFAE;
}

.feed-item a {
	text-decoration: none;
	color: #000;
}

.feed-item .tags a {
	color: #5DFFAE;
}

.feed-item .tags a:hover {
	color: #f0f0f0;
}

/*  .feed-item:last-child {
   	border-bottom: none; 
   }
   .feed-item:first-child {
	border-bottom: 0.02em solid #000;
}*/
.constellation-node,
.dot {
	width: 20px;
	height: 20px;
	background-color: #5DFFAE;
	border-radius: 50%;
	margin-top: 0.25rem;
	flex-shrink: 0;
	border: 0.02em solid #000;
	display: inline-block;
}

.nav-button .dot {
	margin-right: 10px;
}

.content {
	flex: 1;
}

.content-header {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	gap: 1rem;
}

.title {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	/*width: 36%;*/
	width: unset;
}

.title a,
.title a:hover,
.title a:visited {
	color: #000;
	text-decoration: none;
}

.meta {
	display: flex;
	align-items: start;
	gap: 0.5rem;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
	justify-content: left;
	white-space: pre-wrap;
	width: 64%;
	width: unset;
	text-align: left;

}
/*
span.user,
span.date {
	width: 37%;
}**/

.columna-principal.playlist-items {
	border: 0.02em solid #000;
	border-right: none;
	border-bottom: none;
}

article.category-playlist .columna-secundaria-container h1 {
	margin-left: 0;
}

.playlist-items-list span.user,
.playlist-items-list span.date {
	display: block;
	width: 100%;
}

.playlist-items-list .title {
	width: 100%;
}

.playlist-items-list .meta {
	display: table;
	width: 50%;

}


.tags {
	display: flex;
	gap: 0.25rem;
}

.tags.playlist-tags {
	/* border: 2px solid red; */
}

.back-btn,
.share a,
.tag {
	text-decoration: none;
	cursor: pointer;
	color: #5DFFAE;
	-webkit-text-stroke: 0.02em #000;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	font-weight: 500;
	font-family: 'Neue Haas Unica Pro';
}

.back-btn:hover,
.share a:hover,
.tag:hover {
	color: #f0f0f0;
}

.back-btn {
	text-decoration: none;
	cursor: pointer;
	color: #5DFFAE;
	-webkit-text-stroke: 0.02em #000;
	text-transform: uppercase;
	font-family: Neue Haas Unica Pro;
	font-weight: 500;
	font-size: 25px;
	line-height: 34px;
	margin: -11px 0 50px 40px;
	text-align: left;
}

.back-to-playlist.back-btn,
.back-btn.modal-playlists {
	margin: 20px 0 0px 0px;
}

.swiper-container {
	width: 400px;
	height: 300px;
}

.swiper-container.fullscreen {
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	padding: 52px 0;
	padding: 0;
	background-color: #F0F0F0;
}

.swiper-slide {
	background: #F0F0F0;

	text-align: center;
	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.swiper-slide img {

	cursor: pointer;
	position: absolute;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 100%;
	width: unset;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.swiper-slide figcaption {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}

.swiper-slide a {
	background: #000;
	color: #fff;
}



.fullscreen .swiper-slide .backdrop {
	background: #F0F0F0;
	opacity: .7;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #5DFFAE !important;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 260px;
	margin: auto;
	right: 0;
}

.swiper-container button {
	display: block;
	cursor: pointer;
	background: transparent;
	border: unset;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	line-height: 0;
	z-index: 10;
	background-size: 33px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/expand-1.svg);

}

.swiper-container button img {
	position: relative;
	z-index: 10;
	display: block;
	cursor: pointer;
	background: transparent;
	border: unset;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.swiper-container.fullscreen button {
	display: none;
}

.fullscreen .swiper-slide .close-button {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	z-index: 10;
	cursor: pointer;
	background-size: 34px 34px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/minin-1.svg);
}

.swiper-container button::before,
.fullscreen .swiper-slide .close-button::before {
	content: 'Enter Fullscreen';
	font-family: 'Dutch801 RmHd BT';
	visibility: hidden;
	width: 130px;
    height: 22px;
    border: 0.02em solid #000;
	background-color: #5DFFAE;
	color: #000;
	text-align: center;
	border-radius: 0px;
	padding: 3px 3px 4px 3px;
	position: absolute;
	z-index: 11;
	bottom: 0;
	top: 5px;
	right: 125%;
	font-size: 15px;
	line-height: 1;
}

.fullscreen .swiper-slide .close-button::before {
	content: 'Exit Fullscreen';
}

.swiper-container button:hover::before,
.fullscreen .swiper-slide .close-button:hover::before {
	visibility: visible;
}

.swiper-button-next,
.swiper-button-prev {
	background-size: 40px 40px !important;
	width: 40px !important;
	height: 40px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url('images/arrow-left.svg') !important;
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url('images/arrow-right.svg') !important;
	right: 10px;
	left: auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 50px;
}

/**/

.swiper-slide figure {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	display: block;
}

.swiper-slide figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: rgba(0, 0, 0, 0.5); */
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.fullscreen .swiper-slide img {
	height: calc(100% - 104px);
	margin-top: 52px;
	object-fit: contain;
}

.slide-caption {
	color: white;
	flex-grow: 1;
	display: none;
	/* Por defecto oculto 	padding-right: 15px;*/
}

/* Estilos para el botón de fullscreen */
.swiper-slide figcaption button {
	background: none;
	border: none;
	padding: 5px;
	cursor: pointer;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.swiper-container.fullscreen figcaption {
	background-color: transparent;
}

.swiper-container.fullscreen .slide-caption {
	font-size: 22px;
	padding: 0px;
	color: #000;
}

/**/
.swiper-pagination {
	display: none !important;
}

.post .entry-content {
	display: block;
	position: relative;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	pointer-events: none;
}


/* En tu archivo de estilos */
.entry-content.format-layout {
	display: flex;
	gap: 2rem;
	gap: 0;
	margin: 0;
	position: relative;
	/* background-color: #5DFFAE; */
}

body.home .entry-content.format-layout {
	display: block;
	gap: 0;
	margin: 0;
	position: relative;
	/* background-color: #5DFFAE; */
}

body.home .entry-content .entry-content.format-layout {
	display: flex;
	gap: 2rem;
	gap: 0;
	margin: 0;
	position: relative;
	/* background-color: #5DFFAE; */
}

article.category-playlist .entry-content.format-layout {
	display: block;
}

article.category-playlist .entry-content .entry-content.format-layout {
	display: flex;
}

.columna-principal {
	/* flex: 0 0 66.666%;  
	flex: 0 0 calc(100% - 449px);*/
	width: calc(100% - 452px);
	background-color: #F0F0F0;
	/* border-right: 1px solid; */

}

body.page .columna-principal {
	height: calc(100vh - 104px);
	overflow: hidden;
	display: block;
	padding: 52px 0;
	overflow-y: auto;
}
body.page.page-template-page-open-notes .columna-principal {
	height: calc(100vh - 104px);
	overflow: hidden;
	display: block;
	padding: 0px 0;
	overflow: hidden;
}
 /*
body.page .columna-principal>* {
	max-width: 620px;
	margin: auto;
}*/

.columna-secundaria {
	flex: 1;
	background-color: #F0F0F0;
	max-width: unset;
	/*z-index: 1;*/
}

.columna-secundaria-container { 
	height: 100vh;
	position: fixed;
	display: block;
	top: 0;
	right: 52px;
	width: 445px;
	background-color: #F0F0F0;
	padding: 30px 20px 20px;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	border-left: 0.02em solid #000;
	overflow: hidden;
	overflow-y: auto;
	z-index: 4;
}


.single .columna-secundaria-container {
	border-left: 0.02em solid;
}

.page .columna-secundaria-container {
	height: calc(100vh - 52px);
	position: fixed;
	display: block;
	top: 0;
	right: 52px;
	width: 440px;
	background-color: #F0F0F0;
	padding: 0px 0px 0px;
	border: unset;
}

body.page.page-template-page-open-notes .columna-secundaria-container {
height: 100vh;
	position: fixed;
	display: block;
	top: 0;
	right: 52px;
	width: 451px;
	background-color: #F0F0F0;
	padding: 30px 20px 20px;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	border-left: 0.02em solid #000;
	overflow: hidden;
	overflow-y: auto;
	z-index: 4;
}
.columna-secundaria-container h1 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	margin-left: 130px;
	margin-bottom: 52px;
}

body.page .columna-secundaria-container h1 {
	color: #5DFFAE;
	margin: 0 auto;
	/* margin: 0px 0 0 -20px; */
	background: none;
	border: none; 
	text-align: center;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 50px;
	font-family: 'Neue Haas Unica Pro';
	font-weight: 500;
	-webkit-text-stroke: 0.01em #000;
	padding: 0.6em 1em 0.40em 0.64em;
	padding: unset;
}

body.page .columna-secundaria-container .column_text_container {
	/* margin: 52px 0; */
	padding: 2em 1em;
}

body.page .columna-secundaria-container .column_text_container h2 {
	font-size: 30px;
	line-height: 34px;
}

.entry-meta div {
	margin-bottom: 52px;
	display: flex;
	gap: .5em;
	flex-direction: row;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.entry-meta div.tags {
	margin-bottom: 15px;
}
.entry-meta div.share {
	margin-top: 52px;
}
a.tag:visited {
	color: #5DFFAE;
}

a.tag.etiqueta{
	pointer-events: none;
}
.columna-secundaria-container span:first-child {
	min-width: 110px;
	font-style: italic;
}
body.page .columna-secundaria-container span:first-child {
	min-width: unset;
	font-style: normal;
}
.columna-secundaria-container span.tag {
	font-style: normal;
	width: unset;
}

.cerrar_btn {
	cursor: pointer;
	position: absolute;
	left: 15px;
	top: 10px;
	width: 25px;
}

.cerrar_btn_playlist {
	cursor: pointer;
	position: fixed;
	left: unset;
	right: 459px;
	top: 14px;
	width: 25px;
}

.columna-secundaria-container .cerrar_btn {
	cursor: pointer;
	position: fixed;
	left: unset;
	right: 459px;
	top: 14px;
	width: 25px;
}

#copy_link_div {
	/*display: none;*/
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

#copied_url_display {
	background-color: #5DFFAE;
	font-size: 15px;
	border: 0.002em solid #000;
	font-style: italic;
	padding: 0 5px;
}

.columna-secundaria .green_border_right {
	min-width: 7px;
	width: 7px;
	height: 100vh;
	/* z-index: 32; */
	/* z-index: 52; */
	display: block;
	position: fixed;
	top: 0;
	right: 496px;
	left: unset;
	border-right: 0.02em solid #000;
	background-color: #5DFFAE;
}

.swiper-container {
	width: 400px;
	height: 300px;
	min-width: 100%;
	height: calc(100vh - 104px);
}

/* Personalizar proporción del player para esta sección específica */
.columna-principal .flex-audio-player {
	/*aspect-ratio: 3/2;
	 Proporción personalizada */
	display: flex;
	width: 100%;
}

.flex-audio-player {
	position: relative;
	width: 100%;
	padding: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	align-content: center;
	height: calc(100vh - 104px);
}

/* Overlay para cuando hay imagen de fondo */
.player-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: rgba(0, 0, 0, 0.3); */
	border-radius: 0px;
}

.player-controls {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 52px;
	width: 90%;
}

.custom-play-button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 0;
}

.default-play-icon {
	width: 60px;
	height: 60px;
	margin-left: 40px;
	margin-top: 35px;
	background-image: url(images/play_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;

}

.default-pause-icon {
	width: 60px;
	height: 60px;
	margin-left: 40px;
	margin-top: 35px;
	background-image: url(images/pause_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.progress-container {
	flex: 1;
	display: block;
}

.time-current {
	color: #000;
	font-size: 15px;
	min-width: 45px;
	border: 0.02em solid #000;
    padding: 2px 5px; 
	background: #5DFFAE;
}

.progress-bar {
	flex: 1;
	height: 8px;
	background: rgba(240, 240, 240, 1);
	border-radius: 0px;
	position: relative;
	cursor: pointer;
	border:  0.02em solid #000;
	
}

.progress-indicator {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #5DFFAE;
	border-radius: 0px;
	width: 0;
}

.soundcloud-wrapper {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.hidden {
	display: none;
}

/* Ocultar controles nativos de MediaElement */
.mejs-controls {
	display: none !important;
}

.post-text-container,
.pdf-viewer-container {
	margin: 0;
	padding: 0px;
	width: 100%;
	height: calc(100vh - 104px);
	overflow: hidden;
	
	position: relative;
}

.post-text-overlay {
	margin: 0;
	padding: 0px;
	width: calc(100% - 16px);
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	background-color: #5DFFAE;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	mix-blend-mode: multiply;
}

.post-text-container {
	background-color: #5DFFAE;
	padding: 20px 20px 20px 80px ;
	overflow-y: auto;
}

.pdf-viewer {
	width: 100%;
	height: calc(100vh - 104px);
	overflow: hidden;
	overflow-y: auto;
}

.post,
.page {
	margin: 0;
}

/* Contenedores principales */
.view-container {
	display: none;
	width: 100%;
	height: calc(100vh - 104px);
	position: relative;
}

#list-view {
	overflow: hidden;
	overflow-y: auto;
}

.view-container.active {
	display: block;
}

/* Toggle Button */
.view-toggle {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
}

/*
.toggle-button {
    background: none;
    border: 2px solid #5DFFAE;
    color: #5DFFAE;
    padding: 10px 20px;
    cursor: pointer;
    font-family: monospace;
    text-transform: uppercase;
}*/

.toggle-button .show-list,
.toggle-button .show-constellation {
	display: none;
}

.constellation-active .toggle-button .show-list,
.list-active .toggle-button .show-constellation {
	display: inline;
}

/* Vista Constellation */
.constellation-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
}

.constellation-nodes {
	/*	position: relative;
	width: 100%;
	height: calc(100vh - 104px);
	overflow: hidden;
	z-index: 2;*/
}

.constellation-nodes a {
	color: #000;
	text-decoration: none;
}

.constellation-nodes {
	flex: 1;
	position: relative;
	width: 100%;
	height: calc(100vh - 104px);
	/*	overflow: hidden;*/
	z-index: 2;
}

.constellation-grid {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;

	/*	display: block;
	filter: brightness(0.5);*/
}

.grid-line {
	position: absolute;
	background-color: rgba(93, 255, 174, 0.1);
	border: 1px dashed rgba(93, 255, 174, 0.3);
}

.grid-label {
	position: absolute;
	color: rgba(93, 255, 174, 0.5);
	font-family: 'Neue Haas Unica Pro';
	font-size: 14px;
}

.constellation-info {
	max-width: 460px;
	max-width: 444px;
	margin-top: -35px;
	padding: 0 20px;
	position: relative;

}

.constellation-info header.entry-header {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	text-align: center;
}

.constellation-info img {
	max-width: 352px;
	width: 100%;
	max-width: 60%;
}

.constellation-info p {
	font-size: 20px;
	line-height: 25px;
}

.constellation-node {
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	z-index: 3;
}

.node-title {
	display: none;
}

body.constellation-active .top-nav,
body.constellation-active .left-nav {
	border-bottom: unset;
	border-right: unset;
}

.constellation-node:hover {
	background-color: #000;
}

.constellation-node:hover .node-title {
	z-index: 10;
	display: block;
	width: max-content;
	display: block;
	margin: 0px 0 0 0px;
}


.constellation-node:hover {
	z-index: 10;
}


.constellation-node:hover .node-title {
	opacity: 1;
	z-index: 10;
}

.format-section {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: rgba(93, 255, 174, 0.05);
	border-top: 1px dashed rgba(93, 255, 174, 0.3);
	border-bottom: 1px dashed rgba(93, 255, 174, 0.3);
}

.category-section {
	position: absolute;
	top: 0;
	height: 100%;
	background-color: rgba(93, 255, 174, 0.05);
	border-left: 1px dashed rgba(93, 255, 174, 0.3);
	border-right: 1px dashed rgba(93, 255, 174, 0.3);
}

.constellation-node {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #5DFFAE;
	border: 0.02em solid #000;
	position: absolute;
	cursor: pointer;
	z-index: 3;
}

.node-title {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	background-color: #F0F0F0;
	padding: 3px 7px;
	opacity: 0;
	pointer-events: none;
	z-index: inherit;
}

.constellation-node:hover {
	transform: scale(1);
	z-index: 10;
}

/* Vista List */
.list-wrapper {
	padding: 0px;
}

.view-container {
	display: none;
}

.view-container.active {
	display: block;
}

#constellation-view.active {
	height: calc(100vh - 104px);
}

#list-view.active {
	height: calc(100vh - 104px);
	overflow-y: auto;
}

#constellation-view .no-posts {
	position: relative;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 42vh;
}

.loading,
.error,
#list-view .no-posts {
	position: relative;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 39vh;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.modal.is-active {
	display: block;
}

.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

.modal-container {
	position: fixed;
	top: 0;
	right: 52px;
	bottom: 0;
	width: 451px;
	background-color: #F0F0F0;
	border-left: 0.02em solid #000;
	border-left: unset;
	display: flex;
	flex-direction: column;
}

.modal-container::before {
	content: '';
	position: absolute;
	height: 100vh;
	width: 7px;
	border-right: 0.02em solid #000;
	border-left: 0.02em solid #000;
	top: 0;
	left: 0;
	display: block;
	background-color: #5DFFAE;
}

.modal-close {
	cursor: pointer;
	position: absolute;
	left: 15px;
	top: 10px;
	width: 25px;
}

.search-section {
	/*	padding: 20px;
	border-bottom: 1px solid #000;*/
	padding: 50px 20px 0;
}

.search-input-wrapper {
	margin-bottom: 15px;
}

.format-filters {
	display: block;
	text-align: center;
	margin: auto;
}

.category-filter,
.format-filter {
	background: none;
	border: none;
	cursor: pointer;
	font-family: 'Neue Haas Unica Pro', sans-serif;
	font-size: 25px;
	color: #5DFFAE;
	background: transparent;
	-webkit-text-stroke: 0.02em #000;
	padding: 3px;
	text-transform: uppercase;
}

.category-filter:hover,
.format-filter:hover,
.category-filter.active,
.format-filter.active {
	color: #f0f0f0;
	-webkit-text-stroke: 0.02em #000;
}

.modal-content {
	flex: 1;
	overflow-y: auto;
	padding: 50px 0 20px;
	padding: 2px 0 20px;
}

.result-item {
	padding: 10px 20px;
	border-bottom: 0.02em solid #000;
}

.result-item:hover {
	background-color: #5DFFAE;
}

.result-item:first-child {
	border-top: 0.02em solid #000;
}

.result-title {
	font-family: 'Dutch801 RmHd BT', serif;
	font-size: 25px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	display: block;
}

.result-title,
.result-title:focus,
.result-title:hover,
.result-title:visited {
	color: #000;
	text-decoration: none;
}

.result-meta {
	display: block;
	justify-content: space-between;
	font-family: 'Dutch801 RmHd BT';
	font-size: 20px;
}

.result-format {
	color: #5DFFAE;
	-webkit-text-stroke: 0.02em #000;
	text-transform: uppercase;
}

.result-meta span {
	display: block;
}

.result-item .result-meta,
.result-item .result-tags {
	pointer-events: none;
}

/* Estilos específicos para Playlist */
.playlist-items-list {
	padding: 0;
	margin: 0;
	height: calc(100vh - 104px);
	overflow: hidden;
	overflow-y: auto;
	/*width: calc(100% - 450px);*/
}

.playlist-item {
	display: flex;
	gap: 1rem;
	padding: 1rem;
	border-bottom: 0.02em solid #000;
}

.playlist-item:hover {
	background-color: #5DFFAE;
}

.playlist-item .item-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #5DFFAE;
	border: 0.02em solid #000;
	margin-top: 0.25rem;
	flex-shrink: 0;
}

.playlist-item .item-content {
	flex: 1;
}

.playlist-item .item-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
}

.playlist-item .item-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	width: 45%;
	margin: 0;
}

.playlist-item .item-title a {
	color: #000;
	text-decoration: none;
}

.playlist-item .item-meta {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
	justify-content: space-around;
	white-space: pre-wrap;
	width: 65%;
}

.playlist-item .item-format,
.playlist-item .item-category {
	color: #5DFFAE;
	-webkit-text-stroke: 0.02em #000;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	font-weight: 500;
	font-family: 'Neue Haas Unica Pro';
}

.playlist-description {
	/*font-size: 16px; 
		margin: 0px 0 10px;
		line-height: 1.2;*/
}

.entry-content {
	display: none;
}

.entry-content.active {
	display: block;
}

.nav-button.active {
	background-color: #5DFFAE;
}

.top-nav .nav-button .dot,
.left-nav .nav-button .dot {
	opacity: 0;
}

.top-nav .nav-button.active,
.left-nav .nav-button.active {
	background-color: transparent;
}

.top-nav .nav-button:hover .dot,
.top-nav .nav-button.active .dot,
.left-nav .nav-button:hover .dot,
.left-nav .nav-button.active .dot {
	opacity: 1;
}


/*forms*/


form {
	font-weight: 400;
	font-size: 16px;
	font-family: 'Dutch801 RmHd BT';
	color: #000;
	-webkit-text-stroke: unset;
}

input {
	background-color: transparent;
	font-size: 16px;
	font-family: 'Dutch801 RmHd BT';
	color: #000;
	border-radius: 0 !important;
	outline: 0 !important;
	-webkit-text-stroke: 0 !important;
}

/*
input[type="file"],*/

input[type="email"],
input[type="password"],
input[type="text"],
input[type="url"] {
	width: 100%;
	padding: 10px;
	height: 50px;
	border: 0.05em solid #000;
	border-radius: 0 !important;
	outline: 0 !important;
	-webkit-text-stroke: 0 !important;
}

input:focus-visible {
	border: 0.05em solid #000;
	background-color: #5DFFAE;
	font-size: 16px;
	font-family: 'Dutch801 RmHd BT';
	color: #000;
	border-radius: 0;
	outline: 0;
	-webkit-text-stroke: 0 !important;
}

input::placeholder {
	font-family: 'Dutch801 RmHd BT';
	font-style: italic;
	font-size: 16px;
	color: #000;
	-webkit-text-stroke: 0 !important;
}

form p {
	-webkit-text-stroke: unset;
	-webkit-text-stroke: 0 !important;
}

.label-title {
	color: #5DFFAE;
	margin: 0;
	background: none;
	border: none;
	cursor: auto;
	text-align: left;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	font-family: 'Neue Haas Unica Pro';
	font-weight: 500;
	-webkit-text-stroke: 0.02em #000;
	padding: 0.6em 1em 0.40em 0.64em;
	padding: unset;
}

/*
.custom-file-upload {
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #4CAF50;
	color: white;
	border-radius: 5px;
	font-size: 16px;
}
  form label span {
  	-webkit-text-stroke: unset;
  	-webkit-text-stroke: 0 !important;
  }*/
.wpcf7-list-item-label {
	color: #000;
	text-transform: initial;
	font-family: 'Dutch801 RmHd BT';
	color: #000;
	font-size: 20px;
	line-height: 30px;
	-webkit-text-stroke: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #5DFFAE;
	color: #F0F0F0;
	margin: 0;
	width: 100%;
	height: 50px;
	border: 0.02em solid #000;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	font-family: 'Neue Haas Unica Pro';
	font-weight: 500;
	-webkit-text-stroke: 0.02em #000 !important;
	padding: unset;
	border-radius: 0;
	outline: 0;
}


.wpcf7 input[type="file"]::before {
	background-color: #5DFFAE;
	border: 0.02em solid #000;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 15px;
	font-weight: normal;
	display: block;
}
[type="radio"] {
    box-sizing: border-box;
    padding: 0 20px;
    transform: scale(1.5);
    margin: 0 15px;
}
[type="checkbox"]  {
    box-sizing: border-box;
    padding: 0 20px;
    transform: scale(1.95);
    margin: 0 15px;
}
/* file style*/
/*
.custom-file-upload {
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #4CAF50;
	color: white;
	border-radius: 5px;
	font-size: 16px;
}

.custom-file-upload:hover {
	background-color: #45a049;
}

input[type="file"] {
	display: none; 
}*/

#modal-search-input {
	width: 100%;
	padding: 10px;
	border: 0.05em solid #000;
	background-color: transparent;
	font-size: 16px;
	font-family: 'Dutch801 RmHd BT';
	color: #000;
	border-radius: 0;
	outline: 0;
}

#modal-search-input:focus-visible {
	width: 100%;
	padding: 10px;
	border: 0.05em solid #000;
	background-color: #5DFFAE;
	font-size: 16px;
	font-family: 'Dutch801 RmHd BT';
	color: #000;
	border-radius: 0;
	outline: 0;
}



#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

#preloader.fade-out {
	opacity: 0;
	visibility: hidden;
}

.preloader-content {
	width: 280px;
	height: 280px;
}

.preloader-content img {
	width: 100%;
	height: auto;
	animation: logoFade 2s ease-in-out infinite;
}

.preloader-content svg {
	width: 100%;
	height: 100%;
	animation: logoFade 2s ease-in-out infinite;
}

@keyframes logoFade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}



.create-note-btn {
	background-color: #5DFFAE;
	color: #F0F0F0;
	border: 0.02em solid #000;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	font-family: 'Neue Haas Unica Pro';
	font-weight: 500;
	-webkit-text-stroke: 0.02em #000;
	padding: 10px 20px;
	width: 100%;
	margin-top: 20px;
}

#etherpadFrame {
	width: 100%;
	height: calc(100vh - 104px);
	border: none;
}

#newPadFrame {
	width: 100%;
	height: calc(100vh - 104px);
	
	border: none;
	max-width: 100%;
}

.feed-item .status {
	color: #5DFFAE;
	-webkit-text-stroke: 0.02em #000;
	text-transform: uppercase;
	font-family: 'Neue Haas Unica Pro';
}

.pad-iframe {
	width: 100%;
	height: calc(100vh - 104px);
	border: none;
}

.back-to-list {
position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000;
    color: #5DFFAE;
    background: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Neue Haas Unica Pro';
    font-weight: 500;
    -webkit-text-stroke: 0.02em #000;
    /* padding: 10px; */
    font-size: 25px;
}

.back-to-list:hover {
	color: #f0f0f0;
}

.loading,
.error {
	text-align: center;
	padding: 20px;
	font-family: 'Dutch801 RmHd BT';
}

.error {
	color: #ff0000;
}

#padsList {
	/*display: none;*/
}
.new-pad-input {
	width: 100%;
	padding: 10px;
	height: 50px;
	border: 0.05em solid #000;
	background-color: transparent;
	font-size: 16px;
	font-family: 'Dutch801 RmHd BT';
	color: #000;
	border-radius: 0;
	outline: 0;
	margin-bottom: 20px;
}

.new-pad-input:focus {
	background-color: #5DFFAE;
}

.new-pad-input::placeholder {
	font-family: 'Dutch801 RmHd BT';
	font-style: italic;
	color: #000;
}

#newPadModal .modal-container {
	padding: 50px 20px 20px;
}

#newPadModal .label-title {
	margin-bottom: 20px;
}


.page-content {
	max-width: 700px;
	margin: auto;
}


.top-nav {
	border-bottom: 0.02em solid #000;
}
.left-nav {
	border-right: 0.02em solid #000;
}

body.home.constellation-active .top-nav,
body.home.constellation-active .left-nav {
    border-bottom: unset;
    border-right: unset;
	
}

body.constellation-active.post-content-active .top-nav,
body.list-active.post-content-active .top-nav {
	border-bottom: 0.02em solid #000;
}

body.constellation-active.post-content-active .left-nav,
body.list-active.post-content-active .left-nav {
	border-right: 0.02em solid #000;
} 
/* Ocultar flechas de navegación cuando hay una sola imagen */
.swiper-container.single-slide .swiper-button-next,
.swiper-container.single-slide .swiper-button-prev {
    display: none !important;
}

/* También ocultar paginación si solo hay una imagen */
.swiper-container.single-slide .swiper-pagination {
    display: none !important;
}

/* Para el modo fullscreen también */
.swiper-container.single-slide.fullscreen .swiper-button-next,
.swiper-container.single-slide.fullscreen .swiper-button-prev {
    display: none !important;
}

.swiper-container.single-slide.fullscreen .swiper-pagination {
    display: none !important;
}
 /*
    body.list-active.post-content-active .mobile-header::after {
        display: none;
    } */

/* Agregar estas reglas CSS al archivo style.css */

/* Ocultar los botones individuales de cada slide */
.swiper-slide figcaption button {
    display: none !important;
}

/* Contenedor para el botón de fullscreen fijo */
.swiper-fullscreen-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    pointer-events: none; /* Permitir que los clicks pasen a través del contenedor */
}

/* Botón de fullscreen fijo */
.swiper-fullscreen-btn {
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all; /* Restaurar interactividad solo para el botón */
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('images/minin-1.svg');
}

/* Estado hover del botón */
.swiper-fullscreen-btn:hover::before {
    content: 'Enter Fullscreen';
    font-family: 'Dutch801 RmHd BT';
    visibility: visible;
    width: 130px;
    height: 22px;
    border: 0.02em solid #000;
    background-color: #5DFFAE;
    color: #000;
    text-align: center;
    border-radius: 0px; 
	padding: 3px 3px 4px 3px;
    position: absolute;
    z-index: 11;
    bottom: 5px;
    right: 125%;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
}

/* Estilos para el modo fullscreen */
.swiper-container.fullscreen .swiper-fullscreen-btn {
    background-image: url('images/minin-1.svg');
	display: block; 
}

.swiper-container.fullscreen .swiper-fullscreen-btn:hover::before {
    content: 'Exit Fullscreen';
}

/* Posición en fullscreen - centrado en la parte inferior */
.swiper-container.fullscreen .swiper-fullscreen-controls {
    bottom: 20px;
    right: 20px;
    left: auto;
    transform: none;
}

/* Asegurar que el botón esté por encima de todo en fullscreen */
.swiper-container.fullscreen .swiper-fullscreen-controls {
    z-index: 1001;
}

/* Ocultar captions en slides normales (no fullscreen) */
.swiper-slide figcaption {
    display: none;
}

/* Mostrar solo en fullscreen si es necesario */
.swiper-container.fullscreen .slide-caption {
    display: none !important;
    position: absolute;
    bottom: 80px; /* Por encima del botón */
    left: 20px;
    right: 60px; /* Espacio para el botón */
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    font-size: 16px;
    z-index: 1000;
}
/* Agregar estas reglas al archivo style.css */

/* Ajustes para la vista de lista - Simulando columnas */
.feed {
    background-color: #F0F0F0;
    border-radius: 0;
    height: calc(100vh - 104px);
    overflow: hidden;
    overflow-y: auto;
    padding: 0; /* Eliminar padding general */
}

.feed-item {
    padding: 1rem; /* Solo padding vertical */
    display: flex;
    gap: 1rem;
    border-bottom: 0.02em solid #000;
    align-items: flex-start; 
    padding-left: 20px; /* Compensar con padding interno */
    padding-right: 20px;
}

.feed-item:hover {
    background-color: #5DFFAE;
    margin-left: 0; /* Expandir hover hasta el borde */
    margin-right: 0;
    padding-left: 20px; /* Compensar con padding interno */
    padding-right: 20px;
}

/* Dot alineado */
.feed-item .dot {
    width: 20px;
    height: 20px;
    background-color: #5DFFAE;
    border-radius: 50%;
    margin-top: 0.25rem;
    flex-shrink: 0;
    border: 0.02em solid #000;
}

/* Contenedor de contenido */
.feed-item .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Header del contenido - simulando tabla */
.feed-item .content-header {
    display: grid;
    grid-template-columns: 1fr 200px 120px .5fr; /* Título | Autor | Fecha | Tags */
	grid-template-columns: 1fr .5fr .3fr .5fr;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    min-height: 60px; /* Altura mínima para consistencia */
	min-height: unset;
}

/* Título - primera columna */
.feed-item .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding-right: 10px;
}

.feed-item .title a,
.feed-item .title a:hover,
.feed-item .title a:visited {
    color: #000;
    text-decoration: none;
}

/* Meta información - autor y fecha en columnas separadas */
.feed-item .meta {
    display: contents; /* Permite que los elementos hijos se comporten como parte del grid */
}

.feed-item .meta .user,
.feed-item .meta .date {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0;
}

/* Tags - última columna */
.feed-item .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
      align-items: flex-start;
}

/* Ajustes cuando el modal está abierto */
body .modal.is-active ~ .site-wrapper .feed-item .content-header,
.main-navigation.toggled ~ .main-content .feed-item .content-header {
    grid-template-columns: 1fr 150px 100px 200px; /* Columnas más compactas */
	grid-template-columns: 1fr .5fr .3fr .5fr;
    gap: 15px;
}

/* Ajustes para cuando el menú está abierto */
.main-navigation.toggled ~ .main-content .feed {
    width: calc(100% - 451px); /* Ajustar ancho cuando el menú está abierto */
}

/* Ajustes para modal abierto */
.modal.is-active ~ .site-wrapper .feed {
    width: calc(100% - 451px); /* Ajustar ancho cuando el modal está abierto */
}



#newPadFrame{
	 width: 100%;   
	 height: calc(-154px + 100vh);    
	/*  margin-top: 55px; */
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
       border-color: #dc3232;
    background: white;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0!important;
}
/* Responsive para pantallas más pequeñas */
@media screen and (max-width: 1400px) {
    .feed-item .content-header {
        grid-template-columns: 1fr 180px 100px 180px;
		grid-template-columns: 1fr .5fr .3fr .5fr;
        gap: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .feed-item .content-header {
        grid-template-columns: 1fr 150px 90px 150px;
		grid-template-columns: 1fr .5fr .3fr .5fr;
        gap: 10px;
    }
    
    .feed-item .title,
    .feed-item .meta .user,
    .feed-item .meta .date {
        font-size: 18px;
        line-height: 26px;
    }
}

/* Para pantallas muy anchas */
@media screen and (min-width: 1600px) {
    .feed-item .content-header {
        grid-template-columns: 1fr 250px 140px .5fr;
		grid-template-columns: 1fr .5fr .3fr .5fr;
        gap: 30px;
    }
}

/* Ajustes específicos para tags */
.feed-item .tags .tag {
    text-decoration: none;
    cursor: pointer;
    color: #5DFFAE;
    -webkit-text-stroke: 0.02em #000;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 34px;
    font-weight: 500;
    font-family: 'Neue Haas Unica Pro';
    white-space: nowrap;
}

.feed-item .tags .tag:hover {
    color: #f0f0f0;
}

/* Alineación específica para playlists */
.playlist-items-list .feed-item .content-header {
    grid-template-columns: 1fr 200px 120px 200px;
}

.playlist-items-list .feed-item .title {
    width: 100%;
}

.playlist-items-list .feed-item .meta {
    display: contents;
}

/* Ajustes para el estado hover */
.feed-item:hover .tags .tag {
    color: #5DFFAE;
}

.feed-item:hover .tags .tag:hover {
    color: #f0f0f0;
}
.feed-item {
    width: 100% - 438px;
}
body.modal-active .feed-item,
body.menu-open .feed-item {
    width: calc(100% - 438px);
	transition: width 0.3s ease;
}

body.modal-active .feed-item .content-header,
body.menu-open .feed-item .content-header {	
    grid-template-columns: 0.95fr 200px 110px 120px;
    gap: 10px;
    transition: grid-template-columns 0.3s ease;
}
/*
body.modal-active .feed-item .title,
body.menu-open .feed-item .title {
    font-size: 18px;
    line-height: 26px;
}*/

/* Transiciones suaves */
.feed {
    transition: width 0.3s ease;
}

.feed-item .content-header {
    transition: grid-template-columns 0.3s ease, gap 0.3s ease;
}
/*
.feed-item .title,
.feed-item .meta .user,
.feed-item .meta .date,
.feed-item .tags .tag {
    transition: font-size 0.3s ease, line-height 0.3s ease;
}*/


@media screen and (max-width: 1270px) {
	.container-bottom {
		width: calc(100% - 29px);
	}

	/*.main-navigation.toggled ul,
	.main-navigation.toggled ul::before,
	.modal-container,
	.modal-container::before { 
		height: calc(100vh - 52px);
	} */

}

/*
@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
 

}*/
/* Mobile Portrait Overlay  
.rotate-device-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F0F0F0;
	z-index: 999999;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 20px;
}

.rotate-device-overlay header img {
	width: 160px;
	height: auto;
	text-align: center;
}

.rotate-device-overlay img.rotate-device-img {
	width: 80px;
	height: 80px;
	margin: 20px auto 10px;
	animation: rotate 2s infinite;
}

.rotate-device-overlay p {
	font-family: 'Dutch801 RmHd BT';
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 0 auto;
}

.rotate-device-overlay header p {
	font-family: 'Dutch801 RmHd BT';
	font-size: 17px;
	line-height: 24px;
	color: #000;
	margin: 0 auto;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(90deg);
	}

	100% {
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 767px) and (orientation: portrait) {
	#toggleView,
	.constellation-wrapper {
		display: none !important;
	} 
	.rotate-device-overlay {
		display: flex;
	}

	.site-wrapper {
		display: none;
	}
}
 
*/

/* Reset and adjust the rotation overlay */
.rotate-device-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F0F0F0;
	z-index: 999999;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 20px;
}

.rotate-device-overlay header {
	order: 1;
	/* Put header text first */
	margin-bottom: 20px;
}

.rotate-device-overlay header img {
	width: 160px;
	height: auto;
	text-align: center;
	display: block;
	margin: 20px auto 0;
}

.rotate-device-overlay img.rotate-device-img {
	order: 2;
	width: 80px;
	height: 80px;
	margin: 20px auto 10px;
	/* Remove animation */
	animation: none;
}

.rotate-device-overlay p {
	order: 3;
	font-family: 'Dutch801 RmHd BT';
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 0 auto;
}

.rotate-device-overlay header p {
	font-family: 'Dutch801 RmHd BT';
	font-size: 17px;
	line-height: 24px;
	color: #000;
	margin: 0 auto;
}
body.page-template-page-open-notes .left-nav{
	border-right: 0.02em solid #000!important;
}
body.page-template-page-open-notes .top-nav {
	border-bottom: 0.02em solid #000!important;
} 

#open-notes-iframe ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#open-notes-iframe li { 
border-bottom: 0.02em solid #000;
	padding: 15px 10px;
	display: flex; 
	cursor: pointer;
	background-color: #F0F0F0;
}
#open-notes-iframe li:hover {
	background-color: #5DFFAE;
}
#open-notes-iframe li:first-child{
	/*border-top: 0.02em solid #000;*/
}
#open-notes-iframe .head h1{
	display: none;
}
#open-notes-iframe li a {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	text-decoration: none;
	height: 100%;
	
}
#open-notes-iframe li a::before {
	content: '';
	  top: 5px;  
	  position: relative;
	width: 20px;
	height: 20px;
	background-color: #5DFFAE;
	border-radius: 50%;
	flex-shrink: 0;
	border: 0.02em solid #000;
	display: inline-block;
	margin-right: 18px;
}


.main-navigation li.mobile-playlists-link{
	display: none;
}
 
/* Adjust the detection logic in JS */
@media screen and (max-width: 767px) and (orientation: landscape) {
	.rotate-device-overlay {
		display: none;
	}

	.site-wrapper {
		display: none;
	}
}