.blog-index-index .page-main  {
    margin-top: 25px;
}

.block-title {
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 20px;
}

form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.post-list {
    padding: 0;
}

.page-title-wrapper {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 15px;
}

.page-title {
    margin-bottom: 0;
}

.blog-post-view,
.blog-category-view .post-list {
    margin-top: 0;
}

.post-content h2 {
    font-size: 20px;
}

.blog-post-view .page-title-wrapper {
    margin-bottom: 10px;
}

.blog-post-view .post-info {
    font-style: italic;
    margin-bottom: 40px;
}

@media (min-width: 768px), print {

    h1 {
        font-size: inherit !important;
    }

    .blog-post-view .column.main {
        padding-bottom: 100px;
    }
}