
/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding-bottom: 60px !important;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {box-shadow: 0 10px 30px rgba(0,0,0,0.1); background-color: #3C715E; 
	overflow: hidden; border-radius: 0 0 20px 20px;}
.header {padding: 20px var(--indent); position: relative; z-index: 10; }
.cols {display: grid; grid-template-columns: 280px minmax(0,1fr);}
.col-side {padding: var(--indent); padding-top: 40px; position: relative; z-index: 10;
	display: grid; grid-gap: 40px; align-content: start; grid-template-columns: minmax(0,1fr); border-top: 1px solid #578071;}
.content {padding: 40px var(--indent); min-height: 100vh; background-color: #FDF6F6;}
.mcols {display: grid; gap: 40px 10px; grid-template-columns: minmax(280px,1fr);}
.footer {color: #adc4c2; padding: 40px var(--indent);}
.footer__text a, .footer__text span {color: #9ff0d2; border-bottom: 1px dotted #9ff0d2;}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 80px;
	z-index: 990; display: none; background-color: var(--bg); color: var(--tt-lightest); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: var(--bsh);}


/* HEADER
----------------------------------------------- */
.logo {display: inline-flex; align-items: center; height: 40px; position: relative; min-width: 280px; color: #000 !important;}
.logo span {color: var(--accent);}
.header__link {color: #fff; margin: 0 20px 0 40px;}
.search-block form {max-width: 100%; position: relative;}
.search-block__input[type="text"], .search-block__input[type="text"]:focus {border-radius: 20px; box-shadow: none; 
	border: 0; background-color: var(--bg); padding: 0 50px 0 20px; box-shadow: var(--bsh-a);}
.search-block__input[type="text"]:not(:focus)::placeholder {color: var(--tt-lightest); opacity: 0.8; font-size: 13px;}
.search-block__btn {position: absolute; right: 0; top: 0; width: 56px;
	background: none; color: var(--tt); border-radius: 16px; padding: 0; font-size: 18px;}


/* TOP
----------------------------------------------- */
.topper {height: 480px; background-color: #FDF6F6;
	padding: var(--indent); display: grid; gap: 20px; align-content: center; margin-top: -80px; padding-top: 90px;}
.topper__title {font-weight: 700; font-size: 28px; line-height: 1.3; max-width: 460px;}
.topper p {color: var(--tt-lighter); line-height: 1.6; max-width: 400px;}
.topper__btns .btn + .btn:not(:hover) {background-color: #fff; color: #000;}
.topper__btns .btn {margin-right: 20px;}
.share-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; max-width: 96vw; 
	text-align: center; padding: 40px 0; box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}


/* SECTION
----------------------------------------------- */
.sect {display: grid; gap: 40px 40px; grid-template-columns: minmax(0,1fr);}
.sect__title {font-size: 28px; font-weight: 800;}
.full .sect__title {font-size: 22px; font-weight: 700;}
.fmain .sect__title {font-size: 28px; font-weight: 800;}
.sect__link {display: inline-flex; align-items: center; gap: 6px; color: var(--tt-lighter); margin-left: 20px;}
.sect--wide {grid-column: 1 / -1;}
.sect__tabs {gap: 10px;}
.sect__tabs li a {cursor: pointer; display: flex; align-items: center; height: 36px; border-radius: 6px; 
	background-color: #fff; box-shadow: var(--bsh-a); border-radius: 6px; padding: 0 10px;}
.sect__tabs li.is-active a {background-color: var(--accent); color: #fff;}
.sect__content > .fas {font-size:100px; color: var(--accent); display:block; 
	text-align:center; margin: 0 auto; padding: 30px 0; width: 100%; grid-column: 1 / -1;}
.sect__btn {margin-top: -30px;}
.sect__btn a {width: 300px; max-width: 100%;}
.catmenu {gap: 10px 10px;}
.catmenu:empty {display: none;}
.catmenu a {background-color: var(--bg); box-shadow: var(--bsh-a); padding: 6px 10px; border-radius: 6px; display: block;}
.catmenu a span {opacity: 0.6; font-size: 0.8em; margin-left: 6px;}
.catmenu a:hover, .catmenu a.is-active {background-color: var(--accent); color: #fff;}
.speedbar {margin-bottom: 20px; font-size: 13px; color: var(--tt-lightest);}
.speedbar {font-size: 13px; color: var(--tt-darker-2); margin-top: 20px;}
.speedbar .fa {font-size: 11px; margin: 0px 5px;}
.descr {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-lighter);}
.descr h1, .descr h2, .descr h3 {font-weight: 600; font-size: 18px; color: var(--tt); line-height: 1.3;}
.descr a {text-decoration: underline; color: var(--accent);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}


/* TRACK
----------------------------------------------- */
.mcols .track {width: 100%;}
.track {padding: 10px 20px; width: 100%; gap: 20px; position: relative; border-radius: 6px;
	background-color: #fff; box-shadow: var(--bsh-a); margin-bottom: 10px;}
.track__img {width: 40px; height: 40px; border-radius: 4px;}
.track__share {padding: 0; width: 30px; height: 30px; border-radius: 50%; 
	background-color: transparent; color: var(--tt-lightest); font-size: 20px;}
.track__desc {display: block;}
.track__title {font-weight: 600;}
.track__subtitle {color: var(--tt-lightest); font-size: 15px; margin-top: 4px;}
.track__time {font-size: 12px; color: var(--tt-lightest);}
.track__play {padding: 0; padding-left: 2px; width: 40px; font-size: 12px; border-radius: 50%;}
.track__dl {color: var(--accent-2); background-color: #f0f8f8; font-size: 18px; 
	width: 30px; height: 30px; border-radius: 50%;}
.track__fav > * {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; 
	border-radius: 50%; font-size: 18px; color: var(--tt-lightest); cursor: pointer;}
	
.track.js-item-played {border-color: transparent}
.track.js-item-played > *:not(.track__count) {position: relative;}
.track.js-item-played::before {content: ''; position: absolute; bottom: 0; right: 0px; left: 0px; top: 0px; 
	border-radius: 10px; background-color: #00000006;}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .track__play {padding-left: 0; background: var(--accent-darker); color: #fff;}


/* ALBUM, COLLECTION
----------------------------------------------- */
.album-item {width: 15%; margin-bottom: 20px; text-align: center;}
.album-img {box-shadow: var(--bsh-a); padding-top: 100%; border-radius: 50%; overflow: visible;}
.album-img img {border-radius: 50%;}
.album-img::before {border-radius: 50%; content: ''; right: -1px; bottom: -1px;
	border: 10px solid #fff; box-sizing: border-box; position: absolute; left: -1px; top: -1px; z-index: 5;}
.album-title {margin-top: 15px; font-weight: 600;}
.album-subtitle {margin-top: 5px; color: var(--tt-lightest); font-size: 13px;}
.mb-rem20 {margin-bottom: -20px;}
.podb-item {width: 23.6%; margin-bottom: 20px; position: relative;}
.podb-in {box-shadow: var(--bsh-2); display: block; padding-top: 100%; border-radius: 6px;}
.podb-desc {position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; padding: 15px; color: #fff;} 
.podb-title {font-weight: 700;}
.podb-quantity {font-size: 12px; margin-top: 10px;}
.podb-in:before {background: linear-gradient(to top, var(--accent) 0%, transparent 100%); 
	content: ''; position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; width: 100%; height: 70%;}


/* SIDEBAR
----------------------------------------------- */
.sb__title {text-transform: uppercase; font-weight: 700; font-size: 14px; color: #FFE193;
	letter-spacing: 1px; margin-bottom: 30px;}
.sb__menu {display: grid; grid-gap: 13px;}
.sb__menu a {display: block; color: #fff; line-height: 1.4;}
.sb__menu a .fal {width: 33px; color: #FFE193;}
.sb__menu a .fas.fa-circle {margin-left: 10px; color: #cf0a0a; font-size: 8px;}
.sb__menu a:hover {color: #FFE193;}
.sb:first-child .sb__title {padding-top: 0; border-top: 0;}
.sb__menu a.line-clamp {display: -webkit-box;}

.int {max-width: 100%; text-decoration: none;}
.sb__top a:hover, .sb__top a:focus {color: #fff;}
.int + .int {margin-top: 20px;}
.int__img {width: 50px; height: 50px; border-radius: 50%; margin-right: 10px; box-shadow: var(--bsh-a);}
.int__title {font-weight: 500; color: #fff;}
.int__subtitle {font-size: 14px; margin-top: 3px; color: #FFE193;}

/* PAGINATION
----------------------------------------------- */
.pagination {text-align: center; padding-top: 30px;}
.pagination__pages {gap: 10px 10px;}
.pagination__pages a, .pagination__pages span {display: inline-block; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; border: 1px solid var(--bdc-darker); border-radius: 0px;}
.pagination__pages span:not(.nav_ext) {background: var(--bg-blacker); color: #fff; border-color: var(--bg-blacker);}


/* FULL
----------------------------------------------- */
.full > * {margin-bottom: 40px;}
.fmain {margin: -40px; margin-top: -120px; padding: 40px; padding-top: 90px; background-color: #FDF6F6; margin-bottom: 40px;}
h1 a {margin-left: 10px; color: var(--accent); font-size: 16px;}
.fspeedbar {margin-bottom: -50px; padding-top: 20px;}

.fleft {width: 180px; margin-right: 40px;}
.fctrl {width: 240px; margin-left: 40px;}
.fposter {box-shadow: 0 27px 53px rgba(0,0,0,0.2); width: 180px; height: 180px; border-radius: 8px;}
.fcaption {line-height: 1.5; color: var(--tt-lighter); position: relative; border-radius: 8px; background-color: #f1f1f1;
  padding: 20px 20px 20px 80px;}
.fcaption::before {content: '\f05a'; font-family: 'Font Awesome 5 Pro'; font-weight: 300; 
	position: absolute; left: 20px; top: 50%; font-size: 34px; color: var(--accent); transform: translateY(-50%);}
[data-height] {position: relative;}
.show-text {cursor: pointer; color: var(--accent); border-bottom: 1px dotted var(--accent); 
	display: inline-block; justify-self: start; align-self: start; margin-top: -30px;}
[data-height][style] {-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 120px);}

.finfo {display: grid; gap: 4px; font-size: 14px; align-content: start;}
.finfo li {display: flex; justify-content: space-between; position: relative;}
.finfo li > span:first-child:after {content: ''; border-top: 1px dashed rgba(0,0,0,0.3); 
	height: 1px; display: block; margin: 0 10px; position: relative; top: 1px; 
	flex: 1 1 0; min-width: 50px; max-width: 100%; }
.finfo li span {display: inline-block; padding: 4px 0;}
.finfo li > span:first-child {color: var(--tt-lighter); 
	flex: 1 1 0; min-width: 50px; max-width: 100%; display: flex; align-items: center;}
.finfo a {color: var(--accent); text-decoration: underline;}

.fmeta a {display: block;}
.ffav {background-color: var(--bg); box-shadow: var(--bsh); margin: 0 5px; 
	width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; 
	font-size: 18px; color: var(--tt-lighter); cursor: pointer;}
.fshare {border-radius: 20px; width: auto; padding: 0 20px; font-size: 12px; display: flex; align-items: center;}
.fshare .fal {font-size: 18px; margin-right: 10px; vertical-align: middle;}
.page__rating {position: absolute; left: 10px; right: 10px; bottom: 10px; 
	border-radius: 6px; overflow: hidden; box-shadow: 0 2px 4px rgba(0,0,0,0.1);}
.page__rating > * {width: 50%; height: 40px; background-color: #27ae60; color: #fff; 
	 padding: 5px; font-weight: 500; display: flex; justify-content: center; align-items: center;}
.page__rating .fal {font-size: 16px; margin-right: 15px;}
.page__rating > * + * {background-color: #e74c3c;}

.fplay {cursor: pointer; height: 60px; padding: 10px 15px 10px 75px; box-shadow: var(--bsh);
	font-weight: 600; font-size: 16px; position: relative; 
	margin-bottom: 20px; border-radius: 8px; overflow: hidden;}
.fplay {background-color: var(--accent); color: #fff;}
.fplay-desc .ws-nowrap {font-weight: 400; font-size: 13px;}
.fplay .msc-play {font-size: 18px; text-align: center; margin: 0; width: 60px; height: 100%; 
	position: absolute; left: 0; top: 0; line-height: 60px; background-color: #00000010;}
.fplay:hover, .js-item-played .fplay {color: #fff; background-color: var(--accent-darker);}
.fdl {color: #fff; background-color: var(--accent-2); box-shadow: var(--bsh); margin-bottom: 20px; width: 100%;}

.page__tags {font-size: 0; gap: 10px 4px; margin-top: 40px;}
.page__tags .fal {height: 30px; line-height: 30px; font-size: 16px; margin-right: 6px;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; 
	padding: 0 10px; font-size: 11px; text-transform: uppercase; 
	color: var(--tt-lighter); border: 1px solid var(--bdc-darker);}
.page__btn-comments {height: 30px; padding: 0 10px; font-size: 11px; text-transform: uppercase; margin-left: 20px;}

.podb .podb-header {width: 100%; margin: 0; box-shadow: none; margin-bottom: 40px;}
.podb-header .podb-in {height: 300px; box-shadow: none; padding-top: 0;}
.podb-header .podb-desc {padding: 40px;}
.podb-header .page__rating {right: auto; bottom: auto; left: 20px; top: 20px; width: 160px;}
.podb-header .fcaption {margin-bottom: 20px; max-width: 500px; color: #ccc;}
.podb-header h1 {margin-bottom: 20px; max-width: 600px;}
.fmid .fcaption {padding-left: 0; margin-right: 20px; font-size: 13px;}
.fmid .fcaption::before {display: none;}
.artist .fbtm {margin-top: 20px;}
.podb-in > .ffav, .podb-compl {position: absolute; right: 10px; top: 10px; margin: 0;}
.podb-compl {right: 55px; top: 10px;}
.podb-compl a, .fmeta > a {display: block;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.9; font-size: 16px; 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: 30px;}
.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 {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.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: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}
.fdl-btn {display: block; position: relative; box-shadow: 0 3px 10px rgba(0,0,0,0.1); 
	text-decoration: none !important; padding: 15px 15px 15px 130px;
	background: linear-gradient(to top, #27ae60, #2ecc71); color: #fff !important; overflow: hidden;}
.fdl-btn-title {font-weight: 500; text-transform: uppercase; word-wrap: break-word;}
.fdl-btn-size {font-size: 14px; margin-top: -2px; margin-bottom: 6px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn-icon {width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; font-size: 24px;
	position: absolute; left: 40px; top: 50%; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0; margin-top: 40px;}
.page__comments-title {font-size: 21px; font-weight: 700; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-lighter); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-header {position: relative; padding-right: 130px;}
.page__comments-btn {position: absolute; right: 0; top: 0;}
.ac-form {display: grid; gap: 20px; margin-bottom: 40px;}
.ac-form__bottom {gap: 10px 20px;}
.ac-form .message-info {margin: 0;}
.ac-form .tox-tinymce {height: 160px !important;}
.comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.has-comms {margin-bottom: -20px;}

.comment-item__title {font-weight: 700; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc-darker);}
.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: 700; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 600; font-size: 14px;}
.comment-item__date {color: var(--tt-lightest); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-lightest);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--tt-lightest);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 18px; font-weight: 600; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-lighter); margin-left: 10px; font-weight: 400; color: var(--tt-lightest);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-lightest);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:34px; height: 34px;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/* 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: #3C715E;}
.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%;}
.mobile-menu > * {margin-bottom: 40px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {overflow: hidden;}
	.wrapper-container {max-width:1000px; border-radius: 0;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.col-side {width: 100%; order: 10; display: none;}
	.cols {grid-template-columns: minmax(0,1fr);}
	.col-side .js-this-in-mobile-menu {display: none;}
	.topper {height: auto;}
	.logo {min-width: 100px; margin: 0; margin-right: 20px;}
	.header__btn-menu {display: inline-flex; width: 40px; padding: 0; font-size: 18px; margin-left: 20px;}
	.sect__tabs li, .catmenu li {flex-grow: 1; justify-content: center; min-width: auto; white-space: nowrap;}

	.podb .podb-header {margin-top: -20px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.sect {grid-column: 1 / -1;}
	.header__search {margin-right: 20px;}
	.footer {display: block; text-align: center;}
	.footer__text {margin: 20px 0;}
	.footer__logo {margin: 0;}
	.track {width: 100%;}
	.fleft {margin-right: 20px;}
	.fctrl {margin-left: 20px;}
	.podb .podb-header {margin: -40px -20px 40px -20px; width: calc(100% + 40px); border-radius: 0;}
	.podb .podb-in {border-radius: 0;}
}

@media screen and (max-width: 760px) {
	.header {background-color: #3C715E; margin-bottom: 20px;}
	.footer {background-color: #3C715E; margin-top: 2px;}
	.wrapper-container {max-width:640px;}
	.header__search {min-width: 100%; order: 10; margin: 0; margin-top: 20px;}
	.header__search form {max-width: 100%; width: 100%;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; margin: 0; margin-right: 20px;}
	.header__btn-login {width: 40px; overflow: hidden; font-size: 0; padding: 0; display: block; margin-right: -10px;}
	.header__btn-login::before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
		font-size: 18px; content:"\f007"; font-weight: 300; font-family:'Font Awesome 5 Pro';}
	.sect__title, h1, h2, h3, h4, h5 {font-size: 22px;}
	.podb-item {width: 47.3%;}
	.album-item {width: 31%;}
	.topper {margin-top: -140px; padding-top: 150px;}
	.topper__title {font-size: 22px;}
	.col-side {display: grid;}
	
	.fmain {margin-top: -180px; padding-top: 130px; background-size: 200% auto; background-repeat: repeat-y;}
	.fspeedbar, .fmain h1 {text-align: center;}
	.fcols, .fmid {display: block;}
	.fleft {margin: 0 auto; margin-bottom: 20px; margin-top: -20px;}
	.fctrl {width: 100%; margin: 0; margin-top: 20px;}
	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.ac-form__bottom > * {min-width: 100%;}
	.ac-form__bottom button {width: 100%; order: 10;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.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;}
	.track {gap: 10px; padding: 10px;}	
	.track__time {display: none;}

	.podb-header h1 {margin-bottom: 10px;}
	.podb-header .page__rating {left: 10px; top: 10px;}
	.podb .podb-desc {padding: 20px;}
	.podb-header .podb-in {height: 200px;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.hm2, .page__comments-info {display: none;}
	.topper__desc br {display: none;}
	.track12 {margin-left: -10px; margin-right: -10px; width: calc(100% + 20px) !important;}
	.track__play {position: absolute; left: 10px; top: 10px; z-index: 6; 
		border-radius: 4px; background-color: rgba(67, 161, 199, 0.6);}
	.sect__btn a {width: 100%;}
	
	.podb .podb-header {margin-top: -40px;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
}


/* 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: #3C715E; color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.15);}
.audioplayer {max-width: 1140px; width: calc(100% - 40px); margin: 0 auto; height: 80px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 10px; width: 500px; cursor: pointer;
	background-color: #eee; 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; cursor: pointer;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%;
	z-index: 10; border-radius: 0px; background-color: #fff; cursor: pointer;}

.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: #fff;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px;
	background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px;
	position: relative; cursor: pointer; background-color: #eee; 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: var(--accent-2);}
.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: 0px;}
.ap-artist {font-size: 13px; margin-top: 4px; color: #FFE193; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ap-title {font-size: 15px; font-weight: 600; color: #fff;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.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: #fff;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #000;}
.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;}
}
	