#blog-filters > div > div {
    
    padding: 0px 10px;
   
}

body.page article, body.single article {
    box-shadow: 0px 0px 0 rgba(0,0,0,0.10);
  background-color: #e6e7e8;
}

body.page .real-content, body.attachment .real-content {
    margin-top: -100px;
    padding-left: 0;
}

clearfix::before, .clearfix::after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 10px;
}