/* CONTENT*/ 
h1,h2,h3,h4,h5,h6 {
	color: #8ec130;
}
h2.item-title a {
	text-decoration: none;
}
/* HEADER */ 
.header .mod-custom {
	width: 100%;
}

.header .mod-custom h2,.header .mod-custom h3,.header .mod-custom h4, .header .mod-custom h5, .header .mod-custom h6, .footer , .footer a:not(.btn), .footer .btn-link{
	color: #ece335;
}

/* MENU */ 
.djm_side_menu {
	background: linear-gradient(to right, rgb(38,67,181), #556fd6) !important;
	border: none !important;
}

.mod-list li {
  padding: 0;
}

.djm_side_menu li{
	border-bottom: 1px solid #ccc;
	padding: none !important;
}

.djm_side_menu li:last-child {
	border-bottom: 0px;
}

.djm_side_menu li.active > a, .djm_side_menu li.active > button{
	background-color: #8ec130;
}


.djm_side_menu a, .djm_side_menu button {
	color: #ece335;
	font-weight: bold;
	text-align: left;
	padding: 8px 10px;
	width: 100%;
	display: inline-block;
}

.djm_side_menu li.active >a, .djm_side_menu li.active >button{
	color: #000;
}


/* MENU TOP */
.header .container-nav {
	background: linear-gradient(to right, rgb(38,67,181), #556fd6) !important;
	width: 100%;
	max-width: none;
}

.header .container-nav nav{
	margin: 5px auto;
}
.header .container-nav nav li.active{
	font-weight: bold;
}

/* Sidebar Left */ 
.sidebar-left.card  {
	border: 3px solid rgb(229,144,33);
}
.sidebar-left.card .card-header  {
	background-color: rgb(229,144,33);
	border: 3px solid rgb(229,144,33);
}
.card-header {
	border-radius: 0px!important;
	color: #fff;
}
  @media (width >= 992px) {
    .container-nav {
      display: none;
    }
  }
  @media (width < 992px) {
    .djm_side_menu {
      display: none;
    }
  }
  
  
@media (width >= 768px) {
  .container-nav .navbar-expand-md .navbar-collapse:not(.show) {
    display: none !important;
  }
}
.container-nav .navbar-expand-md .navbar-toggler {
	display: block;
}