.cke_editable {
  padding: 15px !important;
}
.image figcaption{
  background: var(--bs-light);
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-style: italic;
}
.image-left{
  float: left;
  margin-right: 15px;
}
.image-right{
  float: right;
  margin-left: 15px;
}

.single-content .single-thumbnail img{
  min-width: 100%;
}

#news-lists .spost .entry-thumb{
  float:right;
  margin-right: 0;
  margin-left: 10px;
}

.bld-single .entry-content{
  text-align: justify;
}
.bld-single .entry img{
  height: auto !important;
}

.bld-single .entry-detial-horzintal{
  margin-left: -150px;
  text-align: center;
}

.bld-single .single-thumbnail{
  margin-bottom: 30px;
}

.single-entry{
  display:flex;
}
.entry-detial-horzintal {
  width: 140px;
  min-width: 140px;
  margin-right: 15px;
}
.entry-detial-horzintal .entry-detial{
  flex-direction: column;
}
.entry-detial-horzintal .entry-detial > div{
  margin-bottom: 15px !important;
}
.single-content .entry-title h2{
  font-weight: 600;
  padding: 15px;
  text-align: center;
  background: #fff;
}

.single-content .entry-title h2:after{
  content: "";
  width: 100px;
  height: 3px;
  margin: auto;
  background: #333;
  margin-top: 30px;
  display: block;
}

.single-content .entry-title {
  margin-top: -75px;
  position: relative;
  z-index: 9;
  padding: 15px;
}
.entry-detial-horzintal .entry-detial h6{
  font-weight: 200;
  color: #ccc;
}
.entry-detial-horzintal .at-resp-share-element .at-share-btn {
  display: block;
  width: 42px;
}
.foot-social.social-share{
  text-align: right;
}

.entry-social.social-share ul{
  margin-bottom: 15px !important;
}

.entry-social.social-share li{
  margin-right: 0;
  margin-bottom: 10px;
}

#comments {
  background: #f8f9fa;
  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;
}



@media only screen and (max-width: 600px) {
  .foot-social{
    display: none;
  }
  .sharethis-inline-reaction-buttons {
    width: 100%;
    overflow: auto;
  }
  .single-entry{
    display: block;
  }
  .bld-single .entry-detial-horzintal{
    width: 100%;
    overflow: auto;
    margin: 0;
    text-align: left;
    display: block;
  }
  .bld-single .entry-detial-horzintal .entry-detial{
    flex-direction: row;
  }
  .bld-single .entry-detial-horzintal .entry-author{
    display: none;
  }
  .bld-single .entry-detial-horzintal .entry-cats a,
  .bld-single .entry-detial-horzintal span{
  	white-space: nowrap;
  }
}
@media only screen and (min-width: 600px) {
  .related-posts .row .col-6{
    width: 25%;
    opacity: 0.8;
  }
}
.commentlist {
  list-style: none;
  padding-bottom: 50px;
  margin: 0 0 50px;
  border-bottom: 1px solid #EEE;
}

#reviews .commentlist {
  padding-bottom: 30px;
  margin: 0 0 20px;
}

.commentlist ul { list-style: none; }

.commentlist li,
.commentlist li ul,
.commentlist li ul li { margin: 30px 0 0 0; }

.commentlist ul:first-child { margin-top: 0; }

.commentlist li {
  position: relative;
  margin: 30px 0 0 30px;
}

#reviews .commentlist li { margin-top: 20px; }

.comment-wrap {
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 20px 20px 20px 35px;
}

.commentlist ul .comment-wrap {
  margin-left: 25px;
  padding-left: 20px;
}

#reviews .comment-wrap {
  border: 0;
  padding: 10px 0 0 35px;
}

.commentlist > li:first-child,
#reviews .commentlist > li:first-child {
  padding-top: 0;
  margin-top: 0;
}

.commentlist li .children { margin-top: 0; }

.commentlist li li .children { margin-left: 30px; }

.commentlist li .comment-content,
.pingback {
  position: relative;
  overflow: hidden;
}

.commentlist li .comment-content p,
.pingback p { margin: 20px 0 0 0; }

.commentlist li .comment-content { padding: 0 0 0 15px; }

.commentlist li .comment-meta {
  float: left;
  margin-right: 0;
  line-height: 1;
}

.comment-avatar {
  position: absolute;
  top: 15px;
  left: -35px;
  padding: 4px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}

.comment-avatar img {
  display: block;
  border-radius: 50%;
}

.commentlist li .children .comment-avatar { left: -25px; }

.comment-content .comment-author {
  margin-bottom: -10px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}

.comment-content .comment-author a {
  border: none;
  color: #333;
}

.comment-content .comment-author a:hover { color: #1ABC9C; }

.comment-content .comment-author span { display: block; }

.comment-content .comment-author span,
.comment-content .comment-author span a {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #AAA;
}

.comment-content .comment-author span a:hover { color: #888; }

.comment-reply-link,
.review-comment-ratings {
  display: block;
  position: absolute;
  top: 4px;
  left: auto;
  text-align: center;
  right: 0px;
  width: 14px;
  height: 14px;
  color: #999;
  font-size: 14px;
  line-height: 1;
}
.icon-reply{
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
}
.icon-reply:before {
  content: "\f3e5";;
}
.reply-form {
  margin-top: 15px;
}

.review-comment-ratings {
  width: auto;
  color: #333;
}

.comment-reply-link:hover { color: #888; }

.post-navi .post-item{
  position: relative;
}
.post-navi .post-item .thumb{
  display: block;
  height: 120px;
  overflow: hidden;
}

.post-navi .post-item h6{
  position: absolute;
  display:flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  align-items: center;
  text-align: center;
  justify-content: center;
}

.post-navi .post-item:hover h6{
  background: rgba(0,0,0,.7);
}

.post-navi .post-item h6 a{
  color: #fff;
  padding: 0 30px;
  text-decoration: none;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.related-wrapper{
  margin: 30px 0;
}
.related-wrapper .related-title {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 100;
}


.related-posts .row .col-6:hover{
  opacity: 1;
}

.mpost .entry-image img{
  border-radius: 10px;
}
.mpost .entry-image{
  margin-bottom: 15px;
}

.mpost .entry-content{
  text-align: left;
}

.mpost .entry-desc{
  font-size: 12px;
}
.mpost .entry-title,
.mpost .entry-meta{
  margin-bottom: 10px;
}