

.cd-audio-control {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	font-family:'OpenSansSemiBold', Arial, Helvetica, sans-serif;
	display:inline-block;
	background:#f1f3f4;
	border-radius:20px;
	text-align:left;
	padding:8px 12px;
	width:100%;
}


.cd-audio-button,
.cd-audio-progress,
.cd-audio-scrubber {
	display:inline-block !important;
}


.cd-audio-button {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance: none;
	background:transparent;
	vertical-align: 1px;
	text-align:center;
	border-radius:5px;
	font-size:18px;
	cursor:pointer;
	color:#222222;
	padding: 3px;
	border:none;
	width:25px;
}


.cd-audio-button:hover {
	background:rgba(0, 0, 0, .1);
}


.cd-audio-progress {
	display:inline-block;
	vertical-align: 4px;
	text-align:center;
	font-size:12px;
	color:#222222;
	width:90px;
}


.cd-time-total,
.cd-time-elapsed {
	padding:0 5px;
}
	
	
.cd-audio-button[disabled],
.cd-audio-scrubber[disabled] {
	opacity:.75;
}


.cd-audio-scrubber {
	width: -webkit-calc(100% - 185px) !important;
	width: -moz-calc(100% - 185px) !important;
	width: -ms-calc(100% - 185px) !important;
	width: calc(100% - 185px) !important; 	
	-webkit-appearance: none; 				
	background: transparent; 				
	vertical-align:unset;
	line-height:normal;
	margin:0 5px;
	border:none;
	height:auto;
	padding:0;
}


.cd-audio-scrubber:focus {
  outline: none; 	
}


.cd-audio-control ::-webkit-slider-thumb {
  -webkit-appearance: none;
}
		
.cd-audio-control ::-ms-track {
  width: 100%;
  cursor: pointer;
  
  background: transparent; 
  border-color: transparent;
  color: transparent;
}


.cd-audio-control ::-webkit-slider-runnable-track {			
	background: #595959;
	border-radius: 20px;
	margin-top: -15px; 
	cursor: pointer;
	width: 100%;
	height: 4px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}


.cd-audio-control ::-webkit-slider-thumb {
	background: #000000;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -2px;
	height: 8px;
	width: 8px;
}


.cd-audio-control ::-moz-range-track {
	background: #595959;
	border-radius: 20px;
	cursor: pointer;
	width: 100%;
	height: 4px;
	-moz-transform: translateY(2px);
	transform: translateY(2px);
}


.cd-audio-control ::-moz-range-thumb {
	background: #000000;
	border-radius: 50%;
	cursor: pointer;
	border:none;
	height: 8px;
	width: 8px;
	-moz-transform: translateY(2px);
	transform: translateY(2px);
}


.cd-audio-control ::-ms-track {
	border-color: transparent;
	background: transparent;
	color: transparent;
	_background: #595959;
	border-radius: 20px;
	cursor: pointer;
	width: 100%;
	height: 4px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);

}

.cd-audio-control ::-ms-fill-upper {
	background: #595959;
	border: 0.2px solid #595959;
	border-radius: 20px;
}

.cd-audio-control ::-ms-fill-lower {
	background: #595959;
	border: 0.2px solid #595959;
	border-radius: 20px;
}


.cd-audio-control ::-ms-thumb {
	background: #000000;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -1px;
	height: 8px;
	width: 8px;
}