/*

Theme Name: NOO JobMonster Child Theme

Theme URI: http://nootheme.com/

Author: NooTheme

Author URI: http://nootheme.com/

Description: This is a custom child theme for NOO JobMonster

Template: noo-jobmonster

Version: 1.0.0

Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready

Text Domain: noo

*/
/*-----------------*/

/* EMPLEO */

/*Quitar rrss en empleo*/
.job-social.clearfix{
	display: none !important;
}

/*Herramientas Enviar, Guardar, Compartir*/
.job-tools{
	display: none !important;
}

/*iconos previo empleo*/
.noo-job-archive-before{
	display: none !important;
}

/*-----------------*/

/* FOOTER */

/*Caption foto*/
.wp-caption{
	background: none !important;
	border: none !important;
}

/*texto bajo imagen widget*/
.wp-caption-text{
	display: none !important;
}

/*Checkbox vertical*/
span.wpcf7-list-item {
  margin-left: 0.5em;
  display: block;
}

/*borde checkbox*/
.wpcf7-form-control.wpcf7-checkbox{
	border: none !important;
}

/*Espacio item label*/
.wpcf7-list-item-label{
	margin-left: 10px !important;
}

/*bode radio button*/
.wpcf7-form-control.wpcf7-radio{
	border: none !important;
}

/*aceptar checkbox*/
.wpcf7-form-control.wpcf7-acceptance{
	border: none !important;
}

/*boder subir archivo*/
.wpcf7-form-control.wpcf7-file{
	border: none !important;
}

/*Información apartado Blog*/
.content-meta{
	display: none !important;
}

/*FECHA TRABAJO*/
.job-date-ago{
	display: none !important;
}

/*LUPA*/
.btn-quick-view-popup{
	display: none !important;
}


/*FORMULARIO CURRICULUM VITAE */
.wpcf7-texto-hover {
  color: black; /* Color base del texto */
}

.wpcf7-texto-hover:hover {
  font-weight: bold;
  color: #c95b5b; /* Nuevo color al pasar el ratón */
  cursor: pointer; /* Cambia el cursor a una mano */
}

.rectangulo-formulario {
	border: 2px solid red; /* Define un borde rojo, sólido y de 2 píxeles */
}

//BOTÓN ENVIAR FORMULARIO CONTACTO
#send-message.send-message-button {
    background-color: #c95b5b !important;
}

//REDES SOCIALES FOOTER



.footer-social {
    text-align: center;   /* centra los iconos dentro de la columna */
    margin-top: 3px;
}

.footer-social a {
    display: inline-block;
    margin: 0 10px;
    font-size: 22px;
    color: #ffffff;  /* blanco por defecto */
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #c95b5b;  /* cambia al rojo al pasar el ratón */
}




