@font-face {
  font-family: sans;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/sans/sans.woff) format('woff');
}

@font-face {
  font-family: sans;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/sans/sansBold.woff) format('woff');
}

.breadcrumbs {
  background: var(--background-secondary);
  width: 100%;
  margin: 15px 0;
  padding: 3px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 7%);
  border-radius: 50px;
  border: 1px solid var(--border-primary);
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: clip;
}

.breadcrumbs a {
  padding: 0 25px;
  float: right;
  color: var(--text-color);
  line-height: 50px;
  font-size: 16px;
  position: relative;
}

.breadcrumbs .current-item {
  padding: 0 25px;
  font-size: 16px;
  line-height: 50px;
}

.breadcrumbs a::after,
.breadcrumbs a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2em;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  border-right: 1.1em solid;
  left: -1em;
}

.breadcrumbs a::after {
  z-index: 1;
  border-right-color: var(--background-secondary);
}

.breadcrumbs::-webkit-scrollbar,
.breadcrumbs::-webkit-scrollbar-thumb {
  display: none;
}


.sidebar {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.sidebar img {
  border-radius: 20px;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.sidebar .order-cta {
  background-color: var(--card-bg-orange-100);
  padding: 50px 40px;
  border-radius: 20px;
  margin: 40px auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

.sidebar .order-cta h2 {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.sidebar .order-cta a {
  background-color: #ffc33a;
  background-image: linear-gradient(45deg, #ffc33a, #ffd450);
  border: none;
  padding: 15px 5px;
  border-radius: 50px;
  text-align: center;
  margin: 20px 0 0;
  color: #000;
}

.sidebar .order-cta p {
  font-size: 0.9rem;
  line-height: 2;
}


.page-content-archive-desc {
  background-color: var(--card-bg-orange-100);
  padding: 50px 40px;
  border-radius: 20px;
  margin: 40px auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page-content-archive-desc h2 {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.page-content-archive-desc a {
  background-color: #ffc33a;
  background-image: linear-gradient(45deg, #ffc33a, #ffd450);
  border: none;
  padding: 15px 5px;
  border-radius: 50px;
  text-align: center;
  margin: 20px 0 0;
  color: #000;
}

.page-content-archive-desc p {
  font-size: 0.9rem;
  line-height: 2;
}




.post-container {
  padding: 0 12px;
}

@media (min-width:768px) {
  .post-container {
    padding: 0;
  }
}

.post-container .post-header {
  border-bottom: 1px solid var(--border-primary);
  margin-bottom: 2em;
  padding: 20px 0;
}

.post-container .post-header .entry-title {
  font-weight: 900;
}

.post-container .post-header .entry-title,
.post-container .post-content h2,
.post-container .post-content h3,
.post-container .post-content h4,
.post-container .post-content h5,
.post-container .post-content h6,
.post-container .post-content li,
.post-container .post-content p,
.post-container .post-content a {
  font-family: sans !important;
}

.post-container .post-content p {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 24px;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .post-container .post-content p {
    font-size: 18px;
    line-height: 36px;
  }
}

.post-container .post-content img {
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 2em auto;
  display: block;
}


.post-container .post-content h2,
.post-container .post-content h3,
.post-container .post-content h4,
.post-container .post-content h5,
.post-container .post-content h6 {
  font-size: 18px;
  line-height: 32px;
  color: var(--post-heading);
  letter-spacing: -0.5px;
  font-variation-settings: "wght" 700;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {

  .post-container .post-content h2,
  .post-container .post-content h3 {
    font-size: 24px;
    line-height: 48px;
  }
}

.post-content a {
  color: var(--post-link);
}

.post-content li {
  margin: 5px 0;
  line-height: 2em;
}

.post-content ol {
  display: block;
  list-style-type: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  counter-reset: item;
  unicode-bidi: isolate;
}

.post-content ol li {
  counter-increment: item;
  margin-bottom: 10px;
}

.post-content ol li::before {
  content: counter(item, persian) ". ";
  display: inline-block;
  width: 1.1em;
  margin-right: -2em;
  direction: rtl;
}

.wp-block-quote,
.articlePost>blockquote {
  position: relative;
  font-weight: 900;
  font-variation-settings: "wght" 900;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -1px;
  color: #6a7196;
  margin: 20px 0;
}

.comment {
  background: #f5f7fa;
  width: 100%;
  margin-top: 15px;
  display: table;
  padding: 20px;
  border-radius: 20px;
}

.comment-author img {
  border-radius: 30%;
  box-shadow: 0 5px 7px rgba(28, 76, 156, .1);
  float: right;
  display: table-cell;
  width: 80px;
  text-align: center;
}

.comment-author {
  display: flex;
  align-items: center;
}

#respond {
  margin: 35px 0 0;
}

.comment-metadata a {
  font-size: 14px;
  background: #f9eace;
  display: block;
  border-radius: 10px;
  padding: 7px 10px;
  color: #6c757d;
  font-weight: 300;
  margin: 7px 0;

}

.comments-area {
  margin: 25px 0;
}

.comment-reply-title {
  font-size: 1rem;
}





.page-content-archive {
  display: grid;
  display: grid;
  width: 100%;
  grid-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  margin: 30px auto 80px auto;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .page-content-archive {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .page-content-archive {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.post-blog {
  background: var(--background-secondary);
  float: right;
  width: 100%;
  border-width: 1px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.post-blog:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 6%);
}



.post-blog .thumbnail {
  position: relative;
  width: 100%;
  padding: 10px;
}

.post-blog .thumbnail img {
  border-radius: 12px;
}


.post-blog .post-blog-title {
  padding: 5px 30px 15px;
  display: table;
  width: 100%;
}

.post-blog .post-blog-title a {
  color: var(--text-color);
  font-size: 1rem;
}

.post-blog .post-blog-btn {
  background-color: var(--brand-color-sec);
  border-radius: 12px;
  width: 130px;
  line-height: 3em;
  color: #fff;
  padding: 0 16px;
  text-align: center;
}

.post-blog .post-blog-footer {
  width: 100%;
  display: flex;
  padding: 0px 30px 0px;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}


.pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.pagination .current {
  color: #fff !important;
  background-color: var(--brand-color-sec) !important;
  box-shadow: 0 7px 20px #354ac460;
}

.pagination a.page-numbers,
.pagination span.page-numbers {
  color: #222;
  line-height: 50px;
  padding: 0 15px;
  display: inline-block;
  margin: 10px 0;
  font-size: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(46, 61, 73, .15);
}







.must-log-in {
  background: #6097ff30;
  border-radius: 20px;
  margin: 15px 0;
  padding: 30px;
  font-weight: 900;
}
.must-log-in a {
font-weight: 900;
color: var(--post-link);
margin-right: 10px;
}

.comment-form-comment textarea {
  border-width: 1px;
  border-radius: 24px;
  border-width: 1px;
  border-radius: 24px;
  padding: 15px 30px;
  cursor: text;
  margin: 20px 0;
}

.form-submit {
  background: var(--brand-color-sec);
  border-radius: 12px;
  padding: 0 16px;
  line-height: 3em;
  width: 180px;
  text-align: center;
}

.form-submit input {
  color: var(--brand-text-color-sec);
  font-weight: 900;
}

.comment-reply-title {
  font-size: 1rem;
}

.comment-form .logged-in-as, .comment-form-comment label{
  display: none;
}
@media screen and (max-width: 992px) {

  .sidebar {
    width: 100% !important;
  }

  .sidebar {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }

}

.comment {
  background: #f5f7fa;
  width: 100%;
  margin-top: 15px;
  display: table;
  padding: 20px;
  border-radius: 20px;
}

.comment-author img {
  border-radius: 30%;
  box-shadow: 0 5px 7px rgba(28, 76, 156, .1);
  float: right;
  display: table-cell;
  width: 80px;
  text-align: center;
}

.comment-author {
  display: flex;
  align-items: center;
}

#respond {
  margin: 35px 0 0;
}

.comment-metadata a {
  font-size: 14px;
  background: #f9eace;
  display: block;
  border-radius: 10px;
  padding: 7px 10px;
  color: #6c757d;
  font-weight: 300;
  margin: 7px 0;

}

.comments-area {
  margin: 25px 0;
}