/* Blog */

.parent-img-post-inner {
  @include g-c(#122d3e, #274961);
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.single-feature-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 380px;
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  opacity: 0.3;
}

.parent-title-archive {
  position: relative;
  text-align: center;

  h2 {
    font-family: var(--main-font), sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -1px;
    color: #fff;
    margin: 0 0 20px 0;
  }

  p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0;
    margin: 0;
    display: inline-block;
    width: 50%;
    margin-top: 10px;
    font-family: var(--text-font);
  }
}

.sticky {
  border: 1px solid #204056 !important;
}

.article-item-box {
  width: 100%;
}

#comment-nav {
  margin-bottom: 20px;
}

.custom-width-area-content {
  width: 100%;
}

.main-page-title-in {
  a {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
  }
}

ul.wdes-breadcrumb-area {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;

  li {
    color: #fff;
    font-family: var(--text-font);
    font-size: 15px;
    font-weight: 400;
    display: inline-block;

    &:after {
      content: ">";
      color: #fff;
      margin: 0 7px;
    }

    &:last-child {
      margin-right: 0;

      &:after {
        content: "";
        margin: 0;
      }
    }

    a {
      color: #fff;
      font-family: var(--text-font);
      font-weight: 600;
      font-size: 15px;
    }
  }
}

.static-part {
  margin-bottom: 80px;
}

ul.categories {
  margin: 0;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}

ul.categories li {
  display: inline-block;
  margin: 0 20px;
}

ul.categories li a {
  font-family: var(--text-font);
  font-weight: 700;
  color: #7e7e7e;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s;
}

ul.categories li a::before {
  content: "\f0e7";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 7px;
}

/* Pin Posts */

.top-articles {
  margin: 100px 2% 0;
  height: 480px;
  width: 100%;

  // Block
  .block-art {
    position: relative;
    overflow: hidden;

    .post-img-outer-view {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: 50% 50%;
      transition: all 0.6s;
    }
  }

  // Big Post
  .top-post {
    width: 50%;
    height: 100%;
    margin-right: 1px;
    display: inline-block;

    &:hover .post-img-outer-view {
      transform: scale(1.1);
    }
  }

  // Small Post

  .custom-dir-sm-blocks {
    float: left;
  }

  .sm-block {
    width: calc(50% - 1px);
    height: 50%;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;

    &:hover .post-img-outer-view {
      transform: scale(1.1);
    }

    &:hover {
      .post-info-inner-pin-details {
        bottom: 8%;
        transition: all 0.5s ease-out;
      }

      .pin-posts-item-description {
        visibility: initial;
      }
    }

    .pin-posts-item-description {
      visibility: hidden;
      transition: all 0.2s ease-out;
      margin-top: 8px;
    }

    .post-info-inner-pin-details {
      transition: all 0.3s ease-out;
      bottom: -22%;
    }

    .post-info-inner-pin-details h2 {
      font-size: 17px;
      font-weight: 600;
      line-height: 26px;
      color: #fff;
    }

    .title-art {
      margin-bottom: 0;
    }

    .post-date-pin {
      margin-bottom: 5px;
    }

    &:nth-child(2),
    &:nth-child(4) {
      margin-right: 0;
    }

    &:nth-child(3),
    &:nth-child(4) {
      margin-bottom: 0;
      height: calc(50% - 1px);
    }
  }
}

.block-art.top-post .post-info-inner-pin-details h2 {
  color: #fff;
}

.area-sm-blocks {
  width: calc(50% - 1px);
  float: right;
  height: 100%;
}

.post-info-inner-pin-details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;

  h2 {
    font-family: var(--main-font);
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    width: 90%;
  }

  .post-date-pin {
    margin-bottom: 10px;

    span.far {
      font-size: 13px;
      color: #fff;
      margin-right: 6px;
    }

    span:nth-child(2) {
      font-family: var(--text-font);
      font-size: 14px;
      color: #fff;
      font-weight: 600;
    }
  }

  p.pin-posts-item-description {
    font-family: var(--text-font);
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    width: 95%;
    color: #fff;
    margin-bottom: 0;
  }
}

a.custom-title-art {
  font-size: 14px;
}

.art-info {
  position: absolute;
  left: 15px;
  bottom: 20px;
  color: #fff;
  z-index: 2;

  .art-block {
    span {
      margin-right: 6px;
    }
  }
}

.art-block {
  font-family: var(--text-font);
  font-size: 13px;
}

.art-block a {
  text-decoration: none;
  color: #fff;
  font-family: var(--text-font);
  font-size: 13px;
}

.art-block {
  display: inline-block;
  margin-right: 10px;
}

.art-shadow {
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.75)
  );
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: 1;
}

.classic-post-view {
  height: auto !important;

  .wp-post-image {
    float: left;
    height: auto !important;
    max-width: 100%;
    transition: all 0.6s;

    &:hover {
      transform: scale(1.1);
    }
  }

  .text-area {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-right: 30px;
  }

  a.title-art-sub {
    margin: 20px 0 0 0;
    font-size: 22px;
    line-height: 1.55em;
    font-family: var(--main-font);
    font-weight: 600;
    display: table;
  }

  .custom-art-hr {
    margin: 21px 0 30px;
  }

  a.art-format {
    left: 20px;
    right: initial;
  }

  .cat-img-post {
    right: 20px !important;
    top: 20px !important;
    left: initial !important;
  }

  .cat-content-width-x {
    margin-top: 76px;
  }
}

.item-art {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #f3f5f9;
  padding-bottom: 30px;

  .art-info-sub {
    margin: -53px 0 0 30px;
  }
}

html[dir="rtl"] .item-art {
  float: right;
}

.item-art ol,
.item-art ul {
  margin: 30px 0;
}

.item-art ol li,
.item-art ul li {
  margin: 5px 0;
  color: #606f8a;
  font-family: var(--text-font);
  font-size: 15px;
}

.img-post-wrap {
  width: 100%;
  overflow: hidden;
  float: left;

  img.img-no-photo-widget {
    height: 47px;
  }
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.aligncenter {
  text-align: center;
}

img.alignleft {
  margin: 0 15px 15px 0 !important;
}

img.alignright {
  margin: 0 0 15px 15px !important;
}

.item-art iframe {
  width: 100%;
  height: 480px;
}

a.art-format {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  padding: 7px 15px;
  font-weight: 500;
  font-family: var(--main-font);
  text-decoration: none;
  border-radius: 25px;
  font-size: 13px;
}

.custom-bg-p1 {
  background: #3897f0;
}

.custom-bg-p2 {
  background: $s-c;
}

.custom-bg-p3 {
  background: #f18800;
}

.custom-bg-p4 {
  background: #7870c0;
}

a.title-art-sub {
  font-family: var(--main-font);
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  display: block;
  word-break: break-word;
  hyphens: auto;
  transition: all 0.3s;
  padding-left: 30px;
}

a.art-post-author {
  font-weight: 600 !important;
}

.art-block-sub {
  display: inline-block;
  margin-right: 23px;
  margin-bottom: 7px;

  &:first-child {
    a {
      display: block;
    }
  }

  a {
    font-family: var(--main-font), "Font Awesome 5 Free";
    font-size: 13px;
    color: #6d7d9a;
    font-weight: 500;
    transition: all 0.3s;
  }

  &:last-child {
    margin-right: 0;
  }

  .avatar.avatar-45.photo {
    border-radius: 360px;
    margin-bottom: 15px;
    background: #fff;
    border: 3px solid #fff;
    position: relative;
  }
}

img.icon-blog-outer {
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

.article-page .art-block-sub span.tags-title {
  font-family: var(--text-font);
  font-size: 14px;
  letter-spacing: 0.8px;
  margin-right: 15px;
}

.art-block-sub a[rel="tag"] {
  text-transform: none;
  font-size: 14px;
  color: #6d7d9a;
  font-weight: 500;
  font-family: var(--text-font);
  margin: 0 3px 5px;
  transition: all 0.3s;
  display: inline-block;
  background: #f4f6fa;
  padding: 3px 16px;
  border-radius: 2px;

  &:hover {
    color: #fff;
  }
}

.art-info-sub {
  .art-block-sub {
    span,
    a {
      color: #6f7d9a;
      font-weight: 400;
      font-family: var(--text-font), "Font Awesome 5 Free";
      font-size: 14px;
      transition: all 0.3s;

      &:hover {
        color: #333;
      }
    }

    .fa {
      padding-right: 8px;
      color: #204056;
      font-size: 13px;
    }
  }
}

.art-info-sub {
  margin: 10px 0 20px;
}

a.read-more-btn {
  font-family: var(--text-font);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 45px;
  transition: all 0.3s;
  margin-left: 30px;
}

.custom-post-padding {
  margin-left: 30px !important;
}

.item-art .info-content-hp {
  font-family: var(--text-font);
  font-size: 15px;
  font-weight: 400;
  color: #6d7d9a;
  margin: 13px 0 20px;
  word-break: break-word;
  -ms-word-break: break-word;
  hyphens: auto;
  line-height: 27px;
  padding-left: 30px;
}

.custom-art-hr {
  margin: 20px 0;
  background: #d8dde6;
  height: 1px;
  border: 0;
  width: 20px;
}

.comment-respond {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}

.blog-content {
  padding: 100px 0;
  display: inline-block;
  width: 100%;
}

.wide-posts-block {
  margin: 0 auto;
  width: 80%;
}

.wide-posts-block.custom-width-post {
  width: 62%;
  margin: 0 1.3%;
}

h3.comment-reply-title {
  margin: 0 !important;
  display: inline-block;
  font-size: 18px !important;
  font-family: var(--main-font) !important;
  font-weight: 600 !important;
  line-height: 1.7em;
}

.wid-title span.fas.fa-search {
  padding-right: 7px;
  font-size: 13px;
}

.func-hr {
  display: none;
  @include g-c($m-c, $s-c);
  height: 4px;
  width: 40px;
  margin: 20px 0 0;
}

.func-hr2 {
  background: #d8dde6;
  height: 1px;
  width: 20px;
  margin: 20px 0 22px;
}

.searchform {
  width: 100%;
}

.searchform input[type="text"] {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 10px;
  font-family: var(--text-font);
  font-size: 13px;
  color: #7e7e7e;
  border-radius: 2px;
  width: 73%;
  float: left;
}

.searchform input[type="submit"] {
  background: $s-c;
  padding: 11px 13px;
  float: right;
  width: 25%;
  font-family: var(--text-font);
  font-size: 13px;
  color: #fff;
  position: relative;
  border-radius: 2px;
  border: 0;
  margin-left: 2%;
  cursor: pointer;
  text-transform: uppercase;
}

.socialmedia-icons {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.socialmedia-icons li {
  display: inline-block;
  padding: 0 !important;
  margin-right: 4px;
  margin-top: 0 !important;

  &:last-child {
    margin-right: 0;
  }
}

.socialmedia-icons li a {
  color: #6d7d9a !important;
  font-size: 17px !important;
  transition: all 0.3s !important;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Brands" !important;
  border: 1px solid #f3f5f9;
  padding: 10px 0 !important;
  text-align: center;
  width: 38px;
  border-radius: 360px;
}

.socialmedia-icons li:hover a.fab.fa-facebook {
  color: #3b5998 !important;
}

.socialmedia-icons li:hover a.fab.fa-twitter {
  color: #55acee !important;
}

.socialmedia-icons li:hover a.fab.fa-instagram {
  color: #fccc63 !important;
}

.socialmedia-icons li:hover a.fab.fa-youtube {
  color: #bb0000 !important;
}

.socialmedia-icons li:hover a.fab.fa-google-plus {
  color: #dd4b39 !important;
}

.socialmedia-icons li:hover a.fab.fa-skype {
  color: #01aef2 !important;
}

.socialmedia-icons li:hover a.fab.fa-vimeo {
  color: #00adef !important;
}

.socialmedia-icons li:hover a.fab.fa-pinterest {
  color: #bd081b !important;
}

.socialmedia-icons li:hover a.fab.fa-dribbble {
  color: #ea4c89 !important;
}

.socialmedia-icons li:hover a.fab.fa-behance {
  color: #0056ff !important;
}

.socialmedia-icons li:hover a.fab.fa-tumblr {
  color: #001a35 !important;
}

.socialmedia-icons li:hover a.fab.fa-linkedin {
  color: #0077b5 !important;
}

.ads {
  width: 100%;
  margin: 0 !important;
}

.ads-b {
  padding: 0;
}

.ads-t-b {
  text-align: center;
  margin: 0 auto;
}

.posts {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.posts li {
  display: block;
  position: relative;
  margin-bottom: 22px !important;
  padding: 0 !important;

  &:last-child {
    margin-bottom: 0 !important;
  }

  .img-post-wrap {
    width: 30%;
    margin-right: 8%;
    padding: 0;

    img {
      border-radius: 4px;
    }
  }

  .content-post-sc {
    width: 75%;
  }
}

.posts li img {
  transition: all 0.3s;
  margin: 0;
  border-radius: 2px;
  width: 100%;
}

.posts li img:hover {
  opacity: 0.7;
}

.posts li {
  .content-post-sc {
    width: 62%;
  }
}

.wdes-posts-sec .posts li .content-post-sc {
  width: 100%;
}

.posts li a {
  font-family: var(--text-font) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-top: 0;
  line-height: 1.6em;
  transition: all 0.3s !important;
}

.date-post-wid {
  margin-top: 3px;

  span {
    font-weight: 400;
    color: #204056 !important;
    font-family: var(--text-font) !important;
    line-height: 14px;
    letter-spacing: 0.6px;
    font-size: 13px !important;
    color: #6d7d9a;
  }

  .far.fa-clock {
    padding-right: 7px;
    font-family: "Font Awesome 5 Free" !important;
    color: #6d7d9a;
  }
}

a.prev.page-number,
a.next.page-number {
  width: auto;
  padding: 10px 15px !important;
}

.pagination > li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 15px;
  color: #204056;
  font-family: var(--main-font), sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s;
}

.pagination > li > a:hover {
  background: #204056;
  color: #fff;
}

span.page-number.current {
  background: #204056;
  border-radius: 94px;
  color: #fff;
  padding: 10px 0 !important;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
}

.page-number {
  padding: 10px 0 !important;
  color: #204056;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  background: #f3f5f9;
  border-radius: 360px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.pagination {
  margin-bottom: 0;
  margin-top: 20px;
}

.article-page-img {
  height: 350px;
}

.article-page {
  .title-art-sub {
    font-size: 22px !important;
    line-height: 51px;
    margin: 0;
  }

  .art-block-sub {
    span {
      font-family: var(--text-font), "Font Awesome 5 Free";
      font-size: 14px;
      letter-spacing: 0.8px;
    }
  }
}

.tags-block-area {
  margin-bottom: 30px;
  margin-top: 20px;
  float: none;
  text-align: center;
  width: 100%;
}

.body-article {
  margin: 30px 0;

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--main-font);
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 26px;
  }

  h1 {
    font-size: 27px;
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 36px;
  }

  h3 {
    font-size: 21px;
    line-height: 33px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }

  h5 {
    font-size: 16px;
    line-height: 25px;
  }

  h6 {
    font-size: 14px;
    line-height: 22px;
  }

  p {
    margin: 30px 0;
    font-family: var(--text-font);
    font-size: 15px;
    color: #606f8a;
    line-height: 2;

    img {
      margin: 15px 0;
    }

    a {
      font-size: 15px;
      font-family: var(--text-font);
      font-weight: 500;
    }
  }

  ul,
  ol {
    margin: 5px 0;
    padding-left: 17px;
  }

  blockquote {
    margin: 0;
    padding: 40px !important;
    background: #f3f5f9;
    text-align: left;
    min-height: 140px;

    p {
      color: #6d7d9a;
      margin: 0 !important;

      a {
        color: #234961;
        font-family: var(--text-font);
        font-size: 15px;
      }

      &:first-child {
        &:before {
          content: "\f10d";
          font-family: "Font Awesome 5 Free";
          float: left;
          color: #7c879c;
          font-size: 73px;
          line-height: 0.9;
          margin-right: 25px;
          opacity: 0.1;
          font-weight: 900;
        }
      }
    }
  }
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 15px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 16px;
}

.wp-block-cover,
.wp-block-cover-image {
  margin: 30px 0;
}

figure.wp-block-image.alignleft.is-resized,
.wp-block-cover-image.has-background-dim.alignleft {
  margin-right: 30px;
}

figure.wp-block-image.alignright.is-resized,
.wp-block-cover-image.has-background-dim.alignright {
  margin-left: 30px;
}

.post-heading-title {
  margin-bottom: 30px;

  h1 {
    font-size: 26px;
    line-height: 45px;
  }
}

.comment-area {
  h1 {
    line-height: 51px;
  }

  h2 {
    line-height: 40px;
  }

  h3 {
    line-height: 38px;
  }

  h4 {
    line-height: 31px;
  }

  h5 {
    line-height: 24px;
  }

  h5 {
    line-height: 22px;
  }
}

.comment-area {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 25px 0;
  }

  ul {
    li {
      margin: 10px 0;
      color: #606f8a;
      font-family: var(--text-font);
      line-height: 19px;
      font-size: 14px;
    }
  }

  ol {
    li {
      margin: 10px 0;
      color: #606f8a;
      font-family: var(--text-font);
      line-height: 19px;
      font-size: 14px;
    }
  }

  dd {
    margin: 4px 0;
  }
}

a.related-title.title-no-image-prev {
  text-align: left;
}

a.related-title.title-no-image-next {
  text-align: right;
}

.tags-blog {
  margin-bottom: 30px;
}

.tags-blog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tags-blog ul li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 19px;
}

.tags-blog ul li a {
  background: #f8f8f8;
  border-radius: 25px;
  padding: 7px 16px;
  color: #7e7e7e;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #e7e7e7;
  text-decoration: none;
  transition: all 0.3s;
}

.tags-blog ul li a:hover {
  color: #fff;
}

.tags-blog ul li a::before {
  content: "#";
  padding-right: 5px;
}

/* Categories */

.categories-box-content {
  margin-bottom: 0;

  span {
    font-weight: 500;
    font-size: 14px;
    text-transform: lowercase;
    font-family: var(--main-font), "Font Awesome 5 Free";
    padding-right: 1px;
    color: #72afd3;
  }

  a {
    font-family: var(--main-font);
    font-size: 13px;
    color: $t-c;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-table;
    margin: 0 0 10px 10px;

    &:hover {
      color: $s-c;
    }
  }
}

.item-art {
  .share-blog {
    width: 100%;
    float: left;

    ul {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%;

      li {
        float: left;
        margin: 0;
        width: 20%;
        text-align: center;

        a {
          color: #fff;
          font-weight: 400;
          font-family: var(--text-font), "Font Awesome 5 Free";
          font-size: 14px;
          text-decoration: none;
          transition: all 0.3s;
          width: 100%;
          display: block;
          padding: 15px 0px;
          text-transform: uppercase;
        }
      }
    }
  }
}

.single-no-feature-img .art-info-sub {
  margin: 26px 0px 0px 30px !important;
}

.icon-share-post {
  padding-right: 10px;
}

.facebook-bg-block {
  background: #3b5998;
}

.twitter-bg-block,
.x-twitter-bg-block {
  background: #55acee;
}

.reddit-bg-block {
  background-color: #f44504;
}

.instagram-bg-block {
  background: #fccc63;
}

.google-plus-bg-block {
  background: #dd4b39;
}

.linkedin-bg-block {
  background: #007bb5;
}

.pinterest-bg-block {
  background: #cb2027;
}

.author-blog {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 30px;
  margin-top: 58px;
  border-top: 1px solid #f3f5f9;

  img {
    width: 120px;
    border-radius: 360px;
    height: 120px;
    display: block;
    margin: -90px auto 0;
    border: 1px solid #f3f5f9;
  }

  .details-author {
    display: block;
    text-align: center;
    margin-top: 25px;
  }

  .details-author a {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #204056;
  }

  .details-author p {
    font-family: var(--text-font);
    color: #6d7d9a;
    line-height: 1.49em;
    font-size: 15px;
    margin: 12px 0;
  }

  ul.socialmedia-author {
    margin: 0;
    padding: 0;
    list-style: none;

    li {
      display: inline-block;
      margin-right: 10px;

      a {
        font-family: "font awesome 5 brands";
        color: #204056;
        font-weight: 400;
        font-size: 14px;
        transition: all 0.3s;

        &:hover {
          color: $s-c;
        }
      }
    }
  }
}

#comment-nav {
  .nav-previous {
    float: left;

    a {
      &:before {
        content: "\f104";
        font-family: "Font Awesome 5 Free";
        font-size: 16px;
        margin-right: 6px;
      }
    }
  }

  .nav-next {
    float: right;

    a {
      &:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 16px;
        margin-left: 6px;
      }
    }
  }
}

.comments-blog {
  margin-top: 30px;
  width: 100%;
  border: 1px solid #f3f5f9;
  padding: 30px;

  .wid-title {
    h2 {
      margin: 0 !important;
      display: inline-block;
      font-size: 18px !important;
      font-family: var(--main-font) !important;
      font-weight: 600 !important;
      line-height: 1.7em;
    }
  }
}

.comment-area {
  margin: 50px 0 0;
  word-break: break-word;
  -ms-word-break: break-word;
}

.img-comment-area-user {
  float: left;
}

.reply-area {
  margin-left: 100px;
}

a.user-rep {
  font-weight: 600;
  font-size: 16px;
  font-family: var(--text-font);
  text-decoration: none !important;
}

.home-icon {
  margin-right: 8px;
  font-size: 16px !important;
}

html[dir="rtl"] .home-icon {
  margin-left: 8px;
  margin-right: initial;
}

a.comment-reply-link {
  float: right;
  padding: 3px 17px;
  border-radius: 25px;
  color: #fff;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}

a.comment-edit-link {
  float: right;
  border: 2px solid #d14c45;
  padding: 3px 17px;
  border-radius: 25px;
  color: #d14c45;
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  margin-left: 10px;
}

a.date-rep {
  display: block;
  font-family: var(--text-font), "Font Awesome 5 Free";
  font-size: 13px;
  color: #606f8a !important;
  font-weight: 400;
  margin-top: 3px;
}

.reply-area p {
  font-family: var(--text-font);
  font-size: 14px;
  line-height: 26px;
  color: #606f8a;
  margin: 10px 0 0;
}

.sub-comment-area {
  margin-left: 100px;
  margin: 15px 0 0 50px;
}

.comment-rep-cus {
  float: left;
}

input.inpt-add,
.inpt-add {
  border: 0;
  width: 100%;
  margin-bottom: 25px;
  font-family: var(--text-font);
  font-size: 13px;
  padding: 10px 0;
}

.row-elements-box {
  width: 100%;
  float: left;
  border: 1px solid #f3f5f9;
  padding: 30px;
}

.nav-without-thumb span.fas.fa-angle-left {
  font-size: 23px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: #808fa9;
}

.nav-without-thumb span.fas.fa-angle-right {
  font-size: 23px;
  position: relative;
  top: 2px;
  margin-left: 10px;
  color: #808fa9;
}

.nav-without-thumb h2 {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 600;
  color: #234961 !important;
}

.dir-next-post {
  text-align: right;
}

.article-rel {
  float: left;
  width: 49%;

  &:hover {
    .thumb-box-wrap {
      opacity: 0.8;
    }
  }

  &:nth-child(1) {
    margin-right: 2%;
  }
}

hr.custom-art-hr.single-hr-custom {
  margin-left: 30px;
  display: none;
}

a#cancel-comment-reply-link {
  font-family: var(--text-font);
  font-size: 15px;
  margin-left: 10px;
  text-decoration: none;
  transition: all 0.3s;
  color: #6c7b95;
}

.related-posts-title-top {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.article-rel h2 {
  display: inline-block;
  color: #fff;
}

.thumb-box-wrap {
  background: #000;
  background-size: cover;
  background-position: 50% 50%;
  height: 230px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

.arrow-bg-prev {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 360px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 50px !important;
}

.related-thumb {
  width: 100%;
  transition: all 0.3s;
}

a.related-title {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 27px;
  transition: all 0.3s;
  word-break: break-word;
  -ms-word-break: break-word;
  hyphens: auto;
  margin: 15px 0 0;
  display: block;
}

.form-submit {
  margin-bottom: 0;
  margin-top: 10px;
  display: inline-block;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
}

.post-pagination {
  margin: 20px 0 20px 30px !important;
  list-style: none;
  display: inline-block;
  padding: 0;

  a {
    position: relative;
    float: left;
    padding: 0;
    margin: 0 2px;
    text-decoration: none;
    border: 0;
    transition: all 0.3s;

    li {
      background: transparent;
      border: 0;
      color: #737f94 !important;
      margin: 0;
      font-size: 12px;
    }
  }

  li {
    background: #f3f5f9;
    color: #737f94 !important;
    border: 1px solid #f3f5f9;
    float: left;
    padding: 6px 15px;
    border-radius: 360px;
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 600;
  }
}

p.logged-in-as {
  a {
    font-weight: 600;
    font-family: var(--main-font);
    font-size: 13px;
  }

  a:nth-child(1) {
    margin-right: 10px;
  }
}

.inner-item-art {
  background: #fff;
  margin: 0 0 30px 0;
  padding-bottom: 0;

  .wp-post-image {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .art-info-sub {
    margin: -23px 0px 0px 30px;
  }
}

.inner-item-art .wp-post-image {
  max-width: 100%;
  margin-bottom: 40px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.inner-item-art .body-article {
  font-family: var(--text-font);
  padding: 0 30px;
  font-size: 14px;
  line-height: 27px;
  color: #7e7e7e;
  margin: 0;
  word-break: break-word;
  -ms-word-break: break-word;

  img {
    margin: 30px 0 0;
  }
}

.inner-item-art .title-art-sub {
  width: 100%;
  font-family: var(--main-font) !important;
  font-weight: 700 !important;
  font-size: 33px !important;
  line-height: 1.5em;
  letter-spacing: 0.4px;
  color: #333;
}

.related-icon-left {
  margin-right: 8px;
  color: #fff;
}

.related-icon-right {
  margin-left: 8px;
  color: #fff;
}

// Page Structure
.page-template-default.page,
.archive {
  .wide-posts-block {
    .body-article {
      padding: 0;
    }

    .inner-item-art {
      padding: 0;
      border: 0;
    }
  }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.outer-post-user-thumb {
  border-radius: 360px !important;
  width: 30px !important;
  height: 30px !important;
  margin-right: 6px;
}

ul.wp-block-gallery.columns-2.is-cropped {
  padding-left: 0;
}

.wp-block-pullquote {
  blockquote {
    cite {
      font-family: var(--text-font);
      font-size: 15px;
      font-weight: 500;
    }
  }
}

.wp-block-cover__inner-container p.has-large-font-size {
  color: #fff;
}

html[dir="rtl"] {
  .classic-post-view .text-area {
    float: right;
    padding-right: 0;
    padding-left: 30px;
  }

  .item-art .art-info-sub {
    margin: -53px 30px 0 0;
  }

  .art-block-sub {
    margin-left: 23px;
    margin-right: 0;
  }

  img.icon-blog-outer {
    margin-right: 0;
    margin-left: 10px;
  }

  .custom-post-padding {
    margin-right: 30px !important;
    margin-left: initial !important;
  }

  a.title-art-sub,
  .item-art .info-content-hp {
    padding-right: 30px;
    padding-left: initial;
  }

  a.read-more-btn {
    margin-right: 30px;
    margin-left: initial;
  }

  .pagination {
    padding-right: 0;

    > li {
      margin: 0 0 0 8px;
    }
  }

  .img-post-wrap {
    float: right;
    margin-right: 0;
    margin-left: 8%;
  }

  .footer .wdes-posts-sec .posts li .content-post-sc {
    float: right;
  }

  .date-post-wid .far.fa-clock {
    padding-right: 0;
    padding-left: 7px;
  }

  .inner-item-art .art-info-sub {
    margin: -23px 30px 0px 0;
  }

  .article-rel {
    float: right;
  }

  .article-rel:nth-child(1) {
    margin-left: 2%;
    margin-right: initial;
  }

  .arrow-bg-prev {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .nav-without-thumb span.fas.fa-angle-right {
    margin-right: 10px;
    margin-left: 0;
    transform: rotate(180deg);
  }

  .nav-without-thumb span.fas.fa-angle-left {
    margin-left: 10px;
    margin-right: 0;
    transform: rotate(180deg);
  }

  .body-article blockquote p:first-child:before {
    float: right;
    margin-left: 25px;
    margin-right: 0;
    transform: rotate(180deg);
  }

  .body-article blockquote {
    text-align: right;
  }

  .article-page .art-block-sub span.tags-title {
    margin-right: 0;
    margin-left: 15px;
  }

  .icon-share-post {
    padding-left: 10px;
    padding-right: 0;
  }

  .post-info-inner-pin-details {
    right: 20px;
    left: initial;
  }

  .post-info-inner-pin-details .post-date-pin span.far {
    margin-left: 6px;
    margin-right: initial;
  }

  .item-art .share-blog ul li {
    float: right;
  }
}
