/*Web Radio*/

.web-radio-content {
font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-shadow: 0px 0 #000000;
    letter-spacing: 1px;
    font-weight: 700;
}
/*Podcast Left*/

.podcast-title {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    text-shadow: 0px 0 #000000;
}

/* Load More*/

.load-more-button {
    text-decoration: none;
    color: #f9f9f9;
    background: linear-gradient(to right, #e8463a, #eb7441);
    /* border-radius: 60px/60px; */
    font-weight: bold;
    border-radius: 50px/50px;
    font-size: 14px;
    padding-bottom: 0.5rem!important;
    padding-top: 0.5rem!important;
}