There are two unique instances where featured images are shown in this theme. The first is a bit more simple since the theme loads the square formatted images. These can be properly "circled" with the following added to the style.css
:
.type-post.has-post-thumbnail > a {
line-height: 0;
overflow: hidden;
border-radius: 50%;
}