/*
Theme Name: Impreza Child
Version: 1.0.0.0
Author:	Glen Elkins
Template: Impreza
Text Domain: us
*/

.header-social-icons {
    line-height: 2;
}

.w-blog-post-preview {
    height: 200px;
    width: 200px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}

.w-blog-post-preview img {
    min-height: 100% !important;
}

@media only screen and (max-width: 670px) {
    .header-social-icons {
        margin-left: -135px;
        margin-right: 35px;
    }
}


