@import url("https://fonts.googleapis.com/css2?family=Nova+Mono&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 12px;
}

body {
  background-color: #f0f0f0;
  background-image: url(https://uploadkon.ir/uploads/41ef14_25tumblr-static-light-grid.jpg);
  background-attachment: fixed;
  word-wrap: break-word;
}

::selection {
  background: #ffffff;
  color: #d0e2b6;
}

::-moz-selection {
  background: #ffffff;
  color: #d0e2b6;
}

a {
  text-decoration: none;
}

.r-link {
  background-color: #F9FBE7;
  padding: 10px;
  font-family: 'Nova Mono', 'Vazirmatn', sans-serif;
  text-align: center;
}

.r-link:hover {
  background-color: #C1D0B5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* top navbar and it's links */

#topbar {
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 30px;
  text-align: center;
  background-color: #c3d5a9;
  position: fixed;
  border-bottom: 5px solid #aab994;
}

#topbar a {
  font-family: 'Nova Mono', 'Vazirmatn', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 9px;
  color: #fdfdfd;
  margin: 0 5px;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

#topbar a:hover {
  background-color: #d7ebbc;
  padding: 9px 10px;
  color: #928f8f;
}

@media (max-width: 600px) {
  #topbar {
    height: auto;
    line-height: inherit;
    border-bottom: none;
    position: static;
  }

  #topbar a {
    display: block;
    margin: 5px;
    padding: 5px 0;
  }

  #topbar a:hover {
    background-color: transparent;
    padding: 5px 0;
  }

  .navbar-toggler {
    background-color: #fdfdfd;
    border-color: #fdfdfd;
    float: left;
  }

  .navbar-collapse {
    justify-content: center;
  }

  .post-detail {
    font-size: 9px;
  }

  .post-title h2 a {
    font-size: 14px;
  }

.left-image {
    max-width: 80%;

}

}

@media (max-width: @screen-sm-min) {
  .post-title h2 a {
    font-size: 13px;
  }

  .left-image {
    max-width: 90%;
  }
}


/* left sidebar */
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: economica, 'Marhey', cursive;
  font-size: 24px;
  color: #888888;
  width: 100%;
  margin: 0 auto;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 3px solid #93c0ad;
}

.separator:not(:empty)::before {
  margin-right: 0.25em;
}

.separator:not(:empty)::after {
  margin-left: 0.25em;
}

.left-image {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

img.left-image {
  content: url("https://uploadkon.ir/uploads/a3a014_25tumblr-static-tumblr-m3xn0wladr1r47th1o1-500.jpg") !important;

  width: auto !important;      /* don’t stretch horizontally */
  max-width: 100% !important;   /* or 100% if you want it fully responsive */
  height: auto !important;     /* keep aspect ratio */
  display: block !important;   /* avoid inline weirdness */
  margin: 0 auto;              /* center it if needed */
}

.desc {
  width: 100%;
  color: #8b8a8a;
  padding-top: 10px;
  font-family: economia, 'Vazirmatn', sans-serif;
  font-size: 11px;
  text-align: justify;
  margin: 0 auto;
  line-height: 14px;
}

.desc a {
  color: #dde285;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.desc a:hover {
  color: #747272;
  background-color: ;
}

.desc b,
strong {
  color: #408a76;
  font-weight: 100;
}

.desc i,
em {
  color: #a9b67c;
}

/* right sidebar */

.right-links {
  background-color: #eff3db;
  color: #868585;
  border: 1px solid #c3caa5;
  font-family: consolas, 'Vazirmatn', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  width: 130px;
  padding: 2px 4px;
  margin: 3px 0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
}

.costume a {
  text-decoration: none;
}

.right-links:hover {
  margin: 3px 15px;
  background-color: #ffffff;
  border: 1px solid #cdd3a6;
  color: #b3afaf;
}

/* ---block-post--- */

#block-post {
  width: 100%;
  margin: 0 auto;
}

/* ---block-message--- */

.align {
  margin-bottom: 10px;
}

.messages {
  background: #fff;
  box-shadow: 0px 0px 4px 2px #ededed;
  padding: 1px 10px;
  text-align: center;
}

.messages h2 {
  font-family: 'nova mono', 'Vazirmatn', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

/* ---post--- */

.post {
  margin: 20px 0;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #dce4c5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.post ul li {
  list-style: none;
}

.post a {
  color: #000;
  text-decoration: none;
}

.post a:hover {
  color: #000;
}

.post img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
  display: block;
}

.post audio {
  max-width: 100%;
  height: inherit;
}

.post video {
  max-width: 100%;
  height: inherit;
}

.post-title {
  width: auto;
  position: relative;
}

.post-title a {
  background-color: #ffffff;
  color: #8d8b8b;
  padding: 0 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.post-title a:hover {
  color: #dadf84;
}

.ti {
  background-color: #93c0ad;
  height: 3px;
  width: 100%;
  margin-top: 20px;
  position: absolute;
  z-index: 9;
}

.post-title h2 {
  font-family: economica, 'IBM Plex Sans Arabic', cursive;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: auto;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.post-title h2 a {
  font-size: 18px;
	font-family: economica, 'IBM Plex Sans Arabic', cursive;
}

.post-content {
  font-family: economia, 'Vazirmatn', sans-serif;
  font-size: 12px;
  text-align: justify;
  color: #666666;
}

.post-content li::before {
  content: "• ";
  color: #a5cf8a;
}

.post-content a {
  color: #a5cf8a;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.post-content a:hover {
  color: #6dc59c;
}

blockquote {
  border-right: 3px solid #cfd6a0;
  padding-right: 10px;
  margin-right: 10px;
}

blockquote li {
  list-style: none;
}


/* ---post-detail--- */
.post-detail {
  width: 95%;
  font-family: consolas, 'Vazirmatn', sans-serif;
  font-size: 9px;
  text-align: center;
  background-color: #dbe2bf;
  padding: 0 5px;
  margin: 5px auto;
  margin-top: -25px;
}

.post-detail a {
  color: #505050;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.post-detail a:hover {
  padding: 0 15px;
  color: #99A98F;
}

.post-tags {
  background: #fff;
  box-shadow: 0px 0px 4px 2px #ededed;
  border-radius: 2px;
  padding: 5px;
  font-family: 'Barlow Condensed', 'Vazirmatn', sans-serif;

}

.post-tags-title {
  background: #f9f9f9;
  padding: 6px 10px;
  margin-bottom: 4px;
  border-radius: 2px;
  color: #7d7d7d;
}

/*----comment-----*/
.comment-count-box {
  text-align: center;
  margin-top: 10px;
  padding: 8px 0px;
  background: #fff;
  box-shadow: 0px 0px 4px 2px #ededed;
  border-radius: 2px;
  font-family: 'Barlow Condensed', 'Vazirmatn', sans-serif;
}

.comment-count-box a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.cm-body {
  background: #fff;
  padding-bottom: 1px;
}

.cm-body a {
  color: #ccc;
}

.cm-body a:hover {
  color: #999999;
}

.cm-main {
  margin-top: 10px;
  font-size: 12px;
}

.cm-avatar {
  float: right;
}

.cm-av {
  width: 40px;
}

.comment-details {
  padding: 6px;
  background: #99A98F;
  border-right: 9px solid #F5F0BB;
  overflow: hidden;
  margin-right: 15px;
  font-family: 'Vazirmatn', sans-serif;
}

.cm-name {
  margin-right: 3px;
  float: right;
  color: #fff;
  font-family: 'Barlow Condensed', 'Vazirmatn', sans-serif;
  font-size: 1.1em;
}

.cm-name a {
  color: #fff;
  text-decoration: none;
  font-family: 'Vazirmatn', sans-serif;
}

.cm-name a:hover {
  color: #858585;
}

.comment-matn {
  padding: 10px;
  line-height: 15px;
  overflow: hidden;
  font-family: 'Vazirmatn', sans-serif;
}

.comment-matn a {
  text-decoration: none;
}

.comment-link {
  width: 15px;
  height: 15px;
}

.cm-reply-main {
  overflow: hidden;
  padding: 0px 10px 10px 10px;
}

.comment-reply {
  margin-right: 50px;
  margin-left: auto;
  padding: 8px;
  background: #eff3db;
  line-height: 20px;
  color: #868585;
  border-radius: 2px;
  font-family: 'Vazirmatn', sans-serif;

}

.comment-reply a {
  text-decoration: none;
  color: #ccc;
}

.comment-reply-page {
  padding: 8px;
  background: #f6f6f6;
  color: #000;
  border-radius: 6px;
}

.reply-av {
  width: 35px;
  float: right;
  margin-right: 10px;
}

.comment-add-form {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  border-radius: 2px;
  color: #000;
  box-shadow: 0px 0px 4px 2px #ededed;
  font-size: 12px;
}

.bComForm .sendbutton.hasCheckbox:hover {
  background: #e0e0e0;
  transition-duration: 0.3s;
}

input[type="button"],
input[type="text"],
input[type="password"],
input[type="submit"],
button,
textarea,
select,
.inputBox,
input.text,
a.btn,
a.btn:hover,
a.btn:visited {
  background-color: #f2f2f2;
  border: 0px;
  color: #454545;
  border-radius: 0px;
}

.htmlbox {
  border: 1px solid #dedede !important;
  background: #fff;
}

.bComForm .sendbutton.hasCheckbox {
  background: #e6e6e6;
  border: 0px;
  cursor: pointer;
  margin-top: 0;
  width: 100px;
  border-radius: 2px;
  color: #737373;
}

.bComForm .sendbutton.hasCheckbox:hover {
  background: #404040;
  transition-duration: 0.3s;
  color: #fff;
}

.formField2 .fldcontent label {
  font-size: 11px;
}

.anon-hide .formField2 label {
  font-size: 12px;
  margin-right: 4px;
}

/*--cm-detail-top--*/
.post-detail-top {
  padding: 2px 0px;
  background: #fafafa;
  border-bottom: 1px solid #ebebeb;
  color: #707070;
  cursor: default;
  font-family: 'Barlow Condensed', 'Vazirmatn', sans-serif;
}

.post-detail-top a {
  color: #787878;
  cursor: default;
}

.post-detail-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-detail-top li {
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  padding: 0px 5px;
}

.post-detail-top li:last-child {
  border-left: 0px;
}

/*---pagingation---*/
.pagingation {
  background: #fff;
  box-shadow: 0px 0px 4px 2px #ededed;
  text-align: center;
  padding: 4px 6px;
}

.pagesList {
  display: inline-block;
}

.pagingation li {
  display: inline-block;
}

.pagingation li:after {
  content: "|";
  color: #e5e5e5;
}

.pagingation li:last-child:after {
  content: "";
}

.pagingation a {
  padding: 0px 4px;
  color: #8c8c8c;
  text-decoration: none;
}

.pagingation a:hover {
  color: black;
}

.prevpg {
  background-color: #ffffff;
  border: 1px solid #cdd3a6;
  color: #b3afaf;
  text-align: center;
  width: 50px;
  float: left;
  border-radius: 15px;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nextpg {
  background-color: #ffffff;
  border: 1px solid #cdd3a6;
  color: #b3afaf;
  text-align: center;
  width: 50px;
  border-radius: 15px;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.prevpg:hover,
.nextpg:hover {
  background-color: #eff3db;
  color: #868585;
  border: 1px solid #c3caa5;
}

/* ---------------------------menu posts-------------------------------- */

.menu-post {
  background-color: #fff;
  padding: 20px 30px 20px 30px;
  margin: 0 auto;
  border: 1px solid #dce4c5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: economica, 'Vazirmatn', sans-serif;
}

.menu-post a {
  color: #000;
  text-decoration: none;
}

/*---follow-box---*/
.followBx {
  margin-top: 10px;
  background: #fff;
  border-radius: 0px;
  border-top: 1px solid #e5e5e5;
  margin: 0 auto;
  width: 80%;
}

.followThis.followed {
  background: #81b0c6;
}

.followThis {
  background: #C1D0B5;
  border-radius: 0px;
  font-family: 'Vazirmatn', sans-serif;
  font-size: 13px;
}

#followInBx #followersLs .followImg {
  border-radius: 50%;
}

.non {
  display: none;
}
