:root { 
--gap-edge-min: 1.2rem;
--gap-edge: 2rem;
--super: 60rem;
--inner: 45rem;
--narrow: 800px;
--narrower: 600px;
--narrowest: 400px;
--gap-huge: 4rem;
--gap-large: 3rem;
--gap-normal: 2rem;
--gap-sm: 1.3rem;
--gap-small: 1rem;
--gap-ts: 0.7rem;
--gap-tiny: 0.4rem;
--gap-thin: 0.2rem;
--clamp: 2;
--gap: var(--gap-normal);
--line-p: 1.6;
--line-m: 1.4;
--line-h: 1.15;
--line-1: 1;
--text-unit: 150%; --text-h0: 4rem;
--text-h1: 2.6rem;
--text-h2: 1.8rem;
--text-h3: 1.4rem;
--text-h4: 1.2rem;
--text-h5: 0.9rem;
--text-h6: 18px;
--text-h7: 16px;
--radius: 1.618rem;
--radius-small: 0.618rem;
--radius-tiny: 0.3rem;
--radius-m: 0.8rem;
--color-black: #1a1912;
--color-white: rgb(252, 252, 246);
--color-cyan: #00ffff;
--color-cyan-darkest: rgb(8, 106, 106);
--color-cyan-wash: #00ffff1c;
--color-purple: #8859ff;
--color-purple-wash: #8859ff1f;
--color-green-dark: rgb(64, 89, 14);
--color-green: olivedrab;
--color-green-t: rgba(106, 142, 35, 0.2);
--color-green-hover: rgba(106, 142, 35, 0.3);
--color-accent: #ff6347;
--color-highlight: #ffd700;
--color-highlight-dark: rgba(255, 217, 0, 0.15);
--color-highlight-dark-hover: rgba(255, 217, 0, 0.2);
--color-ghost: silver;
--color-ghostly: rgba(225, 224, 224, 0.118);
--color-ghostlies: #3d4145;
--color-ghostly-hover: rgba(225, 224, 224, 0.17);
--color-gray: #555;
--transition: .2s;
--color-background: var(--color-black);
--color-text: var(--color-white);
--ratio-golden: 1.618;
--sidebar: 420px;
}
.op-5 {
opacity: 0.5;
}
.op-75 {
opacity: 0.75;
}
.color-ghost {
color: var(--color-ghost);
}
.color-highlight {
color: var(--color-highlight);
}
.color-white {
color: white;
}
.border-gold {
border-color: gold;
}
.border-gray {
border-color: var(--color-gray) !important;
}
.color-gold {
color: gold;
}
.bg-gold {
background-color: gold;
}
.bg-highlight-dark {
background-color: var(--color-highlight-dark);
}
.border-tomato {
border-color: tomato;
}
.color-accent,
.color-tomato {
color: tomato;
}
.bg-tomato {
background-color: tomato;
}
.border-cyan {
border-color: cyan;
}
.color-cyan {
color: cyan;
}
body .bg-cyan {
background-color: cyan;
}
body .bg-cyan-wash {
background-color: var(--color-cyan-wash);
}
body .line-1 {
line-height: var(--line-1);
}
body .line-h {
line-height: var(--line-h);
}
body .line-m {
line-height: var(--line-m);
}
body .line-p {
line-height: var(--line-p);
}
::-moz-selection {
background-color: cyan;
color: black;
}
::selection {
background-color: cyan;
color: black;
}
.is-transparent {
opacity: 0;
pointer-events: none;
}
body .wash-purple {
background: var(--color-purple-wash);
border: 1px solid var(--color-ghostly);
}
body .wash-frame {
background: var(--color-cyan-wash);
border: 1px solid var(--color-ghostly);
}
.color-purple {
color: var(--color-purple);
}
.ease {
transition-duration: var(--transition);
} @media (max-width: 1440px) {
:root { --gap-edge: 1.8rem;
}
}
@media (max-width: 1280px) {
:root { --gap-edge: 1.6rem;
}
}
@media (max-width: 767px) {
:root {
--text-unit: 110%;
--text-h0: 3.4rem;
--text-h1: 2rem;
--text-h2: 1.6rem;
--text-h3: 1.3rem;
--text-h4: 1.1rem;
--text-h5: 0.9rem;
--text-h6: 14px;
--text-h7: 12px;
--gap-normal: 1.2rem;
--gap-edge: var(--gap-edge-min);
--narrow: 100%;
}
}:root {
-webkit-text-size-adjust: 100%;
font-size: var(--text-unit);
line-height: var(--line-p);
color: var(--color-text);
-webkit-font-smoothing: antialiased;
font-display: swap;
text-rendering: optimizeLegibility; 
-moz-osx-font-smoothing: grayscale;
font-family: "Cabin Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.em,
em,
i {
font-style: italic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h7 {
line-height: var(--line-h);
font-weight: bold;
}
h1,
body .h1 {
font-size: var(--text-h1);
}
h2,
body .h2 {
font-size: var(--text-h2);
}
h3,
body .h3 {
font-size: var(--text-h3);
}
h4,
body .h4 {
font-size: var(--text-h4);
}
h5,
body .h5 {
font-size: var(--text-h5);
}
h6,
body .h6 {
font-size: var(--text-h6);
}
body .h7 {
font-size: var(--text-h7);
}
body .h0 {
font-size: var(--text-h0);
letter-spacing: -0.02em;
line-height: 0.95;
}
a {
transition-duration: var(--transition);
text-decoration: none;
color: inherit;
}
a.clear-links, .clear-links a {
text-decoration: none;
cursor: pointer;
color: inherit;
}
u {
display: inline-block;
}
a {
text-decoration: underline;
text-decoration-thickness: from-font;
text-decoration-style: wavy;
text-decoration-color: var(--color-cyan-darkest);
}
u,
a:hover {
text-decoration: underline;
text-decoration-thickness: from-font;
text-decoration-style: wavy;
text-decoration-color: var(--color-cyan);
}
.t-center {
text-align: center;
}
.t-right {
text-align: right;
}
.t-left {
text-align: left;
}
.weight-n {
font-weight: normal;
}
.weight-b {
font-weight: bold;
}
sup,
sub {
font-size: 0.6em;
line-height: 1;
}
body ul,
body ol {
padding-left: 1.1em;
}
li + li {
margin-top: 0.25em;
}
p:first-line { }
.upper {
text-transform: uppercase;
}
.cap {
text-transform: capitalize;
}
button {
font: inherit;
border: none;
-webkit-appearance: none;
transition-duration: var(--transition);
color: inherit;
cursor: pointer;
}
@media (max-width: 767px) {
body .h1-phone {
font-size: var(--text-h1);
}
body .h2-phone {
font-size: var(--text-h2);
}
body .h3-phone {
font-size: var(--text-h3);
}
body .h4-phone {
font-size: var(--text-h4);
}
body .h5-phone {
font-size: var(--text-h5);
}
body .h6-phone {
font-size: var(--text-h6);
}
body .h7-phone {
font-size: var(--text-h7);
}
body .h0-phone {
font-size: var(--text-h0);
letter-spacing: -0.02em;
line-height: 0.95;
}
}
.max-p {
max-width: 72ch;
}
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: var(--clamp);
overflow: hidden;
}
.clamp-3 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.clamp-1 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
summary {
cursor: pointer;
font-weight: bold;
}
.plain-text,
.l-trail section:not(.intro-text) :is(p, ul, ol) {  font-size: 0.9rem;
}
.focus {
text-decoration: none !important;
--this-color: var(--color-accent);
display: inline-flex;
align-self: center;
margin-right: 0.3em;
vertical-align: middle;
border: 2px solid var(--this-color);
color: var(--this-color);
padding: 0.1em 0.2em;
text-transform: uppercase;
font-size: 0.6em;
border-radius: 0.3em;
transform: translateY(-0.15em);
line-height: 1.05;
font-weight: bold;
}
.is-post .focus {
font-size: 0.8rem;
padding: 0.15rem 0.3rem;
}
mark {
background-color: #112b2b;
color: inherit;   } body .has-large-font-size,
body .intro-text > * {
font-size: var(--text-h4) !important;
line-height: 1.5;
font-weight: bold;
}
blockquote {
margin: 0;
}body,
body *,
body *:after,
body *:before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
background-color: #000;
background-image: url(//myoradea.ro/wp-content/themes/myoradea/img/blur-1.png);
background-size: cover;
background-attachment: fixed;
}
html.is-locked,
html.is-locked body {
overflow: hidden;
}
body {
margin: 0;
padding: var(--gap-edge);
padding-top: 0;
max-width: calc(var(--gap-edge) * 2 + var(--super));
margin-left: auto;
margin-right: auto;
}
body [data-layout="sidebar"] {
display: grid;
grid-template-columns: minmax(0, 1fr) var(--sidebar);
gap: calc(var(--gap-edge) * 1.2);
}
body [data-section="main"] {
width: 100%;
}
body [data-section="aside"] > * {
position: sticky;
top: 30px;
}
body [data-section="hero"] {
margin-top: var(--gap-edge);
text-align: center;
}
body [data-section="wide"] {
margin-top: var(--gap-edge);
}
body.is-full {
overflow: hidden;
max-width: 100%;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
height: 100vh;
}
body.is-full #header {
background-color: rgba(0, 0, 0, 0.25);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
flex: 0 0 auto;
position: fixed;
top: 0;
left: 0;
right: 0;
margin: auto;
z-index: 1000;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
border-radius: var(--radius);
border-top-left-radius: 0;
border-top-right-radius: 0;
}
body.is-full #header .header-weather {
display: none;
}
#header {
margin-top: var(--gap-edge); }
.is-wide {
width: 100%;
}
.text {
max-width: var(--narrow);
margin-left: auto;
margin-right: auto;
}
img {
width: 100%;
height: auto;
display: block;
}
nav,
img,
button,
iframe,
video,
audio,
.emoji,
.timeline-item-bar {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.of-2 {
width: 100%;
display: grid;
gap: var(--gap);
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.of-3 {
width: 100%;
display: grid;
gap: var(--gap);
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.of-fill {
width: 100%;
display: grid;
gap: var(--gap);
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.stack {
--gap: var(--gap-normal);
display: flex;
flex-direction: column;
align-items: stretch;
gap: var(--gap);
}
.row {
display: flex;
flex-wrap: wrap;
gap: var(--gap);
row-gap: var(--gap-row, var(--gap));
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.flow {
display: flex;
gap: var(--gap);
row-gap: var(--gap-row, var(--gap));
overflow-x: auto;
}
.flow::-webkit-scrollbar {
display: none;
}
.flow > * {
flex: 0 0 auto;
}
.line {
display: flex;
gap: var(--gap);
row-gap: var(--gap-row, var(--gap));
}
.to-between {
justify-content: space-between;
}
.to-center {
justify-content: center;
}
.to-start {
justify-content: start;
}
.to-end {
justify-content: end;
}
.at-center {
align-items: center;
}
.at-self-center {
align-self: center;
}
.at-self-end {
align-self: end;
}
.at-start {
align-items: start;
}
.at-end {
align-items: end;
}
.center {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.cols {
display: grid;
gap: var(--gap);
grid-template-columns: repeat(12, minmax(0, 1fr));
row-gap: var(--gap-row, var(--gap));
}
.cols > * {
grid-column: span 12;
}
.cols-12 {
grid-column: span 12;
}
.cols-8 {
grid-column: span 8;
}
.cols-6 {
grid-column: span 6;
}
.cols-4 {
grid-column: span 4;
}
.cols-3 {
grid-column: span 3;
}
.grid {
display: grid;
gap: var(--gap);
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: repeat(2, auto);
}
.grid > * {
grid-column: 1/-1;
}
body .gap-0 {
--gap: 0;
}
body .gap-line {
--gap: 2px;
}
body .gap-huge {
--gap: var(--gap-huge);
}
body .gap-large {
--gap: var(--gap-large);
}
body .gap-normal {
--gap: var(--gap-normal);
}
.gap {
--gap: var(--gap-normal);
}
body .gap-small {
--gap: var(--gap-small);
}
body .gap-sm {
--gap: var(--gap-sm);
}
body .gap-smaller {
--gap: var(--gap-ts);
}
body .gap-tiny {
--gap: var(--gap-tiny);
}
body .gap-thin {
--gap: var(--gap-thin);
}
body .gap-edge {
--gap: var(--gap-edge);
}
body .gap-row-0 {
--gap-row: 0;
}
body .gap-row-line {
--gap-row: 2px;
}
body .gap-row-huge {
--gap-row: var(--gap-huge);
}
body .gap-row-large {
--gap-row: var(--gap-large);
}
body .gap-row-normal {
--gap-row: var(--gap-normal);
}
body .gap-row {
--gap-row: var(--gap-normal);
}
body .gap-row-small {
--gap-row: var(--gap-small);
}
body .gap-row-smaller {
--gap-row: var(--gap-ts);
}
body .gap-row-tiny {
--gap-row: var(--gap-tiny);
}
body .gap-row-thin {
--gap-row: var(--gap-thin);
}
body .gap-row-edge {
--gap-row: var(--gap-edge);
}
.mt-t {
margin-top: var(--gap-tiny);
}
.mt-thin {
margin-top: var(--gap-thin);
}
.mt-auto {
margin-top: auto;
}
.mt-s {
margin-top: var(--gap-small);
}
.mt-ss {
margin-top: var(--gap-ts);
}
.mt-m {
margin-top: var(--gap-normal);
}
.mt-ml {
margin-top: var(--gap-normal);
}
.mt-l {
margin-top: var(--gap-large);
}
.mt-small {
margin-top: var(--gap-small);
}
.mt-sm {
margin-top: var(--gap-sm);
}
.mt-e {
margin-top: var(--gap-edge);
}
.mt-h {
margin-top: var(--gap-huge);
}
.mb-s {
margin-bottom: var(--gap-small);
}
.mb-ts {
margin-bottom: calc(var(--gap-tiny) * 2);
}
.mb-sm {
margin-bottom: var(--gap-sm);
}
.mb-t {
margin-bottom: var(--gap-tiny);
}
.mb-m {
margin-bottom: var(--gap-normal);
}
.mb-auto {
margin-bottom: auto;
}
.mb-l {
margin-bottom: var(--gap-large);
}
.mb-e {
margin-bottom: var(--gap-edge);
}
.mb-h {
margin-bottom: var(--gap-huge);
}
.mr-auto {
margin-right: auto;
}
.slider-gallery figure {
overflow: hidden;
}
.ratio {  }
.frame-image:not(.no-ratio) img,
.ratio img {
aspect-ratio: 3/2;
object-fit: cover;
}
.slider-gallery {
--this-ratio: 3/2;
}
.slider-gallery figure img {
aspect-ratio: var(--this-ratio) !important;
object-fit: contain !important;
max-height: 70vh;
}
body .hide {
display: none !important;
}
.ratio-wide {
width: 100%;
position: relative;
padding-bottom: 56.25%;
}
.ratio-wide iframe {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.bar {
display: flex;
overflow-x: auto;
padding: 1px;
margin: -1px;
}
.bar::-webkit-scrollbar {
display: none;
}
.sidecar {
display: flex;
justify-content: center;
gap: var(--gap-normal);
}
@media (min-width: 768px) {
.sidecar > :nth-child(1) {
flex: 0 0 calc(66% - var(--gap-normal) / 2);
}
.sidecar > :nth-child(2) {
flex: 0 0 auto;
max-width: calc(33% - var(--gap-normal) / 2);
min-width: 10%;
}
}
@media (max-width: 1200px) {
body .hide-large {
display: none !important;
}
}
@media (min-width: 768px) {
body .show-phone {
display: none !important;
}
}
@media (max-width: 991px) {
body .hide-tablet {
display: none !important;
}
}
@media (max-width: 767px) {
.sidecar {
flex-direction: column;
}
body .hide-phone {
display: none !important;
}
.cols-12-phone {
grid-column: span 12;
}
.cols-8-phone {
grid-column: span 8;
}
.cols-6-phone {
grid-column: span 6;
}
.cols-4-phone {
grid-column: span 4;
}
.cols-3-phone {
grid-column: span 3;
}
.gap-line-phone {
--gap: 2px;
}
.gap-huge-phone {
--gap: var(--gap-huge);
}
.gap-large-phone {
--gap: var(--gap-large);
}
.gap-normal-phone {
--gap: var(--gap-normal);
}
.gap-small-phone {
--gap: var(--gap-small);
}
.gap-tiny-phone {
--gap: var(--gap-tiny);
}
.gap-thin-phone {
--gap: var(--gap-thin);
}
.gap-edge-phone {
--gap: var(--gap-edge);
}
}
body:not(.is-loaded) *,
body:not(.is-loaded) *:after,
body:not(.is-loaded) *:before {
transition-duration: 0s !important;
}
.narrow {
width: 100%;
max-width: var(--narrow);
margin-left: auto;
margin-right: auto;
}
.narrower {
width: 100%;
max-width: var(--narrower);
margin-left: auto;
margin-right: auto;
}
.mini {
max-width: 450px;
margin-left: auto;
margin-right: auto;
}
hr {
border: none;
background-color: white;
opacity: 0.2;
height: 2px;
border-radius: 2px;
flex: 1;
align-self: center;
}
.balance-text {
text-wrap: balance;
}
.row > hr {
border: none;
background-color: white;
opacity: 0.2;
height: 2px;
border-radius: 2px;
flex: 1;
align-self: center;
}
.r-strip {
width: 100%;
aspect-ratio: 1/4;
}
.minh-90 {
min-height: 90%;
}
.dialog .myo-ad {
width: 100%;
text-align: center;
min-height: 200px;
margin-bottom: var(--gap-edge);
}
.dialog {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
display: flex;
flex-direction: column;
background-color: rgba(0, 0, 0, 0.75);
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
transition-duration: 0.3s;
}
.dialog:not(.is-open) {
opacity: 0;
pointer-events: none;
}
.dialog-inner {
margin: auto;
width: 100%;
position: relative;
}
.dialog-inner > .panel {
margin: auto;
width: 100%; position: relative;
}
.dialog-inner > :first-child {
margin-top: 2.5rem;
}
.dialog-inner > * + * {
margin-top: 1.5rem;
}
.dialog-inner > :last-child {
margin-bottom: 2.5rem;
}
#dialogs.has-active .dialog-nav button {
pointer-events: all;
}
#dialogs > .dialog-nav {
display: none;
pointer-events: none;
justify-content: space-between;
position: fixed;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
padding: 20px;
z-index: 9999999999;
}
#dialogs > .dialog-nav > * {
opacity: 0;
pointer-events: none;
transition-delay: 0.2s;
}
#dialogs.has-multiple.has-active > .dialog-nav > :is(.js-dialog-prev, .js-dialog-next) {
opacity: 1;
pointer-events: all;
}
#dialogs.has-active > .dialog-nav {
display: flex;
}
#dialogs.has-active > .dialog-nav > :is(.js-dialog-close) {
opacity: 1;
pointer-events: all;
}
.panel {
background-color: #252525d9;
border-radius: 30px;
overflow: hidden;
transition-duration: 0.3s;
}
.panel-top {
min-height: 60px;
position: relative;
}
.panel-top .figure-outer {
border: none;
border-radius: 0 !important;
}
.panel-top button {
position: absolute;
top: 20px;
right: 20px;
z-index: 5;
}
.panel-main {
padding: 32px;
}
.dialog:not(.is-open) .panel {
transform: translateY(100%);
opacity: 0;
}
#loading {
position: fixed;
z-index: 9999999;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition-duration: 0.05s;
display: flex;
align-items: center;
justify-content: center;
}
#loading div {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: black;
border: 1px solid #333;
display: flex;
align-items: center;
justify-content: center;
}
#loading img {
width: 200px;
height: 200px;
display: block;
-o-object-fit: cover;
object-fit: cover;
}
#loading:not(.is-active) {
opacity: 0;
pointer-events: none;
}
button * {
pointer-events: none;
} .l-columns {
--this-columns: 1;
display: grid;
grid-template-columns: repeat(var(--this-columns), minmax(0, 1fr));
gap: var(--gap-sm);
}
body .o-visible {
overflow: visible;
}
.stack > .stack:empty {
display: none;
}
.thirds {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sheet {
background-color: rgba(0, 0, 0, 0.4);
padding: 4px 17px 8px;
border-radius: 10px;
}
.sides {
display: flex;
flex-wrap: wrap;
gap: var(--gap);
}
.sides > * {
flex: 1;
}
.relative {
position: relative;
}
.abs-top {
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 3;
}
.no-flow {
overflow: hidden;
}
.scroll {
display: flex;
flex-direction: row;
align-items: initial;
gap: 0.6rem;
overflow-x: auto;
padding-bottom: 1rem;
scroll-snap-type: x mandatory;
scroll-snap-stop: normal;
min-width: 100%;
}
.scroll > * {
width: 426px;
flex: 0 0 auto;
height: auto;
scroll-snap-align: start;
}
.scroll.scroll-snaps > * {
width: auto;
}
.scroll::-webkit-scrollbar {
height: 5px;
}
.scroll::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
border-radius: 10px;
background: rgba(255, 255, 255, 0.3); }
.scroll::-webkit-scrollbar-thumb {
border-radius: 10px;
background: white; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.scroll.scroll-snaps::-webkit-scrollbar {
display: none !important;
}
@media (min-width: 768px) {
.scroll.scroll-snaps > * {
width: 200px;
max-width: calc(100vw - var(--gap-edge));
padding-left: var(--gap-edge);
}
.scroll.scroll-snaps > *:not(:last-child) {
margin-right: calc(var(--gap-edge) * -0.5);
}
.scroll.scroll-snaps {
gap: 0;
padding-bottom: 0;
margin-left: calc(var(--gap-edge) * -1);
margin-right: calc(var(--gap-edge) * -1);
padding-right: var(--gap-edge);
}
} @media (max-width: 1280px) {
body [data-layout="sidebar"] {
gap: var(--gap-edge);
}
}
@media (max-width: 1090px) {
body [data-layout="sidebar"] {
grid-template-columns: minmax(0, 1fr);
}
.scroll::-webkit-scrollbar {
display: none;
}
.scroll > * {
width: 320px;
max-width: calc(100vw - var(--gap-edge));
padding-left: var(--gap-edge);
}
.scroll > *:not(:last-child) {
margin-right: calc(var(--gap-edge) * -0.5);
}
.scroll {
gap: 0;
padding-bottom: 0;
margin-left: calc(var(--gap-edge) * -1);
margin-right: calc(var(--gap-edge) * -1); padding-right: var(--gap-edge);
}
}
@media (max-width: 767px) {
.flow {
margin-left: calc(var(--gap-edge) * -1);
margin-right: calc(var(--gap-edge) * -1);
}
.flow > *:first-child {
margin-left: var(--gap-edge);
}
.flow > *:last-child {
margin-right: var(--gap-edge);
} .l-columns {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
#dialogs .dialog-nav {
bottom: 0;
top: auto;
transform: none;
padding: 10px;
}
#dialogs .dialog-nav button {
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.dialog {
padding-bottom: 100px;
}
.dialog-inner {
width: 100%;
max-width: calc(100% - var(--gap-edge) * 2);
}
.of-2 {
grid-template-columns: minmax(0, 1fr);
}
.of-3 {
grid-template-columns: minmax(0, 1fr);
}
}
@media (max-width: 420px) {
.thirds {
grid-template-columns: minmax(0, 1fr);
}
}
.twins {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.twins-small {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (max-width: 767px) {
.twins {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
body .ipr-button {
font-size: 12px !important;
line-height: 1.2 !important;
text-align: left !important;
margin-bottom: 4px !important;
color: white !important;
}
body.ipr-container {
background-color: #1e1e1e !important;
padding: 5px !important;
margin: 5px 0 !important;
text-align: center !important;
color: #707070 !important;
border: 1px solid #707070 !important;
border-radius: 5px !important;
width: fit-content !important;
text-align: left !important;
line-height: 1.2 !important;
text-align: left !important;
font-size: 10px !important;
}
body.is-full .ipr-container {
position: fixed;
bottom: 17px;
right: 0;
}:root {
--map-zoom: 14;
}
:is(.link, .mount, .pin, .corner, .focus, .tap):not(:hover),
.subtle-links a:not(:hover),
.subtle-links a .focus,
nav a:not(:hover) {
text-decoration: none;
}
.trace {
border: 1px solid var(--color-ghostly);
}
#header {
background-color: rgba(255, 255, 255, 0.05);
border-radius: 2rem;
display: flex;
border: 1px solid var(--color-ghostly);
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-top: 0;
border-top: none;
overflow: hidden;
}
#header .logo {
padding: 0.85rem 1.1rem 0.9rem 1.25rem; border-right: 1px solid var(--color-ghostly);
}
#header .brand:hover,
#header .logo:hover {
background-color: var(--color-ghostly);
}
.logo {
display: inline-block;
}
.logo img {
height: 34px;
width: auto;
}
.brand {
text-decoration: none;
border-right: 1px solid var(--color-ghostly);
}
.brand:hover {
text-decoration: none;
}
body.is-full #header .brand {
border-right: none;
}
#header nav li {
border-left: 1px solid var(--color-ghostly);
height: 100%;
}
a.header-weather {
background-color: #000;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-weight: bold;
border-left: 1px solid var(--color-ghostlies);
}
.header-weather ion-icon {
margin: 0 0.15rem;
}
.header-weather,
.brand,
#header nav a {
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 0.8rem 1.1rem 0.9rem;
height: 100%;
}
.brand {
height: auto;
}
#header nav a:hover {
text-decoration: none;
background-color: var(--color-ghostly);
}
nav {
align-items: center;
gap: 0.7rem;
}
nav a {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 0.2rem;
}
nav a ion-icon {
color: var(--color-accent);
}
nav > li:not(:is(.current-menu-item)) a {
opacity: 0.5;
}
nav > li:is(.current-menu-item) > a {
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--color-highlight); }
nav ul,
nav li {
list-style: none;
margin: 0;
padding: 0;
}
nav > li:not(:is(.current-menu-item)) > a:hover {
opacity: 0.8;
}
nav > li:first-of-type {
order: -1;
}
nav hr {
width: 40px;
}
nav a {
line-height: var(--line-1);
color: var(--color-stroke);
position: relative;
}
nav a:after { }
nav a:hover { }
nav a:hover:after {
background-color: var(--color-white);
transform: translateY(0);
}
nav
li:is(
.current-menu-ancestor,
.current-post-parent,
.current-menu-item,
.current_page_parent,
.current-category-parent
)
> a:after {
background-color: var(--color-cyan);
transform: translateY(0);
}
nav ul.sub-menu {
display: none;
padding-right: 0.5rem;
}
nav ul.sub-menu a:after {
width: 5px;
opacity: 0.5;
}
nav
> li:is(.menu-item-has-children):is(
.current_page_item,
.current-menu-ancestor,
.current-menu-ancestor,
.current-menu-item,
.current-post-parent
) {
display: flex;
}
nav
> li:is(.menu-item-has-children):is(
.current-page-ancestor,
.current-menu-ancestor,
.current_page_item,
.current-menu-item,
.current-post-parent
)
> .sub-menu { font-size: var(--text-h6);
}
nav
> li:is(
.current-page-ancestor,
.current_page_item,
.current-post-parent,
.current-menu-ancestor,
.current-menu-item
)
> .sub-menu
a {
padding: 0.3rem;
color: rgba(255, 255, 255, 0.7);
padding-top: 0.5rem;
}
nav
> li:is(.current-page-ancestor, .current_page_item, .current-menu-ancestor, .current-menu-item)
> .sub-menu
a:hover {
color: rgba(255, 255, 255, 0.8);
}
nav .sub-menu li:is(.current-post-parent, .current-menu-item, .current_page_parent) > a {
color: white;
} figure.overlay-bottom {
position: relative;
}
figure.overlay-bottom:before { display: block;
position: absolute;
bottom: 0;
right: 0;
left: 0;
top: 0;
z-index: 1;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
pointer-events: none;
}
.text-shadow {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
body .wp-block-image figcaption,
figcaption {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-shadow: 0 0 3px black;
margin: 0;
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
right: 0;
padding: var(--gap-ts);
line-height: 1;
text-align: center;
font-size: var(--text-h7);
color: var(--color-white);
opacity: 1;
pointer-events: none;
}
body .wp-block-image figcaption span,
figcaption span {
pointer-events: all;
}
.media {
position: relative;
}
.media .emoji:hover {
opacity: 0;
}
.figure-emoji {
pointer-events: none;
transition-duration: var(--transition);
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center; font-size: 0.8rem;
background-color: rgba(0, 0, 0, 0.5);
-webkit-backdrop-filter: blur(1px);
backdrop-filter: blur(1px);
}
.posts {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: var(--gap-large);
}
.icon {
display: flex;
flex-wrap: nowrap;
}
.icon > span:nth-child(2) {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.icon > span:last-child {
flex: 0 0 auto;
}
.icon ion-icon {
color: gold;
flex: 0 0 auto;
}
.badge {
border-radius: 0.3rem;
background-color: gray;
padding: 0.2rem 0.4rem;
line-height: 1;
}
.group-radius > *:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.group-radius > *:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.outline * {
line-height: 1;
}
.outline {
border: 1px solid white;
display: inline-flex;
flex-direction: column;
border-radius: 0.6rem;
overflow: hidden;
justify-content: center;
align-items: center;
}
.outline > span {
width: 100%;
padding: 0.3rem 0;
min-width: 3.7rem;
background-color: white;
text-transform: uppercase;
color: black;
text-align: center;
}
.outline > div > .h1:first-child {
margin-top: -0.4rem;
}
.outline > div {
padding: 0.4rem 0.7rem;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
text-align: center;
}
.outline span {
line-height: 1;
}
#full {
flex: 1;
}
#map {
background-color: black;
height: 100%;
}
#map iframe {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.crumbs {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.crumbs-separator {
opacity: 0.5;
margin: 0 0.5rem;
transform: translateY(-0.05rem);
}
.crumbs-separator:after {
content: "›";
}
.back {
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.18rem;
line-height: 1;
}
.back span {
font-weight: bold;
line-height: 1;
font-size: 0.8rem;
}
.back ion-icon {
font-size: 0.7rem;
color: var(--color-highlight);
}
.tap {
font-weight: bold;
font-size: var(--text-h5);
padding: 0.6rem 0.9rem;
border-radius: 1rem;
background-color: rgba(255, 255, 255, 0.1);
line-height: 1;
}
.tap.is-loading {
pointer-events: none;
opacity: 0.2;
}
.tap:hover {
background-color: var(--color-highlight-dark);
}
.tap.is-active {
background-color: var(--color-highlight);
color: black;
}
.tap-register {
background-color: var(--color-highlight);
color: black;
}
.tap-register:hover {
background-color: var(--color-highlight);
opacity: 0.8;
}
.tap-login {
background-color: var(--color-cyan);
color: black;
}
.tap-login:hover {
background-color: var(--color-cyan);
opacity: 0.8;
}
.link {
font-size: var(--text-h6);
line-height: 1;
display: inline-flex;
align-items: center;
gap: 0.25em; }  .link ion-icon[name="chevron-forward-outline"] {
transition-duration: var(--transition);
}
a.link:hover ion-icon[name="chevron-forward-outline"] {
transform: translateX(2px);
}
.tap:hover {
text-decoration: none;
}
.timeline {
display: flex;
flex-direction: column;
position: relative;
}
.timeline-item {
position: relative;
display: flex;
gap: 0.6rem;
}
a.timeline-item-media:hover .figure-emoji {
opacity: 0;
}
.timeline-item-media img {
width: 60px;
height: 60px;
-o-object-fit: cover;
object-fit: cover;
}
.timeline-item-media {
order: -1;
display: block;
flex: 0 0 auto;
margin-bottom: 1rem;
--radius: 0.6rem;
align-self: start;
}
a.timeline-item-media {
cursor: pointer;
}
.timeline-item-content {
flex: 1;
display: flex;
flex-direction: column;
position: relative;
margin-bottom: 0.7rem;
}
.timeline-item:last-child:not(:only-child) .timeline-item-bar hr {
display: none;
}
.timeline-item:last-child:only-child :is(.timeline-item-content, .timeline-item-media) {
margin-bottom: 0;
}
.timeline-item-bar {
flex: 0 0 auto;
display: flex;
flex-direction: column;
align-items: center;
width: 32px;
transform: translateY(0.3em);
}
.timeline-item-bar hr {
width: 2px;
height: 100%;
background-color: rgba(255, 255, 255, 0.4);
border: none;
flex: 1;
}
time {
background-color: gold;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
color: black;
font-weight: bold;
font-size: 14px;
line-height: 1;
border-radius: 2px;
padding: 2px 4px;
}
time.time-medium {
font-size: var(--text-h6);
padding: 0.15rem 0.2rem;
}
time.time-large {
font-size: var(--text-h5);
padding: 0.2rem 0.3rem;
}
.blink {
-webkit-animation: blink-animation 1s steps(2, start) infinite;
animation: blink-animation 1s steps(2, start) infinite;
}
@-webkit-keyframes blink-animation {
to {
visibility: hidden;
}
}
@keyframes blink-animation {
to {
visibility: hidden;
}
}
.outer-figure {
display: flex;
flex-direction: column;
}
.figure-content {
background-color: var(--color-highlight);
color: black;
padding: 1rem var(--gap-edge-min);
text-align: center;
font-size: var(--text-h5);
line-height: var(--line-h);
}
.figure-content > * {
max-width: 24rem;
margin-left: auto;
margin-right: auto;
}
.sitemap {
display: flex;
gap: var(--gap-small);
font-size: var(--text-h5);
line-height: var(--line-h);
}
.sitemap > div {
flex: 1;
display: flex;
flex-direction: column;
gap: var(--gap-tiny);
align-items: start;
}
.sitemap > div > a {
opacity: 0.5;
}
.sitemap > div > a:first-child {
opacity: 1;
}
.stop {
height: 100vh;
width: 100%;
position: relative;
padding: var(--edge);
display: flex;
justify-content: start;
align-items: center;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
.stop > img {
-webkit-filter: blur(5px);
filter: blur(5px);
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.stop-inner {
max-width: 600px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
color: black;
border-radius: var(--radius);
padding: calc(var(--gap-edge-min) * 2);
position: relative;
z-index: 3;
}
.figure-outer {
border-radius: var(--radius);
background-color: var(--color-highlight);
border: 2px solid var(--color-highlight);
overflow: hidden;
}
.figure-outer:is(.size-medium) {
border-radius: var(--radius-small);
}
.figure-outer:is(.size-thumbnail, .size-tiny) {
border-radius: var(--radius-tiny);
}
.cta {
text-decoration: none;
padding: 1.2rem 0.9rem;
min-height: 6.6rem;
border-radius: 1rem;
background-color: rgba(255, 255, 255, 0.1);
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.4rem;
justify-content: center;
}
a.cta:hover {
text-decoration: none;
background-color: rgba(255, 255, 255, 0.15);
}
.flex-1 {
flex: 1;
}
.flex-full {
flex: 0 0 100%;
}
.flex-auto {
flex: 0 0 auto;
}
.go {
text-decoration: none;
height: 100%; border-radius: var(--radius-small);
display: flex;
flex-direction: column;
background-color: var(--color-green-t);
}
.go.type-post {
background-color: rgb(24 240 248 / 10%);
}
.go.type-post:hover {
background-color: rgb(24 240 248 / 16%);
}  .go .media { }
a.go:hover {
text-decoration: none;
background-color: var(--color-green-hover);
}
.go-text,
.go-dates {
padding: 1rem;
}
.go > .go-dates {
padding-top: 0.1rem;
padding-bottom: 0.1rem;
text-align: center;
border-bottom: 1px solid var(--color-green);
}
.go-date {
position: relative;
min-width: 3.1rem;
flex: 0 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
gap: 0.2rem;
padding-left: 0.2rem;
padding-right: 0;
}
.go-date:last-child {
padding-left: 0;
padding-right: 0.2rem;
}
.go.type-single .go-date {
border-right: 1px solid var(--color-green);
}
.go.type-single.is-past:not(:hover) .go-date {
border-color: #858583;
}
.go.type-single .go-date .lines-right {
display: none;
}
.go-date > * {
line-height: 1;
}
.lines-right {
position: absolute;
top: 0;
bottom: 0;
display: flex;
width: 1px;
flex-direction: column;
}
.lines-right:after,
.lines-right:before {
content: "";
display: block;
width: 1px;
background-color: var(--color-green);
flex: 1;
margin: -1px 0;
}
.lines-right:before {
transform: rotate(-10deg) translateX(5px);
transform-origin: bottom right;
}
.lines-right:after {
transform: rotate(10deg) translateX(5px);
transform-origin: top right;
}
.lines-right:first-child {
right: 100%;
transform: translateX(-400%);
}
.lines-right:last-child {
left: 100%;
transform: translateX(400%);
} .menu-item {
position: relative;
}
.dev-status {
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 2px;
padding: 4px;
line-height: 1;
color: rgba(255, 255, 255, 0.4);
}
.menu-item .dev-status {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
body.is-full .menu-item .dev-status {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.image-zoom {
display: inline-block;
cursor: zoom-in;
}
.pill {
border: 2px solid var(--color-accent);
color: var(--color-accent);
padding: 0.2em;
text-transform: uppercase;
font-size: 0.6em;
display: inline-block;
vertical-align: middle;
transform: translateY(-0.15em);
margin-right: 0.3em;
line-height: 1;
border-radius: var(--radius-tiny);
}
.hello {
display: flex;
gap: 1.6rem;
align-items: center;
justify-content: center;
}
.hello > * {
flex: 0 0 auto;
}
.hello > div {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;
gap: 1rem;
position: relative;
min-height: 4rem;
margin-bottom: 3rem;
}
.hello > div > a:not(:hover) {
scale: 0.9;
opacity: 0.5;
}
.will-load {
transition-duration: 0.5s;
transition-timing-function: ease-out;
}  .hello > div:not(.has-loaded) {
transform: scale(0.35);
opacity: 0;
}
.hello > div {
transition-delay: 0.33s;
}
.hello > div > a {
position: absolute;
}
.hello > div:last-child {
align-items: flex-start;
}
.hello > div:first-child > a:nth-child(1) {
transform: rotate(12deg) translateY(-10px) translateX(10px);
top: 0;
right: 0;
}
.hello > div:first-child > a:nth-child(2) {
transform: rotate(-7deg) translateY(2px) translateX(8px);
bottom: 0;
right: 0;
}
.hello > div:last-child > a:nth-child(1) {
transform: rotate(-15deg) translateY(-10px) translateX(-5px);
top: 0;
left: 0;
}
.hello > div:last-child > a:nth-child(2) {
transform: rotate(10deg) translateY(0px) translateX(0px);
bottom: 0;
left: 0;
}
.meet {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: rgba(255, 255, 255, 0.1);
padding: 0.4rem 0.5rem;
font-size: 0.9rem;
line-height: 1;
border-radius: var(--radius-small);
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
.meet:hover {
text-decoration: none;
background-color: rgba(252, 198, 0, 0.125);
}
.meet > span {
margin-left: 5px;
}
table {
table-layout: fixed;
width: 100%;
border: none;
border-collapse: collapse;
}
table th {
text-align: left;
}
table :is(td, th) ion-icon {
vertical-align: middle;
opacity: 0.5;
}
table :is(td, th) {
padding-top: 5px;
padding-bottom: 5px;
}
table :is(td, th):is(.is-narrow) {
width: 90px;
}
table tr.is-large :is(td, th) {
padding-top: 10px;
padding-bottom: 10px;
}
table :is(td, th):not(:last-child) {
padding-right: 15px;
}
table tr:not(:last-child) :is(td, th) {
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
table.decreasing tr {
transition-duration: var(--transition);
opacity: 0.7;
}
table.decreasing tr:nth-child(1) {
opacity: 1;
}
table.decreasing tr:hover {
opacity: 1;
}
.corner {
--this-distance: 15px;
position: absolute;
font-weight: bold;
z-index: 50;
background-color: rgba(0, 0, 0, 0.9);
border-radius: 100px;
color: white;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 4px 9px 6px 11px;
gap: 5px;
font-size: 0.8rem;
}
.corner-location {
padding-left: 10px;
padding-right: 27px;
justify-content: flex-start;
text-align: left;
}
.corner-location > span {
margin-left: auto;
margin-right: auto;
}
.corner-static {
position: static;
}
a.corner {
transition-duration: var(--transition);
}
a.corner:hover {
transform: scale(1.05);
text-decoration: none;
}
.corner-weather {
top: var(--this-distance);
right: var(--this-distance);
}
.corner-time {
top: var(--this-distance);
left: var(--this-distance);
}
.marker-outer {
position: relative;
width: 1px;
height: 1px;
}
.pin {
position: absolute;
font-size: calc(var(--map-zoom) * 1px);
width: 3em;
z-index: 100;
}
a.pin:hover {
text-decoration: none; }
.pin * {
line-height: 1;
}
.pin {
line-height: 1;
display: block;
background-color: white;
color: var(--color-highlight);
padding: 0;
background-color: var(--color-highlight);
text-align: center;
border-radius: 1000px;
border: 2px solid var(--color-highlight);
}
.pin.type-news {
border-radius: 5px;
bottom: 6px;
left: 50%;
transform: translateX(-50%);
}
.separated-marker {
background-color: green;
}
.pin.type-emoji,
.pin.type-place {
width: 2em;
height: 2em;
border-radius: 50%;
overflow: hidden;
top: 0;
left: 0;
transform: translate(-50%, -50%);
border: none;
position: relative;
}
.pin.type-place {
box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}
.pin.type-place img {
width: 100%;
height: 100%;
object-fit: cover;
}
.pin.type-emoji {
background-color: transparent;
border: none;
width: 2.8em;
height: 2.8em;
}
.pin.type-emoji .map-emoji {
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 1.7em;
line-height: 1;
background-color: #00000061;
}
.pin.type-emoji span,
.pin.type-place span {
display: none;
}
.pin.type-event {
top: 6px;
display: flex;
flex-direction: column;
right: auto;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
width: auto;
height: auto;
overflow: visible;
background-color: transparent;
border-color: transparent;
padding: 0;
}
.pin.type-event span {
order: -1;
-webkit-clip-path: polygon(100% -50%, 100% 35%, 95% 50%, 100% 65%, 100% 100%, 0 100%, 0 65%, 5% 50%, 0 35%, 0 -50%);
clip-path: polygon(100% -50%, 100% 35%, 95% 50%, 100% 65%, 100% 100%, 0 100%, 0 65%, 5% 50%, 0 35%, 0 -50%);
padding: 0.2em 0.4em;
display: flex;
flex-direction: column;
bottom: auto;
background-color: var(--color-green-dark);
border-color: var(--color-green-dark);
color: black;
width: auto;
height: auto;
overflow: visible;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}
.pin.type-event img {
min-width: 4em;
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px;
}
.pin.type-news:before,
.pin.type-event:before {
content: "";
display: block;
width: 10px;
height: 10px;
background-color: var(--color-green-dark);
border-radius: 3px;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.pin.type-news:before {
bottom: auto;
top: 100%;
background-color: var(--color-highlight);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pin.type-event span {
position: relative;
z-index: 2;
font-weight: bold;
font-size: 0.7em;
color: white; }
.pin.type-news span {
display: block;
margin-top: 0.3em;
font-size: 0.6em;
text-transform: uppercase;
line-height: 1;
z-index: 3;
text-align: center;
color: black;
font-weight: bold;
position: relative;
z-index: 3;
}
.pin img {
display: block;
background-color: black;
width: 100%;
height: auto;
position: relative;
z-index: 2;
border-radius: 3px;
overflow: hidden;
}
.round {
width: 50px;
height: 50px;
padding: 0;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.5);
display: inline-flex;
text-align: center;
align-items: center;
justify-content: center;
font-size: 34px;
transition-duration: var(--transition);
}
.round:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.timeline-item-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 4;
}
.go.is-past:not(:hover) {
opacity: 0.8;
border-color: #858583;
background-color: #ffffff1f;
}
.go.is-past:not(:hover) .lines-right:after,
.go.is-past:not(:hover) .lines-right:before {
background-color: #858583;
}
.l-trail .l-component:not(:last-child) .l-component-inner {
padding-bottom: 50px;
}
.l-component-bar {
display: flex;
flex-direction: column;
align-items: center;
}
.l-component-bar > hr {
flex: 1;
display: block;
width: 2px;
border: none;
background-color: var(--color-highlight);
opacity: 0.25;
}
.l-component-bar > span {
display: block;
width: 10px;
height: 10px;
background-color: var(--color-highlight);
border-radius: 50%;
}
.l-component {
display: flex;
gap: 1rem;
position: relative;
}
.l-component-inner {
flex: 1;
}
.l-component-text .l-component-inner {
margin-top: -0.51rem;
}
.nutshell {
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: var(--radius-small);
padding: 0.6rem 0.9rem;
}
.nutshell-l {
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: var(--radius-small);
padding: 1.4rem 1rem;
}
figure {
display: flex;
flex-direction: column;
position: relative;
}
.frame {
--frame-padding: 2rem;
background: rgba(255, 255, 255, 0.05);
padding: var(--frame-padding);
border-radius: var(--frame-padding);
overflow: hidden;
}
.frame-s {
--frame-padding: 1.4rem;
}
.frame-image {
width: 100%;
display: block;
position: relative;
}
.frame-icon {
background-color: var(--color-highlight);
color: black;
width: 50px;
height: 50px;
line-height: 1;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
pointer-events: none;
position: absolute;
top: 1rem;
right: -1rem;
z-index: 1;
}
.frame-image .slider-gallery,
.frame-image > figure,
.frame-image > img {
margin: calc(var(--frame-padding) * -1);
margin-top: 0;
min-width: 100%;
width: auto;
}
.frame-image .image-zoom {
display: block;
}
.frame.type-hero .frame-image { }
.frame.type-hero .frame-image > :is(img, figure, .slider-gallery) {
margin: calc(var(--frame-padding) * -1);
margin-bottom: 0;
margin-top: 0;
}
body .splide__arrows {
display: flex;
position: absolute;
top: 1rem;
gap: 10px;
left: 1rem;
}
body .simple-carousel .splide__arrows {
position: static;
margin-bottom: 0.5rem;
}
body .splide__arrow {
background-color: var(--color-cyan);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
position: static;
margin: 0;
transform: none;
opacity: 0.8; }
body .splide__arrow:disabled {
opacity: 0.5;
background-color: var(--color-cyan-darkest);
}
body .splide__arrow--next {
padding-left: 3px;
}
body .splide__arrow--prev {
padding-right: 3px;
}
body .splide:not(.is-initialized) {
display: none !important;
}
.caption {
display: block;
text-align: center;
line-height: 1.1;
}
.caption > :first-child {
margin-right: 4px;
} .dialog > .js-dialog-close {
position: absolute;
top: 1rem;
right: 1rem;
margin: 0;
z-index: 999999;
}
.radius {
border-radius: var(--radius-tiny);
overflow: hidden;
}
.radius-m {
border-radius: var(--radius-m);
overflow: hidden;
}
.radius-l {
border-radius: var(--radius);
overflow: hidden;
}
.border {
border: 2px solid var(--color-highlight);
}
[data-legend] {
position: relative;
}
[data-legend]:before {
content: attr(data-legend);
position: absolute;
bottom: calc(100% + 2px);
left: 1rem;
font-size: 14px;
text-transform: uppercase;
font-variation-settings: "wght" 500;
}
.nutshell[data-legend]:before {
background-color: rgba(255, 255, 255, 0.2);
padding: 4px 6px 2px;
line-height: 1;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.box {
background-color: var(--color-cyan-wash);
border-radius: 1rem;
padding: 1rem 1.2rem;
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.ad {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
display: flex;
flex-direction: column;
align-items: center;
margin-left: auto;
margin-right: auto;
}
.ad-body iframe {
width: 100%;
}
.ad-close,
.ad-close:hover {
position: absolute;
top: 0.3rem;
right: 0.3rem;
background-color: var(--color-accent);
width: 15px;
height: 15px;
}
.panel-main h1.h2 a {
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
.mount {
border: 1px solid rgba(255, 255, 255, 0.1);
display: flex;
font-weight: bold;
flex-direction: column;
line-height: 1.15;
font-size: var(--text-h7);
width: 4.4rem;
border-radius: 0.5rem;
position: relative;
padding-bottom: 1.1rem;
}
.mount-separator {
width: 1px;
background-color: rgba(255, 255, 255, 0.1);
}
.mount:hover {
text-decoration: none;
background-color: #8859ff3a;
}
.mount div {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
background-color: rgba(0, 0, 0, 0.25);
padding: 0.15rem 0.3rem 0.2rem;
display: flex;
align-items: center;
justify-content: center;
min-height: 1.1rem;
line-height: 1.25;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-radius: 0.5rem;
border-top-left-radius: 0;
border-top-right-radius: 0;
font-size: 14px;
}
.mount div.h7 {
font-size: 12px;
}
.mount .emoji {
text-align: center;
min-height: 3.6rem;
gap: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: auto;
}
.mount i { }
.emoji {
font-size: 1.9rem;
line-height: 1;
}
@-webkit-keyframes glowAnimation {
0%,
100% {
}
50% {
box-shadow:
0 0 6px rgba(0, 255, 255, 0.126),
0 0 9px rgba(0, 255, 255, 0.126),
0 0 12px rgba(0, 255, 255, 0.126);
}
}
@keyframes glowAnimation {
0%,
100% {
}
50% {
box-shadow:
0 0 6px rgba(0, 255, 255, 0.126),
0 0 9px rgba(0, 255, 255, 0.126),
0 0 12px rgba(0, 255, 255, 0.126);
}
}
svg {
height: auto;
}
.mark {
display: flex;
align-items: center;
justify-content: center;
width: 120px;
opacity: 0.9;
}
.mark img {
background-color: transparent !important;
}
.mark:hover {
opacity: 0.8;
}
.tap.tap-stack {
display: flex;
flex-direction: column;
gap: 0.1rem;
}
.place {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; text-align: center;
display: flex;
align-items: center;
justify-content: center;
padding: var(--gap-ts);
background: rgba(0, 0, 0, 0.4);
}
a.post-link {
display: block;
overflow: hidden;
position: relative;
}
a.post-link:not(:hover) {
text-decoration: none;
}
a.post-link .media {
transition-duration: 0.6s;
transform: scale(1.02);
}
a.post-link .media img { }
a.post-link:hover .media {
transform: scale(1);
}
a.post-link:hover .place {
opacity: 0;
}
.post-link-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 1rem;
}
.meet-group > *:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.meet-group > *:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ticket {
border: 1px solid var(--color-green);
border-radius: var(--radius-small);
display: flex;
background-color: var(--color-green-t);
}
a.ticket:hover {
text-decoration: none;
background-color: var(--color-green-hover);
}
.ticket > * {
padding: 0.6rem;
padding-bottom: 0.8rem;
}
.ticket-date {
position: relative;
min-width: 3.1rem;
flex: 0 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
gap: 0.2rem;
padding-left: 0.2rem;
padding-right: 0;
}
.ticket-date:last-child {
padding-left: 0;
padding-right: 0.2rem;
}
.ticket.type-single .ticket-date {
border-right: 1px solid var(--color-green);
}
.ticket.type-single.is-past:not(:hover) .ticket-date {
border-color: #858583;
}
.ticket.type-single .ticket-date .lines-right {
display: none;
}
.ticket-date > * {
line-height: 1;
}
.ticket-text {
flex: 1;
align-self: center;
}
.ticket + .ticket {
margin-top: var(--gap-ts);
}
.ticket figure img {
max-width: 46px;
}
.ticket.type-multiple .ticket-text {
padding-left: 1rem;
}
.ticket.is-past:not(:hover) { border-color: var(--color-ghostly);
background-color: #ffffff1f;
}
.ticket.is-past:not(:hover) .lines-right:after,
.ticket.is-past:not(:hover) .lines-right:before {
background-color: var(--color-ghostly);
}
.royal {
background: #ab47ff38;
padding: 1rem 1.1rem;
border-radius: var(--radius-m);
border: 1px solid var(--color-ghostly);
}
a.snap,
a.snap:hover {
text-decoration: none;
}
.snap {
display: flex;
border: 1px solid var(--color-ghostly);
border-radius: var(--radius-m);
aspect-ratio: 1/1;
width: 160px;
padding: 0.8rem;
flex-direction: column;
line-height: 1;
text-align: left;
background-color: rgba(255, 255, 255, 0.05);
}
a.snap:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.snap-icon {
font-size: 1.4rem;
color: var(--color-highlight);
}
.snap-top {
display: flex;
margin-left: -0.1rem;
margin-right: -0.1rem;
margin-top: -0.1rem;
}
.snap-top .snap-link {
margin-left: auto;
opacity: 0.25;
}
a.snap:hover .snap-top .snap-link {
transform: translateX(3px);
opacity: 0.5;
}
.snap-bottom {
margin-top: auto;
display: flex;
flex-direction: column;
gap: 0.1rem;
}
form :is(button, input, select, textarea) {
font: inherit;
-webkit-appearance: none;
background-color: transparent;
border: none;
outline: none;
color: inherit;
}
#header-search {
height: 100%;
display: flex;
}
#header-search input {
flex: 1;
padding: 0.8rem 1.1rem 0.9rem;
}
.search-text {
padding: 0.9rem;
opacity: 0.5;
padding-right: 0.4rem;
}
#header-search .search-text + input {
padding-left: .8rem;
}
#header-search button {
padding: .8rem;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
}
#header-search button:hover {
background-color: var(--color-ghostly);
}
#header-search :is(button, input, .search-text) {
line-height: 1;
height: 100%;
display: flex;
align-items: center;
}
body .google-revocation-link-placeholder,
body.is-full .header-search {
display: none !important;
}
.the-footer {
display: flex;
gap: 2rem;
}
.the-footer-right {
flex: 0 1 48%;
}
.the-footer-left {
margin-right: auto;
flex: 0 0 auto;
width: 500px;
}
.the-footer-logo {
display: flex;
align-items: center;
}
.the-footer-logo img {
width: 60px;
height: auto;
margin-right: 10px;
}
#footer-search {
display: flex;
}
#footer-search :is(input, button) {
display: flex;
align-items: center;
height: 2.4rem;
padding: 0 1rem;
}
#footer-search input {
flex: 1;
}
#footer-search button:hover {
background-color: var(--color-ghostly);
} @media (min-width: 992px) {
#header nav a ion-icon {
display: none;
}
}
@media (max-width: 991px) {
.the-footer {
display: flex;
flex-direction: column-reverse;
}
.the-footer .sitemap {
flex: initial;
}
.the-footer-left {
flex: initial;
width: 100%;
}
#header nav a ion-icon {
font-size: 22px;
}
.logo img {
height: 24px;
}
.brand {
flex: 1;
padding-left: 15px;
padding-right: 15px;
border-right: none;
}
a.header-weather { }
#header nav a {
min-width: 44px;
}
#header .logo,
#header nav a {
padding-left: 0;
padding-right: 0;
}
#header .logo {
min-width: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
padding-left: 3px;
}
a.header-weather {
padding-left: 0.3rem;
padding-right: 0.6rem;
}
#header nav a span {
display: none;
}
}
@media (max-width: 767px) { .snap {
width: 120px;
}
.ticket-text > .flex-auto {
max-width: 45px;
}
.ticket-date {
min-width: 2.3rem;
}
.ticket {
min-height: 4rem;
}
.ticket > * {
padding: 0.5rem;
padding-bottom: 0.6rem;
}
.ticket-text {
padding-left: 0.9rem;
padding-right: 0.8rem;
}
.mount div {
font-size: 11px;
}
.mount div.h7 {
font-size: 9px;
}
.frame-icon {
width: 40px;
height: 40px;
right: -0.5rem;
}
.hero-poster {
max-width: 70px;
}
.order-1-phone {
order: -5;
}
.order-2-phone {
order: -4;
}
.frame {
--frame-padding: var(--gap-edge-min);
border-radius: 1.2rem;
}
.flex-full-phone {
flex: 0 0 100%;
}
.go-text > .flex-auto {
max-width: 45px;
}
.meet {
font-size: 1.2rem;
min-width: 44px;
min-height: 44px;
}
.timeline-item-media {
order: initial;
}
.timeline-item-content {
margin-bottom: 1.2rem;
}
.go-date {
min-width: 2.3rem;
}
.lines-right:last-child {
transform: translateX(200%);
}
.cta {
min-height: 5.2rem;
}
.lines-right:before {
transform: rotate(-6deg) translateX(2px);
}
.lines-right:after {
transform: rotate(6deg) translateX(2px);
}
.go-text {
padding-left: 0.9rem;
padding-right: 0.8rem;
}
.timeline-item {
padding-left: 1rem;
margin-left: 0.5rem;
}
.timeline-item-bar {
width: 15px;
position: absolute;
left: 0;
top: 0;
transform: translateX(-50%);
bottom: 0;
}
.panel-main {
padding: var(--gap-edge-min);
}
.round {
width: 60px;
height: 60px;
}
time {
font-size: 12px;
padding: 1px 1px;
min-width: 15px;
}
}
@media (max-width: 450px) {
body :is(.corner-time, .corner-weather) {
display: none !important;
}
}
@media (max-width: 440px) {
.timeline-columns {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 0.6rem;
}
}
@media (max-width: 390px) {
#header .header-weather {
display: none;
}
}
.feed-list {
--this-columns: 3;
display: grid;
grid-template-columns: repeat(var(--this-columns), minmax(0, 1fr));
gap: 1.1rem;
}
@media (max-width: 1420px) {
.feed-list {
--this-columns: 2;
}
}
@media (max-width: 840px) {
.feed-list {
--this-columns: 1;
}
}
.peek {
border-radius: 1rem;
overflow: hidden;
background-color: rgba(255,255,255,.04);
transition-duration: .15s;
display: flex;
flex-direction: column;
}
.peek:hover {
background-color: rgba(255,255,255,.05);
}
.peek-body {
flex: 1;
padding: .8rem 1rem;
padding-top: 0.7rem;
display: flex;
flex-direction: column;
gap: .4rem;
}
.peek-body a:not(:hover) {
text-decoration: none;
}
.category-label {
text-decoration: none;
font-size: 14px;
font-weight: 500;
border-radius: 100px;
}
.peek .category-label {
position: absolute;
z-index: 3;
top: .7rem;
left: .7rem;
background-color: rgba(0,0,0,.8);
backdrop-filter: blur(3px);
color: white;
padding: 5px 9px 5px 7px;
line-height: 1;
display: inline-flex;
align-items: center;
gap: 4px;
font-weight: bold;
}
.peek .category-label ion-icon {
font-size: 12px;
color: var(--color-highlight);
}
.peek .category-label:hover {
text-decoration: none;
background-color: rgba(0,0,0,.9);
}
@media (max-width: 767px) {
.feed-list {
gap: var(--gap-edge-min);
}
}img[data-src] {
opacity: 0;
background-color: rgba(255,255,255,.2);
transition: all 0.3s ease-in-out;
}
img[data-src][src] {
background-color: transparent;
opacity: 1;
}
.crossed-out:not(:hover) { opacity: .5;
}.wp-block-embed,
.wp-block-image,
.wp-block-quote {
margin: 0;
} .river {
--frame-padding: 1.4rem;
--remove-padding: calc(var(--frame-padding) * -1);
}
.river :is(p, ul, ol) {
font-size: 22px;
}
.river > *:not([class*="bg-"]) {
background: rgba(255, 255, 255, 0.05);
}
.river > * {
border: 1px solid var(--color-ghostly);
--this-padding: var(--frame-padding);
margin: 0;
display: block;
padding: var(--this-padding);
border-radius: var(--frame-padding);
position: relative; margin-left: auto;
margin-right: auto;
width: 100%; } .river > *:before {
content: "";
display: block;
width: 1px;
background: var(--color-white);
opacity: 0.1;
height: var(--gap-normal);
bottom: calc(100% + 1px);
position: absolute;
left: 0;
right: 0;
margin: auto;
}
.river > *:first-child:before {
height: var(--gap-normal);
}
.river > .wp-block-image {
--this-padding: 0;
}
.river > .wp-block-embed {
padding: 0;
}
.river > .wp-block-group .wp-block-quote {
padding: var(--this-padding);
position: relative;
margin-left: calc(var(--this-padding) * -1) !important;
margin-right: calc(var(--this-padding) * -1) !important;
}
.river > .wp-block-group .wp-block-quote:first-child {
margin-top: calc(var(--this-padding) * -1);
border-top-left-radius: var(--frame-padding);
border-top-right-radius: var(--frame-padding);
}
.river > .wp-block-group .wp-block-quote:last-child {
margin-bottom: calc(var(--this-padding) * -1);
border-bottom-left-radius: var(--frame-padding);
border-bottom-right-radius: var(--frame-padding);
}
.river .wp-block-group__inner-container > .wp-block-embed,
.river .wp-block-group__inner-container > .wp-block-image {
margin-left: var(--remove-padding) !important;
margin-right: var(--remove-padding) !important;
margin-top: 1rem;
margin-bottom: 1rem;
}
.river .wp-block-image figure.overlay-bottom {
overflow: hidden;
border-radius: inherit;
}
.river .wp-block-image img {
border-radius: var(--frame-padding);
display: block;
}
.river > .wp-block-group .wp-block-image img {
border-radius: 0;
}
.river .wp-block-image figure.size-thumbnail {
margin: 0;
}
.river .wp-block-image figure.size-thumbnail img {
border-radius: 0.2rem !important;
}
.wp-block-gallery .slider-gallery {
overflow: hidden;
}
.river .wp-block-group__inner-container > .wp-block-embed:first-child,
.river .wp-block-group__inner-container > .wp-block-gallery:first-child,
.river .wp-block-group__inner-container > .wp-block-image:first-child {
margin-top: var(--remove-padding)  !important;
}
.river .wp-block-group__inner-container > .wp-block-embed:last-child, .river .wp-block-group__inner-container > .wp-block-image:last-child {
margin-bottom: var(--remove-padding) !important;
}
.river .wp-block-group__inner-container > .wp-block-gallery:first-child .slider-gallery,
.river .wp-block-group__inner-container > .wp-block-image:first-child img {
border-top-left-radius: var(--frame-padding);
border-top-right-radius: var(--frame-padding);
}
.river .wp-block-group__inner-container > .wp-block-gallery:last-child .slider-gallery,
.river .wp-block-group__inner-container > .wp-block-image:last-child img {
border-bottom-left-radius: var(--frame-padding);
border-bottom-right-radius: var(--frame-padding);
}
.river .wp-block-group__inner-container > .wp-block-gallery:first-child,
.river .wp-block-group__inner-container > .wp-block-image:first-child {
margin-top: var(--remove-padding)  !important;
}
.river .wp-block-group__inner-container > * + * {
margin-top: .7rem; }
.river .wp-block-group__inner-container > .wp-block-heading:first-child {
margin-top: -0.2rem;
}
.river .wp-block-group__inner-container > .wp-block-heading + .wp-block-heading {
margin-top: 0.3em;
}
.river .wp-block-group__inner-container > h2 + h3 {
margin-top: 0.2rem;
}
.river .wp-block-group__inner-container > h3 + h4 {
margin-top: 0.3em;
}
.river .wp-block-group p:first-child {
margin-top: -0.5rem;
}
.river .wp-block-group p:last-child {
margin-bottom: -0.5rem;
}
.river > p {
padding-top: calc(var(--frame-padding) - 0.5rem);
padding-bottom: calc(var(--frame-padding) - 0.3rem);
}
.river .wp-block-embed__wrapper {
width: auto;
height: 0;
padding-bottom: 56.25%;
position: relative;
}
.river .wp-embed-aspect-9-16 .wp-block-embed__wrapper {
padding-bottom: 177.7777%;
}
.river .wp-block-embed__wrapper iframe {
width: 100%;
border-radius: var(--frame-padding);
}
.river .wp-block-group__inner-container > .wp-block-embed:not(:first-child) .wp-block-embed__wrapper iframe {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.river .wp-block-group__inner-container > .wp-block-embed:not(:last-child) .wp-block-embed__wrapper iframe {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.river .wp-block-embed__wrapper > * {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
width: auto;
height: 100%;
}
.river .wp-block-quote {
display: flex;
flex-direction: column;
border: none;
background: var(--color-purple-wash);
}
.river .wp-block-quote .wp-block-image {
margin-bottom: 0.5rem;
}
.river .wp-block-quote p {
font-size: 1rem;
line-height: var(--line-m);
font-weight: 400;
font-style: italic;
}
.river .wp-block-quote cite {
margin-top: 0.5rem;
color: rgba(255,255,255,.5);
}
.river .wp-block-quote cite a:hover {
color: white;
}
cite:before {
content: "—";
margin-right: 6px;
}
cite {
font-size: 16px;
font-style: italic;
}
.river .wp-block-quote > * {
max-width: calc(100% - 36px);
}
.river .wp-block-quote:after {
content: '';
display: block;
width: 35px;
height: 35px;
position: absolute;
top: .8rem;
right: .8rem;
opacity: 0.5;
background-size: contain;
background-position: top right;
background-repeat: no-repeat;
background-image: url(//myoradea.ro/wp-content/themes/myoradea/img/quote.svg);
z-index: 2;
}
div + .river > :first-child:before {
display: none;
} body .river .wp-block-group__inner-container > :is(.wp-block-gallery, .wp-block-image, .wp-block-embed, .wp-block-quote) + :is(.wp-block-gallery, .wp-block-image, .wp-block-embed, .wp-block-quote) {
margin-top: 0 !important;
} @media (max-width: 767px) {
.river :is(p, ul, ol) {
font-size: 1rem;
}
.river {
--frame-padding: 1.4rem;
--remove-padding: calc(var(--frame-padding) * -1);
font-size: 1rem;
}   
}
summary::marker {
font-size: 0.6rem;
opacity: .5;
color: var(--color-highlight);
display: block;
text-align: center;
}
.river :where(.wp-block-columns.is-layout-flex) {
gap: 1.4em;
}
.river :where(.wp-block-columns.is-layout-flex) .image-zoom {
border-radius: 0.3rem;
overflow: hidden;
} ol:not(.keep-simple) {
list-style-type: none;
counter-reset: custom-counter;
padding-left: 0;
}
ol:not(.keep-simple) li {
counter-increment: custom-counter;
position: relative;
padding-left: 35px; }
ol:not(.keep-simple) li::before {
content: counter(custom-counter);
position: absolute;
left: 0;
top: 0;
background-color: yellow;
color: black;
width: 25px; height: 25px; border-radius: 50%;
text-align: center;
line-height: 25px; }
ol:not(.keep-simple) li {
margin-bottom: 10px; }.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}