.bld-single .entry-detial-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bld-single img{
  max-width: 100%;
  height: auto;
}

.bld-single iframe{
  max-width: 100%;
}

.bld-single .entry-title{
  overflow: inherit;
  text-overflow: inherit;
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: auto;
}
.bld-single .entry-detial-wrapper{
  font-size: 14px;
}
.bld-single .entry-detial-wrapper > .d-flex{
  align-items: center;
}
.bld-single .entry-detial-wrapper .author-image {
  display: none;
  margin-right: 10px;
}
.bld-single .entry-detial-wrapper .author-image img{
  width: 50px;
}
.bld-single .entry-detial-wrapper{
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bld-single blockquote{
  padding: 15px 30px;
  font-size: 22px;
  margin: 15px 0 40px;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
}

.bld-single blockquote:before, 
.bld-single blockquote:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 30px auto;
  background: #f0f0f0;
}

#comments {
  background: #fff !important;
  border: 1px solid #eee;
  padding: 30px;
  margin: 15px 0;
  border-radius: 5px;
}
#comments .comment-title,
#comments .comment-warning,
#comments .form-control{
  margin-bottom: 15px;
}

#comments .comment-warning{
  font-size: 12px;
}

#comments .btn{
  width: 100%;
}
.comment-form{
  margin-bottom: 30px;
}
.post-navigation .post-navi{
  width: 300px;
  float: left;
}
.post-navigation .post-next{
  float: right;
  text-align: right;
}
.related-title {
  margin: 0;
  padding: 15px 0;
  color: #555;
  font-size: 20px;
}
.mpost .entry-title h4{
  font-size: 16px;
  margin:0;
}
.mpost .entry-title ,
.mpost .entry-meta ,
.mpost .entry-image{
  margin-bottom: 10px;
}

.mpost .entry-content{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #888;
}

.post-navigation .thumb img {
  width: 80px;
}
.post-navigation .nav-title{
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}
.post-navigation .thumb{
  float:left;
  margin-right: 10px;
}
.post-navigation h6{
  margin-top: 15px;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-navigation .post-next{
  text-align: right;
}
.post-navigation .post-next .thumb{
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}