/* ==============================
   Custom Sidebar Menu
   ============================== */

.custom-side-menu {
  background: #f2f2f2;
  margin: 0 0 24px 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.custom-side-menu-title {
  background: #f5a000;
  color: #000000;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.3;
}

.custom-side-menu a {
  display: block;
  padding: 14px 24px;
  color: #111111;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  background: #f2f2f2;
  border: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.custom-side-menu a:hover,
.custom-side-menu a:focus {
  background: #e3e3e3;
  color: #000000;
  text-decoration: none;
  padding-left: 30px;
}

.custom-side-menu a:visited {
  color: #111111;
}