@media screen and (min-width: 48em) {
    .has-sidebar #secondary {
        width: 29%;
        font-size: .875rem;
        line-height: 1em;
    }
    .has-sidebar:not(.error404) #primary {
        width: 70%;
    }
}

.site-branding {
    padding: 1.5em 0;
}
.site-branding-text .site-title {
    font-size: 1.8em;
}
.site-branding a {
    display: inline-block;
    vertical-align: middle;
}
body:not(.title-tagline-hidden) .site-branding-text {
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 120px);
}
.post-thumbnail {
    margin-bottom: 1em;
    margin-right: 1em;
    width: 300px;
    float: left;
}

.site-content {
    padding-top: 1.5em;
}

body.home .page-header {
    display: none;
}

.heading-font {
    font-family: 'Roboto', sans-serif!important;
}

@media screen and (max-width: 767px) {
    .post-page-thumbnail .post img {
        min-height: 100%;
        min-width: 100%;
    }
    .post-page-thumbnail .post-thumbnail {
        margin: 0;
        float: none;
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
    }
}
