/*
Theme Name: Salient Child Theme
Theme URI: http://mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http://mysite.com/
Template: salient
Version: 0.2
*/

@import url("../salient/style.css");


/*
 * Capa de color visible al 10 % y al 70 % al activar la tarjeta.
 */
.portfolio-items .work-item .work-info {
	opacity: 1 !important;
}

.portfolio-items .work-item .work-info-bg {
	opacity: 0.1 !important;
	transition: opacity 0.3s ease !important;
}

.portfolio-items .work-item:hover .work-info-bg,
.portfolio-items .work-item:focus-within .work-info-bg {
	opacity: 0.7 !important;
}


/*
 * Mantiene el texto oculto hasta activar la tarjeta.
 */
.portfolio-items .work-item .vert-center,
.portfolio-items .work-item .icon-salient-plus {
	opacity: 0 !important;
	visibility: hidden;
	transition: opacity 0.3s ease !important;
}

.portfolio-items .work-item:hover .vert-center,
.portfolio-items .work-item:hover .icon-salient-plus,
.portfolio-items .work-item:focus-within .vert-center,
.portfolio-items .work-item:focus-within .icon-salient-plus {
	opacity: 1 !important;
	visibility: visible;
}


/*
 * Enlaces normales del menú.
 */
#header-outer #top nav > ul > li > a {
	color: #666666 !important;
	opacity: 1 !important;
}


/*
 * Categoría activa del menú.
 */
#header-outer #top nav > ul > li.current-menu-item > a,
#header-outer #top nav > ul > li.current_page_item > a {
	color: #111111 !important;
	opacity: 1 !important;
	font-weight: 600 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 5px !important;
}

#portfolio-nav li#all-items {
	display: none !important;
}