.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/**/
.blog-tab .see-more-list {
  text-align: center; }

.title-blog {
  margin: 10px 0;
  line-height: 1.5; }

.tab-list > span {
  display: block;
  width: 100%;
  font-size: 110%; }

/* blog detail */
.header-blog-detail {
  border-bottom: 1px solid #CECECE;
  margin-bottom: 25px; }
  .header-blog-detail .views-like {
    margin-bottom: 20px; }

.blog-detail-page p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 13.5px;
  /*font-family: $pj;*/
  letter-spacing: 0.22px; }
.blog-detail-page .sidebarbox > h3 {
  font-weight: bold; }

.banner-blog-detail {
  margin-bottom: 20px; }

.views-like {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  color: #B1B1B1;
  margin-bottom: 50px; }

/* */
.blog-detail-page h2, .blog-detail-page h3, .blog-detail-page .time, .trend-detail h2, .trend-detail h3, .trend-detail .time, .indsusty-content-detail h2, .indsusty-content-detail h3, .indsusty-content-detail .time,
.heading-bg h2,
.heading-bg h3,
.heading-bg .time {
  /*font-family: $sarab;*/
  letter-spacing: 0.25px; }
.blog-detail-page .sidebarbox .item-list .item-name, .trend-detail .sidebarbox .item-list .item-name, .indsusty-content-detail .sidebarbox .item-list .item-name,
.heading-bg .sidebarbox .item-list .item-name {
  font-weight: normal;
  /*font-family: $sarab;*/
  letter-spacing: 0.25px; }
.blog-detail-page .sidebarbox time, .trend-detail .sidebarbox time, .indsusty-content-detail .sidebarbox time,
.heading-bg .sidebarbox time {
  font-weight: normal;
  /*font-family: $suk-m;*/ }

/* Rating Star Widgets Style */
.rating-stars ul {
  margin-left: 5px; }

.rating-stars ul > li.star {
  display: inline-block; }

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 1.125rem;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */ }

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36; }

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FF912C; }

.trend-detail, .blog-detail-page .blog-content-wrap {
  line-height: 1.8; }
  .trend-detail p, .trend-detail li, .blog-detail-page .blog-content-wrap p, .blog-detail-page .blog-content-wrap li {
    line-height: 1.8 !important; }

@media all and (max-width: 767px) {
  .blog-detail-page .right-sidebar {
    display: none; }

  .blog-content-wrap p {
    max-width: 100%;
    overflow-x: hidden; }

  .trend-detail p, .trend-detail li, .blog-detail-page .blog-content-wrap p, .blog-detail-page .blog-content-wrap li {
    line-height: 2 !important; } }
