/* Archive display */
.archive .program-segments, 
.page .archive .program-segments {
    display: flex;
    margin: 10px -10px 0 -10px;
    flex-wrap:wrap;
    overflow: hidden;
    padding-right: 0;
    margin-right: 10px;
}

.single .program-segments {
    border-top: 1px solid #AAA;
    padding-top: 20px;
    margin-top: 20px;
}

.archive .program-segment {
    flex: 1;
    border-right: 1px solid #bdbdbd;
    padding: 0 10px;
    min-width: 200px;
    margin: 0 -1px 30px -1px;    
}

.archive .program-segment:before {
    content: ' ';
    display: block;
    width: 100%;
    border-top: 1px solid #bdbdbd;
    transform: translatey(-15px);
}

.archive .num-segments-odd .program-segment {
    flex-basis: 31%;
}


.archive .num-segments-even .program-segment {
    flex-basis: 48%;
}

/*
.archive .num-segments-even .program-segment:nth-child(even) {
    border-right: none;
}

.archive .num-segments-odd .program-segment:nth-child(3n) {
    border-right: none;
}
*/


.archive .program-segment .mejs-time {
    display: none;
}

.archive .program-segment .entry-title {
    font-size: revert;
}

.archive .program-segment:last-of-type {
    border-right: none;
    margin-bottom:0;
}

.program-segment .entry-title:first-child {
    margin-top: 0;
}

.archive .program-segment .wp-audio-shortcode {
    width: auto!important;
}

.archive .program-segment img {
    margin-bottom: 10px;
}

.archive .program-segment .mejs-container {
    margin-bottom:0;
}

/* Single display */
.single .program-segment {
    border-bottom: 1px solid #AAA;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.single .program-segment:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}