/*
Theme Name: ListingHive Child
Theme URI: https://hivepress.io/themes/listinghive
Template: listinghive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build any type of directory and listing websites. Whether it’s a business directory, job board, real estate, classifieds or basically any listing website — ListingHive is a great choice for it.
Tags: right-sidebar,custom-colors,custom-menu,custom-logo,custom-header,featured-image-header,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.2.11.1766175972
Updated: 2025-12-19 20:26:12

*/
.title::before, .content-title::before {
    background-color: #c7470f;
  
}
/*PERSONALIZAR EL FORMULARIO DEL LOGIN DE WORDPRESS */
        /* 1. Cambiar el Logo */
        #login h1 a, .login h1 a {
            background-image: url('https://colotroco.es/wp-content/uploads/2026/01/elperolillo-e1768129539250.jpg'); /* Sube tu logo a Medios y pega aquí la URL */
            height: 70px;
            width: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            padding-bottom: 20px;
        }

        /* 2. Cambiar Fondo de la Página */
        body.login {
            background-color: #FFF; /* Color de fondo */
            background-image: url('URL_FONDO_OPCIONAL'); /* Imagen de fondo opcional */
            background-size: cover;
        }

        /* 3. Personalizar el Botón de Acceso */
        .wp-core-ui .button-primary {
            background: #ef9100 !important; /* Color de fondo del botón */
            border-color: #ef9100 !important;
            box-shadow: 0 1px 0 #b30000 !important;
            text-shadow: none !important;
            color: #ffffff !important;
            border-radius: 4px;
        }
        .wp-core-ui .button-primary:hover {
            background: #E6B975 !important;
        }

        /* 4. Personalizar el Formulario */
        .login form {
            background: #ffffff;
			border-color: #ef9100;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
/* 1. Color del borde en estado normal */
.login form .input, .login input[type="text"], .login input[type="password"] {
    border: 1px solid #ef9100!important; /* Color gris suave por defecto */
    border-radius: 5px;
}

/* 2. Color del borde y resplandor al hacer clic (FOCUS) */
.login form .input:focus, 
.login input[type="text"]:focus, 
.login input[type="password"]:focus,
.login input[type="checkbox"]:focus {
    border-color: #ef9100 !important; /* Cambia aquí el color del borde */
    box-shadow: 0 0 0 1px #ef9100 !important; /* Cambia aquí el color del resplandor */
    outline: none !important; /* Elimina el borde azul nativo del navegador */
}

/* 3. Personalizar el checkbox (Recordarme) */
.login input[type="checkbox"]:checked::before {
    content: url('data:image/svg+xml;utf8,<svg%20xmlns="www.w3.org"%20viewBox="0%200%2020%2020"><path%20fill="%23e60000"%20d="M14.83%204.89L8%2011.73l-2.83-2.83-1.41%201.41L8%2014.56l8.24-8.24-1.41-1.43z"/></svg>');
}
/* Cambiar el color de la barra lateral de los mensajes de aviso */
.login .message, 
.login .notice, 
.login .success {
    border-left: 4px solid #ef9100 !important; /* Cambia el azul por tu color */
    background-color: #fff; /* Opcional: fondo del cuadro de mensaje */
}

/* Si quieres cambiar también el borde de los mensajes de error (que suele ser rojo) */
.login #login_error {
    border-left: 4px solid #ef9100 !important; /* Ejemplo: color amarillo para errores */
}
/* Cambiar el color del icono del "ojo" (ver contraseña) */
.login .wp-pwd .dashicons, 
.login .wp-pwd .button .dashicons {
    color: #ef9100 !important; /* Cambia por tu color */
}

/* Cambiar el color del icono cuando pasas el ratón por encima (hover) */
.login .wp-pwd .button:hover .dashicons {
    color: #ef9100 !important;
}

/* Si tuvieras otros iconos de Dashicons en el formulario */
.login .dashicons {
    color: #ef9100 !important;
}
		/* 1. Cambiar el color del botón selector de idioma */
.wp-core-ui #language-switcher .button {
    background: #ffffff !important; /* Color de fondo del botón */
    color: #ef9100 !important;      /* Color del texto del botón */
    border-color: #ef9100 !important;   /* Color del borde */
    box-shadow: none !important;
    text-shadow: none !important;
}

/* 2. Color del botón al pasar el ratón (Hover) */
.wp-core-ui #language-switcher .button:hover,
.wp-core-ui #language-switcher .button:focus {
    background: #FFE8BD!important;
    border-color: #ef9100 !important; /* El color de tu marca */
    color: #ef9100 !important;
}

/* 3. Cambiar el color del borde azul al hacer clic (Focus) */
.wp-core-ui #language-switcher .button:focus {
    box-shadow: 0 0 0 1px #ef9100!important; 
    outline: none !important;
}
/* 1. Cambiar el aspecto del desplegable de idioma (Select) */
.login #language-switcher-locales {
    border-color: #ddd !important; /* Color del borde normal */
    color: #333 !important;        /* Color del texto */
    background-color: #fff !important;
    border-radius: 4px;
}

/* 2. Cambiar el color del borde y el resplandor cuando se selecciona (Focus) */
.login #language-switcher-locales:focus {
    border-color: #ef9100 !important; /* El color de tu marca */
    box-shadow: 0 0 0 1px #ef9100 !important; /* Resplandor/Aura */
    outline: none !important;
}

/* 3. Opcional: Estilizar la flecha del desplegable en algunos navegadores */
.login .language-switcher::after {
    color: #ef9100 !important;
}
/* Borde para el cuadro Que los grandes momentos no se queden solo en el grupo de WhatsApp. */
.wp-block-media-text {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
/* color de los link con esta clase */
.rojo-enlace {
    color: #2f9599 !important;
    text-decoration: none;
}

.rojo-enlace:hover {
    color: #cadddd !important;
}
.negro-enlace {
    color: #616161 !important;
    text-decoration: none;
}

.negro-enlace:hover {
    color: #ADADAD!important;
}

/* APARIENCIA POLITICAS DE COOKIES */
	
.cms-politic-pages {
	width: 100%;
    color: #7a7a7a;
    font-family: 'Open Sans',  sans-serif;
    font-weight: $normal;
    line-height: 1.5;
	text-align: left;
    text-rendering: optimizeLegibility;
	margin: 0px 5px 10px 5px;
	border-radius: 5px;
	border: 1px solid #f1f1f4;
	padding: 1% 2%;
}
	.title-cms-page{
	width: 94%;
    padding: 20px 0 10px 5px;
	font-family: 'Open Sans',  sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #696969;
}
	.text-cms-page{
	width: 94%;
	padding: 10px 10px 20px 10px;
	font-family: 'Open Sans',  sans-serif;
    font-size: 1.1rem;
    color: #696969;
	border-radius: 5px;
	border: 1px solid #f1f1f4;
	}
	.fondo-aviso{
	background-color: #f2470259;
	}	
/* CAMBIAR TEXTO DEL BOTÓN + Añadir anuncio */
/* Oculta el texto original del botón de añadir anuncio */
.hp-menu__item--listing-submit span {
    font-size: 0 !important;
}

/* Inserta el nuevo texto "+ Añadir evento" */
.hp-menu__item--listing-submit span:after {
    content: "Añadir evento";
    font-size: 16px !important; /* Ajusta este tamaño si es necesario */
    display: inline-block;
    visibility: visible;
}

