html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
text-decoration: none;
color: inherit;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} 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;
}  img {
border-style: none;
border: none;
}   button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [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;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  @font-face {
font-family: 'ABCFavorit';
src: url(//loscaballos.xyz/wp-content/themes/caballos/fonts/ABCFavorit-Regular-Trial.otf) format('opentype');
font-weight: normal;
font-style: normal;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #666666;
font-family: 'ABCFavorit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #000000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  body {
--primary-color: #302AE6;
--secondary-color: #536390; --font-color: #f7f7f7;
--font-grey: #666666;;
--bg-color: #000000;
--secondary-bg-color: rgba(18,18,18,1);
--secondary-bg-color-transparent: rgba(18,18,18,.5);
--border-radius: 15px;
overflow-x: hidden;
}
body.light {
--primary-color: #9A97F3;
--secondary-color: #818cab;
--font-color: #000000;
--bg-color: #ffffff;
--secondary-bg-color: rgba(159, 159, 159, 0.50);
}
body {
background-color: var(--bg-color);
padding: 46px 0 0 0;
}
.uk-lightbox {
background: rgba(0,0,0,.9);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.uk-lightbox-toolbar {
background: transparent;
padding: 0;
}
.uk-lightbox-toolbar-icon {
background: var(--secondary-bg-color);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: var(--border-radius);
border: none;
padding: 13px;
margin: 8px;
height: 41px;
width: 41px;
stroke: var(--font-color);
-webkit-appearance: none;
cursor: pointer;
}
.uk-lightbox-toolbar-icon svg,
.uk-lightbox-button svg {
height: 15px;
vertical-align: middle;
width: 15px;
}
.uk-lightbox-toolbar-icon svg line {
stroke: var(--font-color);
}
.uk-lightbox-button,
.uk-lightbox-caption {
background: var(--secondary-bg-color);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: var(--border-radius);
margin: 0 8px;
}
.uk-lightbox-button {
top: 50%;
margin-top: -20px;
height: 41px;
width: 41px;
}
.uk-lightbox-caption {
color: var(--font-color);
font-size: 13px;
font-weight: 400;
line-height: 17px;
margin: 8px auto;
padding: 13px;
width: fit-content;
}
.uk-lightbox-button svg polyline {
stroke: var(--font-color);
}
.uk-transition-slide-bottom {
--uk-translate-y: 150%;
}
.uk-lightbox-items img,
.uk-lightbox-items video,
.uk-lightbox-items iframe {
border-radius: var(--border-radius);
max-width: calc(100vw - 16px);
max-height: calc(100vh - 16px);
}
.uk-lightbox-items iframe {
border: none;
overflow: hidden;
}
.container {
padding: 0 8px;
}
#grid {
opacity: 0;
}
#grid.loaded {
transition: opacity .2s ease;
opacity: 1;
}
.single-project .container {
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
}
.project-content {
display: block;
transition: .5s ease;
padding-top: 15px;
width: 100%;
}
.project-content p {
color: var(--font-color);
}
.project-grid,
[class*="uk-inline"],
.panel-grid-cell {
width: 100%;
} .pin-cards .card {
position: relative;
}
.loading .placeholder-loader,
.loading-project .project-loader {
opacity: 1;
visibility: visible;
}
.placeholder-loader,
.project-loader {
background: black;
position: fixed;
padding-top: 46px;
top: 0;
left: 8px;
right: 8px;
z-index: 9;
visibility: hidden;
opacity: 0;
transition: .5s ease;
pointer-events: none;
}
.project-loader {
display: grid;
column-count: 2;
left: initial;
right: 8px;
}
.placeholder-loader .box::before,
.project-loader .box::before,
.card .placeholder-block::before {
content: "";
position: absolute;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.05) 25%,
rgba(255, 255, 255, 0.07) 50%,
rgba(255, 255, 255, 0.05) 75%,
rgba(255, 255, 255, 0) 100%
);
height: 100%;
width: 100%;
opacity: .3;
z-index: 1;
animation: shimmer 3s infinite;
}
.card .placeholder-block::before {
opacity: 1;
z-index: 0;
}
@keyframes shimmer {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(100%);
}
}
.placeholder-loader .box,
.project-loader .box {
opacity: .8;
background: var(--secondary-bg-color);
border-radius: var(--border-radius);
grid-template-rows: 1fr auto;
height: 0;
padding-bottom: 65%;
margin: 0 0 8px 0;
overflow: hidden;
position: relative;
break-inside: avoid;
width: 100%;
}
.project-loader .box.text {
height: 15px;
padding: 0;
grid-column: span 2;
margin: 0 0 3px 0;
}
.project-loader .box.text-60 {
width: 70%;
}
.project-loader .box.text-55 {
width: 65%;
}
.project-loader .box.text-45 {
margin-bottom: 50px;
width: 55%;
}
.project-loader .box {
grid-column: span 2;
padding-bottom: 56%;
}
.project-loader .box.half {
grid-column: span 1;
padding-bottom: 50%;
}
.project-loader .divide {
display: flex;
gap: 20%;
margin-bottom: 3px;
}
.project-loader .divide .box {
height: 15px;
padding: 0;
width: 40%;
}
.loading-works .placeholder-loader {
column-count: 2;
column-gap: 8px;
}
.loading .grid,
.loading .pin-column,
.loading .project-content {
pointer-events: none;
opacity: 0;
}
.grid {
transition: opacity .5s ease, visibility .5s ease;
width: 100%:;
}
.gutter-sizer {
width: 8px;
}
.home .pin-column .grid-item {
width: 100%;
}
.home .grid-sizer,
.home .grid-item.half_size,
.home .grid-item {
width: calc(50% - 4px);
}
.home .fixed-notifications .grid-item {
width: 100%;
}
.grid-sizer,
.grid-item.half_size {
width: 100%;
}
.page-template-template-works .grid .grid-sizer,
.page-template-template-works .grid .grid-item {
width: calc(50% - 4px);
}
.grid-item {
width: 100%;
}
.hide_mobile {
display: none;
}
.page-template-template-works .pin-column,
.page-template-template-lab .pin-column {
display: none;
}
.page-template-template-works .grid,
.page-template-template-lab .grid {
width: 100%;
}
@media screen and (min-width: 600px) {
.home .grid-sizer,
.home .grid-item.half_size,
.home .grid-item {
width: calc(50% - 4px);
}
.grid-sizer,
.grid-item.half_size {
width: 100%;
}
.pin-column .card {
width: 100%;
}
}
@media screen and (min-width: 768px) {
.hide_mobile {
display: initial;
}
.container,
.single-project .container {
display: flex;
justify-content: end;
flex-wrap: initial;
flex-direction: initial;
}
.placeholder-loader,
.project-loader,
.loading-works .placeholder-loader {
column-count: 3;
column-gap: 8px;
padding-top: 40px;
}
.placeholder-loader .box {
padding-bottom: 100%;
}
.project-loader .box {
padding-bottom: 57%;
}
.placeholder-loader .box.h-150 {
padding-bottom: 150%;
}
.placeholder-loader .box.h-75 {
padding-bottom: 75%;
}
.pin-column,
.single-project .grid {
height: 100vh;
left: 8px;
position: fixed;
transition: opacity .5s ease, visibility .5s ease;
overflow: auto;
padding-top: 40px;
top: 0;
width: calc(33.33% - 11px);
-ms-overflow-style: none; scrollbar-width: none; overflow-y: scroll;
scrollbar-width: none;
}
.pin-column::-webkit-scrollbar,
.single-project .grid::-webkit-scrollbar {
display: none; } .grid {
width: calc(66% + 3px);
}
.project-content {
padding-top: 0;
width: calc(66% - 2px);
}
.project-loader {
width: calc(66% - 7px);
}
.home .grid-sizer,
.home .grid-item,
.grid-item.half_size,
.page-template-template-info .grid-sizer,
.page-template-template-info .grid-item {
width: calc(50% - 4px);
}
.page-template-template-lab .grid .grid-item,
.page-template-template-lab .grid .grid-sizer,
.page-template-template-works .grid .grid-item,
.page-template-template-works .grid .grid-sizer {
width: calc(33.33% - 5.2px);
}
.project-grid .grid-sizer {
width: calc(25% - 6px);
} .single-project .grid-item,
.pin-cards .grid-item {
width: 100%;
}
.single-project .grid-item.half_size {
width: calc(50% - 5px);
}
}
@media screen and (min-width: 1000px) {
.pin-column,
.single-project .grid {
width: calc(25% - 10px);
}
.home .grid-sizer,
.home .grid-item,
.home .grid-item.half_size,
.page-template-template-info .grid-sizer,
.page-template-template-info .grid-item {
//width: calc(25% - 6px);
width: calc(33.33% - 5.2px);
}
.grid-item.double {
width: calc(50% - 4px);
}
.page-template-template-lab .grid .grid-item,
.page-template-template-lab .grid .grid-sizer,
.page-template-template-works .grid .grid-item,
.page-template-template-works .grid .grid-sizer {
width: calc(25% - 6px);
}
.single-project .grid .grid-item,
.single-project .grid .grid-sizer,
.pin-cards .grid-item {
width: 100%;
}
.placeholder-loader,
.project-loader,
.loading-works .placeholder-loader {
column-count: 4;
}
.grid {
width: calc(75% - 2px);
}
.project-content {
width: calc(75% - 2px);
}
.project-loader {
width: calc(75% - 14px);
}
}
nav {
background: rgba(39, 39, 39, 0.5);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
left: 0;
right: 0;
margin: 8px;
position: fixed;
top: 0;
border-radius: 7px;
z-index: 10;
}
nav a:active {
transform: scale(.95);
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
position: relative;
font-size: 13px;
font-weight: 400;
line-height: 18px;
} nav ul li:before {
content: "";
display: block;
width: 1px;
height: 12px;
gap: 0px;
background: rgba(142, 142, 147, .30);
position: absolute;
pointer-events: none;
left: 0;
top: 50%;
transform: translate3d(0, -50%, 0);
border-radius: var(--border-radius);
}
nav ul li:after {
left: inherit;
right: 0;
}
nav ul li:first-child:before,
nav ul li:last-child:after {
display: none;
}
nav ul li {
position: relative;
text-align: center;
width: 33.33%;
}
nav ul li a {
display: block;
text-decoration: none;
color: var(--font-color);
padding: 7px 0 5px 0;
}
.nav-active {
height: 100%;
transition: .5s ease;
position: absolute;
pointer-events: none;
width: 25%;
left: 0;
mix-blend-mode: difference;
opacity: 0;
z-index: 1;
}
.nav-active.active {
opacity: 1;
}
.nav-active div {
border-radius: 7px;
border: 0.5px 0px 0px 0px;
background: rgba(213, 213, 213, 1);
border: 0.5px solid rgba(0, 0, 0, 0.04);
box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.04);
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
height: 100%;
transition: .5s ease;
width: 100%;
}
body.light .nav-active div {
background: rgba(0, 0, 0, 1);
}
body.light nav ul li a.active,
body.light nav ul li a:hover {
color: white;
}
.grey {
color: #666666;
}
.card.bg-black,
.card.bg-black:hover {
background: var(--bg-color);
}
.text-center {
text-align: center;
} .card {
background: var(--secondary-bg-color);
border-radius: var(--border-radius);
color: var(--font-grey);
font-size: 13px;
font-weight: 400;
line-height: 16px;
margin: 0 0 8px 0;
overflow: hidden;
transition: background .5s ease;
//width: 368px;
} .card.about {
color: var(--font-color);
padding: 58px 0;
}
.card.about .card-content {
padding-left: 40px;
padding-right: 40px;
}
.article-item header,
.article-item .thumbnail {
padding: 0 15px;
}
.article-item {
padding: 15px 0;
}
.article-item .thumbnail .placeholder-block {
border-radius: calc( var(--border-radius) - 5px );
}
.entry-header .time {
display: inline-block;
margin: 0 0 10px 0;
}
.article-item header h2 {
color: #ffffff;
margin: 0;
font-weight: normal;
}
.card .logo {
margin: 0 auto;
width: 55px;
}
.card.pin-cards {
background: transparent;
backdrop-filter: blur(0);
-webkit-backdrop-filter: blur(0);
border-radius: 0;
}
.card.pin-cards .card:last-child {
margin: 0;
}
.card img {
display: block;
vertical-align: middle;
-webkit-transition: .5s ease;
transition: .5s ease;
width: 100%;
}
.card .placeholder-block {
overflow: hidden;
position: relative;
}
.card .placeholder-block img {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
}
.card img.lazy,
.holder img,
.holder {
opacity: .5;
filter: blur(50px);
}
.card video {
left: 0;
pointer-events: none;
position: absolute;
top: 0;
vertical-align: middle;
width: 100%;
}
.card iframe {
//background: #000000;
pointer-events: none;
min-height: 102%;
left: -1px;
position: absolute;
top: -1px;
object-fit: cover;
bottom: -1px;
right: -1px;
vertical-align: middle;
min-width: 102%;
}
.card.full_size .vimeo iframe {
left: 0;
min-width: 100%;
min-height: 104%;
}
.card-content {
padding: 15px;
position: relative;
}
.notification .card-content {
align-items: center;
display: flex;
padding: 13px;
}
.card-content .text p {
margin: 0 0 15px 0;
}
.card-content .text p:last-of-type {
margin: 0;
}
.card-content .text a {
color: var(--font-grey);
}
.card-content .text a:hover {
text-decoration: none;
color: #383838;
}
.text-white.text a {
color: var(--font-color);
}
.text-module {
font-size: 13px;
font-weight: 400;
line-height: 17px;
max-width: 777px;
margin: 0 0 50px 0;
color: var(--font-color);
}
.text-module p {
margin: 0;
}
.text-module .container {
padding: 0;
}
.project-content p {
//color: var(--font-color);
font-size: 13px;
font-weight: 400;
line-height: 17px;
max-width: 777px;
}
.project-data {
display: flex;
gap: 25%;
}
.project-data p {
color: var(--font-grey);
margin: 0 0 10px 0;
}
.home .pin-column .hide_mobile_all {
display: none;
}
.post-edit-link {
position: absolute;
right: 10px;
bottom: 10px;
opacity: 0;
border-radius: 50%;
background: var(--font-color);
height: 20px;
width: 20px;
}
.post-edit-link:before {
content: '';
display: block;
background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOS4xMzQgMTkuMzE5IDExLjU4Ny0xMS41ODhjLjE3MS0uMTcxLjI3OS0uNDIzLjI3OS0uNjg0IDAtLjIyOS0uMDgzLS40NjYtLjI4LS42NjJsLTMuMTE1LTMuMTA0Yy0uMTg1LS4xODUtLjQyOS0uMjc3LS42NzItLjI3N3MtLjQ4Ni4wOTItLjY3Mi4yNzdsLTExLjYwNiAxMS41NjZjLS41NjkgMS43NjMtMS41NTUgNC44MjMtMS42MjYgNS4wODEtLjAyLjA3NS0uMDI5LjE1LS4wMjkuMjI0IDAgLjQ2MS4zNDkuODQ4Ljc2NS44NDguNTExIDAgLjk5MS0uMTg5IDUuMzY5LTEuNjgxem0tMy4yNy0zLjM0MiAyLjEzNyAyLjEzNy0zLjE2OCAxLjA0NnptLjk1NS0xLjE2NiAxMC4xMTQtMTAuMDc5IDIuMzM1IDIuMzI3LTEwLjA5OSAxMC4xMDF6IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
background-size: 15px;
background-repeat: no-repeat;
background-position: center;
height: 20px;
width: 20px;
}
.card:hover .post-edit-link {
opacity: 1;
}
.card-content .icon {
margin: 0 13px 0 0;
border-radius: 8.5px;
overflow: hidden;
width: 38px;
} .card-content h1,
.card-content h2 {
color: var(--font-color);
font-size: 13px;
font-weight: 400;
line-height: 16px;
margin: 0 0 15px 0;
}
.card-content h2 {
margin: 0 0 0 0;
}
.notification .card-content p {
color: var(--font-color);
margin: 0;
}
.card-content .subtitle {
color: rgba(127, 127, 127, 0.5);
line-height: 20px;
position: absolute;
right: 24px;
text-align: right;
top: 13px;
}
.card[data-type="work"] {
background: transparent;
border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.card .video {
position: relative;
}
.card[data-type="work"] .thumbnail,
.card[data-type="work"] .video {
border-radius: 0 0 var(--border-radius) var(--border-radius);
overflow: hidden;
position: relative;
}
.card[data-type="work"] .thumbnail:after,
.card[data-type="work"] .video:after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0,0,0,1);
opacity: 0;
pointer-events: none;
transition: .2s ease;
}
.card[data-type="work"] .card-content {
padding: 10px 10px 8px 0;
}
.card[data-type="work"] .card-content p {
color: var(--font-color);
margin: 0;
}
.card[data-type="work"] .card-content span {
display: block;
}
@media screen and (min-width: 768px) {
body {
padding: 40px 0 0 0;
}
nav ul li a {
padding: 4px 0 2px 0;
}
.home .pin-column .hide_mobile_all {
display: block;
}
.card.pin-cards:hover {
background: transparent;
}
.card.notification:hover {
background-color: rgba(59, 59, 59, .60);
}
.article-item header,
.card.about .card-content,
.article-item .thumbnail {
padding-left: 15px;
padding-right: 15px;
}
.article-item {
padding: 15px 0;
}
.card[data-type="work"] .card-content span {
display: initial;
}
.card.about {
padding: 76px 0;
}
.card .logo {
width: 50px;
}
.card[data-type="work"] a:hover .thumbnail:after,
.card[data-type="work"] a:hover .video:after {
opacity: .3;
}
}
.scrolled .fixed-notifications {
transform: translate3d(0, 0, 0);
transition-duration: .7s;
}
.reach-bottom .fixed-notifications {
transform: translate3d(0, 100%, 0);
transition-duration: 3s;
}
.show-notifications .fixed-notifications {
pointer-events: all;
}
.fixed-notifications {
pointer-events: none;
left: 8px;
right: 8px;
position: fixed;
bottom: 0;
z-index: 9;
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
transition: all 3s cubic-bezier(0.175, 0.885, 0.320, 1.145); transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.145); transform: translate3d(0px, 100%, 0px) scale(.98);
}
.fixed-notifications .card {
pointer-events: all;
background: rgba(39, 39, 39, 0.5);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
//transition: .2s ease;
transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.145); transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.145); z-index: 9;
}
.fixed-notifications .card:nth-of-type(2) {
transform: translate3d(0px, 100%, 0px) scale(.98);
z-index: 8;
}
.fixed-notifications .card:nth-of-type(3) {
transform: translate3d(0px, 206%, 0px) scale(.96);
z-index: 7;
}
.fixed-notifications .card:nth-of-type(4) {
transform: translate3d(0px, 306%, 0px) scale(.94);
z-index: 6;
}
.fixed-notifications .card:nth-of-type(5) {
transform: translate3d(0px, 406%, 0px) scale(.92);
z-index: 5;
}
.show-notifications .fixed-notifications .card:nth-of-type(2),
.show-notifications .fixed-notifications .card:nth-of-type(3),
.show-notifications .fixed-notifications .card:nth-of-type(4),
.show-notifications .fixed-notifications .card:nth-of-type(5) {
transform: translate3d(0px, 0px, 0px) scale(1);
}
#show_less {
pointer-events: all;
background-color: rgba(39, 39, 39, 0.5);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: none;
padding: 0;
margin: 0;
font: inherit;
cursor: pointer;
width: 111px;
height: 30px;
top: 1304px;
left: 278px;
gap: 0px;
border-radius: 24px;
margin: 0 0 8px 0;
font-size: 13px;
align-self: end;
text-align: right;
padding: 0 15px 0 0;
transition: .2s ease;
transition-delay: 0;
opacity: 0;
color: rgba(127, 127, 127, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDdDNi4yMzY3NSA3IDYuNDM5NjggNi45MTA4NyA2LjYxNTU2IDYuNzE4OUwxMS43NyAxLjM4NDkyQzExLjkxODggMS4yMzQwOCAxMiAxLjA0MjEyIDEyIDAuODE1ODY2QzEyIDAuMzYzMzY5IDExLjY0ODMgLTMuMjMyNDJlLTA4IDExLjE5NSAtMS4yNTEzNmUtMDhDMTAuOTcxOCAtMi43NTYxMWUtMDkgMTAuNzc1NiAwLjA5NTk4NDUgMTAuNjIwMSAwLjI0NjgxN0w2IDUuMDUyODlMMS4zNzk5MyAwLjI0NjgxN0MxLjIyNDM1IDAuMDk1OTg0OSAxLjAyMTQyIDQuMzIxODllLTA3IDAuODA0OTYgNC40MTY1MWUtMDdDMC4zNTE3NDcgNC42MTQ2MmUtMDcgLTIuOTAwOTZlLTA3IDAuMzYzMzY5IC0yLjcwMzE3ZS0wNyAwLjgxNTg2N0MtMi42MDQyN2UtMDcgMS4wNDIxMiAwLjA4MTE3MjIgMS4yMzQwOCAwLjIyOTk4OCAxLjM4NDkyTDUuMzc3NjggNi43MTg5QzUuNTYwMzIgNi45MTA4NyA1Ljc2MzI1IDcgNiA3WiIgZmlsbD0iIzdmN2Y3ZjgwIi8+Cjwvc3ZnPgo=);
background-position: 18px 12px;
background-size: 10px;
background-repeat: no-repeat;
}
.show-notifications #show_less {
transition-delay: .5;
opacity: 1;
}
@media screen and (min-width: 768px) {
.fixed-notifications {
display: none;
}
} .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .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;
}
.video.vimeo img {
filter: blur(10px);
}
.vimeo-video {
opacity: 0;
-webkit-transition: .5s ease;
transition: .5s ease;
}
.vimeo-video.is-playing {
opacity: 1;
}