/*---------------Start Home page css--------*/
/* line 5, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
/* line 12, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content .customNavigation {
  top: 15px;
}
/* line 15, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel {
  float: left;
  width: 100%;
  background: white;
  padding: 5px;
}
/* line 20, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li {
  padding: 10px;
  text-align: left;
}
/* line 24, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog_image_holder {
  overflow: hidden;
  padding: 0;
  position: relative;
}
/* line 29, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog_image_holder a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
/* line 34, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog_image_holder a .blog-hover {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  width: 100%;
}
/* line 46, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog_image_holder .bloglinks {
  bottom: 0;
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}
/* line 55, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog_image_holder .bloglinks a {
  border: 2px solid white;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  height: 40px;
  opacity: 0;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  width: 40px;
  padding: 11px 12px;
}
/* line 73, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog_image_holder .bloglinks a i {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
/* line 78, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog_image_holder .bloglinks a:hover {
  background: #f12a43;
  border-color: #f12a43;
}
/* line 81, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog_image_holder .bloglinks a:hover i {
  color: white;
}
/* line 88, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog-sub-content {
  margin: 16px 0 0;
  padding: 0;
}
/* line 91, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog-sub-content .blog-date {
  display: none;
}
/* line 95, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog-sub-content .post_title a {
  font: 400 16px/18px "Poppins", Helvetica, sans-serif;
  color: #333333;
}
/* line 100, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog-sub-content .post_title a:hover a i {
  color: #333333;
}
/* line 107, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog-sub-content .read-more {
  color: #f12a43;
}
/* line 109, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog-sub-content .read-more:after {
  content: "\f105";
  font-family: "FontAwesome";
  vertical-align: middle;
}
/* line 114, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li .blog-content .blog-sub-content .read-more:hover {
  color: #333333;
}
/* line 124, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li:hover .blog-content .blog_image_holder a .blog-hover {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
/* line 129, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_home .block_content ul#ttsmartblog-carousel li:hover .blog-content .blog_image_holder .bloglinks a {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/*---------------End Home page css--------*/
/*---------------Start blog category css--------*/
/* line 149, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #blog_category {
  margin: 0 0 30px;
  background: white;
  padding: 15px;
}
/* line 153, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #blog_category > img {
  width: 100%;
}
/* line 156, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #blog_category .cat-blog-content {
  padding: 10px 0;
  text-align: left;
}
/* line 159, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #blog_category .cat-blog-content .blog-cat-title {
  font: 400 18px/20px "Poppins", Helvetica, sans-serif;
  text-transform: capitalize;
}
/* line 162, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #blog_category .cat-blog-content .blog-cat-title a {
  color: #333333;
}
/* line 166, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #blog_category .cat-blog-content .ttblog-cat-desc {
  line-height: 24px;
}
/* line 171, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat {
  background: white;
  padding: 15px;
}
/* line 174, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item {
  width: 100%;
  padding: 0 0 30px;
  float: left;
}
/* line 178, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item:last-child {
  padding: 0;
}
/* line 181, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost {
  float: left;
  background: white;
}
/* line 184, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .article-content {
  padding: 0;
}
/* line 186, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .article-content img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
/* line 191, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .article-content .blog-hover {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  width: 100%;
}
/* line 202, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .article-content .bloglinks {
  bottom: 0;
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}
/* line 211, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .article-content .bloglinks a {
  border: 2px solid white;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  height: 40px;
  opacity: 0;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  width: 40px;
  padding: 11px 12px;
}
/* line 229, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .article-content .bloglinks a i {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
/* line 234, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .article-content .bloglinks a:hover {
  background: #f12a43;
  border-color: #f12a43;
}
/* line 237, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .article-content .bloglinks a:hover i {
  color: white;
}
/* line 244, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog {
  float: left;
  padding: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 244, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog {
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  /* line 244, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog {
    padding: 15px 0;
  }
}
/* line 254, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-tool {
  margin: 0 0 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 254, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-tool {
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  /* line 254, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-tool {
    margin: 0 0 10px;
  }
}
/* line 262, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-tool > span {
  padding: 0 20px 0 0;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  font-size: 12px;
}
@media (max-width: 480px) {
  /* line 262, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-tool > span {
    margin: 0 0 5px;
  }
}
/* line 271, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-tool > span:after {
  content: "/";
  position: absolute;
  right: 5px;
  top: 0;
}
/* line 278, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-tool > span:last-child:after {
  display: none;
}
/* line 284, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-title {
  margin: 0 0 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 284, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-title {
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  /* line 284, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-title {
    margin: 0 0 10px;
  }
}
/* line 292, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .article-header .blog-title a {
  font: 400 18px/20px "Poppins", Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #333333;
}
/* line 300, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .sdsarticle-des {
  margin: 0 0 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 300, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .sdsarticle-des {
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  /* line 300, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .sdsarticle-des {
    margin: 0 0 10px;
  }
}
/* line 308, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .sdsarticle-des .blog-desc {
  line-height: 24px;
  float: left;
  width: 100%;
}
@media (max-width: 480px) {
  /* line 308, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .sdsarticle-des .blog-desc {
    line-height: 26px;
  }
}
/* line 317, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .sdsreadMore {
  float: left;
}
/* line 320, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .sdsreadMore .more a {
  float: left;
  text-transform: capitalize;
  color: #f12a43;
}
/* line 324, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item .ttblogpost .out-content-blog .sdsreadMore .more a:hover {
  color: #333333;
  text-decoration: underline;
}
/* line 337, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item:hover .ttblogpost .article-content a .blog-hover {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
/* line 342, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #ttblogcat .blog-item:hover .ttblogpost .article-content .bloglinks a {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/* line 355, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-category #pagination_bottom {
  text-align: right;
}

/*---------------End blog category css--------*/
/*---------------Start blog details css--------*/
/* line 365, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content {
  margin: 0;
}
/* line 368, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog_image_holder {
  float: left;
  width: 100%;
}
/* line 372, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog_image_holder a img {
  width: 100%;
}
/* line 377, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog-detail-content {
  float: left;
  width: 100%;
  background: white;
  padding: 15px;
}
/* line 382, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog-detail-content .blog-tool {
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  /* line 382, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details #content .blog-post .blog-detail-content .blog-tool {
    margin: 0 0 10px;
  }
}
/* line 388, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog-detail-content .blog-tool > span {
  padding: 0 20px 0 0;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
}
@media (max-width: 480px) {
  /* line 388, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details #content .blog-post .blog-detail-content .blog-tool > span {
    margin: 0 0 5px;
  }
}
/* line 397, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog-detail-content .blog-tool > span:after {
  content: "/";
  position: absolute;
  right: 5px;
  top: 0;
}
/* line 404, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog-detail-content .blog-tool > span:last-child:after {
  display: none;
}
/* line 410, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog-detail-content .page-item-title {
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  /* line 410, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details #content .blog-post .blog-detail-content .page-item-title {
    margin: 0 0 10px;
  }
}
/* line 416, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
  font: 400 18px/20px "Poppins", Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
}
@media (max-width: 480px) {
  /* line 416, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
    font-size: 20px;
  }
}
/* line 428, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog-detail-content .article-desc {
  margin: 0 0 20px;
}
@media (max-width: 480px) {
  /* line 428, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details #content .blog-post .blog-detail-content .article-desc {
    margin: 0 0 10px;
  }
}
/* line 434, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details #content .blog-post .blog-detail-content .article-desc p {
  line-height: 24px;
}
@media (max-width: 480px) {
  /* line 434, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details #content .blog-post .blog-detail-content .article-desc p {
    line-height: 26px;
  }
}
/* line 445, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra {
  float: left;
  width: 100%;
}
/* line 448, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments {
  float: left;
  width: 100%;
}
/* line 451, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments .title_block {
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
}
/* line 456, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments {
  float: left;
  width: 100%;
  background: white;
  padding: 20px 40px;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 456, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  /* line 456, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments {
    padding: 20px;
  }
}
/* line 468, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
}
/* line 474, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 474, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  /* line 474, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
    padding: 10px 0;
  }
}
/* line 483, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool {
  display: inline-block;
}
/* line 485, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .avatar {
  border-radius: 50%;
  margin: 11px 30px 0 0;
  float: left;
}
@media (max-width: 480px) {
  /* line 485, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .avatar {
    float: none;
    margin: 0;
  }
}
/* line 494, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-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;
}
@media (max-width: 480px) {
  /* line 494, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .name {
    padding: 0 10px 0 0;
  }
}
/* line 504, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created {
  display: inline-block;
}
/* line 506, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created:before {
  background: #f12a43;
  border-radius: 50%;
  color: #ff0000;
  content: "";
  display: inline-block;
  height: 4px;
  vertical-align: middle;
  width: 4px;
}
/* line 516, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created span {
  padding: 0 0 0 20px;
}
@media (max-width: 480px) {
  /* line 516, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created span {
    padding: 0 0 0 10px;
  }
}
/* line 523, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool > p {
  margin: 20px 0;
  color: #333333;
  padding: 0 0 0 84px;
}
@media (max-width: 480px) {
  /* line 523, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool > p {
    padding: 0;
  }
}
/* line 532, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply {
  display: inline-block;
  float: right;
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media (max-width: 480px) {
  /* line 532, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply {
    width: 100%;
    text-align: right;
    margin: 0 0 10px;
  }
}
/* line 543, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply a {
  text-transform: capitalize;
  color: #f12a43;
}
/* line 546, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply a:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* line 554, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li ul {
  border: none;
  padding: 0;
}
/* line 558, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
  padding: 40px 0 40px 80px;
  border-top: 1px solid #f0f0f0;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 558, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
    padding: 20px 0 20px 60px;
  }
}
@media (max-width: 480px) {
  /* line 558, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
  #module-ttblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
    padding: 10px 0 10px 20px;
  }
}
/* line 572, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #article_comments #comments .comment-list:last-child {
  border: none;
}
/* line 578, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #respond {
  float: left;
  width: 100%;
  margin: 25px 0 40px;
  background: white;
  padding: 15px;
}
/* line 584, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #respond #reply-title {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
/* line 588, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #respond #reply-title small {
  float: right;
}
/* line 590, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #respond #reply-title small a {
  text-decoration: underline;
}
/* line 597, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #respond #commentInput #commentform td {
  padding: 10px 10px 10px 0;
}
/* line 599, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #respond #commentInput #commentform td strong {
  font: 400 13px/20px "Poppins", Helvetica, sans-serif;
  color: #333333;
}
/* line 603, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #respond #commentInput #commentform td .required {
  color: #ff0000;
}
/* line 606, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #respond #commentInput #commentform td input {
  border-color: #f0f0f0;
}
/* line 612, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #respond .right {
  float: right;
}
/* line 615, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#module-ttblog-details .blog-extra #respond .right .submit input {
  padding: 8px 20px;
}

/*---------------End blog details css--------*/
/*-------------- Start Left column Blog ---------*/
/* line 632, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_left .block_content .ttblog-content .blog-item {
  padding: 0 0 10px;
}
/* line 635, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#blog_latest_new_left .block_content .ttblog-content .blog-item .blog-content .blog-title {
  margin: 5px 0;
}

/*-------------- End Left column Blog ---------*/
/* line 647, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#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;
}
/* line 655, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#respond .success:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}

/* line 665, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
.warning {
  background-color: #fff1f2;
  border: 1px solid #f13340;
  padding: 15px;
  color: #f13340;
  font-weight: normal;
  text-shadow: none;
}

/* line 674, ../../../../../sass/modules/ttblog/views/css/ttblogstyle.scss */
#commentInput .error {
  color: #f13340;
}
