:root {
  --pixatres-primary: #e07a5f;
  --pixatres-primary-text: #f9ffe7;
  --pixatres-background-main: #ffffff;
  --pixatres-background-darker: #eeeeee;
  --pixatres-secondary: #3d405b;
  --pixatres-secondary-dark: #33202a;
  --pixatres-text-dark: #111;
  --pixatres-text: #555;
  --pixatres-text-light: #777;
}
#secondary {
  border-left: var(--pixatres-background-darker) solid 1px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #secondary {
    border: none;
  }
}
.widget {
  padding: 15px;
}
.widget h2,
.widget h3,
.widget h4,
.widget h1,
.widget .widget-title {
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--pixatres-background-darker);
}
.widget ul,
.widget ol {
  margin-left: 3px;
  padding-left: 0px;
  list-style: none;
}
.widget li {
  padding: 8px 0;
  border-bottom: solid 1px var(--pixatres-background-darker);
}
.widget li:last-child {
  border-bottom: none;
}
.widget li a {
  color: var(--pixatres-text-light);
  text-decoration: none;
}
.widget li a:hover {
  color: var(--pixatres-secondary-dark);
}
/*# sourceMappingURL=sidebar.css.map */