/*
	Theme Name: Blancfest
	Theme URI: blancfestival.com
	Description: Blanc Festival Website
	Version: 1
	Author: Pràctica | Iago Barreiro | David D'Eboli
	Author URI: https://blancfestival.com

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

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

body{
    overflow-x: hidden; 
}

p{
	width: 100% !important;
}

.grid-item { width: 25%; }
/*.grid-item--width2 { width: 50%; }*/

.imagen_galeria:hover{
	z-index: 5;
}

.fotos_about{
	max-height: 1800px; overflow: hidden;
}

h2.ediciones_nombres{
	text-transform: uppercase;
}

.card-featured .widget_text, .card-featured .widget_text, .card-featured .textwidget{
	height: 100%;
} 
.card-featured .card-body {
    padding: 2.1rem !important; /* Mismo estilo que css original, es que siteorigins lo modifica */
}

/* Lo de alinear abajo en las cajas de texto no se aplicaba en todos. Lo fuerzo con este estilo */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.card-body .bottom {
   /* bottom: 30px !important;
    position: absolute;
    padding-right: 40px;*/
}


.btn.call-btn{
	letter-spacing: .1rem;
	text-transform: uppercase;
	font-size: 14px;
}
.secundario{
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: .1rem;
	line-height: 1.4 !important;
}
.patrocina_blanc{
	margin-top: 20px !important;
}
.fecha_talk{
	text-transform: capitalize;
}
.speaker_portrait{
	width: 100%; height: auto; margin-bottom: 20px;
}


.card-ad--black h5.card-title{
	font-size: 70px;
}


article .post-main img{
	max-width: 100%; height: auto;
}
.error_404{
	width: 100%; 
	font-size: 3200%;
}

#call-to-action-button-04{
	background: #000;
	color:#fff;
	border: 1px solid #fff;
}

#call-to-action-button-04:hover {
    color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}




/*.triada .card-img {
    max-height: 320px;
}*/


/*.header-post-title{
	max-width: 250px;
	text-align: center;
}

.post-content img{
	max-width: 680px;
	height: auto;
}*/

.single_author{
	margin-top: 40px;
	border-top: 1px solid grey;
	padding-top: 10px !important;
}

.img_avatar_author{
	width: 100%; height: auto;
}

.author_info{
	padding: 0 0 0 10px !important;
}

a.card-category{
	display: contents;
}

/*.post-content h2{
	margin-top: 30px;
}

.margintop{
	margin-top: 64px;
}
.img_max_altura{
	display: block;
	overflow: hidden;
	max-height: 423px;
}

.wp-caption-text{
	font-size: 0.7em;
}*/

.span_citas{
	text-align: center;
	font-style: italic;
	display: block;
	margin: 0 auto;
	max-width: 500px;
}

/* ************************** */
	/* Panel Horizontal */
/* ************************** */

#panel_marquee{
	height: 40px;
  	bottom: 0;
  	position: absolute;
  	background:url('images/maraton/maraton-byblanc-bann-vol2.jpg');
  	background-size: cover;
  	width: 100%;
  	padding: 2px 0;
  	cursor: pointer;
  	display: none;
}


.marquee, *[class^="marquee"] {
  white-space: nowrap;
}

.content_marquee {
  margin: 0;
}

.content_marquee li {
  color: #000;
  height: 40px;
  position: absolute;
  list-style-type: none;
}

.content_marquee h2{
  color: #000;
  font-family: "Blanc 2019", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  font-size: 2em;
  margin: 0 0 0 0;
  display: inline;
  vertical-align: bottom;
}

.content_marquee img{
  width: 30px;
  padding: 3px 40px 0 35px;
}


/* *************************** */
	/* POP UP NEWSLETTER */
/* *************************** */

.ui-dialog { z-index: 5000 !important ;}

.ui-dialog { position: fixed;overflow: hidden; }

#popupNewsletter{
	display:none;
	background: #fff;
	padding: 20px;
}

#popupNewsletter input{
	border:1px solid #000;
	background: #fff;
	color:#000;
	padding: 5px;
}

#popupNewsletter .input_email{
	margin-top: 20px;
}

#popupNewsletter .de_acuerdo{
	font-size: 10px;
}

#popupNewsletter .ui-widget-header {
    border: none;
    background: #fff !important;
    color: #000 !important;
}

#popupNewsletter .enviar_formulario{
	margin-top: 10px;
}

.popupNewsletter .ui-dialog-titlebar-close {
    visibility: hidden !important;
    display: none  !important;
}

/* *************************** */
		/* Videos */
/* *************************** */


.sticky-bottom{
	position: -webkit-sticky;
  	position: sticky;
  	top: 0;
}
.columna_videos .card{
	max-width: 50%;
	float: left;
}

.social_share{
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 2em;
}

.no_ver_video{
	position: absolute;
	z-index: 5;
	overflow: hidden;
	margin:0; padding: 0; left: 0; top:0;
	opacity: 0.9;
}
.no_ver_video img{
	width: 100%;
}
.cabecera_categorias img{
	width: 100%;
	height: auto;
}


.ui-dialog .ui-dialog-titlebar-close {
	height: 0; width: 0;
}


.ui-widget-content {
    border: none;
    background: transparent;

}
.ui-widget.ui-widget-content {
    border: none;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
    
}
.ui-dialog .ui-dialog-content {
    padding: 0;
    background: #000;
    overflow: hidden;
}
.ui-widget-header {
    border: none;
    background: #000;
    color: #fff;
}

.dime_que_me_quieres{
	color: grey;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Blanc 2019", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.open_video{
	cursor: pointer;
}
.img_video{
	padding: 5px;
}
.parametro{
	font-size: 2em;
	color:#212529;
}
.maraton_text{
	font-size: 0.8em;
	line-height: 0.9em;
	color:#212529;
}
.count_down, .count_down table{
	height: 90vh;
}
.count_down table{
	background-size: green;
}
.maraton_text{
	font-size: 0.8em;
	line-height: 1.2em;
}
.countdown{
	padding-top: 50px;
	font-size: 4em;
	padding-bottom: 80px;
}
.single_video_iframe{
	margin: 20px 0 40px 0;
}

.main_maraton{
	
	
}

.main_maraton .card, .main_maraton .header-wrapper {
    background-color: transparent;
}
.main_maraton .card.card-ad--black{
	background: #000;
	margin-bottom: 30px;
}

.navbar.bck_maraton{
	background-color: transparent !important;
	background-size: auto 100%;
}

.body_bck_maraton{
	background: url("images/maraton/fdo_maraton.jpg") repeat fixed #000 !important;
	background-size: auto 100%;
	background-attachment: fixed ;
}
.body_bck_maratonvol2{
	background: url("images/maraton/fdo_maratonvol2.jpg") repeat fixed #000 !important;
	background-size: auto 100%;
	background-attachment: fixed ;
}

.container_videos{
	margin-top: 40px;
}

.link_to_insta{
	display: block;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
.single_video_iframe_category{
	padding: 5px;
}



/* ********************************** */
			/* CHAT */
/* ********************************** */
#chat_videos{
	width: 100%;
	background-size: red;
}

#chat_videos textarea{
	width: 100%;
}

.comment_lineal{
	color:#fff;
	overflow-y: scroll;
	height: 200px;
	font-family: "Blanc 2019", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 10px;
}

.globo_chat{
	/*padding: 5px;
	border-radius: 3px;
	width: auto;
	border: 1px solid #fff;*/
}

.submit_chat{
	cursor: pointer;
}

.chat_btn{
	border:1px solid #fff;
	color: #fff;
	background:#000;
	padding: 6px;
}

.campo_abajo{
	padding: 10px;
}

.campo_abajo input{
	border: 1px solid #fff;
	font-family: "Blanc 2019", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.chat_user{
	font-family: "Blanc 2019", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.comment_lineal .chat_user{
	font-size: 1em;
	color:grey;
	text-transform: capitalize;
}
.comment_lineal .chat_time{
	font-size: 1em;
	color:grey;
}
.comment_lineal .chat_comment{
	font-size: 1.3em;
	margin-bottom: 10px;
	color:#fff;
}

.campo_abajo input.form-control:focus {
  border:1px solid #fff;
}


@media (min-width: 1200px){
	.side-menu {
	    width: auto !important;
	    min-width: 20vw !important;
	}
	.team .card{
	max-width: 20% !important;
}
}

@media (max-width: 598px){

	.body_bck_maraton:before {
	  
	  background: url("images/maraton/fdo_maraton.jpg") repeat fixed #000 !important;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	.count_down, .count_down table {
	    height: 70vh;
	}
	.countdown{
		padding-top: 0 !important;
	}
	.parametro{
		font-size: 1em;
	}
	.maraton_text{
		font-size: 0.8em;
		line-height: 1em;
	}
	.countdown{
		padding-top: 50px;
		font-size: 2.4em;
		padding-bottom: 80px;
	}
	.home .main-content {
	    margin-top: 80px;
	}
	.team .card{
		max-width: 50% !important;
	}
	.grid-item { width: 50%; }
	.grid-item img{ width: 100%; height: auto; }

	.columna_videos .card{
		max-width: 100%;
	}

}