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

/* Hide scrollbars on popups */
.elementor-popup-modal *::-webkit-scrollbar {
    display: none !important;
}

.elementor-popup-modal * {
    -ms-overflow-style: none !important;
    /* IE / Edge */
    scrollbar-width: none !important;
    /* Firefox */
}
/* END Hide scrollbars on popups */

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

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

#hn {
    transition: all .3s;
    width: 100% !important;
}

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

#hn .node1 {
    width: 30%;
    max-width: 174px;
	transition: all .3s;
}

#hn.scrolled .node1 {
    max-width: 100px;
}

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

#hn .white {
	position: relative;
	opacity: 100%;
}

#hn .black {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}

#hn.white .white,
#hn.scrolled .white {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}

#hn.white .black,
#hn.scrolled .black {
	position: relative;
	opacity: 100%;
}

#hn.scrolled .node2 a {
	color: var( --e-global-color-text ) !important;
	filter: invert(1);
}

#hn.scrolled .node2 a:hover {
	color: var( --e-global-color-text ) !important;
	filter: invert(1);
}

#s0 {}

#s1 .node1 p {
	align-items: baseline;
}

#s1 .node2,
#s1 .node3,
#s1 .node4 {
  opacity: 0;
}

#s1 .swiper-slide-active .node2 {
  animation: fadeIn 1s ease forwards;
  animation-delay: 1s;
}

#s1 .swiper-slide-active .node3 {
  animation: fadeIn 1s ease forwards;
  animation-delay: 1.5s;
}

#s1 .swiper-slide-active .node4 {
  animation: fadeIn 1s ease forwards;
  animation-delay: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#s2 {}

#s3 {}

#s4 {}

#s5 {}

#s6 .elementor-icon-box-title a {
	width: 100%;
	display: block;
}

#s7 {}

#s8 {}

#s9 {}

#s10 {}

#s11 a {
	text-decoration: none;
	transition: all .3s;
}

#s11 a:hover {
	text-shadow: 
    3px 3px 0 var( --e-global-color-430c363 ),
   -3px -3px 0 var( --e-global-color-430c363 );
	color: var( --e-global-color-7136612 );
}

#s12 {}

#s13 {}

#s14 * {
	margin-block-start: 0;
}

#s14 .e-link-in-bio__bio--footer,
#s14 .e-link-in-bio__icons {
	padding: 15px 0 0 0;
}

#s14 .node1 .elementor-flip-box__layer {
	border-radius: 20px;
}

#s15 a:hover {
	text-decoration: none !important;
}

#s16 {}

#s17 {}

#s18 {}

#s19 {}

#s20 {}

#s21 {}

#s22 {}

#s23 .node1 {
	background: linear-gradient(45deg, #E6F0F0, #F0E6F0, #F0F0E6, #fff);
	background-size: 400% 400%;
	animation: bg-gradient 10s ease infinite;
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
}

#s24 .node1 a:hover {
	text-decoration: none !important;
}

#s24 .glow {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

@keyframes bg-gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#fn {}

#fn a:hover {
	text-decoration: none;
	opacity: .7;
	transition: all .3s;
}

.loopNode1 .elementor-post-info__terms-list-item {
	padding: 4px 10px 5px 10px;
	border-radius: 15px;
	border: 1px solid var( --e-global-color-text );
	display: block;
	color: var( --e-global-color-text );
}

.loopnode2 {
	transition: all .3s;
}

.loopnode2:hover {
	text-decoration: none !important;
	opacity: .7;
}

.nodeLink2 a {
	transition: all .3s;
	text-decoration: none !important;
	position: relative;
	width: 100%;
	padding: 15px;
	display: block;
}

/* Top + bottom borders */
.nodeLink2 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: width 0.3s ease;
}

/* Left + right borders */
.nodeLink2 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  transition: height 0.3s ease;
}

.nodeLink2 a:hover::before {
  width: 100%;
}

.nodeLink2 a:hover::after {
  height: 100%;
}

.nodeLink3 a:hover {
	text-decoration: none !important;
}

.slideNode1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	transition: all .3s;
	pointer-events: all;
}

.slideNode1:hover {
	opacity: 0;
	pointer-events: none;
}

.comment-form .form-submit input[type="submit"] {
	background-color: var(--e-global-color-bb632e0) !important;
    color: var(--e-global-color-text) !important;
	font-family: "Instrument Serif", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 25px 25px 25px 25px !important;
    padding: 2px 10px 2px 10px !important;
	border-color: var(--e-global-color-text) !important;
}

/* call to action hover */
.comment-form .form-submit input[type="submit"]:hover {
    background-color: var(--e-global-color-text) !important;
    color: var(--e-global-color-bb632e0) !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;
}

.instrument {
	color: var( --e-global-color-text ) !important;
	font-family: "Instrument Serif", Sans-serif !important;
    font-style: italic !important;
}

.elementor-element.elementor-pagination-position-outside .swiper {
	padding-bottom: 20px;
}