.list-podcast .row {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
    font-family: 'Raleway';
	align-items: center;
}

.list-podcast .row .col-md-3 {
    padding: 0 10px;
    width: 25%;
}

.list-podcast .row .col-md-3.right {
    order: 2;
}

.list-podcast .row .col-md-9 {
    padding: 0 10px;
    width: 75%;
}

.podcast-item {
    margin-bottom: 50px;
}

.podcast-item:last-child {
    margin-bottom: 0;
}

.podcast-image-wrapper {
    position: relative;
    padding-bottom: 100%;
}

/* .podcast-item img {
	vertical-align: middle;
height: 100%;
    object-fit: cover;
width: 100%;
} */

.podcast-item img {
    vertical-align: middle;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

h4.podcast-name {
    margin: 0 0 10px;
    font-size: 22px;
}

.podcast-description {
    margin-bottom: 20px;
    font-weight: 500;
    color: #777;
}

.podcast-description p:last-child {
    margin-bottom: 0;
}

.podcast-link {
    margin: 0 -3px;
    display: flex;
    flex-wrap: wrap;
}

.podcast-link a {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background: #C2B00E;
    margin: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
flex: 1;
}

.podcast-link a::before {
    content: "";
    background-color: #fff;
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    margin-right: 7px;
    display: block;
    width: 20px;
    height: 16px;
}

.podcast-link a.button-itunes::before {
    mask-image: url(/wp-content/uploads/2024/01/podcast.svg);
    -webkit-mask-image: url(/wp-content/uploads/2024/01/podcast.svg);
}

.podcast-link a.button-spotify::before {
    mask-image: url('/wp-content/uploads/2024/01/spotify.svg');
    -webkit-mask-image: url('/wp-content/uploads/2024/01/spotify.svg');
}

.podcast-link a.button-share::before {
    mask-image: url('/wp-content/uploads/2024/01/share.svg');
    -webkit-mask-image: url('/wp-content/uploads/2024/01/share.svg');
}

.mejs__controls {
    display: block;
    background-color: #274E13 !important;
padding: 0 !important;
    height: 50px !important;
    align-items: center;
    justify-content: space-between;
}

.mejs-prepended-buttons {
    display: flex;
}

.mejs-appended-buttons {
    display: flex;
    justify-content: space-evenly;
}

.mejs__play > button,
.mejs__replay > button {
    mask-image: url('https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg') !important;
    -webkit-mask-image: url('https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg') !important;
    background-color: #fff !important;
}

.mejs__pause > button {
    mask-image: url('https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg') !important;
    -webkit-mask-image: url('https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg') !important;
    background-color: #fff !important;
    mask-position: -20px 0 !important;
    -webkit-mask-position: -20px 0 !important;
}

.mejs__mute {
	display: none !important;
}

.mejs__mute > button {
    background: transparent url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg") no-repeat;
    background-position: -60px 0;
	display: none !important;
}

.mejs__unmute > button {
    background: transparent url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/mediaplayer-sprite-gray.svg") no-repeat;
    background-position: -40px 0;
display: none !important;
}

.mejs-skip-back-button > button,
.mejs__skip-back-button > button {
/*     background: transparent url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/skipback.svg"); */
mask-image: url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/skipback.svg") !important;
    -webkit-mask-image: url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/skipback.svg") !important;
 background-color: #fff !important;
}

/* .mejs-jump-forward-button > button, .mejs__jump-forward-button > button {
    background: url("https://cdn.jsdelivr.net/gh/ivorpad/images-src/jumpforward.svg") no-repeat;
} */

.mejs__button > button {
    color: #555;
}

.mejs__button.mejs__skip-back-button {
	position: relative;
}

.mejs__button.mejs__skip-back-button::before {
    content: "15";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 9px !important;
    transform: translate(-50%,-50%);
}

.mejs__time-rail {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
	top: 0;
	z-index: -1;
}

.mejs__time-rail span.mejs__time-total.mejs__time-slider {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background: #C2B00E;
}

.mejs__time-rail span.mejs__time-total.mejs__time-slider > span {
    height: 100%;
    background-color: rgba(255,255,255,.2);
}

span.mejs__time-handle { 
	display: none;
}

span.mejs__time-float {
	height: 15px !important;
    background: #000 !important;
    color: #fff;
}

span.mejs__time-float .mejs__time-float-corner {
	border-color: #000 transparent transparent;
}

.custom-panigation {
    margin-top: 20px;
    font-family: 'Raleway';
    display: flex;
    justify-content: center;
}

.custom-panigation .page-numbers {
    color: #000;
    padding: 15px 10px;
    width: 50px;
    height: 50px;
    transition: all .3s;
    margin: 5px;
    border: 1px solid #E0E0E0;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.custom-panigation .page-numbers.current,
.custom-panigation .page-numbers:hover {
    background-color: #274E13;
    color: #fff;
    border: 1px solid transparent;
}

.custom-panigation .page-numbers:hover svg {
fill: #fff;
}

.page-numbers svg {
	width: 10px;
}

.mejs__button.mejs__playpause-button.mejs__replay ~ .mejs__time-rail span.mejs__time-total.mejs__time-slider > span {
    background-color: transparent;
}

@media (max-width:767px) {
.list-podcast .row > div {
    width: 100% !important;
}

/* .list-podcast .row .col-md-3:not(.right) {
    margin-bottom: 20px;
} */

.list-podcast .row .col-md-3 {
    margin-bottom: 20px;
}

/* .list-podcast .row .col-md-3.right {
margin-top: 20px;
} */

.list-podcast .row .col-md-3.right {
    order: unset;
}
}