/* :: 11.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 1; }
  .single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: var(--spacing-xl); }
  .single-blog-post .post-content .post-date {
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
    color: var(--color-bg);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wide);
    color: var(--color-primary);
    margin-bottom: 0; }
  .single-blog-post .post-content .post-title h4 {
    -webkit-transition-duration: var(--transition-slow);
    transition-duration: var(--transition-slow);
    line-height: var(--line-height-normal);
    margin-bottom: var(--spacing-sm);
    font-weight: var(--font-weight-medium); }
    .single-blog-post .post-content .post-title h4:hover {
      color: var(--color-primary); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-blog-post .post-content .post-title h4 {
        font-size: var(--font-size-lg); } }
    @media only screen and (max-width: 767px) {
      .single-blog-post .post-content .post-title h4 {
        font-size: var(--font-size-lg); } }
  .single-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: var(--spacing-sm); }
    .single-blog-post .post-content .post-meta a {
      display: inline-block;
      font-size: var(--font-size-sm);
      color: var(--color-text);
      margin-right: var(--spacing-sm); }
      .single-blog-post .post-content .post-meta a:first-child {
        font-style: italic; }
      .single-blog-post .post-content .post-meta a span,
      .single-blog-post .post-content .post-meta a i {
        color: var(--color-text-light);
        margin-left: 3px; }
      .single-blog-post .post-content .post-meta a:hover {
        color: var(--color-primary); }
  .single-blog-post .post-content .post-excerpt {
    font-size: var(--font-size-base);
    color: var(--color-text-lighter);
    margin-bottom: 0; }
  .single-blog-post .post-content .read-more-btn {
    display: block;
    margin-top: var(--spacing-xl);
    color: var(--color-text-light);
    font-size: var(--font-size-sm);
    margin-bottom: 0;
    text-transform: uppercase; }
    .single-blog-post .post-content .read-more-btn i {
      -webkit-transition-duration: var(--transition-normal);
      transition-duration: var(--transition-normal);
      color: var(--color-accent); }
    .single-blog-post .post-content .read-more-btn:hover, .single-blog-post .post-content .read-more-btn:focus {
      color: var(--color-primary); }
      .single-blog-post .post-content .read-more-btn:hover i, .single-blog-post .post-content .read-more-btn:focus i {
        margin-left: 5px; }

/* :: 12.0 Comment Area */
.comment_area {
  position: relative;
  z-index: 1;
  padding: var(--spacing-2xl) 0;
  border-top: var(--border-width) solid var(--color-bg-light); }
  .comment_area .headline {
    margin-bottom: var(--spacing-xl);
    text-transform: uppercase; }
  .comment_area .single_comment_area {
    position: relative;
    z-index: 1; }
    .comment_area .single_comment_area::after {
      position: absolute;
      width: 1px;
      height: 90%;
      background-color: var(--color-bg-light);
      left: 100px;
      top: 0;
      z-index: 2;
      content: ''; }
      @media only screen and (max-width: 767px) {
        .comment_area .single_comment_area::after {
          display: none; } }
    .comment_area .single_comment_area .comment-wrapper {
      margin-bottom: var(--spacing-xl); }
      .comment_area .single_comment_area .comment-wrapper .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-right: 60px; }
        @media only screen and (max-width: 767px) {
          .comment_area .single_comment_area .comment-wrapper .comment-author {
            margin-right: 20px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
            flex: 0 0 40px;
            max-width: 40px;
            width: 40px;
            height: 40px; } }
        .comment_area .single_comment_area .comment-wrapper .comment-author img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .comment_area .single_comment_area .comment-wrapper .comment-content {
        -webkit-box-flex: 0;
        -ms-flex: 1;
        flex: 1; }
        .comment_area .single_comment_area .comment-wrapper .comment-content .comment-date {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: var(--color-accent); }
        .comment_area .single_comment_area .comment-wrapper .comment-content h5 {
          font-size: 18px;
          margin: 5px 0; }
          @media only screen and (max-width: 767px) {
            .comment_area .single_comment_area .comment-wrapper .comment-content h5 {
              font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .comment_area .single_comment_area .comment-wrapper .comment-content p {
            font-size: 14px;
            line-height: 1.5; } }
        .comment_area .single_comment_area .comment-wrapper .comment-content a {
          min-width: 80px;
          height: 30px;
          border: 1px solid #ebebeb;
          line-height: 28px;
          font-size: 12px;
          text-align: center;
          color: #191919;
          display: inline-block; }
          .comment_area .single_comment_area .comment-wrapper .comment-content a:hover {
            border-color: #191919;
            color: #ffffff;
            background-color: #191919; }
          @media only screen and (max-width: 767px) {
            .comment_area .single_comment_area .comment-wrapper .comment-content a {
              margin: 5px 0; } }

.single_comment_area ol li.single_comment_area {
  margin-left: 130px; }
  .single_comment_area ol li.single_comment_area::after {
    display: none; }
  @media only screen and (max-width: 767px) {
    .single_comment_area ol li.single_comment_area {
      margin-left: 40px; } }
  .single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
        margin-right: 15px; } }

/* :: 13.0 Leave A Reply Area CSS */
.leave-comment-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ebebeb;
  padding-top: 50px; }
  .leave-comment-area h4 {
    margin-bottom: 30px;
    text-transform: uppercase; }
  .leave-comment-area form .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #a6a6a6;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .leave-comment-area form .form-control:focus {
      box-shadow: none;
      border-color: var(--color-accent); }
  .leave-comment-area form textarea.form-control {
    width: 100%;
    height: 120px; }

