body{
  color:#333;
}
p { color: #444; }
.post__vertical .post__title a{
   color:#333;
}
.post__horizontal--single .post__title a{
  color:#333;
  font-size:18px;
  line-height:180%;
  font-weight:400;
}
.post--single .post__content {
  font-size:16px;
  line-height: 200%;
}
.post--single .post__content h1, .post--single .post__content h2, .post--single .post__content h3, .post--single .post__content h4, .post--single .post__content h5, .post--single .post__content h6, .post--single .post__content p {
    color: #333;
}
.post--single .post__content p {
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 10px;
}
.post.post--single .post__content h2 {
    font-size:22px;
    line-height: 140%;
}
.post.post--single .post__content h1,.post.post--single .post__content h2{
  padding-top: 15px;
  padding-bottom:15px;
}
.post.post--single .post__content h3,.post.post--single .post__content h4{
  padding-top: 10px;
  padding-bottom:10px;
}
.post.post--single .post__content ol li,.post.post--single .post__content ol li, .post.post--single .post__content ul li{
  color:#555;
  font-size:16px;
  line-height: 180%;
}
.post__thumbnail img{
  border-radius:6px;
}