/*---------------------------------------------------------- Blog Common css start ----------------------------------------------------*/
#blog_latest_new_home .container {
  position: relative;
}

#blog_latest_new_home {
  margin: 0 0 80px;
  text-align: center;
}

#tbsmartblog-carousel.owl-carousel .owl-buttons div {
  display: none;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span i {
  font-size: 19px;
  line-height: 21px;
  margin: 0 5px 0 0;
}

#tbsmartblog-carousel.owl-carousel {
  border: none;
  list-style: none;
}

#blog_latest_new_home .box-heading .tb-subtitle {
  color: #ffa406;
}

#blog_latest_new_home .box-heading .tbblock-heading .box-heading.title_block heading::after {
  position: absolute;
  background: rgba(0, 0, 0, .5);
  top: auto;
  bottom: 0;
  width: 40px;
  height: 2px;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
}

#tbsmartblog-carousel .owl-item>li {
  padding: 0 15px;
  margin: 0 0 30px;
}

.comment-list {
  list-style: none;
  border: 1px solid #f0f0f0;
  padding: 20px 40px;
}

.comment-list .panel.panel-default {
  background: none;
  border: none;
}

.tbblogcomments>div {
  padding: 20px;
}

.tbblogcomments #add-comment {
  padding: 20PX 0;
}

#module-tbblog-details .blog-extra .btn.btn-primary:hover,
#module-tbblog-details .blog-extra .btn.btn-primary:active,
#module-tbblog-details .blog-extra .btn.btn-primary:focus {
  background: #e52d6d;
  color: #fff;
}

#add-comment .alert.alert-info {
  margin: 0;
}

.comments-block {
  background: #ffeddf;
}

#tbsmartblog-carousel .blog-content {
  padding: 0;
  display: flex;
  align-items: center;
}

#tbsmartblog-carousel .comment {
  display: block;
  margin: 5px 0 0;
}

#tbsmartblog-carousel .comment a {
  color: #666;
  position: relative;
  font: 400 13px/18px 'Rubik', Helvetica, sans-serif;
}

.blog-date .mdi.mdi-calendar {
  font-size: 16px;
  line-height: 18px;
  width: 20px;
}

.blog-hover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 100%;
}

#tbsmartblog-carousel .blog-content:hover .blog-hover {
  background: rgba(0, 0, 0, .4);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

/*------------------------------------------------------------- Blog Common css End --------------------------------------------*/
/* TB-HOME-Blog Start*/
#TB-home-blog {
  margin: 0 0 100px 0;
}

#TB-home-blog .owl-item {
  padding: 0 15px;
}

#TB-home-blog .tb-home-blog-carousel li {
  list-style: none;
  margin: 0 0 30px 0;
}

#TB-home-blog .tb-home-blog-carousel li .blog-content {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

#TB-home-blog .tb-home-blog-carousel li .blog-content .blog-date {
  position: absolute;
  top: 15px;
  left: auto;
  right: 15px;
  bottom: auto;
  background: linear-gradient(180deg, rgba(249, 81, 148, 1) 0%, rgba(221, 19, 93, 1) 100%);
  padding: 8px 14px;
  border-radius: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#TB-home-blog .tb-home-blog-carousel li .blog-content .blog-date i {
  display: none;
}

#TB-home-blog .tb-home-blog-carousel li .blog-content .blog-date span {
  color: #fff;
  display: block;
  text-transform: capitalize;
  font: 400 14px/16px 'Rubik', Helvetica, sans-serif;
}

#TB-home-blog .tb-home-blog-carousel li .tbhomeblog_image_holder {
  position: relative;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 45px;
  height: 45px;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  background: linear-gradient(to bottom, rgb(249, 81, 148), rgb(221, 19, 93), rgb(221, 19, 93), rgb(249, 81, 148));
  background-size: auto 200%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a:hover,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:active,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:focus {
  background-position: bottom center;
}

#TB-home-blog .tb-home-blog-carousel li .blog-content:hover .bloglinks a,
#TB-home-blog .tb-home-blog-carousel li .blog-content:active .bloglinks a,
#TB-home-blog .tb-home-blog-carousel li .blog-content:focus .bloglinks a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a i {
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a:hover i,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:active i,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:focus i {
  color: #fff;
}

#TB-home-blog .tb-home-blog-carousel li .tb-black-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

#TB-home-blog .tb-home-blog-carousel li .blog-content:hover .tb-black-shadow,
#TB-home-blog .tb-home-blog-carousel li .blog-content:active .tb-black-shadow,
#TB-home-blog .tb-home-blog-carousel li .blog-content:focus .tb-black-shadow {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner {
  padding: 20px;
  text-align: left;
  background: #f3f3f3;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date {
  font: 500 14px/20px 'Quicksand', helvetica, sans-serif;
  color: #666;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner h5 {
  margin: 0 0 10px;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
  margin: 0;
  font: 400 24px/26px 'Itim', cursive;
  color: #111;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  text-transform: uppercase;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a:hover {
  color: #dd135d;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner p {
  margin: 0 0 15px 0;
  font: 400 16px/26px 'Rubik', Helvetica, sans-serif;
  color: #595959;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date i {
  font-size: 16px;
  color: #dd135d;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more i {
  font-size: 17px;
  width: 12px;
  display: inline-block;
  text-align: right;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a {
  font: 400 16px/18px 'Rubik', Helvetica, sans-serif;
  color: #666;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a i {
  font-size: 14px;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a:hover,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a:active,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a:focus {
  color: #dd135d;
}

#TB-home-blog .tb-home-blog-carousel {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 1499px) {

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 1399px) {
  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 {
    margin: 0 0 6px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    font-size: 20px;
    line-height: 22px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 12px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .btn-secondary {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 16px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more i {
    font-size: 14px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a {
    font-size: 14px;
    line-height: 16px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog-content .blog-date span {
    font-size: 13px;
    line-height: 16px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog-content .blog-date {
    padding: 6px 12px;
  }
}

@media (max-width: 1299px) {

  #TB-home-blog {
    margin: 0 0 80px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog-content .blog-date span {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 1199px) {
  #TB-home-blog {
    margin: 0 0 60px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #TB-home-blog .tb-home-blog-carousel li .tbhomeblog_image_holder a img {
    width: 100%;
  }
}

@media (max-width: 991px) {

  #TB-home-blog {
    margin: 0 0 40px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog-content .blog-date {
    padding: 6px 8px;
  }
}

@media (max-width: 767px) {
  #TB-home-blog .tb-home-blog-carousel li .tb-black-shadow {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .bloglinks a {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }

}

@media (min-width: 631px) and (max-width: 767px) {
  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more {
    font-size: 12px;
    line-height: 14px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner {
    padding: 10px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 630px) {
  #TB-home-blog .tb-home-blog-carousel li {
    width: 75%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 480px) {
  #TB-home-blog {
    margin: 0 0 20px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li {
    width: 95%;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    font-size: 18px;
    line-height: 20px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner p {
    margin: 0 0 10px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more {
    padding: 10px 14px;
  }
}

@media (max-width: 360px) {

  #TB-home-blog .tb-home-blog-carousel li .blog_inner {
    padding: 10px;
  }

  #TB-home-blog .tb-home-blog-carousel li {
    width: 100%;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 {
    margin: 0 0 8px;
  }
}

/* TB-HOME-Blog End*/
/*------------------------------------------------ Start blog category css ------------------------------------------*/
#module-tbblog-category .blog-cat-title {
  display: none;
}

#module-tbblog-details .blog-detail .blog_image_holder img {
  max-width: 100%;
  width: auto;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

#module-tbblog-category #blog_category {
  margin: 0 0 30px;
  border: 1px solid #f0f0f0;
}

#module-tbblog-category #blog_category .cat-blog-content {
  padding: 10px;
  text-align: left;
}

#module-tbblog-category #blog_category .cat-blog-content .blog-cat-title {
  font: 400 18px/20px "pins", Helvetica, sans-serif;
}

#module-tbblog-category #blog_category .cat-blog-content .blog-cat-title a {
  color: #333333;
}

#module-tbblog-category #blog_category .cat-blog-content .tbblog-cat-desc {
  line-height: 24px;
}

#module-tbblog-category #tbblogcat .blog-item {
  padding: 0 0 30px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost {
  display: flex;
}

#module-tbblog-category #tbblogcat .blog-item:last-child {
  padding: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content img {
  height: auto;
  max-width: 100%;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .blog-hover {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  width: 100%;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks {
  bottom: 0;
  height: 45px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a {
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #111;
  height: 45px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  width: 45px;
  padding: 12px;
  display: inline-block;
  text-align: center;
  background: #fff;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a i {
  font-size: 16px;
  font-weight: 400;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  line-height: 16px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a:hover {
  background: #e52d6d;
  border-color: #e52d6d;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a:hover i {
  color: #ffeddf;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .blog-tool .date-time i,
#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .blog-tool .comment i {
  font-size: 18px;
  line-height: 22px;
  vertical-align: top;
  margin: 0 5px 0 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog {
  padding: 0 0 0 15px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool {
  margin: 0 0 10px;
  display: block;
  line-height: 22px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span {
  padding: 0 20px 0 0;
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span:after {
  content: "/";
  position: absolute;
  right: 5px;
  top: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span:last-child:after {
  display: none;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title {
  margin: 0 0 10px;
  border: none;
  background: none;
  height: auto;
  padding: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a {
  font: 400 24px/26px 'Itim', cursive;
  letter-spacing: 1px;
  color: #111;
  padding: 0;
  text-transform: uppercase;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des {
  color: #111111;
  display: block;
  margin: 0 0 10px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des .blog-desc {
  line-height: 24px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsreadMore .more a {
  color: #111111;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  font-size: 15px;
  font-weight: 400;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsreadMore .more a:hover,
#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsreadMore .more a:focus,
#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsreadMore .more a:active {
  color: #e52d6d;
}

#module-tbblog-category #tbblogcat .blog-item:hover .tbblogpost .article-content a .blog-hover {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

#module-tbblog-category #tbblogcat .blog-item:hover .tbblogpost .article-content .bloglinks a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#module-tbblog-category #pagination_bottom {
  text-align: right;
}

@media (max-width: 1299px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog {
    padding: 15px 0;
  }

  #blog_latest_new_home .block_content ul#tbsmartblog-carousel li .blog-content .blog_image_holder .bloglinks a {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    background: #ffeddf;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des {
    margin: 0 0 10px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title {
    margin: 0 0 10px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool {
    margin: 0 0 10px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog {
    padding: 5px 15px;
  }
}

@media (max-width: 543px) {
  #module-tbblog-category #tbblogcat .blog-item {
    width: 100%;
    padding: 0 0 10px;
  }
}

@media (max-width: 480px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des .blog-desc {
    line-height: 26px;
  }

  #blog_latest_new_home .blog_news {
    padding: 20px 0;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des {
    margin: 0 0 10px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title {
    margin: 0 0 10px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span {
    margin: 0 0 5px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool {
    margin: 0;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost {
    padding: 0;
  }

  #tbsmartblog-carousel .blog-content .post_title {
    margin: 0 0 8px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 360px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a {
    font-size: 17px;
    line-height: 20px;
  }
}

/*---------------------------------------------End blog category css---------------------------------*/
/*------------------------------------------- Start blog details css -------------------------------*/
#module-tbblog-details #content .blog-post .blog_image_holder {
  padding: 0 0 20px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool {
  margin: 0 0 10px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span {
  padding: 0;
  position: relative;
  display: flex;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span:after {
  content: "/";
  position: absolute;
  right: 5px;
  top: 0;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span:last-child:after {
  display: none;
}

#module-tbblog-details #content .blog-post .blog-detail-content .page-item-title {
  margin: 0 0 10px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
	color: #111111;
	font: 400 24px/26px 'Itim', cursive;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

#module-tbblog-details #content .blog-post .blog-detail-content .article-desc {
  margin: 0 0 20px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .article-desc p {
  font: 400 15px/24px 'Rubik', Helvetica, sans-serif,
}

#module-tbblog-details .blog-extra #article_comments .title_block {
  font-family: 'Rubik', Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

#module-tbblog-details .blog-extra #article_comments #comments {
  border: 1px solid #f0f0f0;
  padding: 20px 40px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list {
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
  padding: 40px 0;
  position: relative;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool {
  display: inline-block;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  margin: 11px 30px 0 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .name {
  display: inline-block;
  font-size: 16px;
  padding: 0 20px 0 0;
  color: #333333;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created {
  display: inline-block;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created:before {
  background: #f12a43;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  color: #ff0000;
  content: "";
  display: inline-block;
  height: 4px;
  vertical-align: middle;
  width: 4px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created span {
  padding: 0 0 0 20px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool>p {
  margin: 20px 0;
  color: #333333;
  padding: 0 0 0 84px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply a {
  color: #f12a43;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply a:hover {
  text-decoration: underline;
  cursor: pointer;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul {
  border: none;
  padding: 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
  padding: 40px 0 40px 80px;
  border-top: 1px solid #f0f0f0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list:last-child {
  border: none;
}

#module-tbblog-details .blog-extra #respond {
  margin: 25px 0 40px;
}

#module-tbblog-details .blog-extra #respond #reply-title {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  font-weight: 500;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td {
  padding: 10px 10px 10px 0;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td strong {
  font: 400 14px/20px 'Rubik', Helvetica, sans-serif;
  color: #333333;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td .required {
  color: #ff0000;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td input {
  border-color: #f0f0f0;
}

#module-tbblog-details .blog-extra #respond .right .submit input {
  padding: 8px 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
    padding: 20px 0;
  }

  #module-tbblog-details .blog-extra #article_comments #comments {
    padding: 30px;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
    padding: 20px 0 20px 60px;
  }
}

@media (max-width: 480px) {
  #module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span {
    margin: 0 0 5px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .blog-tool {
    margin: 0 0 10px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .page-item-title {
    margin: 0 0 10px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
    font-size: 20px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .article-desc {
    margin: 0 0 10px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .article-desc p {
    line-height: 26px;
  }

  #module-tbblog-details .blog-extra #article_comments #comments {
    padding: 20px;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
    padding: 10px 0;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .avatar {
    margin: 0;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .name {
    padding: 0 10px 0 0;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created span {
    padding: 0 0 0 10px;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool>p {
    padding: 0;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply {
    text-align: right;
    margin: 0 0 10px;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
    padding: 10px 0 10px 20px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 360px) {
  #module-tbblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
    font-size: 17px;
    line-height: 20px;
  }
}

/*------------------------------------------------ End blog details css -------------------------------------------*/
/*--------------------------------------------- Start Left column Blog --------------------------------------------*/
#blog_latest_new_left .block_content .tbblog-content .blog-item {
  padding: 0 0 10px;
}

#blog_latest_new_left .block_content .tbblog-content .blog-item .blog-content .blog-title {
  margin: 5px 0;
}

/*-------------------------------------------- End Left column Blog -------------------------------------------------*/
#respond .success {
  font-weight: normal;
  background-color: #DDF9E1;
  border-color: #46A74E;
  text-shadow: none;
  color: #35B33F;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

#respond .success:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}