/*---------------------------------------*/
/*----       Variables              --*/
/*---------------------------------------*/
/*
	Theme variables
*/
/* font */
/* default */
/*---------------------------------------*/
/*--------       Blog List         ------*/
/*--------------------------------------*/
@media (min-width: 992px) {
  .tt-blog-list .tt-item:not(:first-child) {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .tt-blog-list .tt-item:not(:first-child) {
    margin-top: 40px;
  }
}

.blog-obj .blog-obj__img {
  overflow: hidden;
  position: relative;
}
.blog-obj .blog-obj__img img {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 100%;
}
.blog-obj .blog-obj__img a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.blog-obj .blog-obj__img:empty {
  height: 53px;
  width: 100%;
  background-color: #f1f3f5;
}
.blog-obj .blog-obj__data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}
.blog-obj .blog-obj__data .col-auto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.blog-obj .data__time {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: linear-gradient(to left, #44ae6f, #54b963);
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  top: -48px;
  margin-left: 18px;
  z-index: 3;
  font-family: "Poppins", sans-serif;
}
.blog-obj .data__time span {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-top: 3px;
}
.blog-obj .data__posted {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: 32px;
  font-size: 14px;
}
.blog-obj .data__posted .tt-icon {
  color: #323232;
  position: relative;
  top: 5px;
  font-size: 14px;
  margin-right: 8px;
}
.blog-obj .data__posted a {
  color: #52b765;
}
.blog-obj .data__posted a:hover {
  color: #323232;
}
.blog-obj .data__comments {
  margin-left: 30px;
  font-size: 14px;
}
.blog-obj .data__comments a {
  color: #7b7b7b;
}
.blog-obj .data__comments a:hover {
  color: #323232;
}
.blog-obj .data__comments .tt-icon {
  color: #323232;
  position: relative;
  top: 3px;
  font-size: 17px;
  margin-right: 10px;
}
.blog-obj .blog-obj__title {
  margin: 0px 0 0 0;
  padding: 0 0 22px 0;
  font-size: 36px;
  line-height: 46px;
  color: #323232;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.blog-obj .blog-obj__title a {
  color: #323232;
  transition: color 0.2s;
}
.blog-obj .blog-obj__title a:hover {
  color: #52b765;
}
.blog-obj .blog-obj__title + * {
  margin-top: 0;
}
.blog-obj .blog-obj__row-btn {
  margin-top: 33px;
}
@media (max-width: 991.98px) {
  .blog-obj .blog-obj__data {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: -10px;
  }
  .blog-obj .blog-obj__data .col-auto:not(:first-child) {
    margin-left: 0px;
  }
  .blog-obj .data__time {
    width: 55px;
    height: 55px;
    font-size: 13px;
    line-height: 20px;
    top: -54px;
    margin-left: 0px;
    position: absolute;
  }
  .blog-obj .data__time span {
    font-size: 25px;
    margin-top: 5px;
  }
  .blog-obj .data__posted {
    margin-left: 0px;
    margin-top: 15px;
  }
  .blog-obj .data__posted .tt-icon {
    top: 2px;
    font-size: 15px;
  }
  .blog-obj .data__comments {
    margin-top: 15px;
    margin-left: 20px;
  }
  .blog-obj .data__comments .tt-icon {
    font-size: 15px;
    top: 2px;
  }
  .blog-obj .tt-social {
    margin-top: 14px;
  }
  .blog-obj .blog-obj__title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 13px;
    margin-top: 20px;
  }
  .blog-obj .blog-obj__row-btn {
    margin-top: 21px;
  }
}
@media (max-width: 767.98px) {
  .blog-obj .blog-obj__data .col-auto {
    width: 100%;
  }
  .blog-obj .blog-obj__data .tt-social {
    margin-top: 4px;
  }
  .blog-obj .blog-obj__title {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 13px;
    margin-top: 20px;
  }
}

/*
	Video Holder
*/
.tt-video__holder {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 2;
  top: 0;
  left: 0;
}

/*
	Blog right layout
*/
@media (min-width: 992px) {
  .form-default .tt-aside-search02 .form-control {
    padding-left: 19px;
  }
}

.tt-aside-search02 {
  position: relative;
  padding: 2px 0 5px 0;
}
.tt-aside-search02 .tt-btn-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px 6px;
  height: 47px;
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .tt-aside-search02 .tt-btn-icon {
    top: -1px;
  }
}

/* datepicker */
.tt-block-aside .datepicker {
  border: none;
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;
}
.tt-block-aside .datepicker--nav {
  border: none;
  background: none;
  position: relative;
}
.tt-block-aside .datepicker--nav .datepicker--nav-title {
  text-align: left;
  font-size: 16px;
  color: #7b7b7b;
}
.tt-block-aside .datepicker--nav .datepicker--nav-action {
  position: absolute;
  top: 0px;
}
.tt-block-aside .datepicker--nav .datepicker--nav-action:first-child {
  right: 30px;
}
.tt-block-aside .datepicker--nav .datepicker--nav-action:last-child {
  right: -8px;
}
.tt-block-aside .datepicker--days-names {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #6d6e6d;
  margin: 0;
}
.tt-block-aside .datepicker--day-name {
  color: #ffffff;
  font-size: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.tt-block-aside .datepicker--cell-day {
  border: 1px solid #f4f5f7;
  border-radius: 0;
}
.tt-block-aside .datepicker--cell {
  color: #7b7b7b;
}
.tt-block-aside .datepicker--cell.-current- {
  background-color: #52b765;
  color: #ffffff;
  border-radius: 2px;
}
@media (max-width: 991.98px) {
  .tt-block-aside .datepicker--nav .datepicker--nav-title {
    font-size: 14px;
  }
  .tt-block-aside .datepicker--day-name {
    font-size: 14px;
  }
  .tt-block-aside .datepicker--nav .datepicker--nav-action:first-child {
    right: 25px;
  }
}

.tt-list-tag {
  margin-left: -10px;
  margin-top: -3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
}
.tt-list-tag li {
  margin-top: 10px;
  margin-left: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.tt-list-tag li a {
  background-color: #f4f5f7;
  border: 2px solid #f4f5f7;
  color: #7b7b7b;
  border-radius: 3px;
  padding: 5px 8px 5px;
  display: inline-block;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.tt-list-tag li a:hover {
  background-color: transparent;
  color: #52b765;
  border-color: #52b765;
}

.tt-list-tag__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.tt-list-tag__title {
  font-size: 16px;
  color: #323232;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.tt-recent-list .tt-item:not(:first-child) {
  margin-top: 23px;
}
@media (max-width: 991.98px) {
  .tt-recent-list .tt-item:not(:first-child) {
    margin-top: 18px;
  }
}

.tt-recent-obj .recent-obj__img {
  overflow: hidden;
}
.tt-recent-obj .recent-obj__img img {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  max-width: inherit;
  width: 100%;
}
.tt-recent-obj .recent-obj__img a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.tt-recent-obj .recent-obj__wrapper {
  margin-top: 15px;
}
.tt-recent-obj .recent-obj__time {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  color: #52b765;
  font-size: 14px;
}
.tt-recent-obj .recent-obj__time .tt-icon {
  position: relative;
  top: -1px;
  font-size: 15px;
}
.tt-recent-obj .recent-obj__time .tt-icon + .tt-text {
  margin-left: 9px;
}
.tt-recent-obj .recent-obj__title {
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 8px;
}
.tt-recent-obj .recent-obj__title a {
  color: #323232;
  transition: color 0.2s;
}
.tt-recent-obj .recent-obj__title a:hover {
  color: #52b765;
}
@media (max-width: 991.98px) {
  .tt-recent-obj .recent-obj__wrapper {
    margin-top: 12px;
  }
  .tt-recent-obj .recent-obj__time .tt-icon {
    top: -2px;
    font-size: 14px;
  }
  .tt-recent-obj .recent-obj__time .tt-icon + .tt-text {
    margin-left: 7px;
  }
  .tt-recent-obj .recent-obj__title {
    margin-top: 4px;
    font-size: 15px;
    line-height: 23px;
  }
}

.blockquote-02 {
  background-color: #f7f8f9;
  position: relative;
  padding: 10px 70px 34px 45px;
  margin: 0 0 0px 33px;
}
.blockquote-02:before {
  content: "";
  width: 6px;
  height: 82%;
  background-color: #52b765;
  position: absolute;
  top: 0;
  left: 0;
}
.blockquote-02 > *:not(.blockquote-02__marker) {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .blockquote-02 + p {
    margin-top: 36px;
  }
}

.blockquote-02__marker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.blockquote-02__top {
  margin-top: 33px;
}

.blockquote-02__notes {
  font-size: 14px;
  line-height: 27px;
  color: #a8a8a8;
}
.blockquote-02__notes span {
  font-size: 16px;
  color: #323232;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.blockquote-02__notes {
  margin-top: 28px;
}

@media (max-width: 991.98px) {
  .blockquote-02 {
    margin-left: 20px;
    padding: 10px 25px 34px 25px;
  }
  .blockquote-02:before {
    width: 4px;
    height: 84%;
  }

  .blockquote-02__marker {
    max-width: 60px;
  }

  .blockquote-02__notes {
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 767.98px) {
  .blockquote-02 {
    margin-left: 0;
  }
}
.tt-post-music iframe {
  border: none;
  outline: none;
  width: 100%;
}

p + .tt-post-music {
  margin-top: 33px;
}

.tt-pagination__top {
  margin-top: 53px;
}
@media (max-width: 991.98px) {
  .tt-pagination__top {
    margin-top: 30px;
  }
}

.tt-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start;
  margin-left: -7px;
}
.tt-pagination li {
  margin-top: 7px;
  margin-left: 7px;
}
.tt-pagination li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 53px;
  height: 51px;
  background-color: #f1f4f1;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #323232;
}
.tt-pagination li a:hover {
  color: #52b765;
  background-color: #f1f4f1;
}
.tt-pagination li.active a {
  background: linear-gradient(to left, #44ae6f, #54b963);
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .tt-pagination li {
    margin-top: 7px;
    margin-left: 7px;
  }
  .tt-pagination li a {
    width: 41px;
    height: 41px;
    font-size: 13px;
  }
}

.tt-img-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(47, 53, 49, 0.3);
}
.tt-img-link .tt-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 89px;
  height: 89px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #323232;
  font-size: 27px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
.tt-img-link .tt-text {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 19px;
  line-height: 1;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 12px;
  letter-spacing: 0.03em;
  transition: color 0.2s;
  position: relative;
}
.tt-img-link .tt-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transition: width 0.2s linear;
}
.tt-img-link:hover .tt-text {
  color: #ffffff;
}
.tt-img-link:hover .tt-text:before {
  width: 100%;
}
@media (max-width: 991.98px) {
  .tt-img-link .tt-icon {
    width: 66px;
    height: 66px;
    font-size: 20px;
  }
  .tt-img-link .tt-text {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .tt-img-link .tt-icon {
    width: 49px;
    height: 49px;
    font-size: 15px;
  }
  .tt-img-link .tt-text {
    font-size: 14px;
    margin-top: 7px;
  }
}

/*---------------------------------------*/
/*--------     Blog Single        ------*/
/*--------------------------------------*/
.blog-single__meta {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .blog-single__meta {
    margin-top: 13px;
  }
}

.blog-post-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: relative;
}
.blog-post-nav .tt-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.blog-post-nav .tt-item .tt-item__img {
  min-width: 118px;
}
.blog-post-nav .tt-item:first-child {
  padding-right: 22px;
}
.blog-post-nav .tt-item:first-child .tt-item__img + .tt-item__description {
  margin-left: 20px;
}
.blog-post-nav .tt-item:last-child {
  padding-left: 22px;
}
.blog-post-nav .tt-item:last-child .tt-item__img + .tt-item__description {
  margin-right: 20px;
  text-align: right;
}
.blog-post-nav .tt-item:last-child .tt-item__img {
  order: 2;
}
.blog-post-nav .tt-item:last-child .tt-item__description {
  order: 1;
}
.blog-post-nav .tt-item:hover .tt-item__label:before {
  width: 100%;
}
.blog-post-nav .tt-item:hover .tt-item__title {
  color: #52b765;
}
.blog-post-nav .tt-item__label {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  display: inline-block;
}
.blog-post-nav .tt-item__label:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  width: 0%;
  height: 1px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #7b7b7b;
  transition: width 0.2s linear;
}
.blog-post-nav .tt-item__title {
  color: #323232;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 6px;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.2s linear;
}
@media (max-width: 1199.98px) {
  .blog-post-nav .tt-item {
    align-content: flex-start;
    align-items: flex-start;
  }
  .blog-post-nav .tt-item .tt-item__img {
    min-width: 100px;
    max-width: 100px;
  }
  .blog-post-nav .tt-item:first-child {
    padding-right: 10px;
  }
  .blog-post-nav .tt-item:last-child {
    padding-left: 10px;
  }
  .blog-post-nav .tt-item__description {
    margin-top: -6px;
  }
  .blog-post-nav .tt-item__title {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .blog-post-nav .tt-item .tt-item__img {
    display: none;
  }
  .blog-post-nav .tt-item:first-child .tt-item__img + .tt-item__description {
    margin-left: 0;
  }
  .blog-post-nav .tt-item:last-child .tt-item__img + .tt-item__description {
    margin-right: 0;
  }
  .blog-post-nav .tt-item__label {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-post-nav .tt-item__title {
    font-size: 13px;
    line-height: 20px;
  }
}

hr {
  border: none;
  font-size: 0;
  line-height: 0;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
}
hr.blog-post__hr {
  margin: 40px 0 38px 0;
}
@media (max-width: 767.98px) {
  hr.blog-post__hr {
    margin: 30px 0 29px 0;
  }
}

.section__singleblog {
  margin-top: 40px;
}

/*personal*/
.personal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
  border: 8px solid #f1f4f1;
  background-color: #ffffff;
  position: relative;
  padding: 32px 34px 25px;
}
.personal .personal__col-img {
  min-width: 140px;
  max-width: 140px;
  position: relative;
}
.personal .personal__col-img + .personal__col-description {
  margin-left: 40px;
}
.personal .personal__title {
  font-size: 20px;
  line-height: 24px;
  color: #323232;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 0 14px 0;
}
.personal .personal__title + * {
  margin-top: 0;
}
.personal.personal__top {
  margin-top: 58px;
}
@media (max-width: 767.98px) {
  .personal.personal__top {
    margin-top: 53px;
  }
}
.personal .tt-social {
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  .personal {
    padding: 25px 20px 25px;
  }
  .personal .personal__col-img + .personal__col-description {
    margin-left: 25px;
  }
  .personal .personal__col-description {
    padding-top: 0;
    margin-top: -4px;
  }
  .personal .personal__title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 7px;
  }
  .personal .personal__col-img {
    min-width: 120px;
    max-width: 120px;
  }
  .personal .personal__col-img .personal__social {
    position: relative;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 767.98px) {
  .personal {
    flex-wrap: wrap;
  }
  .personal .personal__col-img + .personal__col-description {
    margin-left: 0px;
  }
  .personal .personal__col-img {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
  .personal .personal__col-img img {
    width: 100%;
    height: 198px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .personal .personal__col-description {
    width: 100%;
    padding: 18px 0 0 0;
  }
}

/*
	Comments Layout
*/
.tt-comments-layout__top {
  margin-top: 66px;
}
@media (max-width: 767.98px) {
  .tt-comments-layout__top {
    margin-top: 55px;
  }
}

@media (min-width: 1240px) {
  .tt-comments-layout {
    margin-right: 22px;
  }
}
.tt-comments-layout .tt-comments-layout__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #3D3B42;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar {
  width: 86px;
  min-width: 86px;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content {
  position: relative;
  z-index: 1;
  border: 1px solid #eaeaea;
  margin-left: -1px;
  padding: 23px 35px 22px;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-btn-default {
  position: absolute;
  right: 0;
  top: -2px;
  background-color: #52b765;
  font-family: "Poppins", sans-serif;
  border: 1px solid #52b765;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px 3px;
  font-size: 14px;
  line-height: 18px;
  transition: background-color 0.2s, color 0.2s;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-btn-default:hover {
  background-color: transparent;
  color: #52b765;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title {
  padding-bottom: 10px;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title + * {
  margin-top: 0;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .username {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #323232;
  font-size: 16px;
  line-height: 24px;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .time {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #a0a0a0;
  margin-left: 4px;
  position: relative;
  top: 1px;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-link02 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #52b765;
  margin-top: 9px;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-link02:before {
  content: "\e93f";
  font-family: "fonts-icon";
  display: inline-block;
  font-size: 8px;
  line-height: 1;
  margin-right: 7px;
  color: #323232;
  position: relative;
  top: -2px;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-link02 span {
  display: inline-block;
  position: relative;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-link02 span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  width: 0%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #52b765;
  transition: width 0.2s linear;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-link02:hover span:before {
  width: 100%;
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content > *:nth-child(1) {
  margin-top: 0;
}
.tt-comments-layout .tt-item {
  margin-top: 21px;
}
.tt-comments-layout .tt-comments-level-2 {
  margin-left: 55px;
  margin-top: 19px;
}
@media (max-width: 991.98px) {
  .tt-comments-layout .tt-comments-level-2 {
    margin-left: 40px;
  }
  .tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar {
    width: 70px;
    min-width: 70px;
  }
  .tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .tt-comments-layout .tt-comments-layout__title {
    font-size: 20px;
    line-height: 27px;
  }
  .tt-comments-layout .tt-item div[class^=tt-comments-level-] {
    flex-direction: column;
  }
  .tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content {
    margin-top: 10px;
  }
  .tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .username {
    width: 100%;
  }
  .tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .time {
    margin: 0px 0 0 0;
  }
  .tt-comments-layout .tt-item .tt-comments-level-2 {
    margin-top: 25px;
  }
  .tt-comments-layout .tt-item:not(:first-child) {
    margin-top: 10px;
  }
  .tt-comments-layout .tt-item:not(:last-child) {
    padding-bottom: 9px;
  }
  .tt-comments-layout .tt-comments-level-2 {
    margin-top: 2px;
    margin-left: 40px;
  }
}

/*
	Form Single Post
*/
.form-single-post__top {
  margin-top: 59px;
}
@media (max-width: 767.98px) {
  .form-single-post__top {
    margin-top: 52px;
  }
}

.form-single-post {
  max-width: 570px;
}
.form-single-post .tt-form-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #3D3B42;
  margin: 0;
  padding: 0 0 22px 0;
}
.form-single-post textarea {
  height: 137px;
}
.form-single-post .form-default .tt-btn {
  margin-top: 14px;
}
@media (max-width: 767.98px) {
  .form-single-post .form-default .tt-btn {
    margin-top: 5px;
  }
}