/*
Theme Name: Gnomio Web Municipal
Theme URI: http://gnomio.es
Description: Portal municipal de Gnomio Soluciones Web
Author: Gnomio Soluciones Web
Author URI: http://gnomio.es
Template: Divi
Version: 3.0.106
*/

#top-header .et-social-icons { float:right !important; }
#top-header #et-info { width: 100%; }


/* Center Footer Bar */
  #footer-info,
  #footer-info a {
    float: none;
    text-align: center;
  }

/*Center Footer Menu*/
.bottom-nav {
text-align: right;
}


/* Efecto en menú primario. 
   Ojo! si no cambia el color, cambiar-> personalizar: general settings: background: background color (a color de linea)
   una vez todo ok, se puede volver a poner sin color   */
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #1C5643; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}


