/*
Theme Name: 2023 March
Author: Matías Ventura
Description: Not a day without a line drawn.
*/

html {
	box-sizing: border-box;
}
body {
	background: #fff;
	color: #1e1e1d;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.site {
	background: #fff;
	/* margin: 21px;
	padding: 50px 0 0; */
}

*, *:before, *:after {
	box-sizing: inherit;
}

/* Alignment */
.alignleft {
	display: block;
	float: left;
	margin-left: -30px;
}
.alignright {
	display: block;
	float: right;
	margin-right: -30px;
}
.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
@media ( min-width: 1100px ) {
	.alignright {
		margin-right: -240px;
	}
	.alignleft {
		margin-left: -240px;
	}
}
@media ( min-width: 1440px ) {
	.alignright {
		margin-right: -340px;
	}
	.alignleft {
		float: right;
		margin-right: -330px;
	}
}
@media ( max-width: 440px ) {
	.alignright,
	.alignleft {
		float: none;
		margin: 0px;
	}
}

.wp-block-image img {
	height: auto;
}

body,
.index .description {
	font-family: 'Ibarra Real Nova', serif;
}
a {
	text-decoration: underline;
	color: #1e1e1d;
	text-decoration-thickness: 1.5px;
	text-decoration-color: #1e1e1d77;
	text-underline-offset: 3px;
	transition: all 100ms cubic-bezier(0.010, 0.500, 0.465, 0.810);
}

a:hover {
	color: #3858E9;
	text-decoration-color: #3858E944;
	text-decoration-thickness: 1.5px;
	text-decoration-skip-ink: all;
	text-underline-offset: 3px;
}

i, cite, em, var, address, dfn {
	font-style: normal;
}

.index .the-title a,
.latest-essay__title,
.entry-title,
.entry-title a,
.entry-content strong,
.widgettitle,
.index .the-menu .the-twitter,
.entry-content h2,
.entry-content h3,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a,
#header-image__label,
.film-items h1.film-title {
	font-weight: 800;
}

.entry-content {
	font-size: 18px;
	line-height: 1.6;
}

::selection {
	background: #222;
	color: white;
	text-shadow: none;
}
a::selection {
	background: #3858E9;
	color: #fff;
}
::-moz-selection {
	background: #222;
	color: white;
	text-shadow: none;
}

/* =Navigation
-------------------------------------------------------------- */
.index {
	position: fixed;
	margin: 0;
    padding: 6vh 6vw;
	padding: 18vh 9vw;
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: space-between;
	height: 80vh;
	height: 100vh;
	z-index: 10;
	max-width: 140px;
}
.index a {
	text-decoration: none;
}

/*body.home .index:after {
	background: url(images/matias-ventura-by-santiago.jpg) no-repeat;
	background-position: bottom center;
	background-size: 100%;
	border: 1px solid #eee;
	content: '';
	display: block;
	height: 530px;
	max-width: 960px;
	margin-top: 50px;
	display: none;
}*/
.index .the-title {
	margin: 0;
	order: 2;
}
.index .the-title a svg polyline {
	stroke: #1e1e1d;
}
.index .the-title a:hover svg polyline {
	stroke: url( #logo-gradient );
}
.index nav {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	gap: 5px;
}
.index nav a {
	color: #bdbdbd;
	color: rgb(127, 137, 142);
	color: rgba(54, 59, 61, 0.9);
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}
body.home a[data-slug="blog"],
body.essays a[data-slug="essays"],
body.films a[data-slug="films"],
body.category-reverie a[data-slug="essays"],
body.category-pictures  a[data-slug="pictures"],
body.links a[data-slug="links"],
body.about-myself a[data-slug="about"],
body.work a[data-slug="work"],
body.posters a[data-slug="posters"],
body.tag-abstract a[data-slug="abstract"],
body.tag-black-and-white a[data-slug="black-and-white"],
body.tag-portrait a[data-slug="portrait"],
body.tag-still-life a[data-slug="still-life"] {
	color: rgb(39, 54, 62);
	color:rgb(35, 38, 39);
	font-weight: bold;
}
body.about-myself .entry-title,
body.posters .entry-title,
body.page .entry-title {
	display: none;
}
.index nav a:hover {
	color: rgb(39, 54, 62);
	color:rgb(19, 20, 20);
}
a[data-slug="abstract"] {
	margin-top: 46px;
}
@media (max-width: 900px) {
	.index nav {
		width: auto;
	}
}

#mv {
	display: block;
	font-size: 0;
	scale: 0.4;
	transform-origin: left bottom;
	transform: translate(-30px, -30px);
	height: 111px;
}

.index .featured {
	/*border-bottom: 1px solid #eee;*/
	margin: 0 auto 80px;
	position: relative;
	max-width: 650px;
}
.featured .header-image {
	flex: 0 0 800px;
	max-width: 800px;
}
.intro {
	font-size: 17px;
	line-height: 1.7;
	margin-left: 10vw;
	margin-bottom: 120px;
}
.intro p {
	max-width: 650px;
	margin: 0 auto;
}
.highlight {
    margin: 0;
	position: relative;
	scale: 0.9;
	transform-origin: top left;
	width: 150px;
}

.highlight:hover {
	color: #1e1e1d;
}
/* .blog .header-image {
	min-height: 337.766px;
	margin: 0 auto;
} */
.highlight canvas {
	display: block;
	border-radius: 4px;
	/* filter: drop-shadow(0 0 1px rgba(0,0,0,0.1)); */
	overflow: hidden;
	opacity: 0; /* set initial opacity to 0 */
	animation: fadeIn 0.3s ease-in-out forwards;
}

.highlight span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	opacity: 0; /* set initial opacity to 0 */
	animation: fadeIn 0.3s ease-in-out forwards;
	animation-delay: 1s;
	text-align: center;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.index .description {
	font-size: 20px;
	line-height: 1.4;
	max-width: 500px;
	color:rgb(35, 38, 39);
}

.latest-essay__title {
	color: #161616;
	font-size: 18px;
	box-shadow: none;
}
.entry-content .essays-list a {
	color:rgb(35, 38, 39);
}
.latest-essay__label {
	color: #606060;
	display: block;
	font-size: 15px;
	line-height: 1.2;
	margin: 0;
}

@media (max-width: 600px) {
	.index .description {
		margin: 0;
	}
}

.main {
	padding: 18vh 0;
}

.single-format-image .main,
.category-pictures .main,
.tag-abstract .main,
.tag-black-and-white .main,
.tag-portrait .main,
.tag-still-life .main {
	padding: 0;
}

/* Articles */
.entry {
	color: rgb(61, 74, 80);
	color:rgb(35, 38, 39);
	min-height: 200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px;
	padding: 0 0 0 10vw;
	position: relative;
}
.entry + .entry {
	/* border-top: 1px solid #eee; */
	padding-top: 60px;
}
.format-standard .entry-content,
.format-aside .entry-content {
	margin-bottom: 120px;
}
.infinite-wrap > .entry {
	/* border-top: 1px solid #eee; */
	padding-top: 60px;
}
.infinite-view-1 > .entry.format-image {
	padding-top: 0;
}
.entry + .entry.format-video {
	padding-top: 0;
}
.entry.format-image + .entry {
	border-top: none;
	/*margin-top: 50px;*/
}
.entry .entry-wrap {
	margin: 0 auto;
	max-width: 700px;
	max-width: 480px;
	max-width: 440px;
	max-width: 650px;
	position: relative;
}
.page-template-page-sidebar .entry .entry-wrap {
	margin: 0;
}
.entry .entry-wrap-header {
	max-width: 650px;
	margin: 0 auto;
	position: relative;
}
.has-post-thumbnail.entry .entry-wrap-header {
	max-width: 660px;
	margin: 0 auto;
}
.two-columns .featured-image + .entry-wrap {
	max-width: 725px;
}
.entry.format-image {
	padding: 300px;
	position: relative;
	margin: 0;
}
.entry.format-image header {
	display: none;
}
.entry.format-image {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 0 10vw;
}
.entry.format-image .entry-wrap {
	padding: 0;
	max-width: 800px;
}
.format-image img {
	transition: all 500ms ease-out;
}
.format-image img:hover {
	scale: 1.02;
}
/* squares */
.entry.post-2301.format-image .entry-wrap,
.entry.post-14183.format-image .entry-wrap {
	max-width: 600px;
}
.entrypost-14187.format-image .entry-wrap {
	max-width: 500px;
}
.entry.format-image .entry-header {
	margin: 0 auto;
	max-width: 800px;
}
.entry.format-standard .featured-image {
	max-width: 100%;
	margin: 20px 0 50px;
}
.entry.format-standard .featured-image img,
.entry.page .featured-image img {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
.entry.format-image .entry-date {
	margin-bottom: 0;
	display: none;
}
.entry.format-image .entry-content {
	max-width: 560px;
	max-width: 480px;
	margin: 0 auto;
	display: none;
}
.entry.format-image .entry-content p {
	margin-bottom: 0;
	padding: 40px 0 30px;
}
.blog .entry.format-image .entry-title {
	display: none;
}
.entry.format-image .entry-title {
	display: none;
	margin: 0;
	font-size: 20px;
	text-align: center;
	position: absolute;
		bottom: -100px;
	z-index: 1;
}
.single .entry.format-image .entry-title {
	position: static;
}
.single .entry.format-image .entry-title a {
	font-size: 22px;
	padding: 24px;
}
.entry.format-image .entry-title a {
	background: none !important;
	margin: 0;
	font-size: 14px;
	padding: 12px 20px;
}
.entry .entry-title a {
	margin-bottom: 12px;
}
.format-standard.has-post-thumbnail.entry .entry-title a {
	margin-bottom: 10px;
}
.entry.format-image .entry-content .buy-prints {
	font-size: 15px;
}
@media (max-width: 600px) {
	.entry {
		padding: 30px;
	}
	.entry .entry-wrap {
		max-width: 100%;
	}
}
@media ( min-width: 1440px ) {
	.entry.with-images {
		padding: 30px 50px 30px 0;
	}
	.entry.with-images .entry-wrap {
		position: relative;
			left: -120px;
	}
	.entry.with-images .entry-wrap-header {
	}
}
@media (max-width: 320px) {
	.entry {
		padding: 20px;
	}
}
.featured-image img {
	display: block;
	margin: 20px auto 50px;
	max-width: 100%;
	height: auto;
}
.format-image .featured-image img {
	margin: 0 auto;
	position: relative;
}

@media (max-width: 900px) {
	.featured-image img {
		max-width: 100%;
	}
}
article {
	margin: 0 auto;
}
.format-aside .entry-content > p:last-of-type::after {
	display: none;
}
.format-aside .entry-header {
	margin-bottom: 16px;
}
.entry-title,
.entry-title a {
	color: #242424;
	font-weight: bold;
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	margin: 0 0 10px;
	text-decoration: none;
}
.has-post-thumbnail .entry-title,
.has-post-thumbnail .entry-title a {
	font-size: 40px;
}
.entry p {
	margin: 0.6em 0 1.6em;
}
.entry-content blockquote {
	/* color: rgb(94, 107, 113); */
	border-left: 1px solid #1e1e1d99;
	font-size: 17px;
	margin: 60px 0;
	padding-left: 36px;
}
.format-standard .entry-content blockquote {
	font-size: 18px;
}
.entry-content blockquote cite {
	font-style: normal;
}
.wp-block-image figcaption {
	font-size: 14px;
}
.entry-content small,
.entry-content .small {
	display: block;
	font-size: 13px;
	line-height: 20px;
}
.entry-content h2 {
}
.entry-content h3 {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.entry-content h4 {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a {
	color: #3a4145;
}
.entry-content h2 a:hover,
.entry-content h3 a:hover,
.entry-content h4 a:hover {
	background: #3a4145;
	color: #fff;
}
.entry-header {
	position: relative;
}
.entry-date {
	display: block;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
}
.entry + .entry .entry-date {
	margin: 120px 0 0;
}
.entry-date a {
	color: #343434;
	text-decoration: none;
}
.entry-date a:hover {
	color: #333;
}
/*.entry-date:after {
	border-top: 1px solid rgba(0,0,0,0.1);
	display: none;
	content: '';
	margin: 20px 0 0;
	width: 50px;
}*/
.entry .ratings {
	position: relative;
		top: 40px;
}
.entry .tiled-gallery {
	margin-bottom: 30px;
}
.entry .tiled-gallery + .tiled-gallery {
	margin-top: -30px;
}
.entry.tag-spanish .entry-title::before,
.entry.category-es .entry-title::before {
	background: #d2e3e8;
	color: #85ACB8;
	content: 'es';
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 10px;
	padding: 0;
	width: 85px;
	text-align: center;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	position: absolute;
		left: 0;
		top: 8px;
}
.entry-content p a.simple-footnote {
	color: #444;
	color: #fff;
	line-height: 16px;
	width: 18px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	height: 18px;
	box-shadow: none;
	/*border: 1px solid #888;*/
	background: #627e88;
}
.entry-content a.simple-footnote:hover {
	background: #BE4600;
	background: #1e404d;
	color: #fff;
}
.simple-footnote sup {
	vertical-align: bottom;
}
.entry-content .simple-footnotes {
	color: #666;
	font-size: 15px;
}
.entry-content .simple-footnotes .notes {
	display: none;
}
.entry-content .simple-footnotes ol {
	padding-left: 10px;
}
.entry-content .simple-footnotes ol li {
	margin-bottom: 10px;
}
.entry-content hr {
	border: none;
	margin: 30px 0 0;
	text-align: center;
}
.entry-content hr:after {
	color: #333;
	content: '*';
	font-size: 50px;
}
.entry-content .wp-video-shortcode {
}

.entry-content code {
	color: #00924b;
	font-family: Menlo, Monaco, Andale Mono, Courier New, monospace;
	font-size: 15px;
	margin: 0 4px;
}

.two-columns .entry-content {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}
.entry-content p:first-child {
	margin-top: 0;
}
.two-columns .entry-content > p:first-child:first-letter,
.has-drop-cap .entry-content > p:first-child:first-letter {
	float: left;
	font-size: 64px;
	line-height: 50px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 0;
}

.format-quote .entry-title {
	display: none;
}
.format-quote blockquote {
	border: none;
	color: rgba(0,0,0,0.6);
	font-size: 26px;
	line-height: 1.5;
	margin: 0;
	padding: 0 20px 0 20px;
	background: #F8DB02;
	background: #fff;
	color: #222;
}
.format-quote blockquote p {
	margin-bottom: 10px;
}
.format-quote .entry-wrap {
/*	background: #CEECE5;
	background: #CFE6E6;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 725px;
	padding: 30px 60px;
}
.format-quote .entry-date {
	display: none;
}
.format-quote .entry-date a {
	color: rgba(0,0,0,0.4);
}
/*.format-quote blockquote p:before,
.format-quote blockquote p:after {
	color: rgba(0,0,0,0.3);
	content: '"';
	font-size: 30px;
	margin: 0 10px;
	position: relative;
}*/
.format-quote blockquote p:before {
	margin-left: -20px;
}
.format-quote h5 {
	margin: 20px 0 0;
}
.format-quote h5 a {
	background: #F8DB02;
	color: #222;
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	margin: -30px 0 0;
	padding: 4px 20px;
}
.format-quote h5 a:hover {
	background: #222;
}
/*.format-quote h5:first-letter {
	opacity: 0.3;
}*/
.format-quote.children-of-filmmaking .entry-wrap {
	background: url(images/children-filmmaking.jpg);
	background-size: 100%;
}
.format-quote .jp-relatedposts,
.format-quote .jetpack-likes-widget,
.format-quote .sharedaddy {
	display: none !important;
}

/*
 * Nav Below
 * (hidden)
 */
#nav-below {
	border-top: 1px solid #eee;
	margin: 80px auto 40px;
	max-width: 600px;
	display: none;
}
nav {
	display: block;
}
nav .nav-previous,
nav .nav-next {
	display: inline;
}
nav .nav-next {
	margin-left: 20px;
	float: right;
}
.nav-previous a,
.nav-next a {
	color: #444;
	font-size: 22px;
}
.older-newer {
	margin-top: 40px;
}
.older-newer a:hover {
	color: #00adcf;
}
.older-newer a .arrow {
	color: #aaa;
}
.older-newer a:hover .arrow {
	color: rgba(0,183,255,0.4);
}
.acapite {
	color: #888;
	font-size: 13px;
	margin-top: -22px;
	text-align: center;
}
.acapite a {
	color: #c94a00;
}
.singular .format-image + #nav-below {
	border: none;
	margin: 0 auto 40px;
}


div.subscribe {
	box-sizing: border-box;
	clear: both;
	margin: 30px auto;
	padding: 30px 60px;
	text-align: center;
}
.single-format-image div.subscribe {
	display: none;
}
.subscribe .jetpack_subscription_widget {
	max-width: 440px;
	margin: 0 auto;
}
.subscribe label {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.subscribe p {
	display: inline-block;
	font-size: 15px;
	color: #666;
}
#subscribe-email {
	width: 50%;
}
#subscribe-submit button {
	background: #111;
	border: none;
	color: #fff;
	padding: 6px 10px;
	font-size: 16px;
}
.subscribe input {
	font-size: 15px;
	padding: 5px !important;
}
.subscribe input[type="submit"] {
	font-size: 15px;
	padding: 7px 10px !important;
	display: block;
	background: #333;
	border: none;
	color: #eee;
	cursor: pointer;
	border-radius: 3px;
}
.subscribe #subscribe-field {
	width: 40% !important;
	float: left;
}
.subscribe .success {
	background: #B4DB6F;
	padding: 1px 15px;
}

/* 404 page */
.error404 .entry-title {
	left: 0;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin: 20px 0;
	padding: 0;
}
.error404 .widget ul li {
	list-style-type: none;
	display: inline;
}
.error404 .widget a {
	color: #777;
}
.error404 .widget a:hover {
	color: #00adcf;
	text-decoration: underline;
}

/* Notices */
.post .notice {
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.image-attachment article {
	background-image: none;
	padding: 20px 0 0;
}
.image-attachment .entry-title {
	font-size: 16px;
	margin-left: 50px;
}
.image-attachment #image-navigation {
	margin-right: 40px;
	margin-top: -50px;
}
.image-attachment #image-navigation a {
	color: #888;
	font-size: 13px;
	font-weight: normal;
	margin-left: 30px;
}
.image-attachment #image-navigation a:hover {
	color: #111;
}
body.attachment .cover {
	display: none;
}

/* Aside Posts */
.format-aside .entry-title {
	display: none;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.singular .format-aside .entry-content,
.singular .format-aside .entry-summary {
	padding-top: 0;
}
.format-aside .entry-date {

}
/*.format-aside .entry-content:first-line {
	background: #f5f5f5;
}*/


.page .site-content {
	margin-bottom: 100px;
}

.format-video {
	margin: 0;
}
.format-video .video-wrap {
	background-size: 100% 100%;
	margin-bottom: 40px;
}
.format-video .video-wrap-opacity {
	background: rgba(255,255,255,0.5);
	padding: 30px 0;
}
.format-video .entry-title,
.format-video .entry-title a {
	color: #fff;
	opacity: 0.9;
}
.format-video .entry-title a:hover {
	background: #fff;
	color: #000;
}
.format-video iframe {
	max-width: 100%;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.size-full.alignnone {
	max-width: 800px;
	margin: 0 -75px 0.5em;
	width: 800px;
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 80px;
}
.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
}
.wp-caption.alignleft {
	padding-left: 0;
}
.wp-caption.alignright {
	padding-right: 0;
}
.wp-caption img {
	margin: 0;
}
.wp-caption .wp-caption-text,
.wp-block-image figcaption {
	padding: 12px 0 26px;
	font-size: 15px;
	color: #888;
}

/* Pictures Page */
#content .gallery .gallery-item {
	margin-top: -4px;
}
#content .gallery-item,
#content .gallery-item a {
	line-height: 0;
	border-bottom: none;
	padding: 0;
}
#content .gallery-item img {
	border: none;
	margin-top: -8px;
}
/*body.pictures,
body.pictures .cover {
	background: #E4E8ED;
}*/
.pictures .entry .entry-wrap {
	max-width: 760px;
}
body.pictures .main:before {
	display: none;
}
/*
body.pictures article.page {
	padding: 18px 8px 8px;
	background-image: none;
}
body.pictures article.page .entry-header {
	display: none;
}
.pictures hgroup {
	margin-top: 50px;
}
.pictures hgroup h1 {
	font-size: 50px;
	line-height: 40px;
}
.pictures hgroup h1 .name span {
	font-size: 46px;
}
.pictures .the-menu {
	background: #222;
	left: auto;
	right: 10%;
	padding: 10px 30px;
	bottom: 0;
}
.pictures .cover .the-menu a:first-child {
	margin-left: 0;
}
.pictures .the-menu .the-colophon {
	display: none;
}
.pictures .main:before {
	display: none;
}
.pictures .entry-title {
	position: static;
	text-align: center;
}
.pictures .site-content {
	width: 100%;
}
.pictures footer.credits {
	margin: 0 -60px;
}*/
.pictures .gallery img {
	-webkit-filter: grayscale(100%);
	opacity: 0.8;
}
.pictures .gallery img:hover {
	-webkit-filter: none;
	opacity: 1;
}


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

#searchform label {
	display: none;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}


/* =Footer
-------------------------------------------------------------- */
/*.contact {
	color: #646464;
	font-size: 13px;
	margin: -100px 0 30px 350px;
	padding: 20px 0 20px;
	width: 230px;
}
.contact a {
	color: #444;
	font-weight: normal;
}*/
#searchform {
	clear: both;
	margin: 30px 0 20px;
	padding: 0;
}
#searchform input {
	background: #fff;
	border: 1px solid #1e1e1d;
	border-radius: 2px;
	font-size: 19px;
	margin: 0;
	padding: 10px;
	width: 400px;
	box-shadow: none;
}
#searchform #searchsubmit {
	display: none;
}
footer.credits {
	clear: both;
	font-size: 28px;
	max-width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
footer.credits a {
	color: #c4b89a;
}
footer.credits a.wordpress {
	color: #888;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 30px;
}
footer.credits a.wordpress:hover {
	opacity: 0.9;
}
#wpstats {
	display: none;
}


/* Single */

.last-quote {
	background: #222;
	font-size: 28px;
	font-weight: normal;
	color: #eee;
	margin-bottom: 0;
	margin-top: 0;
	padding: 60px 0;
	text-align: center;
}
.last-quote a {
	color: #DF9800;
}
.last-quote:before,
.last-quote:after {
	color: #555;
	content: '"';
	font-size: 34px;
	margin: 0 5px;
}

.page-id-3131 .last-quote:before,
.page-id-3131 .last-quote:after {
	display: none;
}

/*div.sharedaddy {
	position: absolute;
		bottom: -90px;
		left: 80px;
}
div.sharedaddy .sd-title {
	display: none !important;
}
div.sharedaddy div.sd-block {
	border-top: none !important;
}
div.sharedaddy a.sd-button {
	font-size: 14px !important;
	font-weight: 300 !important;
}
div.sharedaddy .sd-content {
	width: 100% !important;
}
#content div.sharedaddy .sd-content li {
	margin: 0 15px 5px 0 !important;
}*/
.sharedaddy {
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin: -30px 0 0;
}
div.jetpack-likes-widget-wrapper {
	margin-top: 30px;
}
h3.sd-title {
	display: none;
}
.post-likes-widget {
	width: 100% !important;
}
.single-format-image div.jetpack-likes-widget-wrapper {
	max-width: 700px !important;
	margin: 0 100px !important;
}
.jp-relatedposts-headline em {
	font-style: normal;
}

.infinite-scroll.home #nav-below {
	display: none;
}
.infinite-scroll.home .infinite-wrap {
	padding-top: 0;
}
.infinite-scroll.home .infinite-loader {
	margin: 40px auto;
	max-width: 40px;
}
.infinite-scroll .site-content {
	padding-bottom: 40px;
}

span.rating {
	top: 15px;
}
.rating span {
	color: #E2AE05 !important;
}
.rating span.empty {
	color: #F0E3B9 !important;
}

@media ( max-width: 640px ) {
	.site {
		margin: 10px;
	}
	.entry-title,
	.entry-title a {
		font-size: 46px;
	}
	.featured-image img {
		margin: 0 auto;
	}
	.featured-image {
		margin: 0;
	}
	.entry-date:after {
		display: none;
	}
	.entry-content {
		font-size: 15px;
	}
	.entry-content blockquote {
		font-size: 14px;
		margin-right: 10px;
	}
	.last-quote {
		font-size: 20px;
	}
	.format-video {
		margin: 0;
	}
	.video-wrap {
		display: none;
	}
	.entry.format-image .entry-wrap {
		padding-top: 0;
	}
	.entry.format-image .entry-header {
		margin: 0 30px;
	}
	.entry.format-image + .entry {
		margin-top: 0;
	}
	.entry.format-image .entry-content {
		padding: 0 30px;
	}
	.single-format-image div.jetpack-likes-widget-wrapper {
		width: auto;
	}
}
.contact-form input[type='text'], .contact-form input[type='email'] {
	font-size: 13px;
	padding: 4px;
}
.contact-form label {
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 15px;
}
.entry-content .contact-form textarea {
	font-size: 13px;
	padding: 4px;
	width: 100%;
}
.contact-submit .pushbutton-wide {
	font-size: 16px;
	padding: 10px 30px;
	background: #222;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #eee;
}

.widget {
	color: #3A4145;
}
.widget-title {
	color: #242424;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
.textwidget,
.widget p {
	font-size: 15px;
	line-height: 1.4;
}
.textwidget {
	margin-top: 0;
}
.widget-title + .textwidget {
	margin-top: 0;
}
.widget p a {
	color: #12a5ca;
	color: #BE4600;
	font-weight: normal;
}
.widget p a:hover {
	background: #12a5ca;
	background: #BE4600;
	color: #fff;
}
.widget img.me {
	margin-top: -40px;
	margin-bottom: 40px;
}

.page-template-page-sidebar-php .main {
	max-width: 760px;
	margin: 48px auto;
}
.page-template-page-sidebar-php .content-area {
	width: 70%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.page-template-page-sidebar-php .widget-area {
	border-top: 4px solid #1a1a1a;
	float: right;
	padding-top: 24px;
	width: 25%;
}
.page-template-page-sidebar-php .entry {
	padding: 0;
}


/* Work */
body.work .entry-content h3 {
	position: absolute;
	left: -240px;
	display: inline-block;
	padding: 16px 0;
	color: #333;
	margin: 0;
	text-transform: none;
	font-weight: normal;
	border-top: 4px solid #1a1a1a;
	width: 180px;
}
body.work .entry-content h3 a {
	color: #333;
}
body.work .entry-content h3 a:hover {
	background: none;
	box-shadow: none;
	color: #1BAED3;
}
body.work h3 + p {
	margin-bottom: 0;
}

@media ( max-width: 1280px ) {
	div.subscribe {
		max-width: 100%;
	}
}
@media (max-width: 800px) {
	img.size-full.alignnone {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 640px) {
	.site {
		margin-top: 0;
	}
	.index {
		padding: 20px 20px 0;
		margin-bottom: 0;
		position: static;
		height: auto;
		max-width: 100%;
		align-items: center;
	}
	.index nav {
		margin-left: 0;
		padding: 0;
		flex-direction: row;
		gap: 20px;
	}
	.index .the-title {
		order: 0;
	}
	#highlight {
		display: none;
	}
	#mv {
		transform-origin: center center;
	}
	.main {
		padding: 5vh 0;
	}
	.nav-header {
		display: block;
	}
	.index nav:before {
		top: -20px;
		left: auto;
		right: 20px;
	}
	.index .the-menu {
		margin-bottom: 24px;
	}
	.index .the-menu a {
		font-size: 24px;
		margin: 10px 15px;
		display: inline-block;
	}
	.index .the-title {
		margin-bottom: 20px;
		padding-left: 0;
	}
	.index .the-title a {
		font-size: 36px;
		display: block;
		text-align: center;
	}
	.site-content .entry-content blockquote {
		padding-left: 30px;
	}
	.index .featured {
		display: block;
		margin: 0;
		padding: 0;
	}
	.index .description {
		font-size: 18px;
		margin: 70px 0;
	}
	.latest-essays {
		margin: 0;
	}
	body.pictures #main {
		padding: 20px;
	}
	.header-image,
	.blog .header-image {
		min-height: auto;
		margin: 0 -30px;
	}
	body.home .the-menu .the-writing,
	body.essays .the-menu .the-essays,
	body.films .the-menu .the-films,
	body.category-reverie .the-menu .the-essays,
	body.pictures .the-menu .the-pictures,
	body.about-myself .the-menu .the-colophon,
	body.work .the-menu .the-work,
	body.posters .the-menu .the-posters {
		border: none;
		background: rgba(255,255,255,0.8);
		color: #222;
	}
	.featured .me {
		margin: 0;
		padding: 0;
	}
	h4.blog {
		margin-bottom: 0;
	}
	.entry.format-image {
		margin: 0 -10px;
		padding: 0;
	}
	.entry + .entry .entry-date,
	.format-standard .entry-content {
		margin: 0;
	}
	.entry.format-image .entry-title {
		left: -28px;
	}
	.page-template-page-sidebar-php .content-area {
		float: none;
		width: 100%;
	}
	.page-template-page-sidebar-php .widget-area {
		float: none;
		width: 100%;
	}
	.page-template-page-sidebar-php .entry {
		padding: 0;
	}
	.infinite-scroll.home .infinite-loader {
		max-width: 30px;
	}
	footer.credits a.wordpress {
		width: auto;
		line-height: 36px;
		font-size: 12px;
	}
	.entry.format-standard .featured-image img {
		max-width: 100%;
	}
	.format-standard.entry .entry-wrap-header:after {
		display: none;
	}
	.wp-block-video.alignwide {
		margin-left: 0;
		margin-right: 0;
	}
	.wp-block-image img {
		height: auto;
	}
	body.work .entry-content h3 {
		position: static;
		display: block;
		width: auto;
	}
}

.embed-youtube {
	margin: 0 auto;
	max-width: 800px;
}
.video-wrap-opacity .jp-relatedposts,
.format-image .jp-relatedposts {
	display: none !important;
}

.subscribe .jetpack_subscription_widget h2 {
	font-size: 17px;
	display: none;
}
.site #jp-relatedposts {
	margin: 48px 0;
}
.site #jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: 300;
	text-transform: none;
	font-size: 24px;
}
.site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

body.posters .entry .entry-wrap {
	max-width: 100%;
	margin-left: 60px;
	margin-right: 60px;
}
body.posters .entry .entry-header,
body.posters .entry p {
	max-width: 480px;
	margin: 0 auto;
}
body.posters .entry .alignnone {
	max-width: 380px;
	margin: 24px auto 36px;
}
body.posters .entry img {
	border: 1px solid #eee;
}
.posters-panel {
	margin: 36px 0 0;
	/*overflow: scroll;
	width: 100%;
	height: 620px;*/
}
/*.posters-panel__content { width: 3000px; }*/

.film-items {
	overflow: hidden;
	margin-bottom: 48px;
}

.film-items h3 {
	font-weight: 800;
	margin: 20px;
}


.film-items h1.film-title {
	margin-bottom: -5px;
}
.film-items .film {
	width: 20%;
	height: 200px;
	float: left;
	margin: 0;
	position: relative;
	overflow: hidden;
	position: relative;
}

.film-items .film-bg {
	background-color: #111;
	position: absolute;
	height: 100%;
	width: 100%;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.film-items .film:hover .film-bg {
	-moz-transform: scale(2,2);
	-webkit-transform: scale(2,2);
	transform: scale(2,2);
}


.film-items .film img {
	display: block;
	max-width: 100%;
}

.film-items .film-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px 8px;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}

.film-items .film .film-title a {
	font-weight: 600;
	margin: 0;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
}

.film-items .film .film-title-english {
	margin-top: 4px;
	font-size: 11px;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
	font-weight: 100;
}

.film-items .film .director {
	font-size: 14px;
	font-weight: 200;
	margin: 0 0 15px 10px;
	color: #fff;
	opacity: 0.8;
}
.film-items .film .fecha {
	font-size: 11px;
	color: #fff;
	border-radius: 20px;
	padding: 2px 14px;
}

.film-items .film-duration {
	position: absolute;
		right: 12px;
		top: 10px;
	text-align: right;
	font-size: 13px;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
}

.film-items .film-duration svg {
	vertical-align: middle;
}

.film-items .film:hover .film-duration {
	opacity: 1;
}

#cenizas-teaser {
	margin-left: -75px;
}

.entry-content p a.contact-button {
	border: 1px solid #ddd;
	padding: 4px 12px;
	box-shadow: none;
	color: #666;
	border-radius: 3px;
	font-size: 15px;
}

.essays-list {
	list-style-type: none;
	padding: 0;
}
.essays-list li {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 12px 0;
}

.entry-content .essays-list a:hover {
	color: #3858E9;
}

.paragraph-big {
	font-size: 24px;
}

.entry-content .vp-video {
	margin-left: -75px;
}

.embed-youtube {
	margin-left: -75px;
}

.entry-content video {
	margin-left: -114px;
}

/*body.page-id-4720 .entry-title {
	display: block;
	margin-bottom: 40px;
}*/

.wp-block-gallery.alignwide {
	margin-left: -80px;
	margin-right: -80px;
}

.wp-block-video.alignwide {
	margin-left: -100px;
	margin-right: -100px;
}

.wp-block-video.alignwide video {
	margin-left: 0;
}
