
/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding: 40px; padding-bottom: 60px !important;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {background-color: var(--bg); box-shadow: 0 0 90px rgba(0,0,0,0.3);}
.header, .footer {background-color: var(--bg-2); padding-right: var(--indent);}
.main {padding: 40px var(--indent);}
.sidebar {width: 240px; background-color: var(--bg-2); border-right: 5px solid var(--bdc); 
	padding: 40px 20px; color: var(--tt-3);}


/* HEADER
----------------------------------------------- */
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 80px; width: 240px;  
	background: url(../images/logo.svg) 20px center / 40px no-repeat; padding-left: 80px; 
	background-color: var(--accent); color: #fff !important; font-size: 24px; font-weight: 700; 
	text-transform: uppercase; letter-spacing: 2px; margin-right: var(--indent); 
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.header__search {position:relative;}
.header__search-box {position: relative; max-width: 400px;}
.header__search input, .header__search input:focus {padding: 0 50px 0 10px; border-radius: 6px; box-shadow: none; 
	background-color: #fff; color: #000; height: 34px; line-height: 34px;}
.header__search input:not(:focus)::placeholder {color: #000; opacity: 0.4; font-size: 14px;} 
.header__search button {position:absolute; right: 0; top: 0; width: 40px; height: 34px; padding: 0; 
	background: none; color: var(--tt); font-size: 16px;}
.header__btn-add {cursor: pointer; text-transform: uppercase; color: var(--tt-3); letter-spacing: 1px; font-weight: 700;}
.header__btn-add .fal {width: 34px; height: 34px; display: flex; justify-content: center; align-items: center;
	background-color: var(--accent); color: #fff; margin-right: 10px; border-radius: var(--bdrs); font-size: 16px;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 40px;}
.sect__header {margin-bottom: 20px;}
.sect__title {font-size: 24px; font-weight: 700;}
.sect__link {border-radius: var(--bdrs); width: 24px; height: 24px; background-color: var(--accent); color: #fff;}
.speedbar {font-size: 13px; color: var(--tt-2); margin-bottom: 15px;}
.speedbar .fal {color: var(--accent); margin-right: 4px; margin-left: 1px;}
.speedbar11 a:after {color: var(--tt); display: inline; content: '/'; margin: 0 5px;}
.sect__title span {color: var(--accent);}
.sect--cols {grid-template-columns: repeat(auto-fill,minmax(150px,1fr)); grid-gap: 40px 20px;}
.sect-col {grid-column: span 2;}
.sect-col--bigger {grid-column: span 3;}
.sect-col:first-child {padding-right: 20px;}


/* SHORT ITEMS
----------------------------------------------- */
.sect__content--albums {grid-template-columns: repeat(auto-fill,minmax(150px,1fr));}
.album__img {padding-top: 100%; margin-bottom: 15px; border-radius: var(--bdrs);}
.album__title {font-weight: 500;}
.album__subtitle {color: var(--tt-2); margin-top: 6px; font-size: 0.9em;}
.feat {height: 181px; display: flex; border-radius: var(--bdrs);}
.feat + .feat {margin-top: 10px;}
.feat img {position: absolute; left: 0; top: 0;}
.feat::before {content: ''; background-color: #30336b; opacity: 0.4; 
	position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 5;}
.feat__desc {border: 5px solid rgba(255,255,255,0.5); color: #fff; padding: 15px 20px; text-align: center; 
	width: 220px; position: relative; z-index: 10; border-radius: var(--bdrs);}
.feat__title {font-weight: 500; margin-bottom: 10px; font-size: 1.2em;}

.track {margin-bottom: 10px;}
.track__img {width: 40px; height: 40px; margin-right: 20px; border-radius: var(--bdrs);}
.track__title {font-weight: 500; width: 50%; margin-right: 20px;}
.track__time {font-size: 12px; color: var(--tt-3); margin-left: 10px;}
.track--header {color: var(--tt-2); margin-bottom: 0;}
.track--header * {font-weight: 400; font-size: 13px;}
.track__play {position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 5;
	cursor: pointer; background-color: #4834d4; color: #fff; font-size: 12px;}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .track__play {padding-left: 0; background: var(--accent-darker); color: #fff;}
.track__play:hover {background: var(--accent-darker);; color: #fff;}


/* SIDEBAR
----------------------------------------------- */
.side-block:not(:last-child) {margin-bottom: 40px;}
.side-block__title {text-transform: uppercase; font-weight: 700; letter-spacing: 1px; margin-bottom: 20px;}
.side-block__menu {display: grid; grid-gap: 13px;}
.side-block__menu a {display: block; color: var(--tt-3); line-height: 1.4;}
.side-block__menu a .fal {width: 33px;}
.side-block__menu a:hover {color: var(--accent);}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__text {line-height: 1.6; color: var(--tt-2);}
.footer__text span {color: var(--accent); border-bottom: 1px dotted var(--accent);}

.pagination {text-align: center; padding-top: 10px;}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 5px 0 5px; line-height: 40px; 
	padding: 0 10px; min-width: 40px; border-radius: var(--bdrs); border: 1px solid var(--bdc); font-weight: 500;}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover  
{background: var(--accent); color: #fff; border-color: var(--accent);}


/* INNER PAGE
----------------------------------------------- */
.page__img {width: 120px; height: 120px; margin-right: 20px; border-radius: var(--bdrs);}
.page__dl {background-color: #27ae60;}
.page__play {cursor: pointer; width: 100%; margin-bottom: 20px; height: 54px; position: relative;
	display: flex; flex-direction: column; justify-content: center; padding-left: 74px; 
	background-color: var(--accent); color: #fff; border-radius: var(--bdrs); overflow: hidden; 
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.06);}
.page__play .fas {position: absolute; left: 0; top: 0; bottom: 0; width: 54px;
	display: flex; justify-content: center; align-items: center; background-color: rgba(255,255,255,0.25);}
.page__play-title {margin-bottom: 3px; font-size: 0.8em;}
.page__call {position: absolute; left: 5px; bottom: 3px; right: 5px; padding: 0; 
	height: 34px; font-size: 11px; text-transform: uppercase;}
.page__play:hover, .js-item-played .page__play {background: var(--accent-darker);; color: #fff;}

.page__rating a {margin-left: 10px; display: flex; align-items: center; height: 34px; padding: 0 10px; 
	border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 1px 3px 0 rgba(0,0,0,0.06); font-size: 14px;
	background: linear-gradient(to bottom, #fff 0%, #fff 30%, #f5f6f8 100%); border-radius: var(--bdrs);}
.page__rating a > span:last-child {display: inline-block; border-left: 1px solid rgba(0,0,0,.1); 
	padding-left: 10px; margin-left: 10px;}
.page__rating .fal {font-size: 18px; color: #27ae60;}
.page__rating a + a .fal {color: #e74c3c;}

.page__intro {line-height: 1.2; font-size: 13px; margin-bottom: 20px; color: var(--tt-3); 
	padding-left: 10px; border-left: 3px solid var(--accent); width: 100%;}
.page__intro1::before {content:"\f05a"; font-family:'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 10px; top: 10px; color: var(--accent); font-size: 24px;}
.page__list {display: grid; grid-gap: 13px 0;}
.page__list li {display: flex; justify-content: space-between;}
.page__list li > span:first-child {color: var(--tt-3); display: inline-flex; align-items: center;
	flex: 1 1 0; min-width: 100px; max-width: 100%; margin-right: 10px;}
.page__list li > span:first-child::after {content: ''; border-top: 1px dotted var(--tt-2); 
	flex: 1 1 0; min-width: 100px; max-width: 100%; margin-left: 10px;}

.show-text {cursor: pointer; color: var(--accent);  
	position: absolute; bottom: 0px; left: 0; z-index: 5;}
.page__text[style]::before {content: ''; pointer-events: none; height: 100%; position: absolute; z-index: 3;
	left: 0; right: 0; bottom: 0; background: linear-gradient(to top, #fff 0%, #fff 20px, transparent 100%);}
.page__text {position: relative;}
.page__prev-next {gap: 20px 10px;}
.page__prev-next-link {line-height: 1.3; font-size: 14px; display: block;}
.page__prev-next-link div {font-size: 11px; text-transform: uppercase; color: var(--tt-3); margin-bottom: 10px;}
.page__prev-next-link:last-child {text-align: right;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 15px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {list-style: disc;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-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%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 22px;}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 40px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-2); color: var(--tt-3);}
.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: 18px; 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%;}

@media screen and (max-width: 1220px) {
	.wrapper {padding: 0;}
	.wrapper-container {max-width:1000px;}
	.header__menu, .sidebar, .header__btn-add {display: none;}
	.header__btn-menu {cursor: pointer; font-size: 40px; margin-left: 20px; display: block;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.logo {margin-right: 20px;}
	.header {padding-right: 20px;}
	.main {padding: 40px 20px;}
	.sect--cols .sect-col {grid-column: 1 / -1; padding-right: 0;}
	.footer {display: block; text-align: center; padding: 0; padding-bottom: 20px;}
	.footer__logo {width: 100%; margin: 0; text-align: left;}
	.footer__text {padding: 20px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.header__search {padding: 20px; padding-right: 0; min-width: 100%; order: 10;}
	.header__search-box {max-width: 100%;}
	.header__logo {margin: 0; flex: 1 1 0; max-width: 100%; min-width: 140px;}
	.track__title, .track__subtitle {width: 100%; min-width: 100%; margin: 0; padding: 0;}
	.track__subtitle {color: var(--tt-2); margin-top: 5px; font-size: 0.9em;}
	.track--header, .album:nth-child(5) {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}

	.page__main {display: block;}
	.page__img {margin: 0 auto; margin-bottom: 20px;}
	.page__play {margin-top: -20px;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
}

	
/* PLAYER
----------------------------------------------- */
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997;
	background-color: #0b0b18; color: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.6);}
.audioplayer {max-width: 1100px; width: calc(100% - 40px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 10px; width: 500px; 
	background-color: #000; border-radius: 0px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%;
	background-color: rgba(0,0,0,0.1); border-radius: 0px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%;
	z-index: 10; border-radius: 0px; background-color: var(--accent);}

.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a { display: block; height: 30px; line-height: 30px; text-align: center; color: #ccc;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px;
	background-color: #0b0b18; box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px;
	position: relative; cursor: pointer; background-color: #000; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: var(--accent);
	position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-dl {font-size: 18px; margin-left: 20px; color: #ccc;}
.ap-time {font-size: 12px; margin-left: 20px;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: 300px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 3px;}
.ap-artist {font-size: 15px; margin-top: 4px; color: #ccc;}
.ap-title {font-size: 16px; color: #fff; font-weight: 500;}
.ap-btns {margin-right: 20px;}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center;
	border-radius: 50%; display: block; position: relative; margin: 0 20px;
	background: var(--accent); color: #fff;}
.ap-prev, .ap-next {cursor: pointer; font-size: 18px; color: #ccc;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #fff;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background: var(--accent-darker); color: #fff;}
.wplayer-init .audioplayer-playpause .fas:before {content: '\f04b'; padding-left: 1px;}

@media screen and (max-width: 1220px) {
	.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}
}
@media screen and (max-width: 590px) {
	.audioplayer-volume, .ap-time, .ap-img {display: none;}
	.audioplayer-playpause a {margin: 0 10px;}
}
	