/*
Theme Name: Idiomes ICE
Theme URI: http://www.ub.edu/idiomesice
Description: Idiomes ICE Theme
Author: Kiwi Visual
Author URI: http://www.kiwivisual.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: kiwi visual
*/

/* GENERAL */


/* FOOTER */
/* Color enllaços del footer */
.kw-footer a {
	color:#7becff;
}
/*#28e2ff*/
/* Color enllaços de la barra de sota el footer */
#footer-info a {
	color:#9ff0c3;
}
/* FI-FOOTER */

/* Fixa el menú per mòbil a dalt */
@media only screen and (max-width: 981px) {
  .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, 
  .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed !important; 
  } 
}

/* Per canviar la mida del log en Mòbil*/
#logo {
	max-height: 50px !important; /* change this to adjust the size */
}
@media only screen and (max-width: 1050px) {
	#logo {
		kheight: 70px; /*change this to adjust the size*/
		kmax-height: 50px !important; /* change this to adjust the size */
		kmax-height: 70px !important; /* change this to adjust the size */
		kmax-width: 300px !important; /* change this to adjust the size */
		kpadding-bottom:12px;
	}
}
@media only screen and (max-width: 981px) {
	#logo {
		kmax-height: 50px !important; /* change this to adjust the size */
	}
}
/* FI-Per canviar la mida del log en Mòbil*/