/*
Theme Name: I Like To Make Stuff
Theme URI: http: //iliketomakestuff.com/
Description: Custom ILTMS theme based on Salient
Author: Jonathan Forby
Author URI: http: //forby.co/
Template: salient
Version: 2.0
*/

/**
 * Podcast Archive Styling
*/

.podcast-archive-episode-wrap {
    display: flex;
}

.podcast-archive-episode-wrap > a {
    max-width: 25%;
    min-width: 25%;
    margin-right: 30px;
}

.podcast-archive-episode-wrap .post-featured-img img {
    margin-bottom: 0 !important;
}