/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
  font-family: 'Roobert-Regular';
  src: url('fonts/Roobert-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Roobert-Regular.woff') format('woff'), url('fonts/Roobert-Regular.ttf')  format('truetype'), url('fonts/Roobert-Regular.svg#Roobert-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Roobert-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
body.invertir .fondo,
body.invertir .fotos,
body.invertir #invertir,
body.invertir .menu {
	filter: invert(1);
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

html,
body {
    background: #ffffff;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
}
/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Helvetica Neue';
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
    position: fixed;
    bottom: -1px;
    left: 8px;
    z-index: 9999;
    mix-blend-mode: exclusion;
}
.capturar {
    position: fixed;
    bottom: 0px;
    left: 8px;
    z-index: 9999;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.bio {
    height: 60px;
    overflow: hidden;
    margin-top: -1px;
    padding: 0 8px;
    font-size: 3rem;
    -webkit-text-shadow: 0 0 8px #000000;
    text-shadow: 0 0 8px #000000;
    color: #ffffff;
	overflow-wrap: break-word;
	line-height: 38px;
}
.bio p:first-of-type {
    margin-top: 0;
    opacity: 1;
}
.bio p {
    opacity: 0;
    margin: 0;
	max-width: 800px;
}
.ver-menos {
    display: none;
}
.bio-expandida .ver-mas {
    display: none;
}
.bio-expandida .ver-menos {
    display: inline-block;
}
.bio-expandida .bio {
    height: 100vh;
    padding-bottom: 120px;
    overflow: scroll;
}
.bio-expandida .bio p {
    opacity: 1;
}

.instagram {
    position: fixed;
    bottom: 0px;
    right: 8px;
}

.timer {
    position: fixed;
    top: -1px;
    right: 8px;
}

.menu {
    display: none;
	position: fixed;
	top: 20px;
	text-align: right;
	right: 20px;
	z-index: 99;
}
.save,
#cargar {
	font-family: 'Helvetica Neue';
	line-height: 21px;
	display: block;
	float: left;
	cursor: pointer;
	border: 1px solid #000000;
	background: transparent;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px 6px 15px;
	margin-left: 10px;
	border-radius: 20px;
}
.save:hover,
#cargar:hover {
	background: #000000;
	color: #ffffff;
}
.save {
	border-color: transparent;
}
#preview {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 10px;
	float: none;
	display: inline-block;
	height: 200px;
	width: 200px;
}

.fotos {
    cursor: url(img/cursor.png) 36 36, auto;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.fotos img {
	pointer-events: none;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}

.dragging .placeholder {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(255,255,255,.4) url(img/upload.svg) center no-repeat;
}

.fondo {
    cursor: url(img/cursor_64.png) 64 64, auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ffffff;
}

.refresh {
    cursor: pointer;
}
#refresh {
    display: none;
    position: fixed;
	top: 20px;
	left: 20px;
	cursor: pointer;
	z-index: 9999;
}
#invertir {
	position: fixed;
	bottom: 20px;
	cursor: pointer;
	left: 20px;
	z-index: 9999;
}
#invertir svg,
#refresh svg {
	cursor: pointer;
	display: block;
	user-select: none;
	width: 20px;
	margin: 0;
}
#invertir span,
#refresh span {
    margin: 0;
    display: block;
    color: #000000;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

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

}
@media only screen and (min-width:768px) {
	
	.bio {
		line-height: 42px;
	}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
