@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #787878;
	background-color: #2c3040;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.2;
	color: #ff611f;
}
a {
	color: #ff611f;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a:focus, button:focus {
	outline: none;
}
a:not(.btn) {
    text-decoration: none;
}
.pt-top10 {
	padding-top: 10px !important;
}
.pt-top20 {
	padding-top: 20px !important;
}
.pt-top30 {
	padding-top: 30px !important;
}
.pt-top40 {
	padding-top: 40px !important;
}
.pt-top50 {
	padding-top: 50px !important;
}
.pt-top60 {
	padding-top: 60px !important;
}
.pt-top70 {
	padding-top: 70px !important;
}
.pt-top80 {
	padding-top: 80px !important;
}
.pt-top90 {
	padding-top: 90px !important;
}
.pt-top100 {
	padding-top: 100px !important;
}
.pt-top5 {
	padding-top: 5px;
}
.pt-top10 {
	padding-top: 10px;
}
.pt-top15 {
	padding-top: 15px;
}
.pt-top20 {
	padding-top: 20px;
}
.pt-top30 {
	padding-top: 30px;
}
.pt-top40 {
	padding-top: 40px;
}
.pt-top50 {
	padding-top: 50px;
}
.pt-top60 {
	padding-top: 60px;
}
.pt-top70 {
	padding-top: 70px;
}
.pt-top80 {
	padding-top: 80px;
}
.pt-top90 {
	padding-top: 90px;
}
.pt-top100 {
	padding-top: 100px;
}
.pb-bottom10 {
	padding-bottom: 10px;
}
.pb-bottom20 {
	padding-bottom: 20px;
}
.pb-bottom30 {
	padding-bottom: 30px;
}
.pb-bottom40 {
	padding-bottom: 40px;
}
.pb-bottom50 {
	padding-bottom: 50px;
}
.pb-bottom60 {
	padding-bottom: 60px;
}
.pb-bottom70 {
	padding-bottom: 70px;
}
.pb-bottom80 {
	padding-bottom: 80px;
}
.pb-bottom90 {
	padding-bottom: 90px;
}
.pb-bottom100 {
	padding-bottom: 100px;
}
.mt-top10 {
	margin-top: 10px;
}
.mt-top15 {
	margin-top: 15px;
}
.mt-top20 {
	margin-top: 20px;
}
.mt-top25 {
	margin-top: 25px;
}
.mt-top30 {
	margin-top: 30px;
}
.mt-top40 {
	margin-top: 40px;
}
.mt-top50 {
	margin-top: 50px;
}
.mt-top60 {
	margin-top: 60px;
}
.mt-top70 {
	margin-top: 70px;
}
.mt-top80 {
	margin-top: 80px;
}
.mt-top90 {
	margin-top: 90px;
}
.mt-top100 {
	margin-top: 100px;
}
.mb-bottom10 {
	margin-bottom: 10px;
}
.mb-bottom15 {
	margin-bottom: 15px;
}
.mb-bottom20 {
	margin-bottom: 20px;
}
.mb-bottom25 {
	margin-bottom: 25px;
}
.mb-bottom30 {
	margin-bottom: 30px;
}
.mb-bottom40 {
	margin-bottom: 40px;
}
.mb-bottom50 {
	margin-bottom: 50px;
}
.mb-bottom60 {
	margin-bottom: 60px;
}
.mb-bottom70 {
	margin-bottom: 70px;
}
.mb-bottom80 {
	margin-bottom: 80px;
}
.mb-bottom90 {
	margin-bottom: 90px;
}
.mb-bottom100 {
	margin-bottom: 100px;
}
.form-control {
	padding: 0px 15px;
	font-size: 14px;
	line-height: 46px;
	color: #899199;
	background-color: #363d53;
	background-clip: inherit;
	border-radius: 4px;
	border: 2px solid #474e64;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.form-control:focus {
	box-shadow: 0px 0px 15px rgba(255, 97, 31, 0.2);
	border: 2px solid #ffffff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.form-control[readonly] {
    background-color: #363d53;
    opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
	height: 50px;
}
.vfx-relative-inner-item {
	position: relative;
}
body.loaded .vfx-preloader {
	display: none;
}
.vfx-preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #262626;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.vfx-preloader {
	background-color: rgba(44, 48, 64, 0.97);
}
.vfx-preloader .bar {
	background: #ff611f;
}
.vfx-preloader .wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vfx-preloader .wrap img{
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: block;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px;
	border-radius: 100px;
}
.vfx-preloader .wrap .lines {
	background: linear-gradient(to top, #f85032 0%, #db1ba8 82%, #db1ba8 100%);
}
.vfx-navigation-menu-wrapper {
	position: fixed;
	background-color: #222635;
	height: 100%;
	z-index: 10000;
	top: 0;
	bottom: 0;
	box-shadow: 0px 0px 24px 6px rgba(4, 4, 4, 0.2);
}
.vfx-nav-logo-inner {
	align-items: center;
	justify-content: center;
	display: flex;
	min-height: 70px;
	border-bottom:1px solid rgb(54, 58, 74, 0.98);
}
.vfx-nav-menu-wrapper {
	padding: 0px 0px;
	position: absolute !important;
	left: 0;
	top: 80px;
	right: 0;
	bottom: 60px;
}
.vfx-nav-menu-wrapper ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.vfx-nav-menu-wrapper ul li {
	width: 100%;
	display: block;
}
.vfx-nav-menu-wrapper ul li a {
	color: #cdcdcd;
	text-transform: capitalize;
	width: auto;
	display: block;
	margin:0 5px 2px 5px; 
	position: relative;
	font-size: 14px;
	border-radius:3px;
}
.vfx-nav-menu-wrapper ul li a:hover, .vfx-nav-menu-wrapper ul li a.active {
	background-color: rgba(196, 66, 12, 0.25);
	background-position: 0px 0px;
	color: #ff611f;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.vfx-nav-menu-wrapper ul li a .nav_text, .vfx-nav-menu-wrapper ul li a .nav_text{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.vfx-nav-menu-wrapper ul li a:hover .nav_text, .vfx-nav-menu-wrapper ul li a.active .nav_text{
	letter-spacing:0.6px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.vfx-nav-menu-wrapper ul li a:hover span.nav_icon>.icon, .vfx-nav-menu-wrapper ul li a.active span.nav_icon>.icon {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.vfx-nav-menu-wrapper ul.nav_downloads {
	margin-top: 40px;
}
.vfx-nav-menu-wrapper ul.nav_playlist {
	margin-top: 40px;
}
.vfx-nav-menu-wrapper ul>li>a>span.icon {
	margin-right: 10px;
	display: inline-block;
	-webkit-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	transform: translate(0, -2px);
}
.vfx-nav-menu-wrapper span.nav_icon>.icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/list-icon.png);
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	display: inline-block;
}
.vfx-nav-menu-wrapper ul li a span.nav_icon {
	margin-right: 0;
}
span.nav_text {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 100%;
	background-color: #32353d;
	padding: 0px 10px;
	white-space: nowrap;
}
.shop_body.sidebar_hide .wx_sidebar_wrapper .wx_sidebar_nav ul>li>a>.nav_text:after {
	content: "";
	position: absolute;
	top: 10px;
	left: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #32353d;
}
.vfx-nav-menu-wrapper span.nav_icon>.icon.vfx-ic-home {
	background-position: 0px -1px;
}
.vfx-nav-menu-wrapper span.nav_icon>.icon.vfx-ic-artist {
	background-position: -30px 0px;
}
.vfx-nav-menu-wrapper span.nav_icon>.icon.vfx-ic-albums {
	background-position: -61px -2px;
}
.vfx-nav-menu-wrapper span.nav_icon>.icon.vfx-ic-all-songs {
	background-position: -90px 0px;
}
.vfx-nav-menu-wrapper span.nav_icon>.icon.vfx-ic-categories {
	background-position: -121px 0px;
}
.vfx-nav-menu-wrapper span.nav_icon>.icon.vfx-ic-playlist {
	background-position: -150px 0px;
}
.vfx-nav-menu-wrapper span.nav_icon>.icon.vfx-ic-my-playlist {
	background-position: -180px 1px;
}
.vfx-nav-menu-wrapper span.nav_icon>.icon.vfx-ic-downloads {
	background-position: -210px 0px;
}
.vfx-nav-menu-wrapper span.nav_icon>.icon.vfx-ic-favourite {
	background-position: -240px -1px;
}
.vfx-nav-menu-wrapper span.nav_icon>.icon.vfx-ic-suggest-songs {
	background-position: -270px -1px;
}
.vfx-navigation-nav-inner {
	width: 60px;
	background-color: #222635;
	height: 100%;
	z-index: 1;
}
.vfx-nav-close-item, .vfx-nav-close-item i {
	display:none
}
.vfx-navigation-menu-wrapper {
	width: 200px;
}
.vfx-nav-logo-item {
	display: none;
}
.vfx-navigation-menu-wrapper .vfx-nav-logo-item {
	display: block;
}
.vfx-navigation-menu-wrapper .vfx-navigation-nav-inner {
	width: 200px;
}
.vfx-navigation-menu-wrapper span.nav_text {
	opacity: 1;
	display: inline-block;
	visibility: visible;
	position: relative;
	left: auto;
	top: 0;
	background-color: transparent;
	vertical-align: bottom;
}
.vfx-navigation-menu-wrapper a {
	text-align: left;
	padding: 8px 5px 8px 10px;
	margin: 0px 5px;
	border-radius: 4px;
	width:auto;
}
.vfx-navigation-menu-wrapper .vfx-nav-logo-item a {
	padding: 8px 5px;	
}
.vfx-navigation-menu-wrapper span {
	display: inline-block;
}
.vfx-content-item-wrapper {
	position: relative;
	margin-left: 250px;
	margin-right: 40px;
}
.vfx-item-header {
	position: absolute;
	background-color: #222635;
	padding: 15px 20px;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1000;
	backface-visibility: hidden;
	box-shadow:0 4px 10px rgba(255, 255, 255, 0.12);
	border-radius:0 0 6px 6px;
}
.vfx-item-top-search {
	/*max-width: 300px;*/
	max-width: 45px;
	position: relative;
	display: flex;
	display: inline-block;
	width: 100%;
	float: left;
}
.vfx-search-icon {
    position: absolute;
    right: 0px;
    top: -2px;
    height: 44px;
    line-height: 36px;
    background-color: #ff611f;
    border-radius: 30px;
    padding: 0px 10px;
    cursor: pointer;
    width: 44px;
    text-align: center;
    border: 4px solid rgb(223, 84, 26);
}
.vfx-search-icon i{
	color:#ffffff;
}
.vfx-item-top-search .form-control {
	background:#363d53;
	display: inline-block;
	height: 40px;
	padding: 0px 44px 0 18px;
	font-size: 14px;
	line-height: 44px;
	color: #f9f9f9;
	border: 2px solid transparent;
	border-radius: 40px;
}
.vfx-item-top-search .form-control::placeholder {
    color: #d2d2d2;
}
.vfx-item-top-search .form-control:focus {
    border-color:#474e64;
}
.vfx-item-top-right {
	line-height: 40px;
	display: flex;
	place-content: flex-end;
}
.vfx-button {
	background-color: #ff611f;
	color: #fff;
	height: 40px;
	display: inline-block;
	text-transform: capitalize;
	min-width: 100px;
	text-align: center;
	line-height: 30px;
	padding:5px 15px;
	border-radius: 3px;
	margin-left: 10px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.vfx-button:hover {
	background-color: #ffffff;
	color: #ff611f;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.vfx-create-playlist .vfx-button {
	background-color: #ff611f;
	color: #fff;
	height: 50px;
	display: inline-block;
	text-transform: capitalize;
	width: 100%;
	font-size:18px;
	font-weight:500;
	text-align: left;
	line-height: 40px;
	border-radius: 4px;
	margin-left:0px;
	padding-left:52px;
	position:relative;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.vfx-create-playlist .vfx-button:hover {
	background-color: #ffffff;
	color: #ff611f;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.vfx-latest-songs-slider-section, .vfx-trending-songs-slider-section {
	position: relative;
	margin: 40px 0px 0px 0px;
}
.vfx-title-heading-item {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	position:relative;
}
.vfx-title-heading-item h1 {
    font-size: 16px;
	font-weight:500;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    text-transform: capitalize;
    border-left: 3px solid #ff611f;
	padding: 10px 15px;
	border-radius: 4px;
	color: #ff611f;
	background: rgba(196, 66, 12, 0.15);
}
.vfx-see-all-btn {
	float: right;
	position: relative;
	top: 6px;
	right: 85px;
}
.vfx-see-all-btn a {
    color: #fff;
    text-transform: capitalize;
    background: #ff611f;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.vfx-see-all-btn a:hover {
	color: #ff611f;
	background:#ffffff;
}
#vfx-breadcrum-titlebar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	border-radius:6px;
    background: #000;
    opacity: .2;
}
#vfx-breadcrum-titlebar {
    position: relative;
    background-image: url(../images/breadcrumb.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	border-radius:10px;
}
.vfx-headline-item {
	width:100%;
    display: block;
    position: relative;
	margin-top:20px;
    margin-bottom: 40px;
    padding: 30px 10px;
	border-radius:6px;
	border: 5px solid #343b5e;
}
.vfx-headline-item h3 {
    display: block;
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
	position: relative;
	text-align:center;
}
.vfx-latest-box, .vfx-search-box, .vfx-trending-box {
	text-align: center;
	position:relative;
}
.vfx-trending-song-img-item, .vfx-latest-song-img-item, .vfx-seach-song-img-item {
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.vfx-search-song-img-item{
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.vfx-trending-song-img-item img, .vfx-latest-song-img-item img, .vfx-search-song-img-item img {
	width: 100%;
	border-radius: 6px 6px 0 0;
	object-fit: cover;
    height: 170px;
}
.vfx-artist-slider-list .vfx-trending-song-img-item img, .vfx-search-artist-slider-list .vfx-trending-song-img-item img, .vfx_artist_list .vfx-trending-song-img-item img{
	width: 100%;
	border-radius: 50%;
	margin-bottom:10px;
	object-fit: cover;
	height:160px;
}
.vfx-categories-item-block .vfx-trending-song-img-item img{
	width: 100%;
	object-fit: cover;
	height:170px;
}	
.vfx-artist-slider-list .vfx-more-detail-box-item, .vfx-search-artist-slider-list .vfx-more-detail-box-item, .vfx_artist_list .vfx-more-detail-box-item{
	border-radius: 30px;
}
.vfx-more-detail-box-item {
	text-align: center;
	background: #222635;
	border-radius: 0 0 6px 6px;
}
.vfx-more-detail-box-item h3, .vfx-all-songs-list-item .vfx-song-title-block h3 {
	font-size: 13px;
	margin: 0 auto;
	font-weight:500;
	max-width: auto;	
}
.vfx-more-detail-box-item h3 a, .vfx-all-songs-list-item .vfx-song-title-block h3 a {
	font-size: 13px;
	color: #ffffff;
	padding: 12px 5px;
	display: inline-block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.vfx-latest-songs-slider-section .vfx-more-detail-box-item h3 a, .vfx-trending-songs-slider-section .vfx-more-detail-box-item h3 a, .vfx-recently-played-songs-slider .vfx-more-detail-box-item h3 a, .add-playlist-item-block .vfx-more-detail-box-item h3 a{
	padding-bottom:5px;
}
.vfx-songs-album-inner-list .vfx-song-title-block h3 a, .vfx-profile-wrapper-block .vfx-song-title-block h3 a, .vf-all-songs-list-wrapper .vfx-song-title-block h3 a, .vfx-favourite-item-block .vfx-song-title-block h3 a{
	padding:0;
	margin-bottom:5px;
	display: inline-block;
	width: 100%;
}
.vfx-more-detail-box-item p, .vfx-all-songs-list-item .vfx-song-title-block p {
	color: #c1c1c1;
	font-size: 11px;
	line-height:22px;
	margin: 0px;
	margin-bottom: 12px;
	background: rgba(255, 255, 255, 0.08);
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 140px;
	margin-top: 4px;
}
.vfx-all-songs-list-item .vfx-song-title-block p {
	margin-bottom: 0px;	
}
.vfx-more-detail-box-item h3 a:hover, .vfx-all-songs-list-item .vfx-song-title-block h3 a:hover {
	color: #ff611f;
}
.vfx-latest-songs-slider-section .vfx-swiper-item-container-slider, .vfx-trending-songs-slider-section .vfx-swiper-item-container-slider {
	margin: 0px 0px;
}
.vfx-swiper-item-container-slider .vfx-latest-box .vfx-latest-song-img-item img,.vfx-swiper-item-container-slider .vfx-search-box .vfx-search-song-img-item img, .vfx-trending-songs-slider-section .vfx-trending-box .vfx-trending-song-img-item img, .vfx-recently-played-songs-slider .vfx-trending-box .vfx-trending-song-img-item img{
	width:100%;
	object-fit:cover;
}
.vfx-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	width:100%;
	height:155px;
	object-fit:cover;
}
.vfx-artist-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-artist-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	width:100%;
	height:140px;
	object-fit:cover;
}
.vfx-slider-nav-next {
	background: #ff611f;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	font-size: 24px;
	border-radius: 40px;
	color: #fff;
}
.vfx-slider-nav-prev {
	background: #ff611f;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	font-size: 24px;
	border-radius: 40px;
	color: #fff;
}
.swiper-button-next, .swiper-button-next0, .swiper-button-next1, .swiper-button-next2, .swiper-button-next3, .swiper-button-next4, .swiper-button-next5, .swiper-button-prev, .swiper-button-prev0, .swiper-button-prev1, .swiper-button-prev2, .swiper-button-prev3, .swiper-button-prev4, .swiper-button-prev5 {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-button-prev0, .vfx-swiper-item-container-slider-rtl .swiper-button-next:focus, .swiper-button-next, .vfx-swiper-item-container-slider-rtl .swiper-button-prev:focus, .vfx-slider-nav-prev:focus, .vfx-slider-nav-next:focus {
	outline: none;
}
.swiper-button-next-search-song, .swiper-button-prev-search-song, .swiper-button-next-search-album, .swiper-button-prev-search-album, .swiper-button-next-search-artist, .swiper-button-prev-search-artist{
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.vfx-box-overlay {
	position: absolute;
	border-radius: 6px 6px 0 0;
	background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	width: 100%;
	left: 0;
	top: 100%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.vfx-latest-box .vfx-play-icon-item,.vfx-search-box .vfx-play-icon-item, .vfx-trending-box .vfx-play-icon-item{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vfx-latest-box .vfx-play-icon-item:after,.vfx-search-box .vfx-play-icon-item:after, .vfx-trending-box .vfx-play-icon-item:after {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 97, 31, 1);
	top: 0;
	left: 0;
	content: "";
	border-radius: 100%;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	opacity: 1;
}
.vfx-latest-box .vfx-play-icon-item:hover:after,.vfx-search-box .vfx-play-icon-item:hover:after, .vfx-trending-box .vfx-play-icon-item:hover:after{
	opacity: 1;
}
.vfx-latest-box .vfx-play-icon-item img,.vfx-search-box .vfx-play-icon-item img, .vfx-trending-box .vfx-play-icon-item img{
	display: inline-block;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	width: 60px;
	height: 60px;
	opacity: 0;
	cursor: pointer;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	color: rgba(50, 50, 50, 0.9);
}
.vfx-latest-box:hover .vfx-box-overlay,.vfx-search-box:hover .vfx-box-overlay, .vfx-trending-box:hover .vfx-box-overlay {
	top: 0;
}
.vfx-latest-box:hover .vfx-play-icon-item img .vfx-search-box:hover .vfx-play-icon-item img .vfx-trending-box:hover .vfx-play-icon-item img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.vfx-more-dtl-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	opacity:1;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.vfx-latest-box:hover .vfx-more-dtl-icon,.vfx-search-box:hover .vfx-more-dtl-icon, .vfx-trending-box:hover .vfx-more-dtl-icon{
	top: 10px;
	opacity:1;
}
.vfx-more-dtl-icon i {
    color: #fff;
    background: #ff611f;
    width: 26px;
    height: 26px;
    line-height: 27px;
    border-radius: 14px;
    text-align: center;
    font-size: 18px;
}
.vfx-overlay-icon-item {
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.vfx-latest-box:hover .vfx-overlay-icon-item,.vfx-search-box:hover .vfx-overlay-icon-item, .vfx-trending-box:hover .vfx-overlay-icon-item {
	opacity: 1;
}
ul.vfx-more-option-nav {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 40px;
	right: 0px;
	background-color: #363d53;
	max-width: 190px;
	border:5px solid rgb(64, 72, 98, 0.99);
	width: 100%;
	list-style: none;
	padding: 0px;
	text-align: left;
	border-radius: 3px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
ul.vfx-more-option-nav:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -12px;
	right: 5px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #404862;
}
ul.vfx-more-option-nav.open_option {
	opacity: 1;
	top:44px;
	right: 0;
	visibility: visible;	
}
ul.vfx-more-option-nav li {
	width: 100%;
	display: block;
}
ul.vfx-more-option-nav li a {
	text-align: left;
	color: #f9f9f9;
	padding: 4px 10px;
	display: block;
	font-size: 13px;
	margin: 2px;
	background: #444c66;
	border-radius: 4px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
ul.vfx-more-option-nav li:last-child a{
	border-bottom:0px;
}
ul.vfx-more-option-nav li a:hover{
	background:#ff611f;
	color: #ffffff;	
}
.vfx-latest-box:hover .vfx-more-detail-box-item h3 a, .vfx-trending-box:hover .vfx-more-detail-box-item h3 a {
	color: #ff611f;
}
.vf-all-songs-list-wrapper .vfx-title-heading-item {
	margin-bottom: 10px;
}
.vfx-item-songs-box {
	width: 100%;
	padding: 10px;
	background: #363d53;
	position: relative;
	border-radius: 6px;
	margin-bottom: 15px;
	display: inline-block;
}
.vfx-songs-left-list {
	float: left;
}
.vfx-right-more-icon {
	float: right;
	position: relative;
}
.vfx-right-all-song-item {
	display:inline-block;
	background:transparent;
	float:right;
	width: 32px;
	height: 32px;
	margin-right: 2px;
}
.vfx-right-all-song-item .vfx-more-dtl-icon {
    top: 13px;
    right: 14px;
}	
.vfx-songs-left-list span.w_top_no {
	font-size: 50px;
	font-weight: bold;
	color: #dedede;
	display: inline-block;
	float: left;
	width: 50px;
	line-height: 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.vfx-all-songs-list-item {
	float: left;
	padding-left:0px;
}
.vfx-all-songs-list-item .vfx-pd-song-img {
	width: 70px;
	height:70px;
	float: left;
	position: relative;
	overflow: hidden;
}
.vfx-all-songs-list-item .vfx-pd-song-img .vfx-play-icon-item i{
	color: #ffffff;
	line-height: 34px;
	font-size: 18px;
	background: #ff611f;
	width: 34px;
	height: 34px;
	left: 50%;
	margin-top: 35px;
	text-align: center;
	display: block;
	position: relative;
	border-radius: 40px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.vfx-all-songs-list-item .vfx-song-title-block {
	width: calc(100% - 70px);
	float: left;
	padding-left: 15px;
	padding-top:2px;
}
.vfx-all-songs-list-item .vfx-pd-song-img img {
	border-radius: 5px;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.vfx-right-more-icon .vfx-more-dtl-icon {
	top: -10%;
	right: 0;
}
.vfx-item-songs-box ul.vfx-more-option-nav.open_option {
	opacity: 1;
}
.vfx-item-songs-box ul.vfx-more-option-nav {
	right: 30px;
	top: 12px;
}
.vfx-all-songs-list-item .vfx-all-song-overlay-bg {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.vfx-play-icon-item {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	width: 50px;
	opacity:1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.vfx-play-icon-item i{
	color:#ffffff;
	line-height: 50px;
	font-size: 22px;
}
.vfx-item-songs-box:hover .vfx-all-songs-list-item .vfx-all-song-overlay-bg, .vfx-item-songs-box.vfx-play-song-active-item .vfx-all-songs-list-item .vfx-all-song-overlay-bg, .vfx-release-box:hover .vfx-all-songs-list-item .vfx-all-song-overlay-bg, .vfx-release-box.vfx-play-song-active-item .vfx-all-songs-list-item .vfx-all-song-overlay-bg {
	opacity: 1;
}
.vfx-item-songs-box:hover .vfx-play-icon-item, .vfx-item-songs-box.vfx-play-song-active-item .vfx-play-icon-item, .vfx-release-box:hover .vfx-play-icon-item, .vfx-release-box.vfx-play-song-active-item .vfx-play-icon-item {
	top: 50%;
	opacity:1;
}
.vfx-item-songs-box:hover .vfx-song-title-block h3 a, .vfx-item-songs-box.vfx-play-song-active-item .vfx-song-title-block h3 a, .vfx-release-box:hover .vfx-song-title-block h3 a, .vfx-release-box.vfx-play-song-active-item .vfx-song-title-block h3 a {
	color: #ff611f;
}
.vfx-item-songs-box:hover .vfx-songs-left-list span.w_top_no, .vfx-item-songs-box.vfx-play-song-active-item .vfx-songs-left-list span.w_top_no {
	color: #ff611f;
}
.vfx-albums-slider-list, .vfx-releases-wrapper, .vfx-artist-slider-list, .vfx-search-albums-slider-list, .vfx-search-artist-slider-list {
	position: relative;
	margin: 50px 0px 0px 0px;
}
.vfx-ads-banner-wrapper {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.vfx-recently-played-songs-slider {
	position: relative;
	margin: 50px 0px 0px 0px;
}
.vfx-footer-wrapper {
	background:#222635;
	position: relative;
	z-index: 1;
	margin-top:40px;
	border-radius:6px 6px 0 0;
	box-shadow: 0 4px 5px rgba(255, 255, 255, 0.12);
	margin-bottom: 4em;
}
.copyright-item {
	width: 100%;
	display: flex;
	padding: 20px 10px;	
}
.copyright-item p {
	text-align:left;
	width:65%;
	color: #ffffff;
	margin: 0px;
	font-size:14px;
	padding: 10px 0;
}
.copyright-item p a {
	color: #ff611f;
}
.vfx-footer-wrapper ul {
	list-style-type:none;
	text-align:right;
	position:relative;
	padding:10px 0;
	width:35%;	
	margin-bottom:0;
}
.vfx-footer-wrapper ul li{
	display:inline-block;
	text-align:center;	
}
.vfx-footer-wrapper ul li a{
	padding:0px 5px;
	color:#ffffff;
	font-size:14px;
}
.vfx-footer-wrapper ul li a:hover{
	color:#ff611f;
}
/*.vfx-footer-wrapper ul::before {
    background: #363d53;
	border: 0 none;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 100px;
	border-radius: 4px;
	right: 0;
	text-align: center;
}*/
.vfx-songs-player-wrapper-block {
	background:rgba(27, 32, 57, 1);
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 10000;
	box-shadow: 0px 0px 24px 6px rgba(4, 4, 4, 0.2);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.vfx-songs-player-close i {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	line-height:50px;
	transform: translateY(0%) rotate(180deg);
	-webkit-transform: translateY(0%) rotate(180deg);
	-moz-transform: translateY(0%) rotate(180deg);
	-ms-transform: translateY(0%) rotate(180deg);
}
.main_class .vfx-footer-wrapper {
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.vfx-songs-player-wrapper-block.close_player {
	bottom: -60px;
}
.vfx-songs-player-wrapper-block.close_player .vfx-songs-player-close i {
	position: relative;
	top: 20px;
	transform: translateY(-50%) rotate(0deg);
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
}
.vfx-songs-player-close {
	position: absolute;
	top: -40px;
	right: 2px;
	background-color: #ff611f;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	z-index: 1;
	cursor: pointer;
	border-radius: 25px 25px 0px 0px;
}
.vfx-songs-player-wrapper-block:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(27, 32, 57, 0.6);
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
}
.play_song_options {
	float: left;
	position: relative;
	top: 30px;
	margin-right: 50px;
	display: none;
}
.play_song_options ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
	-moz-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-o-transform: translateX(-10%);
}
.play_song_options ul li {
	float: left;
}
.play_song_options ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	padding: 8px 10px;
}
.play_song_options ul li:first-child a {
	padding-left: 0px;
}
.play_song_options ul li:last-child a {
	border-right: none;
}
.vfx-icon-item {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/list-icon.png);
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	display: inline-block;
}
.play_song_options ul li a .icon_download {
	background-position: -212px -30px;
}
.song_optn_icon {
	margin-right: 0;
}
.play_song_options ul li a .icon_fav {
	background-position: -270px -30px;
}
.play_song_options ul li a .vfx-ic-playlist {
	background-position: -357px -30px;
}
.no-flexbox .vfx-songs-player-list {
	display: none
}
.flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.vfx-songs-player-item {
	position: relative;
	width: 100%;
	/*display:none*/
}
.vfx-songs-player-item .vfx-songs-player-list{
	height:60px;
	width:100%;
}
div#playlist-wrap span#myPlaylistQueue {
	margin-top: 23px;
	position: relative;
	top: 45px;
}
li.option.selected.focus:after {
	position: absolute;
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	background-color: #ff611f;
	text-align: center;
	line-height: 20px;
	color: #fff;
	border-radius: 100%;
	font-size: 10px;
}
.vfx-album-single-img {
	width: 170px;
	height:170px;
	float: left;
}
.vfx-single-album-dtl-block {
	padding-top:30px;
	padding-bottom: 30px;
	display: inline-block;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-attachment:fixed;
	border-radius: 10px;	
	/*filter: blur(2px);
    -webkit-filter: blur(2px);*/
	backdrop-filter: blur(20px) saturate(120%) contrast(200%);
	box-shadow:0px 5px 20px rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
}
.vfx-single-album-dtl-block::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	border-radius: 10px;
    background: #222635;
    zoom: 1;
	z-index:0;
    opacity: 0.9;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.vfx-album-single-img img {
	border-radius: 50%;
	height: 170px;
	width: 170px;
	z-index: 2;
	position: relative;
	object-fit: cover;
	box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.4);
	border: 10px solid rgb(54, 61, 83);
}
.vfx-album-single-text {
	width: calc(100% - 240px);
	float: left;
	z-index: 2;
	position: relative;
	padding-left: 30px;
	padding-top: 30px;
}
.vfx-album-single-text h2 {
	font-size: 22px;
	color: #fff;
	padding-bottom: 10px;
}
.vfx-album-single-text p.singer_name {
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
}
.vfx-album-feature a.vfx-album-songs-count {
	display: block;
	color: #dedede;
	margin-bottom: 5px;
}
.vfx-album-btn a.vfx-button {
	height: auto;
	line-height: 40px;
	width: auto;
	margin-left: 0px;
	padding: 0px 15px;
	font-size: 16px;
	margin-right: 0;
	position: relative;
	vertical-align: middle;
}
span.pause_all {
	opacity: 0;
	position: relative;
	left: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.vfx-album-btn a.vfx-button img {
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	background-color: #ff611f;
	width: 38px;
	height: 34px;
	padding: 10px 8px;
	border-radius: 4px;
}
span.vfx-play-all {
	vertical-align: middle;
}
span.vfx-play-all i{
	margin-right:5px;
}
a.vfx-button.vfx-play-btn {
	width: auto;
	padding: 0px 15px;
	text-align: center;
}
a.vfx-button.vfx-play-btn span i{
	margin-right:5px;
}
a.vfx-button.vfx-play-btn span.vfx-play-all {
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0px;
}
.vfx-album-btn {
	margin-top: 10px;
	display: inline-block;
}
.album_more_optn span{
	right: 8px;
	top: 3px;
	cursor: pointer;
	position: absolute;
}
.album_more_optn{
	position: absolute;
	right: 0;
}
.vfx-single-album-dtl-block ul.vfx-more-option-nav {
	top: 40px;
	right: 0px;
	position: relative;
}
.album_more_optn img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.vfx-album-list-wrapper-item {
	width: 100%;
}
.vfx-single-item-content {
    color: #cdcdcd;
	font-size:14px;
	line-height:26px;
}
.vfx_album_single_wrapper .vfx_view_more {
	width: 100%;
}
.vfx-content-item-wrapper.vfx_album_content {
	padding-top: 52px;
}
.vfx-album-list-wrapper-item>ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom:1px solid #373e62;
}
.vfx-album-list-wrapper-item>ul>li {
	display: inline-block;
	width: 16%;
	color: #ff611f;
	position: relative;
	text-transform: capitalize;
	top: auto;
	right: auto;
}
.vfx-album-list-wrapper-item>ul>li>a {
	color: #fff;
	margin: 8px 0;
	display: inline-block;
	position: relative;
}
.vfx-album-list-wrapper-item>ul:hover>li>a {
	color: #ff611f;
}
ul.album_list_name {
	position: relative;
	padding-bottom: 10px;
	border-bottom:2px solid #3b4266;
}
.vfx-icon-item1.vfx_fav_icon {
	background-position: -552px 6px;
}
.vfx-album-list-wrapper-item>ul:hover .vfx-icon-item1.vfx_fav_icon, ul.play_active_song .vfx-icon-item1.vfx_fav_icon {
	background-position: -592px 6px;
}
.vfx-icon-item1.vfx_active_icon {
	background-position: -632px 8px;
}
.vfx-album-list-wrapper-item>ul:hover .vfx-icon-item1.vfx_active_icon, ul.play_active_song .vfx-icon-item1.vfx_active_icon {
	background-position: -672px 8px;
}
.vfx-album-list-wrapper-item>ul:hover .play_hover {
	opacity: 1;
	top: 0;
	visibility: visible;
}
.vfx-album-list-wrapper-item>ul:hover .play_no {
	opacity: 0;
	visibility: hidden;
}
ul.play_active_song>li>a {
	color: #ff611f;
}
ul.play_active_song .play_no {
	opacity: 0;
	visibility: hidden;
}
ul.play_active_song .play_hover {
	opacity: 1;
	visibility: visible;
	top: 0;
	background-position: -708px 0px;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.vfx-artist-item-block .container-fluid, .vfx-album-item-section .container-fluid, .vfx_categories_item .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.vfx-content-item-wrapper.vfx_artist_content {
	padding-top: 50px;
}
.about_artist {
	font-size: 14px;
	color: #dedede;
	line-height: 26px;
}
.about_artist a:hover {
	color: #ff611f;
	letter-spacing: 1px;
}
.vfx_view_more {
	text-align: center;
	margin-top: 30px;
}
.vfx_view_more a.vfx-button {
	height: 40px;
	line-height: 40px;
	padding: 0px 30px;
	width: auto;
	margin: 0px;
}
.vf-all-songs-list-wrapper .vfx-right-more-icon {
	position: absolute;
	right: 0px;
}
.vf-all-songs-list-wrapper .w_song_time {
	padding-right: 30px;
	color: #fff;
}
.vf-all-songs-list-wrapper .vfx-right-more-icon .vfx-more-dtl-icon {
	top: 0;
	right: auto;
	padding-right: 20px;
	position: relative;
}
.vf-all-songs-list-wrapper .vfx-icon-item1.dwnload_icon {
	background-position: -752px 0px;
	position: relative;
	top: 10px;
}
.vf-all-songs-list-wrapper ul.vfx-more-option-nav {
	right: 85px;
	top: 28px;
}
.vf-all-songs-list-wrapper .vfx-all-songs-list-item {
	padding-left: 0px;
}
span.vfx_frequency {
	position: absolute;
	top: 40px;
	left: 30px;
	text-transform: uppercase;
	color: #ec1e2a;
	font-weight: 600;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item {
	width: 100%;
	margin-top: -3px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li {
	width: 14%;
}
.vfx-favourite-item-block .download_list_dlock>ul>li:nth-child(1), .vfx-favourite-item-block .download_list_dlock>ul>li:nth-child(2){
	width:30%
}
.vfx-favourite-item-block .download_list_dlock>ul>li:nth-child(3){
	width:10%
}
.vfx-icon-item1.vfx_cross_icon {
	background-position: -792px 0px;
	position: relative;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item .vfx_close {
	width: 20px;
	height: 20px;
	background-color: #ff611f;
	display: inline-block;
	line-height: 20px;
	border-radius: 100%;
	text-align: center;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item table {
	width: 100%;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item table tr {
	position: relative;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item table tr th {
	color: #ff611f;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item table tr td {
	color: #ffffff;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item table tr th:after {
	position: absolute;
	left: 0;
	top: 100%;
	content: "";
	float: left;
	width: 100%;
	border: 0;
	height: 1px;
	background: rgba(59, 200, 231, 0.61);
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li:first-child{
	width: 5%;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li {
	width: 20%;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li:last-child{
	width: 5%;
}
.hstry_clear.vfx-button {
	float: right;
}
.hstry_clear.vfx-button a {
	color: #fff;
}
.vfx-create-playlist_item{
	width:100%;
}
.vfx-create-playlist {
	width: 100%;
	height: auto;
	padding:15px;
	background-color: #3c4159;
	border-radius:6px;
	position: relative;
	cursor: pointer;
}
.vfx-create-playlist i.vfx-icon-item.vfx-ic-playlist {
	position: absolute;
	top: 50%;
	left: 0;
	background-position: -174px 6px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background-color:#ffffff;
	border-radius:30px;
	box-shadow:0 0px 10px rgba(0, 0, 0, 0.2);
	transform: scale(1) translate(20%, -50%);
	-webkit-transform: scale(1) translate(20%, -50%);
	-moz-transform: scale(1) translate(20%, -50%);
	-ms-transform: scale(1) translate(20%, -50%);
	-o-transform: scale(1) translate(20%, -50%);
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius:0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
ul.pagination{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}
ul.pagination li{
	display:inline-block;
	margin:0 3px;
}
ul.pagination li a{
	padding: 3px;
	width: 38px;
	height: 38px;
	line-height: 32px;
	border-radius: 30px !important;
	background: #3f4761;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
ul.pagination li a:hover{
	background:#ff611f;
	color: #fff;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff611f;
}
.modal-content {
	padding:30px 25px;
	background-color: #222635;
	border-radius: 15px;	
	background-clip:border-box;
	border:8px solid rgba(255, 255, 255, 0.1);
}
.modal {
	overflow: hidden;
	z-index:99999;
	background:rgba(0, 0, 0, 0.85);
}
.modal-dialog {
	max-width: 400px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
}
.centered-modal .modal-dialog {
	margin: auto;
}
.modal-body {
	padding: 0;
}
.vfx-loging-register-form-block {
	width: 100%;
	float: left;
	text-align: center;
}
.form-control::placeholder {
    color: #899199;
}
.modal-dialog.vfx-login-modal-dialog .modal-content .vfx-loging-register-form-block {
	padding-top: 0;
}
.vfx-loging-register-form-block .form-control {
	padding: 0 15px;
}
.vfx-loging-register-form-block textarea.form-control {
	padding:8px 15px;
}
.toast-message{
	font-size:14px;
	text-transform:capitalize;
}
.modal-dialog button {
	position: absolute;
	right: 0px;
	z-index: 1;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 1px;
	background-color: #ff611f;
	opacity: 1;
	border-radius: 4px;
	cursor: pointer !important;	
}
.modal-dialog button.close{
	font-size: 23px;
	color: #ffffff;
	font-weight: normal;
	line-height: 32px;
}
.close:hover, .close:focus {
	opacity: 1;
	outline: none;
}
.vfx-loging-register-form-block h2 {
	font-size: 22px;
	color: #fff;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
	display: block;
	text-transform: capitalize;
}
.vfx-loging-register-form-block h2:after{
	width: 45px;
	height: 3px;
	content: "";
	position: absolute !important;
	bottom: -2px;
	border-radius:4px;
	left: 22px;
	z-index: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background-color:#ff611f;
}
.vfx-create-playlist_popup_item h2{
	font-size: 20px;
}
.vfx-create-playlist_popup_item h2:after{
	bottom:0;
}
.modal-content.vfx-create-playlist_popup_item{
    padding: 25px 20px;
}	
.vfx-loging-register-form-block .alert{
	text-align:left;
	font-size: 14px;
	padding: 10px 15px;
}
.vfx-loging-register-form-block .alert ul{
	padding-left:0;
}
.vfx-loging-register-form-block .alert button.close {
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 8px;
    width: 30px;
    height: 30px;
    line-height: 1px;
    background-color: transparent;
    opacity: 1;
    border-radius: 6px;
    cursor: pointer !important;
    font-weight: normal;
    color: #363d53;
}
.vfx-loging-register-form-block .form-group {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.vfx-loging-register-form-block .form-group span.form_icon {
	position: absolute;
	right: 0;
	top: 5px;
}
.vfx-loging-register-form-block button.vfx-button, .vfx_lang_btn button.vfx-button {
	background-color: #ff611f;
	height: 50px;
	border: 2px solid #ff611f;
	margin-left: 0px;
	padding: 0px 12px;
	line-height: 46px;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	cursor:pointer;
	position:relative;
}
.vfx-loging-register-form-block button.vfx-button:hover {
	background-color: transparent;
	color: #ff611f;
	border-color:#ff611f;
	cursor:pointer;
}
.vfx-loging-register-form-block p {
	text-align: center;
	color: #fff;
	font-size:16px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 400;
	text-transform: capitalize;
}
.vfx-loging-register-form-block p a {
	color: #fff;
	font-weight: 600;
	position: relative;
}
.vfx-modal-forgot-popup a:hover, .vfx-loging-register-form-block p a:hover{
	color:#ff611f
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.95);
}
/*.modal-open .vfx-main-wrapper-block {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}*/
.vfx-loging-register-form-block .vfx-remember-checkbox {
	float: left;
	font-size: 14px;
	color: #fff;
	text-transform:capitalize;
	font-weight: 500;
	position: relative;
	padding-left: 26px;
	display: inline-block;
	text-align: left;
}
.vfx-loging-register-form-block .vfx-remember-checkbox label input {
	display: none;
}
.vfx-loging-register-form-block .vfx-remember-checkbox label .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	text-align: center;
	line-height: 15px;
	border-radius: 2px;
	background-color: #fff;
}
.vfx-loging-register-form-block .vfx-remember-checkbox label input:checked~.checkmark:after {
	display: block;
}
.vfx-loging-register-form-block .vfx-remember-checkbox label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	top: 3px;
	left: 6px;
	width: 6px;
	height: 11px;
	border: solid #ff611f;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.vfx-loging-register-form-block .vfx-remember-checkbox label {
	cursor: pointer;
}
.vfx-modal-forgot-popup {
	margin-top: 0;
	display: block;
	text-align: right;
}
.vfx-modal-forgot-popup a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	position: relative;
}
div#myModal1 p {
	margin-top: 10px;
}
@media all and (-ms-high-contrast:none) {
.modal-open {
	-ms-overflow-style: auto;
}
 *::-ms-backdrop, .modal-open {
 -ms-overflow-style: auto;
}
}
.vfx-queue-item-modal .modal-dialog, .vfx_save_modal .modal-dialog {
	max-width: 500px;
}
.vfx-queue-item-modal .modal-dialog .modal-body h1, .vfx_save_modal .modal-dialog .modal-body h1 {
	font-size: 18px;
	color: #fff;
}
.vfx-queue-item-modal .modal-dialog .modal-content, .vfx_save_modal .modal-dialog .modal-content {
	padding: 25px 30px 25px 25px;
	text-align: left;
}
.vfx-clear-modal-btn {
	margin-top: 15px;
}
.vfx-clear-modal-btn a {
	background-color: #ff611f;
	color:#ffffff;
	padding: 5px 15px;
	line-height: 34px;
	text-transform: capitalize;
	font-size: 14px;
	border-radius: 4px;
	font-weight: 500;
	margin-right: 5px;
}
.vfx-clear-modal-btn a:hover {
	background:#ffffff;
	color: #ff611f;
}
.vfx-create-playlist_popup_item .vfx-clear-modal-btn{
	margin-top:0px;
}
.vfx-create-playlist_popup_item .vfx-clear-modal-btn a {
    padding: 8px 20px;
    line-height: 40px;       
}
.vfx-socail-button-modal {
	padding: 15px 0px 0 0;
}
.vfx-socail-button-modal a {
	background-color: #fff;
	display: inline-block;
	padding: 0px 10px;
	border-radius: 4px;
	height: 46px;
	line-height: 42px;
	text-transform: capitalize;
	font-size: 15px;
	width: 45%;
	margin: 5px;
}
.vfx-socail-button-modal a i{
	margin-right:5px;
	font-size: 21px;
	vertical-align: -2px;
}
.vfx-socail-button-modal a.vfx-fb-btn{
	background:#3b5998;
	color:#ffffff;
	border: 2px solid #3b5998;
}
.vfx-socail-button-modal a.vfx-fb-btn:hover{
	background:#ffffff;
	color:#3b5998;
	border: 2px solid #ffffff;
}
.vfx-socail-button-modal a.vfx-google-btn{
	background:#dd4b39;
	color:#ffffff;
	border: 2px solid #dd4b39;
}
.vfx-socail-button-modal a.vfx-google-btn:hover{
	background:#ffffff;
	color:#dd4b39;
	border: 2px solid #ffffff;
}
button.save_btn {
	position: relative;
	border-radius: 30px;
	width: 100px;
	border: 1px solid #fff;
	margin-top: 15px;
	height: 35px;
	line-height: 33px;
	background-color: transparent;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
button.save_btn:hover {
	background-color: #fff;
	color: #ff611f;
}
.vfx-user-profile-item {
	float: right;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	padding-right: 19px;
}
.vfx-user-profile-item:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 0px;
	bottom: auto;
	left: auto;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}
.vfx-user-profile-item:hover {
	color: #ff611f;
}
.vfx-user-profile-item:hover:after {
	border-top: 6px solid #ff611f;
}
.vfx-user-profile-item span {
	margin-right: 10px;
}
.vfx-user-profile-item span.vfx-user-profile-name {
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	margin:0 8px 0 0;	
	border-radius: 50px;
	position: relative;
	top: 0;		
}
.vfx-user-profile-item img {
	width: 40px;
	height: 40px;	
	border-radius: 50px;
	border:3px solid rgb(52, 59, 94, 1)
}
.vfx-profile-box {
	background-color: #222635;
	margin: 0 auto;
	width:100%;
	padding: 30px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 10px;
}
.vfx_account_wrapper {
	text-align: center;
	margin-top: 50px;
}
.vfx-profile-detail-form .form-group {
	margin-bottom: 20px;
}
.report-song-form{
	padding-top:25px;
	border-top:2px dotted #363d53;
}
.vfx-profile-detail-form .form-group label {
	font-size: 16px;
	color: #ff611f;
	margin-bottom: 5px;
}
.vf-user-profile-img {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.vf-user-profile-img img {
	width: 125px;
	height: 125px;
	border-radius: 100%;
	border: 3px solid #59627d;
}
.vfx-profile-detail-form .vfx-button {
	height: 40px;
	min-width: 100px;
	line-height: 30px;
	margin-right: 12px;
	margin-left: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
.vfx-profile-wrapper-block h1, .vfx_account_wrapper h2 {
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}
.upload-button {
    padding: 3px;
	border: 2px solid rgb(215, 71, 10);
	position: absolute;
	border-radius: 24px;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -10px;
	background: #ff611f;
	color: #fff;
	font-size: 13px;
}
.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}
.file-upload {
    display: none;
}
ul.vfx-user-profile-nav-dropdown {
	background-color: #363d53;
	max-width: 180px;
	border: 5px solid rgb(64, 72, 98, 0.99);
	width: 100%;
	right: 7px;
	top: 100%;
	padding:0;
	position: absolute;
	list-style: none;
	line-height: 1;
	border-radius: 6px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
ul.vfx-user-profile-nav-dropdown:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -14px;
	right: 2px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #404862;
}
ul.vfx-user-profile-nav-dropdown.vfx-open-dropdown {
	visibility: visible;
	opacity: 1;
}
ul.vfx-user-profile-nav-dropdown li {
	width: 100%;
	display: block;
}
ul.vfx-user-profile-nav-dropdown li a {
	text-align: left;
	color: #f9f9f9;
	padding: 10px 12px;
	display: block;
	font-size: 14px;
	margin: 3px;
	background: #444c66;
	border-radius: 4px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
ul.vfx-user-profile-nav-dropdown li a:hover {
	background: #ff611f;
	color: #ffffff;
	letter-spacing:0.6px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.vfx-title-heading-item {
	margin-bottom: 70px;
}
.vfx-title-heading-item {
	margin-bottom: 35px;
}
.vfx-title-heading-item h1:after {
	left: 48%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.vfx-slider-nav-prev {
	right: 40px;
	top: 2px;
	left: auto;
}
.vfx-slider-nav-next {
	right: 0;
	top: 2px;
}
.vfx_album_single_wrapper {
	padding-left: 230px;
}
.vfx-item-songs-box ul.vfx-more-option-nav::after{
	right:10px;
}
.vfx-content-item-wrapper, .vfx-footer-wrapper {
	margin-left: 230px;
	margin-right: 30px;
}
.file-upload-item{
	width:100%;
	padding:0 15px;
	margin-bottom:15px;
}
.file {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    position: relative;
}
.file input {
    width: 370px;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 50px;
    padding: .5rem 1rem;
    line-height: 30px;
    color: #899199;
	background-color: #363d53;
	border-radius: 4px;
	border: 2px solid #474e64;
    border-radius: .25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.file-custom::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    z-index: 6;
    display: block;
    content: "Browse";
    height: 46px;
    padding: .5rem 1rem;
    line-height: 30px;
    color: #ffffff;
    background-color: #ff611f;
    border: 0;
    border-radius: 0;
}
.file-custom::after {
    content: "Choose file...";
    padding-left: 0px;
	font-size:14px;
}
.file-upload-item img.fileupload_img{
	width:50px;
	height:50px;
	margin-top:0px;
	border:2px solid #e5e5e5;
	border-radius:4px;
}
#rating_form{
	margin-top:15px;
}
#rating_form #review i {
    margin: 0px 3px;
}
/*==== Responsive Media Css Start====*/
@media(max-width:1800px) {
body {
	font-size: 15px;
}
.vfx-user-profile-item {
	margin-left: 10px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li {
	width: 13%;
}
}

@media(max-width:1600px) {
.vf-all-songs-list-wrapper .vfx-right-more-icon {
	right: 0;
}
.vfx-releases-wrapper .vfx-all-songs-list-item {
	padding-left: 10px;
}
.vfx-album-list-wrapper-item>ul>li>a {
	font-size: 14px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item ul.vfx-more-option-nav {
	right: 65px;
	top: 15px;
	width: 200px;
}
.vfx-songs-left-list span.w_top_no {
	font-size: 40px;
}
.vfx-item-songs-box ul.vfx-more-option-nav {
	right: 30px;
	top: 11px;
}
}

@media(max-width:1400px) {
.vfx-songs-left-list span.w_top_no {
	width: 70px;
}
.vfx-all-songs-list-item {
	padding-left: 0px;
}
.vfx-item-songs-box ul.vfx-more-option-nav {
	right: 0px;
	top: 50px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li {
	font-size: 14px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li {
	width: 13%;
}
.vfx-album-list-wrapper-item>ul>li>a {
	font-size: 13px;
}
.vfx-album-list-wrapper-item {
	width: 100%;
}
.vf-all-songs-list-wrapper .col-lg-4.col-md-12 {
	padding-right: 20px;
	flex: 0 0 100%;
	max-width: 100%;
}
.vfx-releases-wrapper .vfx-slider-nav-prev, .vfx-releases-wrapper .vfx-slider-nav-next {
	right: 0px;
}
}

@media(max-width:1200px) {
.vfx-content-item-wrapper {
	margin-right: 40px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li {
	width: 11%;
}
/*.vfx-item-top-search {
	max-width: 35%;
}*/
.knob-container .knob-wrapper-outer .knob-wrapper {
	width: 50px;
}
.knob-container .knob-wrapper-outer .knob-wrapper .round {
	top: 13rem;
	left: 15rem;
	right: 18rem;
}
.play_song_options {
	top: 23px;
}
.play_song_options ul li a {
	font-size: 14px;
	padding: 8px 10px;
}
.vfx-songs-left-list span.w_top_no {
	font-size: 25px;
}
.vfx-songs-left-list span.w_top_no {
	width: 40px;
}
.vf-all-songs-list-wrapper {
	padding-right: 0;
}
.vfx-content-item-wrapper.pt-top80 {
	padding-top: 70px !important;
}
.vf-all-songs-list-wrapper .vfx-right-more-icon {
	right: 0;
	bottom: 23px;
	left: auto;
}
.vfx-all-songs-list-item .vfx-song-title-block h3 {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 130px;
}
.vfx_radio_wrapper {
	margin: 30px 0px 0px 0px;
}
.vfx-albums-slider-list, .vfx-search-albums-slider-list, .vfx-releases-wrapper {
	margin: 40px 0px 0px 0px;
}
.vfx-recently-played-songs-slider {
	margin: 52px 0px 0px 0px;
}
.vfx-album-list-wrapper-item ul.vfx-more-option-nav {
	right: 100px;
}
.vf-all-songs-list-wrapper .col-lg-4.col-md-12 {
	padding-right: 0;
}
}

@media(min-width:993px) and (max-width:1199px) {
.vfx-swiper-item-container-slider .vfx-latest-box .vfx-latest-song-img-item img,.vfx-swiper-item-container-slider .vfx-search-box .vfx-search-song-img-item img, .vfx-trending-songs-slider-section .vfx-trending-box .vfx-trending-song-img-item img, .vfx-recently-played-songs-slider .vfx-trending-box .vfx-trending-song-img-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.vfx-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	width:100%;
	height:150px;
	object-fit:cover;
}
.vfx-categories-item-block .vfx-trending-song-img-item img{
	width: 100%;
	object-fit: cover;
	height:200px;
}
.vfx-nav-menu-wrapper {
    bottom: 20px;
}
}

@media(max-width:1024px) {
.vfx-songs-player-wrapper-block.close_player {
	bottom: -60px;
}
.vfx-songs-left-list span.w_top_no {
	width: 50px;
}
.vfx-more-detail-box-item p, .vfx-all-songs-list-item .vfx-song-title-block p {
	font-size: 12px;
}
.vfx-more-detail-box-item p, .vfx-all-songs-list-item .vfx-song-title-block p{
	width:120px;
}
.vfx-album-list-wrapper-item ul.vfx-more-option-nav {
	right: 80px;
}
.vfx_album_single_wrapper .vfx-album-list-wrapper-item {
	width: 120%;
	padding-bottom: 10px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item {
	width: 1000px;
	margin-top: -3px;
	padding-bottom: 15px;
}
.vfx-songs-album-inner-list::-webkit-scrollbar {
	height: 4px;
}
 .vfx-songs-album-inner-list::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 3px #ff611f;
}
 .vfx-songs-album-inner-list::-webkit-scrollbar-thumb {
 background-color: #ff611f;
 outline: 2px solid #ff611f;
}
}

@media(max-width:992px) {
.pt-top90 {
	padding-top: 50px !important;
}
.vfx-all-songs-list-item .vfx-song-title-block {
	padding-left: 12px;
}
.vfx-user-profile-item span.vfx-user-profile-name {
	top: 0px;
}
.vfx-nav-menu-wrapper ul.nav_playlist {
	margin-bottom: 10px;
}
.vfx-swiper-item-container-slider .vfx-latest-box .vfx-latest-song-img-item img,.vfx-swiper-item-container-slider .vfx-search-box .vfx-search-song-img-item img, .vfx-trending-songs-slider-section .vfx-trending-box .vfx-trending-song-img-item img, .vfx-recently-played-songs-slider .vfx-trending-box .vfx-trending-song-img-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.vfx-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	width:100%;
	height:140px;
	object-fit:cover;
}
.vfx-swiper-item-container-slider .vfx-search-box .vfx-search-song-img-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.vfx-trending-song-img-item img, .vfx-latest-song-img-item img {
	width: 100%;
	height: 190px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li {
	width: 11%;
	font-size: 10px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li>a {
	font-size: 12px;
}
.vfx-songs-player-close {
	top: -40px;
}
.vfx-login-register-modal-popup div.modal {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.vfx-login-register-modal-popup .modal-content {
	padding: 30px 25px;
}
}
@media(max-width:1299px) {
.vfx-single-album-dtl-block {
	width: 100%;
	background-attachment: inherit;
}
}
@media(max-width:991px) {
.vfx-item-header {
	padding: 10px;
}
.vfx-item-top-right {
	padding-right: 52px;
}
.pt-top70 {
    padding-top: 60px !important;
}
.vfx-artist-item-block ul.vfx-more-option-nav, .vfx_categories_item ul.vfx-more-option-nav {
	max-width: 170px;
}
.vfx-artist-item-block ul.vfx-more-option-nav li a, .vfx_categories_item ul.vfx-more-option-nav li a {
	font-size: 13px;
}
.vfx-nav-logo-inner {
	min-height: 60px;
}
.vfx-item-top-right .vfx-button{
	margin-left:8px;
}
.vfx_upload_wrapper {
	padding-left: 0px;
}
.vfx-profile-wrapper-block, .vfx_account_wrapper {
	padding-left: 0;
}
.vfx-artist-item-block .container-fluid, .vfx-album-item-section .container-fluid, .vfx_categories_item .container-fluid {
	padding-right: 0;
}
.vfx-single-detail-block_wrapper {
	margin-right: 0px;
}
.copyright-item p, .vfx-footer-wrapper ul {
	padding-left: 0px;	
}
.ap-controls.ap-volume-container{
	display:none;
}
.vfx-footer-wrapper ul::before{
	left:0;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item {
	margin-top: -3px;
	padding-bottom: 15px;
}
ul.vfx-user-profile-nav-dropdown li a {
	text-align: left;
}
.vfx_album_single_wrapper {
	padding-left: 15px;
	padding-right: 15px;
}
.vfx-single-album-dtl-block {
	width: 100%;
	background-attachment: inherit;
}
.vfx-album-single-text {
	padding-left: 30px;
	padding-top: 30px;
}
.play_song_options ul li a {
	font-size: 10px;
}
.vfx-album-list-wrapper-item span.opt_icon {
	display: none;
}
.vfx-album-list-wrapper-item ul.vfx-more-option-nav li a {
	padding-bottom: 4px;
}
.vfx-album-list-wrapper-item ul.vfx-more-option-nav {
	right: 90px;
}
.vfx-nav-close-item {
	width: auto;
	height: auto;
	line-height: 1;
	position: fixed;
	right: 10px;
	top: 25px;
	cursor: pointer;
	background-color: transparent;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.vfx-nav-close-item, .vfx-nav-close-item i {
    display:block;
}
.vfx-nav-close-item i {
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.vfx-content-item-wrapper.pt-top80 {
	padding-top: 50px !important;
}
.vfx-nav-close-item i {
	color: #fff;
	margin: 5px auto;
	text-align:center;
	background: #ff611f;
	padding: 8px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
}
.vfx-nav-close-item i:hover {
	background:#ffffff;
	color: #ff611f;
}
.vfx-nav-close-item .fa-angle-right:before {
	content: "\f0c9";
}
.vfx-navigation-menu-wrapper {
	width: 200px;
	left: -200px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.vfx-navigation-menu-wrapper.open_menu .vfx-nav-close-item .fa-angle-right:before {
	content: "\f057";
}
span.nav_text {
	opacity: 1;
	display: inline-block;
	visibility: visible;
	position: relative;
	left: auto;
	top: 0;
	background-color: transparent;
	vertical-align: bottom;
}
.vfx-nav-logo-item {
	display: block !important;
}
.vfx-navigation-nav-inner {
	width: 200px;
}
.vf-all-songs-list-wrapper {
	padding-right: 30px;
}
.vfx-navigation-menu-wrapper.open_menu {
	left: 0;
}
.vfx-nav-menu-wrapper ul li a {
	text-align: left;
}
.vfx-item-header {
	left: 0px;
}
.vfx-content-item-wrapper, .vfx-footer-wrapper {
	margin-left: 0;
	padding: 0px 15px;
	margin-right: 0px !important;
}
.vfx-footer-wrapper {
	padding: 0px;	
}
.vf-all-songs-list-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.vfx-latest-songs-slider-section, .vfx-search-songs-slider-section , .vfx-trending-songs-slider-section, .vfx-albums-slider-list, .vfx-search-albums-slider-list, .vfx-recently-played-songs-slider {
	margin-left: 0px;
	margin-right: 0px;
}
.vfx-songs-left-list span.w_top_no {
	width: 45px;
}
.vfx-releases-wrapper {
	padding: 0px 15px;
	margin-right: 0;
}
.vfx-releases-wrapper .vfx-slider-nav-prev, .vfx-releases-wrapper .vfx-slider-nav-next {
	right: 14px;
}
}

@media(min-width:768px) and (max-width:991px) {
.ap--track {
    -webkit-box-flex: 1;
    -webkit-flex: 1 35%;
    -ms-flex: 1 35%;
    flex: 1 35%;
    padding: 0 15px;
}
.ap-controls.ap-volume-container {
    display: none;
}
.vfx-swiper-item-container-slider .vfx-latest-box .vfx-latest-song-img-item img,.vfx-swiper-item-container-slider .vfx-search-box .vfx-search-song-img-item img, .vfx-trending-songs-slider-section .vfx-trending-box .vfx-trending-song-img-item img, .vfx-recently-played-songs-slider .vfx-trending-box .vfx-trending-song-img-item img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}
ul.vfx-user-profile-nav-dropdown {
    right: 45px;
}
.vfx-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	width:100%;
	height:155px;
	object-fit:cover;
}
.vfx-artist-slider-list .vfx-trending-song-img-item img, .vfx-search-artist-slider-list .vfx-trending-song-img-item img, .vfx_artist_list .vfx-trending-song-img-item img{
	width: 100%;
	border-radius: 50%;
	margin-bottom:10px;
	object-fit: cover;
	height:155px;
}
}

@media(max-width:767px) {
.vfx_sidebar {
	margin-top: 30px;
}
.vfx-user-profile-item{
	font-size:14px;
}
.vfx-profile-box .col-xl-2.col-lg-3{
	text-align:center;
}
.file {
    position: initial;
}
.pl-empty {
    position: absolute;
    top: 50%;
    left: auto;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #ccc;
    text-align: center;
    right: auto;
    width: 100%;
	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-transform: capitalize;
    font-weight: 500;
}
.vfx-profile-box {
	padding: 30px 20px;
}	
.vf-user-profile-img {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	left: 0;
	right: 0;
}
.vfx-nav-menu-wrapper {
    bottom: 20px;
}
.vfx-item-songs-box{
	margin-bottom:2px;
	border-radius: 2px;
	display: block;
    float: left;
}
.copyright-item p, .vfx-footer-wrapper ul{
	width:100%;
	text-align:center;
}
.copyright-item {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
}
.vfx-footer-wrapper ul::before {
    background: #363d53;
	border: 0 none;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 100px;
	border-radius: 4px;
	right: 0;
	text-align: center;
}
ul.vfx-user-profile-nav-dropdown {
    right: 45px;
}	
.vfx-user-profile-item span.vfx-user-profile-name {
    top: 0px;
    margin-right: 5px;
}
.vfx-album-single-img {
    width: 120px;
	height:120px;
}
.vfx-album-single-text h2 {
    font-size: 16px;
	padding-bottom:5px;
}
.vfx-album-feature a.vfx-album-songs-count {
    margin-bottom: 8px;
    font-size: 14px;
}	
.vfx-album-btn {
    margin-top: 5px;
}
a.vfx-button.vfx-play-btn {
    width: auto;
    padding: 0px 15px;
    text-align: center;
    height: auto;
    line-height: 39px;
    font-size: 14px;
}
.vfx-album-single-text {
    width: calc(100% - 120px);
    padding-left: 20px;    
	padding-top:5px;
}
.vfx-album-single-img img {
	height:120px;
    border-radius: 10px;
    border: 5px solid rgb(54, 61, 83);
}
.vfx-item-top-search .form-control {
	height: 40px;
	line-height: 46px;
}
.ap--track {
    -webkit-box-flex: 1;
    -webkit-flex: 1 25%;
    -ms-flex: 1 25%;
    flex: 1 25%;
    padding: 0 15px;
}
.vfx_album_single_wrapper .vfx-album-list-wrapper-item {
	width: 200%;
}
.vfx-album-list-wrapper-item>ul>li {
	margin-bottom: 10px;
}
.vfx-album-list-wrapper-item>ul li.text-center {
	text-align: left !important;
}
.vfx-releases-wrapper {
	margin-right: 0px;
}
.vfx-songs-player-wrapper-block.close_player {
	bottom: -60px;
}
.vfx-content-item-wrapper {
	margin-left: 0px;
}
.vfx-releases-wrapper .vfx-slider-nav-prev {
	right: 5%!important;
	left: auto;
}
.vfx-releases-wrapper .vfx-slider-nav-prev, .vfx-releases-wrapper .vfx-slider-nav-next {
	top: 41%;
}
.vfx-artist-item-block .container-fluid, .vfx-album-item-section .container-fluid, .vfx_categories_item .container-fluid {
	padding-right: 0;
}
.vfx-profile-detail-form {
	width: 100%;
	margin-top: 0;
}
.vfx-profile-detail-form .form-group {
	width: 100%;
}
.vfx_upload_btn a.vfx-button {
	margin-bottom: 15px;
}
.modal-content {
	width: 100%;
}
.vfx-socail-button-modal a {
	margin-bottom: 15px;
}
.vfx-navigation-menu-wrapper {
	z-index: 10000;
}
}

@media (max-width: 767px) and (orientation: landscape) {
.vfx-socail-button-modal a {
	margin-bottom: 10px;
}
.vfx-queue-item-modal .modal-dialog .modal-content,  .vfx_save_modal .modal-dialog .modal-content {
	padding: 15px 25px;
}
.vfx-socail-button-modal {
	padding: 10px 0px;
}
button.save_btn {
	margin-top: 0px;
}
.vfx-login-register-modal-popup .modal-content {
	overflow-y: scroll;	
}
.vfx-login-register-modal-popup .modal-content::-webkit-scrollbar, .vfx_save_modal .modal-dialog::-webkit-scrollbar {
	width: 5px;
}
.vfx-login-register-modal-popup .modal-content::-webkit-scrollbar-track, .vfx_save_modal .modal-dialog::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #fff;
}
.vfx-login-register-modal-popup .modal-content::-webkit-scrollbar-thumb, .vfx_save_modal .modal-dialog::-webkit-scrollbar-thumb {
	background-color: #fff;
	outline: 2px solid #fff;
}
.vfx_save_modal .modal-dialog {
	max-width: 500px;
	height: 300px;
	overflow-y: scroll;
}
}

@media(min-width:481px) and (max-width:530px) {
.vfx-swiper-item-container-slider .vfx-latest-box .vfx-latest-song-img-item img, .vfx-trending-songs-slider-section .vfx-trending-box .vfx-trending-song-img-item img, .vfx-recently-played-songs-slider .vfx-trending-box .vfx-trending-song-img-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.vfx-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	width:100%;
	height:130px;
	object-fit:cover;
}
}

@media(min-width:400px) and (max-width:480px) {
.vfx-swiper-item-container-slider .vfx-latest-box .vfx-latest-song-img-item img, .vfx-trending-songs-slider-section .vfx-trending-box .vfx-trending-song-img-item img, .vfx-recently-played-songs-slider .vfx-trending-box .vfx-trending-song-img-item img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.vfx-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	width:100%;
	height:150px;
	object-fit:cover;
}
}

@media(max-width:667px) {
.vfx-item-header {
	padding: 10px;
}
.vfx-nav-close-item {
    right: 10px;
}
.vfx-item-top-right {
    padding-right: 52px;
}	
/*.vfx-item-top-search {
	max-width: 50%;
}*/
.vfx-item-top-right {
	margin-top: 0px;
	line-height: 9px;
}
.vfx-login-item-btn .vfx-button {
	position: relative;
	min-width:auto;
	width: 40px;
	height: 40px;
}
.vfx-button.vfx-register-button:after {
	position: absolute;
	content: "\f2bd";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font: normal normal normal 18px/1 FontAwesome;
}
.vfx-button.vfx-login-button:after {
	position: absolute;
	content: "\f007";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font: normal normal normal 18px/1 FontAwesome;
}
.vfx-login-item-btn .vfx-button span {
	display: none;
}
.vfx-trending-song-img-item img, .vfx-latest-song-img-item img {
	height: 190px;
}
}

@media(max-width:600px) {
.vfx-login-register-modal-popup .modal-content {
	padding: 30px 20px;
}
.vfx-loging-register-form-block {
	width: 100%;
	padding-left: 0;
}
.vfx-loging-register-form-block h2 {
	font-size: 20px;
}
.vfx-album-list-wrapper-item>ul {
	border-bottom: 1px solid #3b4266;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item>ul>li.text-center {
	text-align: left !important;
}
.vfx-profile-box {
    text-align: center;
}
.vfx-profile-box .vfx-song-title-block{
	text-align:left;
}
.vfx-profile-box .file-upload-item{
	text-align:left
}
.vfx-profile-detail-form .vfx-button {
    margin-right: 5px;
    margin-left: 5px;
}
}

@media(max-width:575px) {
.vfx-trending-song-img-item img, .vfx-latest-song-img-item img, .vfx-categories-item-block .vfx-trending-song-img-item img {
	height: 250px;
}
}

@media(max-width:550px) {
.vfx-songs-player-close {
	top: -40px;
}
.vfx-songs-player-wrapper-block.close_player {
	bottom: -135px;
}
.vfx-songs-player-item .vfx-songs-player-list {
	height: 136px;	
}
.pl-container{
	margin-bottom:126px;
}
.vfx-footer-wrapper {
    margin-bottom: 9em;
}
.ap--track {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0 15px;
}
.file input {
    width: 100%;
}	
.vfx-headline-item{
	padding:20px 10px;
}
.vfx-headline-item h3{
	font-size:22px;
}
}

@media(max-width:480px) {
.vfx-title-heading-item h1 {
    font-size: 15px;
    padding: 10px;
}	
.vfx-see-all-btn a {
    font-size: 12px;
}
.vfx-see-all-btn{
	top:7px;
}
.vfx-album-list-wrapper-item>ul>li {
	width: 15%;
}
.vfx-login-item-btn {
	text-align: center;
}
.vfx-login-item-btn .vfx-button {
	position: relative;
	width: 40px;
	height: 40px;
}
.vfx-login-item-btn .vfx-button span {
	display: none;
}
/*.vfx-item-top-search {
	max-width: 49%;
}*/
.vfx-item-top-right {
	margin-top: 0px;
}
.vfx_upload_btn a.vfx-button {
	margin: 10px 0px;
}
.vfx-single-detail-block_wrapper {
	margin-right: 0px;
}
.vfx-favourite-item-block .vfx-album-list-wrapper-item {
	width: 380%;
}
.vfx-releases-wrapper .vfx-slider-nav-prev {
	right: 10%!important;
}
.vfx-item-top-search .form-control {
	padding: 0px 46px 0 13px;
	font-size: 12px;
}
.vfx-songs-left-list span.w_top_no {
	width: 35px;
}
.vfx-artist-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-artist-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	width:100%;
	height:140px;
	object-fit:cover;
}
.vfx-trending-song-img-item img, .vfx-latest-song-img-item img {
	height: 210px;
}
}

@media(max-width:414px) {
.vf-all-songs-list-wrapper .vfx-right-more-icon .vfx-more-dtl-icon {
	padding-right: 2px;
	display: inline-block;
}
.vf-all-songs-list-wrapper {
	padding-right: 0px;
}
.vf-all-songs-list-wrapper .w_song_time {
	padding-right: 5px;
}
.vfx-profile-detail-form .vfx-button {
	margin-bottom: 10px;
}
.vfx-modal-forgot-popup a{
	font-size:13px;
}
.vfx-socail-button-modal a{
	width:100%;
	margin:5px 0;
}
.vfx-artist-slider-list .vfx-trending-song-img-item img, .vfx-search-artist-slider-list .vfx-trending-song-img-item img, .vfx_artist_list .vfx-trending-song-img-item img, .vfx-categories-item-block .vfx-trending-song-img-item img, .vfx-trending-song-img-item img {
    height: 170px;
}
.vfx_artist_list .vfx-trending-song-img-item img, .vfx-trending-song-img-item img {
    height: 150px;
}
span.vfx-play-all {
    line-height: 36px;
}
span.vfx-play-all i {
    display:none;
	margin-right:0;
}
.vfx-trending-song-img-item img, .vfx-latest-song-img-item img {
	height: 180px;
}
.vfx-album-btn a.vfx-button {
	width: 100%;
	margin-bottom: 10px;
}
.vfx-right-more-icon .vfx-more-dtl-icon {
	display: block;
}
}
@media(max-width:390px) {
.vfx-swiper-item-container-slider .vfx-latest-box .vfx-latest-song-img-item img, .vfx-trending-songs-slider-section .vfx-trending-box .vfx-trending-song-img-item img, .vfx-recently-played-songs-slider .vfx-trending-box .vfx-trending-song-img-item img {
    height: 180px;    
}
}
@media(max-width:375px) {
.vfx-swiper-item-container-slider .vfx-latest-box .vfx-latest-song-img-item img, .vfx-trending-songs-slider-section .vfx-trending-box .vfx-trending-song-img-item img, .vfx-recently-played-songs-slider .vfx-trending-box .vfx-trending-song-img-item img {
    height: 280px;    
}
.vfx-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img.vfx-search-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	height:150px;	
}
.vfx-artist-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-artist-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	height:170px;	
}
.vfx-trending-song-img-item img, .vfx-latest-song-img-item img, .vfx-categories-item-block .vfx-trending-song-img-item img, .vfx-categories-item-block .vfx-trending-song-img-item img {
	height: 170px;
}
}
@media(min-width:520px) and (max-width:575px) {
.vfx_artist_list .vfx-trending-song-img-item img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    height: 260px;
}
}
@media(min-width:450px) and (max-width:519px) {
.vfx_artist_list .vfx-trending-song-img-item img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    height: 200px;
}
}
@media(min-width:380px) and (max-width:449px) {
.vfx_artist_list .vfx-trending-song-img-item img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    height: 170px;
}
}
@media(min-width:375px) and (max-width:480px) {
.vfx-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-albums-slider-list .vfx-trending-box .vfx-trending-song-img-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
}
@media(min-width:430px) and (max-width:480px) {
.vfx-artist-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	width: 100%;
	height: 210px;
	object-fit: cover;
}
}
@media(min-width:375px) and (max-width:429px) {
.vfx-artist-slider-list .vfx-trending-box .vfx-trending-song-img-item img, .vfx-search-artist-slider-list .vfx-trending-box .vfx-trending-song-img-item img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
}
@media(min-width:356px) and (max-width:375px) {
.vfx-swiper-item-container-slider .vfx-latest-box .vfx-latest-song-img-item img, .vfx-trending-songs-slider-section .vfx-trending-box .vfx-trending-song-img-item img, .vfx-recently-played-songs-slider .vfx-trending-box .vfx-trending-song-img-item img {
    height: 160px;
}
}
@media(max-width:345px) {
.vfx-login-item-btn .vfx-button {
    width: 34px;
    height: 34px;
	margin-top:3px;
}
.vfx-nav-close-item i {
    padding: 5px;
    width: 34px;
    height: 34px;
}
.vfx-item-top-right {
    padding-right: 46px;
}
.vfx-album-single-text {
	width: calc(100% - 100px);
	padding-top:0;
    padding-left: 15px;
}
.vfx-album-single-img {
    width: 100px;
	height:100px;
}	
.vfx-album-single-img img {
    border: 5px solid rgb(54, 61, 83);
}
a.vfx-button.vfx-play-btn {
    padding: 0px 10px;
}
.vfx-trending-song-img-item img, .vfx-latest-song-img-item img, .vfx-categories-item-block .vfx-trending-song-img-item img {
	height: 140px;
}	
}

@media(max-width:320px) {
.vfx-latest-songs-slider-section , .vfx-trending-songs-slider-section, .vfx-albums-slider-list, .vfx-search-albums-slider-list, .vfx-recently-played-songs-slider {
	margin-left: 0px;
	margin-right: 0px;
}
.vfx-see-all-btn{
	top:7px;
}
.vfx-trending-song-img-item img, .vfx-latest-song-img-item img, .vfx-categories-item-block .vfx-trending-song-img-item img {
	height: 130px;
}	
.vfx-see-all-btn a{
	font-size:12px;
}
.vfx-songs-left-list span.w_top_no {
	width: 100%;
}
.vfx-all-songs-list-item .vfx-song-title-block h3 {
	width: 100%;
}
.vfx-songs-left-list {
	width: 87%;
}
.vfx-right-all-song-item .vfx-more-dtl-icon {
    top: 10px;
    right: 10px;
}
.vfx-title-heading-item h1 {
	font-size: 15px;
}
.vfx-profile-box {
	padding: 30px 10px;
}
.vfx-profile-detail-form .vfx-button {
	height: 35px;
	width: auto;
	line-height: 39px;
	margin-left: 0;
	padding: 0px 20px;
	margin-bottom: 10px;
}
.vfx-profile-detail-form .form-group label {
	font-size: 13px;
}
.vfx-profile-detail-form .form-group {
	margin-bottom: 15px;
}
}

@media(max-width:359px) {
.file input {
    width: 200px;
}
}

@media(max-width:320px) {
ul.vfx-more-option-nav li a .opt_icon {
	display: none;
}
.vfx-profile-detail-form .form-group {
	padding: 0px 0px;
}
.pro-form-btn {
	padding: 0px 0px;
}
}

.f-title-error .f-primary-eb {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
}
.b-title-error span, .b-title-error strong {
    display: block;
    text-align: center;
}
.f-title-error span {
    color: #ff611f;
    font-size: 13.0769em;
    line-height: 0.76471;
}
.f-title-error strong {
    color: #575c71;
    font-size: 36px;
	font-weight: 500;
	margin-top: 10px;
	line-height: 60px;
}
.f-error-description strong {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}
.b-error-description {
    margin: 20px 0 0;
}
.b-error-description span, .b-error-description strong {
    display: block;
    text-align: center;
}
.f-error-description span, .f-error-description strong {
    color: #858e95;
}
.f-error-description span {
    font-size: 14px;
    line-height: 22px;
}
.b-error-search {
    margin: 20px auto 0;
    max-width: 375px;
}
.b-error-search .b-input-search {
    padding-right: 44px;
}
.b-input-search {
    padding-right: 47px;
    position: relative;
}
.b-error-search .form-control {
    background-color: #363d53;
    background-image: none;
    border: 2px solid #474e64;
    border-radius: 4px 0 0 4px;
    color: #899199;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.14);
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 6px 15px;
    width: 100%;
}
.b-form-row .b-btn {
    background: #ff611f;
    cursor: pointer;
    display: inline-block;
    padding: 8px 14px;
}
.b-error-search .f-btn-search {
    font-size: 18px;
    line-height: 34px;
}
.b-error-search .b-btn-search {
    height: 50px;
    width: 50px;
}
.b-btn-search {
    color: #ffffff;
    font-size: 1.07692em;
    line-height: 2.42857;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
}
@media(max-width:479px) {
.f-title-error span {
    font-size: 10em;
    line-height: 0.76471;
}
.f-title-error strong {
    font-size: 30px;
}
.f-error-description strong {
    font-size: 18px;
}	
.vfx-more-detail-box-item p, .vfx-all-songs-list-item .vfx-song-title-block p {
	max-width: 140px;
	margin-bottom:5px;
}
.vfx-all-songs-list-item .vfx-song-title-block p {
	margin-bottom:0px;
}
.ap-item.ap--settings .ap-controls i{
	padding:9px;
}
.vfx-more-detail-box-item h3{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 140px;
	margin: 0px auto 0px auto;
}
.vfx-single-album-dtl-block {
	width: 100%;
	background-attachment: inherit;
}
}
@media(max-width:351px) {
.vfx-songs-player-close {
    top: -100px;
}
.vfx-more-detail-box-item h3, .vfx-more-detail-box-item p, .vfx-all-songs-list-item .vfx-song-title-block p{
	width:90%;
}
}
.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.eupopup-container {
    background-color: rgba(34, 38, 53, 0.98);
    color: #efefef;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    display: none;
    z-index: 99999;
}
.eupopup-head {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    color: #fff;
    text-transform: capitalize;
}
.eupopup-body {
    color: #a2a2a2;
}
.eupopup-buttons {
    padding: 7px 0 5px 0;
}
.eupopup-button {
    margin: 0 10px;
}
.eupopup-button_1, .eupopup-button_2 {
    color: #ff611f;
    font-weight: 500;
    font-size: 14px;
	text-transform:capitalize;
}
.eupopup-button_1:hover, .eupopup-button_2:hover {
    color: #ffffff;    
}
.eupopup-closebutton {
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    background: #ff611f;
    color: #ffffff !important;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
}
.eupopup-closebutton:hover{
	background:#ffffff;
	color:#ff611f !important;
}
.vfx-loging-register-form-block hr{
	border-color:rgba(255, 255, 255, 0.08);
}

/* Mouse Cursor */
.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden; 
}
.cursor-inner {
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	z-index: 10000001;
	background-color: #ff611f;
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out; 
}
.cursor-inner.cursor-hover {
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: #ff611f;
	opacity: .3; 
}
.cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #ff611f;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10000000;
	opacity: .5;
	-webkit-transition: all .08s ease-out;
	transition: all .08s ease-out; 
}
.cursor-outer.cursor-hover {
	opacity: 0; 
}