@media screen and (max-width: 980px) {  
    #podcast_col_dx_desktop {
        width: 100%;
    }
}

/*LAYOUT A*/
.podcast_hp_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 16px 10px;
}

.podcast_hp_left {
    display: none;
    padding: 5px 10px 5px 5px;
}

@media screen and (min-width: 576px) and (max-width: 980px) {
    .pLayoutA .podcast_hp_left {
        display: flex;
        flex: 0 0 20%;
    }
}

.podcast_hp_right {
    flex: 1 1 auto;
}

.podcast_hp_left_img {
    border-radius: 50%;
    /*height: 100px;*/
    max-width: 100px;
}

.podcast_hp_cat_author span {
    display: block;
}

.podcast_hp_author {
    font-style: italic;
    font-size: 1.2em;
}

.podcast_hp_cat_author a,
.podcast_hp_cat_author a:visited,
.podcast_hp_cat_author a:active,
.podcast_hp_cat_author a:link {
    font-weight: bold;
    text-decoration: underline;
    color: black;
    font-size: 1.8em;
}

.podcast_hp_cat_author a:hover,
.podcast_hp_cat_author a:focus {
    text-decoration: underline;
    color: black;
}

.pLayoutA .podcast_img_right {
    display: none;
}

.pLayoutA .podcast_hp_cat_author {
    display: block;
    text-align: left;
}

.podcast_img_right img {
    border-radius: 50%;
    max-width: 100px;
}

.podcast_img_cat_author {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 981px) {
    .pLayoutA .podcast_img_right {
        display: block;
        text-align: center;
    }

    .pLayoutA .podcast_hp_cat_author {
        text-align: center;
    }

    .pLayoutA .podcast_img_right img {
        max-width: 80px;
    }
}

/*LAYOUT B*/
.pLayoutB .podcast_img_cat_author {
    display: flex;
}

.pLayoutB .podcast_hp_left {
    display: none;
    flex: none;
}

.pLayoutB .podcast_img_right {
    flex: 0 0 100px;
}

.pLayoutB .podcast_hp_cat_author {
    flex: 1 1 auto;
    margin-left: 10px;
}

@media screen and (min-width: 981px) and (max-width: 1199px) {
    .pLayoutB .podcast_img_right {
        display: none;
    }

    .pLayoutB .podcast_hp_cat_author {
        margin-left: 0;
        text-align: center;
    }
  
    .podcast_hp_author {
        font-style: italic;
        font-size: 0.8em;
    }
}

@media screen and (min-width: 981px) {
    .pLayoutB .podcast_img_right {
        flex: 0 0 70px;
    }

    .pLayoutB .podcast_img_right img {
        max-width: 70px;
    }

    .pLayoutB .podcast_hp_cat_author {
        margin-left: 6px;
    }
}

@media screen and (min-width: 1250px) {
    .pLayoutB .podcast_img_right {
        flex: 0 0 75px;
    }

    .pLayoutB .podcast_img_right img {
        max-width: 75px;
    }

    .pLayoutB .podcast_hp_cat_author {
        margin-left: 6px;
    }
}

/*LAYOUT C*/
.pLayoutC .podcast_img_cat_author {
    display: flex;
    text-align: left;
}

.pLayoutC .podcast_hp_cat_author {
    text-align: left;
    flex: 1 1 auto;
    margin-left: 10px;
}

@media screen and (min-width: 576px) and (max-width: 980px) {
    .pLayoutC .podcast_hp_left {
        display: flex;
        flex: 0 0 20%;
    }

    .pLayoutC .podcast_img_right {
        display: none;
    }

    .pLayoutC .podcast_hp_cat_author {
        margin-left: 0;
    }
}

@media screen and (min-width: 981px) and (max-width: 1199px) {
    .pLayoutC .podcast_img_right {
        display: none;
    }

    .pLayoutC .podcast_hp_cat_author {
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (min-width: 981px) {
    .pLayoutC .podcast_img_right {
        flex: 0 0 70px;
    }

    .pLayoutC .podcast_img_right img {
        max-width: 70px;
    }

    .pLayoutC .podcast_hp_cat_author {
        margin-left: 6px;
    }
}

@media screen and (min-width: 1250px) {
    .pLayoutC .podcast_img_right {
        flex: 0 0 75px;
    }

    .pLayoutC .podcast_img_right img {
        max-width: 75px;
    }

    .pLayoutC .podcast_hp_cat_author {
        margin-left: 6px;
    }
}

/*ALL LAYOUT*/
.et_pb_dp_dmb_module_310582 {
    margin-bottom: 0 !important;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.et_pb_dp_dmb_module_310582:last-child {
    border-bottom: 1px solid black;
    margin-bottom: 40px!important;
}

.et_pb_dp_dmb_module_310582::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-top: 10px;
    border-bottom: 1px solid black;
}

.et_pb_dp_dmb_module_310582:last-child::after {
    content: "";
    border: 0 none;
    height: 0;
    display: none;
}

.podcastAudioAnchor {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.podcastAudioAnchor,
.hp_podcast_post_title,
.hp_podcast_post_btn {
    height: 54px;
}

@media screen and (min-width: 981px) {
    .podcast_hp_row:first-child {
        padding-top: 10px;
    }

    .podcastAudioAnchor,
    .hp_podcast_post_title,
    .hp_podcast_post_btn {
        height: 44px;
    }

    .podcast_hp_cat_author a,
    .podcast_hp_cat_author a:visited,
    .podcast_hp_cat_author a:active,
    .podcast_hp_cat_author a:link {
        font-size: 1.15em;
    }
}

.podcast_hp_title_btn a,
.podcast_hp_title_btn a:link,
.podcast_hp_title_btn a:active,
.podcast_hp_title_btn a:visited,
.podcast_hp_title_btn a:hover,
.podcast_hp_title_btn a:focus {
    color: black;
    text-decoration: none;
}

.hp_podcast_post_title,
.hp_podcast_post_btn {
    background-color: #C6BAA2;
    border-radius: 8px;
    color: black;
}

.hp_podcast_post_title span {
    align-items: center;
    flex: 1;
    display: flex;
}

.hp_podcast_post_title span.PodcastTruncatedPostTitle,
.hp_podcast_post_title span.PodcastTruncatedPostTitleSmall {
    display: none;
}

@media screen and (min-width: 981px) {
    .hp_podcast_post_title span.PodcastNormalPostTitle {
        display: none;
    }

    .hp_podcast_post_title span.PodcastTruncatedPostTitleSmall {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1250px) {
    .hp_podcast_post_title span.PodcastTruncatedPostTitle {
        display: flex;
        align-items: center;
    }

    .hp_podcast_post_title span.PodcastTruncatedPostTitleSmall {
        display: none;
    }
}

.hp_podcast_post_title {
    /*flex: 0 0 80%;*/
    flex: 1 1 auto;
    display: flex;
    padding: 0 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
}

.hp_podcast_post_btn {
    /*flex: 1 1 auto;*/
    flex: 0 0 60px;
    max-width: 60px;
    margin-left: 5%;
    text-align: center;
    display: flex;
}

.hp_podcast_post_btn .btn {
    align-items: center;
    justify-content: center;
    display: flex;
    flex: 1;
    max-width: 60px;
}

.hp_podcast_post_btn .et-pb-icon {
    font-size: 64px;
}

@media screen and (min-width: 981px) {
    .hp_podcast_post_btn .et-pb-icon {
        font-size: 50px;
    }

    .hp_podcast_post_btn {
        flex: 0 0 40px;
        max-width: 40px;
        margin-left: 5%;
    }

    .hp_podcast_post_btn .btn {
        max-width: 40px;
    }
  
	.podcast_hp_row {
	  	padding: 0px 6px 3px 6px;
  	}
}

@media screen and (min-width: 1200px) {
    .podcast_hp_author {
        font-size: 1em;
        /*TEST*/
    }
}