/*
  OneRegis Custom Style Overrides

  INCLUDE COMMENTS WITH EVERY CHANGE
*/

/*CLEAR FLOATS*/
    .clearfix {
      display: block;
      content: "";
      clear: both;
}

/* adjust spacing after post date on main post page */
.hh-module ul.post-meta {
    margin-bottom: 50px;
    padding-left: 0px;
}

/* remove image on post list */
.hh-module .post.post-row .post-body {
    margin-left: 0px;
    padding-right: 50px;
}

/*restyle category listings to match post-meta */
.hh-module .post-category span {
    font-weight: 400;
    color: #686a6d;
}

/* increase spacing between sidebar items */
.hh-module .aside-widget {
    margin-bottom: 60px;
}

/* remove image on related posts sidebar widget */
.hh-module .post.post-widget .post-body {
    margin-left: 0px;
}

/* shrink width of post body content */
.hh-module .section-row {
    padding-right: 30px;
}