/**
 * @Package: WordPress Plugin
 * @Subpackage: Audio Player
 * @Since: Audio Player 1.0
 * @Current Version: Audio Player 1.0
 * @WordPress Version Supported: 4.0 and above
 * @Older WordPress Version Supported: 3.6, 3.7, 3.8, 3.9
 * @Plugin Author URL: http://codecanyon.net/user/themepassion/portfolio
 * This file is part of Audio Player WordPress Plugin.
 */

@font-face {
	font-family: 'audpl';
	src:url('fonts/audpl.eot?-oinw92');
	src:url('fonts/audpl.eot?#iefix-oinw92') format('embedded-opentype'),
		url('fonts/audpl.woff?-oinw92') format('woff'),
		url('fonts/audpl.ttf?-oinw92') format('truetype'),
		url('fonts/audpl.svg?-oinw92#audpl') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'audpl';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
	content: "\e601";
}
.icon-pause:before {
	content: "\e602";
}
.icon-previous:before {
	content: "\e603";
}
.icon-next:before {
	content: "\e604";
}
.icon-volume-medium:before {
	content: "\e605";
}
.icon-volume-mute:before {
	content: "\e606";
}
.icon-cw:before {
	content: "\e600";
}
.icon-shuffle:before {
	content: "\e607";
}
.icon-volume-medium:before {
	content: "\e605";
}
.icon-volume-mute:before {
	content: "\e606";
}
.icon-cw:before {
	content: "\e600";
}
.icon-shuffle:before {
	content: "\e607";
}
.icon-list-ul:before {
	content: "\e608";
}