/*
 * horizontal-row.scss
 * -----------------------------------------------
*/
.widget-horizontal-row {
  hr {
    margin-top: 0;
    margin-bottom: 20px;
  }
}