/* Single Post — One Horizon */

.oh-single-post {
  flex: 1;
  min-width: 0;
}
.oh-sidebar {
  width: 320px;
}

/* Badges (categories) */
.oh-cat-badge {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-radius: calc(8px / 1.5);
  background: var(--oh-primary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  height: 2em;
  color: #fff;
  font-weight: 600;
}

/* Title */
.oh-post-title {
  font-size: 28px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 15px;
}

/* Meta */
.oh-post-meta strong {
  font-weight: 600;
}
.oh-post-meta a {
  color: #a5a5a5;
}

/* Featured image */
.oh-post-thumb {
  overflow: hidden;
}
.oh-post-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* Content tweaks to resemble screenshot spacing */
.oh-post-content {
  margin-top: 30px;
}
.oh-post-content ol {
  padding-left: 18px;
}
.oh-post-content p + ol {
  margin-top: 10px;
}

/* Comments (light touch) */
.comments-area .children {
  --li-pl: 0;
  list-style: none;
  --list-mb: 0;
  --li-mb: 0;
  margin-top: 30px;
  margin-inline-start: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.105);
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -10px;
}
.comment-form > p,
.comment-form .comment-form-images {
  flex: 1 1 max(400px, 50%);
  margin-bottom: 15px;
  padding-inline: 10px;
}
.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .form-submit,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-form-images {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
}
.comment-form .comment-notes {
  margin-bottom: 20px;
}
.comment-form .form-submit {
  margin-block: 5px 0;
}
.comment-form .submit {
}
.comment-form .submit:hover {
}
.comment-form-comment {
  width: 100% !important;
}
.form-style-underlined .comment-form-comment {
  margin-bottom: 30px;
}
#comments .avatar {
  flex: 1 0 auto;
  margin-inline-start: 0;
}
.comments-area :is(.comments-title, .comment-reply-title) {
  font-size: 22px;
}
.comments-area .comment-reply-title small {
  vertical-align: middle;
}
.comments-area .comment-list {
  --li-pl: 0;
  --list-mb: 0;
  --li-mb: 0;
  line-height: 1.6;
  margin-bottom: 50px;
  list-style: none;
}
.comments-area .comment-list .comment-reply-title {
  font-size: 14px;
}
.comments-area .comment {
  padding-block: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}
.comments-area :is(.pingback, .trackback) {
  margin-bottom: 15px;
}
.comments-area :is(.pingback, .trackback) .comment-body {
  padding-inline-start: 0;
}
.comments-area :is(.pingback, .trackback) .comment-edit-link:after {
  vertical-align: baseline;
}
.comments-area :is(.pingback, .trackback) a {
  font-weight: 600;
}
.comments-area #cancel-comment-reply-link {
  display: inline-block;
  margin-inline-start: 10px;
  vertical-align: middle;
  font-size: 0;
}
.comments-area .comment-body {
  position: relative;
  padding-inline-start: 95px;
}
.comments-area .comment-edit-link {
  display: inline-block;
  margin-inline-start: 5px;
  font-size: 0;
}
.comments-area .comment-author {
  float: inline-start;
  margin-bottom: 10px;
}
.comments-area .comment-author:first-letter {
  text-transform: uppercase;
}
.comments-area .comment-author .fn {
  color: var(--oh-color6);
  vertical-align: top;
  font-weight: 600;
  font-style: normal;
}
.comments-area .comment-author .says {
  margin-inline-start: 3px;
  vertical-align: top;
}
.comments-area .comment-author img {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  max-width: 74px;
  width: 100%;
  border-radius: 50%;
}
.comments-area .comment-meta {
  margin-bottom: 15px;
  text-align: end;
}
.comments-area .comment-meta a {
  color: var(--oh-color5);
  vertical-align: middle;
}
.comments-area .reply {
  margin-top: 15px;
}
.comments-area .reply a {
  color: var(--oh-primary);
  text-transform: uppercase;
  font-weight: 600;
}
.comments-area .reply a:hover {
  color: var(--oh-primary);
  opacity: 0.7;
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .logged-in-as {
  font-size: 0;
}
.comments-area .logged-in-as > a {
  color: var(--oh-color7);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.comments-area .logged-in-as > a:not(:last-child) {
  margin-inline-end: 12px;
  padding-inline-end: 10px;
  border-inline-end: 1px solid rgba(0, 0, 0, 0.105);
}
.comments-area .logged-in-as > a:hover {
  color: var(--oh-primary);
}
.comments-area .logged-in-as .required-field-message {
  font-size: 14px;
}
.comments-area .no-comments {
  color: var(--oh-color3);
  font-weight: 600;
}
.comments-area .children .comment:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.commentlist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 769px) {
  .comments-area .comment-awaiting-moderation {
    position: absolute;
    top: -24px;
    inset-inline-start: 95px;
  }
  .comments-area .comment-awaiting-moderation + br {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .comments-area .children {
    margin-inline-start: 0;
  }
  .comments-area .comment-author {
    float: none;
  }
  .comments-area .comment-meta {
    text-align: start;
  }
}

.posted_by {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  color: #a5a5a5;
}
.posted_by img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%;
}
.oh-post-meta > span {
  color: #a5a5a5;
}
.oh-post-content p {
  margin-bottom: 15px;
}

.post_tags {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}
.post_tags a {
  position: relative;
  display: inline-flex;
  padding-inline: 25px 15px;
  padding-block: 5px;
  border: 1px solid rgba(0, 0, 0, 0.105);
  border-radius: calc(8px / 1.5);
  color: var(--oh-color6);
  font-weight: 600;
  font-size: 0.9em;
  text-decoration: none;
}
.post_tags {
}
.post_tags {
}
.post_tags {
}
.post_tags a:after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.105);
  transition: all 0.25s ease;
}
.post_tags a:hover {
  border-color: var(--oh-primary);
}
.post_tags a:hover:after {
  background: var(--oh-primary);
}

.post_tags {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}
.post_tags a {
  position: relative;
  display: inline-flex;
  padding-inline: 25px 15px;
  padding-block: 5px;
  border: 1px solid rgba(0, 0, 0, 0.105);
  border-radius: calc(8px / 1.5);
  color: var(--oh-color6);
  font-weight: 600;
  font-size: 0.9em;
  text-decoration: none;
}
.post_tags {
}
.post_tags {
}
.post_tags {
}
.post_tags a:after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.105);
  transition: all 0.25s ease;
}
.post_tags a:hover {
  border-color: var(--oh-primary);
}
.post_tags a:hover:after {
  background: var(--oh-primary);
}
.post-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.post-share a {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #000;
  border-radius: 50%;
  color: #fff;
}
.post-share a svg {
  width: 16px;
  height: 16px;
}
.post-share a.social-facebook {
  background: #365493;
}
.post-share a.social-pinterest {
  background: #cb2027;
}
.post-share a.social-linkedin {
  background: #0274b3;
}
.post-share a.social-telegram {
  background: #37aee2;
}
.post_tags_share {
  margin: 40px 0px;
}

.oh-post-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid rgba(0, 0, 0, 0.105);
  border-bottom: 2px solid rgba(0, 0, 0, 0.105);
  padding: 25px 0;
  gap: 10px;
  margin-bottom: 40px;
}
.oh-post-nav__prev,
.oh-post-nav__next {
  flex: 1;
  max-width: 45%;
}
.oh-post-nav__grid {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oh-post-nav__grid-link {
  display: flex;
}
.oh-post-nav__link {
  display: flex;
  align-items: center;
  color: var(--oh-color3);
  text-decoration: none;
  transition: color 0.2s ease;
}
.oh-post-nav__link:hover {
  color: #000;
}
.oh-post-nav__label {
  display: block;
  color: var(--oh-color5);
}
.oh-post-nav__title {
  display: block;
  font-weight: 600;
  color: var(--oh-color3);
  line-height: 1.4;
}
.oh-post-nav__icon svg {
  height: 28px;
  width: 28px;
}
.oh-post-nav__grid-link svg {
  stroke: var(--oh-color5);
  transition: stroke 0.2s ease;
  width: 24px;
  height: 24px;
}
.oh-post-nav__grid-link:hover svg {
  stroke: #000;
}

.oh-post-nav__prev .oh-post-nav__icon {
  position: absolute;
  top: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.105);
  border-radius: 50%;
  color: var(--oh-color5);
  left: 0px;
  transform: rotate(-180deg);
}
.oh-post-nav__link {
  position: relative;
  padding-left: 55px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.oh-post-nav__next .oh-post-nav__icon {
  position: absolute;
  top: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.105);
  border-radius: 50%;
  color: var(--oh-color5);
  right: 0px;
}
.oh-post-nav__next .oh-post-nav__link {
  padding-right: 55px;
  padding-left: 0px;
  align-items: flex-end;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .oh-single-post {
  }
  .page_content_inner {
    flex-direction: column;
  }
  .oh-post-title {
    font-size: 22px;
  }
  .oh-post-nav__title {
    display: none;
  }
  .oh-sidebar {
    width: 100%;
  }
}
