body>div#main-wrapper {
    background: url(/wp-content/uploads/sites/364/2017/01/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
body>#main-wrapper>#main-header #main-logo>h2.site-title a:before {
    content: "";
    background: url(/wp-content/uploads/sites/364/2017/01/Google_Play_Games.png);
    background-size: 100px;
    width: 100px;
    height: 100px;
    display: block;
    margin: -30px auto;
    float: left;
}
body>#main-wrapper>#main-header #main-logo>h2.site-title a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 450px;
}
#left-content .hentry .meta>.author {
  display:none;
}
#main-content .container {
    background: none;
    position: relative;
}
body>#main-wrapper>#main-content #left-content article.hentry {
  margin-bottom:25px;
  background:#fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#main-content .container:after {
  display:none;
}
#main-content>.container>#right-content {
    width: 28%;
}
footer#footer .author {
  display:none;
}
body>#main-wrapper>#main-content #left-content .box .other-content {
  display:none;
}