/*
Theme Name: Consulting Child
Author: PKF Attest
Author URI: https://www.pkf-attest.es/
Description: Tema hijo de Consulting para personalizaciones seguras.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: consulting
Text Domain: consulting
*/

/******************************************
 * TOP BAR 
 ******************************************/
/*Selector de idioma*/
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}
.top_bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: block;
}
.top_bar .container {
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#header .header_top {
	padding: 0!important;
}
#header .header_top .top_nav .top_nav_wrapper>ul>li>a {
	font-size:14px;
}
#header .header_top .top_nav .btn-area-privada a{
	background-color: #003057;
    color: #FFF;
}
#header .header_top .top_nav .btn-area-privada:hover a{
	background-color: #0071CE;
}
.mobile_header .header_info .icon_texts {
	display: none;
}

/******************************************
 * TÍTULOS PÁGINAS
******************************************/
.page_title.transparent h1{
	color: #003057;
}
.page_title.transparent h1:after{
	background-color: #0071CE!important;
}
.wpml-ls-sidebars-consulting-footer-1.wpml-ls.wpml-ls-legacy-list-horizontal {
    text-align: left;
}
.mec-wrap h3:after, .mec-wrap h6:after{
	content:none;
}

/* Cambiar fuentes de los títulos y del cuerpo */
body, strong, .strong, .comment-body .comment-text ul li, .wpb_text_column ul li, .vc_tta-title-text {
  	font-family: 'Inter', sans-serif!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  	font-family: 'Merriweather', serif!important;
}
/* Generales páginas */

#main {
	padding:0!important;
}
#footer {
	z-index: 11;
}
.vc_section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Botón CTA */
.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    background-color: #003057!important;
	font-family: 'Inter', sans-serif;
	border-radius: 0!important;
}
.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover {
	    background-color: #0074ad!important;
}

.servicio-info-icon i {
	font-size: 32px;
    margin-right: 16px;
	color: #003057
}
.servicio-info-icon:hover i {
	color: #0071ce;
}

/******************************************
 * POST
******************************************/
.wp-show-posts .wp-show-posts-entry-title:after{
	content: none;
}
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited{
    border: 1px solid #777;
    color: #777;
}
a.wp-show-posts-read-more:after
{
    content: "\e9e7";
	font-family: 'stm' !important;
	margin-left: 4px;
}
a.wp-show-posts-read-more:hover {
    border: 1px solid #003057;
    color: #FFF;
	background-color: #003057;
}
.wpsp-load-more {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;	
}

/******************************************
 * CONTACT FORM 7 
******************************************/
.wpcf7-form label {
	width: 100%;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif!important;
	color:#777;
}
.wpcf7-form .wpcf7-form-control {
	background: transparent;
	border: 1px solid #cacaca;
}
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
	border:none;
	padding: 0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit{
	background-color: #003057;
    color: #FFF;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover{
	background-color: #0071CE;
}
/******************************************
 * AGENDA
******************************************/
.mec-calendar .mec-has-event:after {
	width: 24px;
    border-radius: 12px;
    left: calc(50% - 10px);
}
.mec-calendar-header h2:after, .mec-event-title:after {
	content: none;
}
/** Ocultar elementos: H1 de la ficha del evento, hora del sidebar, hora en listado de páginas de archivo **/
.single-mec-events .page_title h1.h2, 
.single-mec-events .mec-container .mec-single-event .mec-single-event-time, 
.post-type-archive-mec-events .page_title h1.h2, 
.tax-mec_category .page_title h1.h2, 
.mec-theme-consulting .mec-time-details,
.mec-theme-consulting .mec-event-time {
	display: none;
}
.single-mec-events .page_title, .post-type-archive-mec-events .page_title, .tax-mec_category .page_title {
	background-color: #FFF;
	padding-bottom: 32px; 
}

.single-mec-events .mec-container .mec-single-event .col-md-4{
	padding: 40px 16px 30px;
}
/** campos custom añadidos al sidebar **/
.mec-single-event-modalidad, 
.mec-single-event-tematica,
.mec-single-event-sesiones,
.mec-single-event-provincia, 
.mec-single-event-ubicacion, 
.mec-single-event-organizador, 
.mec-single-event-presenta, 
.mec-single-event-interviene {
	padding: 12px 14px 8px;
    margin-bottom: 12px;
    vertical-align: baseline;
    position: relative;
}
.mec-single-event-description .mec-description {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.mec-single-event-description .mec-description:after, .mec-full-calendar-skin-container h2:after, .mec-full-calendar-skin-container h4:after {
	content: none;
}
/** Botones enlaces **/
.mec-single-event-enlaces .mec-booking-button {
    height: auto;
    line-height: normal;
	background-color: #003057!important;
}
.mec-frontbox-title:before {
	background: var(--mec-color-skin);
}
/** Breadcrumbs **/
.mec-theme-consulting .breadcrumbs {
    color: grey!important;
}
.mec-theme-consulting .breadcrumbs>span i.fa {
	color: #0071CE!important;
}
.mec-theme-consulting .breadcrumbs span a:hover {
    color: #003057;
    text-decoration: none;
}
.mec-wrap :not(.elementor-widget-container)>p {
	font-size: 16px!important;
}

/******************************************
 * FOOTER
******************************************/
.footer_widgets .widget_menu_footer a {
	font-size: 14px;
}

/******************************************
 * ÁREA PRIVADA Y GESTOR DOCUMENTAL
******************************************/
.page-id-60213 .page_title, .page-id-60198 .page_title, .page-id-60452 .page_title {
	background-color:#FFF!important;
}
.wpfd-categories h2{
	font-size: 24px!important;
	color: #003057!important;
}
.wpfd-categories .backcategory {
	color: #003057!important;
}
.wpfd-categories .backcategory:hover {
	color: #0093d0!important;
}

.wpfd-wpbakery-category .breadcrumbs li{
	font-size: 12px!important;
}

#et-boc .wpfd-content .wpfdcategory:hover, .wpfd-content .wpfdcategory:hover {
	background-color: #0093d0!important;
	border-color: #0093d0!important;
}

/** MI PERFIL **/
.wppb-form-field label {
	color: #777;
	font-weight: 500;
}

.wppb-form-field input {
	border: 1px solid #cacaca !important;
    padding: 14px !important;
    height: 52px;
    font-size: 14px !important;
}

.wppb-user-forms .wppb-form-field {
    display: flex;
    flex-direction: column;
}
html[lang="eu-ES"] .wpfd-empty-category-message, html[lang="eu-ES"] .loggout.menu-item a  {
    font-size: 0; /* tamaño que quieras */
    position: relative; /* necesario para :before */
}

html[lang="eu-ES"] .wpfd-empty-category-message:before {
	content: "Ez dago dokumenturik.";
	font-size: 16px;
	display: block;
}

html[lang="eu-ES"] .loggout.menu-item a:before  {
	content: "Saioa itxi";
	font-size: 14px;
	display: block;
	position: absolute;
    width: 100px;
}

/** ETILOS SELECTOR DE IDIOMA EN MI PERFIL **/
.selector-idioma-custom .select2-container.select2-container--default .select2-selection--single {
	background: #fff;
	color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
@media screen and (max-width: 500px) {
	.selector-idioma-custom {
		width: 100%;
	}
}
.selector-idioma-custom {
	width: 60%!important;
}
.selector-idioma-custom
/******************************************
 * IRAKASKUNTZA DOCUMENTACIÓN
******************************************/
.grid-videos .wpb_wrapper {
	display: flex;
    flex-direction: column;
}
.grid-videos .wpb_video_heading {
	font-size: 16px;
    line-height: 1.4em;
	order: 2;
}
.grid-videos .wpb_video_wrapper {
	order: 1;
}

