/*!
Theme Name: Tajá Luegáèzor Christian
Theme URI: http://underscores.me/
Author: Talking Horse
Author URI: https://talkinghorse.co
Description: A custom WordPress theme for the actor Tajá Luegáèzor Christian
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: taja
*/

html,
body {
    position: relative;
    height: 100%;
}
html.locked,
body.locked
{
    margin: 0;
    height: 100%;
    overflow: hidden;
}
body.locked {
    position: fixed;
}
@font-face {
    font-family: 'Tokyo Dreams';
    src: local('Tokyo Dreams Plain Regular'), local('TokyoDreamsPlain-Regular'),
    url('fonts/TokyoDreamsPlain-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GT America';
    src: local('GT America'),
    url('fonts/GT-America-Standard-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    background: #F8F3ED;
    font-family: 'GT America', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    color: #000;
    margin: 0;
    padding: 0;
}
#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F8F3ED;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.preloader__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.preloader__content-headshots {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1200px;
    margin: 0 auto;
}
.preloader__content-headshots img {
    height: 400px;
    width: 400px;
    object-fit: cover;
    object-position: top;
    display: block;
    opacity: 0;
}
.preloader__content-name {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
    .preloader__content-headshots {
        width: 600px
    }
    .preloader__content-headshots img {
        width: 200px;
        height: 200px
    }
    .preloader__content-name svg {
        width: 500px;
    }
}
@media screen and (max-width: 599px) {
    .preloader__content-headshots {
        width: 200px;
        flex-direction: column;
        justify-content: center;
    }
    .preloader__content-name svg {
        width: 350px;
    }
}
@media screen and (max-width: 399px) {
    .preloader__content-headshots {
        width: 120px;
        flex-direction: column;
        justify-content: center;
    }
    .preloader__content-headshots img {
        width: 120px;
        height: 120px
    }
    .preloader__content-name svg {
        width: 250px;
    }
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    position: fixed;
    top: 0;
    left: 0;
}
.hero {
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
body.has_swiper .main {
    margin-top: 100vh;
    z-index: 3;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: inherit;
}
.main {
    margin: 0;
    position: relative;
    width: 100%;
    background-color: inherit;
}
p {
    font-size: inherit;
    margin: 0 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em 0;
}
h1.h-no-margin {
    margin: 0;
}
.heading h2 {
    margin: 0;
}
h1, h2 {
    font-family: 'Tokyo Dreams', serif;
    font-weight: normal;
}
h1 {
    font-size: 2.75rem;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-weight: 400;
    font-size: 1.25rem;
}
p + h2 {
    margin-top: 1em;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a.button {
    font-size: inherit;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #FFE5DD;
    background-color: #E00913;
    border: 1px solid #E00913;
    margin: 25px 0;
    transition: background-color 0.2s;
}
a.button:hover {
    color: #E00913;
    border: 1px solid #E00913;
    background-color: #FFE5DD;
    text-decoration: none;
}
a.spotlight {
    display: block;
    position: relative;
    padding-right: 25px;
}
a.spotlight:after {
    content: '';
    display: block;
    position: absolute;
    background: url(img/external-link-icon.svg) no-repeat;
    background-size: contain;
    height: 18px;
    width: 18px;
    top: 4px;
    right: 0;
}
@media screen and (max-width: 578px) {
    a.spotlight {
        padding-right: 20px;
    }
    a.spotlight:after {
        height: 14px;
        width: 14px;
        top: 5px;
    }
}
body.has_swiper .content {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    padding-top: 4em;
}
body.has_swiper .content.in-view {
    opacity: 1;
    transform: translateY(0);
}
.has_max_width {
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1330px) {
    body {
        font-size: 1rem;
    }
}
@media screen and (max-width: 800px) {
    .has_max_width {
        padding: 30px;
    }
}
body.has_swiper header {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
header {
    position: relative;
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}
@media screen and (max-width: 800px) {
    .header__inner {
        padding: 30px;
    }
}
.logo {
    font-size: 20px;
    font-weight: bold;
}
.logo svg {
    width: 160px;
}
@media screen and (max-width: 750px) {
    .logo svg {
        width: 130px;
    }
}
a.scroll-down {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    border-radius: 100%;
    background-color: #E00913;
    background-image: url(img/arrow-down.svg);
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    z-index: 999;
}
.entry-content {
    display: flex;
    flex-direction: row;
}
.item {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    width: 75%;
}
.item:not(:first-child) {
    padding-top: 25px;
}
.item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.left {
    flex: 1 0 35%;
    padding-right: 5%;
}
.right {
    flex: 1 0 60%;
}
@media screen and (max-width: 760px) {
    .item {
        width: 100%
    }
    .left {
        flex: 1 0 35%;
        padding-right: 10%;
    }
    .right {
        flex: 1 0 55%;
    }
}
@media screen and (max-width: 668px) {
    .entry-content {
        flex-direction: column;
    }
    .left,
    .right {
        flex: 1 0 100%;
        padding-right: 0;
    }
    .left {
        margin-bottom: 1.5em;
    }
    .item {
        padding-bottom: 1.5em;
    }
}
.media-content__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
}
.media-content__media {
    flex: 1 0 50%;
}
.media-content__content {
    flex: 1 0 45%;
    padding-right: 5%;
}
.media-content__content {
    padding-top: 4em;
}
.media-content__content p {
    max-width: 30em;
}
@media screen and (max-width: 1020px) {
    .media-content__media {
        flex: 1 0 40%;
    }
    .media-content__content {
        padding-top: 0;
    }
    .media-content__content {
        flex: 1 0 55%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 796px) {
    .media-content__inner {
        flex-direction: column;
    }
    .media-content__content {
        padding-top: 0;
    }
    .media-content__media,
    .media-content__content {
        flex: 1 0 100%;
        padding-right: 0;
    }
    .media-content__media {
        margin-top: 4em;
    }
}
.see-more {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #F8F3ED;
    text-align: center;
    opacity: 1;
    box-shadow: 0 -5px 16px 8px #F8F3ED;
    z-index: 5;
    -webkit-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.see-more.gone {
    z-index: 0;
}
.see-more.show {
    height: 490px;
}
.see-more__inner {
    padding-top: 8px;
    padding-bottom: 5px;
}
.see-more--button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.see-more--button svg:first-child {
    margin-bottom: 10px;
}
.chevron {
    transition: transform 0.5s ease-in-out;
}
.rotated {
    transform: rotate(180deg);
}
.see-more--showreel {
    height: 400px;
    background-color: #F8F3ED;
    overflow: hidden;
    transition: height 0.5s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}
.showreel {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.showreel__inner {
    aspect-ratio: 16/9;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
.video-item {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    width: 100%;
    position: relative;
    background-color: #ffffff;
}
.video-item__media {
    opacity: .9;
    overflow: hidden;
}
.video-item__media, .video-item__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-item__video-wrap {
    background-color: #000;
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
    position: relative;
    width: 100%;
}
button.video-item__play-button {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: 100%;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0;
    position: absolute;
    text-transform: inherit;
    top: 0;
    width: 100%;
    z-index: 200;
    background: none;
}
button.video-item__play-button:hover .video-item__media {
    opacity: 0.6;
}
.video-item__play-button:after, .video-item__play-button:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.video-item__play-button:after {
    background: url(img/play-icon.svg) 50% no-repeat;
    background-size: contain;
    height: 4rem;
    width: 4rem;
    transform: translate(calc(2px - 50%),-50%);
}
@media screen and (max-width: 680px) {
    .video-item__play-button:after {
        height: 2rem;
        width: 2rem;
    }
}
.video-item__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 201;
}
.video-item.video-item--play .video-item__video {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.video-item__video iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
iframe {
    vertical-align: middle;
}
.video-item__video-wrap:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
footer {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    z-index: 3;
    background-color: inherit;
}
.footer__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer__branding-logo svg {
    width: 120px;
}
.footer__navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer__navigation-social {
    padding-right: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer__navigation-social a svg {
    padding-left: 25px;
}
a.social svg {
    fill: #000;
    transition: fill 0.1s;
}
a.social:hover svg {
    fill: #E00913;
}
.footer__navigation-nav nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.footer__navigation-nav nav ul li {
    padding-left: 25px;
}
.footer__navigation-nav nav ul li a {
    text-decoration: none;
}
.footer__navigation-nav nav ul li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1090px) {
    .footer__navigation-social {
        padding-right: 25px;
    }
}
@media screen and (max-width: 925px) {
    .footer__navigation-social {
        padding-right: 10px;
    }
}
@media screen and (max-width: 578px) {
    .footer__inner {
        flex-direction: column;
    }
    .footer__navigation {
        flex-direction: column;
        margin-top: 1.5em;
    }
    .footer__navigation-nav {
        margin-top: 1.5em;
    }
}
/* Gallery
--------------------------------------------- */
.grid-item {
    margin-bottom: 24px;
    overflow: hidden;
}
.grid-item img {
    width: 100%;
    display: block;
    border-radius: 5px;
}
#macy-container img {
    opacity: 0;
    transform: translateY(25px);
    transition: all 2.25s ease-out;
}
#macy-container img.show {
    opacity: 1;
    transform: translateY(0);
}

/* Navigation
--------------------------------------------- */
.main-navigation div ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation div ul li {
    font-weight: 400;
    padding: 0 25px;
}
body.has_swiper .main-navigation div ul li a {
    text-decoration: none;
    color: #fff;
}
body.has_swiper .main-navigation div ul li a:hover {
    text-decoration: underline;
    color: #fff;
}
.main-navigation div ul li a {
    text-decoration: none;
    color: #000;
}
.main-navigation div ul li a:hover {
    text-decoration: underline;
    color: #000;
}
.main-navigation div ul li.current_page_item a {
    text-decoration: underline;
}

.navigation__button { display: none; }

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

	nav#site-navigation {
		position: absolute;
		z-index: 9999;
		height: 100VH;
		width: 100%;
		top: 0;
		left: 0;
		background-color: #F8F3ED;
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease-in-out, visibility 0s .3s;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
	}
	nav#site-navigation.is-open {
		opacity: 1;
		pointer-events: all;
		visibility: visible;
	}
	nav.main-navigation div {
    	margin-top: 20px;
  	}
    nav.main-navigation div ul {
		top: 0;
		width: 100%;
		position: relative;
        flex-direction: column;
		margin: 0;
  	}
    nav.main-navigation div ul li {
		display: block;
		text-align: center;
		margin: 0;
        font-size: 1.5rem;
  	}
	nav.main-navigation div ul li:not(:last-child) {
		padding: 0 0 2.125rem 0;
		margin: 0;
	}
    body.has_swiper .main-navigation div ul li a {
        color: #000;
    }
    body.has_swiper .main-navigation div ul li a:hover {
        color: #000;
    }

}
.hamburger {
	padding: 15px 15px;
	display: none;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	background-image: none;
	border: 0;
	margin: 0;
	overflow: visible;
	z-index: 9999;
}
@media screen and (max-width: 910px) {
  .hamburger {
    display: block;
  }
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  	background-color: #E00913;
}
.hamburger-box {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
	background-color: transparent;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 3px;
	background-color: #000;
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
body.has_swiper .hamburger-inner, body.has_swiper .hamburger-inner::before, body.has_swiper .hamburger-inner::after {
	background-color: #fff;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
  	top: -10px;
}
.hamburger-inner::after {
  	bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
  	transition-duration: 0.075s;
  	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
	background-color: #E00913;
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	background-color: #E00913;
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	background-color: #E00913;
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner::before,
.hamburger.is-active:hover .hamburger-inner::after {
  	background-color: #E00913;
}