.custom-sidebar {
  background-color: #010152;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.custom-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-sidebar li {
  border-bottom: 1px solid #010152;
}
.custom-sidebar a {
  display: block;
  color: white;
  padding: 8px 12px;
  text-decoration: none;
  line-height: 1.2;
}
.custom-sidebar a:hover,
.custom-sidebar a.active {
  background-color: #d6d6d6;
  color: #010152;
}

.pkp_site_name .is_img img {
display: block;
max-height: none;
width: auto;
height: auto;
}


.pkp_brand_footer {
display: none;
}


