/* Podcast Playr CSS */
/**
 * Oringinal - SoundManager 2: "Bar UI" player - CSS
 * Copyright (c) 2014, Scott Schiller. All rights reserved.
 * http://www.schillmania.com/projects/soundmanager2/
 * Code provided under BSD license.
 * http://schillmania.com/projects/soundmanager2/license.txt
 * -------------Modified by Ian Belanger for Podcast Playr-----------------
 */

@font-face {
  font-family: 'ppr-icon';
  src: url('../fonts/ppr-icon.eot?61260466');
  src: url('../fonts/ppr-icon.eot?61260466#iefix') format('embedded-opentype'),
       url('../fonts/ppr-icon.woff?61260466') format('woff'),
       url('../fonts/ppr-icon.ttf?61260466') format('truetype'),
       url('../fonts/ppr-icon.svg?61260466#ppr-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="ppr-icon-"]:before, [class*=" ppr-icon-"]:before {
  font-family: "ppr-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 100%;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  height: 100%;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.ppr-icon-clammr-icon:before { content: '\e800'; }
.ppr-icon-spin6:before { content: '\e801'; }
.ppr-icon-play:before { content: '\e802'; }
.ppr-icon-pause:before { content: '\e803'; }
.ppr-icon-to-end:before { content: '\e804'; }
.ppr-icon-to-start:before { content: '\e805'; }
.ppr-icon-ccw:before { content: '\e806'; }
.ppr-icon-cw:before { content: '\e807'; }
.ppr-icon-arrows-ccw:before { content: '\e808'; }
.ppr-icon-loop:before { content: '\e809'; }
.ppr-icon-shuffle:before { content: '\e80a'; }
.ppr-icon-fast-forward:before { content: '\e80b'; }
.ppr-icon-fast-backward:before { content: '\e80c'; }
.ppr-icon-download:before { content: '\e80d'; }
.ppr-icon-share:before { content: '\e80e'; }
.ppr-icon-twitter-1:before { content: '\e80f'; }
.ppr-icon-facebook-1:before { content: '\e810'; }
.ppr-icon-gplus-1:before { content: '\e811'; }
.ppr-icon-menu:before { content: '\e812'; }
.ppr-icon-volume:before { content: '\e813'; }
.ppr-icon-cancel-circled2:before { content: '\e814'; }
.ppr-icon-stumbleupon:before { content: '\e815'; }
.ppr-icon-linkedin-1:before { content: '\e816'; }


/* All Playrs */
#ppr-rate-value,
.seconds {
    display: inline-block;
    font-size: 0.75em;
    position: relative;
    text-align: center;
    top: 1.55em;
    width: 100%;
}
.ppr-inline-button.rate i {
    font-size: 1.5em;
    position: relative;
}

.entry-content .player_container .podcast-playr {
    margin: 0 auto;
}
 
input.get-link::-moz-selection {
    background-color: #999;
}
input.get-link::-webkit-selection {
    background-color: #999;
}
input.get-link::selection {
    background-color: #999;
}

.entry-content .podcast-playr {
    margin: 0 auto 2em;
}

.entry-content .podcast-playr.fixed {
    margin: 0 auto;
}

.podcast-playr.full-width.fixed embed,
.podcast-playr.full-width.fixed iframe,
.podcast-playr.full-width.fixed object {
    margin-bottom: 0;
}

.podcast-playr .bd .the-rows {
	display: table-row;
}

.ppr-inline-element.ppr-button-element .playr-thumb {
    display: flex;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.podcast-playr {
 position: relative;
 display: inline-block;
 width: 100%;
 font-family: helvetica, arial, verdana, sans-serif;
 font-weight: normal;
 /* prevent background border bleed */
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 /* because indeed, fonts do look pretty "fat" otherwise in this case. */
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 /* general font niceness? */
 font-smoothing: antialiased;
 text-rendering: optimizeLegibility;
 min-width: 20em;
 max-width: 30em;
 /* take out overflow if you want an absolutely-positioned playlist dropdown. */
 border-radius: 2px;
 /* just for fun (animate normal / full-width) */
 transition: max-width 0.2s ease-in-out;
}

.podcast-playr .ppr-playlist li {
 text-align: center;
 margin-top: -2px;
 font-size: 95%;
 line-height: 1em;
}

.podcast-playr ul {
 line-height: 1em;
}

.podcast-playr .ppr-playlist li .load-error {
  cursor: help;
}

.podcast-playr.full-width {
 max-width: 100%;
 z-index: 5;
}

.podcast-playr.fixed {
 position: fixed !important;
 top: auto;
 bottom: 0px;
 left: 0px;
 border-radius: 0px;
 /* so the absolutely-positioned playlist can show... */
 overflow: visible;
 /* and this should probably have a high z-index. tweak as needed. */
 z-index: 9999;
}

.ppr.top-playr .podcast-playr.fixed {
    bottom: auto;
    top: 0;
}

.ppr.top-playr.admin-bar .podcast-playr.fixed {
    top: 32px;
}

.podcast-playr.fixed .bd,
.podcast-playr.bottom .bd {
 border-radius: 0px;
 border-bottom: none;
}

.podcast-playr.bottom {
 top: auto;
 bottom: 0px;
 left: 0px;
 border-radius: 0px;
 overflow: visible;
}

.podcast-playr.playlist-open .bd {
 border-bottom-left-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-color: transparent;
}

.podcast-playr .bd,
.podcast-playr .ppr-extra-controls {
 position: relative;
 background-color: #2288cc;
}

.podcast-playr.no-volume .ppr-volume {
 /* mobile devices (android + iOS) ignore attempts to set volume. */
 display: none;
}

.podcast-playr .bd {
 	display: table;
	border-bottom: none;
 	table-layout: fixed;
}

.podcast-playr .ppr-playlist-wrapper {
 background-color: rgba(0,0,0,0.1);
}

.podcast-playr .ppr-extra-controls .bd {
 background-color: rgba(0,0,0,0.2);
}

.podcast-playr .ppr-extra-controls {
 background-color: transparent;
 border: none;
}

.podcast-playr .ppr-extra-controls .bd {
 /* override full-width table behaviour */
 display: block;
 border: none;
}

.podcast-playr .ppr-extra-controls .ppr-inline-element {
 display: inline-block;
}

.podcast-playr,
.podcast-playr .bd a {
 color: #fff;
}

.podcast-playr .bd a {
    border: medium none;
    box-shadow: none;
    text-decoration: none;
}

.podcast-playr .bd .ppr-extra-controls .ppr-button-element:active .ppr-inline-button,
.podcast-playr .bd .active .ppr-inline-button/*,
.podcast-playr.playlist-open .ppr-menu a */{
 -ms-transform: scale(0.9);
 -webkit-transform: scale(0.9);
 -webkit-transform-origin: 50% 50%;
 /* firefox doesn't scale quite right. */
 transform: scale(0.9);
 transform-origin: 50% 50%;
 /* firefox doesn't scale quite right. */
 -moz-transform: none;
}

.podcast-playr .bd .ppr-extra-controls .ppr-button-element:active {
 /* box shadow is excessive on smaller elements. */
 box-shadow: none;
}

.podcast-playr {
 /* base font size */
 font-size: 15px;
 text-shadow: none;
}

.podcast-playr .ppr-inline-element {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 padding: 0px;
 overflow: hidden;
}

.podcast-playr .ppr-inline-element,
.podcast-playr .ppr-button-element .ppr-button-bd {
 position: relative;
 /**
  * .ppr-button-bd exists because of a Firefox bug from 2000
  * re: nested relative / absolute elements inside table cells.
  * https://bugzilla.mozilla.org/show_bug.cgi?id=63895
  */
}

.podcast-playr .ppr-inline-element,
.podcast-playr .ppr-button-element .ppr-button-bd {
 /**
  * if you play with UI width/height, these are the important ones.
  * NOTE: match these values if you want square UI buttons.
  */
	width: 2.8em;
	height: 2.8em;
}

.podcast-playr .ppr-inline-button {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.podcast-playr .ppr-extra-controls .bd {
 /* don't double-layer. */
 background-image: none;
 background-color: rgba(0,0,0,0.15);
}

.podcast-playr .ppr-extra-controls .ppr-inline-element {
 width: 25px; /* bare minimum */
 min-height: 1.75em;
 min-width: 2.5em;
}

.podcast-playr .ppr-inline-status {
 line-height: 100%;
 /* how much to allow before truncating song artist / title with ellipsis */
 display: inline-block;
 min-width: 200px;
 max-width: 20em;
 /* a little more spacing */
 padding-left: 0.75em;
 padding-right: 0.75em;
}

.podcast-playr .ppr-inline-element {
 border-right: 0.075em solid rgba(0,0,0,0);
}

.podcast-playr .ppr-inline-element.noborder {
 border-right: none;
}

.podcast-playr .ppr-inline-element.compact {
 min-width: 2em;
 padding: 0px 0.25em;
}

.podcast-playr .ppr-inline-element:first-of-type {
 border-top-left-radius: 3px;
 border-bottom-left-radius: 3px;
 overflow: hidden;
}

.podcast-playr .ppr-inline-element:last-of-type {
 border-right: none;
 border-top-right-radius: 3px;
 border-bottom-right-radius: 3px;
}

.podcast-playr .ppr-inline-status a:hover {
 background-color: transparent;
 text-decoration: underline;
}

.ppr-inline-time,
.ppr-inline-duration {
 display: table-cell;
 width: 1%;
 font-size: 75%;
 line-height: 0.9em;
 min-width: 2em; /* if you have sounds > 10:00 in length, make this bigger. */
 vertical-align: middle;
}

.podcast-playr .ppr-playlist {
 position: relative;
 height: 1.45em;
}

.podcast-playr .ppr-playlist-target {
 /* initial render / empty case */
 position: relative;
 min-height: 1em;
}

.podcast-playr .ppr-playlist ul {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 list-style-type: none;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.podcast-playr p,
.podcast-playr .ppr-playlist ul,
.podcast-playr .ppr-playlist ul li {
 margin: 0px;
 padding: 0px;
}

.podcast-playr .ppr-playlist ul li {
 position: relative;
}

.podcast-playr .ppr-playlist ul li,
.podcast-playr .ppr-playlist ul li a {
 position: relative;
 display: block;
 /* prevent clipping of characters like "g" */
 height: 1.5em;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 text-align: center;
}

.ppr-row {
 position: relative;
 display: table-row;
}

.ppr-progress-bd {
 /* spacing between progress track/ball and time (position) */
 padding: 0px 0.8em;
}

.ppr-progress .ppr-progress-track,
.ppr-progress .ppr-progress-ball,
.ppr-progress .ppr-progress-bar {
 position: relative;
 width: 100%;
 height: 0.65em;
 border-radius: 0.65em;
}

.ppr-progress .ppr-progress-bar {
 /* element which follows the progres "ball" as it moves */
 position: absolute;
 left: 0px;
 top: 0px;
 width: 0px;
 background-color: rgba(0,0,0,0.33);
 background-image: url(../images/black-33.png);
 background-image: none, none;
}

.volume-shade,
.playing .ppr-progress .ppr-progress-track,
.paused .ppr-progress .ppr-progress-track {
 cursor: pointer;
}

.playing .ppr-progress .ppr-progress-ball {
 cursor: -moz-grab;
 cursor: -webkit-grab;
 cursor: grab;
}

.ppr-progress .ppr-progress-ball {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 1em;
 height: 1em;
 margin: -0.2em 0px 0px -0.5em;
 width: 14px;
 height: 14px;
 margin: -2px 0px 0px -7px;
 width: 0.9333em;
 height: 0.9333em;
 margin: -0.175em 0px 0px -0.466em;
 background-color: #fff;
 padding: 0px;
/*
 z-index: 1;
*/
 -webkit-transition: -webkit-transform 0.15s ease-in-out;
 transition: transform 0.15s ease-in-out;
}

.ppr-progress .ppr-progress-track {
 background-color: rgba(0,0,0,0.4);
 background-image: url(../images/black-33.png); /* legacy */
 background-image: none, none; /* modern browsers */
}

/* scrollbar rules have to be separate, browsers not supporting this syntax will skip them when combined. */
.ppr-playlist-wrapper ul::-webkit-scrollbar-track {
 background-color: rgba(0,0,0,0.4);
}

.playing.grabbing .ppr-progress .ppr-progress-track,
.playing.grabbing .ppr-progress .ppr-progress-ball {
 cursor: -moz-grabbing;
 cursor: -webkit-grabbing;
 cursor: grabbing;
}

.podcast-playr.grabbing .ppr-progress .ppr-progress-ball {
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
}

.ppr-inline-button {
 background-position: 50% 50%;
 background-repeat: no-repeat;
 /* hide inner text */
 line-height: 1em;
 /**
  * image-rendering seems to apply mostly to Firefox in this case. Use with caution.
  * https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering#Browser_compatibility
  */
 image-rendering: -moz-crisp-edges;
 image-rendering: -webkit-optimize-contrast;
 image-rendering: crisp-edges;
 -ms-interpolation-mode: nearest-neighbor;
 -ms-interpolation-mode: bicubic;
}

.ppr-inline-button span.screen-reader-text {
 	clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.ppr-inline-button i {
    font-size: 2em;
    height: 100%;
    width: 100%;
}

.play-pause .ppr-icon-play,
.play-pause:hover .ppr-icon-play,
.paused .play-pause:hover .ppr-icon-play {
	display: inline-block;
}

.play-pause .ppr-icon-pause,
.playing .play-pause .ppr-icon-play {
	display: none;
}

.playing .play-pause .ppr-icon-pause {
	display: inline-block;
}
.ppr-volume .ppr-button-bd .ppr-volume-control {
    /*background-color:#888;*/
    position:absolute;
    clip: rect(0px,28px,30px,0px);
    width: 2em;
    height: 0;
    border-style: solid;
    border-width: 0 0 1em 2em;
    border-color: transparent transparent #007bff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #007bff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	top: 1em;
	left: 0.35em;
}

.ppr-volume-control,
.ppr-volume-shade {
 background-position: 42% 50%;
 background-size: 56%;
}

.ppr-volume .ppr-button-bd .volume-shade {
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1em 2em;
    border-color: transparent transparent #999 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #999 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	top: 1em;
	left: 0.35em;
}

.ppr-playlist-wrapper ul li .ppr-row {
  display: table;
  width: 100%;
}

.ppr-playlist-wrapper ul li .ppr-col {
 display: table-cell;
 vertical-align: top;
 /* by default, collapse. */
 width: 0%;
}

.ppr-playlist-wrapper ul li .ppr-col.ppr-wide {
 /* take 100% width. */
 width: 100%;
}

.ppr-playlist-wrapper ul li .ppr-icon {
 display: inline-block;
 overflow: hidden;
 width: 2em;
 color: transparent !important; /* hide text */
 white-space: nowrap; /* don't let text affect height */
 padding-left: 0px;
 padding-right: 0px;
 text-indent: 2em; /* IE 8, mostly */
}

.ppr-playlist-wrapper ul li .ppr-icon,
.ppr-playlist-wrapper ul li:hover .ppr-icon,
.ppr-playlist-wrapper ul li.selected .ppr-icon {
 background-size: 55%;
 background-position: 50% 50%;
 background-repeat: no-repeat;
}

.ppr-playlist-wrapper ul li .ppr-col {
 /* sibling table cells get borders. */
 border-right: 1px solid rgba(0,0,0,0.075);
}

.ppr-playlist-wrapper ul li.selected .ppr-col {
 border-color: rgba(255,255,255,0.075);
}

.ppr-playlist-wrapper ul li .ppr-col:last-of-type {
  border-right: none;
}

.ppr-playlist-wrapper ul li .ppr-icon:hover {
 background-color: rgba(0,0,0,0.33);
}

.podcast-playr .ppr-playlist-wrapper ul li .ppr-icon:hover {
 background-color: rgba(0,0,0,0.45);
}

.podcast-playr.dark-text .ppr-playlist-wrapper ul li.selected .ppr-icon:hover {
 background-color: rgba(255,255,255,0.25);
 border-color: rgba(0,0,0,0.125);
}

.ppr-progress-ball .icon-overlay {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: none, url(../images/icomoon/free-25px-000000/SVG/spinner.svg);
 background-size: 72%;
 background-position: 50%;
 background-repeat: no-repeat;
 display: none; 
}

.playing.buffering .ppr-progress-ball .icon-overlay {
 display: block;
 -webkit-animation: spin 0.6s linear infinite;
 animation: spin 0.6s linear infinite;
}

@-webkit-keyframes spin {
 0% {
  -webkit-transform: rotate(0deg);
 }
 100% {
  -webkit-transform: rotate(360deg);
 }
}

@-moz-keyframes spin {
 0% {
  transform: rotate(0deg);
 }
 100% {
  transform: rotate(360deg);
 }
}

@keyframes spin {
 0% {
  transform: rotate(0deg);
 }
 100% {
  transform: rotate(360deg);
 }
}

.ppr-element ul {
 font-size: 95%;
 list-style-type: none;
}

.ppr-element ul,
.ppr-element ul li {
 margin: 0px;
 padding: 0px;
}

/* Share Drawer 
--------------------------------------------- */
.podcast-playr .bd.ppr-share {
	background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 0;
    display: none;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.fixed .bd.ppr-share {
	bottom: 0;
    top: auto;
}
.bd.ppr-share .interior {
    height: 100%;
	padding: 4px;
}
.bd.ppr-share ul {
    display: block;
	margin-bottom: 2px;
}
.bd.ppr-share ul li {
    display: inline-block;
    font-size: 1.6em;
    vertical-align: middle;
}
.bd.ppr-share ul li a {
    display: block;
    height: 100%;
    padding: 0 10px;
}
.bd.ppr-share ul li a i {
}

.bd.ppr-share .copy-links {
    bottom: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
}
.bd.ppr-share .copy-links .get-link {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    border: 1px solid #737373;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 0.75em;
    padding: 4px;
    width: calc(100% - 120px);
}
.bd.ppr-share .copy-links .get-link.the-post,
.bd.ppr-share .copy-links #switch.mp3-btn {
    display: none;
}
.bd.ppr-share .copy-links #switch {
    background: #eee none repeat scroll 0 0;
    border: medium none;
	border-radius: 0;
    color: #000;
    float: right;
    font-size: 0.75em;
    margin-right: 0;
    min-height: 25px;
    padding: 5px 10px;
    vertical-align: middle;
    width: 120px;
}
.bd.ppr-share .share-close {
	cursor: pointer;
    padding-right: 8px;
    position: absolute;
    right: 0;
    top: 0;
}
.bd.ppr-share .share-close i {
    font-size: 1.4em;
}

/* Playlist Drawer
--------------------------------------------------- */
.bd.ppr-playlist-drawer {
 z-index: 3;
 border-radius: 0px;
 width: 100%;
 height: 0px;
 border: none;
 background-image: none;
 display: block;
 overflow: hidden;
 transition: height 0.2s ease-in-out;
}

.podcast-playr.fixed .bd.ppr-playlist-drawer,
.podcast-playr.bottom .bd.ppr-playlist-drawer {
 position: absolute;
}

.podcast-playr.fixed .ppr-playlist-wrapper,
.podcast-playr.bottom .ppr-playlist-wrapper {
 padding-bottom: 0px;
}

.podcast-playr.fixed .bd.ppr-playlist-drawer,
.podcast-playr.bottom .bd.ppr-playlist-drawer {
 	bottom: 2.8em;
}

.podcast-playr.fixed.top .bd.ppr-playlist-drawer {
	bottom: auto !important;
}

.podcast-playr .bd.ppr-playlist-drawer {
 opacity: 0.5;
 transform: translateZ(0);
}

.podcast-playr.playlist-open .bd.ppr-playlist-drawer {
 height: auto;
 opacity: 1;
}

.podcast-playr.playlist-open .bd.ppr-playlist-drawer a {
 -webkit-filter: none;
}

.podcast-playr.fixed.playlist-open .bd.ppr-playlist-drawer .ppr-playlist-wrapper,
.podcast-playr.bottom.playlist-open .bd.ppr-playlist-drawer .ppr-playlist-wrapper {
 padding-bottom: 0.5em;
 box-shadow: none;
}

.podcast-playr .bd.ppr-playlist-drawer {
 transition: all 0.2s ease-in-out;
 transition-property: transform, height, opacity, background-color, -webkit-filter;
}

.podcast-playr .bd.ppr-playlist-drawer a {
 transition: -webkit-filter 0.2s ease-in-out;
}

.podcast-playr .bd.ppr-playlist-drawer .ppr-inline-texture {
 background-position: 0px -2.8em;
}

.ppr-box-shadow {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 box-shadow: inset 0px 1px 6px rgba(0,0,0,0.15);
}

.ppr-playlist-wrapper {
 position: relative;
 padding: 0.5em 0.5em 0.5em 0.25em;
 background-image: none, none;
}

.ppr-playlist-wrapper ul {
 max-height: 9.25em;
 overflow: auto;
}

.ppr-playlist-wrapper ul li {
 border-bottom: 1px solid rgba(0,0,0,0.05);
}

.ppr-playlist-wrapper ul li:nth-child(odd) {
 background-color: rgba(255,255,255,0.03);
}

.ppr-playlist-wrapper ul li a {
 display: block;
 padding: 0.5em 0.25em 0.5em 0.75em;
 margin-right: 0px;
 font-size: 90%;
 vertical-align: middle;
}

.ppr-playlist-wrapper ul li a.ppr-exclude {
 display: inline-block;
}

.ppr-playlist-wrapper ul li a.ppr-exclude .label {
 font-size: 95%;
 line-height: 1em;
 margin-left: 0px;
 padding: 2px 4px;
}

.ppr-playlist-wrapper ul li:hover a {
 background-color: rgba(0,0,0,0.20);
 background-image: url(../images/black-20.png);
 background-image: none, none;
}

.ppr-playlist-wrapper ul li.selected a {
 background-color: rgba(0,0,0,0.25);
 background-image: url(../images/black-20.png);
 background-image: none, none;
}

.podcast-playr .disabled {
 filter: alpha(opacity=33); /* <= IE 8 */
 opacity: 0.33;
}

.podcast-playr .bd .ppr-button-element.disabled:hover {
 background-color: transparent;
}

.podcast-playr .active,
.podcast-playr.playlist-open .ppr-menu:hover {
 box-shadow: inset 0px 0px 2px rgba(0,0,0,0.1);
 background-image: none;
}

.firefox-fix {
 /**
  * This exists because of a Firefox bug from 2000
  * re: nested relative / absolute elements inside table cells.
  * https://bugzilla.mozilla.org/show_bug.cgi?id=63895
  */
 position: relative;
 display: inline-block;
 width: 100%;
 height: 100%;
}

/* some custom scrollbar trickery, where supported */

.ppr-playlist-wrapper ul::-webkit-scrollbar {
 width: 10px;
}

.ppr-playlist-wrapper ul::-webkit-scrollbar-track {
 background: rgba(0,0,0,0.33);
 border-radius: 10px;
}
 
.ppr-playlist-wrapper ul::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background: #fff;
}

.ppr-extra-controls {
 font-size: 0px;
 text-align: center;
}

.podcast-playr .label {
 position: relative;
 display: inline-block;
 font-size: 0.7em;
 margin-left: 0.25em;
 vertical-align: top;
 background-color: rgba(0,0,0,0.25);
 border-radius: 3px;
 padding: 0px 3px;
 box-sizing: padding-box;
}

.podcast-playr .ppr-playlist-drawer .label {
 font-size: 0.8em;
 padding: 0px 3px;
}

/* --- full width stuff --- */

.podcast-playr .ppr-inline-element {
 display: table-cell;
}

.podcast-playr .ppr-inline-status {
 width: 100%;
 min-width: 100%;
 max-width: 100%;
}

.podcast-playr > .bd {
 width: 100%;
}

.podcast-playr .ppr-playlist-drawer {
 display: block;
 overflow: hidden;
}

/* Smart Podcast Player Styles
------------------------------------------ */
body.ppr.spp .smart-track-player .spp-track {
    width: 100% !important;
}
body.ppr.spp .entry-content .podcast-playr .smart-track-player {
    margin: 0;
}
body.home.ppr.spp .smart-track-player .spp-track {
    width: 100% !important;
}
body.home.ppr.spp .podcast-playr .smart-track-player {
    margin: 0;
}
body.ppr.spp .podcast-playr.fixed .smart-track-player .spp-track .spp-controls .spp-share-options::before {
    border-color: rgba(0, 0, 0, 0.77) transparent transparent;
    border-width: 8px 10px;
    bottom: -16px;
    top: auto;
}
body.ppr.spp .podcast-playr.fixed .smart-track-player .spp-track .spp-controls .spp-share-options {
    top: -94px;
}

body.home .podcast-playr {
    background: #eeeeee;
}

/* Simple Podcast Press
---------------------------------------------------------- */
.sppbuttons {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Media Queries
-------------------------------------------------------------------------------- */

@media only screen and (max-width: 780px) {
	
}

@media only screen and (max-width: 640px) {
	
	.podcast-playr .ppr-inline-element.ppr-volume,
	.podcast-playr .ppr-inline-element.ppr-prev,
	.podcast-playr .ppr-inline-element.ppr-next {
		display: none;
	}
	.podcast-playr {
		min-width: 1em;
	}
}

@media only screen and (max-width: 480px) {
	
	.podcast-playr .ppr-inline-element.the-thumb {
		display: none;
	}
	.podcast-playr .bd.ppr-share {
		width: 100% !important;
	}
	.bd.ppr-share .copy-links {
		display: none;
	}
}

@media only screen and (max-width: 360px) {
	
	.bd.ppr-share ul li a {
		padding: 0 5px;
	}
}
