/*
Theme Name: Gender Talents - Dev
Author: Carlos
Author URI: http://gendertalents.info/
Description: Site template for gendertalents.info.
Version: 1.0
*/


/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

* { 
/* better box model */
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
/* hyphenation */
/* word-break: break-all;word-break: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;-webkit-hyphenate-before: 2;-webkit-hyphenate-after: 3;hyphenate-lines: 3; */
/* ligatures & special OpenType features */
-moz-font-feature-settings: "liga=1, dlig=1";-ms-font-feature-settings: "liga", "dlig";-webkit-font-feature-settings: "liga", "dlig";-o-font-feature-settings: "liga", "dlig";font-feature-settings: "liga", "dlig";
/* adjust all font stacks to use same x-height */
font-size-adjust: auto;
}

@font-face {
    font-family: 'web_serveroffregular';
    src: url('webserveroff/Web_Serveroff-webfont.eot');
    src: url('webserveroff/Web_Serveroff-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('webserveroff/Web_Serveroff-webfont.woff') format('woff'),
         url('webserveroff/Web_Serveroff-webfont.ttf') format('truetype'),
         url('webserveroff/Web_Serveroff-webfont.svg#web_serveroffregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Source Sans Pro', 'sans-serif';
	font-size: 16px;
	font-weight: 300;
	line-height: 1.45em;
}


header {
	position: relative;
	height: 110px;
	padding: 26px;
	background: #fff;
}

h1 {
	float: left;
	width: 440px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(images/Logo-gendertalents-large.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.es h1 {
	background-image: url(images/Logo-talentosdegenero-large.png);
	width: 488px;
}

.blue h1:hover,
.home.blue h1 {
	background-image: url(images/Logo-gendertalents-large-blue.png);
}

.es.blue h1:hover,
.es.home.blue h1 {
	background-image: url(images/Logo-talentosdegenero-large-blue.png);
}

.pink h1:hover,
.home.pink h1 {
	background-image: url(images/Logo-gendertalents-large-pink.png);
}

.es.pink h1:hover,
.es.home.pink h1 {
	background-image: url(images/Logo-talentosdegenero-large-pink.png);
}

.pink header a:hover {
	color: #ff7bac;
}

.blue header a:hover {
	color: #1a9fdc;
}


h5 {
	margin: 0 0 1.45em;
}

p {
	margin: 0 0 1.45em;
}

em, i {
	font-style: italic;
}

b, strong {
	font-weight: 400;
}

a,
a:active,
a:visited {
	color: #1a9fdc;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

a:hover {
	color: #000;
}

hr {
	border: none;
	border-bottom: 1px solid #000;
	margin: 20px 0;
}




/*----------------------------------------------------------------------*

	General Styles

*----------------------------------------------------------------------*/

.container {
	width: 1200px;
	margin: auto;
}


nav {
	position: absolute;
	bottom: 20px;
	right: 26px;
    font-family: 'web_serveroffregular';
}

nav a,
nav a:active,
nav a:visited {
	margin: 0 0 0 .4em;
	color: #000;
	text-transform: uppercase;
	font-size: 46px;
}
/*

nav a:hover {
	color: #1a9fdc;
}
*/

nav a:before {
	content: "<";
	margin: 0 .4em 0 0;
}


.about .about_link {
	color: #ff7bac;
}

.events .events_link,
.single-event .events_link {
	color: #29abe2;
}

.portrait .films_link,
.single-portrait .films_link {
	color: #ff7bac;
}

.banner,
.page_banner,
.page_banner_single {
	height: 500px;
	margin: 0 0 2em;
	background: #555;
}


.content {
	width: 600px;
	padding: 0 26px 30px;
}

.content img {
	max-width: 100%;
}

.page_banner_single .next_slide,
.page_banner_single .prev_slide {
	display: none;
}

.prev_slide,
.next_slide {
	position: absolute;
	top: 45%;
	left: 20px;
	width: 70px;
	height: 70px;
	color: rgba(255,255,255,.6);
	text-indent: -9999px;
	font-size: 40px;
	z-index: 1000;
	cursor: pointer;
}

.prev_slide:before,
.next_slide:before {
	content: "◀︎";
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
}

.prev_slide:hover,
.next_slide:hover {
	color: rgba(255,255,255,.9);
}

.next_slide {
	left: auto;
	right: 20px;
}

.next_slide:before {
	content: "▶︎";
	position: absolute;
	right: 0;
	text-align: right;
}


.content iframe {
	width: 100%;
	height: 337px;
}

#wp-admin-bar-edit {
	width: 100px !important;
}


/*----------------------------------------------------------------------*

	Home

*----------------------------------------------------------------------*/

.home {
	background: #000;
}

.home_banner {
	position: absolute !important;
	top: 105px;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto !important;
	background: #333;
}

.home_banner img,
.page_banner img,
.page_banner_single img {
	width: 1px;
}

.logged-in .home_banner {
	top: 135px;
}

.home .video {
	position: relative;
}

.home .video:before {
	content: " ";
	position: absolute;
	top: 41%;
	left: 50%;
	margin-left: -30px;
	background: url(images/arrow-pink.svg) no-repeat;
	background-size: contain;
	width: 75px;
	height: 75px;
	opacity: 0;
	transition: all .2s ease-in-out;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
}

.home .video.show_arrow:before {
	opacity: .9;
}

/*----------------------------------------------------------------------*

	About

*----------------------------------------------------------------------*/

.about .content a {
	color: #ff7bac;
}

.about a:hover {
	color: #cc4d7c;
}

.about .content {
	width: 1200px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}

.about .content p {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
}


/*----------------------------------------------------------------------*

	Events

*----------------------------------------------------------------------*/

.events .content a,
.single-event .content a {
	color: #29abe2;
}

.events a:hover,
.single-event a:hover {
	color: #2985ad;
}

.event {
	clear: both;
	margin: 0 0 30px;
}

.event h3 {
	margin-top: -5px;
}

.event_thumbnail {
	float: left;
	width: 590px;
	height: 395px;
	margin: 0 36px 26px 0;
	line-height: 0;
}

.event_info {
	width: 600px;
	margin: 0 0 0 626px;
}

.single-event h3 {
	margin-bottom: 20px;
	color: #29abe2;
}




/*----------------------------------------------------------------------*

	Films

*----------------------------------------------------------------------*/

.portrait .content a,
.single-portrait.content a {
	color: #ff7bac;
}

.portrait a:hover,
.single-portrait a:hover {
	color: #cc4d7c;
}

.film_container {
	margin: 0 15px 0 266px;
}

.film {
	position: relative;
	float: left;
	width: 24%;
	min-height: 100px;
	margin: 0 1% 10px 0;
	/* background: #ff7bac; */
	overflow: hidden;
	border-radius: 4px;
}

/*
.film:nth-child(4n) {
	margin-right: 0;
}
*/

.film a:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(images/arrow.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	opacity: .6;
	transition: all .2s ease-in-out;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.film_info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	background: rgba(255,123,171,0.8);
	opacity: 0;
	transition: all .2s ease-in-out;
}

.film_info hr, .single_film_info hr {
	border-bottom: 1px solid #fff;
}

.film:hover .film_info {
	opacity: 1;
}

.film_info h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.film_info h5 {
	margin: 0 0 4px;
	font-size: 13px;
}

.film a:hover:before {
	opacity: 0;
}

.film a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.film img {
	display: block;
	width: 100%;
	height: auto;
}

.sidebar {
	float: left;
	width: 220px;
	margin: 0 0 30px 26px;
}

.sidebar h4 {
	position: relative;
	padding: .2em;
    font-family: 'web_serveroffregular';
	cursor: pointer;
	color: #111;
	font-size: 1.3em;
	border-bottom: 1px solid #ff7bac;
}

.sidebar h4:hover {
	color: #ff7bac;
}

.sidebar h4:after {
	content: ">";
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 1.4em;
	color: #ff7bac;
	
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sidebar h4.open:after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sidebar p {
	color: #808080;
	margin: .7em 0 0;
	line-height: 1.9em;
}

.sidebar ul {
	padding: 0 0 1.3em;
	line-height: 1.5em;
}

.sidebar ul li {
	position: relative;
	padding-left: 0;
	color: #808080;
	display: block;
	width: 100%;
	cursor: pointer;
	
}

.sidebar ul li:before {
/*
	position: absolute;
	left: 0;
*/
	float: left;
	width: .7em;
	margin: 0 .2em 0 0;
	content: "○";
	font-size: 1.3em;
	color: #808080;
}

.sidebar ul li.selected:before {
	content: "●";
	font-size: 1.3em;
}

.sidebar ul li:hover {
	color: #111;
}

.clear_filters {
	height: 30px;
	margin: 0 0 30px;
	padding: 3px 6px;
	border: 1px solid #ff7bab;
	color: #ff7bac;
	font-size: 1.1em;
	cursor: pointer;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.clear_filters:hover {
	background: #ff7bac;
	color: #fff;
}

.clear_filters.disabled {
	height: 0;
	margin: 0 0 0;
	padding: 0;
	border: 0px solid #555;
	color: #555;
}

.clear_filters.disabled:hover {
	background: none;
	pointer-events: none;
}

.single-portrait {
	margin-bottom: 0;
	background: #000;
}

.video {
	position: relative;
	width: 100%;
}

.show_film_info, .single_film_info {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 300px;
	padding: 10px;
	color: #eee;
	background: rgba(255,123,171,0.70);	
	z-index: 1000;
}

.single_film_info {
	display: none;
	width: 500px;
	font-size: 14px;
	line-height: 18px;
	background: rgba(255,123,171,0.90);	
	border-radius: 4px;
}

.show_film_info {
	width: 40px;
	height: 40px;
	font-size: 25px;
	text-align: center;
	line-height: .75em;
	font-weight: bold;
	cursor: pointer;
	border-radius: 50%;
}

.show_film_info:hover {
	color: #000;
	background: rgba(255,123,171,1);	
}

.single_film_info h4 {
	font-weight: bold;
}

.close_film_info {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 10px;
	font-size: 18px;
	cursor: pointer;
}

.close_film_info:hover {
	color: #000;
}


/*----------------------------------------------------------------------*

	Special Classes

*----------------------------------------------------------------------*/

.screen-reader-text {
	display: none;
}

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.disabled {
	opacity: .2;
	cursor: auto;
}


/*----------------------------------------------------------------------*

	Responsive Styles

*----------------------------------------------------------------------*/


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

	h1 {
		float: none;
		width: 400px;
		height: 53px;
		margin: 0 0 20px;
		background-image: url(images/Logo-gendertalents-small.png);
	}
	
	.es h1 {
		background-image: url(images/Logo-talentosdegenero-small.png);
	}
	
	.blue h1:hover,
	.home.blue h1 {
		background-image: url(images/Logo-gendertalents-small-blue.png);
	}
	
	.es .blue h1:hover,
	.es .home.blue h1 {
		background-image: url(images/Logo-talentosdegenero-small-blue.png);
	}
	
	.pink h1:hover,
	.home.pink h1 {
		background-image: url(images/Logo-gendertalents-small-pink.png);
	}
	
	.es .pink h1:hover,
	.es .home.pink h1 {
		background-image: url(images/Logo-talentosdegenero-small-pink.png);
	}
	
	
	.container {
		width: 100%;
	}

	.about .content {
		width: 600px;
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 20px;
		column-count: 1;
		column-gap: 20px;
	}
	
	.event_thumbnail {
		float: none;
	}
	
	.event {
		padding: 0 20px;
	}
	
	.event_info {
		margin-left: 0;
	}
	
	.film {
		width: 32%;
	}
		
}

@media screen and (max-width: 1000px) {
	
	nav a, nav a:active, nav a:visited {
		font-size: 30px;
	}
	
	.film {
		width: 49%;
	}
}



@media screen and (max-width: 800px) {
	header {
		height: auto;
	}
	
	nav {
		position: relative;
		bottom: auto;
		right: auto;
	}
	
	nav a, nav a:active, nav a:visited {
		display: block;
		margin: 0 0 .2em;
	}
	
	nav a:before {
		content: "";
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 680px) {
	h1 {
		width: 100%;
		margin-top: 20px;
		background-size: contain;
	}
	
	.home .video.show_arrow:before {
		opacity: 0;
	}

	.content,
	.about .content {
		width: 100%;
	}
	
	.event {
		width: 100%;
		padding: 0;
	}
	
	.event_thumbnail {
		width: 100%;
		height: auto;
	}
	
	.event_thumbnail img {
		width: 100%;
		height: auto;
	}
	
	.event_info {
		width: auto;
		padding: 20px;
	}
	
	.sidebar {
		float: none;
		width: 100%;
		margin: 0;
		padding: 20px;
	}
	
	.sidebar ul li:before {
	/*
		position: absolute;
		left: 0;
	*/
		width: 1em;
	}

	.film_container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.film {
		width: 100%;
	}	
	
	.single_film_info {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		overflow: auto;
	}
	
	.show_film_info {
		width: 20px;
		height: 20px;
		font-size: 15px;
		line-height: 1.35em;
		padding: 0;
	}

}


.language {
	position: absolute;
	top: 10px;
	right: 15px;
	font-family: 'Source Sans Pro', 'sans-serif';
}

.language a {
	margin: 0 10px;
	color: #000;
}

.language a:hover {
	color: #ff7bac;
}