/* Fontello Icons */
@font-face {
  font-family: 'cpr-fontello';
  src: url('https://www.capradio.org/Fonts/fontello.eot?11847340');
  src: url('https://www.capradio.org/Fonts/fontello.eot?11847340#iefix') format('embedded-opentype'),
       url('https://www.capradio.org/Fonts/fontello.woff?11847340') format('woff'),
       url('https://www.capradio.org/Fonts/fontello.ttf?11847340') format('truetype'),
       url('https://www.capradio.org/Fonts/fontello.svg?11847340#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cpr-fontello';
    src: url('https://www.capradio.org/Fonts/fontello.svg?11847340#fontello') format('svg');
  }
}
 
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cpr-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none; 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-play-circled:before { content: '\e826'; } /* 'î ¦' */
.icon-pause-circle:before { content: '\f28b'; } /* 'ïŠ‹' */

body {
    color: #494a4a;
    font-family: sans-serif;
    font-size: 14px;
    margin: 0;
}
.jp-audio {
    background-color: #e4e1e0;
    height: 72px;
    position: relative;
    min-width: 230px;
}
.jp-interface .jp-controls .jp-play, 
.jp-interface .jp-controls .jp-pause {
    font-size: 62px;
    color: #b22217;
    text-decoration: none;
}
.jp-progress {
    width: 50%;
    height: 25%;
    left: 90px;
    position: absolute;
    top: 25%;
}
.jp-seek-bar {
    background-color: #f1f0ef;
    cursor: pointer;
    height: 100%;
    width: 0;
}
div.jp-play-bar {
    background-color: #c8c3c0;
    height: 100%;
    width: 0;
}
.jp-time-holder {
    color: #837971;
    height: 80px;
    left: 90px;
    line-height: 2.1;
    position: absolute;
    top: 35px;
    font-size: 16px;
}
.jp-current-time, .jp-duration {
    display: inline;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20px;
}
.time-separator {
    display: inline;
    margin: 0;
    text-align: left;
}


/* -- XS -- */
@media only screen and (min-width: 480px) {

.jp-time-holder {
 position: unset;
 float: right;
 margin: 22px 20px 0 0;
}
.jp-progress {
 width: 40%;
 top: 37%;
}

} /* End XS */



/* -- SM -- */
@media only screen and (min-width: 768px) {

.jp-progress {
 width: 45%;
}

} /* End SM */











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
