div.highlight-header {
  height: 325px;
  margin: 0 30px;
  background-color: #283d54;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
  text-align: center;
}
div.highlight-header span {
  display: inline-block;
  color: white;
}
div.highlight-header span.header-title {
  font-size: 30px;
  margin-bottom: 20px;
}
div.highlight-header span.header-context {
  font-size: 20px;
}
.footer-blog {
  height: 265px;
  background-color: #1b1310;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 30px;
}
.footer-blog span {
  display: inline-block;
  color: white;
}
.footer-blog span.footer-title {
  font-size: 16px;
}
.footer-blog button.footer-button {
  width: 190px;
  border-radius: 20px;
  background: transparent;
  color: white;
  font-size: 13px;
  margin: 30px;
  padding: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.post-container.post {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  background: #fbfbfb;
  padding: 50px 80px;
}
.post-container.post article.post.type-post:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 35px;
}
.post-container.post article.post.type-post .entry-summary {
  width: 820px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0px 50px 25px;
  margin: 0;
}
.post-container.post article.post.type-post .entry-summary div.thumbnail-container {
  height: 310px;
  width: 730px;
  background-color: #f2f2f2;
}
.post-container.post article.post.type-post .entry-summary p.excerpt-text {
  flex: 1;
  padding-top: 30px;
}
.post-container.post article.post.type-post .entry-summary h3 {
  margin-bottom: 25px;
  margin-top: 0;
}
.post-container.post article.post.type-post .entry-content {
  width: 820px;
  padding: 0 50px 25px;
  margin: 0;
}
.post-container.post article.post.type-post .entry-content h3 {
  color: #63b5fc;
}
.post-container.post article.post.type-post .entry-content div.thumbnail-container {
  height: 310px;
  width: 730px;
  background-color: #f2f2f2;
}
.post-container.post aside#secondary {
  background: white;
  box-shadow: 0px 1px 10px -2px #d4d4d4;
  padding: 0 20px;
  margin-left: 20px;
}
.post-container.post aside#secondary h2.widget-title {
  font-size: 0.85rem;
}
.post-container.post aside#secondary ul {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 11px;
}
.post-container.post aside#secondary ul li {
  padding-bottom: 15px;
}
.post-container.post aside#secondary ul li a {
  text-decoration: none;
}
.post-container.post aside#secondary ul li a img {
  border-radius: 50%;
}
.post-container.post aside#secondary ul li div.rpwwt-post-date {
  font-size: x-small;
  color: #dbe1e4;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .post-container.post article.post.type-post .entry-summary div.thumbnail-container {
    width: 85%;
  }
  .post-container.post aside#secondary {
    display: none;
  }
  .post-container.post article.post.type-post .entry-content {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 450px) {
  .post-container.post {
    padding: 0;
  }
  .post-container.post article.post.type-post .entry-summary div.thumbnail-container {
    height: 200px;
  }
  .post-container.post article.post.type-post .entry-summary {
    width: 100%;
    padding: 25px 50px;
  }
  .post-container.post article.post.type-post .entry-summary div.thumbnail-container, .post-container.post article.post.type-post .entry-summary p.excerpt-text {
    width: 100%;
    padding: 0;
  }
  .post-container.post article.post.type-post:not(:last-child) {
    margin-bottom: 20px;
  }
  .post-container.post article.post.type-post .entry-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .footer-blog {
    margin: 0;
  }
  div.highlight-header {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
