@font-face {
font-family: 'Sentient-Italic';
src: url(//larisaionescu.ro/wp-content/themes/lawrisa/assets/fonts/Sentient-Italic.woff2) format('woff2');
font-style: italic;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'Cabinet';
src: url(//larisaionescu.ro/wp-content/themes/lawrisa/assets/fonts/CabinetGrotesk-Medium.woff2) format('woff2');
font-style: normal;
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: 'Cabinet';
src: url(//larisaionescu.ro/wp-content/themes/lawrisa/assets/fonts/CabinetGrotesk-Bold.woff2) format('woff2');
font-style: normal;
font-weight: 700;
font-display: swap;
} .container-fluid {
margin-right: auto;
margin-left: auto;
padding-right: 0.8rem;
padding-left: 0.8rem
}
.row {
box-sizing: border-box;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex: 0 1 auto;
-webkit-box-flex: 0;
flex: 0 1 auto;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -0.8rem;
margin-left: -0.8rem
}
.row.reverse {
-ms-flex-direction: row-reverse;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse
}
.col.reverse {
-ms-flex-direction: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 0.8rem;
padding-left: 0.8rem
}
.col-xs {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%
}
.col-xs-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-xs-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-xs-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-xs-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-xs-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-xs-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-xs-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-xs-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-xs-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-xs-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-xs-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-xs-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-xs-offset-1 {
margin-left: 8.333%
}
.col-xs-offset-2 {
margin-left: 16.667%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-4 {
margin-left: 33.333%
}
.col-xs-offset-5 {
margin-left: 41.667%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-7 {
margin-left: 58.333%
}
.col-xs-offset-8 {
margin-left: 66.667%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-10 {
margin-left: 83.333%
}
.col-xs-offset-11 {
margin-left: 91.667%
}
.start-xs {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-xs {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-xs {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-xs {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-xs {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-xs {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-xs {
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-xs {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-xs {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-xs {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
@media only screen and (min-width:48em) {
.container {
width: 46rem
}
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 0.8rem;
padding-left: 0.8rem
}
.col-sm {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%
}
.col-sm-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-sm-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-sm-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-sm-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-sm-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-sm-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-sm-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-sm-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-sm-offset-1 {
margin-left: 8.333%
}
.col-sm-offset-2 {
margin-left: 16.667%
}
.col-sm-offset-3 {
margin-left: 25%
}
.col-sm-offset-4 {
margin-left: 33.333%
}
.col-sm-offset-5 {
margin-left: 41.667%
}
.col-sm-offset-6 {
margin-left: 50%
}
.col-sm-offset-7 {
margin-left: 58.333%
}
.col-sm-offset-8 {
margin-left: 66.667%
}
.col-sm-offset-9 {
margin-left: 75%
}
.col-sm-offset-10 {
margin-left: 83.333%
}
.col-sm-offset-11 {
margin-left: 91.667%
}
.start-sm {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-sm {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-sm {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-sm {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-sm {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-sm {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-sm {
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-sm {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-sm {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-sm {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
}
@media only screen and (min-width:62em) {
.container {
width: 61rem
}
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 0.8rem;
padding-left: 0.8rem
}
.col-md {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%
}
.col-md-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-md-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-md-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-md-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-md-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-md-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-md-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-md-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-md-offset-1 {
margin-left: 8.333%
}
.col-md-offset-2 {
margin-left: 16.667%
}
.col-md-offset-3 {
margin-left: 25%
}
.col-md-offset-4 {
margin-left: 33.333%
}
.col-md-offset-5 {
margin-left: 41.667%
}
.col-md-offset-6 {
margin-left: 50%
}
.col-md-offset-7 {
margin-left: 58.333%
}
.col-md-offset-8 {
margin-left: 66.667%
}
.col-md-offset-9 {
margin-left: 75%
}
.col-md-offset-10 {
margin-left: 83.333%
}
.col-md-offset-11 {
margin-left: 91.667%
}
.start-md {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-md {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-md {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-md {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-md {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-md {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-md {
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-md {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-md {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-md {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
}
@media only screen and (min-width:75em) {
.container {
width: 71rem
}
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 0.8rem;
padding-left: 0.8rem
}
.col-lg {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%
}
.col-lg-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-lg-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-lg-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-lg-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-lg-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-lg-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-lg-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-lg-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-lg-offset-1 {
margin-left: 8.333%
}
.col-lg-offset-2 {
margin-left: 16.667%
}
.col-lg-offset-3 {
margin-left: 25%
}
.col-lg-offset-4 {
margin-left: 33.333%
}
.col-lg-offset-5 {
margin-left: 41.667%
}
.col-lg-offset-6 {
margin-left: 50%
}
.col-lg-offset-7 {
margin-left: 58.333%
}
.col-lg-offset-8 {
margin-left: 66.667%
}
.col-lg-offset-9 {
margin-left: 75%
}
.col-lg-offset-10 {
margin-left: 83.333%
}
.col-lg-offset-11 {
margin-left: 91.667%
}
.start-lg {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-lg {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-lg {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-lg {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-lg {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-lg {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-lg {
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-lg {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-lg {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-lg {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
} html, body, div, span, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
figure, footer, header, menu, nav, section, time,
mark, audio, video, details, summary {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
}
article, aside, figure, footer, header, nav, section,
details, summary {
display: block;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html, body {
min-height: 100%;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
height: auto;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
line-height: 1.15;
text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button;
}
textarea:not([rows]) {
min-height: 10em;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
text-align: left;
}
th {
font-weight: bold;
vertical-align: bottom;
}
td {
vertical-align: top;
}
:target {
scroll-margin-block: 5ex;
}
::selection {
color: var(--theme-background);
background-color: rgb(var(--theme-accent));
text-shadow: none;
} .video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 1200px;
margin: 0 auto;
margin-bottom: var(--spacer-l);
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
} :root {
font-size: 62.5%; --theme-background: rgb(245, 239, 235);
--theme-accent: 44, 40, 39; --font-family-primary: "Cabinet", sans-serif;
--text-color: #3a3a3a;
--text-color-light: rgba(0, 0, 0, 0.61);
--font-size-s: 1.4rem;
--font-size-m: 2rem;
--font-size-l: 2.8rem;
--font-size-xl: 7.2rem;
--line-height: 1.3; --border: 1px solid rgba(0, 0, 0, 0.1);
--border-hover: 1px solid rgba(0, 0, 0, 0.3);
--border-active: 1px solid rgba(0, 0, 0, 0.6);
--border-radius: 32px; --spacer-s: 0.8rem;
--spacer-m: 1.6rem;
--spacer-l: 3.2rem;
--spacer-xl: 6.4rem;
--spacer-xxl: 9.6rem;
--spacer-3xl: 19.2rem; --container: 100%;
--grid-gap: 4.8rem; --zindex-header: 1020;
--zindex-mobile-nav: 1010;
--zindex-overlay: 900; --transition-easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
--transition-easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
--transition-easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
}
html {
background-color: rgba(var(--theme-accent));
}
body {
position: relative;
z-index: 0;
font-family: var(--font-family-primary), sans-serif;
font-size: var(--font-size-m);
line-height: var(--line-height);
font-weight: 500;
color: var(--text-color);
}
figure {
background-color: rgb(var(--theme-accent));
border-radius: var(--border-radius);
overflow: hidden;
}
figure img {
border-radius: var(--border-radius);
}
figcaption {
font-size: var(--font-size-s);
padding: 4px var(--spacer-s);
background-color: var(--theme-background);
border-radius: 6px;
margin: 2px !important;
position: absolute;
left: 0;
bottom: 0;
line-height: 1.2;
max-width: 475px;
}
.scale {
position: relative;
}
.scale img {
transition: transform 1s ease, filter .5s ease;
}
.scale:hover img {
transform: scale(1.05);
filter: brightness(60%);
}
.is-clipped {
overflow: hidden !important;
} a {
color: var(--text-color);
text-decoration: none;
}
a:hover {
color: var(--text-color-light);
}
.button {
padding: var(--spacer-m) var(--spacer-xl);
border-radius: var(--border-radius);
background-color: rgba(var(--theme-accent));
color: var(--theme-background);
display: inline-block;
position: relative;
overflow: clip;
}
.button:after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: rgba(255, 255, 255, 0.1);
transition: opacity .3s;
opacity: 0;
}
.button:hover {
color: var(--theme-background);
}
.button:hover:after {
opacity: 1;
}
.button-secondary {
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
display: inline-flex;
align-items: center;
white-space: nowrap;
}
.button-secondary .button-arrow {
margin-right: var(--spacer-s);
background-color: var(--text-color);
padding: 2px;
color: var(--theme-background);
display: inline-flex;
justify-content: center;
align-items: center;
}
.button-secondary:hover {
text-decoration-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
}
.section-title {
display: block;
border-top: var(--border);
width: 100%;
margin-bottom: var(--spacer-xl);
padding-top: var(--spacer-s);
color: var(--text-color-light);
} .reveal, .wp-block-image {
position: relative;
background-color: rgb(var(--theme-accent));
}
.reveal img, .wp-block-image img {
position: relative;
opacity: 0;
transform: scale(1.1);
}
.reveal.in-view img, .wp-block-image.in-view img {
animation-name: reveal;
animation-duration: 1.8s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes reveal {
0% {
opacity: 0;
transform: scale(1.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
@keyframes underlineOut {
0% {
transform: scaleX(1);
transform-origin: right;
}
1% {
transform: scaleX(1);
transform-origin: right;
}
100% {
transform: scaleX(0);
transform-origin: right;
}
}
@keyframes underlineIn {
0% {
transform: scaleX(0);
transform-origin: left;
}
1% {
transform: scaleX(0);
transform-origin: left;
}
100% {
transform: scaleX(1);
transform-origin: left;
}
} .wrapper {
background-color: var(--theme-background);
}
main {
overflow: clip;
min-height: 100dvh;
display: flex;
flex-direction: column;
position: relative;
width: 100%;
padding-top: 48px;
}
main section {
position: relative;
}
.container {
width: 100%;
margin: 0 auto;
padding: 0 var(--grid-gap);
max-width: var(--container);
} .header {
position: fixed;
z-index: var(--zindex-header);
width: 100%;
top: 0;
right: 0;
border-bottom: var(--border);
}
.header:not(.fade) {
background-color: var(--theme-background);
}
.header a {
padding-top: var(--spacer-s);
padding-bottom: var(--spacer-s);
height: 48px;
display: inline-flex;
align-items: center;
}
.header a:hover {
color: var(--text-color);
}
.menu {
display: flex;
}
.menu a {
padding-right: var(--spacer-m);
}
.menu .menu-item {
transition: opacity 0.3s ease;
}
.menu a:after {
content: ",";
display: inline-block;
}
.menu li:last-child a:after {
display: none;
} .mobile-menu-toggle {
display: none;
}
.overlay {
position: fixed;
z-index: var(--zindex-overlay);
width: 100%;
height: 100dvh;
left: 0;
top: 0;
display: block;
background-color: rgba(var(--theme-accent), 0.8);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: visibility .75s, opacity .75s;
}
.menu-open .overlay {
visibility: visible;
opacity: 1;
cursor: pointer;
} .footer {
background-color: rgb(211, 206, 205);
color: var(--text-color-light);
}
.footer-inner {
display: flex;
flex-direction: column;
justify-content: flex-end;
padding-top: var(--spacer-l);
padding-bottom: var(--spacer-m);
}
.footer-cta {
font-size: var(--font-size-l);
line-height: 1.1;
max-width: 1280px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.footer-cta p:first-child {
margin-bottom: var(--spacer-3xl);
font-size: var(--font-size-m);
display: inline-flex;
position: relative;
align-items: center;
gap: var(--spacer-s);
}
.footer-cta p:first-child:before {
content: "";
display: block;
width: 12px;
height: 12px;
background-color: rgba(0, 0, 0, .25);
border-radius: 50%;
margin-bottom: 2px;
}
.footer-cta p:last-child {
max-width: 640px;
}
.bottom-footer {
display: flex;
justify-content: space-between;
margin-top: var(--spacer-xl);
font-size: var(--font-size-s);
}
.footer-legal {
display: flex;
flex-direction: row-reverse;
gap: var(--spacer-xl);
}
.footer-nav {
display: flex;
gap: var(--spacer-m);
} .fade, .header .fade {
background-color: rgba(182, 163, 156, 1);
}
.intro {
padding-top: var(--grid-gap);
padding-bottom: var(--spacer-3xl);
min-height: 75vh;
display: flex;
flex-direction: column;
}
.intro h1 {
position: relative;
font-size: var(--font-size-xl);
line-height: 1;
max-width: 1780px;
margin-bottom: var(--spacer-xl);
text-decoration-line: underline;
text-decoration-color: rgba(0, 0, 0, 0.1);
text-decoration-thickness: 1px;
text-underline-offset: 6px;
}
.intro p {
line-height: 1.1;
display: block;
width: 100%;
margin-bottom: var(--spacer-m);
font-size: var(--font-size-m);
}
.intro h1, .intro p {
text-indent: calc(96px + var(--grid-gap) + 128px);
}
.intro figure {
display: inline-flex;
position: absolute;
left: var(--grid-gap);
top: var(--grid-gap);
border-radius: 16px;
height: 104px;
}
.intro figure img {
border-radius: 16px;
}
.latest-posts {
border-top: var(--border);
padding-top: var(--spacer-s);
padding-bottom: var(--spacer-3xl);
}
.latest-posts .section-title {
padding-top: 0;
border-top: none;
}
.blog-entry {
margin-bottom: var(--spacer-xl);
}
.blog-entry>* {
max-width: 720px;
}
.blog-entry h3 {
font-size: var(--font-size-l);
line-height: 1;
margin-bottom: var(--spacer-s);
}
.excerpt {
color: var(--text-color-light);
}
.excerpt a {
display: block;
width: fit-content;
margin-top: var(--spacer-m);
border-bottom: var(--border);
}
.blog-entry .date {
font-size: var(--font-size-s);
display: inline-block;
color: var(--text-color-light);
text-transform: uppercase;
margin-bottom: var(--spacer-m);
} .about-bio {
padding-top: var(--grid-gap);
margin-bottom: var(--spacer-xl);
}
.about-bio h1 {
font-size: var(--font-size-l);
}
.about-bio h2 {
margin-bottom: var(--spacer-xxl);
color: var(--text-color-light);
}
.page-template-page-about .flow {
max-width: 720px;
}
.about-bio p:not(:first-of-type) {
text-indent: 48px;
}
.about-bio .flow>*+* {
margin-block-start: var(--spacer-s);
}
.about-pic {
width: 90%;
max-width: 480px;
}
.about-cv {
padding-bottom: var(--spacer-3xl);
}
.resume h3 {
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 700;
font-size: var(--font-size-s);
color: var(--text-color-light);
}
.resume ol {
counter-reset: roman;
list-style: none;
padding-left: 0;
}
.resume ol>li {
position: relative;
padding-left: 4.8rem;
margin-bottom: var(--spacer-l);
counter-increment: roman;
}
.resume ol>li:before {
content: counter(roman, upper-roman);
position: absolute;
left: 0;
top: -8px;
width: 3.2rem;
height: 3.2rem;
color: var(--text-color-light);
text-align: center;
border-radius: 50%;
font-size: 1.2rem;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, .05);
}
.resume ol>li>ul>li {
margin-bottom: var(--spacer-m);
padding-top: var(--spacer-m);
border-top: var(--border);
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.date-tag {
display: inline-block;
border: var(--border);
border-radius: 3px;
padding: 2px 4px;
line-height: 1;
font-size: var(--font-size-s);
font-weight: 700;
white-space: nowrap
}
.resume-item {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding-right: var(--spacer-xl);
} .post-content .cv-publications li {
padding-left: 0;
margin-bottom: var(--spacer-l);
border-bottom: var(--border);
padding-bottom: var(--spacer-l);
}
.post-content .cv-publications li:before {
content: "";
display: none;
}
.post-content .cv-publications h2 {
font-weight: 700;
font-size: var(--font-size-m);
line-height: var(--line-height);
} .post-content .cv-conferences li {
padding-left: 0;
margin-bottom: var(--spacer-l);
border-bottom: var(--border);
padding-bottom: var(--spacer-l);
}
.post-content .cv-conferences li:before {
content: "";
display: none;
}
.post-content .cv-conferences h2 {
font-weight: 700;
font-size: var(--font-size-m);
line-height: var(--line-height);
}
.post-content .cv-conferences .date-tag {
margin-top: var(--spacer-l);
} .contact {
padding-top: var(--grid-gap);
margin-bottom: var(--spacer-xxl);
}
.contact h1 {
font-size: var(--font-size-l);
margin-bottom: var(--spacer-xl)
}
.contact .flow>* {
max-width: 480px;
}
.contact-cover, .contact-cover img {
border-radius: 0;
}
.contact-cover img {
object-position: center center;
width: 100%;
height: 100vh;
object-fit: cover;
}
.contact ul li {
border-bottom: var(--border);
margin-bottom: var(--spacer-s);
}
.contact ul span {
color: var(--text-color-light);
display: inline-flex;
width: 72px;
font-size: var(--font-size-s);
cursor: default;
} .not-found {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
text-align: center;
}
.not-found h1 {
text-align: center;
margin-bottom: var(--spacer-l);
color: var(--text-color-light);
}
.not-found h1 span {
font-size: var(--font-size-xl);
display: block;
line-height: 1;
font-weight: 700;
color: var(--text-color);
} .blog-header {
padding-top: var(--grid-gap);
border-bottom: var(--border);
margin-bottom: var(--spacer-xl);
}
.blog-header h1 {
font-size: var(--font-size-l);
margin-bottom: var(--spacer-xxl);
}
.category-nav {
margin-bottom: var(--spacer-l);
}
.blog-categories {
display: flex;
gap: var(--spacer-s);
flex-wrap: wrap;
}
.blog-categories a {
white-space: nowrap;
display: inline-flex;
padding: 4px var(--spacer-s);
background-color: rgba(0, 0, 0, .05);
font-size: var(--font-size-s);
color: var(--text-color-light);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: background-color .3s;
}
.blog-categories a:hover {
background-color: rgba(0, 0, 0, .1);
}
.blog-categories a.active {
background-color: var(--text-color);
color: var(--theme-background);
}
.blog-categories a.clear-filter {
padding-left: 10px;
padding-right: 10px;
}
.blog-list {
margin-bottom: var(--spacer-3xl);
} .pagination {
position: relative;
display: flex;
align-content: center;
width: 100%;
font-size: var(--font-size-s);
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.5px;
}
.page-numbers.current {
color: var(--text-color-invert);
cursor: default;
padding: 5px 10px;
background-color: var(--text-color);
color: var(--theme-background);
width: 24px;
height: 24px;
display: inline-flex;
align-content: center;
justify-content: center;
align-items: center;
}
.pagination-separator {
margin: 4rem 0;
}
.nav-links>* {
margin: 0 .4rem;
}
.nav-links .placeholder {
display: none;
visibility: hidden;
}
.pagination a {
padding: 4px 8px;
display: inline-flex;
min-height: 42px;
transition: all .3s;
align-content: center;
align-items: center;
justify-content: center;
color: var(--text-color-light);
}
.next.page-numbers,
.prev.page-numbers {
padding-left: 16px;
padding-right: 16px;
}
.pagination .dots {
transform: translateY(-0.3em);
color: var(--light-text);
}
.nav-short {
display: none;
} #reading-progress-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: rgba(0, 0, 0, 0.05);
z-index: 1030;
transition: transform .3s;
transform: translateY(-100%);
}
#reading-progress-bar {
height: 100%;
width: 0%;
background: #b44d27;
transition: width 0.1s ease-out;
}
#reading-progress-container.reading-progress-active {
transform: translateY(0);
}
.mobile-menu-open #reading-progress-container.reading-progress-active {
transform: translateY(-100%);
}
.post-header {
padding-top: var(--grid-gap);
padding-bottom: var(--spacer-l);
}
.post-header .blog-title {
margin-bottom: var(--spacer-xxl);
font-size: var(--font-size-l);
}
.post-header h1 {
line-height: 1;
font-size: 4.8rem;
max-width: 720px;
text-decoration-line: underline;
text-decoration-color: rgba(0, 0, 0, 0.1);
text-decoration-thickness: 1px;
text-underline-offset: 6px;
}
.post-meta-wrapper {
display: flex;
flex-direction: column;
gap: var(--spacer-l);
padding-top: var(--spacer-s);
}
.post-meta {
font-size: var(--font-size-s);
padding-right: var(--grid-gap);
display: flex;
flex-direction: column;
gap: var(--spacer-s);
}
.avatar {
width: 64px;
border-radius: 16px;
} .flow>*+* {
margin-block-start: 3.2rem;
}
.flow :is(h2 + *, h3 + *, h4 + *) {
margin-block-start: 2.4rem;
}
b, strong {
font-weight: 700;
}
i, em {
font-family: "Sentient-Italic", serif;
font-style: italic;
letter-spacing: -0.75px;
font-size: 90%;
font-weight: 400;
}
.post-content i, .post-content em {
font-family: var(--font-family-primary);
font-style: normal;
letter-spacing: 0;
font-size: 100%;
font-weight: 400;
background-color: rgb(224, 211, 205);
}
.post-content hr {
border-top: var(--border);
border-top-width: 1px;
margin-top: var(--spacer-l);
margin-bottom: var(--spacer-l);
}
.post-content h1 {
font-size: var(--font-size-l);
line-height: 1;
}
.post-content h2 {
font-size: var(--font-size-l);
line-height: 1;
}
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
font-size: var(--font-size-s);
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.5px;
color: var(--text-color-light);
}
.post-content h2,
.post-content h2 strong,
.post-content h2 b,
.post-content strong h2,
.post-content b h2 {
font-weight: 500;
}
.post-content a {
text-decoration: underline;
}
.wp-caption-text {
color: var(--light-text);
padding-right: 30%;
}
.post-content blockquote {
border-left: var(--border);
padding-left: var(--spacer-m);
margin-left: var(--spacer-l);
border-width: 2px;
}
.post-content blockquote p {
margin-bottom: var(--spacer-s);
}
.post-content blockquote cite {
color: var(--text-color-light);
display: block;
}
.post-content cite {
position: relative;
font-style: normal;
font-size: var(--font-size-s);
}
.post-content cite a {
border-bottom: none !important;
}
.post-content ul {
list-style: none;
}
.post-content ul li {
position: relative;
padding-left: 4rem;
margin-bottom: var(--spacer-s);
}
.post-content ul li:last-child {
margin-bottom: 0;
}
.post-content ul li:before {
content: "";
position: absolute;
left: 12px;
top: 8px;
width: 0.8rem;
height: 0.8rem;
text-align: center;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, .1);
}
.post-content ol {
list-style-type: none;
counter-reset: li-counter;
}
.post-content ol>li {
position: relative;
padding-left: 4rem;
margin-bottom: var(--spacer-m);
counter-increment: roman;
}
.post-content ol>li:before {
content: counter(li-counter);
counter-increment: li-counter;
position: absolute;
left: 0;
top: -3px;
width: 2.8rem;
height: 2.8rem;
color: var(--text-color-light);
text-align: center;
border-radius: 50%;
font-size: 1.2rem;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, .05);
}
img.alignright {
float: right;
margin: 0 0 1em 1em;
}
img.alignleft {
float: left;
margin: 0 1em 1em 0;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.wp-block-image, .wp-block-image img {
border-radius: 8px;
}
:root :where(.wp-block-separator.is-style-dots)::before {
color: currentColor;
content: "***";
font-family: inherit;
font-size: inherit;
letter-spacing: var(--spacer-s);
padding-left: var(--spacer-s);
text-align: center;
} .share-button-container {
position: relative;
font-size: var(--font-size-s);
}
.share-button {
cursor: pointer;
}
.share-button .button-arrow {
background-color: transparent;
color: var(--text-color);
margin-right: 4px;
}
.tooltip {
visibility: hidden;
background-color: rgb(var(--theme-accent));
text-align: center;
padding: 4px var(--spacer-s);
position: absolute;
z-index: 1;
transform: translateY(200%);
left: 0;
width: 160px;
opacity: 0;
transition: opacity 0.3s, transform .3s, visibility .3s;
color: var(--theme-background);
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.5px;
border-radius: 2px;
}
.tooltip.show {
visibility: visible;
opacity: 1;
transform: translateY(100%);
} .post-content {
max-width: 720px;
margin-bottom: var(--spacer-3xl);
}  @media (max-width: 1640px) {}
@media (max-width: 1440px) {
:root {
--font-size-xl: 6.4rem;
--font-size-m: 1.8rem;
--grid-gap: 2.4rem;
}
.intro figure {
height: 96px;
}
} @media (max-width: 1199px) {
.intro h1, .intro p {
text-indent: calc(96px + var(--grid-gap) + 96px);
}
.intro h1 {
margin-bottom: var(--spacer-l);
}
} @media (max-width: 991px) {
:root {
--font-size-xl: 4.8rem;
}
.intro figure {
height: 80px;
}
} @media (max-width: 767px) {
:root {
--font-size-s: 1.2rem; --font-size-l: 2.4rem;
--font-size-xl: 3.2rem;
--spacer-3xl: 12.8rem;
--grid-gap: 1.6rem;
} .mobile-menu-toggle {
width: 100%;
height: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
}
.mobile-menu-icon {
display: flex;
cursor: pointer;
height: 100%;
width: 32px;
height: 12px;
transition: all .3s ease;
position: relative;
}
.mobile-menu-icon:before, .mobile-menu-icon:after {
content: "";
display: block;
width: 100%;
height: 1px;
left: 0;
position: absolute;
background-color: var(--text-color);
transition: transform .3s ease;
}
.mobile-menu-icon:after {
bottom: 0;
}
.mobile-menu-open .mobile-menu-icon:before {
transform: translateY(6px);
}
.mobile-menu-open .mobile-menu-icon:after {
transform: translateY(-5px);
}
.header nav {
display: flex;
flex-direction: column;
background-color: var(--theme-background);
overflow: hidden;
position: absolute;
top: calc(100% + 1px);
transition: height 1s var(--transition-easeInOutQuint);
width: 100vw;
left: 0;
z-index: var(--zindex-mobile-nav);
height: 0;
}
.menu {
font-size: var(--font-size-xl);
flex-direction: column;
height: 100%;
padding: 120px var(--spacer-m) var(--spacer-m) var(--spacer-m);
}
.menu a:after {
display: none;
}
.mobile-menu-open .header nav {
height: 420px;
}
.mobile-menu-open .overlay {
visibility: visible;
opacity: 1;
}
.intro figure {
position: relative;
left: auto;
top: auto;
display: block;
margin-bottom: var(--spacer-l);
width: 50%;
height: auto;
}
.intro h1, .intro p {
text-indent: calc(var(--grid-gap) + 48px);
}
.bottom-footer {
margin-top: var(--spacer-l);
}
.footer-cta p:last-child {
letter-spacing: -0.5px;
}
.footer-legal {
justify-content: space-between;
gap: var(--spacer-m);
}
.contact-cover img {
object-position: 36% center;
height: 66vh;
}
.about-pic {
width: 100%;
max-width: none;
margin-bottom: var(--spacer-l);
}
.about-bio h2 {
margin-bottom: var(--spacer-xl);
}
.contact .flow>* {
max-width: none;
}
.post-meta-wrapper {
flex-direction: revert;
gap: var(--spacer-s);
padding-top: 0;
justify-content: space-between;
margin-bottom: var(--spacer-l);
}
.post-meta {
flex-direction: row;
align-items: center;
padding-right: 0;
}
.share-button {
cursor: pointer;
margin-top: var(--spacer-s);
}
.tooltip {
right: 0;
left: auto;
}
.post-header h1 {
font-size: var(--font-size-xl);
line-height: 1.2;
}
.avatar {
width: 48px;
}
.blog-entry h3 {
line-height: 1.1;
}
.resume ol>li>ul>li {
flex-direction: column-reverse;
}
.resume ol>li>ul>li .date-tag {
margin-bottom: var(--spacer-s);
}
.blog-header {
margin-bottom: var(--spacer-l);
}
.resume-item {
padding-right: 0;
}
}