.single-post {
  img, .wp-caption  {
    max-width: 100%;
  }
}

.single-post:after{
  display: block;
  content: ' ';
  clear: both;
}

.single-post-title {
  background-color: #4db2ec;
  display: inline-block;
  font-size: 20px;
  margin: 0px;
  padding: 7px 10px;
  color: white;
}

.border-after-cat {
  color: $widgetTitleColor;
  border-bottom: 2px solid;
  margin-top: 1px;
  margin-bottom: 1rem;

}