/*
Theme Name: Poncho Films 2015
Theme URI: http://floridaconecta.com
Author: Florida Conecta
Author URI: http://floridaconecta.com
Description: Poncho Films 2015
Version: 2.0
Text Domain: poncho2015


*/


	body {
/*		background-image:url(images/bg-poncho.jpg);
		background-position:top center;
		background-repeat:no-repeat;*/
		background-color: #FFF;
		color: #010007;
		line-height: 1.5;
		margin: 0;
		font-size:14px;
		font-family: 'Roboto', sans-serif;
	}
	
	.category-guille-peluffo {
		background-image:url(images/bg-guille.jpg);
		background-position: right top;
		background-repeat:no-repeat;
		background-size: 1190px auto;
	}
	
	.category-pablo-casacuberta {
		background-image:url(images/bg-pablo.jpg);
		background-position:right top;
		background-repeat:no-repeat;
		background-size: 1190px auto;
	}
	
	.category-nacho-alvarez {
		background-image:url(images/bg-nacho.jpg);
		background-position:right top;
		background-repeat:no-repeat;
		background-size: 1190px auto;
	}
	
	.page-id-364 {
		background-image:url(images/bg-ana.jpg);
		background-position:right top;
		background-repeat:no-repeat;
		background-size: 1190px auto;
	}
	
	
	h2 {
		font-size: 34px;
		font-weight: 300;
		font-family: 'Roboto Condensed', sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	
	h4 {
		font-size: 20px;
		font-style: italic;
		color: #505050;
		font-weight: 300;
		text-transform: uppercase;
		margin: 2px 0;
	}
	
	a {
		color: #000;
	}
	
	a:Hover {
		color: #505050;
		text-decoration: none;
	}
	
	.contenedor {
		margin: 85px auto 0;
		max-width: 1200px;
		width: 100%;
	}
	
	.site-footer {
		margin: 45px auto 30px auto;
		max-width: 1200px;
		width: 100%;
		text-align: center;
		font-size: 12px;
	}
	
	.col-izq {
		display: inline-block;
		vertical-align: top;
		width: 21%;
		margin-right: 4%;
		max-width: 260px;
		font-family: 'Roboto Condensed', sans-serif;
	}
	
	.pagina {
		display: inline-block;
		vertical-align: top;
		width: 74%;
	}
	
	.pagina img {
		max-width: 100%;
		height: auto;
	}
	
	.ponchologo {
		display: block;
    	width: 94%;
		margin: 0 auto;
	}
	
	.ponchologo img {
		width: 100%;
		max-width: 252px;
		height: auto;
	}
	
	.clase-menu ul {
		list-style: none;
	}
	
	.clase-menu a {
		font-size: 16px;
		margin-bottom: 8px;
		font-weight: 300;
		letter-spacing: 1px;
		color: #000;
		text-decoration: none;
		text-transform: capitalize;
	}
	
	.clase-menu a:Hover {
		color: #505050;
		text-decoration: none;
	}
	
	.current-menu-item {
		color: #505050;
		text-decoration: none;
	}
	
	.titulo {
		font-size: 30px;
		font-weight: 300;
		text-transform: uppercase;
		font-family: 'Roboto Condensed', sans-serif;
		margin: 90px 0 0;
		padding-bottom:5px;
		color: #999999;
	}
	
	.home .titulo {
		display: none;
	}
	
	.social-menu {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	
	.social-menu a {
		display: inline-block;
		margin:5px;
	}
	
	.facebook {
		width: 32px;
		height: 32px;
		background-image:url(images/facebook.png);
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.facebook:Hover {
		background-position: bottom;
	}
	
	.twitter {
		width: 32px;
		height: 32px;
		background-image:url(images/twitter.png);
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.twitter:Hover {
		background-position: bottom;
	}
	
	.video-bloque {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin: 20px 0 0;
	}
	
	
	
	.video-bloque img {
		min-height: 240px;
		width: 100%;
	}
	
	.video-bloque-25 {
		display: inline-block;
		margin: 10px 6px 0 0;
		vertical-align: top;
		width: 24%;
	}
	
	.video-bloque-25 .video-titulo {
		font-size: 14px;
	}
	
	.video-bloque:nth-child(2n) {
		margin-right: 3%;
	}
	
	.video-titulo {
		text-align: center;
		width: 100%;
		display: block;
		font-size: 18px;
		font-weight: 300;
		text-transform: uppercase;
		font-family: 'Roboto Condensed', sans-serif;
		text-decoration: none;
		letter-spacing: 1px;
	}
	
	.video-img {
		display: block;
	}
	
	.video-bloque .video-img img {
		width: 100%;
		min-height: 240px;
	}
	
	.video-bloque-25 .video-img img {
		width: 100%;
		min-height: 120px;
	}
	
	.reel-nav-cont {
		width: 100%;
	}
	
	.reel-tit {
		font-size: 30px;
		font-weight: 300;
		text-transform: uppercase;
		font-family: 'Roboto Condensed', sans-serif;
		margin: 0 0 20px;
		padding-bottom:5px;
		border-bottom: 1px solid #d5d5d5;
	}
	
	.reel-nav {
		width: 100%;
		text-align: center;
		font-size: 24px;
		font-weight: 300;
		text-transform: uppercase;
		
	}
	
	.reel-nav a {
		margin: 0 5px;
		text-decoration: none;
	}
	
	iframe {
		max-width: 100%;
	}
	
	.social-foot {
		display: none;
	}
	
	.bio-foto {
		width: 43%;
		margin: 10px 4% 0 0;
		float:left;
	}
	
	.bio-ana {
		
	}
	
	.bio-nombre {
		width:100%;
		margin: 20px 0 10px 0;
		float:left;
		font-size: 30px;
		letter-spacing: 1px;
		font-weight:400;
		text-transform:uppercase;
	}
	
	
	.bio-texto {
		width: 100%;
		margin-bottom:20px;
		float:left;
		text-align: justify;
	}
		
	.meta {
		width: 100%;
		margin: 5px 0;
		clear: both;
	}
	
	.wpcf7-text {
		height: 24px;
		width: 100%;
		max-width: 400px;
		border: 1px solid #d5d5d5;
	}
	
	.wpcf7-textarea {
		border: 1px solid #d5d5d5;
		width: 100%;
		max-width: 400px;
	}
	
	.wpcf7-submit {
		border: 1px solid #757575;
		background-color: #b7b7b7;
		padding: 5px 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;		
	}
	
	.wpcf7-submit:Hover {
		background-color: #d4d4d4;
	}
	
	.wpcf7-validation-errors {
		border-width: 1px !important;
	}
	
	.alignright {
		text-align: right;
	}
	
	.alignleft {
		text-align: left;
	}
	

@media (max-width: 1150px) {

	.category-guille-peluffo {
		background-size: 770px auto;
	}
	
	.category-pablo-casacuberta {
		background-size: 770px auto;
	}
	
	.category-nacho-alvarez {
		background-size: 770px auto;
	}
	
	.page-id-364 {
		background-size: 770px auto;
	}
	

}
	

@media (max-width: 950px) {
	
	.clase-menu a {
		letter-spacing: 0;
		font-size: 16px;
	}
	
	.clase-menu ul {
		padding-left: 15px;
	}
	
	.video-bloque-25 {
		margin: 10px 3px 0 0;
	}
	
	
	.bio-nombre {
    	font-size: 23px;
	}

	

}


@media (max-width: 750px) {
	
	.col-izq {
	    margin-right: 1%;
    	max-width: 100%;
	    width: 24%;
	}
	
	.clase-menu a {
		font-size: 14px;
		letter-spacing: 0;
	}
	
	.video-bloque {
		margin: 10px 0;
		width: 100%;
	}
	
	
	.video-bloque .video-img img {
		min-height: 170px;
		width: 100%;
	}
	
	.video-bloque-25 {
	    margin: 10px 2px 0 0;
		width: 49%;
	}
	
	
	.video-bloque-25 img {
		min-height: 170px;
	}
	
	h2 {
	    font-size: 26px;
	}
	
	
	h4 {
	    font-size: 15px;
	}
	
	.bio-nombre {
    	font-size: 17px;
	}
	
}

@media (max-width: 550px) {
	
	body {
		background-position: center -40px;
	}
	
	
	.contenedor {
	    margin: 25px auto 0;
	}
	
	.pagina, .col-izq {
		width: 96%;
		margin: 2%;
		font-size: 12px;
	}
	
	.ponchologo {
	    display: block;
	    text-align: center;
    	width: 100%;
	}
	
	.ponchologo img {
	    max-width: 172px;
	}
	
	.clase-menu ul {
		padding-left: 0;
		text-align: center;
	}
	
	.clase-menu ul li {
		display: inline-block;
		padding-left: 0;
	}
	
	.clase-menu a {
		text-transform: uppercase;
		margin-left: 5px;
	}
	
	.video-titulo {
		font-size: 15px;
	}
	
	.social-menu {
		display: none;
	}
	
	.social-foot {
		display: block;
	}
	
	.video-bloque-25 {
	    margin: 10px 0;
		width: 100%;
	}
	
	
	h2 {
		font-size: 22px;
	}
	
	
	.titulo {
    	font-size: 27px;
	margin: 20px 0 0;
	}
	
	
	.bio-nombre {
    	font-size: 18px;
	}
	
	
	.bio-foto {
		margin: 10px 4% 0 0;
		width: 98%;
	}


	.category-guille-peluffo {
		background-image: none;
	}
	
	.category-pablo-casacuberta {
		background-image: none;
	}
	
	.category-nacho-alvarez {
		background-image: none;
	}
	
	.page-id-364 {
		background-image: none;
	}
	
}
