/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*personas*/
.persona_info {
	background: #292929a1 !important;
	padding: 10px !important;
	color: white !important;
	font-family: sharp grotesk;
	font-size: 23.4px;
	text-transform: uppercase;
	position: absolute;
	width: 277px;
	margin-top: -96px;
	z-index: 1000;
}

.persona_info a {
	color: white !important;
	font-weight: 600;
	font-family: sharp grotesk;
	font-size: 23.4px;
	text-transform: capitalize
}

img.attachment-full.size-full.wp-post-image {
	filter: brightness(0.7);
	height: 350px;
	object-fit: cover;
}
.el-hkhimk a img{
	filter: brightness(0.7);
	height: 350px!important;
	object-fit: cover;
}


.oscuro a {
    color: var( --e-global-color-secondary );
}

/*Filtro equipo*/



/*categoria*/
	/*departamento*/
	.facetwp-facet-departamento select.facetwp-dropdown option[value="of-counsels"], .facetwp-facet-departamento select.facetwp-dropdown option[value="socios"], .facetwp-facet-departamento select.facetwp-dropdown option[value="asociada"], .facetwp-facet-departamento select.facetwp-dropdown option[value="asociado"], .facetwp-facet-departamento select.facetwp-dropdown option[value="asistente-legal"], .facetwp-facet-departamento select.facetwp-dropdown option[value="office-manager"], .facetwp-facet-departamento select.facetwp-dropdown option[value="responsable-de-comunicacion"] {
		display: none !important;
	}

	.facetwp-facet.facetwp-facet-categora select.facetwp-dropdown option[value="socios"], select.facetwp-dropdown option[value="of-counsels"], select.facetwp-dropdown option[value="socia"], select.facetwp-dropdown option[value="socio"] {
		display: none !important;
	}



/* Ocultar taxonomía Sin Categoría */
ul.ae-term-skin-list.ae-icon-list-items.ae-list-vertical li[data-tax-count="63"] {
    display: none !important;
}

/*boton form suscripcion*/
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    background: black !important;
    color: white !important;
}

