 /*
Theme Name: SonghaX
Theme URI: https://songha.ir
Author: mohammad nouri
Author URI: https://songha.ir
Description: استایل اختصاصی وبسایت سانگها طراحی و اجرا توسط محمد نوری
Version: 1.0
*/
 @font-face {
   font-family: IRANSansX;
   font-style: normal;
   src: url(inc/font/IRANSansX-Regular.woff) format("woff");
   font-display: swap;
 }

 html {
   line-height: 1.5;
   /* 1 */
   -webkit-text-size-adjust: 100%;
   /* 2 */
 }

 /* Sections
    ========================================================================== */

 /**
  * Remove the margin in all browsers.
  */

 body {
   margin: 0;
   background: #FFFFFF;
   direction: rtl;
   font-family: IRANSansX;
   overflow-x: hidden;
   color: #757575;
 }

 /**
  * Render the `main` element consistently in IE.
  */

 main {
   display: block;
 }

 /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */

 h1,
 h2,
 h3,
 h4 {
   margin: 0;
   font-weight: normal;
 }

 /* Grouping content
    ========================================================================== */

 /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */

 hr {
   box-sizing: content-box;
   /* 1 */
   height: 0;
   /* 1 */
   overflow: visible;
   /* 2 */
 }

 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

 pre {
   font-family: 'IRANSansX', monospace;
   /* 1 */
   font-size: 1em;
   /* 2 */
 }

 /* Text-level semantics
    ========================================================================== */

 /**
  * Remove the gray background on active links in IE 10.
  */

 a {
   background-color: transparent;
   font-family: IRANSansX;
   color: #757575;
   text-decoration: none;
 }

 /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
 ul {
   margin: 0;
   padding: 0;
 }

 li {
   list-style: none;
 }

 abbr[title] {
   border-bottom: none;
   /* 1 */
   text-decoration: underline;
   /* 2 */
   text-decoration: underline dotted;
   /* 2 */
 }

 /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */

 b,
 strong {
   font-weight: bolder;
 }

 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

 code,
 kbd,
 samp {
   font-family: 'iranSans', monospace;
   /* 1 */
   font-size: 1em;
   /* 2 */
 }

 /**
  * Add the correct font size in all browsers.
  */

 small {
   font-size: 80%;
 }

 /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */

 sub,
 sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
 }

 sub {
   bottom: -0.25em;
 }

 sup {
   top: -0.5em;
 }

 /* Embedded content
    ========================================================================== */

 /**
  * Remove the border on images inside links in IE 10.
  */

 img {
   border-style: none;
 }

 /* Forms
    ========================================================================== */
 input[type="search"]::-webkit-search-decoration,
 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-results-button,
 input[type="search"]::-webkit-search-results-decoration {
   -webkit-appearance: none;
 }

 /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */

 button,
 input,
 optgroup,
 select,
 textarea {
   font-family: IRANSansX;
   /* 1 */
   font-size: 100%;
   /* 1 */
   line-height: 1.15;
   /* 1 */
   margin: 0;
   /* 2 */
 }

 /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */

 button,
 input {
   /* 1 */
   overflow: visible;
 }

 /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */

 button,
 select {
   /* 1 */
   text-transform: none;
 }

 /**
  * Correct the inability to style clickable types in iOS and Safari.
  */

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
   display: -webkit-box;
   display: flex;
   border: 0;
   padding: 0;
   background: transparent;
   cursor: pointer;
 }

 /**
  * Remove the inner border and padding in Firefox.
  */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
   border-style: none;
   padding: 0;
 }

 /**
  * Restore the focus styles unset by the previous rule.
  */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText;
 }

 /**
  * Correct the padding in Firefox.
  */

 fieldset {
   padding: 0.35em 0.75em 0.625em;
 }

 /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */

 legend {
   box-sizing: border-box;
   /* 1 */
   color: inherit;
   /* 2 */
   display: table;
   /* 1 */
   max-width: 100%;
   /* 1 */
   padding: 0;
   /* 3 */
   white-space: normal;
   /* 1 */
 }

 /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */

 progress {
   vertical-align: baseline;
 }

 /**
  * Remove the default vertical scrollbar in IE 10+.
  */

 textarea {
   overflow: auto;
 }

 /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */

 [type="checkbox"],
 [type="radio"] {
   box-sizing: border-box;
   /* 1 */
   padding: 0;
   /* 2 */
 }

 /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }

 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */

 [type="search"] {
   -webkit-appearance: textfield;
   /* 1 */
   outline-offset: -2px;
   /* 2 */
 }

 /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */

 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }

 /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */

 ::-webkit-file-upload-button {
   -webkit-appearance: button;
   /* 1 */
   font: inherit;
   /* 2 */
 }

 /* Interactive
    ========================================================================== */

 /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */

 details {
   display: block;
 }

 /*
  * Add the correct display in all browsers.
  */

 summary {
   display: list-item;
 }

 /* Misc
    ========================================================================== */

 /**
  * Add the correct display in IE 10+.
  */

 template {
   display: none;
 }

 /**
  * Add the correct display in IE 10.
  */
 svg {
   fill: #757575;
 }

 [hidden] {
   display: none;
 }

 header {
   position: fixed;
   z-index: 10;
   top: 0;
   right: 0;
   left: 0;
   display: -webkit-box;
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: 64px;
   padding: 0 0.5rem;
   background-color: #fff;
   box-shadow: rgb(0 0 0 / 10%) 1px 0px 7px 0px;
 }

 header>.logo {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 header>.logo>span {
   font-size: 18px;
   color: #F44336;
 }

 header>form {
   position: relative;
   width: 100%;
   margin-right: 0.5rem;
 }

 header>form>input {
   height: 45px;
   width: 100%;
   border-radius: 0.75rem;
   background: #FAFAFA;
   border: 0;
   font-size: 12px;
   padding: 0 0.75rem;
 }

 header>form>button {
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   width: 40px;
   display: -webkit-box;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 header>form>input::-webkit-input-placeholder {
   /* WebKit, Blink, Edge */
   color: #BDBDBD;
 }

 header>form>input:-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: #BDBDBD;
   opacity: 1;
 }

 header>form>input::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: #BDBDBD;
   opacity: 1;
 }

 header>form>input:-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: #BDBDBD;
 }

 header>form>input::-ms-input-placeholder {
   /* Microsoft Edge */
   color: #BDBDBD;
 }

 header>form>input::placeholder {
   /* Most modern browsers support this now. */
   color: #757575;
 }

 header>button {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-right: 0.5rem;
   height: 40px;
 }

 header>nav {
   background: #fff;
   border-top: 1px solid #FAFAFA;
   margin: 0;
   overflow: auto;
   height: 100%;
   width: 70%;
   max-width: 220px;
   position: fixed;
   top: 64px;
   right: -220px;
   transition: right 0.3s ease-out;
   z-index: 5555555;
   padding-bottom: 90px;
 }

 header>nav.show {
   right: 0;
 }

 header>nav>div>ul {
   display: -webkit-box;
   display: flex;
   flex-direction: column;
 }

 header>nav>div>ul>li {
   display: -webkit-box;
   display: flex;
   border-bottom: 1px solid #FAFAFA;
 }

 header>nav>div>ul>li a {
   padding: 0.5rem 1rem;
   font-size: 13px;

 }

 .dark-box {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background-color: rgba(0, 0, 0, 0.7);
   z-index: 1;
 }

 body>main {
   margin: 75px auto auto;
   padding: 0 0.5rem;
   max-width: 1280px;
 }

 .favorite>.head,
 .posts>.head,
 .under>.head,
 .sidebar>.head,
 .box>.bottom>.right>.head,
 .box>.bottom>.left>.head {
   display: -webkit-box;
   display: flex;
   justify-content: space-between;
   padding: 0.5rem 0;
   width:100%;	 
 }

 .favorite>.head>span,
 .posts>.head>h1,
 .under > .head>h1
{
   font-size: 14px;
 }

 .favorite>.head>a,
 .sidebar>.head>a,
 .under>.head>a
{
   font-size: 13px;
 }

 .favorite>.slider {
   padding: 0.5rem 0;
   margin: 0;
   width: 100%;
   white-space: nowrap;
   overflow-x: auto;
   overflow-y: hidden;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   list-style: none;
 }

 .favorite>.slider>li {
   display: -webkit-box;
   display: flex;
   flex-direction: column;
   list-style: none;
   width: 125px;
   margin-left: 0.5rem;
 }

 .favorite>.slider>li:last-child {
   margin-left: 0;
 }
.favorite>.slider>li:hover{
	opacity:0.85;
}
 .favorite>.slider>li>a {
   display: -webkit-box;
   display: flex;
   background: #FAFAFA;
   border-radius: 0.75rem;
   position: relative;
 }

 .favorite>.slider>li>a>img {
   background-color: #FAFAFA;
   height: 125px;
   width: 125px;
   border-radius: 1rem;
 }

 .favorite>.slider>li>.slider-info {
   display: -webkit-box;
   display: flex;
 }

 .favorite>.slider>li>.slider-info>.right {
   margin-top: 0.75rem;
   display: -webkit-box;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   width: 100%;
 }

 .favorite>.slider>li>.slider-info>.right>.music {
   font-size: 13px;
   height: 22px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 125px;
 }

 .favorite>.slider>li>.slider-info>.right>.name {
   font-size: 12px;
   margin-top: 0.25rem;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 125px;
 }

 .under {
   display: -webkit-box;
   display: flex;
   flex-direction: column;
   margin-top: 0.5rem;
 }

 .posts {
   width: 100%;
 }

 .posts>.list {
   position: relative;
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   background-color: #fff;
   border-radius: 1rem;
   min-height: 85px;
   margin-bottom: 0.75rem;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
 }
.posts>.list:nth-child(2) {
	margin-top:0.75rem;
}	
 .posts>.list>.right {
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
   position:relative;
   direction:ltr;
   margin:0.5rem;	 
 }
 .posts>.list>.right>a {
   display: -webkit-box;
   display: flex;
   height: 90px;
   width: 90px;
 }
.posts>.list>.right > input{
	position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
	-webkit-appearance: none;
   /* Hides the slider so that custom slider can be made */
   /* Specific width is required for Firefox. */
   background: transparent;
} 
.posts>.list>.right > input::-webkit-slider-thumb {
	-webkit-appearance: none;
}
.posts>.list>.right > input:focus {
	outline: none;
}
.posts>.list>.right > input::-ms-track {
   cursor: pointer;

   /* Hides the slider so custom styles can be added */
   background: transparent;
   border-color: transparent;
   color: transparent;
}
.posts>.list>.right > input::-webkit-slider-thumb {
	   -webkit-appearance: none;
   height: 10px;
   width: 10px;
   border-radius: 0.5rem;
   background: #CFD8DC;
   cursor: pointer;
   margin-top: -4px;
}
.posts>.list>.right > input::-moz-range-thumb {
	height: 5px;
   width: 5px;
   border-radius: 0.5rem;
   background: rgb(255 255 255 / 50%);
   cursor: pointer;	
}
.posts>.list>.right > input::-webkit-slider-runnable-track {
   height: 0.1rem;
   cursor: pointer;
   background: rgb(255 255 255 / 50%);
   border-radius: 0.5rem;
}
.posts>.list>.right > input :focus::-webkit-slider-runnable-track {
	background: rgb(255 255 255 / 50%);
}
.posts>.list>.right > input ::-moz-range-track {
   height: 0.1rem;
   cursor: pointer;
   background: rgb(255 255 255 / 50%);
   border-radius: 0.5rem;
}
.posts>.list>.right > input::-ms-track {
   height: 2;
   cursor: pointer;
   background: transparent;
   border-color: transparent;
   border-width: 5px 0;
   color: transparent;	
}
.posts>.list>.right > input::-ms-fill-lower {
   background: #ECEFF1;
   border-radius: 2.6px;	
}
.posts>.list>.right > input:focus::-ms-fill-lower {
	background: #ECEFF1;
}
.posts>.list>.right > input::-ms-fill-upper {
   background: #ECEFF1;
   border-radius: 2.6px;	
}
.posts>.list>.right > input:focus::-ms-fill-upper {
	background: #ECEFF1;
}
.posts>.list>.right > input::-ms-thumb {
   height: 5px;
   width: 5px;
   border-radius: 3px;
   background: #ECEFF1;
   cursor: pointer;	
}
 .posts>.list>.right>a>img {
   background-color: #FAFAFA;
   height: 90px;
   width: 90px;
   border-radius: 1rem;
 }

 .posts>.list>.right>button {
   position: absolute;
   background: rgb(248 80 50 / 95%);
   border-radius: 0.5rem;
   height: 25px;
   width: 25px;
   display: flex;
   align-items: center;
   justify-content: center;
   right: -12px;
 }

 .posts>.list>.right>button:hover {
   opacity: 0.9;
 }

 .posts>.list>.right>button>svg {
   fill: #fff;
 }
 .posts>.list>.left {
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   width: 100%;
   align-items: flex-start;
   justify-content: flex-start;
 }

 .posts>.list>.left>.right {
   display: -webkit-box;
   display: flex;
   flex-direction: column;
   width: 100%;
   height:100%;	  
 }

 .posts>.list>.left>.right>h2 {
   line-height: 1.8;
   margin-top:0.5rem;
   margin-left: 0.5rem;	 
   font-size: 15px;
 }

 .posts>.list>.left>.right>ul {
   padding: 0;
   display: -webkit-box;
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
   font-size: 12px;
   margin-top: auto;
   margin-bottom: 0.5rem;
   margin-left: 0.5rem;	 
 }

 .posts>.list>.left>.right>ul>li {
   list-style: none;
 }

 .posts>.list>.left>.right>ul>li>span>svg {
   vertical-align: middle;
   margin-left: 0.25rem;
 }

 .posts>.list>.left>.right>ul>li>.sl-wrapper>a {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .posts>.list>.left>.right>ul>li>.sl-wrapper>a>.sl-icon {
   margin-left: 0.15rem;
 }

 .posts>.list>.left>.right>ul>li>.sl-wrapper>a.liked>.sl-icon>svg {
   fill: #FFC107;
 }

 .posts>.list>.left>.right>ul>li>.sl-wrapper>a.liked>.sl-count {
   color: #FFC107;
 }

 .posts>.list>.left>.right>ul>li>.sl-wrapper>#sl-loader {
   display: none;
 }
 .pagination {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 1rem;
 }
 .pagination>.current {
   background: #42A5F5;
   border-radius: 0.75rem;
   width: 40px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 5px;
   color: #fff;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
 }

 .pagination>.inactive,
 .pagination>a {
   background: #ffff;
   border-radius: 0.75rem;
   width: 40px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 5px;
   color: #6C7A89;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
 }

 .pagination>.inactive:hover,
 .pagination>a:hover {
   background-color: #CFD8DC;
 }

 .rank-math-breadcrumb {
   font-size: 13px;
   line-height:1.8;
 }

 .sidebar {
   width: 100%;
 }

 .sidebar>.bikalam {
   background: #00d2ff;
   /* fallback for old browsers */
   background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
   /* Chrome 10-25, Safari 5.1-6 */
   background: linear-gradient(to right, #3a7bd5, #00d2ff);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   display: block;
   text-align: right;
   padding: 1.5rem;
   border-radius: 0.75rem;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
   color: #fff;
 }

 .sidebar>.mahali {
   background: #EB3349;
   /* fallback for old browsers */
   background: -webkit-linear-gradient(to right, #F45C43, #EB3349);
   /* Chrome 10-25, Safari 5.1-6 */
   background: linear-gradient(to right, #F45C43, #EB3349);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   display: block;
   text-align: right;
   margin-top: 0.75rem;
   padding: 1.5rem;
   border-radius: 0.75rem;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
   color: #fff;
 }

 .sidebar>.remix {
   background: #FF8008;
   /* fallback for old browsers */
   background: -webkit-linear-gradient(to right, #FFC837, #FF8008);
   /* Chrome 10-25, Safari 5.1-6 */
   background: linear-gradient(to right, #FFC837, #FF8008);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   display: block;
   text-align: right;
   margin-top: 0.75rem;
   margin-bottom: 0.75rem;
   padding: 1.5rem;
   border-radius: 0.75rem;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
   color: #fff;
 }

 .sidebar>.bikalam:hover,
 .sidebar>.mahali:hover,
 .sidebar>.remix:hover {
   opacity: 0.9;
 }

 .sidebar>a>svg {
   vertical-align: middle;
   height: 25px;
   width: 25px;
   margin-left: 0.5rem;
   fill: #fff;
 }

 .sidebar>ul {
   position: relative;
   display: -webkit-box;
   display: flex;
   flex-direction: column;
   background-color: #fff;
   border-radius: 1rem;
   min-height: 85px;
   padding: 0.5rem;
   margin: 0.75rem 0 0.75rem 0;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
 }

 .sidebar>ul>li {
   list-style: none;
 }

 .sidebar>ul>li>h2>a {
   display: block;
   text-align: justify;
   font-size: 12px;
   padding: 0.5rem;
 }

 .sidebar>ul>li>h2>a:hover {
   opacity: 0.9;
 }

 .sidebar>ul>li>h2>a>svg {
   margin-left: 0.25rem;
   vertical-align: middle;
   fill: #425158;
 }

 .box {
   display: blocK;
   background-color: #fff;
   min-height: 85px;
   padding: 0.5rem;
   margin-top: 0.75rem;
 }

 .box>.top {
   position: relative;
   display: -webkit-box;
   display: flex;
   justify-content: center;
   flex-direction: column;
 }

 .box>.top>.right {
   position: relative;
   width: 100%;
   height: 100%;
   max-width: 300px;
   max-height: 600px;
   margin: 0 auto;
   background-color: #FAFAFA;
   border-radius: 1rem;
 }

 .box>.top>.right>a>img {
   width: 100%;
   height: 100%;
   max-width: 300px;
   max-height: 300px;
   border-radius: 1rem;
 }

 .box>.top>.left {
   display: -webkit-box;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: flex-start;
   margin: 0.5rem 0 0;
 }

 .box>.top>.left>.info {
	display: -webkit-box;
    display: flex;
    flex-direction:column;
    margin: 0.5rem 0.25rem;
	width:100%;
 }

 .box>.top>.left>.info>h1 {
   margin-bottom: 0.5rem;
   font-size: 16px;	 
 }

 .box>.top>.left>.info>h1>a {
   font-size: 16px;
 }
 .box>.top>.left>.info>ul {
   width: 100%;
   display: -webkit-box;
   display: flex;
   justify-content:space-between;
   	 
 }

 .box>.top>.left>.info>ul>li {
   float: right;
   padding: 0.25rem 0;
   margin-left: 0.5em;
   list-style: none;
   font-size: 13px;
 }

 .box>.top>.left>.info>ul>li>a {
   font-size: 13px;
 }

 .box>.top>.left>.info>ul>.clear {
   clear: both;
 }

 .box>.top>.left>.info> ul > .sl-wrapper {
   display: -webkit-box;
   display: flex;
   align-items: flex-end;
 }

 .box>.top>.left>.info> ul >.sl-wrapper>a {
   display: -webkit-box;
   display: flex;
 }

 .box>.top>.left>.info> ul >.sl-wrapper>a:hover {
   opacity: 0.9;
 }

 .box>.top>.left>.info>ul > .sl-wrapper>#sl-loader {
   display: none;
 }

 .box>.top>.left>.info>ul > .sl-wrapper>a>.sl-icon {
   margin-left: 0.15rem;
   height: 18px;
   width: 18px;
 }

 .box>.top>.left>.info>ul > .sl-wrapper>a>.sl-icon>svg {
   height: 18px;
   width: 18px;
 }

 .box>.top>.left>.info> ul >.sl-wrapper>a.liked>.sl-icon>svg {
   fill: #FFC107;
 }

 .box>.top>.left>.info> ul > .sl-wrapper>a.liked>.sl-count {
   color: #FFC107;
 }

 .box>.top>.left>.breaker {
   margin-top: auto;
 }

 .box>.top>.left>.single-player {
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   flex-wrap: nowrap;
   margin: 0 auto 0.75rem;
   direction: ltr;
   width: 100%;
   min-height: 50px;
   border-radius: 0.75rem;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
 }

 .box>.top>.left>.single-player>.play,
 .box>.top>.left>.single-player>.pause {
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   min-height: 34px;
   min-width: 34px;
   background-color: #FCE4EC;
   border-radius: 0.75rem;
   margin-right: 0.5rem;
 }

 .box>.top>.left>.single-player>.play>svg,
 .box>.top>.left>.single-player>.pause>svg {
   fill: #F06292;
 }

 .box>.top>.left>.single-player>.repeat {
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   min-height: 34px;
   min-width: 34px;
   background-color: #ECEFF1;
   border-radius: 0.75rem;
   margin-right: 0.75rem;
 }

 .box>.top>.left>.single-player>.repeat>svg {
   fill: #B0BEC5;
 }

 .box>.top>.left>.single-player>.repeat.active {
   background-color: #E0F2F1;
 }

 .box>.top>.left>.single-player>.repeat.active>svg {
   fill: #80CBC4;
 }

 .box>.top>.left>.single-player>input {
   width: 100%;
   margin-right: 0.5rem;
   margin-left: 0.75rem;
 }

 .box>.top>.left>.single-player>button:hover {
   opacity: 0.9;
 }

 .box>.top>.left>.single-player>input[type=range] {
   -webkit-appearance: none;
   /* Hides the slider so that custom slider can be made */
   width: 100%;
   /* Specific width is required for Firefox. */
   background: transparent;
   /* Otherwise white in Chrome */
 }

 .box>.top>.left>.single-player>input[type=range]::-webkit-slider-thumb {
   -webkit-appearance: none;
 }

 .box>.top>.left>.single-player>input[type=range]:focus {
   outline: none;
   /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
 }

 .box>.top>.left>.single-player>input[type=range]::-ms-track {
   width: 100%;
   cursor: pointer;

   /* Hides the slider so custom styles can be added */
   background: transparent;
   border-color: transparent;
   color: transparent;
 }

 .box>.top>.left>.single-player>input[type=range]::-webkit-slider-thumb {
   -webkit-appearance: none;
   height: 15px;
   width: 15px;
   border-radius: 0.5rem;
   background: #CFD8DC;
   cursor: pointer;
   margin-top: -4px;

 }

 /* All the same stuff for Firefox */
 .box>.top>.left>.single-player>input[type=range]::-moz-range-thumb {
   height: 15px;
   width: 15px;
   border-radius: 0.5rem;
   background: #CFD8DC;
   cursor: pointer;
 }

 /* All the same stuff for IE */
 .box>.top>.left>.single-player>input[type=range]::-webkit-slider-runnable-track {
   width: 100%;
   height: 0.5rem;
   cursor: pointer;
   background: #ECEFF1;
   border-radius: 0.5rem;
 }

 .box>.top>.left>.single-player>input[type=range]:focus::-webkit-slider-runnable-track {
   background: #ECEFF1;
 }

 .box>.top>.left>.single-player>input[type=range]::-moz-range-track {
   width: 100%;
   height: 0.5rem;
   cursor: pointer;
   background: #ECEFF1;
   border-radius: 0.5rem;
 }

 .box>.top>.left>.single-player>input[type=range]::-ms-track {
   width: 100%;
   height: 10;
   cursor: pointer;
   background: transparent;
   border-color: transparent;
   border-width: 16px 0;
   color: transparent;
 }

 .box>.top>.left>.single-player>input[type=range]::-ms-fill-lower {
   background: #ECEFF1;
   border-radius: 2.6px;
 }

 .box>.top>.left>.single-player>input[type=range]:focus::-ms-fill-lower {
   background: #ECEFF1;
 }

 .box>.top>.left>.single-player>input[type=range]::-ms-fill-upper {
   background: #ECEFF1;
   border-radius: 2.6px;
 }

 .box>.top>.left>.single-player>input[type=range]:focus::-ms-fill-upper {
   background: #ECEFF1;
 }

 .box>.top>.left>.single-player>input[type=range]::-ms-thumb {

   height: 36px;
   width: 16px;
   border-radius: 3px;
   background: #ECEFF1;
   cursor: pointer;
 }

 .box>.top>.left>.single-player>.demo-dl {
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   min-height: 34px;
   min-width: 34px;
   border-radius: 0.75rem;
   margin-right: 0.75rem;
   background: #673AB7;
   background: -webkit-linear-gradient(to right, #512DA8, #673AB7);
   background: linear-gradient(to right, #512DA8, #673AB7);
 }

 .box>.top>.left>.single-player>.demo-dl>svg {
   fill: #fff;
 }
.box>.top>.left > h2 {
	font-size: 17px;
    margin: 0.5rem auto 1rem;
    display: block;	
}
 .box>.top>.left>.dlbox {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   flex-direction: row;
   flex-wrap:wrap;	 
   width: 100%;
 }

 .box>.top>.left>.dlbox>.soon-msg {
   text-align: center;
   color: #3F51B5;
   background: #E8EAF6;
   border-radius: 0.75rem;
   padding: 0.75rem 1rem;
   font-size: 15px;
   line-height: 1.8;
   flex: 1;
 }

 .box>.top>.left>.dlbox>.soon-msg>svg {
   vertical-align: middle;
   margin-left: 0.5em;
   fill: #3F51B5;
 }

 .box>.top>.left>.dlbox>a {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #673AB7;
   background: -webkit-linear-gradient(to right, #512DA8, #673AB7);
   background: linear-gradient(to right, #512DA8, #673AB7);
   border-radius: 1rem;
   width: 100%;
   height: 50px;
   color: #fff;
   font-size: 14px;
   margin-bottom:0.75rem;	 
 }

 .box>.top>.left>.dlbox>a:hover {
   opacity: 0.9;
 }

 .box>.top>.left>.dlbox>a:first-child {
   margin-bottom: 0.5rem;
 }

 .box>.top>.left>.dlbox>a>span {
   background: #EDE7F6;
   margin-right: 0.5rem;
   padding: 0.4em 0.6rem;
   border-radius: 0.75rem;
   color: #512DA8;
   font-size: 14px;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
 }

 .box>.top>.left>.dlbox>a>svg {
   fill: #fff;
   margin-left: 0.5rem;
 }

 .box>.top>.left>.dlbox>.album {
   padding: 0;
   margin: 0;
   width: 100%;
   border-radius: 0.75rem;
   background: #FFFFFF;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
 }

 .box>.top>.left>.dlbox>.album>li {
   position: relative;
   list-style: none;
   font-size: 14px;
   display: -webkit-box;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
   padding: 0.5rem;
   min-height: 40px;
   border-bottom: 1px solid #FAFAFA;
 }

 .box>.top>.left>.dlbox>.album>li:last-child {
   border-bottom: 0;
 }

 .box>.top>.left>.dlbox>.album>li>.right {
   display: -webkit-box;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0.5rem;
 }

 .box>.top>.left>.dlbox>.album>li>.right>span {
   margin-right: 0.5rem;
 }

 .box>.top>.left>.dlbox>.album>li>.left {
   display: -webkit-box;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
 }

 .box>.top>.left>.dlbox>.album>li>.left>a {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #673AB7;
   background: -webkit-linear-gradient(to right, #512DA8, #673AB7);
   background: linear-gradient(to right, #512DA8, #673AB7);
   border-radius: 0.75rem;
   width: 100px;
   padding: 0 0.5rem;
   height: 40px;
   color: #fff;
   font-size: 13px;
 }

 .box>.top>.left>.dlbox>.album>li>.left>a:hover {
   opacity: 0.9;
 }

 .box>.top>.left>.dlbox>.album>li>.left>a:first-child {
   margin-left: 0.5rem;
 }

 .box>.top>.left>.dlbox>.album>li>.left>a>svg {
   margin-left: 0.5rem;
   fill: #fff;
 }

 .box>.top>.left>.dlbox>.album>li>.left>button {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 40px;
   width: 40px;
   border-radius: 0.75rem;
   border: 1px solid #CFD8DC;
   margin-right: 0.5rem;
 }

 .box>.top>.left>.dlbox>.album>li>.left>button:hover {
   opacity: 0.9;
 }

 .box>.middle>p {
   padding: 0.75rem;
   margin: 0;
   font-size: 13px;
   border-radius: 0.75rem;
   background: #fafafa;
   margin-top: 0.75rem;
   line-height: 1.8;
 }

 .box>.bottom {
   margin-top:0.5rem;	 
   position: relative;
   display: -webkit-box;
   display: flex;
   flex-direction: column;
 }

 .box>.bottom>.right {
   margin: 0;
   order: 2;
   width: 100%;
 }

 .box>.bottom>.right>.head>h3 {
   font-size: 15px;
 }

 .box>.bottom>.right>.head>h3>a:hover {
   opacity: 0.9;
 }

 .box>.bottom>.right>.related {
   position: relative;
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   background-color: #fff;
   border-radius: 1rem;
   min-height: 65px;
   margin-bottom: 0.75rem;
   padding: 0.5rem;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
 }

 .box>.bottom>.right>div:nth-child(2) {
   margin-top: 0.5rem;
 }

 .box>.bottom>.right>.related:last-child {
   margin-bottom: 0;
 }

 .box>.bottom>.right>.related>.right {
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
 }

 .box>.bottom>.right>.related>.right>a {
   display: -webkit-box;
   display: flex;
   height: 70px;
   width: 70px;
 }

 .box>.bottom>.right>.related>.right>a>img {
   background-color: #FAFAFA;
   height: 70px;
   width: 70px;
   border-radius: 1rem;
 }

 .box>.bottom>.right>.related>.right>button {
   position: absolute;
   background: rgb(248 80 50 / 95%);
   border-radius: 0.75rem;
   height: 30px;
   width: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   right: -5px;
 }

 .box>.bottom>.right>.related>.right>button>svg {
   fill: #fff;
 }

 .box>.bottom>.right>.related>.left {
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   width: 100%;
   align-items: flex-start;
   justify-content: flex-start;
 }

 .box>.bottom>.right>.related>.left>.right {
   padding: 0 0.5rem;
   display: -webkit-box;
   display: flex;
   flex-direction: column;
   height: 100%;
   width: 100%;
 }

 .box>.bottom>.right>.related>.left>.right>h4>a {
   line-height: 1.6;
   margin: 0;
   font-size: 16px;
 }

 .box>.bottom>.right>.related>.left>.right>ul {
   padding: 0;
   margin: 0;
   display: -webkit-box;
   display: flex;
   justify-content: space-between;
   align-items:flex-end;
   font-size: 13px;
   margin-top: auto;
 }

 .box>.bottom>.right>.related>.left>.right>ul>li {
   list-style: none;
 }

 .box>.bottom>.right>.related>.left>.right>ul>li>span>svg {
   vertical-align: middle;
 }

 .box>.bottom>.right>.related>.left>.right>ul>li>.sl-wrapper>a {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .box>.bottom>.right>.related>.left>.right>ul>li>.sl-wrapper>a:hover {
   opacity: 0.9;
 }

 .box>.bottom>.right>.related>.left>.right>ul>li>.sl-wrapper>a.liked>.sl-icon>svg {
   fill: #FFC107;
 }

 .box>.bottom>.right>.related>.left>.right>ul>li>.sl-wrapper>a.liked>.sl-count {
   color: #FFC107;
 }

 .box>.bottom>.right>.related>.left>.right>ul>li>.sl-wrapper>a>.sl-icon {
   margin-left: 0.15rem;
 }

 .box>.bottom>.right>.related>.left>.right>ul>li>.sl-wrapper>#sl-loader {
   display: none;
 }

 .box>.bottom>.right>.related>.left>.left {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   width: 55px;
   height: 100%;
 }

 .box>.bottom>.right>.related>.left>.left>a {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #673AB7;
   background: -webkit-linear-gradient(to right, #512DA8, #673AB7);
   background: linear-gradient(to right, #512DA8, #673AB7);
   border-radius: 1rem;
   width: 100%;
   height: 100%;
 }

 .box>.bottom>.right>.related>.left>.left>a:hover {
   opacity: 0.9;
 }

 .box>.bottom>.right>.related>.left>.left>a>svg {
   fill: #fff;
 }

 .box>.bottom>.right.one {
   margin-left: 0;
 }

 .box>.bottom>.left {
   order: 1;
   width: 100%;

 }

 .head,
 .box>.bottom>.left>.head>h2 {
   font-size: 15px;
 }

 .box>.bottom>.left>.matn {
   margin-top: 0.5rem;
   padding: 0.5rem;
   border-radius: 0.75rem;
   background: #FFFFFF;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
   font-size: 14px;
 }

 .box>.bottom>.left>div>p {
   line-height: 1.8;
 }

 .respond {
   position: relative;
   background-color: #fff;
   border-radius: 1rem;
   min-height: 65px;
   padding: 0.5rem;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
 }

 .respond>ul {
   padding: 0.5rem 1rem;
   margin: 0;
 }

 .comment-body>p {
   font-size: 14px;
 }

 .fn>a {
   font-style: normal;
   font-size: 13px;
 }

 .respond>ul>li {
   list-style: none;
 }

 .commentmetadata {
   display: none;
 }

 .comment-author>img {
   border-radius: 0.25rem;
 }

 .comment-respond>h3 {
   font-size: 15px;
   padding: 0.75rem;
 }

 .comment-respond>form {
   display: -webkit-box;
   display: flex;
   padding: 0.5rem;
   flex-direction: column;
 }

 .comment-respond>form>textarea {
   overflow: auto;
   background: #f9f9f9;
   border: 0;
   font-size: 14px;
   padding: 0.75rem;
   border-radius: 0.75rem;
   min-height: 60px;
 }

 .comment-respond>form>.comment-flex {
   display: -webkit-box;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   margin-top: 0.5rem;
 }

 .comment-respond>form>.comment-flex>input {
   width: 100%;
   height: 42px;
   background: #f9f9f9;
   border: 0;
   font-size: 14px;
   padding: 0 0.75rem;
   border-radius: 0.75rem;
 }

 .comment-respond>form>.comment-flex>input:last-child {
   margin-right: 0.5rem;
 }

 .comment-respond>form>input.submit {
   height: 38px;
   background: linear-gradient(90deg, rgba(99, 122, 138, 1) 0%, rgba(122, 153, 173, 1) 100%);
   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 0.5rem;
   border-radius: 0.75rem;
   font-size: 14px;
 }

 .comment-respond>form>input.submit:hover {
   opacity: 0.9;
 }

 .comment-awaiting-moderation {
   font-size: 13px;
   font-style: normal;
   display: block;
   margin-top: 0.75rem;
 }

 .comment-respond>form>input:nth-child(4) {
   font-size: 14px;
   height: 42px;
 }

 .comments_rss {
   display: none;
 }

 .says {
   font-size: 13px;
 }

 footer {
   display: -webkit-box;
   display: flex;
   justify-content: space-between;
   flex-direction: column;
   align-items: center;
   padding: 0.5rem;
 }

 footer>.right>span {
   font-size: 14px;
 }

 footer>.left {
   display: -webkit-box;
   display: flex;
   justify-content: flex-end;
   align-items: center;
   padding: 0;
   margin: 0;

 }

 footer>.left>li {
   list-style: none;
   margin-right: 0.5rem;
 }

 footer>.left>li>a {
   font-size: 13px;
 }

 footer>.left>li>a:hover {
   opacity: 0.9;
 }

 .wrapper404 {
   position: relative;
   background-color: #fff;
   border-radius: 1rem;
   min-height: 85px;
   margin-bottom: 0.75rem;
   padding: 0.5rem;
   box-shadow: rgb(0 0 0 / 5%) 1px 0 10px 0;
   text-align: center;
 }

 .wrapper404>.title404 {
   font-size: 80px;
   font-family: sans-serif;
   color: #EF5350;
   font-weight: bold;
 }

 .wrapper404>.subtitle404 {
   font-size: 25px;
 }

 .wrapper404>.buttons404 {
   display: -webkit-box;
   display: flex;
   justify-content: center;
   padding: 1.5em;
 }

 .wrapper404>.buttons404>a {
   padding: 0.75em 1.5em;
   text-transform: uppercase;
   color: #fff;
   background: #90A4AE;
   border-radius: 0.75em;
   font-size: 15px;
   width: 100%;
 }
 @media (min-width: 480px) {
   .box>.top>.left>.dlbox {
     flex-direction: row;
   }
	 .box>.top>.left>.dlbox>a {
		 width:49%;
	 }
   .box>.top>.left>.dlbox>a:first-child {
     margin-bottom: auto;
     margin-left: 2%;
   }
 }

 @media (min-width: 800px) {

   header>form {
     max-width: 300px;
   }

   header>button {
     display: none;
   }

   header>nav {
     display: flex;
     margin-right: auto;
     margin-left: 0.5rem;
     position: relative;
     width: 100%;
     max-width: 100%;
     border-top: 0;
     padding-bottom: 0;
     top: auto;
     left: auto;
     right: auto;
     align-items: center;
     justify-content: flex-end;
   }

   .dark-box {
     display: none;
   }

   header>nav>div>ul {
     flex-direction: row;
   }

   header>nav>div>ul>li {
     margin-right: 1rem;
     border-bottom: 0;
   }

   header>nav>div>ul>li>a {
     padding: 0;
     font-size: 15px;
   }

   .favorite>.slider>li {
     width: 200px;
   }

   .favorite>.slider>li>a>img {
     height: 200px;
     width: 200px;
   }

   .favorite>.slider>li>.slider-info>.right>.music {
     font-size: 15px;
     max-width: 200px;
   }

   .favorite>.slider>li>.slider-info>.right>.name {
     max-width: 200px;
   }
	 .under {
		 flex-direction: row;
	 }
	 .posts {
		 flex:70%;
		 margin-left:0.75rem;
	 }
   .sidebar {
     flex: 30%;
   }

   .box>.top {
     flex-direction: row;
   }

   .box>.top>.left {
     position: relative;
     width: 100%;
     margin-right: 1rem;
     margin-left: 0.5rem;
   }

   .box>.top>.left>.info>h1>a {
     font-size: 17px;
   }

   .box>.top>.left>.info> ul > .sl-wrapper {
     position: absolute;
     left: 0;
     top: 0;
     margin: 0;
   }

   .box>.top>.left>.info> ul >.sl-wrapper>a:hover {
     opacity: 0.9;
   }

   .box>.top>.left>.info> ul >.sl-wrapper>a>.sl-icon {
     height: 24px;
     width: 24px;
   }

   .box>.top>.left>.info>ul > .sl-wrapper>a>.sl-icon>svg {
     height: 24px;
     width: 24px;
   }

   .box>.top>.left>.info>ul> span > a.liked>span>svg {
     fill: #FFC107;
   }

   .box>.top>.left>.info>ul>span>#sl-loader {
     display: none;
   }

   .box>.top>.left>.dlbox>.album>li {
     flex-direction: row;
   }

   .box>.bottom {
     flex-direction: row;
     flex-wrap: nowrap;
   }

   .box>.bottom>.right {
     order: 1;
     margin-top: 0;
   }

   .box>.bottom>.left {
     order: 3;
   }

   .box>.bottom>.left>.matn {
     max-height: 462px;
     overflow: auto;
   }

   .box>.bottom>.left>.matn::-webkit-scrollbar {
     width: 5px;
   }

   .box>.bottom>.left>.matn::-webkit-scrollbar-thumb {
     background-color: rgb(0 0 0 / 5%);
     border-radius: 5px;
   }

   footer {
     flex-direction: row;
   }
	 .posts>.list>.left>.right>h2 {
		 font-size: 15px;
	 }
	 .posts>.list>.left>.right>ul {
	 font-size:13px;
	 }
	 .spacer {
	 order:2;
	 width:1.5rem;
}
 }


.ap {
    direction: ltr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    font-family: inherit;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 -3px 10px rgb(0 0 0 / 10%);
    background-color: #fff;
    z-index: 99999;
}
.ap__inner {
  display: flex;
  height:100%;
  max-width: 100%;
  margin: auto;
}

.ap__item {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.ap__item--playback > .ap__controls,
.ap__item--settings > .ap__controls {
  flex: 0 25%;
}

@-webkit-keyframes fs {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fs {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ap__item--track {
  flex: 1 40%;
  padding: 0 20px;
}

.track {
  position: relative;
  width: 100%;
  align-self: flex-start;
  padding: 5px 0 0;
}

.track__title {
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding-right: 80px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.track__time {
  position: absolute;
  top: 5px;
  right: 0;
}

.progress-container {
  position: relative;
  padding: 7px 0;
  margin-top: 15px;
  overflow: hidden;
  cursor: pointer;
}
.progress-container:hover .progress__bar:after {
  opacity: 1;
}

.progress {
  height: 3px;
  border-radius: 3px;
  background: #ddd;
}

.progress__bar,
.progress__preload {
  position: absolute;
  width: 0;
  height: 3px;
  border-radius: 3px 0 0 3px;
}

.progress__bar {
  background: #F44336;
  z-index: 1;
}
.progress__bar:after {
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  content: "";
  border-radius: 6px;
  background: #F44336;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.progress__bar--active:after {
  transform: scale(1.4);
}

.progress__preload {
  background: #c4c4c4;
  z-index: 0;
}

.ap__controls,
.ap button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  position: relative;
  display: flex;
  height:100%;
  align-items:center;
  justify-content:center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ap__controls:active,
.ap button:active {
  background: rgba(0, 0, 0, 0.1);
}
.ap__controls:hover,
.ap button:hover {
  opacity: 0.85;
}
.ap__controls > span {
   display: flex;
   justify-content: center;
   align-items: center;
   background: #757575;
   height: 32px;
   width: 32px;
   border-radius: 0.75rem;	
}
.icon-play > path {
  transition: all 0.3s ease;
}

.is-playing .icon-play {
  fill: #F44336;
}

.volume-btn {
  display: block;
  text-align: center;
  width: 100%;
}

.volume {
  position: absolute;
  left: 50%;
  bottom: 45px;
  width: 40px;
  margin-left: -20px;
  height: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.17, 0.72, 0.26, 1.23);
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 1px;
  z-index: 88888;
}
.volume::before, .volume::after {
  content: "";
  position: absolute;
  bottom: -12px;
  border: 7px solid transparent;
  border-top: 7px solid #f2f2f2;
  left: 50%;
  margin-left: -7px;
}
.volume::after {
  bottom: -14px;
  z-index: -1;
  border-top: 7px solid #ccc;
}

.volume-container:hover .volume {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.volume__track {
  position: relative;
  display: block;
  width: 3px;
  height: 100px;
  margin: 10px auto;
  background: #ddd;
  border-radius: 3px;
  overflow: hidden;
}

.volume__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F44336;
  height: 50%;
}

.icon-volume-off {
  display: none;
}

.has-muted .icon-volume-on {
  display: none;
}
.has-muted .icon-volume-off {
  display: inline;
  opacity: 0.7;
}
.ap__controls.is-active > svg {
  fill: #F44336;
}

@media (max-width: 1024px) {
  .ap__item > .ap__controls {
    flex: 1;
  }
}
@media (max-width: 580px) {
  .ap {
    min-width: 250px;
  }

  .ap, .ap__inner {
    height: auto;
  }

  .ap__inner {
    flex-wrap: wrap;
	padding-bottom:0.5rem;
  }

  .ap__item--track {
    margin-bottom: 10px;
    padding: 0 20px;
    order: 1;
    flex: 1 1 100%;
  }

  .ap__item--playback,
.ap__item--settings {
    flex: 1 1 50%;
    order: 2;
  }
}
/*-----------------------
    Playlist Player - PL
------------------------*/
.pl-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  overflow: auto;
  font-family: inherit;
  font-size: 14px;
  background: #fff;
  z-index: 77777;
}

.pl-ul {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 30px 10px 100px 10px;
}

.pl-list {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
}
.pl-list svg {
  fill: #F44336;
}

.pl-list + .pl-list {
  border-top: 1px solid #eee;
}

.pl-list:not(.pl-list--current):hover {
  background: #f6f6f6;
}

.pl-list__track,
.pl-list__remove {
  flex: 0 50px;
  text-align: center;
}

.pl-list__icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #555;
}

.pl-list__title {
  overflow: hidden;
  padding-right: 10px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}

.pl-list__remove {
  height: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.pl-list__remove > svg {
  width: 16px;
  height: 16px;
}

.pl-list__eq {
  display: none;
}

.pl-list--current {
  background: steelblue;
  color: #fff;
}

.pl-list--current svg {
  fill: #fff;
}
.pl-list--current .pl-list__eq {
  display: block;
}
.pl-list--current .pl-list__icon {
  display: none;
}

.pl-list:hover .pl-list__remove,
.pl-list--current .pl-list__remove {
  opacity: 1;
}

.pl-list--current .pl-list__remove:hover {
  background: #3f75a2;
}

.pl-list--empty {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  color: #ccc;
}

@-webkit-keyframes eq {
  0% {
    height: 3px;
  }
  50% {
    height: 20px;
  }
  100% {
    height: 3px;
  }
}

@keyframes eq {
  0% {
    height: 3px;
  }
  50% {
    height: 20px;
  }
  100% {
    height: 3px;
  }
}
.eq {
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
}

.eq__bar {
  width: 4px;
  background: #fff;
  filter: drop-shadow(0 0 5px #fff);
}

.eq__bar:nth-child(1) {
  -webkit-animation: eq 0.8s ease-in-out infinite 0s;
          animation: eq 0.8s ease-in-out infinite 0s;
}

.eq__bar:nth-child(2) {
  -webkit-animation: eq 0.8s ease-in-out infinite 0.2s;
          animation: eq 0.8s ease-in-out infinite 0.2s;
}

.eq__bar:nth-child(3) {
  -webkit-animation: eq 0.8s ease-in-out infinite 0.4s;
          animation: eq 0.8s ease-in-out infinite 0.4s;
}

.h-hide {
  display: none;
}

.h-show {
  display: block;
}