/**************************
 #single-post
**************************/
#single-post {
  padding-top: 200px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  #single-post {
    padding-top: 150px;
  }
}
/***************************
 single-post
  meta
****************************/
#single-post .meta {
  margin-bottom: 30px;
}
/**************************
 single-post
  h1
***************************/
#single-post h1 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
/***************************
 single-post
  content
****************************/
#single-post .content {
  margin-bottom: 50px;
}
#single-post .content img {
  width: 100%;
  max-width: 600px;
}
