/*
Theme Name: Intesiscon Child
Theme URI: /
Description: Divi Child Theme
Author: Kiko Pascual
Author URI: https://www.intesiscon.es
Template: Divi
Version: 1.0.0
Tags: one-column, responsive, intesiscon
Text Domain: intesiscon-child
*/


.et-social-google-plus a.icon:before { content: '\e096'; }
.et-social-pinterest a.icon:before { content: '\e095'; }
.et-social-linkedin a.icon:before { content: '\e09d'; }
.et-social-tumblr a.icon:before { content: '\e097'; }

.et-social-skype a.icon:before { content: '\e0a2'; }
.et-social-flikr a.icon:before { content: '\e0a6'; }
.et-social-myspace a.icon:before { content: '\e0a1'; }
.et-social-dribbble a.icon:before { content: '\e09b'; }
.et-social-youtube a.icon:before { content: '\e0a3'; }
.et-social-vimeo a.icon:before { content: '\e09c'; }
.et-social-rss a.icon:before { content: '\e09e'; }


/* Remove sidebar */
#sidebar {
	display:none!important;
}

/* Remove sidebar */
.category #sidebar {
	display:none!important;
}

/* Remove thin line */
.category #main-content .container:before {
	background: none;
}
#main-content .container:before {
	background: none !important;
}

/* Make content 100% width */
@media (min-width: 981px){
.category #left-area {
	width: 100%;
	padding-right: 0px !important;
}
#left-area {
	width: 100% !important;
	padding-right: 0px !important;
}
}
/* Fin Remove sidebar */
/* CAMBIAR COLOR MENU ACTIVO*/
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a
 {
    color: #000000!important;
}
/* MOSTRA LABEL EN FORM */
.et_pb_contact_form label {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 600;
    margin-bottom: .3em;
    color: #000000;
}
/* Texto y placeholder más oscuros para accesibilidad AA */
.et_pb_contact_form input,
.et_pb_contact_form textarea {
  color: #111111 !important; /* texto del campo */
  background-color: #f4f4f4; /* por si hay overrides */
}

.et_pb_contact_form input::placeholder,
.et_pb_contact_form textarea::placeholder {
  color: #222222 !important; /* placeholder accesible */
  opacity: 1;
}

