/* var(--e-global-color-primary)
var(--e-global-color-secondary)
var(--e-global-color-text)
var(--e-global-color-accent) */

/* Hide the Category by slug */
a[href*="category-name-to-hide/"] {
    display: none !important;
}

.navNode {
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    padding: 0;
    gap: 0px 0px;
}

.maxWidth800 {
    max-width: 800px !important;
}

#hn {
	transition: all .3s;
	width: 100% !important;
	border-bottom: 1px solid rgba(0,0,0,0);
}

#hn.scrolled {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#hn .node1 {
	width: 60%;
	max-width: 200px;
}

#hn .node1 img {
	width: 100%;
}

#hn .sub-arrow {
	font-size: 8px;
	padding: 2px;
}

#s0 {}

#s1 {}

#s2 {}

#s3 {}

#s4 {}

#s5 {}

#s6 {}

#s7 .node1 {
	max-width: 35vw;
	position: absolute;
	top: -50%;
	right: 0;
	pointer-events: none;
	z-index: 5;
}

#s8 .node1 {
	max-width: 25vw;
	position: absolute;
	top: -120px;
	left: 0;
	pointer-events: none;
	z-index: 5;
}

#s9 {}

#s10 .node1 {
	max-width: 30vw;
	position: absolute;
	top: 0px;
	right: 0;
	pointer-events: none;
}

#fn {}

.loopItemNode1 {
	width: 100%;
	height: 100;
	object-fit: cover
}

.loopNode2 p {
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
}

/* call to action hover */
.comment-form .form-submit input[type="submit"] {
    background-color: var(--e-global-color-d44b04a) !important;
    color: var(--e-global-color-d541b3f) !important;
	border: none !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
}

.comment-form .form-submit input[type="submit"]:hover {
    background-color: var(--e-global-color-6cc573d) !important;
    color: #ffffff !important;
}

/* extras */
.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form label[for="comment"],
.comment-metadata time::after,
.comment-metadata .comment-edit-link {
    display: none !important;
}

/* data e editar */
.comment-metadata time {
    pointer-events: none !important;
    color: var(--e-global-color-text) !important;
}

/* data e editar */
#comments .comment .comment-body,
#comments .pingback .comment-body {
    padding-inline-start: 0;
    padding-inline-end: 0;
}