.u-hamburger--white .u-hamburger__inner, .u-hamburger--white .u-hamburger__inner::before, .u-hamburger--white .u-hamburger__inner::after {
  background-color: #263A5B;
}
.arrow-v {
    background-color: #7255FF !important;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: cente
}

.fa-arrow {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#header {
    background: #fff !important;
}

.aLink {
    color: #263A5B !important;
}

.bg-lightv {
    border-radius: 5px;
}


#wpdm-audio-player .progress {
    /*min-width: 250px;*/
    height: 38px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    background: rgba(0, 0, 0, 0.06)
}

#wpdm-audio-player .progress-bar {
    opacity: 0.8;
}

#wpdm-audio-player #mins {
    line-height: 36px;
}

#wpdm-audio-player #played {
    line-height: 36px;
    left: 15px;
}

#wpdm-audio-player .volumctrl {
    position: absolute;
    right: 0;
    width: 100px;
    top: -40px;
    padding: 7px 10px 0;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #fcfcfc;
    display: none;
}

#wpdm-audio-player .volumctrl input {
    max-width: 100%;
    margin: 0;
}

.pending-corsor {
    padding-left: 0px !important;
}