/*
	Theme Name: Vinero Child
	Description: Child theme for Vinero theme
	Theme URI: 
	Description: Vinero Child Theme
	Author: Gonzalo Borondo
	Author URI: 
	Template: vinero
	Text Domain:  vinero
	Version: 1.0
	
*/

/*QUITAR TITULO HOME*/

.home .page-title{
	display:none;
}
/*AÑADIR BACKGROUND AL TITULO EN EL BLOG */

.blog .page-title h1{
	background-color: rgba(255, 255, 255, 0.5);
	
}

/*TITULO DE BLOG*/

.blog .page-title h1{
	color: #6f1416;
   	font-size: 45px !important;
    	letter-spacing: 20px !important;
}

/*MOVER ABAJO MENU DERECHO*/

.pull-right{
	padding-top:35px;
	color:#C0C0C0 !important;
}

.pull-right:hover{	
	color:#6f1416!important;
}

/*MODIFICACIÓN LOGOTIPO*/

.logo{
	color:#C0C0C0 !important;
}

.logo:hover{
	text-decoration: line-through !important;
	color:#6f1416 !important;
}

/*TÍTULOS DE LAS PÁGINAS*/

.page-title{
	background-color:rgba(252,252,252,0) !important;	
}
	
.page-title h1{
	color: white;
   	font-size: 45px !important;
    	letter-spacing: 20px !important;
}

.filters-wrap a:hover{
	color:#6f1416 !important;
	text-decoration: line-through;
}

.scroll-top:hover {
	background-color:#6f1416 !important;
}

.portfolio-categories{
	display:none;
}

.portfolio-title:hover{
	color:#6f1416 !important;
}

.page-title p{
	color:#eee;
}

.footer-menu li a:hover, .footer-social li a:hover{
	color:#6f1416 !important;
}

.post-footer{
	display:none;
}

.post-header .post-category a:hover{
	color:#6f1416 !important;
}

.cli-plugin-button{
	background: none !important;
	-webkit-border-radius:0px !important;
    	-moz-box-shadow: none !important;
    	-webkit-box-shadow: none !important;
    	text-shadow: none !important;
    	border: 1px solid black;
}

/*QUITAR MARGEN A LA NAVEGACIÓN*/

.pagination{
	margin-top:15px !important;
}

/*FLOTAR IMAGEN A LA IZQ*/

.imageFloat{
	float:left;
}

/*ANIMAL

.postid-1370 .page-title h1{
	color: #2b2b2b;
}
.postid-1370 .page-title p{
	color: #2b2b2b;
}*/

/*HEADER TRANSPARENTE*/

.fixedheader.scroll-up:not(.fullscreen-nav-open) .header-wrap:not(.no-transparent) {
    	background-color: rgba(255, 255, 255, 0.9) !important;
}

/*BLOG*/

.page-id-1580 .categories{
	color:white;
}

.page-id-1580 ul{
	list-style:none;
}

.page-id-1580 ul li{
	display: inline;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 12px 8px 14px;
   	line-height: 1em;
    	letter-spacing: 2px;
	color: #222;

}

.archive .page-title p{
	text-decoration:line-through;
}

/*Quitar Cabecera Blog*/

.blog .page-title-header{
	display:none;
}