body{
  color:#333;
}
p { color: #444; }
.post__vertical .post__title a{
   color:#333;
  font-size:18px;
}
.post__horizontal--single .post__title a{
  color:#333;
  font-size:16px;
  line-height:150%;
  font-weight:400;
}
.post__widget .post__title{
      color: #444;
    font-size: 14px;
}
.post--single .post__content {
  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: 200%;
    margin-bottom: 10px;
}
.post.post--single .post__content h2 {
    font-size:22px;
    line-height: 140%;
    margin-bottom: 15px;
}
.post.post--single .post__content h3 {
    font-size:20px;
    line-height: 140%;
    margin-bottom: 10px;
}
.post.post--single .post__content ol li,.post.post--single .post__content ol li, .post.post--single .post__content ul li{
  color:#666;
  font-size:16px;
}
.post__thumbnail img{
  border-radius:6px;
}
.media-image{
  border-radius:6px;
}
.navigation .menu-item>a{
  font-size:18px;
  color:#333;
}