/* ROVI modificaciones estéticas
COMENTADO TODO... */
p {
	font-weight: 400;
}

.cbp-spmenu-vertical{
	width: 270px; 
}
.cbp-spmenu-left{
	left: -270px; 
}
.cbp-spmenu ul > li > ul{
   padding-left: 20px;
}
.cbp-spmenu ul.sub-menu li a {
    text-transform: capitalize !important;
    color: #BBB !important;
}
.cbp-spmenu ul.sub-menu li a:first-letter {
 text-transform:uppercase !important;
}

.hfeed {
	max-width: 1140px;
	margin: 0 auto;
}

div.show p.cam_pers {
	font-size: 25px !important;
	padding: 10px 0 0;
}
div.show p.cam_pers:last-child{
	padding-bottom: 100px;
}

.share-button.share-button-left {
    display: none !important;
}

/* ROVI- Ajustando el alto de las imágenes en obras */
.dummy-title{
	padding-bottom: 10px;
}
.dummy-img{
	margin-bottom: 5px;
}
.dummy-img img{
	width: auto;
    	max-height: 580px;
}

/* ROVI- Ajustando el alto de las imágenes en documentación */
img.archive-image {
	width: auto;
	max-height: 450px;
}

/* ROVI- Ajustando tamaño de la X para cerrar el modal */
.content > div.show ~ .close-content .fa-close{
	font-size: 200%;
}

/* ROVI- tamaño de textos en Documentación */
article.hentry .entry-title span.title{
	line-height: 29px;
}
article.hentry .entry-title span.title a{
	font-size: 29px;
}

article.hentry.category-textos .entry-title span.title{
	line-height: 29px;
}
article.hentry.category-textos .entry-title span.title a{
	font-size: 29px;
}

/* ROVI- tamaño de textos en INICIO */
#post-2 .colum-texto p{
	margin-bottom: 0.5em;
	text-indent: 40px;
    line-height: 38px;
}

/* ROVI- tamaño de textos de noticia en INICIO */
#post-2 .colum-noticia .entry-title{
	line-height: 32px;
}
#post-2 .colum-noticia .entry-title a{
	font-size: 27px;
}


/* ROVI- Ocultando de INICIO, lo de "Posted in" y "Comentarios desactivados" */
.ivycat-post .entry-utility{
	display:none;
}

/* ROVI- Estilo del botón que despliega el MENU */
.contact-button button{
    padding: .6em 1em .6em;
    font-size: 1.5rem;
}

/* Firma footer */
.site-footer{
	text-transform: none;
}

/* ROVI- tamaño de textos en BIOGRAFIA */
#post-11 p{
	line-height: 36px;
}

/* ROVI- tamaño de introducción en el listado de textos (Documentación) */
.category-14 .site-main .entry-content p{
	font-size: 20px;
}

/* ROVI- centrando imágenes en folletos */
img.archive-image{
 	margin: 0 auto; 
}

/* Ajustando el logotipo */
.site-header{
    padding: 60px 40px 0px;
}
.site-logo a img{
    margin-top: 14px; 
}

@media screen and (max-width: 480px) {
	body, p{
		font-size: 17px;
	}
	.category-14 .site-main .entry-content p{
		font-size: 17px;
	}
	.gallery-image {
		width: 96%;
		margin: 0 2% 15px;
	}

}
nav li:hover > a:hover{
 	color: #AAA; 
}

.post-navigation{
  display:none;
}