: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;
}
#footer-widgets {
  background: var(--pixatres-background-darker);
  padding: 20px 0;
  margin-top: 45px;
}
#footer-widgets .widget h2,
#footer-widgets .widget h3,
#footer-widgets .widget h4,
#footer-widgets .widget h1,
#footer-widgets .widget .widget-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--pixatres-background-darker);
}
#footer-widgets .widget ul,
#footer-widgets .widget ol {
  margin-left: 3px;
  padding-left: 0px;
  list-style: none;
}
#footer-widgets .widget li {
  padding: 8px 0;
  border-bottom: solid 1px var(--pixatres-background-darker);
}
#footer-widgets .widget li:last-child {
  border-bottom: none;
}
#footer-widgets .widget li a {
  color: var(--pixatres-text-light);
  text-decoration: none;
}
#footer-widgets .widget li a:hover {
  color: var(--pixatres-secondary-dark);
}
#colophon {
  background: var(--pixatres-primary);
  color: var(--pixatres-primary-text);
  padding: 15px;
  text-align: center;
}
#colophon a {
  color: var(--pixatres-primary-text);
  font-weight: bold;
  text-decoration: none;
}
/*# sourceMappingURL=footer.css.map */