.home .post-header {
    display: none;
}

.home .section-inner .content .post .post-content {
    padding-top: 30px;
}

h1.button a {
    background-color: red;
    padding: 10px;
    color: whitesmoke;
    padding-right: 20px;
    padding-left: 20px;
}

h1.button a:hover {
    text-decoration: none;
    color: lightyellow;
}