/*
Theme Name: Cenote Child Theme
Theme URI: http://themegrill.com/themes/cenote/
Description: Cenote Child Theme
Author: ThemeGrill
Author URI: http://themegrill.com
Template: cenote
Version: 2.1
*/
/* =Theme customization starts here
------------------------------------------------------- */

/* CSS margen widget filmografia */

.widget_dpe_fp_widget {
	margin-bottom: 0px;
}
/* CSS para filmografia */

div.filmo-row{
	vertical-align:middle;
	padding:5px 10px 5px
}
div.filmo-row div.clear{
	height:1px
}
.filmo_poster{
	float:left;
	padding-right:12px;
	margin:-5px 0 -6px 0	
}
.filmo-episodes{
	font-size:11px;
	padding:2px 0 2px 12px;
	text-indent:-1em
}
div#filmography{
	margin-top:12px
}
.odd{
	background-color:#F6F6F8;
	border:#fff 1px solid
}

.year_column {
	float:right;
	text-align:right;
	margin-left:10px;
}

/** CSS para listado de articulos de prensa */
div.image-press{
height:auto;
position:relative;
overflow:hidden;
padding-right:12px;
}

div.filmo-row div.image_highlight{
	float:left;	
	padding:6px 12px 0 0;
}


/** CSS para listado de eventos */
div.tribe-events-event-image{
	margin-bottom:0.5em;
	width:100px;
}

div.tribe-event-title {
	font-size:1.3rem;
}

div.tribe-event-duration {
	font-size:14px;
}

div.tribe-event-description {
	font-size:13px;
}


/** CSS para entradas en home */
div.entry-content .post-title-home {
	font-size:1.8rem !important;
}

.entry-content a {
    color: #de7b85;
    text-decoration: none;
}

.entry-header a{
    color:black !important;
}
.entry-header  a:hover{
    color: #de7b85 !important;
}

/** CSS para enlace ver entradas home */
.view-entries {
	font-size:1.2rem;
}

/** Disminuye el espacio entre el breadcrumb y el titulo de las paginas*/
.site-content {
    margin-top: 40px;
    margin-bottom: 30px;
}

/** Elimina el margen debajo del logo */
.site-branding .custom-logo-link {
	margin-bottom: 0px;
}

/** Arreglo de la cabecera en moviles como el iphone x*/
@media screen and (max-width: 400px) {
	.cenote-header-media .tg-container {
		background-size: 100% 100%;
		min-height: 140px;
	}
}

/** Arreglo de la imagen de la cabecera*/
.image-header {
    margin-left: auto;
    margin-right: auto;
    display:block;
}



/**Se modifica la altura del Volver Arriba */
.cenote-back-to-top{    bottom: 140px;}

/* Modificacion para ajustar los videos en movil */
@media screen and (max-width: 400px) {
    .entry-content .post-list iframe{
        width:auto;
    }
}

/* Arreglo de los enlaces en los componentes */
.widget_text a {
    color:#de7b85;
}

.widget_text a:hover, a:focus {
    color:#16181a;
}


/*Estilos para los sliders w3-css*/
.mySlides {display:none}
.mySlides1 {display:none}
.mySlides2 {display:none}
.mySlides3 {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.videoEmbed {width:640px;height:480px}