/*@import "mixins/mixins-master";*/
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
aside .widget {
  margin: 2rem 0 1rem 0;
  /* Make sure select elements fit in widgets. */ }
  aside .widget select {
    max-width: 100%; }
  aside .widget .widget-title {
    text-transform: uppercase;
    font-size: 1rem;
    border-bottom: 1px solid #000000;
    font-family: Signika;
    color: #000000;
    margin-bottom: 1rem;
    padding-bottom: .5rem; }

#sticky_sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin: 1rem 0; }
