/*
Theme Name: Magna Studio
Theme URI: https://magnastudios.com
Author: Magna Studios
Description: Magna Studio theme
Requires at least: 5.9
Tested up to: 7.4
Requires PHP: 5.9
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magnastudios
*/

@import url('https://fonts.cdnfonts.com/css/pp-neue-montreal');

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

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


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


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: 'PP Neue Montreal', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0;
}

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

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

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: #1D1D1D;
	text-decoration: none;
}

a:visited {
	color: #1D1D1D;
}

a:hover,
a:focus,
a:active {
	color: #1D1D1D;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

/* Small menu. */
.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* home page */

.pointer {
	cursor: pointer;
}

.site-main {
	display: flex;
	height: 100vh;


	font-size: 1vw;
	font-weight: 500;

	overflow:hidden;
}

.directors {
	flex-basis: 40%;
	padding: 1vw;
	background-color: #fefffa;
}

.directors-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.highlight {
	flex-basis: 60%;
	position: relative;

	width: 100vw;
	height: 100vh;
	overflow: hidden;

	background-size: cover;
	background-position-x: center;
	background-color: black;
}

#highlight-container,
#director-slide-container {
	position: absolute;
	transform: translateX(0vw);
	transition: transform 0.3s ease-out, opacity 0.5s ease-out;
	width: 100%;
	height: 100vh;
	z-index: 1;
	opacity: 1;
}

#highlight-container.inactive {
	transform: translateX(0vw);
	z-index: 0;
	opacity: 0;
}

#director-slide-container.inactive {
	transform: translateX(0vw);
	z-index: 0;
	opacity: 0;
}



.highlight-slide,
.director-slide {
	display: block;
	position: absolute;
	width: 100%;
	height: 100vh;
	transform: translateY(0);
	transition: scale 0.5s ease-out, transform 0.5s ease-out;
	opacity: 1;
	z-index: 2;
	background-size: cover;
	background-position: center;
}

.at-the-top {
	transform: translateY(-150vh);
	transition-duration: 0s;
}

.moving-up {
	transform: translateY(-50vh);
}

.at-the-bottom {
	transform: translateY(150vh);
	transition-duration: 0s;
}

.moving-down {
	transform: translateY(50vh);
}

.at-the-top,
.at-the-bottom,
.moving-down,
.moving-up {
	z-index: 1;
}

.director-slide {
	/* visibility: hidden; */
	/* display: none; */
}

.highlight-slide.active,
.director-slide.active {
	transition: opacity 0s ease-out, transform 0.75s ease-out;
	transition-timing-function: cubic-bezier(0, .44, 0, 1);
	transform: translateY(0vw);
	opacity: 1;
	display: block;
	visibility: visible;
	z-index: 1;
}

.highlight-slide.inactive,
.director-slide.inactive {
	transition: opacity 0s ease-out, transform 0.75s ease-out;
	transform: translateY(-50vw);
	opacity: 1;
	z-index: 0;
}

.highlight iframe,
.highlight video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	max-width: none;
	object-fit: cover;

	@media (min-aspect-ratio: 16/9) {
		height: 56.25vw
	}

	@media (max-aspect-ratio: 16/9) {
		width: 177.78vh
	}
}


@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateX(+100%);

	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translateX(-100%);
	}
}

.fade-in {
	animation: fadeIn .5s ease-in-out;
}

.fade-out {
	animation: fadeOut 1s ease-in-out forwards;
}

.director-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}


.directors-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.directors-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: safe center;
	flex-grow: 1;
	overflow: scroll;

	-ms-overflow-style: none;
	scrollbar-width: none;
}

.directors-list::-webkit-scrollbar {
	display: none;
}

.director-item,
.extra-director-item {
	color: #1D1D1D;
	text-decoration: none;
	cursor: pointer;

	line-height: 0.9;
	font-size: 45px;
	text-transform: uppercase;
	white-space: nowrap;

	transition-duration: 0s;
	transition: opacity 0.5s ease-out, transform 0.5s ease-out, max-height 0.5s ease-out;
	transition-timing-function: ease-out;
	transform: translateY(0);
	opacity: 1;
	max-height: 1.5em;
	position: relative;
}

.extra-title {
	transition-duration: 0s;
	transition-timing-function: ease-out;
	transform: translateY(0);
	opacity: 1;
	padding-top: 1em;
	font-size: 30px;
}

.director-name:hover {
	font-style: italic;
	font-weight: 800;
	color: #1D1D1D;
}

.director-name, .director-hover-title {
	opacity: 1;
	transition: opacity 0.5s ease-out;
	z-index: 2;
	position: relative;
}
.director-hover-title {
	position: absolute;
	font-size: 1vw;
  top: 0;
  left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.director-hover-title:hover {
	font-style: italic;
	color: #1D1D1D;
}
.director-name.inactive, .director-hover-title.inactive {
	opacity: 0;
	z-index: 1;
}

.dropping {
	transition-duration: 0.5s;
}

.director-item.inactive,
.extra-director-item.inactive,
.extra-title.inactive {
	opacity: 0;
	transform: translateY(-10vh);
}

.hidden {
	opacity: 0 !important;
}

.directors-wrapper a:visited {
	color: #1D1D1D;
}

.top-actions {
	display: flex;
	justify-content: space-between;

	width: 100%;
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
	opacity: 1;
	transform: translateY(0);
}
.top-actions.inactive {
	opacity: 0;
	transform: translateY(-20vh);
}

.top-actions .filters-wrapper {
	display: flex;
	flex-direction: column;

	margin: 0;
	padding: 0;
}

.top-actions .filters-wrapper .filter-item {
	list-style-type: none;

	opacity: .2;

	padding: 0;
	margin: 0;

	line-height: 1.2;
}

.top-actions .filters-wrapper .active-filter {
	opacity: 1
}

.hide {
	transform: translateY(-1em);
	opacity: 0;
	max-height: 0;
}
.gone {
	display: none;
}

.bottom-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

	width: 100%;
	margin-top: 48px;
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
	opacity: 1;
	transform: translateY(0);
}
.bottom-actions.inactive {
	opacity: 0;
	transform: translateY(20vh);
}

.arrows-wrapper {
	display: flex;
	flex-direction: column;

	font-size: 1vw;

	position: absolute;
	right: 0;
	top: calc(50% - 4vw);
	z-index: 2;
	color: white;
	opacity: 1;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	transform: translateY(0);
	opacity: 1;
	padding: 1vw;
}
.arrows-wrapper.inactive {
	opacity: 0;
	transform: translateY(-10vh);
}
#right-arrow, #left-arrow {
	padding: 1vw;
	margin: -1vw;
}

.progress-bar {
	width: 0.1vw;
	height: 4.5vw;
	text-align: center;
	margin: 0.3vw auto;
	position: relative;
}
#progress-background,
#progress-active {
	position: absolute;
}

#progress-background {
	background-color: #fff;
	opacity: 50%;
	width: 100%;
	height: 100%;
}
#progress-active {
	background-color: #fff;
	width: 100%;
	height: 100%;
	max-height: 0%;
	transition: max-height 1s ease-out;
}
#progress-active.no-animate {
	transition: max-height 0s ease-out;
}

.instagram-wrapper {
	position: relative;
	bottom: auto;
	right: auto;
}

.instagram-wrapper svg {
	width: 1.1vw;
	height: 1.1vw;
}

.logo-wrapper {
	text-align: center;
	margin-top: 1.5em;
	position: absolute;
	width: 100%;
	z-index: 3;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	transform: translateY(0);
	opacity: 1;
}

.logo-wrapper.inactive {
	opacity: 0;
	transform: translateY(-15vh);
}

.logo-svg {
	width: calc(100% - 3em);
	height: auto;
}

.video-subtitle--container {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 105px;
	opacity: 0;
	transition-duration: 0.75s;
	z-index: 2;
	width: 100%;
}

.video-subtitle--container.active {
	opacity: 1;
	z-index: 3;
}

.video-subtitle--wrapper {
	display: flex;
	flex-direction: column;
	align-items: start;
	color: white;

	text-transform: uppercase;
	line-height: 0.9;
	font-weight: 500;
	margin-left: 1.5rem;
}


/* single director styles */
body.single-director {
	background-color: #1D1D1D;
}

.single-director .nav-bar {
	height: 7vw;
	width: 100%;
	padding: 1vw;

	transition-duration: 0.7s;
	transition-timing-function: ease-out;
	opacity: 1;
	display: block;
	transform: translateY(0);
	scale: 1;
}

.single-director .nav-bar.inactive {
	opacity: 0;
	transform: translateY(-30vh);
}

.single-director-main {
	display: flex;
	position: relative;

	min-height: 100vh;
	padding: 1em;

	background-color: #1D1D1D;
	color: white;
}

.reel-container {
	flex-basis: 70%;
}

.reel {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.reel-item {
	flex-basis: 50%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	padding-right: 1em;
	margin-bottom: 56px;

	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	opacity: 1;
	display: block;
	transform: translateY(0);
	scale: 1;

	cursor: pointer;
}

.reel-item.inactive {
	opacity: 0;
	scale: 0.5;
	transform: translateY(-30vh);
}

.item-video {
	width: 100%;

	margin-bottom: .5em;
	background-size: cover;
	background-position: center;
}

.item-video video {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.video-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-transform: uppercase;
	font-size: 1.2vw;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
}
.video-caption .caption-client {
	font-weight: 500;
}

.bio {
	width: 30%;
	height: 100vh;
	padding-right: 2em;
	padding-left: 0.5em;

	position: fixed;
	transition: transform 0.7s ease-out, scale 0.7s ease-out;
	transform: translateY(0);
	opacity: 1;
	scale: 1;

	right: 16px;

	font-size: 1.2vw;
	font-weight: 400;
	line-height: 1.1;
}

.bio a,
.bio a:visited {
	color: white;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 1.3;
}

.bio-context {
	max-height: 100vh;
	transition: max-height 0.5s ease-out;
	overflow: hidden;
}

.bio-context.concealed {
	max-height: 0;
}

.bio.inactive {
	transform: translateY(-100vw);
	scale: 0.5;
	opacity: 0;
}

.instagram-label {
	font-size: 30px;
}
.instagram {
	font-size: 35px;
}

.more-btn {
	color: #FEFFFA33;
	padding: 1em 0;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
}

.post-navigation {
	display: none;
}

.single-logo-svg {
	width: 10vw;
}

.single-director-back-btn {
	color: white;
	position: fixed;
	right: 1vw;
	top: 1vw;
	width: 1vw;
	height: 1vw;
}

.main-player {
	position: fixed;
	display: block;
	opacity: 1;
	transition-duration: 0.5s;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	padding: 3vw 1vw 0 1vw;
	background-color: #1D1D1D;
}

.main-player iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-height: calc(100vh - 8vw);
}

.main-player.hidden {
	display: none;
}

.main-player.inactive {
	opacity: 0;
}

.main-player .close {
	position: absolute;
	top: 1vw;
	right: 1vw;
	cursor: pointer;
}

.main-player .close svg {
	width: 1vw;
	height: 1vw;
}

.main-player .main-player-names {
	margin: 1vw;
	text-align: center;
}

.main-player p {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1.1;
}



/* contact-us page */
.font-bold {
	font-weight: 500;
}

.page-container {
	padding: 16px;
	font-weight: 500;
	font-size: 50px;
	line-height: 1.1;
}

.contact-us-container {
	display: flex;
    flex-direction: column;
    padding-bottom: 0px;
    min-height: 100vh;
}

.contact-us-container .page {
	flex-grow: 2;
}

.page-container .is-layout-flex {
	align-items: flex-start;
}

.is-layout-flex> :is(*, div) {
	flex-grow: 1;
}

.page-container h1 {
	display: none;
	text-transform: uppercase;
	font-weight: 800;
}

.page-container h4 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 35px;
	margin: 0;
}

.page-container p {
	margin-bottom: 1em;
}

.page-container p .small {
	font-size: 0.8em;
}

.page-container .copyright {
	font-size: 0.8em;
	/* margin-bottom: 15px; */
}

.about-blurb {
	font-size: 1.7vw;
	line-height: 1.6vw;
}

.info-container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.left-info {
	flex-basis: 20%;
}

.left-info-item {
	display: flex;
	flex-direction: column;

	margin-bottom: 23px;
}

.title {
	font-size: 35px;
}

.desc {
	font-size: 50px;
	font-weight: 500;
}

.addresses-wrapper {
	flex-basis: 20%;
}

.address {
	display: flex;
	flex-direction: column;
	margin-bottom: 23px;
}

.right-info {
	flex-basis: 50%;
}

.sale {
	display: flex;
	flex-direction: column;
	margin-bottom: 23px;
}


/*  */
.entry-content>div {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 25%;
}

.entry-content h3 {
	text-transform: uppercase;
}

.page-container h3, .page-container h4, .page-container p {
	font-size: 35px;
}

.page-container .contact-us-title {
	text-align: center;
	max-width: 12em;
}

.page-container .contact-us-title svg {
	text-align: center;

	width: 100%;
	height: auto;
}

.contact-us-close-icon {
	position: absolute;
	top: 16px;
	right: 16px;

	cursor: pointer;
}

#director-wipe {
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	transform: translateX(-100vw);
	transition: transform 0.2s ease-out;
}
#director-wipe .main {
	width: 70%;
	height: 100%;
	background-color: black;
}
#director-wipe .menu {
	width: 30%;
	height: 100%;
}
#wipe {
	width: 100vw;
	height: 100vh;
	background-color: #1D1D1D;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	transform: translateX(100vw);
	transition: transform 0.2s ease-out;
}
#wipe.active, #director-wipe.active {
	transform: translateX(0vw);
}

@media only screen and (max-width: 2560px) {

	.desc,
	.page-container {
		font-size: 1.5em;
	}

	.page-container h3, .page-container h4, .page-container p {
		font-size: 1.1vw;
	}

	.title {
		font-size: 1.2em;
	}

	.main-player p {
		text-transform: uppercase;
		font-size: 1.2vw;
	}

	.instagram-label {
		font-size: 1vw;
	}
	.instagram {
		font-size: 1.2em;
	}

	.directors {
		flex-basis: 30%;
	}

	.highlight {
		flex-basis: 70%;
	}

	.director-item,
	.extra-director-item {
		font-size: 1.4em;
	}

	.extra-title {
		font-size: 1em;
	}

	.video-subtitle--container {
		font-size: 3.5vw;
	}
}

@media (max-width: 768px) {
	.contact-us-close-icon {
		display: none;
	}

	.mobile-hidden {
		display: none;
	}
	
	#director-wipe .main {
		width: 0%;
		height: 100%;
		background-color: black;
	}
	#director-wipe .menu {
		width: 100%;
		height: 100%;
	}

	.logo-svg {
		width: calc(100vw - 50px);
		height: auto;
	}

	.site-main {
		height: auto;
		flex-direction: column;
		font-size: 15px;
	}

	.directors {
		margin-top: 15px;
	}

	.highlight {
		min-height: 70vh;
	}

	.video-subtitle--container {
		font-size: 22px;
		top: 63vh;
	}

	.video-subtitle--wrapper {
		margin-left: 20px;
	}

	.directors-list {
		overflow: hidden;
	}

	.director-item,
	.extra-director-item {
		font-size: 17px;
	}

	.top-actions {
		margin-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.top-actions .filters-wrapper {
		flex-wrap: nowrap;
		flex-direction: row;
	}

	.top-actions .filters-wrapper>div {
		flex-wrap: nowrap;
		column-gap: 16px
	}

	.arrows-wrapper {
		display: none;
	}

	.top-actions .filters-wrapper .filter-item {
		margin-right: 30px;
	}

	.instagram-wrapper svg {
		width: 18px;
		height: 18px;
	}

	.logo-svg {
		width: calc(100vw - 40px);
		height: auto;
	}

	.desc,
	.page-container {
		font-size: 17px;
	}

	.page-container h3, .page-container h4, .page-container p {
		font-size: 14px;
		line-height: 1.2em;
	}

	.title {
		font-size: 17px;
	}

	.info-container {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.left-info {
		flex-basis: 50%;
	}

	.addresses-wrapper {
		flex-basis: 50%;
	}

	.right-info {
		width: 100%;
	}


	.main-player p {
		font-size: 17px;
	}

	.instagram {
		font-size: 17px;
	}

	.single-director-main {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.single-director .nav-bar {
		height: 70px;
		padding: 20px;
	}

	.single-logo-svg {
		width: 240px;
	}

	.bio {
		position: static;

		text-align: left;

		width: 100%;
		height: auto;
		margin-bottom: 8em;
		margin-top: 1em;
		padding-right: 5em;
	}

	.bio p:not(:last-child) {
		margin-bottom: 0;
	}

	.instagram {
		font-size: 20px;
	}

	.bio .instagram-label,
	.bio .more-btn,
	.bio .bio-context {
		font-size: 15px;
		margin-bottom: 0;
	}

	.video-caption {
		font-size: 14px;
	}

	.single-director-back-btn {
		width: 17px;
		height: 17px;
		right: 20px;
		top: 20px;
	}

	.reel-item {
		padding-right: 20px;
	}

	.main-player {
		padding: 40px 5px 0 5px;
	}

	.main-player .close svg {
		width: 15px;
		height: 15px;
		margin-top: 10px;
		margin-right: 10px;
	}

	/* contact us page */

	.entry-content>div>div:nth-child(1) {
		flex-basis: 50% !important;
	}

	.entry-content>div>div:nth-child(2) {
		flex-basis: 50% !important;
	}

	.entry-content>div>div:nth-child(3) {
		flex-basis: 100% !important;
	}
}

@media only screen and (max-width: 480px) {

	.desc,
	.magna-introduction {
		font-size: 17px;
	}

	.title {
		font-size: 17px;
	}

	.info-container {
		justify-content: flex-start;
		flex-direction: column;
	}

	.video-caption {
		font-size: 14px;
	}

	.reel-item {
		flex-basis: 100%;
		padding: 0
	}

	/* contact us page */

	.entry-content>div>div:nth-child(1) {
		flex-basis: 100% !important;
	}

	.entry-content>div>div:nth-child(2) {
		flex-basis: 100% !important;
	}

	.entry-content>div>div:nth-child(3) {
		flex-basis: 100% !important;
	}
}
