/* Datalife Engine template 
name: Music site;
creation date: 08 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 'Merriweather', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #d6ecfd 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: 'Merriweather' !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: #2ecc71; 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: #27ae60; 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, .hnav li {-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 {background-color: #fff; box-shadow: 0 0 40px rgba(0,0,0,0.2);}
.header {padding: 10px 20px;}
.content {padding: 20px;}
.side {width: 260px;margin-right: 20px;}
.main {min-height: 80vh;}
.main-content {}
.footer-wr {line-height: 1.7; font-size: 12px; color: #ccc; padding: 20px; background: #2f3640;}
.footer {}
.ft-desc span {color: #fbc531; border-bottom: 1px dotted #fbc531;}
.ft-count {display: inline-block;}
.ft-count > * {display: block;}

#gotop{width:31px; height:31px; line-height:31px; 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: #8e44ad; color: #fff; display: none !important;}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 240px; height: 60px;}
.hdesc {margin: 0 40px 0 20px; padding-left: 20px; border-left: 1px solid #e3e3e3; 
font-size: 12px; color: #999; line-height: 1.5;}
.search-wrap {}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 70px 0 20px; border-radius: 20px; 
background-color: #f2f6f8; box-shadow: none;}
.search-box input:not(:focus)::placeholder {color: #000; opacity: 0.4;} 
.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(135deg, #c0392b, #8e44ad); box-shadow: 0 3px 15px rgba(0,0,0,0.2);}
.hnav li {text-align: center; font-size: 16px;}
.hnav a {display: block; height: 60px; line-height: 60px; color: #fff; padding: 0 20px;}
.hnav a.is-active {background-color: rgba(0,0,0,0.2);}
.hnav a:hover {text-decoration: underline;}


/* SECTION
----------------------------------------------- */
.sect + .sect {margin-top: 20px;}
.sect-header {margin-bottom: 20px;}
.sect-title {font-weight: 700; font-size: 24px;}
.sect-title-small {font-size: 20px;}
.sect-title .far, .side-bt .far, .speedbar .far {color: #8e44ad; margin-right: 10px; font-weight: 400;}


/* TRACK
----------------------------------------------- */
.tr {padding: 5px; padding-right: 12px; border-radius: 20px;}
.tr:nth-child(2n+1) {background-color: #f2f6f8;}
.tr-play {text-align: center; height: 30px; line-height: 30px; width: 30px; 
font-size: 12px; padding-left: 3px; color: #fff; border-radius: 15px; 
box-shadow: 0 3px 15px rgba(0,0,0,0.1); background-color: #8e44ad;}
.tr-play:hover {cursor: pointer; background-color: #c0392b; color: #fff;}
.tr-desc {padding: 0 10px; display: block;}
.tr-title {display: inline;}
.tr-subtitle {opacity: 0.8; font-weight: 300; font-size: 12px; display: inline;}
.tr-time {font-size: 10px; color: #548124; background-color: #eafcd7; padding: 3px 5px; border-radius: 12px;}
.tr:nth-child(2n+1) .tr-time {background-color: #fff;}
.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: #c0392b; color: #fff;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom: 20px;}
.side-bt {font-size: 20px; font-weight: 700; margin-bottom: 20px;}

.side-top a {display: block; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ccc;
position: relative; padding-left: 30px;}
.side-top a:before {content:"\f055"; font-family:'Font Awesome 5 Pro'; color: #8e44ad; 
font-size: 16px; position: absolute; left: 0; top: 0px;}
.side-top a span {opacity: 0.8; font-weight: 300; font-size: 12px;}
.side-top a:hover {text-decoration: underline;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.7; color: #949494; font-size: 12px; 
	margin-top: 20px; padding-top: 20px; border-top: 1px dotted #ccc; 
padding-left: 280px; background: url(../images/logo.png) 0 center no-repeat;}
.site-desc h1, .site-desc h2 {font-size: 18px; font-weight: 700; 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:#8e44ad; color:#fff;}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; 
	background-color: #f2f6f8; color: #000; box-shadow: 0 0 6px rgba(0,0,0,0.3);}
.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: #e3e3e3; border-radius: 3px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.1); border-radius: 3px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 3px; background-color: #8e44ad;}
.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; box-shadow: 0 0 6px rgba(0,0,0,0.3); 
background: linear-gradient(to bottom, #e3e3e3, #ccc); border: 4px solid #fff;}

.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: #5c5c5c; 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: #f2f6f8; box-shadow: 0 0 10px rgba(0,0,0,0.2); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px; 
position: relative; cursor: pointer; background-color: #ccc; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #8e44ad; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-dl {font-size: 18px;	color: #5c5c5c; margin-left: 20px;}
.ap-time {font-size: 12px; color: #5c5c5c; 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: 12px; font-weight: 300; margin-top: 5px; color: #5c5c5c;}
.ap-title {font-size: 14px;}
.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: #8e44ad; color: #fff;}
.ap-prev, .ap-next {cursor: pointer; color: #5c5c5c; font-size: 18px;}
.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-color: #c0392b; 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;}
.fmain {margin-bottom: 20px;}
.fcols {margin-bottom: 20px;}
.fleft {width: 200px; margin-right: 20px;}
.ftext {max-height: 200px; overflow-x: hidden; overflow-y: auto;}

.finfo {font-size: 12px;}
.finfo li {display: flex; justify-content: flex-start; position: relative; padding: 13px 10px;}
.finfo li:nth-child(2n+1) {background-color: #f2f6f8;}
.finfo333 li:before {content: ''; position: absolute; left: 0; right: 0; top: 50%; 
border-top: 2px dotted #ccc;}
.finfo333 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; width: 110px; font-weight: 400;}
.finfo a {color: #06c; border-bottom: 1px dotted #6a82fb;}

.fimg {width: 200px; height: 200px;}
.fmeta {margin-bottom: 20px;}
.fcaption {font-size: 12px; color: #949494; line-height: 1.5; margin-bottom: 20px; text-align: justify;}
.fplay {cursor: pointer; height: 40px; line-height: 40px; box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	padding-right: 10px; border-radius: 20px; background-color: #f2f6f8;}
.fplay-icon {margin-right: 10px; height: 40px; line-height: 40px; width: 40px; text-align: center; 
border-radius: 20px; color: #fff; background-color: #8e44ad; padding-left: 3px;}
.fplay-title {line-height: 20px; max-height: 40px; overflow: hidden;}
.fdl {margin-right: 20px; width: 180px; font-size: 14px; padding: 0 10px; 
background: linear-gradient(135deg, #c0392b, #8e44ad); box-shadow: 0 3px 15px rgba(0,0,0,0.2);}
.fplay:hover, .fdl:hover {background: #e67e22; color: #fff; box-shadow: none;}
.js-item-played .js-play .fplay-icon {padding-left: 0; background-color: #e67e22;}


/* 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:300px;}
.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; padding: 0;}
.side-panel .hnav a {margin: 0; padding: 0 20px; text-align: left;}


@media screen and (max-width: 1220px) {
.wrap {padding: 0; padding-bottom: 60px;}
.wrap-center {max-width:1000px; border-radius: 0;}
.side, .hnav, .hdesc {display: none;}
#gotop {display: none !important;}
.btn-menu {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 4px; 
cursor: pointer; background-color: #8e44ad; color: #fff; font-size: 18px; display: block;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; margin-top: 10px;}
.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}
.site-desc {padding: 20px 0 0 0; background-image: none;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}

.fleft, .fmeta {width: 100%; margin: 0 0 20px 0;}
.fimg  {margin: auto;}
.fdl, .fplay, .finfo {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;}
.content, .header, .footer {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;}
}


