#widget-content .row-with-vspace {
  margin-bottom: 20px;
}

#widget-content .header .site-title h1 {
  margin-bottom: 0;
  margin-top: 10px;
}

#widget-content .header .site-description {
  color: #999;
  font-size: 16px;
}

#widget-content .sidebar-left {
  border: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
  max-width: 320px;
}

#widget-content .content aside h2 {
  font-size: 18px;
}

#widget-content .content aside li {
  width: 100%;
}

#widget-content .content header h1 {
  font-size: 35px;
  margin-bottom: 40px;
}

#widget-content .content a:not([href]):not([tabindex]) {
  color: #434343;
}

#widget-content .content .is-widget-split .is-widget-row {
  margin-bottom: 10px;
}

#widget-content .content .is-widget-split .is-widget-row h2 {
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
  text-decoration: underline;
}

#widget-content .content .is-widget-split .is-widget-row.is-widget-map {
  margin-top: 50px;
}

#widget-content .content-c1 {
  display: flex;
  flex-direction: row;
}

#widget-content .main {
  flex-grow: 2;
  padding-left: 30px;
}

#widget-content .is-Widget {
  padding: 0;
}

@media (max-width: 767px) {
  #widget-content .content-c1 {
    flex-direction: column;
  }
  #widget-content .sidebar-left {
    flex-grow: 1;
    order: 2;
    max-width: none;
  }
  #widget-content .main {
    flex-grow: 1;
    order: 1;
    padding: 30px 0 0 0;
  }
}
