@charset "UTF-8";
@font-face {
  font-family: "Vazir";
  src: url("https://bayanbox.ir/download/6604194846013368029/Vazirmatn.woff2")
      format("woff2 supports variations"),
    url("https://bayanbox.ir/download/6604194846013368029/Vazirmatn.woff2")
      format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Vazir", "Times New Roman", Times, serif;
  font-size: 16px;
  direction: rtl;
  background: #e5e5e5;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-thumb {
  background: #aa8b24;
  border-radius: 4px;
}
body::-webkit-scrollbar-track {
  background: #232323;
  border-radius: 0px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*::selection {
  background: #aa8b24;
  color: #fff;
}
a {
  color: #aa8b24;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Vazir", "Times New Roman", Times, serif;
  color: #aa8b24;
}
p {
  line-height: 32px;
}
input,
textarea,
select {
  font-family: inherit;
}
img {
  max-width: 100%;
}
.gray {
  color: #727272;
}
.primarytext {
  color: #aa8b24;
}
.header {
  background: url(//bayanbox.ir/view/8032747552935889554/shattered-dark.png)
    #000;
}
.nav {
  background: #3c3c3c33;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.nav ul {
  display: flex;
  flex-direction: row;
}
.nav ul li {
  list-style-type: none;
  margin-left: 20px;
}
.nav ul li a {
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.nav ul li a:hover {
  background: #303030;
  transition: all 0.3s ease;
}
.nav ul li.selected a {
  color: #aa8b24 !important;
  background: #303030;
}
.hero {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-align: center;
  padding: 10px;
}
.hero h1 {
  font-size: 48px;
  text-align: center;
}
.hero h1:hover {
  opacity: 0.8;
}
.hero h1 a {
  color: #aa8b24;
}
.hero h2 {
  font-size: 16px;
  color: #ccc;
  margin-top: 10px;
}
.main {
  display: flex;
  flex-direction: row;
}
.sidebar {
  width: 30%;
  background: url(//bayanbox.ir/view/8032747552935889554/shattered-dark.png)
    #000;
}
.sideitem {
  text-align: center;
  margin-top: 20px;
}
.sideitem:first-child {
  margin-top: 0;
}
.sideitem:last-child {
  position: sticky;
  top: 0;
}
.sidetitle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aa8b245c;
  color: #fff;
  min-height: 50px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px 0;
}
.sidemain {
  margin-top: 15px;
  color: #ccc;
}
.category a {
  color: #ccc;
}
.category a small {
  color: #aa8b24;
}
.about img {
  width: 100%;
  border-radius: 10px;
}
.about .sidemain {
  padding: 0 20px;
}
.blog-desc {
  margin-top: 15px;
}
.blog-desc h1,
.blog-desc h2,
.blog-desc h3,
.blog-desc h4 {
  color: #ccc;
}
.links ul li {
  list-style-type: none;
  border-bottom: 1px solid #727272;
  padding: 10px;
  margin: 0 15px;
  transition: all 0.3s ease;
}
.links ul li a {
  color: #ccc;
  transition: all 0.3s ease;
}
.links ul li:hover {
  color: #aa8b24;
  border-bottom-color: #aa8b24;
  transition: all 0.3s ease;
}
.links ul li:hover a {
  color: #aa8b24;
  transition: all 0.3s ease;
}
.links ul li.selected {
  color: #aa8b24;
  border-bottom-color: #aa8b24;
}
.links ul li.selected a {
  color: #aa8b24;
}
.sideitem.links .sidemain {
  margin-top: 0;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  padding: 15px 0;
}
.post {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px 20px 0 20px;
  margin-top: 20px;
  width: 100%;
  max-width: 800px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 1px 1px 8px #ccc;
}
.post > * {
  margin-top: 10px;
}
.post:first-child {
  margin-top: 0;
}
.postheader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.postimage {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  width: 25%;
  position: relative;
  padding-top: 17%;
  overflow: hidden;
}
.postimage img,
.postimage i {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postimage img {
  z-index: 2;
}
.postimage i {
  text-align: center;
  font-weight: bold;
  color: #ccc;
  font-size: 64px;
  z-index: 1;
  user-select: none;
}
.posttitle {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.posttitle a h2 {
  color: #aa8b24;
  font-size: 24px;
  text-align: center;
}
.posttitle a h2:hover {
  opacity: 0.8;
}
.posttitle p,
.posttitle span {
  color: #727272;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.postmain img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.readmore {
  display: flex;
  justify-content: flex-end;
}
.readmore a {
  background: #aa8b24;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}
.readmore a:hover {
  opacity: 0.8;
}
.postfooter {
  margin-top: 15px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
}
.postfooteritems a,
.postfooteritems span {
  color: #727272;
  display: flex;
  align-items: center;
}
.postfooteritems a:hover,
.postfooteritems span:hover {
  opacity: 0.8;
}
.postfooteritems a i,
.postfooteritems span i {
  font-size: 22px;
}
.postfooteritems a span,
.postfooteritems span span {
  margin-left: 5px;
}
.postfooteritems .rate-box .rate-up.rated a {
  color: #aa8b24;
}
.postfooter-left {
  display: flex;
}
.postfooter-left div {
  margin-right: 20px;
}
.full .postheader {
  flex-direction: column;
  align-items: center;
}
.full .postheader .postimage {
  width: 100%;
  max-width: 600px;
  padding-top: 60%;
}
.full .postheader .posttitle {
  align-items: center;
}
.commentintro {
  background: url(//bayanbox.ir/view/8032747552935889554/shattered-dark.png)
    #aa8b24;
  text-align: center;
  width: 100%;
  max-width: 800px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 1px 1px 8px #ccc;
}
.commentintro span {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.commentintro p {
  color: #ccc;
  margin-top: 10px;
}
.commentintro a {
  color: #fff;
}
.comments {
  max-width: 800px;
  width: 100%;
}
.comment {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 15px;
  overflow-x: auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 1px 1px 8px #ccc;
}
.comment-header {
  display: flex;
  align-items: center;
}
.comment-header a {
  margin-left: 15px;
  font-weight: bold;
}
.comment-header span {
  color: #727272;
}
.comment-avatar {
  margin-left: 10px;
  border-radius: 50%;
  background: linear-gradient(45deg, #aa8b24 50%, #232323 50%);
  position: relative;
  height: 57px;
  width: 57px;
}
.comment-avatar img {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comment-body {
  margin-top: 10px;
}
.send-comment {
  width: 100%;
  max-width: 800px;
  background: #fff;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 1px 1px 8px #ccc;
}
.pagination {
  margin: 20px;
  display: flex;
  justify-content: center;
}
.pagination ul {
  display: flex;
  flex-direction: row-reverse;
}
.pagination ul li {
  list-style-type: none;
  margin: 5px;
}
.pagination ul a {
  color: #fff;
  background: #727272;
  padding: 5px 13px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.pagination ul a.current {
  background: #aa8b24;
}
.pagination ul a:hover {
  background: #aa8b24;
  transition: all 0.3s ease;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #1a1a1a;
  color: #ccc;
}
.tags {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
}
.tags a {
  background: #727272;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  margin: 3px;
  transition: all 0.3s ease;
}
.tags h3 {
  margin: 3px;
  font-size: inherit;
  font-weight: normal;
}
.tags h3 a {
  margin: 0;
}
.tags a:hover {
  background: #aa8b24;
  transition: all 0.3s ease;
}
#stat_summary_div {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .main {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .sidebar {
    width: 95%;
  }
  .content {
    width: 95%;
  }
  .nav {
    padding: 20px 10px 0 10px;
  }
  .nav ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .nav ul::before {
    display: block;
    content: "منوی کاربری";
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    margin-right: 10px;
  }
  .nav ul:hover {
    height: auto;
    padding: 10px;
  }
  .nav ul:hover::before {
    display: none;
  }
  .nav ul li {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .postheader {
    flex-direction: column;
  }
  .postimage {
    width: 75%;
    padding-top: 50%;
  }
  .posttitle {
    align-items: center;
  }
}
