/*This style from original template for video and audio posts*/
/* Audio Player Styles
================================================== */

audio {
    display: none;
}

#audiowrap,
#plwrap {
    margin: 0 auto;
}

#tracks {
    font-size: 0;
    position: relative;
    text-align: center;
}

#nowPlay {
    display: block;
    font-size: 0;
}

#nowPlay span {
    display: inline-block;
    font-size: 23px;
    vertical-align: top;
}

#nowPlay span#npAction {
    padding: 21px;
    width: 30%;
}

#nowPlay span#npTitle {
    padding: 21px;
    text-align: right;
    width: 70%;
}

#plList li {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 21px 0;
}

ul#plList li {
    border-bottom: 1px solid #dad9d9;
    padding: 10px 0;
}

#plList li:hover {
    background-color: rgba(0, 0, 0, .1);
}

.plItem {
    position: relative;
}

.plTitle {
    left: 50px;
    overflow: hidden;
    position: absolute;
    right: 65px;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}

.plNum {
    padding-left: 21px;
    width: 25px;
}

.plLength {
    padding-left: 21px;
    position: absolute;
    right: 21px;
    top: 0;
}

.plSel,
.plSel:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #171617;
    cursor: default !important;
}

#tracks a {
    border-radius: 3px;
    color: var(--primary-color);
    cursor: pointer;
    display: inline-block;
    /* font-size: 2.3rem; */
    /* height: 30px; */
    line-height: 0.1;
    margin: 0 5px 10px;
    padding: 9px;
    text-decoration: none;
    transition: background .3s ease;
}
#tracks a i{
    font-size: 18px;
}

#tracks a:hover,
#tracks a:active {
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
}

#tracks a::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Plyr Overrides
================================================== */

.plyr--audio .plyr__controls {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: "Isra Thin", arial;
    padding: 20px 20px 20px 13px;
    width: 100%;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
    background-color: rgba(0, 0, 0, .1);
}

.plyr__progress--played,
.plyr__volume--display {
    color: rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background-color: rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(0, 0, 0, .1);
}

.plyr--full-ui input[type="range"] {
    width: calc(100% - 39px);
}

.plyr__controls .plyr__controls__item.plyr__time {
    font-size: 14px;
    margin-left: 7px;
}


/* Media Queries
================================================== */

@media only screen and (max-width: 600px) {
    #nowPlay span#npAction {
        display: none;
    }

    #nowPlay span#npTitle {
        display: block;
        text-align: center;
        width: 100%;
    }
}

/*video icon position*/
.video-icon.block {
    height: auto;
    width: 35px !important;
    line-height: 35px !important;
}

.entry-header .video-icon.block {
    left: 56%;
    top: 56%;
}

.video-icon.large-block {
    height: auto;
    width: 40px;
    line-height: 40px;
}

.entry-header .video-icon.large-block {
    top: 52%;
}

.video-icon.small-block {
    height: auto;
    width: 30px;
    line-height: 30px;
    top: 63%;
    left: 60%;
}

.video-icon.x-small-block {
    height: auto;
    width: 25px;
    line-height: 25px;
    top: 70%;
    left: 65%;
}