/* =Podcast
------------------------------------------------------*/
.podcast .full-podcast {
    float: none;
    margin: 0 auto;
    width: calc(81.661% - 40px);
}
.podcast #breadcrumbs {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
.podcast-contents .post-content {
    padding-top: 0;
    width: calc(100% - 170px);
}
.podcast article .img-container {
    margin-bottom: 0;
}
.row.iframe {
    position: absolute;
    bottom: 12px;
    left: 15px;
    width: calc(100% - 30px);
}
.podcast .full-podcast img {
    aspect-ratio: 16/9;
    object-fit: cover;
}
h1 span {
    font-size: 18px;
    font-family: "ZonaProRegular", Helvetica, Arial, sans-serif;
}
.podcast p.caption {
    text-align: center;
    font-size: 12px;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
}
.podcast-contents .cat-heading {
    position: relative;
    margin-bottom: 14px;
}
.podcast-contents .opinion-content {
    display: flex;
    gap: 40px;
}
.podcast-follow {
    width: 130px;
}
.podcast-follow > div.sticky {
    flex-direction: column;
    display: flex;
    position: sticky;
    top: 85px;
    text-align: center;
}
.podcast-follow-title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    border-bottom: 2px solid var(--blue);
    border-top: 2px solid var(--blue);
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    color: var(--blue);
}
.podcast-follow ul li a {
    padding-top: 60px;
    padding-bottom: 10px;
    background: url("../images/spotify.svg") center 20px no-repeat;
    background-size: 25px auto;
    display: block;
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.podcast-follow ul li a.apple-podcast {
    background-image: url("../images/apple-podcast.svg");
}
body.dark-mode .podcast-follow ul li a {
    background-image: url("../images/spotify-light.svg");
}
body.dark-mode .podcast-follow ul li a.apple-podcast {
    background-image: url("../images/apple-podcast-light.svg");
}
.episodes {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
}
.episodes .heading-2, .more-podcasts .heading-2 {
    margin-bottom: 15px;
    padding: 0;
}
.more-podcasts .heading-2 {
    margin-bottom: 30px;
    padding: 0;
}
.episodes a.title, .more-podcasts a.title {
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.swiper {
    width: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.episodes .swiper-wrapper {
    padding: 18px 0 25px;
}
.episodes .swiper-button-next, .episodes .swiper-button-prev {
    right: 2px;
    background-color: var(--light-grey);
    border-radius: 100%;
    width: 38px;
    height: 38px;
    transition: background-color 0.5s ease;
    margin-top: -19px;
}
.episodes .swiper-button-next:hover, .episodes .swiper-button-prev:hover {
    background-color: #b5b5b5;
}
.episodes .swiper-button-next:after, .episodes .swiper-button-prev:after {
    font-size: 17px;
    font-weight: bold;
    color: #222
}
body.dark-mode .episodes .swiper-button-next:after, body.dark-mode .episodes .swiper-button-prev:after {
    color: #fff;
}
body.dark-mode .episodes .swiper-button-next:hover, body.dark-mode .episodes .swiper-button-prev:hover {
    background-color: #000;
}
.episodes .swiper-button-disabled {
    opacity: 0 !important;
}
.episodes .swiper-button-prev {
    left: 2px;
    right: auto;
}
.episodes article a.img-container {
    width: 55%;
    float: left;
    border-radius: 5px 0 0 5px;
    margin-bottom: 0;
    position: relative;
}
.episodes article a.img-container img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.episodes article {
    display: flex;
    border-radius: 5px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.episodes .article-data {
    width: 45%;
    padding-left: 18px;
    padding-right: 20px;
}
.episodes .article-data a {
    display: block;
}
.episodes .article-data a span.listen {
    background: url("../images/play-blue-simple.svg") right center no-repeat;
    padding-right: 23px;
    min-height: 18px;
    line-height: 18px;
    background-size: 17px auto;
    color: #777;
    font-size: 12px;
    display: inline-block;
    margin-top: -5px;
}
.podcast article p.summary:after {
    display: none;
}
.episodes .article-data span.show-name {
    font-size: 12px;
    display: block;
    color: #777;
    margin-bottom: 5px;
    font-family: "ZonaProRegular", Helvetica, Arial, sans-serif;
}
.episodes .article-data span.show-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.drop-shadow {
    box-shadow: 0px 0px 10px 1px rgba(122, 122, 122, 0.75);
}
/* =Photo Block Articles
-----------------------------------------------------*/
.photo-block-articles {
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 0;
}
.photo-block-articles article .img-container {
    margin-bottom: 0;
}
.photo-block-articles article img {
    display: block;
    width: 100%;
}
.photo-block-articles .title {
    font-size: 12px;
    display: block;
}
.three-articles.photo-block-articles h2, .three-articles.photo-block-articles .metadata {
    padding-left: 0;
    padding-right: 0;
}
.photo-block-articles article h2 {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.15;
}
.photo-block-articles article h2 a {
    color: #fff;
    transition: text-shadow 0.4s;
}
.photo-block-articles .metadata {
    margin-bottom: 4px;
    /*color: #7a7a7a*/
}
.photo-block-articles article .article-data h2 a:hover {
    text-shadow: 0 0 12px #000;
}
.photo-block-articles a.cat {
    font-size: 13px;
    display: inline-block;
}
.three-articles article:last-child {
    display: block;
}
article.photo-block.large {
    width: 50%;
    margin-right: 20px;
}
article.photo-block.large img {
    height: 100%;
    object-fit: cover;
}
article.photo-block.large .img-container {
    height: 100%;
}
article.photo-block .article-data, article.photo-block h2 a {
    color: #fff;
}
article.photo-block .article-data, .photo-block-articles .article-data {
    left: 0;
    bottom: 0;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 75%);
}
article.vertical {
    width: calc(27.568% - 68px);
    margin-right: 19px;
}
@media screen and (max-width:1380px) {
    .podcast-contents #post {
        padding: 0px 4%;
    }
    .podcast .full-podcast {
        width: calc(88% - 40px);
    }
}
@media screen and (max-width:1200px) {
    .podcast .full-podcast {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width:1100px) {
    .podcast-contents #post {
        padding: 0 20px;
    }
    .row.iframe {
        bottom: -146px;
        width: 100%;
        left: 0;
    }
    .podcast article .img-container {
        margin-bottom: 145px;
    }
    .podcast .full-podcast img {
        border-radius: 10px 10px 0 0;
    }
}
@media screen and (max-width:820px) {
    .episodes {
        padding: 0 10px;
    }
    .episodes .article-data span.show-title {
        -webkit-line-clamp: 3;
    }
    .episodes .swiper-button-next {
        right: -8px;
    }
    .episodes .swiper-button-prev {
        left: -8px;
    }
    .episodes .article-data {
        width: 47%;
        padding-left: 14px;
        padding-right: 12px;
    }
    .episodes article a.img-container {
        width: 53%;
    }
    .more-podcasts {
        margin-bottom: 25px;
    }
}
@media screen and (max-width:680px) {
    .podcast {
        padding-left: 0;
    }
    .podcast h1 {
        font-size: 21px;
    }
    .podcast .full-podcast img {
        display: none;
    }
    .podcast article .img-container {
        margin-bottom: 0;
    }
    .row.iframe {
        position: static;
    }
    .row.iframe iframe {
        height: 352px;
    }
    .podcast h1 span {
        font-size: 15px;
    }
    .podcast .metadata {
        margin-top: 10px;
    }
    .podcast #breadcrumbs {
        margin-bottom: 5px;
    }
    .podcast .full-podcast {
        width: 100%;
    }
    .podcast .img-container.main-img div.share, .podcast .img-container.main-img div.open-share, .podcast .img-container.main-img button.share {
        display: none;
    }
    .summary.post-content {
        padding: 0 0 20px;
    }
    .podcast-contents .opinion-content {
        gap: 25px;
    }
    #post .opinion-content .post-content {
        padding: 0;
        width: calc(100% - 110px);
    }
    .podcast-follow {
        width: 85px;
    }
    .podcast-follow-title {
        font-size: 16px;
    }
    .episodes .article-data span.show-title {
        -webkit-line-clamp: 4;
        font-size: 15px;
    }
    .episodes .article-data {
        padding-left: 20px;
        padding-right: 20px;
    }
    .photo-block-articles {
        gap: 25px;
    }
    .more-podcasts {
        margin-bottom: 5px;
    }
}
@media screen and (max-width:520px) {
    .podcast-follow, #post .opinion-content .post-content {
        width: 100%;
    }
    .podcast-contents #post {
        padding: 0;
    }
    .podcast-follow ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 50px;
    }
    .podcast-contents .opinion-content {
        flex-wrap: wrap;
    }
    .episodes .article-data span.show-title {
        -webkit-line-clamp: 3;
        font-size: 14px;
    }
    .episodes .article-data {
        padding-left: 14px;
        padding-right: 14px;
    }
    .podcast-contents .opinion-content {
        gap: 10px;
    }
    .episodes {
        padding: 0;
        margin-bottom: 10px;
    }
    .episodes .swiper-wrapper {
        padding: 10px 0 20px;
    }
    .episodes .swiper-button-next {
        right: -13px;
    }
    .episodes .swiper-button-prev {
        left: -13px;
    }
    .episodes .swiper-button-next, .episodes .swiper-button-prev {
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }
}
@media screen and (max-width:480px) {
    .photo-block-articles {
        gap: 5px;
    }
    .main-content {
        margin-bottom: 5px;
    }
}