/*
Theme Name: Musea child-theme
Version: 1.0
Theme URI: 
Text Domain: musea
Description: -
Author URI: -
Template: musea
License: NU General Public License version 3.0
License URI: http://themeforest.net/licenses
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.single-podcast .eltdf-row-grid-section {
	width: 1100px;
    margin: 0 auto;
}
.related-posts {
    display: grid;
    gap: 0 33px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.related-posts__item-info {
    width: calc(100% - 43px);
    background: #fff;
    transform: translateY(-43px);
    padding-top: 24px;
}
.related-posts__item-data {
    font-family: "EB Garamond";
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.47em;
    color: #c9ab81;
    margin-bottom: 11px;
} 
.related-posts__item-title {
    font-size: 21px;
    margin: 0;
    line-height: 1.2;
}
.related-posts__item-btn {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 32px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #383838;
}
.related-posts__item-btn-circle {
    width: 27.43px;
    height: 27.43px;
    background: #c9ab81;
    position: relative;
    display: block;
    border-radius: 100%;
    border: 2px solid #383838;
}
.related-posts__item-btn-circle:before {
    content: "";
    position: absolute;
    border: 5px solid;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    transform: translate(-15%, -50%);
}

@media screen and (max-width: 1024px) {
    .related-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px){
    .single-podcast .eltdf-section-title-holder {
        padding: 0 0 50px !important;
    }
    .single-podcast h1 {
        font-size: 26px !important;
        line-height: 45px;
    }
    .single-podcast .podcast-hero {
        padding-left: 2% !important;
        padding-right: 2% !important;
        padding-top: 50px !important;
        padding-bottom: 70px !important;
    }
    .single-podcast .eltdf-section-title-holder .eltdf-st-caption {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 425px) {
    .related-posts {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}