.header-inner {
  flex-flow: row wrap;
}

.site-nav {
  display: none;
  order: 3;
  width: 100%;
}
.site-nav.open {
  display: block;
}
.site-nav ul {
  flex-flow: column;
}
@media (width >= 1024px) {
  .site-nav {
    display: flex;
    order: initial;
    width: auto;
  }
  .site-nav ul {
    flex-flow: row nowrap;
  }
}

.internal-hero {
  padding: 140px 16px 20px;
  background-color: #f3f3f3;
}
.internal-hero .title {
  margin: 20px 0 30px;
}

.internal-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 16px 0;
}
.internal-container .sidebar .widget .widget-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .internal-container {
    display: flex;
    justify-content: space-between;
  }
  .internal-container .content {
    flex: 1;
  }
  .internal-container .sidebar {
    flex: 0 0 300px;
    margin-left: 50px;
  }
  .internal-container .sidebar .widget {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    padding: 30px;
  }
}

.post {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.post p {
  margin-bottom: 20px;
}
.post ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.post h1, .post .h1,
.post h2, .post .h2,
.post h3, .post .h3,
.post h4, .post .h4,
.post h5, .post .h5,
.post h6, .post .h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: revert;
}

.wp-block-cover {
  margin-bottom: 30px;
}/*# sourceMappingURL=style-2.css.map */