/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Play List
# Audio Player Animation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.wcap-preview-btn-div .wcap-preview-btn {
    color: #fff;
    box-shadow: none !important;
}

.entry-summary .wcap-preview-btn-div a.wcap-preview-btn {
    text-decoration: unset !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entry-summary .wcap-preview-btn-div .wcap-preview-btn span.dashicons {
    font-size: 18px;
    padding: 0;
    margin-right: 3px;
}

.summary.entry-summary .wcap-preview-btn-div {
    padding: 10px;
    vertical-align: middle;
    background-color: #a46497;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.wcap-player-cl {
    display: none;
    padding: 0;
    vertical-align: middle;
    line-height: 1px;
}

.wcap-pro-audio-container {
    margin: 10px 0;
    width: 100%;
    float: left;
}

.woo-audio-preview-pro-table th,
.woo-audio-preview-pro-table td {
    text-align: left;
}

/*--------------------------------------------------------------
# Play List
--------------------------------------------------------------*/
.wcap-pro-audio-playlist-container {
    background: #f1f3f4;
    width: 100%;
    clear: both;
    margin: 15px 0;
    overflow: hidden;
    float: left;
}

.wcap-audio-playlist {
    background: #f6f6f6;
}

.wcap-pro-audio-playlist-player {
    height: 60px;
}

.wcap-pro-audio-playlist-container audio#audio_player {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #bfbfbf;
}

.wcap-pro-audio-playlist-container .wcap-audio-playlist-row {
    display: block;
    margin: 0;
    width: 100%;
    zoom: 1;
    transition: all 0.3s;
    padding: 10px 15px;
    border-bottom: 1px solid #d8d7d7;
}

.wcap-pro-audio-playlist-container .wcap-audio-playlist-row:hover,
.wcap-pro-audio-playlist-container .wcap-audio-playlist-row.active {
    background: #eaeaea;
    cursor: pointer;
}

.wcap-pro-audio-playlist-container .wcap-audio-small-toggle-btn,
.wcap-pro-audio-playlist-container .wcap-audio-title {
    display: inline-block;
}

.wcap-pro-audio-playlist-container .wcap-audio-number {
    display: inline-block;
}

.wcap-pro-audio-playlist-container .wcap-audio-number {
    display: inline-block;
    margin: 0 2px;
}

.wcap-pro-audio-playlist-container span#wcap_icon_select_audio {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    line-height: 23px;
    position: relative;
    width: 23px;
    background: #eaeaea;
    height: 23px;
}

.wcap-audio-playlist-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

/*--------------------------------------------------------------
  # Audio Player Animation
  --------------------------------------------------------------*/
.wcap-player-cl audio#audio_player {
    width: 100%;
    height: 40px;
    background: #f1f3f4;
}

.container_audio_play {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 0;
    color: #444;
    margin: 5px auto;
    overflow: hidden;
    border-bottom: 1px solid #dee3ec;
    display: flex;
    justify-content: space-between;
}

.container_audio_play .audio_colum1:last-child {
    margin: 0;
}

.container_audio_play .audio_colum1 {
    width: 8px;
    height: 2em;
    border-radius: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    position: relative;
}

.container_audio_play .audio_colum1 .audio_row {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to up, #7700aa, #8800ff);
    position: absolute;
    -webkit-animation: Rofa 10s infinite ease-in-out;
    animation: Rofa 10s infinite ease-in-out;
    bottom: 0;
}

.container_audio_play .audio_colum1:nth-of-type(1) .audio_row {
    -webkit-animation-delay: 3.99s;
    animation-delay: 3.99s;
}

.container_audio_play .audio_colum1:nth-of-type(2) .audio_row {
    -webkit-animation-delay: 3.80s;
    animation-delay: 3.80s;
}

.container_audio_play .audio_colum1:nth-of-type(3) .audio_row {
    -webkit-animation-delay: 3.70s;
    animation-delay: 3.70s;
}

.container_audio_play .audio_colum1:nth-of-type(4) .audio_row {
    -webkit-animation-delay: 3.60s;
    animation-delay: 3.60s;
}

.container_audio_play .audio_colum1:nth-of-type(5) .audio_row {
    -webkit-animation-delay: 3.50s;
    animation-delay: 3.50s;
}

.container_audio_play .audio_colum1:nth-of-type(6) .audio_row {
    -webkit-animation-delay: 3.40s;
    animation-delay: 3.40s;
}

.container_audio_play .audio_colum1:nth-of-type(7) .audio_row {
    -webkit-animation-delay: 3.30s;
    animation-delay: 3.30s;
}

.container_audio_play .audio_colum1:nth-of-type(8) .audio_row {
    -webkit-animation-delay: 3.20s;
    animation-delay: 3.20s;
}

.container_audio_play .audio_colum1:nth-of-type(9) .audio_row {
    -webkit-animation-delay: 3.10s;
    animation-delay: 3.10s;
}

.container_audio_play .audio_colum1:nth-of-type(10) .audio_row {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.container_audio_play .audio_colum1:nth-of-type(11) .audio_row {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.container_audio_play .audio_colum1:nth-of-type(12) .audio_row {
    -webkit-animation-delay: 2.10s;
    animation-delay: 2.10s;
}

.container_audio_play .audio_colum1:nth-of-type(13) .audio_row {
    -webkit-animation-delay: 2.20s;
    animation-delay: 2.20s;
}

.container_audio_play .audio_colum1:nth-of-type(14) .audio_row {
    -webkit-animation-delay: 1.30s;
    animation-delay: 1.30s;
}

.container_audio_play .audio_colum1:nth-of-type(15) .audio_row {
    -webkit-animation-delay: 1.40s;
    animation-delay: 1.40s;
}

.container_audio_play .audio_colum1:nth-of-type(16) .audio_row {
    -webkit-animation-delay: 1.50s;
    animation-delay: 1.50s;
}

.container_audio_play .audio_colum1:nth-of-type(17) .audio_row {
    -webkit-animation-delay: 1.60s;
    animation-delay: 1.60s;
}

.container_audio_play .audio_colum1:nth-of-type(18) .audio_row {
    -webkit-animation-delay: 1.70s;
    animation-delay: 1.70s;
}

.container_audio_play .audio_colum1:nth-of-type(19) .audio_row {
    -webkit-animation-delay: 1.80s;
    animation-delay: 1.80s;
}

.container_audio_play .audio_colum1:nth-of-type(20) .audio_row {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes Rofa {
    0% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: yellow;
    }
    5% {
        height: 100%;
        -webkit-transform: translatey(15px);
        transform: translatey(15px);
        background-color: fuchsia;
    }
    10% {
        height: 90%;
        transform: translatey(0);
        -webkit-transform: translatey(0);
        background-color: bisque;
    }
    15% {
        height: 80%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    20% {
        height: 70%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    25% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    30% {
        height: 70%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    35% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    40% {
        height: 60%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    45% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    50% {
        height: 50%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    55% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    60% {
        height: 40%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    65% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    70% {
        height: 30%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    75% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    80% {
        height: 20%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    85% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    90% {
        height: 10%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    95% {
        height: 5%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    100% {
        height: 0;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
}