/* 
Theme Name: EuskalNews
Theme URL: http://euskalnews.com
Description: Tema de EuskalNews
Theme Author: Eneko Castresana
Author URL: 
Template: newspaperss
Version: 1.0.0 
Text Domain: euskalnews
*/

/* Letras vascas */

@font-face {
    font-family: 'vasca';
    src: url('/wp-content/themes/euskalnews/fonts/vasca-webfont.woff2') format('woff2'),
         url('/wp-content/themes/euskalnews/fonts/vasca-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.block-title h3 {
	color: #0f7cb3!important;
	border-bottom: 0px solid!important;
	line-height: 50px!important;
	font-size: 30px!important;
	font-weight: 800;
	text-align: center;
	width: 100%;
	font-family: "vasca"!important;
	font-style: normal!important;
	font-weight: normal!important;
	
	background-image: linear-gradient(to right, white, #0b5c84 50%, white);
	background-repeat: no-repeat;
	background-size: 50% 5px;
	background-position: bottom;
}

div.heade-content h1.text-center {
	font-family: "vasca"!important;
}

/* Ancho contenido */

.grid-container {
		max-width: 60rem;
}

/* Quitar oscurecido de foto */
.post-thumb:after,
.slider-container .post-header-outer {
	background: none!important
}
.slider-right .post-thumb-overlay {
	background-color: transparent!important;
}

/* Resaltar texto miniaturas */
.post-header .post-title-link {
	color: #000!important;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff !important;
}

/* Cabecera Telegram */

.social-btns .btn.telegram:before {
    background-color:#25a3e1;
}

.social-btns .btn.telegram .fa {
  color: #25a3e1;
}

.social-btns .btn.telegram:focus .fa,
.social-btns .btn.telegram:hover .fa {
	color: #fff;
}

/* Alto cabecera */

header#header-top div#main-header {
	max-height: 150px;
}

/* Logo menu */

.desktop-menu {
	float: right;
}

/* Bullets en los items del news ticker */
/* .spt-item .spt-link:before {
	content: '\2022';
	color: #1c87c9;
}
 */

/* Salto de linea para movil para el news ticker */
@media screen and (max-width: 40em)  {
	.spt-label { 
		text-align: center;
		float: none !important;
	}
}

/*Imagenes al completo en portada*/
.post-thumb-overlay {
  
  top: 0% !important;
  z-index: 0 !important;
  background: -moz-linear-gradient(top, rgba(11, 92, 132, 0) 0%, rgba(11, 92, 132, .2) 30%, rgba(11, 92, 132, 1) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(11, 92, 132, 0)), color-stop(30%, rgba(11, 92, 132, .2)), color-stop(100%, rgba(11, 92, 132, 1))) !important;
  background: -webkit-linear-gradient(top, rgba(11, 92, 132, 0) 0%, rgba(11, 92, 132, .2) 30%, rgba(11, 92, 132, 1) 100%) !important;
  background: -o-linear-gradient(top, rgba(11, 92, 132, 0) 0%, rgba(11, 92, 132, .2) 30%, rgba(11, 92, 132, 1) 100%) !important;
  background: -ms-linear-gradient(top, rgba(11, 92, 132, 0) 0%, rgba(11, 92, 132, .2) 30%, rgba(11, 92, 132, 1) 100%) !important;
  background: linear-gradient(to bottom, rgba(11, 92, 132, 0) 0%, rgba(11, 92, 132, .2) 30%, rgba(11, 92, 132, 1) 100%) !important;
}
.post-meta-info-left {
    background: rgba(0,0,0,.3) !important;
}

.thumbnail-resize img{
	min-width: 0px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
