
/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding: 30px; padding-bottom: 0;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {box-shadow: 0 20px 60px rgba(0,0,0,0.1); background-color: #fff; border-top: 3px solid #16a085;}
.header {background: #f4f4f4 url(../images/bg-hero.jpg) center center no-repeat;}
.header__inner {padding: 30px var(--main-indent);}
.content {min-height: 100vh; padding: 60px var(--main-indent);}
.sidebar {width: 240px; margin-right: 60px;}
.footer {padding: 20px var(--main-indent); background-color: #f4f4f4; color: #666; padding-bottom: 90px !important;}
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer;}

#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 80px;
	z-index: 990; display: none; background-color: #fff; color: #999; cursor: pointer; font-size: 2.4rem; 
	border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}


/* HEADER
----------------------------------------------- */
.logo {display: inline-block; text-transform: uppercase; font-size: 2.6rem; font-weight: 700; 
	color: #333 !important; margin-right: 20px; line-height: 40px; padding-left: 50px; 
	background: url(../images/logo.svg) 0 center / 40px no-repeat;}
.logo span {color: #f46d4f;}
.header__caption {margin-right: 60px; padding-left: 20px; border-left: 1px solid #e0e0e0; 
	font-size: 1.2rem; line-height: 1.6; color: var(--secondary-text-color);}
.submenu a {display: block; font-size: 1.4rem; font-weight: 400; margin-right: 30px;}
.submenu a:hover {color: #fff;}

.header__search {position:relative; margin: 0 60px 0 0;}
.header__search input, .header__search input:focus {padding: 0 50px 0 20px; border-radius: 3px; 
	background-color: rgba(255,255,255,1); color: #333; box-shadow: 0 20px 50px rgba(0,0,0,0.1);}
.header__search input:not(:focus)::placeholder {color: #333; opacity: 0.5; font-size: 1.4rem;} 
.header__search button {position:absolute; right:0px; top:0px; z-index:10; width: 50px; cursor: pointer; 
	background: none; color: #ccc; line-height: 40px; text-align: center; font-size: 1.6rem;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__copyright {margin-top: 8px; font-size: 0.9em;}
.footer__copyright span, .footer__copyright a {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color); font-weight: 400;}
.footer__logo {font-size: 2.2rem; background-size: 30px; padding-left: 40px; margin-right: 60px;}

.pagination {text-align: center; font-weight: 400; padding-top: 10px;}
.pagination a, .pagination span {display: inline-block; margin: 10px 5px 0 5px; line-height: 60px; padding: 0 10px;}
.pagination span:not(.nav_ext) { background-color: var(--primary-color); color: #fff; border-radius: 30px;
	min-width: 60px; margin: 10px 10px 0 10px; font-size: 2.4rem; font-weight: 500;}


/* SECTION
----------------------------------------------- */
.section {margin-bottom: 60px;}
.section__header {margin-bottom: 20px;}
.section__title {font-size: 2.4rem; font-weight: 500;}
.section__link-more {color: var(--primary-color); border-bottom: 1px dotted var(--primary-color); 
	font-size: 1.4rem; font-weight: 400;}
.section__items {margin: 0 -10px -30px -10px;}
.section__items-10 {margin: 0 -5px -10px -5px;}


/* ARTIST ITEM
----------------------------------------------- */
.artist-item {width: 20%; padding: 0 10px; margin-bottom: 30px;}
.artist-item__link {display: block;}
.artist-item__img {box-shadow: 0 20px 50px rgba(0,0,0,0.1); margin-bottom: 15px; padding-top: 100%;}
.artist-item__label {position: absolute; z-index: 5; left: 10px; bottom: 10px; border-radius: 3px;
	background-color: #16a085; color: #fff; padding: 4px 11px; font-size: 1.2rem; font-weight: 400;}
.artist-item__title {font-size: 1.6rem; font-weight: 500; line-height: 1.2; color: var(--primary-text-color);}
.artist-item__meta {margin-top: 6px; font-size: 1.4rem; color: var(--secondary-text-color);}
.hover__overlay, .hover__overlay::before {position: absolute; left: 0; top: 0; 
	width: 100%; height: 100%; z-index: 10; opacity: 0;}
.hover__overlay span {font-size: 3.4rem; color: #fff; position: relative; z-index: 11;}
.hover__overlay::before {content: ''; opacity: 0.8; background-color: var(--primary-color);}
.hover:hover .hover__overlay {opacity: 1;}


/* TRACK ITEM
----------------------------------------------- */
.track-item {width: 50%; padding: 0 5px; margin-bottom: 10px;}
.track-item__link {display: block; padding: 10px; padding-left: 20px;}
.track-item__inner {position: relative; background-color: #f4f4f4; 
	padding-right: 70px; height: 100%; overflow: hidden;}
.track-item__img {width: 60px; height: 100%; position: absolute; right: 60px; top: 0;}
.track-item__title {font-size: 1.6rem; font-weight: 500; line-height: 1.2; color: var(--primary-text-color);}
.track-item__meta {margin-top: 8px; font-size: 1.4rem; color: var(--secondary-text-color);}
.track-item__play {position: absolute; right: 0px; top: 0; width: 60px; height: 100%; 
	background-color: #fff; color: #16a085; text-align: center; font-size: 2rem; 
	border: 2px solid #f4f4f4; cursor: pointer; border-radius: 0; box-shadow: none;}
.track-item__link:hover {text-decoration: underline;}
.track-item__play:hover {background-color: #16a085 !important; color: #fff; border-color: #16a085;}
.js-item-played .track-item__play {background-color: #16a085 !important; color: #fff; border-color: #16a085; padding-left: 0;}
.js-item-played .track-item__inner {box-shadow: 0 0 0 1px var(--accent);}
.js-item-played .fa-play:before {content: '\f04c';}
.track-item__dl {width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; 
	background-color: #fff; color: var(--secondary-text-color); margin-left: 10px;}


/* COLLECTION ITEM
----------------------------------------------- */
.collection-item {width: 33.33%; padding: 0 10px; margin-bottom: 30px;}
.collection-item__link {display: block; position: relative;}
.collection-item__img {box-shadow: 0 20px 50px rgba(0,0,0,0.1); margin-bottom: 15px;}
.collection-item__title {font-size: 1.6rem; line-height: 1.2; font-weight: 500; color: var(--primary-text-color);}
.collection-item__label {position: absolute; z-index: 5; left: 10px; bottom: 10px; border-radius: 3px;
	background-color: #16a085; color: #fff; padding: 4px 11px; font-size: 1.2rem; font-weight: 400;}


/* SIDEBAR
----------------------------------------------- */
.side-block {margin-bottom: 50px;}
.side-block__title {font-weight: 500; font-size: 1.8rem; margin-bottom: 20px;}
.side-block__title span, .section__title span, .inner-page__caption span, 
.text h1 span, .text h2 span, .text h3 span {color: var(--primary-color);}
.side-block__menu a {display: block; margin-bottom: 15px;}
.side-block__menu li:last-child a {margin-bottom: 0;}
.side-block__menu a .far {color: var(--primary-color); width: 30px;}
.side-block__menu--icon a::before {content:"\f111"; font-weight: 900; font-family:'Font Awesome 5 Pro'; 
	width: 20px; color: var(--primary-color); display: inline-block; vertical-align: middle; 
	font-size: 0.9rem; position: relative; top: -1px;}

.showitems-btn {display: inline-block; cursor: pointer; margin-top: 10px; 
	font-size: 1.6rem; font-weight: 400; color: var(--primary-color);}
.showitems-btn span {display: inline-block; vertical-align: middle; width: 30px; height: 30px; 
	border-radius: 50%; text-align: center; line-height: 28px; margin-right: 10px; 
	background-color: var(--primary-color); color: #fff; box-shadow: 0 10px 30px rgba(244,109,79,0.3); 
	font-size: 1.7rem; position: relative; top: -2px;}
.showitems-btn:hover {text-decoration: underline;}

.pops-item {margin-bottom: 20px;}
.pops-item__img {width: 60px; height: 60px; margin-right: 20px; border-radius: 30px;}
.pops-item__title {font-weight: 500; font-size: 1.4rem; line-height: 20px; 
	max-height: 40px; overflow: hidden; color: var(--primary-text-color);}
.pops-item__meta {margin-top: 6px; font-size: 1.2rem; color: var(--secondary-text-color);}


/* INNER PAGE
----------------------------------------------- */
.inner-page__column-left {width: 180px;}
.inner-page__column-middle {padding: 0 20px;}
.inner-page__column-right {width: 110px;}

.inner-page__img {height: 180px; box-shadow: 0 20px 50px rgba(0,0,0,0.1);}
.inner-page__title {font-weight: 500; font-size: 2.4rem;}
.inner-page__title a {font-size: 1.6rem; color: var(--primary-color); margin-left: 2px;}
.inner-page__header {margin-bottom: 15px; position: relative;}
.inner-page__subtitle {margin-top: -16px; color: var(--primary-color); font-size: 1.8rem; font-weight: 500;}
.inner-page__dl {color: #16a085; height: 55px; width: 100%; cursor: pointer; position: relative; border-radius: 3px;
	font-size: 1.2rem; padding: 11px 0 0 33px; line-height: 1.2; border: 2px solid #f4f4f4; margin-bottom: 10px;}
.inner-page__dl .far, .inner-page__dl .fas {font-size: 1.8rem; position: absolute; left: 10px; top: 20px;}
.inner-page__dl a {color: #16a085;}
.inner-page__list {font-size: 1.4rem; line-height: 1.6;}
.inner-page__list li {padding-left: 120px; position: relative;}
.inner-page__list li > span:first-child {font-weight: 400; color: var(--secondary-text-color);
	position: absolute; left: 0; top: 0;}
.inner-page__list li a {color: #16a085; border-bottom: 1px dotted #16a085;}
.inner-page__rating {width: 100%; font-size: 1.4rem;}
.inner-page__rating a {display: block; width: 50px; font-weight: 400; text-align: center; 
	background-color: #f4f4f4; padding-bottom: 10px;}
.inner-page__rating a div {background-color: #6ab04c; color: #fff; margin-bottom: 10px; 
	width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 3px; padding-top: 6px;}
.inner-page__rating a + a div {background-color: #eb4d4b;}
.inner-page__rating a img {display: inline-block; width: 30px; height: 30px;}
.inner-page__rating a + a img {transform: scale(-1,-1); position: relative; top: 7px;}
.inner-page__rating a:hover {opacity: 0.9;}

.inner-page__ctrl {margin: 20px 0 25px 0;}
.inner-page__ctrl > * {width: 49%;}
.inner-page__play {cursor: pointer;}
.inner-page__play-caption {font-size: 1.2rem; padding: 5px 10px; background-color: #16a085; color: #fff;}
.inner-page__play-info {padding: 10px; border: 1px solid #16a085; border-top: 0; font-size: 14px; font-weight: 500;}
.inner-page__play-info-subtitle {font-size: 1.2rem; margin-top: 3px; font-weight: 300;}
.inner-page__play:hover .inner-page__play-info, 
.js-item-played .inner-page__play-info {background-color: #16a085; border-color: #16a085; color: #fff;}
.inner-page__caption-info {font-size: 14px; line-height: 1.4; border-radius: 4px; position: relative;
	color: #0c5042; background-color: #ecf7f4; padding: 12px 15px 13px 65px;} 
.inner-page__caption-info div {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.inner-page__caption-info::before {content: '\f51f'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; 
   position: absolute; left: 15px; top: 50%; color: #16a085; font-size: 38px; transform: translateY(-50%);}

.show-text {width: 40px; height: 40px; border-radius: 50%; text-align: center; font-size: 18px; 
	cursor: pointer; background-color: var(--primary-color); color: #fff; box-shadow: 0 10px 30px rgba(244,109,79,0.3);
	position: absolute; bottom: 30px; left: 50%; margin-left: -20px; z-index: 5; display: grid; place-items: center;}
.ftext[style]::before {content: ''; pointer-events: none; height: 100%; position: absolute; z-index: 3;
	left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent 0%, #fff 100%);}
.ftext {position: relative;}

.inner-page__desc {margin-bottom: 20px;}
.inner-page__caption {font-size: 1.8rem; font-weight: 500; margin-bottom: 20px; text-align: center;}
.inner-page__comments-num {display: inline-block; vertical-align: top; margin-left: 3px; 
	height: 20px; line-height: 20px; width: 24px; text-align: center; border-radius: 3px;
	background-color: #16a085; color: #fff; font-size: 1.2rem;}

.tabs-block__select span, .tabs-block__select a {cursor: pointer; display: inline-block;}
.tabs-block__select--desc > span {font-weight: 500; font-size: 1.8rem; color: var(--primary-text-color); margin-right: 20px;}
.tabs-block__select--desc > span.is-active {color: var(--primary-color);}
.video-inside {box-shadow: 0 20px 50px rgba(0,0,0,0.1);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.text {line-height: 1.7; font-size: 1.6rem; word-wrap: break-word;}
.text a {text-decoration: underline; color: var(--primary-color);}
.text img:not(.emoji), .text p, .text h1, .text h2, .text h3, .text h4, .text h5, 
.text > ul, .text > ol, .text table {margin-bottom: 20px;}
.text > img[style*="left"], .text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.text > img[style*="right"], .text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.text > ul li {list-style:disc; margin-left:40px;}
.text > ol li {list-style:decimal; margin-left:40px;}
.text table, .video-inside > * {width:100%;}
.text table tr td {padding:10px; border:2px solid #fff;}
.text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.text table tr:nth-child(1) {background-color:#cee0ed;}
.text table img:not(.emoji) {margin:0; max-width:350px}
.text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.inner-page__title {margin-bottom: 20px;}
.text h1, .text h2, .text h3, .text h4, .text h5 {font-size: 1.8rem;}


/* COMMENTS
----------------------------------------------- */
.add-comments-form {max-width: 800px;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .hidden, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 16px 0 20px;}

.comment-item__title {font-weight: 500; font-size: 2rem; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 1.8rem;}
.comment-item__author {font-weight: 400;}
.comment-item__date {color: var(--secondary-text-color); margin-top: 2px; font-size: 1.2rem;}
.comment-item__main {margin: 6px 0 3px 0;}
.comment-item__rating {margin-left: 20px; height: 30px; line-height: 30px; border-radius: 4px; 
	background-color: #f2f6f9; padding: 0 10px; font-size: 1.2rem; color: #97a9b7;}
.comment-item__rating a {color: #97a9b7;}
.comment-item__rating > span {margin: 0 5px;}
.comment-item__rating > span > span.ratingtypeplus, .comment-item__rating > span > span.ratingplus {color: #06b601;}
.comment-item__rating > span > span.ratingminus {color: #ff0e0e;}
.comment-item__reply a {color: #16a085; border-bottom: 1px dotted #16a085; font-size: 1.4rem;}
.comment-item__controls {text-align: right; font-size: 1.2rem;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 20px; line-height: 20px;}
.comment-item__controls a:not(:hover) {color: var(--secondary-text-color);}


/* new line - one track one line */
.section__items-10 .track-item {
	width: 100% !important;
}

/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto; background-color: #fff;
	padding: 15px 30px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s;}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 1.8rem; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu, .mobile-menu .side-block {display: block; margin-bottom: 25px;}
.mobile-menu .header__menu a {color: var(--primary-text-color); display: block; margin-bottom: 10px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0;}
	.wrapper-container {max-width:1000px;}
	.sidebar, .header__menu, .header__hero-title br, .header__caption {display: none;}
	.header__btn-mobile-menu {display: block; cursor: pointer; font-size: 1.8rem; margin-left: 20px; 
		background-color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-radius: 3px; 
		width: 40px; height: 40px; line-height: 40px; text-align: center;}
	.header__search {order: 10; min-width: 100%; margin-top: 20px;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__hero {min-height: 0; display: block; text-align: center; padding-top: 0px; padding-bottom: 20px;}
	.header__hero-title {font-size: 2.4rem;}
	.header__hero-text {max-width: 100%; margin-bottom: 15px;}
	.content, .site-desc {padding-top: 20px;}
	.section {margin-bottom: 40px;}
	.footer {display: block; text-align: center;}
	.footer__logo {margin-right: 0;}
	.footer__menu, .footer__counter {justify-content: center; margin-top: 15px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.header__inner, .header__hero, .content, .footer {padding-left: 20px; padding-right: 20px;}
}

@media screen and (max-width: 760px) {
	.wrapper {overflow: hidden;}
	body, .header {background-image: none;}
	.wrapper-container {max-width:640px;}

	.inner-page__ctrl > * {width: 100%;}
	.inner-page__column-middle {order: 10; min-width: 100%; padding: 0; margin-top: 20px;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.header__logo {font-size: 2rem; margin-right: 20px;}
	.header__sign-in {padding: 0 15px;}
	.section__title {line-height: 1.1;}
	.artist-item {width: 50%;}
	.track-item, .collection-item {width: 100%;}

	.inner-page__complaint {display: none;}
	.tabs-block__select--desc span {font-size: 1.6rem;}
	.inner-page__player-controls {margin-bottom: 0px;}
	.tabs-block__select--player span {white-space: nowrap; flex: 1 1 0; max-width: 100%; min-width: auto; 
		text-align: center; margin: 0; border-radius: 0;}
	
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
}

@media screen and (max-width: 470px) {
	.wrapper-container123 {max-width:360px;}
	.section__title {min-width: 100%;}
	.section__link-more {margin-top: 10px;}
	.header__sign-in .far {margin: 0;}
	.header__sign-in {padding: 0; width: 40px; justify-content: center; font-size: 18px;}
	.header__sign-in span:last-child {display: none;}
	.header__hero-title, .section__title {font-size: 2rem;}
	.carou__content > .top {width: calc((100% - 20px)/3); margin-right: 10px;}
	.top__desc {padding: 10px; font-size: 14px;}
	.section__items > .artist-item:nth-child(5n) {display: none;}

	.inner-page__column-middle {order: -1; margin: 0; margin-bottom: 20px;}
	.inner-page__column-right {flex: 1 1 0; min-width: 110px; max-width: 100%; margin-left: 20px;}
	.inner-page__column-left {width: 153px;}
	.inner-page__img {height: 153px;}
	.inner-page__rating a {width: 46.6%;}
	.inner-page__rating a div {width: 100%;}
}



/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997;}
.audioplayer {max-width: 960px; width: 100%; margin: 0 auto; align-items: flex-end;
	box-shadow: 0 0 20px rgba(0,0,0,0.15); position: relative;}
.audioplayer audio {display: none;}
.ap-main {background-color: #fff; height: 70px; width: 50%;}
.ap-desc {background-color: rgba(255, 255, 255,0.8); height: 64px; padding: 12px 20px; backdrop-filter: blur(20px);}
.audioplayer-bar {position: absolute; left: 50%; top: 0; right: 0; height: 6px; cursor: pointer;
	background-color: #f4f4f4; z-index: 10;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%;
	background-color: rgba(0,0,0,0.1); pointer-events: none;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%;
	z-index: 10; background-color: var(--primary-color); cursor: pointer;}

.audioplayer-volume {position: relative; z-index: 100;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-adjust {position: absolute; left: 50%; bottom: 100%; margin-left: -15px; width: 30px; height: 100px;
	background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px;
	position: relative; cursor: pointer; background-color: #f4f4f4; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: var(--primary-color);
	position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-time {font-size: 12px; flex-grow: 1; text-align: center; justify-content: center; 
	border-right: 1px solid #e3e3e3; height: 70px; align-items: center; white-space: nowrap; flex-wrap: nowrap;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-img {width: 40px; height: 40px; margin-right: 20px;}
.ap-img img {width: 100%; height: 100%; object-fit: cover;}
.ap-artist {margin-top: 3px; color: var(--secondary-text-color); font-size: 14px;}
.ap-title {font-size: 15px;}

.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background: #16a085; color: #fff;}
.wplayer-init .audioplayer-playpause .fas:before {content: '\f04b'; padding-left: 1px;}
.audioplayer-playpause, .ap-prev, .ap-next, .ap-dl, .audioplayer-volume-button, .ap-mob-btn {display: grid; place-items: center; cursor: pointer;
	width: 70px; height: 70px; border-right: 1px solid #e3e3e3; font-size: 18px; transition: background-color 0.3s;}
.audioplayer-playpause {order: -1; color: #16a085; font-size: 24px;}
.audioplayer-playpause:hover, .ap-prev:hover, .ap-next:hover, .ap-dl:hover, 
.audioplayer-volume-button:hover, .ap-mob-btn.is-active, 
.audioplayer-playing .audioplayer-playpause {background-color: #16a085; color: #fff;} 
.ap-mob-btn {display: none; cursor: pointer;}
.audioplayer-volume-button:hover a, .audioplayer-playpause:hover a, 
.audioplayer-playing .audioplayer-playpause a {color: #fff;}

@media screen and (max-width: 950px) {
	.audioplayer-bar {left: 0; top: -6px;}
	.ap-main {width: 100%; height: 50px;}
	.ap-desc, .audioplayer-volume {display: none;}
	.ap-mob-btn {display: grid;}
	.audioplayer-playpause, .ap-prev, .ap-next, .ap-dl, .audioplayer-volume-button, .ap-mob-btn 
	{width: 50px; height: 50px; font-size: 18px;}
	.ap-time {height: 50px;}
	.is-active-desc .ap-desc {display: flex; position: absolute; left: 0; right: 0; bottom: 100%; 
		margin-top: -6px; box-shadow: 0 0 20px rgba(0,0,0,0.6);}
}

