/* Datalife Engine template 
name: Music site;
creation date: 05 august 2019, 
version dle: 12-13
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 14px 'Rubik', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #f2f6f8 url(../images/bg.png); min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #000; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 500; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Rubik' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px; 
border-radius: 4px; cursor: pointer; color: #fff; background-color: #96c93d; font-size: 16px; font-weight: 400;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #00b09b; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 124%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 500;}
.icon-left .fa, .icon-left .icon, .icon-left .fas, .icon-left .far, .icon-left .fal {margin-right: 10px;}
.icon-right .fa, .icon-right .icon, .icon-right .fas, .icon-right .far, .icon-right .fal {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 24px; font-weight: 500;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding-bottom: 60px;}
.wrap-center {max-width:1100px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {}
.header {padding: 20px;}
.content {background-color: #fff; box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-radius: 4px;}
.side {width: 260px; padding: 20px;}
.main {min-height: 80vh; padding: 20px; position: relative; z-index: 10;}
.main-content {}
.footer-wr {line-height: 1.7; font-size: 12px; padding: 20px;}
.ft-desc span {color: #06c; border-bottom: 1px dotted #06c;}
.ft-count {display: inline-block;}
.ft-desc {margin: 0 20px;}

#gotop{width:40px; height:40px; line-height:40px; cursor:pointer; font-size:16px; 
border-radius:4px; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2); 
display: inline-block; background-color: #96c93d; color: #fff;}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 240px; height: 60px;}
.hdesc {margin: 0 40px 0 20px; padding-left: 20px; border-left: 1px solid #ccc; 
font-size: 12px; color: #949494; line-height: 1.3;}
.search-wrap {}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 70px 0 20px;
background-color: #fff; color: #000; border-radius: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.1);}
.search-box input:not(:focus)::placeholder {color: #000; opacity: 0.4; font-size: 14px;} 
.search-box button {position:absolute; right:0px; top:0px; z-index:10;
 font-size: 16px !important; padding: 0 !important; border-radius: 0px !important; 
background-color: transparent !important; color: #000 !important; width: 50px;}
.hnav {background: linear-gradient(to bottom, #ed213a, #93291e); color: #fff; 
	border-radius: 4px; margin-bottom: 20px; overflow: hidden;}
.hnav a {display: block; height: 50px; line-height: 50px; color: #fff; padding: 0 20px; font-size: 16px;}
.hnav a.is-active {background-color: rgba(0,0,0,0.1);}
.hnav a:hover {text-decoration: underline;}


/* SECTION
----------------------------------------------- */
.sect + .sect {margin-top: 20px;}
.sect-header {margin-bottom: 20px;}
.sect-title {font-weight: 400; font-size: 24px;}
.sect-title-small {font-size: 20px;}
.sect-title .far, .side-bt .far, .speedbar .far {color: #96c93d; margin-right: 10px; font-weight: 400;}


/* TRACK
----------------------------------------------- */
.tr {padding: 0 10px 0 0; margin-bottom: 5px; background-color: #f2f6f8; border-radius: 4px; overflow: hidden;}
.tr:nth-child(2n+1) {}
.tr-play {text-align: center; height: 40px; line-height: 40px; width: 40px; border-radius: 0%; 
font-size: 10px; padding-left: 3px; background-color: #96c93d; color: #fff;}
.tr-play:hover {cursor: pointer; background-color: #00b09b;}
.tr-desc {padding: 0 10px; display: block;}
.tr-title {display: inline;}
.tr-subtitle {opacity: 0.8; font-weight: 300; display: inline;}
.tr-time {color: #949494; font-size: 11px;}
.tr-desc:hover {text-decoration: underline;}
.tr.js-item-played {}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .tr-play {padding-left: 0; background-color: #00b09b;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom: 20px;}
.side-bt {font-size: 20px; margin-bottom: 20px;}

.side-top a {display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #e3e3e3;
position: relative; padding-left: 30px; font-size: 13px;}
.side-top a:before {content:"\f60d"; font-family:'Font Awesome 5 Pro'; color: #96c93d; 
font-size: 20px; position: absolute; left: 0; top: 0px;}
.side-top a span {opacity: 0.8; font-weight: 300; display: block; margin-top: 2px;}
.side-top a:hover {text-decoration: underline;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.7; font-weight: 300; color: #949494; margin-top: 40px;}
.site-desc h1, .site-desc h2 {font-size: 20px; font-weight: 400; color: #000; margin-bottom: 10px;}
.site-desc a {color: #06c; text-decoration: underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:center; padding:30px 0 15px 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:46px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 15px; 
background-color:#fff; margin:5px 4px 0 4px; border-radius:4px;
box-shadow: 0 0 0 1px rgba(0,0,0,0.2); min-width: 40px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:#ffc000; color:#fff; 
background: linear-gradient(to bottom, #ed213a, #93291e);}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; background-color: #2c3e50; color: #fff;}
.audioplayer {max-width: 1100px; width: calc(100% - 40px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 6px; width: 500px; background-color: #222; border-radius: 3px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.3); border-radius: 3px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 3px; background-color: #96c93d;}
.audioplayer-bar-played:before {content: ''; background-color: #fff; width: 10px; height: 10px; border-radius: 50%; 
position: absolute; right: -16px; top: 50%; margin-top: -9px; z-index: 3; 
background: linear-gradient(to bottom, #000, #333); border: 4px solid #666;}

.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 {color: #ccc; display: block; height: 30px; line-height: 30px; text-align: center;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px; 
background-color: #1e204e; 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: #05052a; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #96c93d; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-dl {font-size: 18px;	color: #ccc; margin-left: 20px;}
.ap-time {font-size: 12px; color: #ccc; 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: 13px; margin-top: 5px; color: #ccc;}
.ap-title {font-size: 15px;}
.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-color: #96c93d; color: #fff;}
.ap-prev, .ap-next {cursor: pointer; color: #ccc; font-size: 18px;}
.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-color: #00b09b; color: #fff;}
.wplayer-init .audioplayer-playpause .far:before {content: '\f04b'; padding-left: 1px;}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 12px; color: #949494; margin-bottom: 15px;}
.fheader {margin-bottom: 15px;}
.fheader h1 {text-transform: none; font-size: 28px;}
.fheader h1 span {color: #5fdeb7;}
.fcols {margin-bottom: 20px;}
.ftext {max-height: 200px; overflow-x: hidden; overflow-y: auto;}

.finfo {font-size: 14px; font-weight: 300;}
.finfo li {display: flex; justify-content: space-between; position: relative;}
.finfo li:before {content: ''; position: absolute; left: 0; right: 0; top: 50%; 
border-top: 2px dotted #ccc;}
.finfo li span {background-color: #fff; display: inline-block; padding: 5px 0 5px 10px; position: relative; z-index: 1;}
.finfo li > span:first-child {color: #949494; padding: 5px 10px 5px 0;}
.finfo a {color: #06c; border-bottom: 1px dotted #6a82fb;}

.fimg {width: 140px; height: 140px;}
.fmeta {width: 40%; margin: 0 20px;}
.fcaption {font-size: 12px; color: #949494; line-height: 1.5; margin-bottom: 20px; text-align: justify;}
.fplay {background-color: #f2f6f8; padding: 10px; border-radius: 4px; cursor: pointer;}
.fplay-icon {margin-right: 10px; height: 40px; line-height: 40px; width: 40px; text-align: center; 
border-radius: 4px; color: #fff; background-color: #96c93d; padding-left: 3px;}
.fdl {background-color: transparent; box-shadow: inset 0 0 0 5px #f2f6f8; margin-top: 10px;}
.fplay:hover {background-color: #96c93d; color: #fff;}
.js-item-played .js-play .fplay-icon {padding-left: 0; background-color: #00b09b;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 14px;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.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 a {text-decoration:underline; color:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:300;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
padding:20px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .hnav {display: block; margin-bottom: 20px;}
.side-panel .hnav a {margin: 0; padding: 0 20px; margin-bottom: 10px;}


@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.side, .hnav, .hdesc {display: none;}
#gotop2 {display: none !important;}
.btn-menu {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 4px; 
cursor: pointer; background-color: #96c93d; color: #fff; font-size: 18px; display: block;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; margin-top: 20px;}
.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}

.fimg  {margin: auto;}
.finfo {width: 100%; min-width: 100%; margin: 20px 0 0;}
.fmeta {width: 100%; margin: 20px 0 0 0;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.fheader h1 {font-size: 24px;}
.header, .footer, .main {padding-left: 10px; padding-right: 10px;}
.footer {display: block; text-align: center;}
.ft-desc {margin: 20px 0;}
.audioplayer-volume, .ap-time, .ap-img {display: none;}
.audioplayer-playpause a {margin: 0 10px;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center {max-width:360px;}
.logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px; margin-right: 20px; position: relative;}
.logo img {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


/* MODERN MUZNEST THEME
----------------------------------------------- */
:root {
	--mn-page: #f4f7ef;
	--mn-page-deep: #e8f1df;
	--mn-surface: #ffffff;
	--mn-surface-soft: #f8fbf4;
	--mn-text: #18231a;
	--mn-muted: #66715f;
	--mn-line: #dfe8d6;
	--mn-primary: #1f6f3b;
	--mn-primary-dark: #14532d;
	--mn-primary-soft: #dff4df;
	--mn-accent: #8b5cf6;
	--mn-accent-dark: #6d28d9;
	--mn-warm: #f59e0b;
	--mn-dark: #14251b;
}

body {
	color: var(--mn-text);
	background:
		radial-gradient(circle at 12% 0%, rgba(139,92,246,0.14), transparent 32%),
		linear-gradient(135deg, var(--mn-page), var(--mn-page-deep));
}

a, a:hover, a:focus {color: var(--mn-text);}

.content {
	background: rgba(255,255,255,0.96);
	border: 1px solid rgba(31,111,59,0.08);
	border-radius: 10px;
	box-shadow: 0 22px 55px rgba(20,37,27,0.12);
}

.header {padding-top: 22px; padding-bottom: 22px;}
.hdesc {border-left-color: rgba(31,111,59,0.18); color: var(--mn-muted);}

.search-box input, .search-box input:focus {
	background: var(--mn-surface);
	color: var(--mn-text);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(20,37,27,0.1), inset 0 0 0 1px rgba(31,111,59,0.12);
}
.search-box input:focus {box-shadow: 0 14px 32px rgba(31,111,59,0.16), inset 0 0 0 1px var(--mn-primary);}
.search-box button {color: var(--mn-primary) !important;}

.hnav {
	background: linear-gradient(135deg, var(--mn-dark), var(--mn-primary-dark) 58%, var(--mn-accent-dark));
	border-radius: 10px;
	box-shadow: 0 16px 36px rgba(20,37,27,0.18);
}
.hnav a {color: #fff;}
.hnav a.is-active, .hnav a:hover {
	background: rgba(255,255,255,0.12);
	text-decoration: none;
}

.sect-title {color: var(--mn-text); font-weight: 500;}
.sect-title .far, .side-bt .far, .speedbar .far {color: var(--mn-accent);}
.sect-header {border-bottom: 1px solid var(--mn-line); padding-bottom: 12px;}

.tr {
	background: var(--mn-surface-soft);
	border: 1px solid rgba(31,111,59,0.08);
	border-radius: 8px;
	transition: background-color .25s, border-color .25s, transform .25s, box-shadow .25s;
}
.tr:hover {
	background: #fff;
	border-color: rgba(139,92,246,0.22);
	box-shadow: 0 10px 24px rgba(20,37,27,0.08);
	transform: translateY(-1px);
}
.tr-title {font-weight: 500;}
.tr-subtitle, .tr-time {color: var(--mn-muted);}
.tr-play {
	background: linear-gradient(135deg, var(--mn-primary), #2f9e55);
	color: #fff;
	border-radius: 8px 0 0 8px;
}
.tr-play:hover, .js-item-played .tr-play {
	background: linear-gradient(135deg, var(--mn-accent), var(--mn-accent-dark));
	color: #fff;
}

.side-box {
	background: var(--mn-surface-soft);
	border: 1px solid rgba(31,111,59,0.08);
	border-radius: 10px;
	padding: 16px;
}
.side-bt {color: var(--mn-text); font-weight: 500;}
.side-top a {border-bottom-color: var(--mn-line); color: var(--mn-text);}
.side-top a:before {color: var(--mn-warm);}
.side-top a span {color: var(--mn-muted); opacity: 1;}

.site-desc {color: var(--mn-muted);}
.site-desc h1, .site-desc h2 {color: var(--mn-text);}
.site-desc a, .full-text a, .finfo a {color: var(--mn-primary); border-color: rgba(31,111,59,0.35);}
.ft-desc span {color: var(--mn-primary); border-bottom-color: rgba(31,111,59,0.35);}
.ft-count img {border: 0;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button,
button:not(.color-btn):not([class*=fr]), html input[type="button"], input[type="reset"],
input[type="submit"], .meta-fav a, .usp-btn a {
	background: linear-gradient(135deg, var(--mn-primary), #2f9e55);
	color: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 22px rgba(31,111,59,0.18);
}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover,
.pagi-load a:hover, .usp-btn a:hover, button:not(.color-btn):hover,
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.meta-fav a:hover {
	background: linear-gradient(135deg, var(--mn-accent), var(--mn-accent-dark));
	color: #fff;
}

.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
	background: #fff;
	border: 1px solid rgba(31,111,59,0.1);
	box-shadow: none;
}
.navigation span:not(.nav_ext), .pagi-nav a:hover {
	background: linear-gradient(135deg, var(--mn-primary), var(--mn-accent));
	color: #fff;
}

#gotop, .btn-menu {
	background: linear-gradient(135deg, var(--mn-primary), var(--mn-accent));
	color: #fff;
	border-radius: 8px;
}
.btn-close {background: var(--mn-accent-dark);}
.side-panel {background: var(--mn-surface);}

.wplayer {
	background: linear-gradient(135deg, var(--mn-dark), #213825);
	box-shadow: 0 -12px 34px rgba(20,37,27,0.28);
}
.audioplayer-bar {background-color: rgba(255,255,255,0.16);}
.audioplayer-bar-loaded {background-color: rgba(255,255,255,0.12);}
.audioplayer-bar-played, .audioplayer-volume-adjust > div > div {
	background: linear-gradient(90deg, var(--mn-warm), var(--mn-accent));
}
.audioplayer-playpause a {
	background: linear-gradient(135deg, var(--mn-primary), var(--mn-accent));
	color: #fff;
}
.audioplayer-playpause a:hover {background: linear-gradient(135deg, var(--mn-accent), var(--mn-accent-dark));}

.speedbar {color: var(--mn-muted);}
.fheader h1 span {color: var(--mn-primary);}
.finfo li:before {border-top-color: var(--mn-line);}
.finfo li span {background-color: #fff;}
.finfo li > span:first-child, .fcaption {color: var(--mn-muted);}
.fplay {
	background: var(--mn-surface-soft);
	border: 1px solid rgba(31,111,59,0.1);
	border-radius: 10px;
	color: var(--mn-text);
}
.fplay-icon {
	background: linear-gradient(135deg, var(--mn-primary), #2f9e55);
	border-radius: 8px;
	color: #fff;
}
.fdl {
	background: #fff;
	box-shadow: inset 0 0 0 2px var(--mn-primary-soft);
}
.fplay:hover {
	background: linear-gradient(135deg, var(--mn-primary), var(--mn-primary-dark));
	color: #fff;
}
.js-item-played .js-play .fplay-icon {
	background: linear-gradient(135deg, var(--mn-accent), var(--mn-accent-dark));
}

input[type="text"], input[type="password"], select, textarea {
	color: var(--mn-text);
	background-color: #fff;
	box-shadow: inset 0 0 0 1px var(--mn-line), inset 1px 2px 5px rgba(20,37,27,0.05);
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow: inset 0 0 0 1px var(--mn-primary), 0 0 0 3px rgba(31,111,59,0.1);
}

@media screen and (max-width: 1220px) {
	.btn-menu {background: linear-gradient(135deg, var(--mn-primary), var(--mn-accent));}
}

@media screen and (max-width: 590px) {
	.content {border-radius: 0; border-left: 0; border-right: 0;}
	.wrap-center {max-width: 100%;}
	.header {gap: 12px;}
	.tr {border-radius: 8px;}
	.side-box {border-radius: 8px;}
}


