.widget {
  margin-bottom: 86px;
  padding-bottom: 0px;
  border-bottom: 1px solid #353535;
  }
  .widget:last-child {
    border-bottom: none; }
    .widget:last-child:after {
      display: none; }
  .widget-title {
    margin: 0 0 36px; }
  .widget + .widget {
    margin-top: 0; }
    @media (min-width: 768px) {
      .widget + .widget {
        margin-top: 0; } }
  .sidebar-primary .widget, .sidebar-secondary .widget, .footer-area .widget {
    margin-top: 0; }
    @media (min-width: 768px) {
      .sidebar-primary .widget, .sidebar-secondary .widget, .footer-area .widget {
        margin-top: 0; } }
  .widget-area .widget:last-child {
    margin-bottom: 30px; }
  .widget select {
    max-width: 100%; }

/* REDUCE VERTICAL SPACE AT TOP OF PAGE CONTENT */

.site-content_wrap { padding-top: 20px !important; }


/* ADD SOME LEFT MARGIN TO MAIN CONTENT SECTION */
div.entry-content {
margin: 0 0 0 20px !important;
}