#main .post .post-header .cat a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: IRANSans;
    letter-spacing: 0;
    border: 0;
    line-height: 35px;
  }
  
  #main .post .post-header .cat a:hover {
    text-decoration: none;
  }
  
  #main .post .post-header .cat:hover a {
    color: #fff;
  }
  
  #main .post .post-img a img {
    width: 100%;
  }
  
  #main .post .post-entry {
    line-height: 35px;
    font-size: 12px;
  }
  
  
  #main .post .post-entry span.cat .title {
    font-family: IRANSans;
    font-size: 12px;
    color: #46647d;
    margin-left: 10px;
  }
  
  #main .post .post-entry span.cat a {
    font-family: IRANSans;
    display: inline-block;
    background: #e6e6e6;
    padding: 5px 15px;
    color: #a3a3a3;
    margin-left: 5px;
    line-height: 25px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  
  #main .post .post-entry span.cat a:hover {
    text-decoration: none;
    background: #ff4232;
    color: #fff;
  }
  
  #main .post .post-box {
    text-align: right;
  }
  
  #main .post .post-box .post-box-title {
    letter-spacing: 0;
    border-bottom: 0;
    font-family: IRANSans;
    font-size: 12px;
    color: #404040;
  }
  
  #main .post .post-related .item-related {
    float: right;
    width: 47%;
    padding: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    background: #f7f8fa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #main .post .post-related .item-related:nth-child(2n) {
    margin-left: 5%;
  }
  
  .post .post-entry {
    color: #ff4232;
  }
  
  @media (max-width: 960px) {
    #main .post .post-related .item-related {
      width: 100%;
      margin-left: 0;
    }
  }
  
  #main .post .post-related .item-related>a {
    display: block;
    height: 260px;
  }
  
  @media (max-width: 960px) {
    #main .post .post-related .item-related>a {
      height: auto;
    }
  }
  
  #main .post .post-related .item-related h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  #main .post .post-related .item-related h3 a {
    white-space: nowrap;
    font-family: IRANSans;
  }
  
  #main .post .post-comments .thecomment .author-img {
    float: right;
    margin: 0 0 0 20px;
  }
  
  #main .post .post-comments .thecomment .comment-text span.date {
    font-style: normal;
  }
  
  #main .post .post-comments .thecomment .comment-text span.author {
    letter-spacing: 0;
  }
  
  #main .post .post-comments .thecomment .comment-text span.author a {
    letter-spacing: 0;
  }
  
  #main .post .post-comments ul.children {
    margin: 0 55px 0 0;
  }
  
  #main .post .post-tags a {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 20px;
    font-style: normal;
    background: #fff;
    border: 1px solid #d8dde6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  #main .post .post-tags a:hover {
    background-color: #d8dde6;
  }
  
  #main .post .post-author .author-img {
    float: right;
    margin: 0 0 0 30px;
  }
  
  #main .post .post-author .author-content h5 a {
    font-size: 15px;
  }
  
  body.single-post #main .post .post-entry p {
    line-height: 35px;
  }


  
.pintapin-posts-cat,
.pintapin-related-posts {
    white-space: normal;
    overflow: hidden
}

.pintapin-posts-cat .pintapin-post,
.pintapin-related-posts .pintapin-post {
    display: block;
    width: auto;
    position: relative;
    margin: 0 auto 1em;
    padding: 1em;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(51, 51, 51, .2);
    -moz-box-shadow: 0 1px 5px rgba(51, 51, 51, .2);
    box-shadow: 0 1px 5px rgba(51, 51, 51, .2)
}

.pintapin-posts-cat .pintapin-post-title,
.pintapin-related-posts .pintapin-post-title {
    max-width: 100%;
    margin-left: 40px;
    color: #404040;
    font-size: 15px;
    text-align: right
}

.pintapin-posts-cat .pintapin-post-img,
.pintapin-related-posts .pintapin-post-img {
    float: right;
    width: 40%;
    width: 30%;
    max-width: 100px;
    height: auto;
    margin: 0 0 0 5px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.pintapin-posts-cat .pintapin-more-cat,
.pintapin-related-posts .pintapin-more-cat {
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.pintapin-posts-cat .pintapin-post-excerpt,
.pintapin-related-posts .pintapin-post-excerpt {
    display: none;
    margin-top: 5px;
    margin-left: 40px;
    text-align: justify;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pintapin-related-posts .pintapin-post {
    width: 99%!important
}

.post-img {
    background-color: #f6f6f6
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 2em;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.post .post-header {
  position: static;
  padding: 0;
  margin: 1.5em 0;
  text-align: right
}

.post .post-header h1 {
  font-size: 18px
}

.post .post-header .post-title {
  text-align: right
}

.post .post-header .post-title a {
  font-size: 15px;
  color: #404040
}

.post .post-header .date {
  font-style: normal;
  color: #a3a3a3
}

.post .post-header .cat {
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 9;
  background: #081eb3;
  color: #fff;
  padding: 0 17px;
  height: 35px;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0
}

.post .post-header .cat:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-style: solid;
  border-color: #082927 #082927 transparent transparent;
  border-width: 3px
}

.post .post-img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin: -2em -2em 0
}

.post .post-img .post-link {
  display: block
}

.post .post-entry {
  color: #404040;
  position: relative;
  padding: 0
}

.post .post-entry a {
  color: #FF4232
}

.post .post-entry p {
  text-align: justify!important;
  line-height: normal;
  font-size: 15px
}

.post .post-entry p:last-of-type {
  margin-bottom: 0
}

.post .post-entry .more-link {
  text-align: right
}

.post .post-entry .more-button {
  font-family: IRANSans;
  letter-spacing: 0;
  font-size: 11px;
  padding: .5em 1.3em;
  margin: 1.5em 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color: #e6e6e6;
  background: #FF4232;
  color: #fff
}

.post .post-entry .more-button:focus,
.post .post-entry .more-button:hover {
  background: #E91331
}

.post .post-entry .cat {
  display: inline-block;
  margin: 1em 0
}

.more-posts-btn {
  display: block;
  text-align: center;
  margin: 1em 0
}

.post-meta {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #e6e6e6;
  -moz-box-shadow: 0 0 5px #e6e6e6;
  box-shadow: 0 0 5px #e6e6e6;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.post-meta .meta-comments a {
  font-style: normal
}

.post-meta .share-text {
  font-style: normal;
  margin-left: 1em
}

.post-meta .meta-share a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  color: #666
}

.post-meta a:focus,
.post-meta a:hover {
  color: #FF4232
}
.post-entry h2 {
  font-size: 19px;
  margin-bottom: 5px
}

.post-related {
  margin: 0!important
}

.post-comments {
  margin-bottom: 0
}