/*
Theme Name: FBCD
Description: A child theme for Saved.
Author: Grid & Arrow, LLC
Version: 1.0.0
Template: saved
*/

/*
This stylesheet is loaded instead of the parent theme's stylesheet, which is enqueued in functions.php.
To override styles, copy them here from the original stylesheet, then change the properties.

See http://churchthemes.com/guides/developer/child-theming/ and the WordPress Codex:
http://codex.wordpress.org/Child_Themes
*/

.page-template-people .saved-loop-four-columns .saved-entry-short {
    max-height: unset;
}

.page-template-people .saved-loop-four-columns .saved-entry-short:not(:nth-child(4n)) {
    margin-right: 0;
}

.page-template-people .saved-loop-four-columns .saved-entry-short {
    width: 100%;
}

@media screen and (min-width:701px) {
    
    .page-template-people .saved-loop-four-columns .saved-entry-short {
        width: 44%; /* Fallback */
        width: calc(49.95% - .9375em);
    }
    
    .page-template-people .saved-loop-four-columns .saved-entry-short:not(:nth-child(2n)) {
        margin-right: 1.875em;
    }

}

