/*!
Theme Name: rei
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: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rei
Domain Path: /languages
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rei is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
# 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: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 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 {
	color: #404040;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

@font-face {
    font-family: WT_Kormelink_Italic;
    src: url("fonts/WT_Kormelink_Italic.otf") format("opentype");
    font-style: italic;
}

:root {
	—-app-height: 100%;
	--balck: #000000;
	--white: #ffffff;
	--red: #f80000;
	--red-secondary: #ED1C25;
	/*--primary-color: #dbdbdb;*/
	/*--primary-color: #e7e7e7;*/
	--primary-color: #d6d6d6;
	--secondary-color: #f80000;
	--dark-grey: #4d4d4d;
	/*--grey: #636363;*/
	--grey: #454545;
	--light-grey: #9a9a9a;
	--lighter-grey: #2c2c2c;
	--site-padding: 10px;
	/*
	--font-big: 7rem;
	--font-big-line-height: 70px;
	*/
	--font-big: 11rem;
	--font-big-line-height: 107px;
	--font-big-letter-spacing: -4px;
	--font-family-one: 'WT_Kormelink_Italic', 'Cormorant Garamond', serif;
}

/* Elements
--------------------------------------------- */
@font-face {
    font-family: Haffer-Light;
    src: url("fonts/Haffer-Light.otf") format("opentype");
}
@font-face {
    font-family: Haffer-Medium;
    src: url("fonts/Haffer-Medium.otf") format("opentype");
}
.heffer-medium {
	font-family: Haffer-Medium;
}

body {
	background: var(--balck);
	color: var(--primary-color);
	font-family: Haffer-Light;
	letter-spacing: -0.64px;
}
body.page-template-shop footer,
body.single-products footer {
	background: var(--red-secondary);
	margin-top: 100px;
	color: var(--white);
}
body.page-template-shop .site-footer form input[type="submit"],
body.single-products .site-footer form input[type="submit"] {
	background: var(--white);
	color: var(--red-secondary);
}
body.page-template-shop .site-footer form input[type="email"],
body.single-products .site-footer form input[type="email"] {
	background: var(--white);
}
body.page-template-shop .site-footer a:hover {
	color: var(--balck);
}
body.page-template-shop,
body.single-products {
	background: var(--red-secondary);
	color: var(--white);
}
body.page-template-shop .nav-toggle .bottom,
body.page-template-shop .nav-toggle .top,
body.single-products .nav-toggle .bottom,
body.single-products .nav-toggle .top {
	background: var(--white);
}
body.page-template-shop a,
body.page-template-shop .nav-toggle,
body.page-template-shop .side-menu,
body.single-products a,
body.single-products .nav-toggle,
body.single-products .side-menu {
	color: var(--white);
}
body.page-template-shop .masonry-grid article h1,
body.page-template-shop .masonry-grid article h3,
body.single-products .masonry-grid article h1,
body.single-products .masonry-grid article h3 {
	color: var(--white);
	font-size: 1.5rem;
	font-family: Haffer-Light;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: -0.03em;
	width: 80%;
}

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: var(--primary-color);
	text-decoration: none;
}

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

button {
	background: none;
	border: none;
	font-feature-settings: inherit;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 25px;
	outline: none;
}

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

.container {
	margin: 0 auto;
	padding: 0 var(--site-padding);
}
main.film {
	margin-top: 100px;
}
.page-title {
	font-size: var(--font-big);
	line-height: var(--font-big-line-height);
	letter-spacing: var(--font-big-letter-spacing);
	font-weight: normal;
	margin: 140px 0 20px -7px;
	display: inline-block;
}
.page-header p {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 25px;
	margin: 0;
	display: block;
	margin: 0;
}

.admin-bar #masthead {
	top: var(--site-padding);
}
#masthead {
	pointer-events: none;
	display: flex;
	justify-content: space-between;
	padding: 5px var(--site-padding);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}
#masthead * {
	pointer-events: auto;
}
.site-title {
	font-family: var(--font-family-one);
	font-style: italic;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: -0.5px;
	margin: 8px 0 0 0;
}
.site-logo {
	left: 0;
	margin: 0 auto;
	mix-blend-mode: screen;
	position: fixed;
	right: 0;
	top: 8px;
	/*width: 80px;*/
	width: 75px;
	z-index: 9999;
}
.term-interactive .site-logo,
.term-interactivo .site-logo {
	mix-blend-mode: screen;
}
.interactive-logo {
	display: none;
	pointer-events: none;
}
.term-interactive .interactive-logo,
.term-interactivo .interactive-logo {
	display: block;
	top: 17px;
	max-width: 720px;
	width: 100%;
	-webkit-transform: translate3d(0,-21px,0);
	transform: translate3d(0,-21px,0);
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	-webkit-transform-origin: top;
	transform-origin: top;
}
.interactive-scroll .interactive-logo {
	-webkit-transform: scale(.14);
	transform: scale(.14);
}
.term-interactive #eyes,
.term-interactivo #eyes {
	opacity: 0;
	visibility: hidden;
}
.site-logo svg {
	height: 45px;
	width: 75px;
}
.nav-toggle {
	align-items: center;
	cursor: pointer;
	display: flex;
	color: var(--primary-color);
	font-size: 1.5rem;
	font-weight: 300;
	margin: 9px 0 0 0;
}
.menu-label {
	margin: 0 11px 0 0;
}
.menu-label:before {
	content: "MENU";
}
.nav-toggle .menu-burger {
	position: relative;
	width: 20px;
	height: 20px;
}
.nav-toggle .bottom,
.nav-toggle .top {
	background: var(--primary-color);
	height: 1px;
	margin: 0;
	width: 20px;
	-webkit-transition: .1s ease;
	transition: .1s ease;
	top: 14px;
	position: absolute;
}
.nav-toggle .top {
	top: 5px;
}

.show-menu main {
	pointer-events: none;
}

.menu_background {
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	display: none;
	width: 100%;
	z-index: 99;
}
.show-menu .menu_background {
	display: block;
}
/*
.menu_background:after {
	content: "";
	display: block;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 50%;
}
*/

.show-menu .nav-toggle .bottom {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px;
	position: absolute;
}
.show-menu .nav-toggle .top {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
	position: absolute;
}
.show-menu .side-menu {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.show-menu .menu-label:before {
	content: "CLOSE";
}
:lang(es) .show-menu .menu-label:before {
	content: "CERRAR";
}
.show-menu .side-menu .content {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: transform 0.55s 0s cubic-bezier(0.55, 0, 0.34, 1), opacity 0.55s 0s cubic-bezier(0.55, 0, 0.34, 1);
	transition: transform 0.55s 0s cubic-bezier(0.55, 0, 0.34, 1), opacity 0.55s 0s cubic-bezier(0.55, 0, 0.34, 1);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	opacity: 1;
}

.side-menu {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background: rgba(0,0,0,.5);
	color: var(--primary-color);
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 10px 0 10px;
	width: 100%;
	z-index: 999;
	-webkit-transition: transform 0.3s cubic-bezier(0.55, 0, 0.34, 1);
	transition: transform 0.3s cubic-bezier(0.55, 0, 0.34, 1);
	-webkit-transform: translate3d(calc(100% + 72px),0,0);
	transform: translate3d(calc(100% + 72px),0,0);
}
.side-menu a {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}
.side-menu .content {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,12px,0);
	transform: translate3d(0,12px,0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
#site-navigation ul {
	position: absolute;
	bottom: 52px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-navigation ul li.inactive a {
	color: var(--grey);
	pointer-events: none;
	cursor: default;
}

#lang-switcher {
	display: flex;
	font-family: var(--font-family-one);
	font-style: italic;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 25px;
	list-style: none;
	position: absolute;
	bottom: 57px;
	right: 0;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
#lang-switcher li {
	margin: 0 5px 0 0;
}
.lang-item-first::after {
	content: "/";
	margin: 0 0 0 7px;
}

.featured-titles {
	background: center no-repeat;
	background-size: cover;
	position: relative;
	min-height: 600px;
	height: 100vh;
	height: var(--app-height);
	width: 100%;
}
.featured-titles:after,
.hero-image:after,
.section-hero:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.3);
}
/*
.featured-titles:after {
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 1) 0%,rgba(255, 255, 255, 0) 100%);
	background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(1,rgba(255, 255, 255, 0) ));
	background : -o-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40%;
}
*/
.titles-wrapper,
main {
	transition: opacity .2s ease;
}
.home.show-menu main {
	opacity: 1;
}
.show-menu .titles-wrapper,
.show-menu main {
	opacity: .3;
}
.featured-titles .titles-wrapper,
.hero-image .project-header {
	position: absolute;
	bottom: 52px;
	padding: 0 10px 0 10px;
	z-index: 1;
}
.hero-image .project-header {
	width: 100%;
}
.featured-titles .titles-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.featured-titles h2 {
	margin: 0 0 10px 0;
	font-family: var(--font-family-one);
	font-style: italic;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0;
}
.featured-titles .titles-wrapper h1,
.hero-image .project-header h1,
.side-menu {
	font-weight: 300;
	/*
	font-size: 13.1rem;
	line-height: 130px;
	*/
	font-size: 5.5rem;
	line-height: 55px;
	margin: 0;
}
.featured-titles .titles-wrapper h1 {
	letter-spacing: -1px;
}
.featured-titles .titles-wrapper h1 span {
	display: none;
	font-family: var(--font-family-one);
	font-style: italic;
	font-size: 2.3rem;
	line-height: 25px;
	transition: .2s ease;
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	letter-spacing: 0px;
}
.featured-titles .titles-wrapper a {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}
#featured-video,
#featured-gif,
.featured-video-container img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}
.featured-video-container {
	opacity: 0;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.active.featured-video-container {
	opacity: 1;
}

.home .site-footer {
	display: none;
}

.project-details {
	color: var(--dark-grey);
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: -0.20px;
	line-height: 14px;
	margin: 10px 0 0 0;
	max-width: 500px;
	width: 85%;
}

.site-footer {
	background: var(--primary-color);
	color: var(--balck);
	font-size: 1.4rem;
	padding: 25px 0 10px 0;
	letter-spacing: -0.4px;
}
.site-footer img {
	margin: 0 0 18px 0;
	opacity: .1;
	width: 69px;
}
.copy-footer {
	margin: 25px 0 0 0;
}
.site-footer a {
	color: var(--balck);
}
.site-footer p {
	margin: 0;
	line-height: 19px;
}
.site-footer h6 {
	font-family: Haffer-Medium;
	font-weight: 300;
	font-size: 1.4rem;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 19px;
}
.site-footer form>div {
	display: flex;
	flex-wrap: nowrap;
	width: fit-content;
}
.site-footer form>div div:first-child {
	width: calc(100% - 80px);
}
.site-footer form input {
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: Haffer-Light;
	font-size: 1.4rem;
	border: 1px solid var(--balck);
	height: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
.site-footer form input[type="email"] {
	background: var(--primary-color);
	color: var(--balck);
	padding: 0 0 0 5px;
	width: 100%;
}
.site-footer form input[type="submit"] {
	background: var(--balck);
	cursor: pointer;
	color: #999999;
	padding: 0;
	width: 80px;
}
.site-footer form input[type="submit"]:hover {
	opacity: .8;
}
.site-footer form.error .message {
	color: red;
}
.site-footer form.success .message {
	color: green;
}
.site-footer form.error .message:before {
	content: "email already registered";
}
:lang(es) .site-footer form.error .message:before {
	content: "email ya registrado";
}
.site-footer form.success .message:before {
	content: "thanks!";
}
:lang(es) .site-footer form.success .message:before {
	content: "gracias!";
}

#subscribe-form div {
	position: relative;
}
#subscribe-form.sending .loader {
	display: block;
}
#subscribe-form div.loader {
	display: none;
	background: linear-gradient(to right, #0001 18.07%, #ffffff3d, #0001 77.73%) #000000;
	background-size:300% 100%;
	animation: l1 1s infinite linear;
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	right: 1px;
	left: 1px;
	bottom: 1px;
}
@keyframes l1 {
	0% {background-position: right}
}

.hero-image {
	overflow: hidden;
	position: relative;
	min-height: 500px;
	margin-bottom: 35px;
	height: 87vh;
	width: 100%;
}
.hero-image:before {
	background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 0, 0, 1) 0%,rgba(255, 255, 255, 0) 100%);
	background : -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(1,rgba(255, 255, 255, 0) ));
	background : -o-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : -ms-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	height: 40%;
	width: 100%;
	z-index: 1;
}
.hero-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.play-video {
	color: var(--primary-color);
	bottom: 0px;
	left: var(--site-padding);
	cursor: pointer;
	font-size: 1.3rem;
	position: absolute;
	text-transform: uppercase;
	border: 1px solid var(--primary-color);
	border-radius: 30px;
	padding: 0 13px;
	z-index: 2;
}
.play-video svg {
	height: auto;
	margin: 0 5px 0 0;
	width: 10px;
}
.play-video svg path {
	fill: var(--primary-color);
}
.play-video:hover {
	background: var(--primary-color);
	color: var(--grey);
}
.play-video:hover svg path {
	fill: var(--grey);
}
.hero-image .awards {
	bottom: 52px;
	position: absolute;
	right: 10px;
}
.hero-image .awards img {
	height: 60px;
}

.empty-block {
    border: 1px solid #FFFFFF5E;
}

.project-content {
	padding: 0 10px;
}
.project-content .grid {
	font-weight: 300;
}
.project-content .grid-4 > div {
	width: 100%;
}
.project-content .grid-4 > div:first-child,
.project-content .grid.grid-details > div:first-child {
	padding-left: 0;
}
.project-content .grid-4 > div:last-child,
.project-content .grid.grid-details > div:last-child {
	padding-right: 0;
}
.project-content h6 {
	color: var(--dark-grey);
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: -0.20px;
	line-height: 14px;
	margin: 0;
}
.project-content .grid p {
	font-size: 2.6rem;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.project-content .grid.grid-details {
	margin: 80px 0 0 0;
}
.project-content .grid.grid-details p {
	color: var(--light-grey);
	font-size: 1.5rem;
	line-height: 19px;
	margin-top: 5px;
}

.grid-item {
	margin-bottom: 35px;
	width: 100%;
}
.grid-sizer {
	width: 100%;
}
.grid-gutter {
	width: 0px;
}
/*
.grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
*/
.grid-item .thumbnail {
	position: relative;
}
.grid-item .thumbnail:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	opacity: 0;
	background: rgba(0,0,0,.3);
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.grid-item:hover .thumbnail:after {
	opacity: 1;
}
.masonry-grid article .thumbnail {
	margin: 0 0 10px 0;
	position: relative;
}
.masonry-grid article img {
	margin: 0;
	vertical-align: middle;
}
.masonry-grid article .thumbnail .awards {
	top: 10px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 10px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	z-index: 9;
}
.masonry-grid article:hover .thumbnail .awards {
	opacity: 1;
}
.masonry-grid article .thumbnail .awards img {
	margin: 0 0 0 5px;
	width: 100px;
}
.masonry-grid article video,
.hero-image video,
.section-hero video,
.featured-videos {
	object-fit: cover;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.masonry-grid article .entry-header {
	position: relative;
}
.masonry-grid article h1 {
	align-items: baseline;
	display: flex;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 25px;
	//margin: 0 0 5px 0;
	margin: 0;
}
.masonry-grid article h1 .title {
	max-width: 60%;
}
.masonry-grid article h3 {
	font-family: var(--font-family-one);
	font-style: italic;
	font-weight: 300;
	color: var(--grey);
	margin: 0;
	/*
	font-size: 2.4rem;
	line-height: 23px;
	*/
	font-size: 1.7rem;
	line-height: 23px;
}
.masonry-grid article .date {
	color: var(--grey);
	font-family: var(--font-family-one);
	font-style: italic;
	font-size: 1.5rem;
	line-height: 23px;
	font-weight: 300;
	margin-left: 10px;
}
.masonry-grid article .project-type {
	color: var(--lighter-grey);
	font-family: var(--font-family-one);
	font-style: italic;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 23px;
	margin-left: auto;
}


.project-stills,
.project-posters {
	margin: 100px 0;
}
.embla__button {
	top: 0;
	bottom: 0;
	position: absolute;
	width: 20%;
	height: 100%;
	z-index: 99;
}
.embla__prev {
	cursor: w-resize;
	left: 0;
}
.embla__next {
	cursor: e-resize;
	right: 0;
}
.embla {
	cursor: grab;
	overflow: hidden;
	position: relative;
}
.embla:active {
	cursor: grabbing;
}
.embla__container {
	display: flex;
}
.embla__slide {
	flex: 0 0 60%;
	min-width: 0;
	margin: 0 10px;
}
.project-stills .embla__slide {
	flex: 0 0 80%;
}
.embla__slide .center_content {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.embla__slide .center_content img {
	max-height: 90vh;
}

.sinopsis {
	position: relative;
	font-size: 3rem;
	line-height: 35px;
	padding: 65px 0;
}
.sinopsis p {
	margin: 0;
}
.sinopsis h5,
.project-actions,
.project-actions h5,
.more-projects h5 {
	font-size: 1.4rem;
	font-weight: 300;
	text-transform: uppercase;
	color: var(--grey);
	margin: 0;
}
.more-projects h5 {
	margin: 0 0 24px 0;
}
.project-actions .download h5 {
	color: var(--primary-color);
}
.sinopsis .content {
	max-width: 700px;
	margin: 0 auto;
}

.more-projects {
	margin: 0 0 150px 0;
}

.project-actions {
	margin: 107px 0;
}
.project-actions .container {
	display: flex;
	flex-wrap: nowrap;
}
.project-actions ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.project-actions .col:last-child ul {
	text-transform: none;
}
.project-actions .col {
	width: 50%;
}
.project-actions .col:first-child,
.project-actions .col:last-child {
	width: 25%;
}
.project-actions .share ul {
	display: flex;
}
.project-actions .share ul li {
	margin: 0 10px 0 0;
}
.project-actions .share ul li a {
	color: blue;
}
.project-actions .share ul li a.copied {
	color: green;
}
.project-actions .share ul li a svg  {
	height: auto;
	vertical-align: text-bottom;
	width: 17px;
}
.project-actions a {
	color: var(--grey);
}
.project-actions a.disable {
	pointer-events: none;
	cursor: default;
	text-decoration: line-through;
}
.project-actions a:hover {
	color: var(--red);
}
.project-actions h5 {
	margin: 0 0 10px 0;
}

.close-modal {
	cursor: pointer;
	right: var(--site-padding);
	position: absolute;
	top: var(--site-padding);
	height: 25px;
	width: 25px;
	z-index: 9;
}
.close-modal:before,
.close-modal:after {
	background: var(--primary-color);
	content: "";
	display: block;
	height: 1px;
	width: 25px;
}
.close-modal:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
	position: absolute;
}
.close-modal:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px;
	position: absolute;
}
.open-modal {
	overflow: hidden;
}
.open-modal .modal {
	display: block;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	padding: var(--site-padding);
	z-index: 9999;
	overflow: auto;
}
.modal .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.modal .container .content {
	width: 95%;
}
.modal .responsive-video {
	padding-bottom: 56.25%;
	width: 100%;
	border: none;
	position: relative;
}
.modal .responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.section-hero {
	position: relative;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 28px;
}
.section-hero img {
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.section-hero .container {
	max-width: 850px;
	position: relative;
	z-index: 1;
}
.section-hero .the-title {
	overflow: hidden;
	padding: 25vh 0 20vh 0;
	position: relative;
}
.section-hero .the-title:before {
	background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 0, 0, 1) 0%,rgba(255, 255, 255, 0) 100%);
	background : -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(1,rgba(255, 255, 255, 0) ));
	background : -o-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : -ms-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background : linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	height: 40%;
	width: 100%;
	z-index: 1;
}
.section-hero h1 {
	font-size: 5.4rem;
	font-weight: 300;
	line-height: 53px;
	margin: 0;
}
.section-hero .the-excerpt {
	padding: 20px 0 10px 0;
}
.section-hero .the-excerpt .container {
	max-width: 960px;
}
.section-hero .the-excerpt p {
	margin: 29px 0 0 0;
}
.section-hero .the-excerpt .small-text {
	font-size: 1.4rem;
	font-style: italic;
	color: var(--grey);
}

.team-section {
	margin-bottom: 200px;
}
.team-section .grid {
	max-width: 1060px;
	margin: 0 auto;
}
.team-section .grid img {
	width: 100%;
}
.team-section h4 {
	font-family: var(--font-family-one);
	font-size: 2.4rem;
	line-height: 23px;
	text-align: center;
	font-weight: 300;
	color: var(--grey);
	margin: 60px 0 40px 0;
}
.team-section .grid h2 {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 25px;
	margin: 0 0 5px 0;
	margin: 10px 0 5px 0;
}
.team-section .grid h3 {
	font-family: var(--font-family-one);
	font-style: italic;
	font-weight: 300;
	color: var(--grey);
	margin: 0;
	font-size: 1.7rem;
	line-height: 23px;
}
.team-section .grid-item .thumbnail {
	filter: grayscale(100%);
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.team-section .grid-item:hover .thumbnail {
	filter: grayscale(0%);
}

body.page-template-shop .grid-item,
body.page-template-shop .grid-sizer,
body.single-products .grid-item,
body.single-products .grid-sizer {
	width: calc(50% - 10px);
}
body.page-template-shop .grid-gutter,
body.single-products .grid-gutter {
	width: 20px;
}

.full-product {
	font-size: 16px;
	font-weight: 300;
	line-height: 19.2px;
	letter-spacing: -0.03em;
	margin: 0 0 50px 0;
}
.full-product h1 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: -0.03em;
	margin: 0;
}
.full-product .col:last-child {
	margin: 20px 0 0 0;
	padding: 0;
}
.buy-button {
	border: 1px solid #FFFFFF;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 25px;
	margin: 20px 0 0 0;
	padding: 10px 20px;
}
.more-products h2 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 54px;
	letter-spacing: -0.03em;
	margin: 0 0 20px 0;
}

@media ( min-width: 768px ) {

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

	#masthead {
		padding: 31px var(--site-padding);
	}

	.site-title {
		font-size: 2.5rem;
		margin: 0;
	}
	.nav-toggle {
		margin: 8px 0 0 0;
	}

	.site-logo {
		top: 23px;
		width: 101px;
	}
	.site-logo svg {
		height: 60px;
		width: 101px;
	}

	#lang-switcher {
		font-size: 2.3rem;
	}

	.featured-titles .titles-wrapper h1,
	.hero-image .project-header h1,
	.side-menu {
		font-size: var(--font-big);
		line-height: var(--font-big-line-height);
		letter-spacing: var(--font-big-letter-spacing);
	}
	.hero-image .project-header h1 {
		line-height: 90px;
		margin-bottom: 20px;
		margin-left: -7px;
		width: 75%;
	}
	.featured-titles .titles-wrapper h1 span {
		display: inline-block;
	}
	.featured-titles h2 {
		font-size: 2.3rem;
	}
	.hero-image {
		margin-bottom: 0;
	}

	.modal .container .content {
		width: 80%;
	}

	.side-menu {
		padding: 0 var(--site-padding) 0 var(--site-padding);
		width: 56.5%;
	}

	.featured-titles .titles-wrapper,
	.hero-image .project-header {
		padding: 0 var(--site-padding) 0 var(--site-padding);
	}
	.featured-titles .titles-wrapper a:hover span {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.featured-titles .titles-wrapper a:hover,
	.side-menu a:hover,
	.site-footer a:hover {
		color: var(--secondary-color);
	}

	.hero-image .awards {
		right: var(--site-padding);
	}

	.page-header p {
		margin: -10px 0 25px 0;
	}

	.project-content {
		padding: 0 var(--site-padding);
	}
	.project-content .grid {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-align-content: flex-start;
		align-content: flex-start;
	}
	.project-content .grid-4 > div {
		padding: 0 30px 0 10px;
		width: 25%;
	}
	.project-content .grid.grid-details > div {
		padding: 0 20px 0 10px;
	}
	.project-content .grid-4 > div:last-child,
	.project-content .grid.grid-details > div:last-child {
		padding-right: 30px;
	}

	.play-video {
		bottom: 60px;
		left: inherit;
		right: calc(25vw - 129px);
	}

	body.page-template-shop .grid-item,
	body.page-template-shop .grid-sizer,
	body.single-products .grid-item,
	body.single-products .grid-sizer {
		width: calc(25% - 26.4px);
	}

	.masonry-grid article h1 .title {
		max-width: inherit;
	}

	.grid-item,
	.grid-sizer {
		width: calc(33.333% - 23.3px);
	}
	.grid-gutter {
		width: 35px;
	}

	.sinopsis {
		padding: 100px 0;
	}
	.sinopsis h5 {
		position: absolute;
	}

	.site-footer .container {
		display: flex;
		flex-wrap: nowrap;
	}
	.site-footer .col {
		padding: 0 70px 0 0;
		width: 25%;
	}

	.team-section .grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
	.team-section .grid .grid-item {
		width: 100%;
	}

	.full-product {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 16px;
		font-weight: 300;
		line-height: 19.2px;
		letter-spacing: -0.03em;
		margin: 0 0 50px 0;
	}
	.full-product h1 {
		font-size: 4.5rem;
		font-weight: 300;
		line-height: 45px;
		letter-spacing: -0.03em;
		margin: 0;
	}
	.full-product .col {
		width: calc(50% - 18px);
	}
	.full-product .col:last-child {
		margin: 0;
		padding: 0 20px 0 0;
	}
	.full-product .content {
		width: 90%;
	}
	.full-product .content p {
		margin: 15px 0 0 0;
	}
	.buy-button {
		font-size: 3.6rem;
		line-height: 43.2px;
		padding: 10px 50px;
	}
	.buy-button:hover {
		color: var(--red-secondary);
		background: var(--white);
	}
	.more-products h2 {
		font-size: 4.5rem;
		font-weight: 300;
		line-height: 54px;
		letter-spacing: -0.03em;
		margin: 0 0 20px 0;
	}

	.site-footer h6 {
		margin: 10px 0 30px 0;
	}

}

/**
 * Vimeo fullscreen player
 * */
.video_controls {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 11px;
    align-items: center;
    z-index: 9;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    //-webkit-transform:translate3d(0, 200%, 0);
    //transform:translate3d(0, 200%, 0);
    visibility: hidden;
    opacity:0
}

.video_loaded .video_controls {
    visibility: visible;
    opacity:1
}

#video_pause, .is_playing.video_loaded #video_play, .video_loaded .play_video {
    display:none
}

.video_loaded #video_play, .is_paused #video_play, .is_playing #video_pause, .is_not_muted .sound_on {
    display:block
}

.is_playing .pause_video {
    display:block
}

.sound_off {
    opacity:1
}

.is_muted .sound_off {
    opacity:0
}

.video_time {
    padding-top: 2px;
    min-width:90px
}

.cant-fullscreen .video_actions button.video_fullscreen {
    display:none
}

.video_actions button.video_fullscreen {
    background: 0 0;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    margin: 0 0 3px 20px;
    padding: 0;
    height: 34px;
    min-width:69px
}

.video_actions button.video_fullscreen svg {
    height: 34px;
    width:63px
}

.video_controls button svg.sound_on {
    height: 31px;
    width:41px
}

.is_muted .video_controls button svg.sound_on {
    margin-top:1px
}

.video_controls button svg {
    height: 100%;
    width:100%
}

button.video_fullscreen svg path, .play_video svg path {
    -webkit-transition: .2s ease;
    transition:.2s ease;
    fill: #fff;
}

button.video_fullscreen:hover svg path, .play_video:hover svg path {
    fill:#ffffff
}

.cant-fullscreen .video_progress {
    width:calc(100% - 100px)
}

.video_progress {
    background: transparent;
    border-radius: 2px;
    border-right: 1px solid black;
    overflow: hidden;
    cursor: pointer;
    margin: 0 20px;
    position: relative;
    height: 10px;
    width:calc(100% - 250px)
}
.video_progress:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
}

.total_progress {
    height: 10px;
    width: 150px;
    position: absolute;
    top:0
}

.video_progress .time_elapsed, .time_buffered {
    background: #000;
    height: 20px;
    position: absolute;
    top:0
}

.time_buffered {
    opacity:.1
}

@media (min-width: 640px) {
    .video_controls {
        position: absolute;
        bottom: 0;
        left: 0;
        right:0
    }

    .video_loaded.hide_controls .video_controls {
        visibility: hidden;
        opacity:0
    }

    #video_popup .container .content #video {
        width:80%
    }

    .video_progress, .total_progress {
        //width:200px
    }
}

.seeker {
    top: -2px;
    height: 7px;
    width: 2px;
    background: #d7d5ca;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: .2s ease;
    transition:.2s ease;
}

.video_progress:hover .seeker {
    height: 12px;
    -webkit-transform: translate3d(0px, -3px, 0);
    transform:translate3d(0px, -3px, 0);
}

.video_actions {
    position: relative;
    display: flex;
    flex-wrap:wrap;
}

.video_actions button, .toggle_sound {
    color: var(--primary-color);
    font-size: 5rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    box-shadow: none;
    padding: 0;
    border: none;
    background: 0 0;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    height: 34px;
    width:40px;
}

.video_actions button svg {
    vertical-align:top;
}

.video_actions button svg path {
    -webkit-transition: .2s ease;
    transition:.2s ease;
    fill: #fff;
}

.video_actions button:hover svg path {
    fill:#fff;
}

.video_actions button:hover {
    color:#fff;
}

.updating_video_progress iframe {
    opacity:.6;
}

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

@media ( max-height: 770px ) {

	:root {
		--font-big: 8rem;
		--font-big-line-height: 80px;
		--font-big-letter-spacing: -4px;
	}

}

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


article.type-post {
	padding-top: 100px;
}
article.type-post .container {
	max-width: 600px;
	margin-bottom: 100px;
}
article.type-post .thumbnail img {
	width: 100%;
}
article.type-post h1 {
	font-size: 3rem;
	font-weight: normal;
}
article.type-post p {
	font-size: 1.5rem;
}