html .sidebar {
     position: fixed;
     overflow-y: scroll;  
     overflow-x: hidden;   
     max-height: 100%;
     top: 0px;
     left: 0px;
     background: white;
     height: 100%;
}
html .sidebar::before {
    position: inherit;
    top: auto;
    bottom:  auto;
}
@media screen and (max-width: 1000px) {
    html .sidebar {
        position: inherit;
        overflow-y: hidden;   
        max-height: inherit;
        top: 0px;
        left: 0px;
        background: white;
    }
    html .sidebar::before {
        position: fixed;
        top: 0px;
        height: 0px;
        z-index: 1;
    }
  }

  .main-menu ul.sub-menu  , .mobile-menu ul.sub-menu {
      display: none;
  }

  .main-menu li , .mobile-menu li {
      cursor: pointer;


  }

  .main-menu li ul, .mobile-menu ul {
   padding-right: 20px;
}

.main-menu li a {
    background-color: #EEE;
    display: block;
    padding: 10px 10px 10px 0;
    margin-top: -8px;
    border-radius: 5px;
}

.main-menu li ul.sub-menu {
    padding-right: 0px;
    margin: 0px !important;
}

.main-menu li ul.sub-menu li{
    padding-right: 20px;;
}

.social-network li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
}

@media screen and (max-width: 480px) {
    .blog-logo img {
        max-height: 60px;
    }
    html .featured-media.clear {
        width: 100%;
    }
}

.featured-media.clear {
    float:left;
    width: 50%;
    display: block;
    position: inherit;
    margin-bottom: 10px;
    margin-right: 50px;
}

.entry .featured-media.clear img {
    width: 100%;
}

html .post-navigation-item {
    display:  inline-grid;
    width: 30%;
    font-family: IRANYekan !important;
    font-size: 0.8em;
    margin-right: 5px;
    margin-left: 5px;
}

.post-related {
    text-align: center;
}

.post-related .post-navigation-item img{
    width: auto;
    height: 100%;
}
.post-navigation-related h3 {
    margin: 60px 0;
}

.title-related {
    margin: 11px;
}

@media screen and (max-width: 480px) {
    html .post-navigation-item {
        display:  block;
        width: 100%;
        font-family: IRANYekan !important;
        margin-bottom: 20px;
    }
}

.social-mobile .social-network {
    background-color: #eee;
    margin: 0;
    text-align: center;
}

html .post-inner {
    position: relative;
}

html .social-in-post {
    position: absolute;
    left: -54px;
    top: 33px;
    font-size: 0px;
}

.social-in-post-mobile {
    display: none;
}
html .social-in-post img , html .social-in-post-mobile img {
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 800px) {
    .social-in-post-mobile {
        display: block;
    }
    html .social-in-post {
        display: none;
    }
}

