    

/* Menu fijo  */

.single-post #site-navigation ul.primary-menu, .page #site-navigation ul.primary-menu, .archive #site-navigation ul.primary-menu, .search-results #site-navigation ul.primary-menu {

visibility: visible !important;
    opacity: 1;
}


/* tamaño menu  */
h1.site-title, h1.entry-title, .overlay-btn, .entry-content h1, #site-navigation ul {
font-size: 1.25rem;
}

/* tamaño home */
.single-post .post-navigation, #site-branding a.home-link, #scroll-left-btn {
font-size: 0.86rem;
}

/* subida hacia arriba las fotos */
.single-post #primary, .page #primary, .search #primary, .archive #primary {
     padding-top: 80px; 
}


::selection {  /* subrayado */
    color: white;
    background: #6f5c97;
}

/* cambiado cursor */
a:-webkit-any-link  {
	cursor: crosshair;}

/* opacidad imagenes al pasar el raton */
#masonry-wrap article.hentry:hover img  {
  opacity:0.10
}

 .hentry .entry-header {
    opacity: 0;
    position: absolute;
	 text-align: center;
	 top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* texto al pasar el raton imagenes */
.hentry:hover .entry-header,
.hentry.active .entry-header { 
	opacity:1
}

/* descubrir el texto oculto */
.archive .hentry .entry-header, .search-results .post .entry-header, .search-results .page.has-post-thumbnail .entry-header  {
     display:block ; 
}

/* negro al pasar img */
.hentry:hover .entry-thumbnail   {
background: rgba(0,0,0,6);
}

/*color text imagenes */
h2.entry-title a{
    color:white;
	
}

/* ocultar datos de autor imagenes */
.entry-meta {
    display: none; 
   
}

.content-wrap .entry-thumbnail { display:none}

.site-content .entry-header { display:none}

/*responsive portfolio */
.entry-content img {
    max-width: 100%;
    height: auto;
		/*padding-top:20%;*/
}

/*hay q arreglar esto */
div.content-wrap  {
    max-width: 100%;
    height: auto;
		padding-top:18%
} 


/*nada wp-image {
	padding:0;
} */


article {
    max-width: 1000px;
	    margin: 0 auto
} 


/*subir o bajar miniaturas*/
.archive-header  {
	  padding-bottom: 20px;
}

/*ocultar texto de tipo proyexto*/
.archive-title, .taxonomy-description {
	display:none	
} 


.entry-content h3 {
    font-size: 1.8rem;
}

/* previous / next proyecto */
.nav-links {
	font-size: 1.1rem;
	font-weight: bold;

}
		
/*ocultando creditos*/
.wp-credit, .theme-author, .customize-unpreviewable, li.copyright {
	display: none
}


.widget-area {
	line-height: 130%;
	font-size: 93%;
}

/*salto de linea*/
p {
	margin-bottom: 22px;
}

/*gris al pasar raton */
a:hover, span:hover {
	color:#7d7c84;
}

/* tamaño imagen nivel informatico info */
.widget img {
    max-width: 100%;
    height: auto; 
    width: 350px;
    min-width: 280px;
}

/* prueba de arreglar margen excesivo, al poner columnas */

.three-columns-one {
    float: none !important;
}