body.no-scroll{
    overflow: hidden;
}

.podcast-wrap{
    border: solid 1px #DDD;
    border-radius: 11px!important;
    overflow:hidden;
    font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif!important;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(104 32 32 / 8%);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px #00000014;
    position: relative;
}

.podcast-wrap .show-notes{
    display: none;
}

.podcast-wrap .show-notes-toggle{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #333;
    font-size: 25px;
    padding: 0px 15px;
    border: solid 1px #DDD;
    border-top: none;
    border-right: none;
    line-height: 8px;
    border-bottom-left-radius: 11px;
    cursor: pointer;
}



.podcast-wrap .show-notes-toggle:hover{
    background-color: #f0f0f0;
}

.podcast-wrap .image{
    width: 80px;
    height: 80px;
    float: left;
    padding: 10px;
}
.podcast-wrap .image img{
    width: 100%;
    height: auto;
    border-radius: 11px!important;
    
}
.podcast-wrap .show{
    padding-left: 5px;
    width: calc(100% - 80px);
    float: left;
    font-size: 12px;
    line-height: 13px;
    color: #666;
    padding-top: 10px;
}

.podcast-wrap .show a.name{
    text-decoration: none;
    color: #444;
}

.podcast-wrap .show a.name:hover{
    text-decoration: underline;
    color: #222;
}

.podcast-wrap .title{
    padding-left: 5px;
    width: calc(100% - 80px);
    float: left;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    height: 30px;
    padding-top: 5px;
}

.podcast-wrap .plyr{
    width: 100%;
    float: left;
    border-top: solid 1px #DDD;
}

.video-wrap{
    border: solid 1px #DDD;
    border-radius: 11px!important;
    overflow:hidden;
    font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif!important;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(104 32 32 / 8%);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px #00000014;
}
.video-wrap .video-info{
    width: 100%;
    float: left;
}
.video-wrap .video-info .title{
    font-size: 17px;
    color: #222;
    padding: 8px 20px;
    float: left;
    width: 100%;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 0px;
}

.video-wrap .video-info .title .youtube{
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #FF0000;
    color: #FFF;
    float: left;
    padding: 0px 10px;
    border: solid 1px #222;
}
.video-wrap .video-info .title .stream-logo{
    padding: 5px 15px;
    background-color: #2a3e51;
    margin-right: 10px;
    border-radius: 5px;
    float: left;
    width: auto;
    height: 23px;
}
.video-wrap .video-info .title .stream-logo img{
    float: left;
    width:auto;
}
.video-wrap .video-info .desc{
    font-size: 15px;
    line-height: 16px;
    color: #555;
    padding: 8px 20px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.video-wrap.dark{
    background-color: #232323;
}

.video-wrap.dark .video-info .title{
    color: #f0f0f0;
}
.video-wrap.dark .video-info .desc{
    color: #CCC;
}

.podcast-wrap.dark{
    background-color: #232323;
}
.podcast-wrap.dark .show{
    color: #CCC;
}
.podcast-wrap.dark .show a{
    text-decoration: none;
    color: #DDD!important;
}

.podcast-wrap.dark .title{
    color: #f0f0f0;
}

.podcast-wrap.dark .plyr{
    border-top: solid 1px #353535;
}

.podcast-wrap.dark .plyr .plyr__controls{
    background-color: #232323;
}

.podcast-wrap.dark .plyr .plyr__controls .plyr__controls__item.plyr__time{
    color: #CCC;
}

.podcast-wrap.dark .plyr .plyr__controls{
    color: #DDD;
}

.podcast-wrap.dark .show-notes-toggle{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #CCC;
    font-size: 25px;
    padding: 0px 15px;
    border: solid 1px #393939;
    border-top: none;
    border-right: none;
    line-height: 8px;
    border-bottom-left-radius: 11px;
    cursor: pointer;
}

.podcast-wrap.dark .show-notes-toggle:hover{
    background-color: #444444;
}

#notes-modal{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 35px;
    overflow-y: auto;
    font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif!important;
    padding-left: 10px;
    padding-right: 10px;
}
#notes-modal .notes-body{
    width: 100%;
    max-width: 760px;
    padding: 25px;
    background-color: #232323;
    margin-left: auto;
    margin-right: auto;
    border-radius: 11px;
    overflow: hidden;
    color: #DDD;
    font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif!important;
    position: relative;
    -webkit-box-shadow: 0 10px 30px 0 rgb(104 32 32 / 8%);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px #00000014;

}

#notes-modal .notes-body .notes-title{
    font-size: 17px;
    font-weight: 700;
    color: #f0f0f0;
    font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif!important;
    margin: 10px 0px;
}

#notes-modal .notes-body .show{
    font-size: 14px;
    font-weight: 500;
    color: #999;
    font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif!important;
    margin-bottom: 10px;
}

#notes-modal .notes-body .show a{
    font-size: 14px;
    font-weight: 500;
    color: #FFC;
}

#notes-modal .notes-body .notes-badge{
    color: orange;
    width: 100%;
}

#notes-modal .notes-body .notes-badge span{
    font-size: 16px;
    margin-right: 8px;
}

#notes-modal .notes-body .notes-content{
    font-size: 15px;
    line-height: 18px;
    color: #CCC;
}

#notes-modal .notes-body .close-notes-modal{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #CCC;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    background-color: #333;
    border: solid 1px #393939;
}
#notes-modal .notes-body .close-notes-modal:hover{
    color: #FFF;
    background-color: #393939;
}