/*
 Theme Name:   elToroTV.com
 Theme URI:    https://eltorotv.com
 Description:  elToroTV.com
 Author:       Hadoq
 Author URI:   https://hadoq.com
 Template:     hadoq
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Top Navigation Desktop */
@media (min-width: 1025px) {
	.site-header .site-branding {
		flex: 1 0 100%;
		justify-content: center;
	}
	/*    .site-header .site-branding #logo {
        max-height: 100%;
        
    }
	*/
	.site-header .main-navigation {
		flex: 1 0 auto;
		justify-content: flex-end;
	}
	.site-header .nav-search {
		flex: 1 0 auto;
		text-align: left;
	}
}

.site-header .site-branding #logo {
	max-height: unset;
}

.site-header .site-branding {
	background: #001c4c;
	padding: 1rem 1rem;
}

.site-header .main-navigation,
.site-header .nav-search {
	background: #3e4d67;
}

.main-navigation .menu > li {
	padding: 0.5rem 0.75rem;
}

.main-navigation a,
.site-header .nav-search label {
	color: #fff;
}

.sub-menu a {
	text-decoration: unset;
	color: #000;
}

ul.sub-menu {
	border-top: 2px solid #3e4d67;
	margin-top: 0.5rem;
}

.post header img {
	margin: 0 auto;
}

.post-thumbnail a {
	position: relative;
}

.post-thumbnail.post-is-video a:before {
	content: "\f144";
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 2;
	font: normal normal normal 40px/1 FontAwesome;
	color: #fff;
	opacity: 0.9;
}

.post-thumbnail.post-is-video a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0)
		linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, #303035 100%) repeat 0 0;
	z-index: 1;
}

aside .widget .widget-title {
	padding-top: 1.5rem;
}

aside .widget .widget-title:first-child {
	padding-top: 0;
}

/*Footer*/
#colophon {
	display: flex;
	flex-direction: column;
}

#colophon .site-info {
	padding: 1.5rem;
	text-align: center;
	order: 2;
}

#colophon .footer-socials {
	margin-left: 0;
	padding: 1rem 0;
	order: 1;
	margin: 0;
}

#n3s_poster_image .liveAccessButton {
	display: none;
}

#n3s_poster_image .activeSignal {
	display: none;
}

div.grwf2-wrapper.wf2-embedded {
	z-index: 10 !important;
}

.search-field,
.search-field::placeholder {
	color: #fff !important;
	font-weight: bold;
	font-size: 1.2rem !important;
	padding: 1.5rem !important;
}

.contenido_flexible {
	width: 100%;
}

.list-posts-widget .widget_list_title .entry-author {
	font-size: 0.8rem;
	text-transform: uppercase;
	font-family: "Playfair Display";
}

/*Crespon en cabecera
06/04/2020
Raul Angeli*/

.contenedor-cabecera{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-header .site-branding a {
	margin: 0 auto;
}

#crespon-cabecera{
    display: flex;
}

#crespon-cabecera img {
	width: 70px;
	height: 40px;
}



@media only screen and (min-width: 1024px) {
	#crespon-cabecera {
		position: absolute;
		left: 80%;
		top: 30px;
    }
    
    .contenedor-cabecera{
        flex: 1 0 100%;
        display: flex;
        flex-direction: row;
    }

    #crespon-cabecera img {
		width: 110px;
		height: 62px;
    }

}


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

	.flex-row{
		flex-direction: column !important;
		flex-wrap: unset !important;
	}

	.site-footer .flex-row{
		flex-direction: row !important;
	}

	.footer-fixed .flex-row{
		flex-direction: row !important;
	}

	#secondary{
		display: none;
	}
}

.flex-column.bullet{
	display: none !important;
}

