/*
Theme Name:     Maxbizz Child
Theme URI:      http://wpdemo.archiwp.com/maxbizz/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       maxbizz
*/

@import url("../maxbizz/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.menu li.current-menu-item a {
    color: #ffffff;       /* texte blanc */
    background-color: #52c4b5;  /* fond bleu */
    font-weight: bold;
	padding:10px;
    border-radius: 5px;
}
.menu li.current-menu-item a:hover {
   /* background-color: #005f8c;*/
    color: #ffffff !important;
}