.single-podcast main#main {
    /*max-width: 1154px;*/
    margin: auto;
}
.single-podcast .main-navigation, .single-podcast .main-navigation ul.menu ul.menu {
    position: relative;
    background: #121318;
    top: initial;
}
.podcast-cat {
    font-size: 16px;
}
.podcast-timeline table, .podcast-timeline th, .podcast-timeline td {
    border: none;
    position: relative;
}
.podcast-timeline tr {
    vertical-align: top;
}
.podcast-timeline tbody::before {
    position: absolute;
    content: ' ';
    width: 2px;
    height: calc(100% - 85px);
    background-color: #E2E2E2;
    left: 14px;
    top: 60px;
}
.podcast-timeline td {
    padding-top: 16px;
    padding-bottom: 16px;
}
.podcast-timeline td:first-child {
    padding-left: 36px;
    position: relative;
    font-weight: 700;
}
.podcast-timeline td:first-child::before {
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    background: #0020ff;
    left: 9px;
    top: 21px;
    border-radius: 50%;
}