/*
.nav ul.nav-child {padding-left:14px}
.nav li {margin:4px 0}
.nav li a, .nav li span  {padding:10px;}
.nav li.active a{background:#ff0000; }


.nav li::marker {font-size:0!important;}
ul, li {list-style:none}
*/

/* Fix the active menu issue */
body #kunena.layout .navbar .navbar-nav > li.active > a { color: #66a6d7 !important; }

/* EWIT: Fix background for selected tab in profile settings */
body #KunenaUserEdit li.active { background: #66a6d7 !important; }

/* EWIT: Hide the birthday icon */
body #kunena.layout .kmessage .kprofile-left .profilebox-extra .ku-birthdate {
  display: none;
}

/* EWIT: Hide the location icon */
body #kunena.layout .kmessage .kprofile-left .profilebox-extra .ku-location {
  display: none;
}

/* EWIT: Hide the wesbite icon */
body #kunena.layout .kmessage .kprofile-left .profilebox-extra .ku-website {
  display: none;
}


/* Fix the lost icon issue  
body #kunena.layout td.kcol-cat-icon .fa { line-height: 32px; }

body #kunena.layout td.kcol-cat-icon .fa::before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  line-height: 1;
}*/

/* EWIT: Change color of cookie policy button when minimized*/
.cc-revoke { background: #66a6d7 !important; }
