
body.page-template-template_podcasts #landingintro p:last-child{  font-size:20px; line-height: 1.5;   }
body.page-template-template_podcasts #landingintro p:last-child a { margin-top: 0.5em; display: inline-flex; align-items: center; align-content: center;  color: white; font-width: 600; }
body.page-template-template_podcasts #landingintro p:last-child a::before { display:inline-block; content: ""; width: 2em; height: 2em;

background-image: url("../images/icons/spotify.png"); background-repeat: no-repeat; background-size: contain; margin-right: 0.5em;
}

body.page-template-template_podcasts #landingintro p:last-child a[href*="apple"] { margin-right: 1em; }
body.page-template-template_podcasts #landingintro p:last-child a[href*="apple"]::before { background-image: url("../images/icons/ios.png"); }

div.podcast_episodes {
    max-width: 1126px;
    margin: 0 auto;
}

div.episode {
    border-radius: 20px;
    background: #565148;
    margin: 0 0 20px;
    padding: 20px;
    color: white;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}


div.episode::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #2B2C2A;
    opacity: 0.15;
}

/*div.episode::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #2B2C2A;
    opacity: 0.15;
}*/
div.episode::after {
    opacity:1; transition:all 0.2s ease;
    content:""; display:block;  top:0; left:0; width:100%; height: 100%; pointer-events: none;
    position:absolute; z-index:0;
    /*box-sizing: content-box;*/

    background:
            -webkit-linear-gradient(left,
            hsl(0, 0%, 0%) 0%,
            hsla(0, 0%, 0%, 0.738) 19%,
            hsla(0, 0%, 0%, 0.541) 34%,
            hsla(0, 0%, 0%, 0.382) 47%,
            hsla(0, 0%, 0%, 0.278) 56.5%,
            hsla(0, 0%, 0%, 0.194) 65%,
            hsla(0, 0%, 0%, 0.126) 73%,
            hsla(0, 0%, 0%, 0.075) 80.2%,
            hsla(0, 0%, 0%, 0.042) 86.1%,
            hsla(0, 0%, 0%, 0.021) 91%,
            hsla(0, 0%, 0%, 0.008) 95.2%,
            hsla(0, 0%, 0%, 0.002) 98.2%,
            hsla(0, 0%, 0%, 0) 100%
            );
    background:
            linear-gradient(left,
            hsl(0, 0%, 0%) 0%,
            hsla(0, 0%, 0%, 0.738) 19%,
            hsla(0, 0%, 0%, 0.541) 34%,
            hsla(0, 0%, 0%, 0.382) 47%,
            hsla(0, 0%, 0%, 0.278) 56.5%,
            hsla(0, 0%, 0%, 0.194) 65%,
            hsla(0, 0%, 0%, 0.126) 73%,
            hsla(0, 0%, 0%, 0.075) 80.2%,
            hsla(0, 0%, 0%, 0.042) 86.1%,
            hsla(0, 0%, 0%, 0.021) 91%,
            hsla(0, 0%, 0%, 0.008) 95.2%,
            hsla(0, 0%, 0%, 0.002) 98.2%,
            hsla(0, 0%, 0%, 0) 100%
            );

}



div.episode header {
    color: white;
    padding: 0;
    position: relative;
    z-index: 10;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

div.episode audio
{
    position: relative;
    z-index: 10;
}

div.episode header p {
    font-size: 16px;
    line-height: 1.3;
    margin: 0.5em 0;
}

div.episode header p.date {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

div.episode header h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0.5em 0;
}


div.episode header > div {
    margin: 0 0 10px;
}


div.episode > div:first-child {
    display: flex;
}

div.episode > div:first-child header {
    flex: 1;
}

div.episode > div:first-child picture {
    display: block;
    width: 70px;
    margin: 0 0 20px 20px;
    margin: 20px 0 ;
    position: relative; border-radius:50%; overflow: hidden;box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

div.episode > div:first-child picture img {
    display: block;
    width: 100%;
    height: auto;

}


@media all and (min-width: 900px) {
    div.episode {
        border-radius: 28px;
        margin: 0 0 40px;
        padding: 40px;
    }

/*    div.episode > div:first-child picture {
        width: 120px;
    }*/

    div.episode header p {
        font-size: 14px;
        max-width: 28em;
    }

    div.episode header p.date {
        font-size: 16px;
    }

    div.episode header h3 {
        font-size: 24px;
    }

    div.episode header > div {
        margin: 0 0 20px;
    }

/*    div.episode > div:first-child picture {
        margin: 0 0 12px 10px;
    }*/

}