.mainplyr-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background: linear-gradient(to right, #bb0c75, #c12d45, #b85917);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .4)
}

.mainplyr-section-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/eq-lg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .07;
	transform: rotateY(180deg)
}

.plyr-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding: 40px 30px */
    padding: 30px 2px;
}

.plyr-thumb {
	margin-right: 30px;
	border-radius: 15px;
	border: 3px solid #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
	overflow: hidden
}

.plyr-content {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative
}

.show-info {
	display: block;
	width: 100%;
	margin-bottom: 20px
}
.name {
	font-family: 'Mukta malar', sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff
}


.name a {
	font-family: 'Mukta malar', sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff
}

.name a:hover {
	color: #ffc933
}

.genre {
	font-family: 'Signika Negative', sans-serif;
	color: #ffc933;
	margin: 5px 0
}

.genre a{
	font-family: 'Signika Negative', sans-serif;
	color: #ffc933;
	margin: 5px 0
}


.country a {
	font-family: 'Signika Negative', sans-serif;
	line-height: 16px;
	color: #fff;
	margin: 5px 10px 5px 0
}

.plyr-ctrl {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.plyr-ctrl i {
	text-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

.plyr-pause,
.plyr-play {
	display: block;
	position: relative;
	text-align: center;
	width: 85px;
	height: 85px;
	line-height: 85px;
	margin-right: 30px;
	font-size: 28px;
	color: #fff!important;
	background: #ffc933;
	border-radius: 50%;
	border: 3px solid #c12f44;
	box-shadow: 0 0 0 3px #fff
}

.plyr-play i {
	position: absolute;
	left: 40%;
	top: 35%
}

.plyr-volume-controls {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff
}

.plyr-volume-controls span {
	width: 20px;
	text-align: left
}

.plyr-mute:before {
	content: "\f026"
}

.plyr-mute.muted:before {
	content: "\f6a9"
}

.plyr-volume-max:before {
	content: "\f028"
}

.plyr-volume-bar {
	width: 70px!important;
	height: 5px;
	background: rgba(0, 0, 0, .3);
	float: left;
	margin: 0 10px;
	cursor: pointer
}

.plyr-volume {
	width: 100%;
	background: #fff;
	height: 5px;
	float: left
}

.ply-list {
	display: flex;
	flex: 0 0 20%;
	flex-wrap: wrap;
	position: relative
}

.pl-header {
	display: inline-flex;
	width: 100%;
	align-items: center;
	position: relative;
	padding: 8px 15px 8px 50px;
	background: #ffc933;
	border-radius: 5px;
	color: #343a40;
	margin-bottom: 10px;
	overflow: hidden
}

.pl-header h4 {
	margin: 0;
	font-size: 16px
}

.pl-header i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 17px;
	padding: 10px;
	background: #af8920;
	border-radius: 2px;
	color: #000
}

.pl-list {
	display: block;
	position: relative;
	width: 100%
}

.pl-list .pl-item {
	display: block;
	position: relative;
	padding: 5px 10px;
	background: #ffffff24;
	border-radius: 5px;
	margin-bottom: 5px
}

.pl-item a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px
}

.pl-item span {
	display: block;
	position: relative;
	font-family: 'Signika Negative', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px
}

[role=button] {
	outline: 0
}


@media (max-width:768px) {

	.plyr-area {
		justify-content: center
	}
	.plyr-area>div {
		flex-direction: column;
		align-items: center;
		justify-content: center
	}
	.plyr-thumb {
		margin: 0 0 20px
	}
	.plyr-content,
	.plyr-ctrl {
		flex-direction: column
	}
	.plyr-play {
		margin: 0
	}
	.show-info {
		text-align: center
	}
	.plyr-volume-controls {
		display: none
	}
    .player-audio {
		margin-top: 1.5em;
	}
	.plyr-content .country {
		justify-content: center
	}
	.shows-section .shows-listing .show-item {
		flex: 1 1 auto;
		flex-direction: row;
		margin: 0 0 10px
	}
	.show-item .show-thumb img {
		height: 90px
	}
	.shows-section .show-details {
		flex-direction: row;
		text-align: left;
		margin: 0 0 0 10px
	}
	.shows-section .country {
		justify-content: flex-start;
		margin: 2px 0
	}
	.show-details .name a,
	.shows-section .show-details .name a {
		letter-spacing: 0
	}
	.shows-section .show-details .country a {
		font-size: 12px;
		line-height: 12px;
		padding: 3px 6px
	}
	.show-details .country a {
		font-size: 14px;
		margin: 2px 0
	}
	.shows-listing .show-item {
		padding: 10px
	}
	.show-item .show-thumb {
		margin-right: 10px
	}
	.host-listing .host-item {
		flex: 1 1 auto;
		margin: 0 0 10px;
		align-items: normal
	}
	.host-item .host-thumb img {
		height: 90px
	}
}



.player-audio {
    display: flex;
    max-width: 200px;
}


.plyr-thumb {
    background-color: #fff;
}

.plyr-thumb img{
    max-width: 200px;
}
