/*!
Theme Name: tdf
Theme URI: https://loscaballos.xyz
Author: LC
Author URI: https://loscaballos.xyz
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License:
License URI: LICENSE
Text Domain: tdf
Tags:

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: none;
	text-decoration: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	cursor: none !important;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: -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;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

@font-face {
    font-family: 'Stabil Grotesk';
    src: url('fonts/StabilGrotesk-Variable.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


:root {
	--primary: #000000;
	--background: #F3F3F3;
	--black: #000000;
	--black-2: #232323;
	--grey: #C9C9C9;
	--grey-2: #D7D7D7;
	--grey-3: #5D5C5B;
	--grey-4: #F7F6F1;
	/*--accent: #FFA600;*/
	--accent: rgb(255, 115, 0, 1);
	--accent-color: #FF7300;
	--white: #ffffff;
	--dark-grey: #424242;
	--site-padding: 10px;
}

.page-template-dark,
.page-template-nightshift {
	--primary: #CCCCCC;
	/*--background: #191919;*/
	--background: #000000;
	--grey: #C9C9C9;
	--grey-2: #D7D7D7;
	--grey-3: #5D5C5B;
	--white: #ffffff;
	--dark-grey: #424242;
}

.page-template-nightshift .menu-container,
.page-template-nightshift .menu-container a,
.page-template-nightshift .menu-container .contact a,
.page-template-nightshift #tooltip-content {
	color: var(--white);
}
.menu-is-open.page-template-nightshift .menu-container,
.menu-is-open.page-template-nightshift .menu-container a,
.menu-is-open.page-template-nightshift .menu-container .contact a {
	color: var(--black);
}
.page-template-nightshift .hamburger div,
.page-template-nightshift .hamburger:before,
.page-template-nightshift .hamburger:after {
	background: var(--white);
}

.page-template-about {
	--primary: #000000;
	/*--background: rgba(255, 162, 0, 1);*/
	--background: #fe7e00;
	--grey: #C9C9C9;
	--grey-2: #D7D7D7;
	--grey-3: #5D5C5B;
	--accent: #ffffff;
	--accent-color: #ffffff;
	--white: #ffffff;
	--dark-grey: #424242;
}

@-moz-document url-prefix() {
	.page-template-about {
		--background: #ff7308;
	}
}

@supports (-webkit-touch-callout: none) {
	.page-template-about {
		--background: #ff7308;
	}
}

.w-color {
	color: var(--white);
}

.panel-grid-cell {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

body {
	background: var(--background);
	color: var(--primary);
	font-family: 'Stabil Grotesk';
	font-size: 1.1rem;
	line-height: 1.3em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -0.02em;

	cursor: none !important;
}
a {
	cursor: none !important;
}

b,
strong {
	font-weight: 500;
}

#featured-spacing {
	display: none;
}
.home #featured-spacing {
	display: block;
	height: 98lvh;
	pointer-events: none;
	width: 100%;
}

.show-in,
#featured-projects {
	opacity: 0;
	-webkit-transform: translate3d(0px, 20px, 0px);
	transform: translate3d(0px, 20px, 0px);
	transition: 1s ease;
	transition-delay: .2s;
}
.show-in.show-slow, {
	transition-duration: 2s;
}
.show-in.visible,
#featured-projects.show {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.item.show-in {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.item.show-in .card-hover {
	opacity: 1;
	-webkit-transform: translate3d(0px, 150px, 0px);
	transform: translate3d(0px, 150px, 0px);
}
.item.visible .card-hover {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	transition: transform 1.5s cubic-bezier(.175,.885,.295,1);
	transition-timing-function: cubic-bezier(.175,.885,.295,1);
}

.item.show-in .card-effect {
	transform: rotateX(20deg) rotateY(20deg);
}
.item.visible .card-effect {
	transform: rotateX(0deg) rotateY(0deg);
}

.loading-filters .card-effect {
	transform: rotateX(20deg) rotateY(20deg) !important;
	transition-delay: 0s !important;
}
.loading-filters .item {
	opacity: 0;
}
.loading-filters .item .card-hover {
	-webkit-transform: translate3d(0px, 150px, 0px) !important;
	transform: translate3d(0px, 150px, 0px) !important;
	transition-delay: .2s !important;
}

.container {
	margin: 0 auto;
	padding: 0 var(--site-padding);
}

main {
	background: var(--background);
	position: relative;
	z-index: 1;
	/*padding-top: 120px;*/
}
.home main {
	background: var(--background);
	padding: 0;
	/*padding-top: 235px;*/
}
section {
	background: var(--background);
	padding: 1px 0;
	position: relative;
	z-index: 1;
}

.show-splash #splash {
	transform: translate3d(0, 0, 0);
	transition: .5s ease;
}
.hide-splash #splash {
	transform: translate3d(0, -100%, 0);
	transition: all 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
	transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
}
#splash {
	background: var(--white);
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	z-index: 999999;

	transform: translate3d(0, 101%, 0);
}
.splash-black#splash {
	background: #000000;
}
#splash .logo.black,
.splash-black#splash .logo {
	display: none;
}
.splash-black#splash .logo.black,
#splash .logo {
	display: block;
}
#splash .container {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
#splash video,
#splash img {
	max-width: 220px;
	object-fit: contain;
	width: 100%;
}
#splash img.logo {
	max-width: 245px;
	margin: 0 0 10px 0;
}
.splash-black#splash img {
	filter: invert(100%);
}
.splash-black#splash img.logo {
	filter: invert(0);
}

#transition-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 4px;
	width: 0%;
	background: var(--accent);
	z-index: 9999999;
	transition: width 1s ease;
	pointer-events: none;
}

#site-cover {
	display: none;
	bottom: 0;
	right: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

header {
	pointer-events: none;
	padding: 0 20px;
	/*position: sticky;*/
	position: relative;
	top: 0;
	z-index: 9;
	mix-blend-mode: multiply;
}
header {
	display: none;
}
.home header .container {
	padding: 8px 0px 18px 0;
}
header .container {
	padding: 8px 0 20px 0;
}
.home header .social {
	display: none;
}
header .social {
	pointer-events: all;
	position: absolute;
	right: 20px;
	top: 20px;
}
header .social ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	gap: 10px;
}
#header-background {
	display: none;
}
.home #header-background {
	background: var(--background);
	box-shadow: rgba(0,0,0,.3) 0px 0px 20px 0px;
	display: block;
	width: 100%;
	position: absolute;
	top: 98lvh;
	height: 265px;
	z-index: 1;
}

.home #header-background,
.home #site-header {
	transform: translate3d(0px, 50px, 0px);
}
.home.loaded.home #header-background,
.home.loaded #site-header {
	animation: load .5s .5s ease forwards;
}

#site-logo {
	position: absolute;
	bottom: -12px;
	right: 15px;
	width: 95px;
	mix-blend-mode: multiply;
}
.big-2 #site-logo {
	width: 170px;
}

@-webkit-keyframes load {
    0% {
        transform: translate3d(0px, 50px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes load {
    0% {
        transform: translate3d(0px, 50px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes menu-load {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes menu-load {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes menu-hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes menu-hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}


/*
.featured-scrolled .menu-container {
	background: var(--accent);
	mix-blend-mode: normal;
}
*/
.scroll-down .menu-container,
body:not(.home) .menu-container {
	mix-blend-mode: normal;
}
.scroll-down .menu-container:before,
body:not(.home) .menu-container:before {
	transform: scale(1);
}
.white-menu.scroll-down .menu-container:before,
body.white-menu .menu-container:before {
	transform: scale(1, 0);
}
.menu-container:before {
	background: var(--black);
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: .2s ease;
	transform: scale(1, 0);
	transform-origin: center bottom;
	border-radius: 10px;
	overflow: hidden;
}
.menu-is-open .menu-container:before {
	background: var(--accent);
}
.page-template-about .menu-container:before {
	background: var(--black);
}
.page-template-about .menu-container,
.page-template-about .menu-container a,
.page-template-about .menu-container .contact a, .menu-is-open.page-template-about .menu-container, .menu-is-open.page-template-about .menu-container a, 
.menu-is-open.page-template-about .menu-container .contact a  {
	color: var(--white);
}
.footer-reach.page-template-about .menu-container,
.footer-reach.page-template-about .menu-container a,
.footer-reach.page-template-about .menu-container .contact a {
	color: var(--primary);
}
.page-template-about .menu-container .main-navigation a:hover,
.page-template-about .menu-container .contact a:hover {
	color: var(--white);
}
.page-template-about .hamburger:before,
.page-template-about .hamburger:after,
.page-template-about .hamburger div, .menu-is-open.page-template-about .hamburger:before,
.menu-is-open.page-template-about .hamburger:after,
.menu-is-open.page-template-about .hamburger div {
	background: var(--white);
}
.footer-reach.page-template-about .hamburger:before,
.footer-reach.page-template-about .hamburger:after,
.footer-reach.page-template-about .hamburger div {
	background: var(--primary);
}
.page-template-about .menu-container .menu-logo {
	mix-blend-mode: normal;
}
.page-template-about .menu-container .menu-logo img {
	filter: invert(100%);
}

.menu-container li {
	overflow: hidden;
}

.menu-container {
	mix-blend-mode: luminosity;
	color: var(--white);
	width: 360px;
	margin: 0 auto;
	z-index: 9999;

	-webkit-border-radius: 10px;
	border-radius: 10px;

	background: var(--black);

	backdrop-filter: blur(5px);

    transition: transform .1s ease, height .1s ease;

    /*box-shadow: rgba(0,0,0,.17) 0px 0px 14px 0px;*/

    opacity: 0;
}
.menu-is-open .menu-container {
	background: var(--accent);
	color: var(--black);
}
.white-menu.scroll-down .menu-container {
	background: hsl(0, 0%, 100%);
	color: var(--black);
}
.white-menu .hamburger div, .white-menu .hamburger:before, .white-menu .hamburger:after {
	background: var(--black);
}
.loaded .menu-container,
.loaded .nightshift-switch {
	animation: menu-load .5s .8s ease forwards;
}
/*
.footer-reach .menu-container {
	animation: menu-hide .5s ease forwards;
}
*/
.footer-reach #fixed-menu {
	transition: .3s ease;
}
.hide-menu-container.menu-container {
	transition: .3s ease;
	transform: translate3d(0, 19px, 0) !important;
}
.menu-container .menu-logo {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 108px;
	mix-blend-mode: multiply;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 10px, 0);
	transition: .2s ease;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.menu-is-open .menu-logo {
	transition-delay: .2s;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.menu-container .menu-logo video {
	width: 100%;
}
.menu-container .content {
	height: 0;
	overflow: hidden;

	transition: height .2s .1s ease;
}
.menu-is-open .menu-container .content {
	transition: height .2s ease;
}
.menu-container .content .animate {
	opacity: 0;
	filter: blur(15px);
	padding: 9px 16px 0 16px;
	transform: translate3d(0, 10px, 0);
	transition: .5s ease;
}
.menu-is-open .menu-container .content .animate {
	opacity: 1;
	filter: blur(0);
	transform: translate3d(0, 0, 0);
	transition: .5s .1s ease;
}
#toggle-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*cursor: pointer;*/
	cursor: none !important;
	-webkit-user-select: none;
	user-select: none;
	overflow: hidden;
	padding: 0 16px 0 16px;
	position: relative;
	height: 46px;
}
.hamburger {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	padding: 0 16px 15px 16px;
}
.hamburger div {
	background: var(--white);
	margin: 5px 0;
	height: 2px;
	width: 16px;
	transition: .2s ease;
}
.hamburger:before,
.hamburger:after {
	content: '';
	display: block;
	background: var(--white);
	height: 2px;
	width: 16px;
	transition: .2s ease;
}
.menu-is-open .hamburger div, .menu-is-open .hamburger:before, .menu-is-open .hamburger:after {
	background: var(--black);
}

.menu-is-open .hamburger div {
	opacity: 0;
}
.menu-is-open .hamburger:before {
	transform: rotate(45deg) translate3d(2px,0px,0);
	transform-origin: left;
}
.menu-is-open .hamburger:after {
	transform: rotate(-45deg) translate3d(2px,0px,0);
	transform-origin: left;
}

.page-template-artist #iso .artist-logo {
	display: block;
}
.page-template-artist #iso img,
#iso .artist-logo {
	display: none;
}

.page-template-artist #iso,
.page-template-works #iso {
	width: 180px;
}

#iso {
	/*
	position: absolute;
	left: 20px;
	top: 20px;
	transition: .1s ease;
	*/
	pointer-events: all;
	transform-origin: left top;
	width: 88px;

	margin: 0 0 0 -15px;
}
#iso a {
	display: block;
	height: 100%;
	width: 100%;
}
#iso img {
	width: 100%;
}
.page-template-dark #iso {
	background-image: url(imgs/tdf_white.svg);
}
#iso video {
	width: 100%;
}
.home #iso {
	width: 230px;
}
.small-header #iso {
	height: 88px;
	width: 88px;
}
.small-header .reel-container {
	opacity: 0;
}

.home .reel-container {
	display: block;
}
.reel-container {
	display: none;
    transition: .5s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 199px;
    z-index: 999;
    text-align: right;
}
.reel-container .tag {
	margin: 5px 0 0 0;
}
.reel-container .player {
    pointer-events: all;
    /*cursor: pointer;*/
    cursor: none !important;
    aspect-ratio: 16/9;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-duration: .5s;
    transition-property: all;
    right: 20px;
    top: 20px;
    position: absolute;
    width: 199px;
}
.reel-container .player .video-wrapper {
    overflow: hidden;
    position: relative;
}
.reel-container .player video {
	-webkit-border-radius: 20px;
    border-radius: 20px;
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.reel-container .player:hover,
.artist-reel:hover {
    transform: scale(1.05);
}
.reel-container.open .player {
    top: 50%;
    right: 50%;
    height: 80vh;
    transform: translate(50%, -50%);
}
.reel-container.animating {
    pointer-events: none;
}
.reel-container button {
    font-family: var(--typo-primary);
    /*cursor: pointer;*/
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-align: inherit;
    font: inherit;
    border-radius: 0;
    appearance: none;
}
.reel-container .footer {
    padding: var(--site-padding);
    0;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    transition-delay: 0s;
}
.reel-container.open .footer {
    opacity: 1;
    visibility: visible;
    transition-delay: .5s;
}

.scroll-down .site-branding,
body:not(.home) .site-branding {
	transform: translate3d(0, -35px, 0px);
}

.site-branding {
	transition: .2s ease;
	height: 25px;
	width: 100%;
	text-align: left;
}
.site-branding h1,
.site-branding p {
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 25px;
	margin: 0;
	padding: 0;
	margin: -2px 0 0 0;
}
.site-branding p {
	margin-bottom: 13px;
}

/* Logotype styles */
.logo-container {
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.logo-container svg {
	height: 100%;
	width: auto;
	max-width: 200px;
}

.logotype {
	height: 100%;
	width: auto;
	max-width: 200px;
}

.main-navigation {
	margin: 0 0 120px 0;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation a {
	color: var(--primary);
	display: block;
	font-weight: normal;
	line-height: 25px;
	font-size: 2.8rem;
	padding: 0;
	text-decoration: none;
}
.main-navigation a:hover {
	color: var(--white);
}

.white-menu.scroll-down .main-navigation a:hover {
	color: var(--accent);
}
.scroll-down .main-navigation a:hover,
body:not(.home) .main-navigation a:hover {
	color: var(--white);
}

.menu-container .contact {
	font-size: 1.3rem;
	line-height: 1.3em;
	margin: 0 0 22px 0;
}
.menu-container .contact a {
	color: var(--black);
	text-decoration: none;
}

.text-module,
.work-filter,
.text-module.big-2.full-width {
	font-size: 3rem;
	line-height: 1em;
}
.text-module .tag {
	margin: 0 0 15px 0;
}
.text-module p {
	margin: 0 0 20px 0;
}
.text-module .underline {
	font-style: italic;
	text-decoration: underline;
}
.text-module.big {
	/*
	font-size: 5.2rem;
	line-height: 50px;
	*/
	font-size: 9.4rem;
	line-height: 1em;

}
.text-module.big-2.full-width {
	padding: 11px 0 40px 0;
}
.text-module.big-2.full-width p {
	padding-right: 12px;
	max-width: 1150px;
}
.text-module.medium-2 p {
	max-width: 1110px;
}
.text-module.medium-2 {
	font-size: 2.7rem;
	line-height: 1em;
}
.text-module.big p {
	width: 90%;
}
.text-module.medium {
	font-size: 3rem;
	line-height: 1em;
}
.text-module.medium.full-width {
	padding-bottom: 40px;
}
.text-module p em,
.text-module a,
.simple-grid h4 em,
.newsletter-module h3 em,
.news-carousel .title em,
.top_title em,
.page-name em,
.grid h4 {
	color: var(--accent-color);
	font-style: italic;
}
.simple-grid h4 em {
	text-decoration: underline;
}

.page-name em {
	display: block;
}

.text-module.columns .columns-desktop,
.text-module.columns.hide-mobile {
	display: none;
}
.text-module.columns {
	font-size: 1.2rem;
	font-weight: 400;
	margin: 0 0 80px 0;
}
.text-module.columns .container {
	display: flex;
	flex-wrap: wrap;
}
.text-module.columns .container>div {
	padding: 0 7% 0 0;
	width: 23%;
}
.text-module.columns .container>div {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.35em;
	padding: 0 7% 0 0;
	width: 100%;
}
.text-module.columns p {
	margin: 0 0 10px 0;
}

.text-module.text-logo {
	padding-bottom: 40px;
	padding-top: 10px;
}
.text-module.text-logo.big-2 .container {
	padding-bottom: 150px;
}
.text-module.text-logo .container {
	padding-bottom: 80px;
}
.text-module.text-logo p.w-100 {
	width: 100%;
}
.text-logo p {
	max-width: 1260px;
}
.text-module p {
	padding-right: 12px;
	max-width: 1000px;
}
.text-module.full-width p {
	padding-right: 12px;
	max-width: 1000px;
}
.single .text-module.full-width p,
.single .text-module.medium.headline p {
	max-width: 1000px;
}
.headline p {
	letter-spacing: -0.01em;
}
.text-module.standfirst {
	margin: 15px 0 15px 0;
}
.text-module.standfirst p {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: -0.01em;
	max-width: 670px;
}
.text-module p.bottom-text {
	font-size: 1.5rem;
	line-height: 21px;
	max-width: 500px;
	text-transform: none;
	bottom: 0;
	margin: 100px 0 15px 0;
	font-size: 1.5rem;
	line-height: 18px;
}
.text-module.text-logo p.bottom-text {
	position: absolute;
	margin: 0;
	left: var(--site-padding);
}
.text-module p.bottom-text.short {
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.1em;
	max-width: 516px;
	width: calc(100% - 160px);
}
.text-module.quote {
	text-align: center;
	margin: 12px 0 45px 0;
}
.text-module.quote p {
	max-width: 1000px;
	padding: 0 3rem;
	margin: 0 auto;
	line-height: 1.1em;
}
.quote-img {
	height: 150px;
	overflow: hidden;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0 auto 30px auto;
	position: relative;
	width: 150px;
}
.quote-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.question,
.icons-grid .tag,
.grid>.tag {
	margin-bottom: 20px;
}
.question span,
.icons-grid .tag span,
.grid>.tag span {
	font-size: 1.1rem;
	line-height: 24px;
	background: var(--accent);
	padding: 4px 10px 5px 10px;
	border-radius: 4px;
	margin: 0 auto;
}
.news-carousel .container .title {
	margin: 20px 0 32px 0;
	display: none;
}
.news-carousel .container .title h4 {
	font-weight: normal;
	font-size: 4.7rem;
	line-height: 46px;
	margin: 0 auto;
}
.icons-grid .tag,
.grid>.tag {
	background: transparent;
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.icons-grid .tag span,
.grid>.tag span {
	background: var(--black);
	color: var(--accent-color);
}

.page-id-1581 main {
	padding: 40px 0 80px 0;
}
.page-id-1581 .text-module.medium,
.page-id-1581 .text-module.standfirst{
	margin: 0 auto;
	max-width: 800px;
	font-size: 1.8rem;
	font-weight: normal;
	
}
.page-id-1581 .text-module.standfirst p {
	font-size: 1.8rem;
}
.page-id-1581 .text-module.medium .container.show-in {
	opacity: 1;
}
.page-id-1581 .text-module.medium p {
	max-width: 100%;
}
.page-id-1581 .text-module.medium ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.page-id-1581 .text-module.medium table {
	border-collapse: collapse;
}
.page-id-1581 .text-module.medium td {
	border-width: 1px;
	--border-opacity: 1;
	border-color: #D9D9D6;
	border-color: rgba(217, 217, 214, var(--border-opacity));
	border-style: solid;
	padding: 10px;
}

.page-template-about .icons-grid .tag span,
.page-template-about .grid>.tag span,
.page-template-about .call-to-action a {
	border-color: var(--black);
	color: var(--background);
	background: var(--black);
}
.page-template-about .call-to-action a:hover {
	color: var(--black);
}

.embla {
	overflow: hidden;
	height: 100vh;
}
.embla__container {
	display: flex;
	height: 100vh;
}
.embla__slide {
	flex: 0 0 100%;
	min-width: 0;
	height: 100vh;
	position: relative;
}

.controls {
	display: none;
	position: absolute;
	bottom: 32px;
	left: 0;
	text-align: right;
	width: 100%;
}
.lightbox-container .controls {
	display: flex;
	justify-content: end;
	bottom: var(--site-padding);
	left: var(--site-padding);
	right: var(--site-padding);
	width: auto;
	gap: var(--site-padding);
	transition: .2s .5s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.video-fullscreen .lightbox-container:hover .controls {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
.controls .container {
	display: flex;
	justify-content: end;
	gap: 15px;
	padding: 0 30px;
}
.controls button {
	background-color: var(--white);
	border: none;
	border-radius: 100%;
	padding: 0;
	font: inherit;
	/*cursor: pointer;*/
	outline: inherit;
	text-align: left;
	appearance: none;
	position: relative;
	-webkit-appearance: none;
	text-transform: uppercase;
	height: 46px;
	width: 46px;

}
.controls button:active {
	transform: scale(.95);
}
#toggle-featured-sound.muted,
#toggle-player-sound.muted {
	background: url(imgs/mute-icon.svg) center no-repeat var(--white);
	background-size: 20px;
}
#toggle-featured-sound.unmuted,
#toggle-player-sound.unmuted {
	background: url(imgs/sound-icon.svg) center no-repeat var(--white);
	background-size: 20px;
}
#toggle-player-play.playing {
	background: url(imgs/pause.svg) center no-repeat var(--white);
	background-size: 25px;
}
#toggle-player-play.paused {
	background: url(imgs/play.svg) center no-repeat var(--white);
	background-size: 20px;
	background-position: 14px center;
}
#view-featured-project {
	width: 180px;
	border-radius: 20px;
	font-size: 2.1rem;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-bottom: 3px;
	opacity: .5;
	transition: .2s ease;
	backdrop-filter: blur(15px);
}
#view-featured-project:hover {
	background-color: var(--accent);
	color: var(--white);
	opacity: 1;
}

.featured-projects #featured-cover {
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	background: black;
	transition: opacity 0.1s linear;
}
.featured-projects {
	padding: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: 0;
}
.featured-projects .embla__viewport {
	pointer-events: none;
}
.embla-thumbs {
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 33%, rgba(0,0,0,0.1) 66%, transparent 100%);
	left: 0;
	padding: 13px 20px 200px 20px;
	position: absolute;
	display: block;
	overflow: hidden;
	right: 0;
	top: 0;
	width: 100%;
	font-size: 1.4rem;
	line-height: 15px;
	font-weight: normal;
}
.embla-thumbs__container {
	display: flex;
	transition: .5s ease;
	gap: 20px;
}
.embla-thumbs__slide {
	flex-grow: 1;
	opacity: .5;
	transition: opacity .2s ease;
	flex: 0 0 100%;
	display: block;
}
.embla-thumbs__slide span {
	display: none;
}
.featured_active_mobile {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 99999;
	top: 27px;
	left: 0;
	padding: 0 20px;
	text-transform: uppercase;
	color: var(--white);
	font-size: 1.4rem;
	line-height: 15px;
	font-style: italic;
}
.embla-thumbs__slide.embla-thumbs__slide--selected,
.embla-thumbs__slide:hover {
	opacity: 1;
	display: block;
}
.embla-thumbs__slide button {
	background: none;
	color: var(--white);
	border: none;
	padding: 0;
	font: inherit;
	/*cursor: pointer;*/
	outline: inherit;
	text-align: left;
	appearance: none;
	position: relative;
	-webkit-appearance: none;
	width: 100%;
}
.embla-thumbs__slide .progress_back {
	background: var(--white);
	left: 0;
	height: 2px;
	position: absolute;
	opacity: .5;
	right: 0;
}
.embla-thumbs__slide .progress {
	background: var(--white);
	height: 2px;
	margin: 0 0 5px 0;
	width: 0;
}
.featured-projects .content {
	background: var(--black);
	position: relative;
	height: 100%;
	width: 100%;
}
.featured-projects video,
.featured-projects img {
	bottom: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.featured-projects video {
	object-fit: cover;
}
.featured-projects .mobile-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


.projects-grid,
.grid {
	padding: 0 var(--site-padding) 100px var(--site-padding);
}
.grid-title {
	font-size: 1.2rem;
}
.grid-title p {
	margin: 0 0 10px 0;
}
.project-content .projects-grid {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}
.projects-grid .row,
.grid .row {
	margin: 0 0 20px 0;
}
.projects-grid .row:last-child,
.grid .row:last-child {
	margin: 0;
}
.projects-grid .row.end {
	justify-content: flex-end;	
}
.projects-grid .row.between {
	justify-content: space-between;
}
.projects-grid .row .item,
.grid .item {
    margin: 0 0 20px 0;
}
.projects-grid .row .item:hover,
.grid .item:hover {
	z-index: 1;
}
.grid .item {
	width: 100%;
}
.projects-grid .row .item.w-33,
.projects-grid .row .item.w-50 {
	width: 100%;
}
.item .item-title {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 13px;
	margin: 0 0 var(--site-padding) 0;
	font-weight: 600;
	width: 98%;
}
/*
.projects-grid .row .item:not(.floater) a:hover {
	animation: wiggle .5s ease forwards;
}
*/
.projects-grid .row .item:not(.floater) a:active,
.grid .item:not(.floater) a:active {
	animation: none;
	transform: scale(.99);
}
.item a {
	text-decoration: none;
}
.item .card-hover {
	display: block;
	perspective: 1000px;
}
.item .card-effect {
	border-radius: 10px;
	overflow: hidden;
	transition: 1s ease;
	transform-style: preserve-3d;
}
.page-template-about .item .card-effect {
	border-radius: 10px 10px 0 0;
}
.projects-grid .row .item:hover .card-hover,
.grid .item:hover .card-hover {
	transition: .1s ease;
}
.projects-grid .row .item .thumb,
.grid .thumb {
	background: var(--white);
	border-radius: 0 0 10px 10px;
	transition: .2s ease;
	overflow: hidden;
}
.grid .thumb img.lazy {
	filter: blur(10px);
}
.grid .thumb img.lazy.loaded {
	transition: .5s 1s ease;
	filter: blur(0px);
}
.grid .thumb.load_video {
	position: relative;
}
.grid .thumb.load_video video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.grid .thumb.load_video.loaded video {
	transition: .5s ease;
	opacity: 1;
}
.video_placeholder {
	filter: blur(50px);
}
.loaded .video_placeholder {
	filter: none;
}
.news-item .thumb {
	border-radius: 0;
}
.images-videos .container {
	display: flex;
	gap: var(--site-padding);
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 var(--site-padding); 0;
}
.images-videos .item {
	margin: 0 0 var(--site-padding) 0;
}
.images-videos .w-33 {
	width: 100%;
}
.images-videos .w-66 {
	width: 100%;
}
.images-videos .w-50 {
	width: calc(50% - var(--site-padding)/2);
}
.images-videos .w-100 {
	width: 100%;
}

.images-videos .item.size-1-1 {
	aspect-ratio: 1/1;
	height: 100%;
}
.images-videos .item.size-4-5 {
	aspect-ratio: 4/5;
	height: 100%;
}
.images-videos .item.size-16-9 {
	aspect-ratio: 16/9;
	height: 100%;
}
.images-videos .item.size-1-1 .thumb,
.images-videos .item.size-4-5 .thumb,
.images-videos .item.size-16-9 .thumb {
	height: 100%;
}
.images-videos .item.size-1-1 img,
.images-videos .item.size-1-1 video,
.images-videos .item.size-4-5 img,
.images-videos .item.size-4-5 video,
.images-videos .item.size-16-9 img,
.images-videos .item.size-16-9 video {
	height: 100%;
	object-fit: cover;
}

.home .grid-3 {
	grid-template-columns: 1fr;
}
.grid-3 {
	display: grid;
	gap: 25px var(--site-padding);
	grid-template-columns: 1fr 1fr;
	margin: 0;
	padding: 0 var(--site-padding);
}

.project-content .projects-grid .row .item .thumb,
.images-videos .item .thumb {
	border-radius: 20px;
	overflow: hidden;
}
.images-videos .item .caption {
	color: var(--grey-3);
	font-size: 1.2rem;
	margin: 2px 0 0 0;
	font-style: italic;
}
/*
.projects-grid .row .item.floater,
.grid .item.floater {
	mix-blend-mode: multiply;
}
.projects-grid .row .item.floater .thumb,
.grid .floater .thumb {
	background: transparent;
	padding: 0 12%;
}
*/
.projects-grid .row .item.floater .thumb,
.grid .floater .thumb {
	border-radius: 20px;
	background: transparent;
}
.thumb img {
	vertical-align: middle;
	width: 100%;
}
.projects-grid .row .item video,
.grid .item video {
	max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}
.top_title {
	font-size: 1.2rem;
	line-height: 13px;
	color: var(--primary);
	padding: 6px 12% 6px 12px;
	background: var(--white);
}
.top_title h3, .top_title p {
	margin: 0;
	font-style: normal;
	font-weight: 400;
}
/*
.top_title span {
	opacity: 0;
	transition: .8s ease;
}
.top_title span.by {
	transition-delay: .075s;
}
.top_title span.artist {
	transition-delay: .125s;
}
.projects-grid a:hover .top_title span {
	opacity: 1;
}
.projects-grid .top_title p {
	margin: 0 0 7px 0;
}
*/
.projects-grid .row .item .caption,
.grid .caption,
.images-grid .caption {
	color: var(--dark-grey);
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 18px;
	padding: 20px 0 0 0;
}
.grid .caption {
	color: var(--primary);
}
.projects-grid .row .item.w-100 .caption {
	display: flex;
	text-transform: none;
}
.line {
	opacity: 0;
	-webkit-transform: translate3d(0px, 10px, 0px);
	transform: translate3d(0px, 10px, 0px);
	transition: opacity .6s, transform 1s .6s;
}
.line.show {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	transition: opacity .6s, transform 1s;
	opacity: 1;
}
.projects-grid .row .item.w-100 .caption p,
.grid .caption p {
	max-width: inherit;
	padding: 0 100px 0 0;
}
.projects-grid .row .item.w-100 .caption div,
.grid .caption div {
	width: 50%;
}
.projects-grid .row .item .caption h2,
.grid h2 {
	font-size: 2.2rem;
	line-height: 22px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.projects-grid .row .item .caption p,
.grid .caption p {
	margin: 0 0 0 0;
	max-width: 270px;
}
.images-grid .caption p {
	padding: 0 60px 0 0;
	max-width: 100%;
}

.projects-grid-2 .item {
	width: 50% !important;
}

@-webkit-keyframes wiggle {
    0%, to {
        transform:rotateY(0deg)
    }

    25% {
        transform:rotateY(1deg)
    }

    75% {
        transform:rotateY(-1deg)
    }
}

@keyframes wiggle {
    0%, to {
        transform:rotateY(0deg)
    }

    25% {
        transform:rotateY(1deg)
    }

    75% {
        transform:rotateY(-1deg)
    }
}

.projects-list {
	display: none;
	font-weight: 300;
}
.projects-list h2 {
	background: var(--background);
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative;
	z-index: 1;
}
.projects-list .year {
	background: var(--background);
	display: inline-block;
	line-height: 22px;
	padding: 0 0 0 5px;
	position: relative;
	z-index: 1;
}
.projects-list .item {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.projects-list .item:after {
	bottom: 6px;
	border-bottom: 1px dashed var(--primary);
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.news-carousel,
.artists-carousel {
	padding: 0 0 50px 0;
}
.news-carousel {
	background: var(--accent);
	padding: 30px 0;
}
.news-carousel .title,
.artists-carousel .title {
	display: flex;
	align-items: center;
	margin: 0 0 5px 0;
}
/*
.news-carousel .title:before {
	background: url(imgs/mug.svg) left center no-repeat;
	background-size: contain;
	content: '';
	display: block;
	margin: 0 0px 0 0;
	height: 75px;
	width: 75px;
}
*/
.artists-carousel .title h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 3.2rem;
	line-height: 32px;
	text-transform: uppercase;
	max-width: 800px;
	margin: 0;
}

.news-carousel .embla,
.artists-carousel .embla {
	height: auto;
	padding: 10px 0;
}
.news-carousel .embla__container,
.artists-carousel .embla__container {
	gap: var(--site-padding);
	height: auto;
	padding: 10px 0 10px var(--site-padding);
}
.news-carousel .embla__slide,
.artists-carousel .embla__slide {
	-webkit-user-select: none;
	user-select: none;
	flex: 0 0 85%;
	min-width: 0;
	height: auto;
	position: relative;
	perspective: 1000px;
}
.news-carousel .embla__slide .thumb {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.news-carousel .embla__slide video {
	vertical-align: middle;
	width: 100%;
}
.news-carousel .content {
	position: relative;
}
.news-carousel .content:hover {
	animation: wiggle .5s ease forwards;
}
.news-carousel .caption,
.news-item .caption {
	background: var(--white);
	border-radius: 0 0 20px 20px;
	padding: 13px 20px 5px 20px;
}
.news-carousel .tag {
	background: var(--grey-2);
	color: var(--black);
}
.tag {
	background: var(--accent);
	border-radius: 5px;
	color: var(--primary);
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 21px;
	padding: 0px 7px 2px 7px;
	margin: 0 0 5px 0;
	display: inline-block;
}
.news-carousel a {
	text-decoration: none;
}
.news-carousel h3,
.news-item h3,
.images-grid h3 {
	color: var(--primary);
	font-weight: normal;
	font-size: 2.8rem;
	line-height: 26px;
	margin: 0 0 20px 0;
}
.images-grid h3 {
	font-size: 2.4rem;
	line-height: 26px;
	font-weight: normal;
}
.news-carousel h3,
.news-item h3 {
	font-size: 2.25rem;
	line-height: 21px;
}
.news-carousel p,
.grid .news-item p {
	color: var(--grey-3);
	font-size: 1.4rem;
	margin: 0 0 10px 0;
}

.entry-content img {
	width: 100%;
}

.simple-grid {
	padding: 0 0 0 0;
	position: relative;
}
.simple-grid .container {
	padding-bottom: 1px;
}
.simple-grid .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 var(--site-padding);
	padding: 6px 0 1px 0;
}
.simple-grid .item {
	margin-bottom: 50px;
	perspective: 1000px;
}
.thumb img,
.thumb video {
	vertical-align: middle;
	width: 100%;
}
.simple-grid h4,
.grid h4 {
	font-size: 4.7rem;
	line-height: 46px;
	margin: 0 0 10px 0;
}
.simple-grid h3 {
	font-size: 1.2rem;
	line-height: 13px;
	margin: 0 0 0 0;
}
.simple-grid .item:hover .caption {
	opacity: 1;
}
body:not(.page-template-dark) .simple-grid .caption {
	opacity: 0;
}
 .simple-grid .caption {
 	display: none;
	max-width: 300px;
	opacity: 1;
	transition: .2s ease;
}
.simple-grid .caption p {
	margin: 5px 0 10px 0;
}
.simple-grid .tag {
	background: var(--accent);
	color: var(--background);
	margin: 10px 0 0 0;
}

.page-name,
#scroll-progress h2 {
	font-weight: normal;
	font-size: 2.25rem;
	line-height: 21px;
	margin: 0;
}
.page-name {
	width: calc(100vw - 90px);
}
.page-name.big {
	font-weight: normal;
	font-size: 2.25rem;
	line-height: 21px;
	margin: 0;
}
.artist-details p {
	color: var(--dark-grey);
	font-weight: normal;
	/*
	font-size: 1.5rem;
	line-height: 18px;
	letter-spacing: 0px;
	*/
	padding: 20px 0 0 0;

	font-size: 4.7rem;
	line-height: 46px;
}
/*
.text-module.columns.artist-details .container>div:first-child {
	width: 40%;
}
.text-module.columns.artist-details .container>div.artist-logo {
	margin-left: auto;
	padding: 0;
	width: 320px;
}
.text-module.columns.artist-details .container>div.artist-logo img {
	width: 320px;
}
*/
.artist-title {
	margin: 0;
	font-style: italic;
	padding: 10px 0 12px 0;
	position: sticky;
	top: 0;
	background: var(--white);
	z-index: 9;
}
.text-module.artist-description {
	margin: 0 0 38px 0;
}

.page-title {
	background: var(--white);
	position: sticky;
	top: 0;
	padding: 10px 0 15px 0;
	z-index: 2;
}
.title-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.project-cover {
	padding: 0;
	height: ;
	position: sticky;
	height: calc(70lvh - 49px);
	top: 51px;
}
.project-cover .container {
	padding: 0;
}
.project-cover video,
.project-cover img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.project-content {
	background: var(--background);
	padding: 10px 0 0 0;
	position: relative;
	z-index: 1;
}
#progress-scroll-content {
	padding: 0 0 50px 0;
}
.single-artists #progress-scroll-content {
	padding-top: 20px;
}
.related-projects,
.more-folk {
	background: var(--accent);
	overflow: hidden;
	padding: 50px 0;
	margin: 0;

	display: flex;
	align-items: center;
}
.related-projects .item:last-child,
.more-folk .item:last-child {
	display: none;
}
.page-title .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.artist-reel {
	width: 154px;
	height: 96px;
	border-radius: 20px;
	overflow: hidden;
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-duration: .5s;
    transition-property: all;
    /*cursor: pointer;*/
}
.artist-reel video {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.artist-social ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 20px;
	font-size: 2.2rem;
	line-height: 14px;
}
.artist-social a {
	align-items: center;
	color: var(--primary);
	display: flex;
	gap: 8px;
	text-decoration: none;
}
.artist-social a span {
	font-style: normal;
	margin: 0 0 4px 0;
}
.artist-social i,
.social i {
	display: inline-block;
	height: 22px;
	width: 22px;
	
}
.instagram i {
	background: url(imgs/instagram.svg) no-repeat center;
	background-size: contain;
}
.spotify i {
	background: url(imgs/spotify.svg) no-repeat center;
	background-size: contain;
}
.instagram_white i {
	background-image: url(imgs/instagram_white.svg);
	background-size: contain;
}
.spotify_white i {
	background-image: url(imgs/spotify_white.svg);
}

.news-open,
.project-open {
	overflow: hidden;
}
.news-open #news-modal,
.project-open #project-modal {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
.modal .simple-grid {
	background: var(--white);
}
.news-open #news-modal .wrapper,
.project-open #project-modal .wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-transition: .5s ease;
	transition: .5s ease;

	transition-delay: .2s;
}

#news-modal {
	background: rgba(0,0,0,.7);
}
#news-modal .close-modal.cross {
	top: calc(10vh + 14px);
	right: 30px;
}
.close-modal.cross {
	position: absolute;
	background: none;
	color: var(--white);
	border: none;
	padding: 0;
	outline: inherit;
	appearance: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	top: 11px;
	right: 15px;
	height: 30px;
	width: 30px;
	z-index: 9999;
}
.close-modal.cross:before,
.close-modal.cross:after {
	display: block;
	content: '';
	background: var(--primary);
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.close-modal.cross:before {
	transform: rotate(45deg) translate3d(6px,-2px,0);
	transform-origin: left;
}
.close-modal.cross:after {
	transform: rotate(-45deg) translate3d(-5px,-1px,0);
	transform-origin: right;
}

.modal {
	background: var(--background);
	color: var(--primary);
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	overflow: auto;
	font-size: 1.8rem;
	line-height: 22px;

	transition: .5s ease;
	transition-delay: .5s;
}
.modal-cover {
	backdrop-filter: blur(15px);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#project-modal {
	transition-delay: 0s;
}
#project-modal .wrapper {
	transition-delay: .5s;
}
.modal .wrapper {
	max-width: 600px;
	margin: 0 auto 70px auto;
	padding: 10lvh 20px 20px 20px;
	overflow: hidden;

	-webkit-transition: .7s ease;
	transition: .7s ease;
	transition-delay: 0s;

	-webkit-transform: translate3d(0, 100lvh, 0);
	transform: translate3d(0, 100lvh, 0);
}
#project-modal.modal .wrapper {
	max-width: 100%;
	margin-bottom: 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
}
#news-modal .content,
.modal #project-scroll {
	background: var(--white);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*box-shadow: rgba(0,0,0,.3) 0px 0px 20px 0px;*/
	padding: 10px 0;

	overflow: hidden;
}
.modal #project-scroll {
	border-radius: 0;
	height: 100%;
	overflow: auto;
	padding-top: 0;
	padding-bottom: 0;
}
.modal header {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 20px;
	position: relative;
}
#news-modal.modal .content p,
#news-modal.modal .content h1,
#news-modal.modal .content h2,
#news-modal.modal .content h3,
#news-modal.modal .content h4,
#news-modal.modal .content h5,
#news-modal.modal .content h6 {
	padding: 0 20px;
}
#news-modal.modal.modal .content h1 {
	font-weight: normal;
	font-size: 3.2rem;
	line-height: 32px;
	padding: 0;
	margin: 0;
}

.newsletter-module {
	background: var(--black);
	color: var(--grey-4);
	padding: 0;
}
.newsletter-module .logo {
	filter: invert(100%);
	margin: 7px 0 20px 0;
	width: 120px;
}
.newsletter-module .container {
	margin: 0 auto;
	padding: 25px 20px 0px 20px;
	width: 100%;
}
.newsletter-module .container .col {
	width: 100%;
}
.newsletter-module .container .col:first-child {
	align-items: center;
	justify-content: center;
}
.newsletter-module .container .col:last-child {
	justify-content: flex-end;
}
.newsletter-module h3 {
	font-size: 2.25rem;
	line-height: 21px;
	font-weight: 400;
	max-width: 700px;
	margin: 0;
}
.newsletter-module p {
	font-size: 1.6rem;
	line-height: 1.2em;
	color: #ababab;
	max-width: 200px;
}
#mc_embed_signup_scroll {
	font-size: 1.2rem;
	max-width: 500px;
}
.newsletter-module input {
	color: var(--grey-4);
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--black-2);
    border: none;
    border-radius: 0px;
    outline: none;
    margin: 5px 0 10px 0;
    font-size: 1.2rem;
}
.newsletter-module input[type='text'],
.newsletter-module input[type='email'] {
	border-bottom: none;
	width: 100%;
	height: 35px;
	padding: 0 0 0 10px;
	border-radius: 7px;
}
.newsletter-module input[type='submit'] {
	background: var(--accent);
	color: var(--black);
	border: none;
	width: 97px;
	height: 35px;
	border-radius: 7px;
	padding-bottom: 9px;
	/*cursor: pointer;*/
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.newsletter-module input[type='submit']:hover,
.page-template-about .newsletter-module input[type='submit'] {
	color: var(--primary);
	background: #CBCBCB;
}
.page-template-nightshift .newsletter-module input[type='submit']:hover {
	color: var(--black);
}
.page-template-about .newsletter-module input[type='submit']:hover {
	background: var(--accent);
}

.barba-container {
	position: relative;
	z-index: 1;
}

.home #fixed-footer {
	opacity: 0;
	visibility: hidden;
}
.featured-scrolled #fixed-footer {
	opacity: 1;
	visibility: visible;
}
.site-footer .logo {
	filter: invert(100%);
}

/*
.home .site-footer,
.single-artists .site-footer,
.single-works .site-footer {
	background: var(--white);
	color: var(--black);
}
.home .site-footer a,
.single-artists .site-footer a,
.single-works .site-footer a,
.page-template-nightshift .site-footer,
.page-template-nightshift .site-footer a {
	color: var(--black);
}
.home .site-footer a:hover,
.single-artists .site-footer a:hover,
.single-works .site-footer a:hover {
	color: var(--accent);
}
*/

.page-template-about .site-footer a:hover {
	color: var(--background);
}

#fixed-footer {
	background: #000000;
	position: relative;
}

.site-footer {
	background: #000000;
	color: #ababab;
	font-size: 1.3rem;
	line-height: 1.1em;
	padding: 30px 0 4px 0;
}
.site-footer li {
	padding-left: 2px;
}
#project-modal .site-footer {
	position: relative;
}
.site-footer p {
	margin: 0 0 10px 0;
}
.site-footer .container {
	margin: 0 auto;
}
.site-footer .content {
	display: block;
	margin: 0 auto;
	width: 97%;
}
.site-footer .col-40 {
	display: flex;
	gap: 100px;
	margin: 0 0 40px 0;
}
.site-footer .col-mobile {
	display: block;
	margin: 0 0 10px 0;
}
.site-footer .col-mobile p {
	margin: 0;
}
.site-footer .col-70 {
	margin-left: auto;
	position: absolute;
	bottom: 9px;
	right: var(--site-padding);
	width: 125px;
}
.site-footer .col-33 {
	width: 100%;
}
.site-footer h5 {
	font-weight: normal;
	margin: 0 0 15px 0;
}
.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer ul a {
	font-weight: normal;
	line-height: 1.1em;
	font-size: 2.25rem;
}
.site-footer a {
	color: #ababab;
	text-decoration: none;
}
.site-footer a:hover {
	color: var(--accent);
}
.site-footer .copy {
	font-style: italic;
	margin: 20px 0 0 0;
	text-align: right;
}

/*
.tooltip {
	color: var(--primary);
	font-style: italic;
	font-size: 1.3rem;
	line-height: 21px;
	letter-spacing: -.3px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	display: inline-block;

	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	transform: translate(-50%, -50%);
	perspective: 1000px;

	will-change: transform;
	transition: .5s cubic-bezier(.175,.885,.295,1);
	transition-timing-function: cubic-bezier(.175,.885,.295,1);

	background: var(--accent);

	min-width: 30px;
	min-height: 30px;
	border-radius: 100%;
	padding: 0;

	z-index: 9999;
}
#tooltip-content {
	border-radius: 5px;
	overflow: hidden;

	will-change: transform;
	transition: .8s cubic-bezier(.175,.885,.295,1);
	transition-timing-function: cubic-bezier(.175,.885,.295,1);
	position: absolute;
	width: fit-content;
}
*/

@media (hover: none) {
	#tooltip {
		display: none;
	}
}

#tooltip {
  position: fixed;
  pointer-events: none;
  z-index: 99999999;
  transition: transform 0s ease, border-radius .2s ease, width .2s ease;
  top: -10px;
  left: 10px;
	width: 20px;
	height: 20px;

	text-align: center;

  background: var(--accent);
  backdrop-filter: blur(2px);

  border-radius: 50%;
  overflow: hidden;

  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.active#tooltip {
	border-radius: 5% / 12.5%;
}

#tooltip-content {
  color: var(--primary);
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px 2px 10px;

  position: absolute;
  left: 0;
  right: 0;
	font-size: 1.3rem;
	line-height: 21px;
	transition: .4s ease;
}
.home #tooltip-content.white,
.home.scroll-down #tooltip-content.white.is-footer,
.single-works #tooltip-content.white.is-footer,
.single-artists #tooltip-content.white.is-footer {
	background: var(--accent);
}
.page-template-about.scroll-down #tooltip-content.white.is-footer {
	background: var(--background);
}
#tooltip-content.white,
.home.scroll-down #tooltip-content.white {
	background: var(--white);
}
#tooltip-placeholder {
	display: block;
	position: fixed;
	z-index: -999;
	visibility: hidden;
	opacity: 0;
	font-size: 1.3rem;
	line-height: 21px;
	width: fit-content;
}

.work-filter {
	text-transform: uppercase;
}
.work-filter ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 12px 0 0;
	gap: 0 15px;
	list-style: none;
}
.work-filter a {
	color: var(--primary);
	display: inline-flex;
	text-decoration: none;
	font-style: normal;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.work-filter .active {
	color: var(--accent-color);
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
}
.work-filter .active sup {
	font-style: normal;
}
.work-filter sup {
	font-size: 1.2rem;
	line-height: 25px;
	top: 0;
	vertical-align: text-top;
}
.work-filter a:hover {
	color: var(--accent-color);
}

#fixed-menu {
	display: flex;
	position: fixed;
	bottom: 35px;
	left: 0;
	right: 0;
	z-index: 9999;
	width: fit-content;
	margin: 0 auto;
	align-items: flex-end;
	gap: 10px;

	flex-direction: column-reverse;

	transition: transform .1s ease, height .1s ease;
}

.nightshift-switch {
	display: none;
	width: 172px;
	height: 39px;
	z-index: 9999;
	opacity: 0;
	position: relative;

	font-size: 2.1rem;
	font-weight: normal;
	font-style: italic;
	line-height: 36px;
	margin: 0;
	padding: 0;
	margin: 0px 0 3px 0;
	text-transform: uppercase;
	color: var(--primary);
}
.page-template-nightshift .nightshift-switch,
.page-template-artists .nightshift-switch {
	display: inline-block;
}
.nightshift-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.nightshift-slider {
	color: var(--primary);
	position: absolute;
	cursor: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.4s;
	border-radius: 34px;
	text-align: right;
	padding: 0 45px 0 0;
}
.nightshift-slider::before {
	position: absolute;
	content: "";
	height: 33px;
	width: 33px;
	right: 3px;
	bottom: 3px;
	background-color: var(--accent);
	transition: 0.4s;
	border-radius: 50%;
}
.nightshift-switch:hover .nightshift-slider::before {
	transform: scale(1.2,1);
	transform-origin: right;
}
.page-template-nightshift .nightshift-switch .nightshift-slider {
	background-color: var(--accent);
	color: var(--background);
	text-align: left;
	padding: 0 0 0 45px;
}
.page-template-nightshift .nightshift-switch .nightshift-slider::before {
	background-color: var(--background);
	left: 3px;
	right: initial;
}
.page-template-nightshift .nightshift-switch:hover .nightshift-slider::before {
	transform-origin: left;
}
.nightshift-switch a {
	display: none;
}
.page-template-nightshift .nightshift-switch a.main-folk,
.page-template-artists .nightshift-switch a.night-shift {
	display: block;
}

#scroll-progress {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--accent);
	width: 0%;
	z-index: 9999;
	overflow: hidden;
	transition: width .1s ease;
}
#scroll-progress .content {
	height: 100%;
	position: relative;
	width: 100vw;
}
#scroll-progress h1,
#scroll-progress h2 {
	height: 100%;
	padding: 10px var(--site-padding) 12px var(--site-padding);
	-webkit-transition: .2s ease;
	transition: .2s ease;
	width: calc(100vw - 70px);
}
#scroll-progress h1 em,
#scroll-progress h2 em {
	color: var(--white);
}

.scroll-complete #scroll-progress h1,
.scroll-complete #scroll-progress h2,
.scroll-complete #scroll-progress .artist-social {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.artist-social {
	position: absolute;
	right: var(--site-padding);
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transition: .2s ease;
	transition: .2s ease;
	z-index: 99999;
}
.scroll-complete .artist-social {
	opacity: 0;
	visibility: hidden;
}

.text-w-background {
	text-align: center;
	font-weight: normal;
	font-size: 2.25rem;
	line-height: 21px;
	margin: 50px 0 50px 0;
	text-transform: uppercase;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.text-w-background .container {
	max-width: 1290px;
}
.text-w-background .background {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	mix-blend-mode: multiply;
}
.text-w-background .background img,
.text-w-background .background video {
	object-fit: contain;
	object-position: center;
	height: 100%;
	width: 100%;
}

#clients {
	padding: 70px 0 30px 0;
}
#clients .embla {
	margin: 0 0 100px 0;
}
#clients .embla,
#clients .embla__container {
	height: auto;
}
#clients .embla__slide {
	display: flex;
	flex: none;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: auto;
	margin: 0 25px;
	height: 40px;
	flex: 0 0 80px;
}
#clients .embla__slide img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.icons-grid {
	margin: 60px 0 0 0;
}
.icons-grid .container {
	max-width: 1370px;
}
.icons-grid .grid {

	text-align: center;
	margin: 0 auto;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr; /* 1 column on mobile */
}
.icons-grid img {
	margin: 0 auto;
	width: 80%;
	max-width: 250px;
	margin-bottom: 24px;
}
.icons-grid h2 {
	font-weight: normal;
	font-size: 2.4rem;
	line-height: 26px;
	/*letter-spacing: -.9px;*/
	text-align: center;
	max-width: 250px;
	margin: 0 auto 24px auto;
}
.icons-grid p {
	max-width: 190px;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 18px;
}

.map {
	margin: 0 0 100px 0;
	position: relative;
	text-align: center;
}
.map .container {
	position: relative;
	width: 85%;
}
.map img {
	margin-left: -27px;
	width: 100%;
}
.map svg {
	left: 0;
	margin: 0 auto 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 98%;
	transform: translate(-13px, -1px) !important;
}
.map svg rect,
.map svg path[fill='black'],
.map svg path.marker {
	opacity: 0;
	transform: translate3d(0px, 10px, 0px);
	transition: 1s 1s ease;
}
.map svg path.marker {
	transition-delay: .5s;
}
.map svg.visible rect,
.map svg.visible path[fill='black'],
.map svg.visible path.marker {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}

.call-to-action {
	text-align: center;
	font-weight: normal;
	line-height: 20px;
	font-size: 2rem;
	/*letter-spacing: -.6px;*/
}
.call-to-action .container {
	margin-bottom: 130px;
}
.call-to-action a {
	background: var(--accent);
	border: 1px solid var(--accent-color);
	color: var(--primary);
	-webkit-transition: .2s ease;
	transition: .2s ease;
	border-radius: 7px;
	text-decoration: none;
	padding: 10px 25px 13px 25px;
	display: inline-block;
}
.call-to-action a:hover {
	background: transparent;
	color: var(--accent-color);
}

.social_call_to_action {
	margin: 100px 0 80px 0;
}
.social_call_to_action a {
	display: inline-block;
	margin: 5px;
}

#lightbox {
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	position: fixed;
	height: 100;
	width: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .5s ease;
	background: rgba(0,0,0,.7);
	backdrop-filter: blur(15px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.lightbox-container {
	overflow: hidden;
	position: relative;
	transition: transform .5s ease;

	max-height: 90%;
	aspect-ratio: 16/9;
	max-width: 90%;

	transform: translate3d(0, 100lvh, 0);
}
.show .lightbox-container {
	transform: translate3d(0, 0, 0);
}
#lightbox video,
#lightbox img {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	object-fit: contain;
	height: 100%;
	transition: .5s ease;
	visibility: hidden;
	vertical-align: middle;
}
.image-fullscreen .lightbox-container {
	pointer-events: none;
	height: 90%;
	width: 90%;
}
.video-fullscreen #lightbox.show video,
.image-fullscreen #lightbox.show img {
	opacity: 1;
	visibility: visible;
}
.video-fullscreen #lightbox,
.image-fullscreen #lightbox {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
}

.grid .masonry .item.w-25,
.grid-sizer.w-25 {
	width: calc(50% - var(--site-padding)*0.8);
}

#about_video {
	overflow: hidden;
	position: relative;
}
#about_video video {
	width: 100%;
}

/* Nightshift Tabs Module Styles */
.nightshift-tabs-module {
	display: inline-block;
	margin: 2rem 0;
}

.nightshift-tabs-module .tabs-nav {
	margin-bottom: 2rem;
	border-bottom: 1px solid var(--grey-2);
}

.page-template-nightshift .nightshift-tabs-module .tabs-nav {
	border-color: var(--dark-grey);
}

.nightshift-tabs-module .tab-button {
	background: none;
	border: none;
	padding: 1.5rem 3rem;
	font-size: 1.6rem;
	color: var(--primary);
	cursor: pointer;
	transition: all 0.3s ease;
	border-bottom: 4px solid transparent;
	position: relative;
	text-decoration: none;
	display: inline-block;
}

.nightshift-tabs-module .tab-button:hover {
	color: var(--accent);;
}

.nightshift-tabs-module .tab-button.active {
	color: var(--accent);
	border-bottom-color: var(--accent);
}

.nightshift-tabs-module .tabs-content {
	position: relative;
}

.nightshift-tabs-module .tab-panel {
	display: none;
}

.nightshift-tabs-module .tab-panel.active {
	display: block;
}


/* sm screen */
@media(min-width:640px) {
	.text-module, .work-filter, .text-module.big-2.full-width {
		font-size: 4.2rem;
	}
	.text-module.text-logo .container {
		padding-bottom: 140px;
	}
}

/* md screen */
@media(min-width:768px) {

	:root {
		--site-padding: 16px;
	}

	.featured-projects .controls {
		display: block;
	}
	.featured-projects video {
		object-fit: cover;
	}
	.featured-projects .mobile-nav {
		display: none;
	}

	#fixed-menu {
		flex-direction: row;
	}

	.main-navigation {
		margin: 0 0 140px 0;
	}
	.main-navigation a {
		font-size: 3rem;
		line-height: 1em;
	}

	.projects-grid,
	.grid {
		padding: 0 0 100px 0;
	}
	.about-grid {
		padding: 0;
	}

	.menu-container .menu-logo {
		top: 10px;
		right: 15px;
		width: 128px;
	}

	.page-name,
	#scroll-progress h2 {
		font-size: 3rem;
		line-height: 29px;
	}

	.project-cover {
		height: calc(100lvh - 49px);
	}

	.text-module {
		/*
		font-size: 6rem;
		line-height: 56px;
		letter-spacing: -.3px;
		*/
		font-size: 4.7rem;
		line-height: 1em;
	}
	.text-module.small {
		font-size: 1.5rem;
		line-height: 1.1em;
		/*letter-spacing: 0px;*/
	}
	.text-module.medium-2 {
		font-size: 7.2rem;
		letter-spacing: -0.02em;
	}
	.text-module.medium {
		font-size: 4.7rem;
		letter-spacing: -0.02em;
		/* Constrain line lengths for larger screens */
		/* max-width: 1000px; */
	}
	.text-module.medium-3 {
		font-size: 6rem;
		line-height: 1em;
		letter-spacing: -0.02em;
	}
	.text-module.big-2.full-width {
		font-size: 7.2rem;
		letter-spacing: -0.02em;
	}
	.text-module.big-2.full-width p,
	.text-module.full-width p,
	.text-module p {
		padding-right: 0;
	}
	.text-module p.bottom-text.short {
		line-height: 1.1em;
		font-size: 2.5rem;
		width: calc(100% - 130px);
		letter-spacing: -0.005em;
	}
	.text-module.text-logo.big-2 .container {
		padding-bottom: 250px;
	}
	.text-module.text-logo .container {
		padding-bottom: 180px;
	}
	.big-2 #site-logo {
		width: 230px;
	}
	#site-logo {
		position: absolute;
		bottom: -12px;
		right: 15px;
		width: 170px;
	}

	.text-module.columns .columns-mobile {
		display: none;
	}
	.text-module.columns .columns-desktop,
	.text-module.columns.hide-mobile {
		display: block;
	}
	.text-module.columns .container>div {
		width: calc(33% - var(--site-padding)/2);
		margin: 0 calc(var(--site-padding) + .3% ) 0 0;
		padding: 0;
		letter-spacing: -0.01em;
	}

	.headline p {
		letter-spacing: -0.03em;
	}

	.page-name.big {
		font-size: 3rem;
		line-height: 29px;
	}

	.embla-thumbs {
		font-size: 1.6rem;
		line-height: 22px;
		padding: 20px;
		/* for smoother gradient */
		padding-bottom: 200px;
	}

	.grid .container {
		display: flex;
		gap: var(--site-padding);
	}
	.grid .container.masonry {
		display: block;
		gap: inherit;
	}

	.top_title {
		font-size: 1.8rem;
		line-height: 20px;
		padding: 9px 18px 12px 18px;
	}

	.projects-grid .row,
	.grid .row,
	.images-grid {
		display: flex;
		gap: var(--site-padding);
		justify-content: flex-start;
		margin: 0 0 100px 0;
	}
	.images-grid h3 {
		font-size: 3rem;
		line-height: 29px;
	}
	.images-videos.center .container {
		justify-content: center;
	}
	.images-videos .item {
		margin: 0;
	}
	.home .grid-3,
	.grid-3 {
		display: grid;
		gap: 30px var(--site-padding);
		/*grid-template-columns: 1fr 1fr 1fr;*/
		grid-template-columns: 1fr 1fr 1fr 1fr;
		margin: 0 0 100px 0;
		padding: 0 var(--site-padding);
	}
	.single .grid-3 {
		margin: 0;
	}
	.item .item-title {
		font-size: 2rem;
		line-height: 23px;
	}
	.grid-3 .item {
		width: 100%;
	}
	.projects-grid .row .item.w-33,
	.grid .item.w-33,
	.grid-sizer {
		width: 33.33%;
	}
	.grid .item.w-25,
	.grid-sizer.w-25 {
		width: 25%;
	}
	.projects-grid .row .item.w-50,
	.grid .item.w-50 {
		width: 50%;
	}
	.projects-grid .row .item,
	.grid .item {
	    margin: 0 0 30px 0;
	    grid-column: span 2;
		grid-row: span 1;
	}
	.grid .item,
	.grid .item,
	.grid .item {
		width: 100%;
	}
	.grid .item.v-align-center,
	.images-videos .item.v-align-center {
		align-self: center;
	}
	.grid .item.v-align-end,
	.images-videos .item.v-align-end {
		align-self: end;
	}
	.images-videos .w-33 {
		width: calc(33% - var(--site-padding)/2 - 1px);
	}
	.images-videos .w-66 {
		width: calc(66.8% - var(--site-padding)/2 - 1px);
	}
	.images-videos .w-50 {
		width: calc(50% - var(--site-padding)/2 - 1px);
	}
	.images-videos .w-100 {
		width: 100%;
	}
	.grid .item.width-50 {
		grid-column: span 3;
		grid-row: span 1;
	}
	.grid .item.width-66 {
		grid-column: span 4;
		grid-row: span 1;
	}

	.simple-grid h3 {
		font-size: 1.6rem;
	}
	
	.simple-grid .grid .item {
		grid-column: span 1;
		grid-row: span 1;
	}
	.related-projects,
	.more-folk {
		padding: 100px 0 0 0;
		min-height: 100vh;
	}
	.related-projects .item:last-child,
	.more-folk .item:last-child {
		display: initial;
	}

	.equal_heights .thumb {
		/*height: calc(100% - 20px);*/
		height: 100%;
	}
	.equal_heights.has_caption .thumb {
		height: calc(100% - 20px);
	}
	.equal_heights .thumb img,
	.equal_heights .thumb video {
		height: 100%;
		object-fit: cover;
	}

	.page-name em {
		display: inline;
	}

	.masonry .item {
		margin-bottom: var(--site-padding);
	}

	.grid .masonry .item.w-33,
	.grid-sizer {
		width: calc(33.33% - 11px);
	}

	.grid .masonry .item.w-25,
	.grid-sizer.w-25 {
		width: calc(25% - 12px);
	}

	.news-carousel .embla__slide,
	.artists-carousel .embla__slide,
	.embla-thumbs__slide {
		flex: 0 0 32%;
		display: block;
	}
	.embla-thumbs__slide {
		flex: 1 1 auto;
	}
	.embla-thumbs__slide span {
		display: block;
	}
	.featured_active_mobile {
		display: none;
	}


	.work-filter {
		font-size: 6rem;
		line-height: 62px;
	}
	.work-filter ul {
		padding: 0;
	}

	.newsletter-module .container {
		display: block;
		padding: 40px 20px 0 20px;
		width: 98%;
	}
	.newsletter-module .flex {
		display: block;
		margin: 0 0 0 0;
	}
	.newsletter-module .logo {
		margin: 7px 0 0 0;
	}
	.newsletter-module .container>.col:first-child {
		width: 100%;
	}
	.newsletter-module .container>.col:last-child {
		width: 100%;
	}
	.newsletter-module h3 {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
		max-width: 100%;
		font-size: 4.7rem;
		line-height: 46px;
	}
	.newsletter-module p {
		display: block;
		margin-bottom: 60px;
		max-width: inherit;
		padding-left: 1px;
	}
	#mc_embed_signup_scroll {
		max-width: 100%;
		display: flex;
        gap: 5px;
	}
	.newsletter-module input {
		margin: 0 0 15px 0;
	}

	.text-w-background {
		font-size: 6rem;
		line-height: 50px;
	}

	.site-footer .content {
		display: flex;
	}
	.site-footer .col-40 {
		margin: 0 100px 0 0;
	}
	.site-footer .col-mobile {
		display: flex;
		margin: 0 100px 0 0;
	}
	.site-footer .col-mobile p {
		margin: 0 0 10px 0;
	}
	.site-footer .col-70 {
		position: relative;
		bottom: inherit;
		right: inherit;
		width: 103px;
	}

	#news-modal.modal.modal .content h1 {
		padding-right: 60px;
	}

	.embla-thumbs__container {
		opacity: 0;
	}
	.embla-thumbs__container.show {
		opacity: 1;
	}

	.newsletter-module input[type='text'],
	.newsletter-module input[type='email'] {
		width: 220px;
	}

	.news-carousel h3,
	.news-item h3 {
		font-size: 3.8rem;
		line-height: 40px;
	}

	#fixed-footer {
		position: fixed;
		padding-top: 200px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.site-footer {
		padding: 60px 0 30px;
	}
	.site-footer ul a {
		font-size: 2.5rem;
	}
	.site-footer .col-33 {
		width: 33.33%;
	}

	.item .card-effect {
		border-radius: 20px;
	}
	.page-template-about .item .card-effect {
		border-radius: 20px 20px 0 0;
	}
	.projects-grid .row .item .thumb,
	.grid .thumb {
		border-radius: 0 0 20px 20px;
	}

	.images-videos .item .caption {
		font-size: 1.5rem;
		margin: 4px 0 0 0;
	}

	.text-module.quote {
		margin: 90px 0 110px 0;
	}

	.question span,
	.icons-grid .tag span,
	.grid>.tag span {
		font-size: 1.5rem;
		line-height: 24px;
		background: var(--accent);
		padding: 8px 20px 10px 20px;
		border-radius: 7px;
		margin: 0 auto;
		letter-spacing: -0.01em;
	}

	.icons-grid {
		margin: 80px 0 120px 0;
	}
	.icons-grid .grid {
		padding: 0;
		padding-top: 80px;
		grid-template-columns: 1fr 1fr; /* 2 columns at 768px */
		gap: 40px;
	}
	.icons-grid .tag {
		margin-bottom: 10px;
	}
	.icons-grid h2 {
		font-size: 3rem;
		line-height: 29px;
	}

	#clients {
		padding: 0px 0 70px 0;
	}
	#clients .embla__slide {
		margin: 0 45px;
		height: 60px;
		flex: 0 0 100px;
	}

	#about_video {
		height: 63vh;
		overflow: hidden;
		position: relative;
	}
	#about_video video {
		height: 70vh;
		margin: -4vh auto 0 auto;
		display: block;"
		width: auto;
	}

	/* .nightshift-tabs-module .tabs-nav {
		flex-direction: column;
		align-items: center;
	}
	
	.nightshift-tabs-module .tab-button {
		width: 100%;
		max-width: 300px;
		margin-bottom: 0.5rem;
	} */

}

/* lg screen*/
@media(min-width:1024px) {
	.home .grid-3,
	.grid-3 {
		gap: 30px var(--site-padding);
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
		
	.simple-grid .grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.icons-grid .grid {
		grid-template-columns: 1fr 1fr 1fr 1fr; /* 4 columns at 1024px */
		gap: 50px;
	}
	.simple-grid .item {
		margin-bottom: 110px;
	}
	.simple-grid h3 {
		font-size: 1.6rem;
	}
}

/* xl screen*/
@media(min-width:1280px) {
	#site-logo {
		width: 220px;
	}
	.simple-grid h3 {
		font-size: 1.8rem;
	}
}

/* 2xl screen*/
@media(min-width:1536px) {}

