@charset "UTF-8";
/*
Theme Name: Simbiosis 2016
Theme URI: http://simbiosis.mx/
Author: Pablo Dominguez
Author URI: http://astroweb.me/
Description: Custom theme for Simbiosis 2016.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simbiosis-2016
Tags:

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

Simbiosis 2016 is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/
/*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- 1. Normalize 2. Responsive Grid System 3. Typography 4. Elements 5. Forms 6. Accessibility 7. Alignments 8. Clearings 9. Header 10. Navigation 10.1. Links 10.2. Menus 11. Widgets 12. Content 12.1. Posts and pages 12.2. Projects 12.3. Asides 12.4. Comments 13. Footer 14. Infinite scroll 15 Media 15.1. Captions 15.2. Galleries --------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/*--------------------------------------------------------------
2. Responsive Grid System
--------------------------------------------------------------*/
/*  SECTIONS  */
.section { position: relative; clear: both; padding: 0px; margin: 0px; }

.section:focus { outline: none; }

/*  COLUMN SETUP  */
.col { display: block; position: relative; float: left; margin: 0%; }

.col.offset_1 { margin-left: 8.3333%; }

.col.offset_2 { margin-left: 16.66%; }

.col.offset_3 { margin-left: 25%; }

.col.offset_4 { margin-left: 33.33%; }

/*  GROUPING  */
.group { zoom: 1; /* For IE 6/7 */ }

.group:before, .group:after { content: ""; display: table; }

.group:after { clear: both; }

/*  GRID OF TWELVE  */
.span_12_of_12 { width: 100%; }

.span_11_of_12 { width: 91.66%; }

.span_10_of_12 { width: 83.33%; }

.span_9_of_12 { width: 75%; }

.span_8_of_12 { width: 66.66%; }

.span_7_of_12 { width: 58.33%; }

.span_6_of_12 { width: 50%; }

.span_5_of_12 { width: 41.66%; }

.span_4_of_12 { width: 33.33%; }

.span_3_of_12 { width: 25%; }

.span_2_of_12 { width: 16.66%; }

.span_1_of_12 { width: 8.333%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media screen and (max-width: 480px) { .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 { width: 100%; }
  .col.offset_1, .col.offset_2, .col.offset_3 { margin-left: 0; } }

/*--------------------------------------------------------------
3. Typography
--------------------------------------------------------------*/
@font-face { font-family: 'Conduit'; src: url("fonts/conduit-regular.eot"); src: local("☺"), url("fonts/conduit-regular.woff") format("woff"), url("fonts/conduit-regular.ttf") format("truetype"), url("fonts/conduit-regular.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Conduit'; src: url("fonts/conduit-medium.eot"); src: local("☺"), url("fonts/conduit-medium.woff") format("woff"), url("fonts/conduit-medium.ttf") format("truetype"), url("fonts/conduit-medium.svg") format("svg"); font-weight: bold; font-style: normal; }

body, button, input, select, textarea { color: #000; font-family: "Conduit", sans-serif; font-size: 16px; font-size: 2.8vh; line-height: 1.2; }

@media screen and (orientation: portrait) { body, button, input, select, textarea { font-size: 16px; font-size: 1rem; } }

h1, h2, h3, h4, h5, h6 { clear: both; margin: 0; line-height: 1; font-weight: 700; }

h1, p.site-title { font-size: 32px; font-size: 5.6vh; }

@media screen and (orientation: portrait) { h1, p.site-title { font-size: 32px; font-size: 2rem; } }

h2 { font-size: 28.8px; font-size: 5.04vh; }

@media screen and (orientation: portrait) { h2 { font-size: 28.8px; font-size: 1.8rem; } }

.section-header h2 { font-size: 128px; font-size: 22.4vh; text-transform: uppercase; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

@media screen and (orientation: portrait) { .section-header h2 { font-size: 128px; font-size: 8rem; } }

@media screen and (max-width: 480px) { .section-header h2 { font-size: 10vw; } }

h3 { font-size: 16px; font-size: 2.8vh; }

@media screen and (orientation: portrait) { h3 { font-size: 16px; font-size: 1rem; } }

h4 { font-size: 16px; font-size: 2.8vh; line-height: 1.2; }

@media screen and (orientation: portrait) { h4 { font-size: 16px; font-size: 1rem; } }

.participant-name { text-transform: uppercase; }

p { margin-top: 0; margin-bottom: 3vh; }

@media screen and (max-width: 480px) { p { margin-bottom: 20px; } }

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; font-size: 15px; font-size: 2.625vh; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

@media screen and (orientation: portrait) { pre { font-size: 15px; font-size: 0.9375rem; } }

code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 2.625vh; }

@media screen and (orientation: portrait) { code, kbd, tt, var { font-size: 15px; font-size: 0.9375rem; } }

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

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

big { font-size: 125%; }

/*--------------------------------------------------------------
4. Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; }

body { height: 100%; width: 100vw; overflow-x: hidden; background: #fff; /* Fallback for when there is no custom background color defined. */ }

.container { position: relative; width: 90vw; margin: 0 auto; }

.site-main { margin-top: 10vh; padding: 5vh 0 10vh; }

.admin-bar .site-main { top: 46px; }

@media screen and (min-width: 783px) { .admin-bar .site-main { top: 32px; } }

@media screen and (max-width: 480px) { .site-main { margin-top: 60px; padding: 25px 0 50px; } }

.page-template-one-page-home .site-main { margin: 0; padding: 0; }

blockquote, q { quotes: "" ""; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

hr { background-color: #000; border: 0; height: 2px; margin: 3vh 0 1vh; }

@media screen and (max-width: 480px) { hr { margin: 20px 0 7px; } }

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

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

table { margin: 0 0 1.5em; width: 100%; }

section.astro-shortcodes.full-width { padding-left: 5vw; padding-right: 5vw; background-size: auto 100%; background-repeat: no-repeat; background-position: center; }

@media screen and (max-width: 480px) { section.astro-shortcodes.full-width { padding-left: 15vw; padding-right: 15vw; } }

section.astro-shortcodes.container { margin: 0 auto; }

.astro-popup { color: #fff; }

.astro-popup a, .astro-popup a:visited   { color: #555 !important; }

.astro-popup a:hover { color: #fff !important; }

.astro-popup .background { background-color: #000; }

.astro-popup .background img { display: block; position: absolute; height: 100%; width: auto; top: 0; }

.astro-popup .background img:nth-child(1) { left: 0; }

.astro-popup .background img:nth-child(2) { right: 0; }

.astro-popup .message { min-height: 80%; width: 72vw; padding: 5vh 5vw; left: 14vw; overflow: visible; }

.astro-popup .close { z-index: 9999; }

.astro-popup .close:before, .astro-popup .close:after { background-color: #fff; width: 5vh !important; }

.astro-popup#registro { right: -100%; left: auto; }

.astro-popup#registro.active { left: auto; right: 0; }

.astro-popup#acerca-de { left: 0; top: 100%; }

.astro-popup#acerca-de.active { top: 0; }

.astro-popup#acerca-de .message { min-height: 80%; width: 81vw; padding: 5vh 0; left: 9.5vw; }

.astro-popup#acerca-de .message .col { height: 70vh; }

.astro-popup#acerca-de .message .col:nth-of-type(1) img { width: 90%; height: auto; max-width: none; }

.astro-popup#acerca-de .message .col:nth-of-type(2) { padding-top: 20vh; }

.astro-popup#acerca-de .jetpack-social-navigation { margin-top: 5vh; text-align: center; font-size: 32px; font-size: 5.6vh; }

@media screen and (orientation: portrait) { .astro-popup#acerca-de .jetpack-social-navigation { font-size: 32px; font-size: 2rem; } }

.astro-popup#acerca-de .jetpack-social-navigation li { margin-right: 3vw; }

.astro-popup#acerca-de .jetpack-social-navigation li:last-child { margin: 0; }

@media screen and (max-width: 480px) { .astro-popup .message { left: 5vw; width: 90vw; padding: 30px 5vw; background-color: rgba(0, 0, 0, 0.5); }
  .astro-popup .sponsor-logos { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 90%; }
  .astro-popup#registro .message { padding-top: 100px; }
  .astro-popup#acerca-de .message .col { height: auto; }
  .astro-popup#acerca-de .message .col:nth-of-type(2) { padding-top: 150px; }
  .astro-popup#acerca-de img { display: none; } }

/*--------------------------------------------------------------
5. Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 2.1vh; line-height: 1; padding: .6em 1em .4em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

@media screen and (orientation: portrait) { button, input[type="button"], input[type="reset"], input[type="submit"] { font-size: 12px; font-size: 0.75rem; } }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

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; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

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

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

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"] { padding: 3px; }

textarea { padding-left: 3px; width: 100%; }

/*--------------------------------------------------------------
6. Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

.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; color: #21759b; display: block; font-size: 14px; font-size: 2.45vh; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

@media screen and (orientation: portrait) { .screen-reader-text:focus { font-size: 14px; font-size: 0.875rem; } }

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

/*--------------------------------------------------------------
7. Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

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

/*--------------------------------------------------------------
8. Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
9. Header
--------------------------------------------------------------*/
.fronda-logo-link { display: block; position: absolute; top: 0; left: 5vw; height: 10vh; width: auto; padding-top: 3vh; z-index: 9999; }

.fronda-logo-link svg { display: block; position: relative; height: 4vh; width: auto; fill: #000; }

.single-participant .fronda-logo-link svg { fill: #fff; }

@media screen and (max-width: 480px) { .fronda-logo-link { height: 60px; padding-top: 12.5px; }
  .fronda-logo-link svg { height: 35px; width: auto; } }

.site-header { position: fixed; top: 0; right: 0; height: 10vh; width: 50vw; color: #000; z-index: 9999; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.admin-bar .site-header { top: 46px; }

@media screen and (min-width: 783px) { .admin-bar .site-header { top: 32px; } }

.site-header .site-description { margin: 0; }

.site-header svg { display: block; position: relative; height: 4vh; width: auto; margin-top: 3vh; fill: #000; }

.site-header svg.menu-icon { margin: 0 !important; }

.single-participant .site-header svg { fill: #fff; }

@media screen and (max-width: 480px) { .site-header { height: 60px; }
  .site-header svg { height: 35px; width: auto; margin-top: 12.5px; } }

.site-branding { position: absolute; top: 0; left: 5vw; height: 100%; z-index: 9000; display: none; }

/*--------------------------------------------------------------
10. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { color: #000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; font-weight: bold; text-decoration: none; }

a:visited { color: #000; }

a:hover, a:focus, a:active { color: #555; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

.helper-link, .helper-link:visited, .helper-link:hover, .helper-link:focus, .helper-link:active { color: #fff; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation { content: ""; display: table; table-layout: fixed; position: absolute; right: 5vw; height: 100%; width: 30vw; text-align: right; }

.main-navigation > ul { display: block; position: absolute; top: 10vh; right: -30vw; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.main-navigation ul { display: block; list-style: none; margin: 0; padding-left: 0; text-align: right; }

.main-navigation ul ul { margin-top: 1vh; }

.main-navigation li { display: block; clear: both; position: relative; margin-bottom: 1vh; }

.main-navigation li:last-child { margin: 0; }

.main-navigation a { display: block; text-decoration: none; text-transform: uppercase; }

.single-participant .main-navigation a, .single-participant .main-navigation a:visited { color: #fff; }

.single-participant .main-navigation a:hover { color: #555; }

.menu-toggle { display: block; position: absolute; top: 0; right: 0; height: 100%; width: auto; padding: 0 !important; box-shadow: none !important; border: none !important; box-shadow: none !important; background: none !important; z-index: 9999; }

.menu-toggle:hover, .menu-toggle:focus { outline: none; }

.menu-toggle .menu-icon .s { fill: transparent; }

.menu-toggle .menu-icon .fade, .menu-toggle .menu-icon .s { will-change: transform; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.main-navigation.toggled .menu-icon .s { fill: #000; }

.main-navigation.toggled .menu-icon .fade { fill: transparent; }

.main-navigation.toggled > ul { right: 0; opacity: 1; }

.single-participant .main-navigation.toggled .menu-icon .s { fill: #fff; }

@media screen and (max-width: 480px) { .main-navigation li { font-size: 24px; font-size: 4.2vh; } }

@media screen and (max-width: 480px) and (orientation: portrait) { .main-navigation li { font-size: 24px; font-size: 1.5rem; } }

.site-main .comment-navigation, .site-main .posts-navigation { margin: 0 0 1.5em; overflow: hidden; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous { float: left; width: 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next { float: right; text-align: right; width: 50%; }

.single-participant .post-navigation .nav-next, .single-participant .post-navigation .nav-previous { position: absolute; top: 0; right: 0; height: 4vh; width: 4vh; background-color: #555; }

.single-participant .post-navigation .nav-next:before, .single-participant .post-navigation .nav-previous:before { content: ''; display: block; position: absolute; top: 15%; left: 15%; height: 70%; width: 70%; border-top: 3px solid #aaa; border-right: 3px solid #aaa; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.single-participant .post-navigation .nav-next a, .single-participant .post-navigation .nav-previous a { display: block; position: absolute; top: 0; right: 0; padding-top: 5vh; white-space: nowrap; text-align: right; color: #555; opacity: 0; }

.single-participant .post-navigation .nav-next:hover:before, .single-participant .post-navigation .nav-previous:hover:before { border-color: #fff; }

.single-participant .post-navigation .nav-next:hover a, .single-participant .post-navigation .nav-previous:hover a { opacity: 1; }

.single-participant .post-navigation .nav-previous { right: 5vh; z-index: 100; }

.single-participant .post-navigation .nav-previous:before { border-bottom: 3px solid #aaa; border-top: none; border-right: none; border-left: 3px solid #aaa; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/*--------------------------------------------------------------
11. Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 5vh; /* Make sure select elements fit in widgets. */ }

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

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

.hentry { margin: 0; }

.byline, .updated:not(.published) { display: none; }

.single .byline, .group-blog .byline { display: inline; }

.page-content, .entry-content, .entry-summary { margin: 0; }

.page-links { clear: both; margin: 0; }

/* ==================== ONE PAGE HOME ==================== */
.page-template-one-page-home article > section { position: relative; }

.page-template-one-page-home section:focus { outline: none !important; }

.section-header { position: relative; height: 100vh; overflow: hidden; }

.section-header h2 { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; }

@media screen and (max-width: 480px) { .section-header { height: auto; margin: 100px 0 80px; } }

.section-background { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 90%; height: auto; }

@media screen and (max-width: 480px) { .section-background { position: relative; top: auto; left: auto; -webkit-transform: none; transform: none; margin-left: 5%; } }

.section-content { min-height: 100vh; }

@media screen and (max-width: 480px) { .section-content { min-height: 0; } }

.section-1 .section-header h2 { display: none; }

.section-1 .section-background { height: 90%; width: auto; }

.section-1 .section-content section { min-height: 100vh; }

@media screen and (max-width: 480px) { .section-1 .section-header { margin: 150px 0 100px; }
  .section-1 .section-background { height: auto; width: 90%; }
  .section-1 .section-content section { min-height: 0; } }

#programa { color: #555; }

#programa h4, #programa strong { color: #000; }

#programa .col { padding-right: 1vw; }

#programa .col:last-child { padding: 0; }

#programa hr + p, #programa hr + div { margin: 0; }

#programa hr + p strong, #programa hr + div strong { color: #993366; }

/* ==================== PARTICIPANTS ==================== */
.single-participant { background-color: #000; color: #fff; }

.single-participant h1 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 5vh; }

.single-participant h1 span { color: #555; }

.single-participant a, .single-participant a:visited { color: #fff; }

.single-participant a:hover { color: #555; }

.participant-header .soliloquy-container .soliloquy-viewport, .participant-header .soliloquy-container .soliloquy-item, .participant-header .soliloquy-container .soliloquy-link { height: 60vh !important; width: 100% !important; overflow: hidden; }

.participant-header .soliloquy-container .soliloquy-image { position: absolute; height: 100% !important; width: 100%; -o-object-fit: cover; object-fit: cover; }

@media screen and (max-width: 480px) { .participant-header .soliloquy-container .soliloquy-viewport, .participant-header .soliloquy-container .soliloquy-item, .participant-header .soliloquy-container .soliloquy-link { height: 350px !important; } }

.participant-gallery { margin-bottom: 5vh; }

@media screen and (max-width: 480px) { .participant-gallery { margin-bottom: 25px; } }

.participant-background { position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; z-index: -1; }

.participant-background img { display: block; position: absolute; height: 100vh; width: auto; top: 0; }

.admin-bar .participant-background img { top: 46px; }

@media screen and (min-width: 783px) { .admin-bar .participant-background img { top: 32px; } }

.participant-background img:nth-child(1) { left: 0; }

.participant-background img:nth-child(2) { right: 0; }

@media screen and (max-width: 480px) { .participant-background img { height: 100vh; } }

@media screen and (max-width: 480px) { .participant-navigation { position: absolute; top: 375px; right: 0; } }

.participant-bio { font-size: 12.8px; font-size: 2.24vh; }

@media screen and (orientation: portrait) { .participant-bio { font-size: 12.8px; font-size: 0.8rem; } }

.participant-bio h2 { margin-top: 4.5vh; margin-bottom: 3vh; }

.participant-content .activity-description { margin-bottom: 15vh; }

@media screen and (max-width: 480px) { .participant-content .activity-description { margin-bottom: 100px; } }

.participant-content .activity-description { margin-top: 10vh; }

@media screen and (max-width: 480px) { .participant-content .activity-description { margin-bottom: 70px; } }

.participant-content .activity-type { margin-bottom: 1vh; text-transform: uppercase; font-weight: 700; color: #555; }

.participant-content .activity-type:nth-child(n+2) { margin-top: 10vh; }

.participant-content .activity-title { margin-bottom: 3vh; }

@media screen and (max-width: 480px) { .participant-content .activity-type { margin-top: 50px; margin-bottom: 5px; }
  .participant-content .activity-title { margin-bottom: 15px; } }

.simbiosis-2016.participants article { margin-bottom: 5vh; }

.simbiosis-2016.participants article:nth-child(4n+1) { padding-right: 0.75vw; }

.simbiosis-2016.participants article:nth-child(4n+2) { padding-left: 0.25vw; padding-right: 0.5vw; }

.simbiosis-2016.participants article:nth-child(4n+3) { padding-left: 0.5vw; padding-right: 0.25vw; }

.simbiosis-2016.participants article:nth-child(4n+4) { padding-left: 0.75vw; }

.simbiosis-2016.participants .participant-link { display: block; position: relative; height: 100%; width: 100%; }

.simbiosis-2016.participants .participant-link:hover .overlay { background-color: #000; }

.simbiosis-2016.participants .participant-link:hover h3 { color: #fff; }

.simbiosis-2016.participants .overlay { padding: 1vh 0.5vw; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.simbiosis-2016.participants .overlay h3 { color: #000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.simbiosis-2016.participants .overlay .country { margin: 0; line-height: 1; color: #555; }

.simbiosis-2016.participants .overlay h3, .simbiosis-2016.participants .overlay .country { width: 100%; text-transform: uppercase; text-overflow: clip; white-space: nowrap; overflow: hidden; }

.simbiosis-2016.participants .thumbnail-container { height: 30vh; margin-top: 1vh; overflow: hidden; }

.simbiosis-2016.participants .thumbnail-container img { height: 100%; width: auto; max-width: none; }

@media screen and (max-width: 480px) { .simbiosis-2016.participants article { margin-bottom: 25px; }
  .simbiosis-2016.participants .overlay { padding: 5px; }
  .simbiosis-2016.participants .thumbnail-container { height: 150px; margin-top: 5px; } }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; }

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

.bypostauthor { display: block; }

/*--------------------------------------------------------------
13. Footer
--------------------------------------------------------------*/
.site-footer { padding-bottom: 10vh; color: #555; }

.site-footer h3 { display: block; float: left; clear: both; margin-bottom: 3vh; padding: 5px 10px 4px; background-color: #000; color: #fff; text-transform: uppercase; line-height: 1; }

.site-footer h3 a, .site-footer h3 a:visited a:hover { color: #fff; }

.site-footer .simbiosis-2016-address { clear: both; width: 80%; margin-left: 1vw; padding-top: 5px; border-top: 1px solid #000; }

@media screen and (max-width: 480px) { .site-footer { padding-bottom: 50px; }
  .site-footer h3 { margin-bottom: 15px; } }

/*--------------------------------------------------------------
14. Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

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

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }
