/*
 Theme Name:     Innovia Divi Child
 Theme URI:      http://www.innoviacoptalia.com
 Description:    Innovia Coptalia Divi Child Theme
 Author:         Jose R San Martin
 Author URI:     http://www.innoviacoptalia.com
 Template:       Divi
 Version:        1.4.0
*/
 
 
/* Theme customization starts here
------------------------------------------------------- */


/* INNOVIA COPTALIA S.A.U. */

/* Autor: JRSMG */

/* Centrar menú del Footer */

.bottom-nav {
text-align: center;
}

#et-footer-nav .container {
text-align: center;
}


/* Estilos personales Widgets */

.widgettitle {
text-align:left;
font-size:24px;
margin-top: 50px;
/*padding-bottom: 10px;*/
color:  #ec6e00;
/*background-color: #ec6e00;*/
}

.et_pb_widget ul li {
font-size:14px;

}


/*estilos para widgets del footer

.footer-widget {
	text-align:center;
}

.footer-widget li {
	list-style-type: none !important;

}

*/


/*borde bajo del widget
.widgettitle {
    border-bottom: solid 2px #ec6e00;
    margin-bottom: 25px;
}
*/

/* Estilos personales Menu Sidebar */
/* Me estropea fondos de noticias del pie */
/*
.et_pb_widget ul li {
background-color: #f9f9f9;
padding: 10px;
}

*/


/* Eliminar línea separación post- Sidebar */

#main-content .container:before {background: none;}


/* Color durante el hover del menu principal 

#top-menu-nav ul li a:hover {
color: #0078AB; 
opacity: 1 !important;

}
*/


/* Color durante el hover del menu del pie. Aviso, politicas */

#et-footer-nav ul li a:hover {
color: #FFC300; /* de la gama cromática de la web*/
opacity: 1 !important;
}


/* ###### SEARCH RESULT PAGE ###### */

@media (min-width: 1080px) {
.search #left-area {
	width: 64.833%;
}

.search #sidebar {
	width: 29.666%;
	
}

/*
.search #main-content .container:before {
    display: none !important;
}}

.search .et_pb_post a img {
    padding-bottom: 25px;
}

.search h2 {
	font-size: 34px;
	font-weight: bold;
}

.search h4.widgettitle {
	font-size: 22px;
	font-weight: bold;
}

.search #sidebar .et_pb_widget {
	padding: 25px;
	margin-bottom: 18.54%;
}
*/

.search #content-area {
	padding-bottom: 50px;
}


/* ###### ESTILOS PARA ENLACE MAIL CABECERA CONTACTO  ###### */
/* ###### SOBRE FONDO NARANJA JRSMG  ###### */

#linkcontacto a:link {
	text-decoration: none !important;
    color:white !important;
}

#linkcontacto a:visited {
    text-decoration: none !important;
    color:white !important;
}

#linkcontacto a:focus {
    text-decoration: none !important;
    color:white !important;
}

#linkcontacto a:hover {
    text-decoration: none !important;
    color:white !important;
}

#linkcontacto a:active {
    font-weight: bold;
    text-decoration: none !important;
    color:white !important;
}

/* ###### 2023 NOVIEMBRE BARRA DE CITAS ENTRADAS EN NARANJA ###### */
.wp-block-quote {
    border-left: 0.25em solid #ec6e00;
}