.cue-playlist, .cue-playlist * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cue-playlist .cue-track {
    border-style: solid;
    width: 100%;
    border-color: #f6f7f7
}

.cue-audio {
    display: none
}

.cue-playlist {
    border-radius: 5px;
    font-family: 'Cardo', sans-serif; 
    font-size: 14px;
    line-height: 1;
}

.cue-playlist .cue-track {
    border-width: 1px 0 0;
    color: grey;
    cursor: pointer;
    display: table;
    margin: 0;
    padding: 0
}

.cue-playlist .cue-track .cue-track-cell {
    display: table-cell;
    vertical-align: middle
}

.cue-playlist .cue-track .cue-track-details {
    padding: 28px 0 28px 5%;
    line-height: 14px
}

.cue-playlist .cue-track .cue-track-details .cue-track-title {
    color: #898989;
    display: block;
}

.cue-playlist .cue-track .cue-track-details .cue-track-artist {
    display: none
}

.cue-playlist.is-playlist-hidden .cue-tracks, .cue-playlist.max-width-200 .cue-track .cue-track-length {
    display: none
}

.cue-playlist .cue-track .cue-track-length {
    font-size: 14px;
    padding: 28px 5% 28px 0;
    text-align: right;
}

.cue-playlist .cue-track.is-current, .cue-playlist .cue-track:hover {
    background-color: #fafbfb
}

.cue-playlist .cue-tracks {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0
}

.cue-playlist .entry-content ol.cue-tracks, .cue-playlist .entry-content ol.cue-tracks li.cue-track, .cue-playlist .widget ol.cue-tracks li.cue-track {
    margin: 0;
    padding: 0
}

.cue-playlist.max-width-200 .cue-track {
    border-color: rgba(0, 0, 0, .1);
    border-width: 0 0 1px
}

.cue-playlist.max-width-200 .cue-track .cue-track-details {
    padding: 8px 10px
}

.cue-playlist.max-width-200 .cue-track .cue-track-details .cue-track-title {
    font-weight: 400
}

.cue-playlist.max-width-200 .cue-track.is-current, .cue-playlist.max-width-200 .cue-track:hover {
    background: 0 0
}

.cue-playlist.max-width-200 .cue-track.is-current .cue-track-details .cue-track-title, .cue-playlist.max-width-200 .cue-track:hover .cue-track-details .cue-track-title {
    font-weight: 700
}

.cue-playlist.max-width-200 .cue-track:last-of-type {
    border-bottom-width: 0
}

.cue-playlist.max-width-200 .cue-tracks {
    background: rgba(255, 255, 255, .8);
    border-width: 0;
    box-shadow: none;
    max-height: 100%
}

@media only screen and (min-width: 600px) {
}

.cue-skin-default.mejs-container {
    background: #fff;
    height: 142px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%
}

.cue-skin-default.mejs-container .mejs-inner {
    padding: 0;
    position: relative;
    z-index: 10
}

.cue-skin-default.mejs-container .mejs-mediaelement {
    background: 0 0
}

.cue-skin-default.mejs-container .mejs-track-artwork {
    float: left;
    max-height: 185px;
    position: relative;
    max-width: 185px;
}

.cue-skin-default.mejs-container .mejs-track-artwork:before {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cue-skin-default.mejs-container .mejs-track-artwork img {
    /*display: block;
    height: 100%;
    width: 100%*/
}

.cue-skin-default.mejs-container .mejs-track-details {
    color: #000;
    padding: 35px 0 0 20%;
}

.cue-skin-default.mejs-container .mejs-track-details .mejs-track-artist {
    display: block;
    font-family: 'ProximaNova',sans-serif;
    font-size: 14px;
    color:#f39324;
}

.cue-skin-default.mejs-container .mejs-track-details .mejs-track-title {
    display: block;
    font-size: 25px;
    font-weight: normal;
    color:#1a1a1a;
    font-family: 'Cardo', sans-serif;
    text-transform: uppercase;
}

.cue-skin-default.mejs-container .mejs-controls {
    background: #f6f7f7;
    display: block;
    margin-top: 15px;
    position: absolute;
    left:20%;
    top:78px;
    width: 76.4%;
    box-sizing: border-box;
    padding: 20px;
    height: 51px;
}

.cue-skin-default.mejs-container .mejs-controls div {
    height: auto;
    width: auto
}

.cue-skin-default.mejs-container .mejs-controls .mejs-button button {
    background: 0 0;
    border-color: #000;
    border-radius: 0;
    border-style: solid;
    box-shadow: none;
    height: 20px;
    margin: 0;
    outline: 0;
    position: relative;
    -webkit-transition: none;
    transition: none;
    width: 20px
}

.cue-skin-default.mejs-container .mejs-controls .mejs-button button:before {
    content: ""
}

.cue-skin-default.mejs-container .mejs-controls .mejs-button button:active, .cue-skin-default.mejs-container .mejs-controls .mejs-button button:focus {
    background: 0 0;
    box-shadow: none;
    outline: 0
}

.cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button {
    cursor: pointer;
    height: 11px;
    width: 11px;
    margin:0 10px 0 0;
}

.cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button button {
    height: 10px;
    width: 10px
}

.cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button:hover, .is-playing .cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button {
}

.cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button.mejs-pause button {
    border-width: 0 4px;
    margin: 0;
}

.cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button.mejs-play button {
    border-color: transparent #000;
    border-style: inset solid;
    border-width: 5px 0 5px 10px;
    height: 0;
    margin: 0;
    width: 0
}

.cue-skin-default.mejs-container .mejs-controls .mejs-next-button, .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button {
    cursor: pointer;
    height: 11px;
    position: relative;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 11px
}

.cue-skin-default.mejs-container .mejs-controls .mejs-next-button button, .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button button {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    height: 11px;
    margin: 0;
    width: 11px;
}

.cue-skin-default.mejs-container .mejs-controls .mejs-next-button button:before, .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button button:before {
    /*background: #fff;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    top: -7px;
    right: -2px;
    width: 3px*/
}

.cue-skin-default.mejs-container .mejs-controls .mejs-next-button:hover, .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button:hover {
    opacity: 1
}

.cue-skin-default.mejs-container .mejs-controls .mejs-previous-button {
    margin-right: 10px
}

.cue-skin-default.mejs-container .mejs-controls .mejs-previous-button button {
    background: url(prev.png) 0 0 no-repeat !important;
}
.cue-skin-default.mejs-container .mejs-controls .mejs-next-button button {
    background: url(next.png) 0 0 no-repeat !important;
}
.cue-skin-default.mejs-container .mejs-controls .mejs-previous-button button:before {
    right: 0;
    left: 0
}

.cue-skin-default.mejs-container .mejs-controls .mejs-time-rail {
    box-shadow: 0 -1px rgba(255, 255, 255, .2);
    height: 6px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 23px;
    left: 92px;
    width: 88% !important;
}

.cue-skin-default.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #ebecec;
    border-radius: 0;
    height: 6px;
    margin: 0;
    width: 100%
}

.cue-skin-default.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
    background: #f39324;
    border-radius: 0;
    border-width: 0;
    display: block;
    height: 6px;
    position: absolute;
    top: 0;
    width: 5px
}

.cue-skin-default.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current, .cue-skin-default.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: 0 0;
    height: 6px;
    border-radius: 0;
}

.cue-skin-default.mejs-container .mejs-controls .mejs-time {
    height: 16px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    right: 60px;
    bottom: 25px
}

.cue-skin-default.mejs-container .mejs-controls .mejs-time span {
    color: #fff;
    line-height: 16px;
    margin: 0
}

.cue-skin-default.mejs-container .mejs-controls .mejs-time .mejs-time-separator {
    padding: 0 5px
}

.cue-skin-default.mejs-container .mejs-player-background {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    height: auto;
    max-width: 120%;
    opacity: .9;
    position: absolute;
    top: -50%;
    right: -10%;
    left: -10%;
    width: 120%;
    z-index: 0;
    display:none;
}

.cue-skin-default.mejs-container .mejs-audiotheme-mark {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20132.387%2071.867%22%20enable-background%3D%22new%200%200%20132.387%2071.867%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M124.822%2035.934c0%2011.167-3.125%2021.605-8.543%2030.489l6.52%203.845c6.084-10.01%209.589-21.764%209.589-34.334%200-11.988-3.202-23.222-8.776-32.921l-6.516%203.843c4.906%208.571%207.726%2018.493%207.726%2029.078z%22%2F%3E%3Cpath%20d%3D%22M7.565%2035.934c0-10.562%202.807-20.462%207.694-29.021l-6.519-3.836c-5.551%209.684-8.74%2020.895-8.74%2032.857%200%2012.544%203.491%2024.272%209.552%2034.27l6.521-3.836c-5.398-8.874-8.508-19.29-8.508-30.434z%22%2F%3E%3Cpath%20d%3D%22M109.692%2035.934c0%208.361-2.364%2016.168-6.453%2022.798l6.52%203.846c4.754-7.757%207.499-16.88%207.499-26.644%200-9.182-2.436-17.79-6.678-25.235l-6.516%203.843c3.576%206.318%205.628%2013.613%205.628%2021.392z%22%2F%3E%3Cpath%20d%3D%22M22.695%2035.934c0-7.761%202.042-15.042%205.604-21.35l-6.52-3.835c-4.224%207.434-6.649%2016.024-6.649%2025.185%200%209.743%202.731%2018.848%207.469%2026.596l6.524-3.838c-4.075-6.624-6.428-14.415-6.428-22.758z%22%2F%3E%3Cpath%20d%3D%22M66.193%200c-19.845%200-35.933%2016.088-35.933%2035.934%200%2019.845%2016.088%2035.934%2035.934%2035.934s35.934-16.089%2035.934-35.934c-.001-19.846-16.089-35.934-35.935-35.934zm0%2064.302c-15.667%200-28.369-12.701-28.369-28.368%200-15.668%2012.701-28.369%2028.369-28.369s28.369%2012.701%2028.369%2028.369c0%2015.667-12.701%2028.368-28.369%2028.368z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52.918%2040.505c0-4.153%202.585-7.08%207.077-7.08%202.52%200%206.878.476%2010.553%201.157v-5.923c0-.408-.273-.681-.681-.681h-7.013c-.406%200-.679.272-.679.681v2.111l-8.851-1.498v-2.451c0-3.88%203.201-7.08%207.081-7.08h12.457c3.88%200%207.079%203.2%207.079%207.08v25.188h-9.054v-1.565c-2.859%201.157-8.304%202.245-10.893%202.245-4.492%200-7.077-2.926-7.077-7.079v-5.105zm17.63.953c0-.544-.273-.817-.681-.885-2.451-.272-6.33-.477-7.08-.477-.41%200-.68.272-.68.681v4.152c0%20.409.27.681.68.681.75%200%206.126-1.089%207.08-1.43.408-.136.681-.408.681-.884v-1.838z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    opacity: .6;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 25px;
    text-indent: 100%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    white-space: nowrap;
    width: 30px;
    display: none;
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-layers, .cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-track-artwork img {
    height: 100%;
    width: 100%
}

.cue-skin-default.mejs-container .mejs-audiotheme-mark:hover {
    opacity: 1
}

.cue-tracks-count-1 .cue-skin-default.mejs-container .mejs-controls .mejs-next-button, .cue-tracks-count-1 .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button {
    display: none
}

.no-css-filters.no-svg-filters .cue-skin-default.mejs-container .mejs-player-background {
    opacity: .3
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container {
    height: auto;
    padding-bottom: 100%
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-inner {
    height: auto;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-track-artwork {
    box-shadow: none;
    float: none;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-track-artwork:before {}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-track-artwork:after {
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-track-details {
    padding: 0 20px;
    position: absolute;
    bottom: 45px;
    text-align: center;
    width: 100%;
    z-index: 5
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-track-details .mejs-track-title {
    font-size: 14px
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls {
    height: 0;
    margin: 0
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button {
    border-radius: 35px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    z-index: 5
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button button {
    margin: 25px 27px
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button.mejs-play button {
    margin: 25px 25px 25px 29px
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-next-button, .cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button {
    background: rgba(0, 0, 0, .5);
    border-radius: 18px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .5);
    height: 36px;
    margin-top: -18px;
    margin-left: 58px;
    opacity: .6;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    z-index: 5
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-next-button button, .cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button button {
    margin: 10px 12px
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-next-button:hover, .cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button:hover {
    box-shadow: 0 0 0 2px #fff;
    opacity: 1
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button {
    margin-left: -94px
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-time-rail {
    z-index: 5
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-time {
    position: absolute;
    right: auto;
    bottom: 24px;
    text-align: center;
    width: 100%;
    z-index: 5
}

.cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-controls .mejs-time span {
    display: inline-block;
    float: none
}

.cue-playlist.max-width-300 .cue-skin-default.mejs-container .mejs-track-details, .cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-audiotheme-mark, .cue-playlist.max-width-380 .cue-skin-default.mejs-container .mejs-player-background {
    display: none
}

.cue-playlist.max-width-200 .cue-skin-default.mejs-container {
    border-radius: 0
}

.cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button {
    border-radius: 25px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px
}

.cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button.mejs-pause button {
    margin: 15px 17px
}

.cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-playpause-button.mejs-play button {
    margin: 15px 15px 15px 19px
}

.cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-next-button, .cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button {
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    height: 16px;
    margin-top: -8px;
    margin-left: 45px;
    width: 16px
}

.cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-next-button button, .cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button button {
    margin: 0
}

.cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-next-button:hover, .cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button:hover {
    box-shadow: none
}

.cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-previous-button {
    margin-left: -65px
}

.cue-playlist.max-width-200 .cue-skin-default.mejs-container .mejs-controls .mejs-time {
    bottom: 20px
}
.mejs-time-current{background: #f39324 !important;}
.mejs-container .mejs-controls .mejs-time{display: none;}
.is-current span, .cue-playlist .cue-track:hover span{color:#000 !important;}
