@charset "utf-8";
/* CSS Document */ 
 
/* Player */


.som {
  font-size: 0.925em;
  padding: 0%;
}

.som a {
  color: #09c;
}

.som a:hover, .som a:focus, .som a:active {
  color: #069;
}

.visually-hidden, .pcast-player button span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.play {
	margin: 0 auto;
	width: 80%;
}

@media screen and (max-width: 480px) {

.play {
	width: 100%;
	padding: 0;
	margin: 0;
						  
}

		}

/* Pcast Player */

.pcast-player .pcast-player-controls {
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 14px;
  height: auto; /* era 42 - 48 ficou bom */
  overflow: hidden; /* hidden  */
  padding: 5px;
}

.pcast-player button {
  background: #2a2a2a;
  color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 5px;
  line-height: 18px; /* era 22 */
  -webkit-appreance: none;
  min-width:  38.3px; /* era 32px; ficou bom 38.3px */
}


@media screen and (max-width: 480px) {

.pcast-player button {
	padding: 0;
						  
			}

		}

.pcast-player progress {
  height: 13px;
  width: calc(100% - 308px);/*original (100% - 308px)*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pcast-player progress[value]::-webkit-progress-bar {
  background-color: #555;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.pcast-player progress[value]::-webkit-progress-value {
  background: #fff;
}

.pcast-player .pcast-time {
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  text-align: center;
  width: 5em;
}

.pcast-player .pcast-speed {
  width: 2.5em;
}

.pcast-player .pcast-download {
  font-size: 12px;
  margin-top: 0.5em;
  display: inline-block;
  color: black;
}

.pcast-player .pcast-download:hover, .pcast-player .pcast-download:focus {
  color: #666;
}



