#content figure.left {
    float:left;
    margin-right: 1em;
    position: relative;
    z-index: 2;
}

#content figure.bandw img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

#content figure.bandw img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#intro blockquote {
    border-left: none;
    padding-left: 0;
}

ul.actions.pagination .previous::before {
	content: '\f053';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

ul.actions.pagination .next::after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#content figure figcaption {
    font-style: italic;
}

.mini-post header .published {
    margin: -0.625em 0 1.1em 0;
}

.mini-post header .categories {
    display: block;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin: -0.625em 0 1.7em 0;
    text-transform: uppercase;
}