/* purgecss start ignore */
.post {
  padding: 60px 0;
  overflow: hidden;
}
.post .post-sidebar {
  margin-bottom: 30px;
}
.post .post-sidebar .most-watched-title {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
  position: relative;
}
.post .post-sidebar .most-watched-title h2 {
  border-bottom: 3px solid var(--red-color);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding-bottom: 6px;
  position: relative;
  color: var(--red-color);
  font-size: 22px;
}
.post .post-sidebar .most-watched-sec .post-item {
  padding-bottom: 10px;
  display: block;
}
.post .post-sidebar .most-watched-sec .post-item .count {
  position: absolute;
  display: block;
  top: -8px;
  right: -8px;
  background: var(--red-color);
  line-height: 6px;
  color: #fff;
  border: 2px solid var(--bg-color);
  padding: 7px;
  min-width: 25px;
  min-height: 25px;
  border-radius: 25px;
  font-size: 12px;
  z-index: 1;
}
.post .post-sidebar .most-watched-sec .post-item .image-wrapper {
  position: relative;
  padding-bottom: 57%;
  display: block;
  background-color: var(--light-color);
  margin-bottom: 5px;
}
.post .post-sidebar .most-watched-sec .post-item .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details {
  width: 100%;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details a {
  font-size: 1rem;
  color: var(--black-color);
  display: block;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details a:hover {
  color: var(--red-color);
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta {
  display: flex;
  width: 100%;
  align-items: center;
  height: 44px;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-views {
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-views svg {
  margin-left: 8px;
  height: 13px;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-views svg path {
  fill: var(--gray-light-color);
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-views p {
  color: var(--black-color);
  font-size: 13px;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-comments {
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-comments svg {
  margin-left: 8px;
  height: 13px;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-comments svg path {
  fill: var(--gray-light-color);
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-comments p {
  color: var(--black-color);
  font-size: 13px;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-time {
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-time svg {
  margin-left: 8px;
  height: 13px;
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-time svg path {
  fill: var(--gray-light-color);
}
.post .post-sidebar .most-watched-sec .post-item .post-item-details .post-item-meta .meta-time p {
  color: var(--black-color);
  font-size: 13px;
}
.post .post-sidebar .toc-row .toc {
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
}
.post .post-sidebar .toc-row .toc .title {
  border-bottom: 1px solid var(--border-color);
  padding: 6px 12px;
}
.post .post-sidebar .toc-row .toc ul li {
  display: block;
  text-decoration: none;
  color: var(--gray-light-color);
  font-size: 15px;
  padding: 8px 15px 12px;
  line-height: 24px;
  transition: all 0.25s ease;
}
.post .post-sidebar .toc-row .toc ul li a {
  color: var(--black-color);
  transition: all 0.25s ease;
}
.post .post-sidebar .toc-row .toc ul li a.active {
  color: var(--red-color);
  font-weight: 700;
}
.post .post-sidebar .toc-row .toc ul li.sub {
  margin-right: 10px;
}
.post .post-sidebar .toc-row .toc ul li.sub a::before {
  content: "";
  width: 15px;
  margin-left: 6px;
  display: inline-block;
  height: 1px;
  background: var(--black-color);
}
.post .post-sidebar .toc-row .toc ul li.sub a.active::before {
  background: var(--red-color);
}
.post .post-info .edit-post {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 34px;
  left: 20px;
  padding: 10px;
  bottom: 20px;
  background: var(--red-color);
  border-radius: 8px;
  z-index: 100;
}
.post .post-info .edit-post a svg {
  height: 15px;
  fill: #FFF;
  display: block;
}
.post .post-info .edit-post:hover {
  background: var(--black-color);
}
.post .post-info .post-img .image-wrapper {
  position: relative;
  padding-bottom: 57%;
  display: block;
  background-color: var(--light-color);
  overflow: hidden;
  margin-bottom: 20px;
}
.post .post-info .post-img .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease;
}
.post .post-info .post-img .image-wrapper .post-item-rate {
  width: 70px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
}
.post .post-info .post-img .image-wrapper .post-item-rate .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  max-height: 250px;
  stroke: var(--red-color);
}
.post .post-info .post-img .image-wrapper .post-item-rate .circular-chart .circle-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 3.8;
}
.post .post-info .post-img .image-wrapper .post-item-rate .circular-chart .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke: var(--red-color);
}
.post .post-info .post-img .image-wrapper .post-item-rate .circular-chart .percentage {
  font-family: sans-serif;
  font-size: 8px;
  text-anchor: middle;
  transition: all 0.25s ease;
  fill: var(--white-color);
  stroke: none;
}
.post .post-info .post-video .ahw-embeded-video {
  position: relative;
  padding-bottom: 57%;
  display: block;
  background: var(--light-color);
  overflow: hidden;
  margin-bottom: 20px;
}
.post .post-info .post-video .ahw-embeded-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.post .post-info .post-video .ahw-embeded-video img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post .post-info .post-video .ahw-embeded-video .ahw-video-id {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.631372549);
  position: absolute;
  display: block;
  z-index: 10;
}
.post .post-info .post-video .ahw-embeded-video .ahw-video-id svg {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
}
.post .post-info .post-video .ahw-embeded-video .ahw-video-id .ytp-large-play-button-bg:hover {
  fill: var(--red-color);
}
.post .post-info .post-video .youtube-shortcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.post .post-info .post-video .youtube-shortcode .channel {
  display: flex;
  align-items: center;
}
.post .post-info .post-video .youtube-shortcode .channel .channel-logo {
  display: flex;
}
.post .post-info .post-video .youtube-shortcode .channel .channel-logo img {
  border-radius: 100%;
  height: 65px;
  width: 65px;
}
.post .post-info .post-video .youtube-shortcode .channel .channel-name {
  margin-right: 10px;
}
.post .post-info .post-video .youtube-shortcode .channel .channel-name p {
  line-height: 14px;
  font-size: 14px;
  color: var(--gray-light-color);
}
.post .post-info .post-video .youtube-shortcode .channel .channel-name b {
  line-height: 30px;
  font-size: 20px;
  color: var(--black-color);
}
.post .post-info .post-video .youtube-shortcode .subscribe-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  line-height: 1rem;
  transition: 0.25s;
  box-shadow: none;
  cursor: pointer;
  padding: 0.8125rem 1.25rem;
  background-color: var(--red-color);
  color: var(--white-color);
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: none;
}
.post .post-info .post-video .youtube-shortcode .subscribe-button a svg {
  height: 20px;
  margin-left: 10px;
}
.post .post-info .post-video .youtube-shortcode .subscribe-button a svg path {
  fill: var(--red-color);
}
.post .post-info .post-video .youtube-shortcode .subscribe-button a svg .ytp-large-play-button-bg {
  fill-opacity: 1;
  fill: #FFF;
}
.post .post-info .post-video .youtube-shortcode .subscribe-button a:hover {
  background: rgba(241, 20, 32, 0.8);
}
.post .post-info .breadcrumb {
  text-align: center;
  margin-bottom: 20px;
}
.post .post-info .breadcrumb ul {
  list-style: none;
  display: -webkit-box;
}
.post .post-info .breadcrumb ul li {
  display: inline;
}
.post .post-info .breadcrumb ul li:first-child a {
  padding: 0 16px 0 8px;
}
.post .post-info .breadcrumb ul li:first-child a:before {
  display: none;
}
.post .post-info .breadcrumb ul li:last-child a {
  padding-right: 40px;
}
.post .post-info .breadcrumb ul li:last-child a:after {
  display: none;
}
.post .post-info .breadcrumb ul li a {
  display: flex;
  align-items: center;
  float: right;
  height: 40px;
  background: var(--light-color);
  text-align: center;
  padding: 0px 40px 0 20px;
  position: relative;
  margin: 0px 0px 0 10px;
  font-size: 15px;
  text-decoration: none;
  color: var(--black-color);
}
.post .post-info .breadcrumb ul li a:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid var(--light-color);
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 1;
}
.post .post-info .breadcrumb ul li a:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid var(--bg-color);
  position: absolute;
  right: 0;
  top: 0;
}
.post .post-info .breadcrumb ul li a:hover {
  color: var(--red-color);
}
.post .post-info .breadcrumb ul li a svg {
  fill: var(--black-color);
}
.post .post-info .breadcrumb ul li a svg:hover {
  fill: var(--red-color);
}
.post .post-info .post-category {
  margin-bottom: 10px;
}
.post .post-info .post-category a {
  display: inline-block;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 0px 20px 4px;
  color: var(--black-color);
  min-width: 40px;
  text-align: center;
  font-size: 14px;
}
.post .post-info .post-category a:hover {
  border: 1px solid var(--border-color);
  background: var(--light-color);
}
.post .post-info .post-title h1 {
  color: var(--black-color);
  font-size: 2rem;
  line-height: 44px;
  margin-bottom: 20px;
}
.post .post-info .post-meta {
  display: flex;
  align-items: center;
}
.post .post-info .post-meta .meta-date {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.post .post-info .post-meta .meta-date svg {
  fill: var(--gray-light-color);
  height: 15px;
  margin-left: 8px;
}
.post .post-info .post-meta .meta-date p {
  line-height: 22px;
  font-size: 14px;
  color: var(--gray-light-color);
}
.post .post-info .post-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 8px 0;
  margin-top: 20px;
  flex-direction: row;
}
.post .post-info .post-bar .like-bookmark ul {
  display: flex;
}
.post .post-info .post-bar .like-bookmark ul li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
.post .post-info .post-bar .like-bookmark ul li a {
  text-decoration: none;
  color: var(--black-color);
  font-size: 14px;
  cursor: pointer;
}
.post .post-info .post-bar .like-bookmark ul li span {
  font-size: 14px;
}
.post .post-info .post-bar .like-bookmark ul li svg {
  margin-left: 5px;
  height: 16px;
  fill: var(--black-color);
}
.post .post-info .post-bar .like-bookmark ul li svg:hover {
  fill: var(--red-color);
}
.post .post-info .post-bar .social-media .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 0px;
  border-radius: 100%;
  color: #fff;
  width: 32px;
  text-align: center;
  height: 32px;
  font-size: 12px;
  vertical-align: middle;
}
.post .post-info .post-bar .social-media .share-btn svg {
  margin-right: 0;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  fill: #fff;
}
.post .post-info .post-bar .social-media .share-btn {
  background-color: #95a5a6;
}
.post .post-info .post-bar .social-media .share-btn:hover {
  background-color: #798d8f;
}
.post .post-info .post-bar .social-media .share-btn-twitter {
  background-color: #000;
}
.post .post-info .post-bar .social-media .share-btn-twitter:hover {
  background-color: black;
}
.post .post-info .post-bar .social-media .share-btn-facebook {
  background-color: #0866FF;
}
.post .post-info .post-bar .social-media .share-btn-facebook:hover {
  background-color: #0051d4;
}
.post .post-info .post-bar .social-media .share-btn-linkedin {
  background-color: #0A66C2;
}
.post .post-info .post-bar .social-media .share-btn-linkedin:hover {
  background-color: #084d92;
}
.post .post-info .post-bar .social-media .share-btn-whatsapp {
  background-color: #1bd741;
}
.post .post-info .post-bar .social-media .share-btn-whatsapp:hover {
  background-color: #15aa33;
}
.post .post-info .post-bar .social-media-scroll {
  position: fixed;
  right: 20px;
  z-index: 1000;
  bottom: 20px;
}
.post .post-info .post-bar .social-media-scroll .share-btn {
  display: flex;
  margin-bottom: 5px;
}
.post .post-info .soundcloud-player {
  margin-top: 20px;
}
.post .post-info .soundcloud-player a {
  color: var(--white-color);
  background: var(--red-color);
  font-size: 0.875rem;
  transition: all 0.25s ease;
  font-weight: 700;
  padding: 4px 12px 12px;
  display: inline-block;
  cursor: pointer;
  line-height: 1rem;
  border-radius: 8px;
}
.post .post-info .soundcloud-player a svg {
  fill: var(--white-color);
  height: 16px;
  position: relative;
  top: 4px;
  margin-left: 4px;
}
.post .post-info .soundcloud-player-scroll {
  position: fixed;
  left: 62px;
  bottom: 20px;
  z-index: 100;
}
.post .post-info .soundcloud-player-scroll .custom-player {
  background: var(--dropdown-bg-color);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  padding: 6px 10px 0;
  margin-right: 80px;
}
.post .post-info .soundcloud-player-scroll .custom-player iframe {
  height: 20px;
}
.post .tags-section {
  display: block;
  align-items: center;
  margin-bottom: 30px;
}
.post .tags-section a {
  display: inline-block;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 6px 12px;
  color: var(--gray-light-color);
  margin: 4px 6px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}
.post .tags-section a:hover {
  border: 1px solid var(--border-color);
  background: var(--light-color);
}
.post .tags-section svg {
  fill: var(--black-color);
  height: 18px;
  margin-left: 10px;
}
.post .rate-section {
  border: 1px solid var(--border-color);
  padding: 30px;
  margin-bottom: 30px;
}
.post .rate-section .rate-top-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.post .rate-section .rate-top-title h2 {
  color: var(--black-color);
  font-size: 1.5em;
  display: inline-block;
  line-height: 30px;
  margin-right: 20px;
}
.post .rate-section .rate-top-title .rate-section-review {
  display: inline-block;
}
.post .rate-section .rate-top-title .rate-section-review .post-item-rate .circular-chart {
  display: block;
  height: 64px;
}
.post .rate-section .rate-top-title .rate-section-review .post-item-rate .circular-chart .circle-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 3.8;
}
.post .rate-section .rate-top-title .rate-section-review .post-item-rate .circular-chart .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke: var(--red-color);
}
.post .rate-section .rate-top-title .rate-section-review .post-item-rate .circular-chart .circle-progress {
  animation: progress 2.5s ease-out forwards;
}
.post .rate-section .rate-top-title .rate-section-review .post-item-rate .circular-chart .percentage {
  fill: var(--black-color);
  font-family: sans-serif;
  font-size: 0.55em;
  text-anchor: middle;
}
.post .rate-section .rate-top-title .rate-section-review .post-item-rate .circular-chart:hover .percentage {
  fill: var(--red-color);
}
.post .rate-section .progress-rate .table-des {
  display: table;
  width: 100%;
}
.post .rate-section .progress-rate .table-des .rating-label {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  padding: 0;
}
.post .rate-section .progress-rate .table-des .rating-nm {
  vertical-align: middle;
  border: 1px solid var(--border-color);
  float: left;
  font-size: 14px;
  width: 50px;
  height: 40px;
  display: flex;
  padding: 4px 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.post .rate-section .progress-rate .rating-bar {
  width: 100%;
  padding: 8px 0;
  border-radius: 5px;
}
.post .rate-section .progress-rate .bar-container {
  width: 100%;
  background-color: var(--light-color);
  text-align: center;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
}
.post .rate-section .progress-rate .bar-w {
  width: 100%;
  height: 5px;
  background-color: var(--light-color);
  position: relative;
}
.post .rate-section .progress-rate .bar-w i {
  position: absolute;
  width: 0%;
  height: 5px;
  right: 0;
  background-color: var(--red-color);
}
.post .rate-section .rate-list-section {
  margin-top: 20px;
}
.post .rate-section .rate-list-section .list-title {
  font-size: 1.125rem;
  line-height: 28px;
}
.post .rate-section .rate-list-section .list-types {
  list-style: none;
  padding-right: 0;
  margin-left: 0;
}
.post .rate-section .rate-list-section .list-types .list-type {
  font-size: 15px;
  margin: 15px 0;
  display: flex;
  line-height: 20px;
}
.post .rate-section .rate-list-section .list-types .list-type-green svg {
  fill: var(--green-color);
  margin-left: 10px;
  background-color: rgba(40, 167, 69, 0.1);
  height: 24px;
  width: 24px;
  border-radius: 50%;
  padding: 5px;
}
.post .rate-section .rate-list-section .list-types .list-type-red svg {
  fill: var(--red-color);
  margin-left: 10px;
  background-color: rgba(240, 48, 58, 0.1);
  height: 24px;
  width: 24px;
  border-radius: 50%;
  padding: 5px;
}
.post .faq-section {
  border: 1px solid var(--border-color);
  padding: 30px;
  margin-bottom: 30px;
}
.post .faq-section .title b {
  color: var(--black-color);
  font-size: 1.5em;
  line-height: 30px;
}
.post .faq-section .faq-co {
  border-bottom: 1px solid var(--border-color);
  padding: 30px 0;
}
.post .faq-section .faq-co:last-child {
  border-bottom: 0;
}
.post .faq-section .faq-co h2 {
  font-size: 1.125rem;
  line-height: 28px;
}
.post .faq-section .faq-co p {
  font-size: 15px;
  line-height: 20px;
}
.post .author-info {
  display: flex;
  border-radius: 4px;
  flex-direction: row;
  margin-bottom: 30px;
  align-items: center;
}
.post .author-info .author-info-img {
  height: 128px;
  border-radius: 50%;
  position: relative;
}
.post .author-info .author-info-img img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post .author-info .author-info-details {
  overflow: hidden;
  margin-right: 30px;
}
.post .author-info .author-info-details b {
  font-size: 22px;
  line-height: 30px;
  color: var(--black-color);
  display: block;
}
.post .author-info .author-info-details b small {
  color: var(--gray-light-color);
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
}
.post .author-info .author-info-details span {
  color: var(--black-color);
  font-size: 14px;
}
.post .author-info .author-info-details p {
  font-size: 14px;
  width: 90%;
  padding-top: 0;
  line-height: 22px;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: var(--gray-light-color);
}
.post .author-info .author-social a {
  margin: 5px;
  display: inline-block;
}
.post .author-info .author-social a svg {
  height: 16px;
  fill: var(--black-color);
}
.post .author-info .author-social a svg:hover {
  fill: var(--red-color);
}
.post .timeline-section {
  border: 1px solid var(--border-color);
  padding: 30px;
  margin-bottom: 30px;
}
.post .timeline-section .title {
  margin-bottom: 20px;
}
.post .timeline-section .title b {
  color: var(--black-color);
  font-size: 1.5em;
  line-height: 30px;
}
.post .timeline-section .timeline-line {
  height: 1px;
  background: var(--border-color);
  position: relative;
  top: 45px;
}
.post .timeline-section .timeline-items .timeline-item {
  height: 100%;
  position: relative;
}
.post .timeline-section .timeline-items .timeline-item .timeline-item-date {
  text-align: center;
  margin-bottom: 20px;
}
.post .timeline-section .timeline-items .timeline-item .timeline-item-date .timeline-dot {
  background: var(--red-color);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: -2px auto;
  z-index: 10;
}
.post .timeline-section .timeline-items .timeline-item .timeline-item-date .timeline-date {
  margin-bottom: 6px;
  font-size: 15px;
}
.post .timeline-section .timeline-items .timeline-item .image-wrapper {
  position: relative;
  padding-bottom: 57%;
  display: block;
  background-color: var(--light-color);
  overflow: hidden;
  margin-bottom: 5px;
}
.post .timeline-section .timeline-items .timeline-item .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease;
}
.post .timeline-section .timeline-items .timeline-item .image-wrapper .timeline-item-rate {
  width: 60px;
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 1;
}
.post .timeline-section .timeline-items .timeline-item .image-wrapper .timeline-item-rate .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  max-height: 250px;
  stroke: var(--red-color);
}
.post .timeline-section .timeline-items .timeline-item .image-wrapper .timeline-item-rate .circular-chart .circle-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 3.8;
}
.post .timeline-section .timeline-items .timeline-item .image-wrapper .timeline-item-rate .circular-chart .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke: var(--red-color);
}
.post .timeline-section .timeline-items .timeline-item .image-wrapper .timeline-item-rate .circular-chart .percentage {
  font-family: sans-serif;
  font-size: 9px;
  text-anchor: middle;
  transition: all 0.25s ease;
  fill: var(--white-color);
  stroke: none;
}
.post .timeline-section .timeline-items .timeline-item .timeline-item-details {
  padding: 10px 0;
}
.post .timeline-section .timeline-items .timeline-item .timeline-item-details h3 {
  font-size: 1.125rem;
  color: var(--black-volor);
  line-height: 26px;
}
.post .timeline-section .timeline-items .timeline-item .timeline-item-details h3:hover {
  color: var(--red-color);
}
.post .timeline-section .timeline-items .timeline-item .timeline-item-details p {
  line-height: 20px;
  font-size: 0.9375rem;
  color: var(--gray-color);
}
.post .timeline-section .timeline-items .slick-prev,
.post .timeline-section .timeline-items .slick-next {
  width: 38px;
  height: 38px;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 100%;
  padding: 11px 12px;
}
.post .timeline-section .timeline-items .slick-prev:hover,
.post .timeline-section .timeline-items .slick-next:hover {
  background: var(--red-color);
  border: 1px solid var(--red-color);
}
.post .timeline-section .timeline-items .slick-prev:hover svg,
.post .timeline-section .timeline-items .slick-next:hover svg {
  fill: var(--white-color);
}
.post .timeline-section .timeline-items .slick-prev svg,
.post .timeline-section .timeline-items .slick-next svg {
  height: 16px;
  fill: var(--red-color);
}
.post .timeline-section .timeline-items .slick-next {
  right: -50px;
}
.post .timeline-section .timeline-items .slick-prev {
  left: -50px;
}
.post .timeline-section .timeline-items .slick-slide {
  margin: 0 12px;
}
.post .timeline-section .timeline-items .slick-list {
  margin: 0 -12px;
}
.post .comments-section {
  position: relative;
  margin-bottom: 30px;
}
.post .comments-section .comments-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
}
.post .comments-section .comments-title .title b {
  border-bottom: 3px solid var(--red-color);
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0px;
  line-height: 36px;
  display: block;
  padding-bottom: 8px;
  position: relative;
  color: var(--red-color);
  font-size: 20px;
}
.post .comments-section .comments-title .comments-total span {
  font-size: 14px;
  color: var(--black-color);
}
.post .comments-section .comments-row {
  position: relative;
}
.post .comments-section .comments-row::before {
  content: "";
  width: 1px;
  background: var(--border-color);
  height: 98%;
  right: 22px;
  position: absolute;
}
.post .comments-section .comments-row .comment-main {
  display: flex;
  position: relative;
}
.post .comments-section .comments-row .comment-main .comment-avatar {
  height: 48px;
  border-radius: 50%;
  position: relative;
  margin-left: 20px;
  z-index: 10;
}
.post .comments-section .comments-row .comment-main .comment-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post .comments-section .comments-row .comment-main .comment-box {
  position: relative;
  padding: 15px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  margin-bottom: 15px;
  width: 100%;
}
.post .comments-section .comments-row .comment-main .comment-box .comment-head {
  margin-bottom: 4px;
}
.post .comments-section .comments-row .comment-main .comment-box .comment-head .comment-name {
  color: var(--red-color);
  margin-left: 5px;
  font-size: 15px;
  line-height: 24px;
}
.post .comments-section .comments-row .comment-main .comment-box .comment-head .time {
  color: var(--gray-light-color);
  font-size: 13px;
}
.post .comments-section .comments-row .comment-main .comment-box .comment-content {
  font-size: 14px;
  color: var(--black-color);
  line-height: 22px;
}
.post .comments-section .comments-row .comment-main .comment-box .comment-replay-count {
  border-top: 1px solid var(--border-color);
  margin-top: 15px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.post .comments-section .comments-row .comment-main .comment-box .comment-replay-count a {
  font-size: 14px;
  color: var(--black-color);
  line-height: 22px;
}
.post .comments-section .comments-row .comment-main .comment-box .comment-replay-count a svg {
  height: 13px;
  margin-left: 6px;
  fill: var(--black-color);
}
.post .comments-section .comments-row .comment-main .comment-box .comment-replay-count .comment-col-1 .comment-btn {
  margin-left: 10px;
}
.post .comments-section .comments-row .comment-main .comment-box .comment-replay-count .comment-col-1 .comment-btn:hover {
  color: var(--red-color);
}
.post .comments-section .comments-row .comment-main .comment-box .comment-replay-count .comment-col-1 .comment-btn:hover svg {
  fill: var(--red-color);
}
.post .comments-section .comments-row .comment-main .comment-box .comment-replay-count .comment-col-2 .comment-delete-btn {
  color: var(--red-color);
}
.post .comments-section .comments-row .comment-main .comment-box .comment-replay-count .comment-col-2 .comment-delete-btn svg {
  fill: var(--red-color);
}
.post .comments-section .comments-row .comment-main-sub-comment {
  margin-right: 68px;
  position: relative;
}
.post .comments-section .comments-row .comment-main-sub-comment .comment-f-line {
  width: 68px;
  height: 1px;
  background: var(--border-color);
  right: -46px;
  top: 26px;
  position: absolute;
}
.post .comments-section .posts-area-pagination {
  text-align: center;
}
.post .add-comment {
  margin-bottom: 30px;
}
.post .add-comment .comments-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
}
.post .add-comment .comments-title .title b {
  border-bottom: 3px solid var(--red-color);
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0px;
  line-height: 36px;
  display: block;
  padding-bottom: 8px;
  position: relative;
  color: var(--red-color);
  font-size: 20px;
}
.post .add-comment .comments-title .unregistered {
  position: absolute;
  left: 0;
  top: -6px;
}
.post .add-comment .comments-title .unregistered a {
  font-size: 14px;
  padding: 2px 14px;
  border-radius: 0;
  display: block;
  border: 2px solid var(--red-color);
  color: var(--red-color);
  transition: all 0.25s ease;
}
.post .add-comment .comments-title .unregistered a svg {
  fill: var(--red-color);
  margin-left: 10px;
  margin-top: 8px;
  margin-bottom: -2px;
}
.post .add-comment .comments-title .unregistered a:hover {
  background: var(--red-color);
  color: var(--white-color);
}
.post .add-comment .comments-title .unregistered a:hover svg {
  fill: var(--white-color);
}
.post .add-comment .form-item label {
  display: block;
  color: var(--gray-light-color);
}
.post .add-comment .form-item input,
.post .add-comment .form-item textarea {
  width: 100%;
}
.post .add-comment .form-btn {
  margin-top: 15px;
}
.post .related-posts {
  padding-top: 30px;
}
.post .related-posts .related-posts-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
}
.post .related-posts .related-posts-title .title b {
  border-bottom: 3px solid var(--red-color);
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0px;
  line-height: 36px;
  display: block;
  padding-bottom: 8px;
  position: relative;
  color: var(--red-color);
  font-size: 20px;
}
.post .related-posts .related-item {
  padding-bottom: 30px;
  height: 100%;
  position: relative;
}
.post .related-posts .related-item .image-wrapper {
  position: relative;
  padding-bottom: 57%;
  display: block;
  background-color: var(--light-color);
  overflow: hidden;
  margin-bottom: 5px;
}
.post .related-posts .related-item .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease;
}
.post .related-posts .related-item .image-wrapper .related-item-rate {
  width: 60px;
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 1;
}
.post .related-posts .related-item .image-wrapper .related-item-rate .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  max-height: 250px;
  stroke: var(--red-color);
}
.post .related-posts .related-item .image-wrapper .related-item-rate .circular-chart .circle-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 3.8;
}
.post .related-posts .related-item .image-wrapper .related-item-rate .circular-chart .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke: var(--red-color);
}
.post .related-posts .related-item .image-wrapper .related-item-rate .circular-chart .percentage {
  font-family: sans-serif;
  font-size: 9px;
  text-anchor: middle;
  transition: all 0.25s ease;
  fill: var(--white-color);
  stroke: none;
}
.post .related-posts .related-item .related-item-details {
  padding: 10px 0;
}
.post .related-posts .related-item .related-item-details h3 {
  font-size: 1.125rem;
  color: var(--black-volor);
  line-height: 26px;
}
.post .related-posts .related-item .related-item-details h3:hover {
  color: var(--red-color);
}
.post .related-posts .related-item .related-item-details p {
  line-height: 20px;
  font-size: 0.9375rem;
  color: var(--gray-color);
}
.post .related-posts .related-item .related-item-meta-author-date {
  display: flex;
  padding-top: 10px;
}
.post .related-posts .related-item .related-item-meta-author-date .meta-author-avatar img {
  width: 40px;
  border-radius: 100%;
  height: 40px;
  background: var(--light-color);
  margin-left: 10px;
  margin-top: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease;
  position: relative;
}
.post .related-posts .related-item .related-item-meta-author-date .meta-date-author p {
  line-height: 22px;
  font-size: 14px;
}

/* purgecss end ignore */
@media (max-width: 767.98px) {
  .post {
    padding: 40px 0;
  }
  .post .post-info .post-img .image-wrapper .post-item-rate {
    width: 54px;
    top: 5px;
    left: 10px;
  }
  .post .post-info .post-title h1 {
    font-size: 1.625rem;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .post .post-info .post-meta {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
  }
  .post .post-info .post-bar .like-bookmark ul li {
    margin-left: 15px;
  }
  .post .post-info .post-bar .social-media .share-btn {
    margin-right: 0px;
  }
  .post .post-info .soundcloud-player a {
    width: 34px;
    padding: 5px 9px 12px;
  }
  .post .post-info .soundcloud-player a svg {
    height: 15px;
  }
  .post .post-info .soundcloud-player a span {
    display: none;
  }
  .post .post-info .breadcrumb {
    display: none;
  }
  .post .post-info .post-video .youtube-shortcode .channel .channel-name p {
    display: none;
  }
  .post .post-info .post-video .youtube-shortcode .channel .channel-logo img {
    height: 46px;
    width: 46px;
  }
  .post .post-info .post-video .youtube-shortcode .subscribe-button a {
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
  }
  .post .post-info .post-video .youtube-shortcode .subscribe-button a svg {
    height: 14px;
  }
  .post .post-info .post-video .ahw-embeded-video {
    margin-bottom: 10px;
  }
  .post .rate-section {
    padding: 30px 20px;
  }
  .post .faq-section {
    padding: 30px 20px;
  }
  .post .timeline-section {
    padding: 30px 20px;
  }
  .post .author-info {
    flex-direction: column;
  }
  .post .author-info .author-info-img {
    margin-bottom: 20px;
  }
  .post .author-info .author-info-details {
    margin-right: 0;
    text-align: center;
  }
  .post .author-info .author-info-details p {
    width: 100%;
  }
  .post .add-comment .form-item {
    margin-top: 10px;
  }
}
.ahw-contact-error {
  border: 1px solid #F1141F !important;
}

/*# sourceMappingURL=post.css.map*/