
.podcast-logo{
   width:42%;
   float:left;
   padding-right:14px;
}
.view-one-true-broadcast .view-header,
.podcast-header{
    padding-bottom:3em;
}
.view-one-true-broadcast .view-header::after,
.podcast-header::after{
    clear:both;
    content:"";
    float:none; 
    display:block;
}


.view-one-true-broadcast .views-row{
    border-bottom: 1px solid grey;
    margin-bottom:2em;
    clear:both;
}

.view-one-true-broadcast .views-field-field-embed-code{
    margin-bottom:2em;
}

.view-one-true-broadcast .views-field-view-node{
    margin-bottom:2em;
    margin-top:-10px;
}

#toggle{
    display:none;
}

#show-more{
    background: none;
    border: 0px;
    color: #2a68af;
    padding:0px;
}

.btn-container{
    margin-top:-1em;
}

.listen{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 1;
    justify-content: center;
}

.listen .spotify{
    height: 40px;
    margin-top: 2px;
}

.listen .podcasts{
    height: 33px;
    margin-top: 5px;
}

.view-id-benefits .views-row-7 {
margin: 30px auto;
padding-top: 30px;
float: none;
}

@media only screen and (max-width: 768px) {
    
    .podcast-logo {
        width: 72%;
        float: none;
        padding-right: 14px;
        margin: 0 auto;
        padding-bottom: 1em;
    }
    
    .listen .spotify{
        height: 50px;
        margin-top: 2px;
    }

    .listen .podcasts{
        height: 44px;
        margin-top: 5px;
    }

    
}