/*
	Theme Name:   Son.gg
	Description:  Son.gg - Share Music Anywhere
	Template:     layerswp
	Version:      1.0.0
	Author: Obox
	Author Description: Creators of Layers.
	Author URI: http://layerswp.com/
	Theme URI: http://sites.layerswp.com/play/
	License URI: http://www.gnu.org/licenses/gpl.html
	Tags: woocommerce, responsive, retina, iphone, android, app, SAAS, software as a service, layers

	*-----------------------------*
	WARNING! DO NOT EDIT THIS FILE!
	*-----------------------------*

	To make updates to your theme, do not edit the styles in this file. Rather use
	the Custom CSS field in Theme Options to add your style changes. By copying a style from this
	file and pasting it in Theme Options, you will override the style in this file and avoid
	losing changes with theme updates or reinstalls.
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900');

body{
	font-family: 'Helvetica';
	-webkit-overflow-scrolling: touch;
}

h1,h2,h3,h4, h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
a{
	cursor: pointer;
}
.section-title .excerpt{
	font-family: 'Lato', sans-serif;
}

#wrapper-content{
	background: #f5f5f5;
}

.home:not(.redirect) #wrapper-content,
.search-widget{
	background: #fcfcfc;
}

/**
* HEADER STYLING
**/

.inline-site-logo{
	margin-bottom: -60px;
}

.header-site{
	border-bottom: 1px solid #f0f0f0;
}

.inline-site-logo {
    margin-bottom: -40px !important;
}

.header-overlay-no-push .header-overlay:not(.is_stuck){
	background: #fff;
}

.logo img{
	border-radius: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 3px;
}

.header-site .site-description {
	display: none;
}

.header-clean .site-description {
	clear: both;
    display: block;
	float: none;
	margin: auto;
	margin-top: 12px;
}

.header-clean .site-description .sitename{
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0px;
}
.header-clean .site-description .sitename a{
    color: #000;
}

.nav.nav-horizontal li a{
	font-weight: 400;
	text-transform: uppercase;
}

.home:not(.logged-in) .content-main{
	padding: 0;
}

.header-clean .site-description .tagline{
	display: none;
}
.header-clean .logo{
    background: #f5f5f5;
    text-align: center;
    padding: 15px;
}

.header-clean .logo img{
    float: none;
    clear: both;
    max-height: 80px;
}

.site-logo-link + .site-description .tagline,
.sitename.sitetitle {
	font-weight: 300;
}

.header-site .container{
	position: relative;
}

/*
.page header.header-site, .page header.header-site.header-sticky,
.single-track header.header-site, .single-track header.header-site.header-sticky{
	background-color: transparent !important;
}

header.header-site.is_stuck.is_stuck_show, header.header-site.header-sticky.is_stuck.is_stuck_show{
	background-color: rgba(0,0,0,0.55) !important;
}

.page #wrapper-site, .page .wrapper-site{
	background-color: transparent !important;
}
.page .content-main{
	background: #fff;
}
*/
/**
* USER PROFILE MENU
**/

#user-profile-header{
	display: block;
	position: relative;
}
#user-profile-header #user-profile-image{
	display: block;
	margin-left: 10px;
	line-height: 55px;
	width: 40px;
}
#user-profile-menu{
	border-radius: 4px;
	border: 1px solid #f0f0f0;
	background: rgba( 255, 255, 255,0.8);
	float: left;
    left: -150px;
	opacity: 0;
	margin-top: 12px;
	position: absolute;
	top: 40px;
	visibility: hidden;
	width: 200px;
	z-index: 99;
}
#user-profile-header:hover #user-profile-menu, #user-profile-menu:hover{
	display: block;
	visibility: visible;
	opacity: 1;

}
#user-profile-menu h4.heading{
	border-radius: 4px 4px 0px 0px;
	background: #fff;
	box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.2) inset;
	color: #000;
	font-weight: 500;
	font-size: 1em;
	padding: 8px 12px;
	margin: 0px;
}
#user-profile-menu h4.heading a{
	background: rgba( 0,0,0,0.8);
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 3px;
	padding: 2px 4px;
	text-align: center;
}
#user-profile-menu h4.heading a:hover{
	color: rgba( 255,255,255,1);
}
#user-profile-menu ul{
	
	border-radius: 0px 0px 4px 4px ;
}
#user-profile-menu li {
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
	font-size: 0.8em;
}
#user-profile-menu li:last-child{
	border-bottom: none;
}
#user-profile-menu li a{
	cursor: pointer;
	display: block;
	padding: 8px 12px;
	height: 100%;
	width: 100%
}
#user-profile-menu li:hover a{
	color: #000;
}

/**
* RESULTS LISTINGS
**/

#result-list input[type="radio"]{
	display: none;
}

.search-widget .heading{
	font-size: 2em;
    font-weight: bold;
}

.search-widget .excerpt{
	font-size: 2em;
	max-width: 600px !important;
}


.music-search-form{
	width: 75%;
	margin: auto;
}
.music-search-form input[type="search"]{
	border-radius: 50px;
	border: 1px solid #f0f0f0;
    display: block;
	font-size: 25px;
    font-weight: 300;
	height: 50px;
	max-width: 680px;
    margin: auto;
	padding: 8px 12px;
	text-align: left;
	text-indent: 20px;	
}

.music-search-form input{
	transition: border-color 0.750s, background-color 0.750s;
}


.music-search-form input[type="submit"]{
	background: none;
    border-radius: 50px;
    border: 1px solid #5cc6b3;
    color: #5b8dbd;
    font-size: 15px;
    float: none;
    height: 50px;
    margin: auto;
    text-transform: uppercase;
    text-indent: 15px;
    width: 18%;
    display: block;
    margin-top: 15px;
}

.music-search-form input[type="search"].searching{
	border-color: #4dc3ae;
}
.music-search-form input[type="submit"].searching{
	background: #4dc3ae;
	color: #fff;
}

.music-search-form #filtersubmit:hover{
	background: #4dc3ae;
	color: #fff;
	cursor: pointer;
	opacity: 0.75;
}

#supported-platforms{
	max-width: 600px;
	margin: auto;
}

#supported-platforms .column{
	width: 10.7%;
}

/**
* TRACK CARD
*/

.track-card {
	box-shadow: 0 1px 2px 0 rgba(168,182,191,0.6);
	border-radius: 0px 0px 4px 4px;
}

.track-card .media-image{
	height: 280px;
	overflow: hidden;
	position: relative;
	padding: 0px !important;
}

.track-card .media-image img{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.track-card .media-image span{
	background: rgba( 0,0,0,0.7);
	bottom: 0;
	color: #fff;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: left;
	width: 100%;
}

.track-card .media-image .heading,
.track-card .media-image .heading a,
.track-card .media-image .meta-info{
	font-family: 'Open Sans';
	color: #fff;
}


.track-card .media-body{
	background: #ddddda;
	text-align: center;
	border-radius: 0px 0px 4px 4px;
}
div.preview{
	padding: 12px;
	margin-top: 12px;
}

button.preview-button{
	background: none;
	border-radius: 50%;
	border: 3px solid #808e97;
	color: #808e97;
	display: inline-block;
	font-size: 20px;
	float: none;
	height: 60px;
	margin: auto;
	outline: none;
	position: relative;
	padding: 0;
	text-align: center;
	width: 60px;
}

button.preview-button:hover{
	border-color: #444;
}

button.preview-button i{
	color: #808e97;
	margin: auto;
	width: 60px;
	text-align: center;
}

div.preview button:hover i{
	color: #444;
}

div.preview button.playing{
	border-color: #4dc3ae;
}

div.preview button.playing i.fa{
	color: #4dc3ae;
	left: -2px;
	position: relative;
}
.single-track .preview{
	position: absolute;
    top: 0;
    width: 100%;
    padding: 15% 0px;
    height: 280px;
    color: #fff;
}

.single-track button.preview-button{
	border-color: #fff;
	height: 80px;
	width: 80px;
}

.single-track button.preview-button i.fa{
	color: #fff;
	font-size: 35px;
    width: 22px;
}

.single-track button.preview-button i.fa-pause{
    width: 26px;
}

.track-card .share-button{
	background: #808e97;
	border-radius: 0px 0px 4px 4px;
	color: #fff;
	cursor: pointer !important;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 12px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}

.search-widget .track-card .media-body .share-button{
	margin-top: 12px;
}
.track-card:hover .media-body {
	background: #fff;
}

.track-card:hover .media-body .share-button{
	background: #4dc3ae;
}

.track-card .media-body ul{
	background-color: #fff;
}

.track-card .media-body ul li{
	border-bottom: 1px solid #f4f4f4;
	padding: 12px 12px;
	width: 100%;
}
.track-card .media-body ul li.title{
	background: #f4f4f4;
	border: none;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 8px;
	text-transform: uppercase;
}
.track-card .media-body ul li:last-child{
	border-bottom: none;
}

.track-card .media-body ul li a{
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;

}
.track-card .media-body ul li span{
	display: block;
	margin: 0;
	width: 50%;
}
.track-card .media-body ul li img{
	float: right;
	width: 25px;
	height: auto;
}
.track-card .media-body ul li i{
	font-size: 25px;
	float: right;
}

.track-card .media-body ul li a.share-twitter i{
	color: #4863ae;
}

.track-card .media-body ul li a.share-facebook i{
	color: #46c0fb;
}

.single-track .track-card{
	margin-bottom: 30px;
}

#share-input{
	border: none;
	float: right;
	display: block;
	margin-top: -8px;
	width: 30%;
	padding: 12px 4px;
}

/**
* REDIRECT PAGE
*/
.redirect .track{
	width: 100%;
}
.redirect .media-body{
	background: #fff;
	font-size: 18px;
}
.redirect .media-body img{
	border-radius: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin-top: 12px;
    padding: 3px;
}


#single-track{
	padding: 0 !important;
}

/**
* PROFILE PAGE
*/


.page-edit-account fieldset{
	background: #444;
	padding: 30px;
}
.page-edit-account input[type="checkbox"]:checked + fieldset{
	display: block !important;
	visibility: visible !important;
}

.notice{
	background: #4dc3ae;
}

#profile-menu{
	border-right: #f5f5f5;
	height: 102vh;
	text-transform: uppercase;
}
#profile-menu h4{
	padding: 8px 12px;
	margin: 0px;
	font-weight: bold;
	font-size: 0.8em;
	background: #f5f5f5;
	color: #444;
}
#profile-menu li a{
	color: #444;
	cursor: pointer;
	display: block;
	padding: 8px 12px;
	height: 100%;
	width: 100%;
}
#profile-menu li{
	border-radius: 6px;
	border-bottom: 1px solid #fcfcfc;
	cursor: pointer;
	font-size: 0.8em;
}
#profile-menu li.active{
	background: #666;
}
#profile-menu li.active a{
	color: #fff;
}

.page-edit-account table{
	border: none;
	border-radius: 6px;
}
.page-edit-account tbody{
	border: 2px solid rgba(0, 0, 0, 0.08);
}

/*
* FOOTER
*/

#footer {
	background: #444 !important;
	border: none;
}

#footer .container{
	margin-top: 0px;
	padding: 10px 2%;
}

#menu-footer{
	display: block;
}
/*
* PAGES
*/

.page .heading{
	font-weight: 300;
}

.page .story{
	font-size: 18px;
	font-weight: 300;
}

.page-template-template-both-sidebar .grid .column.span-6{
	margin: auto;
}
/*
* NAVIGATION
*/

.navigation.pagination{
    display: block;
    margin: auto;
}

.navigation.pagination .page-numbers{

    display: inline-block;
}

.navigation.pagination .page-numbers li,
.navigation.pagination .npage-numbers li{
	background: rgba( 0,0,0,0.1);
	border-radius: 6px;
	margin-right: 2px;
}
.navigation.pagination .page-numbers li.current{
	color: #fff;
	background-color: #5ac5b2;
}
/*
* MISC
*/

.off-canvas-right{
	background: #454545 !important;
}
/**
* Form Fields
*/

.ninja-forms-field{
	border-radius: 6px !important;
	border: none !important;
	padding: 12px !important;
}
.ninja-forms-required-items{
	font-size: 13px;
    margin-bottom: 15px;
}

/**
* Layers DevKit Custom Tablet CSS
*/
@media only screen and (min-width: 0px) and (max-width: 768px){
	input,  input[type="search"]{
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 15px !important;
	}

	#user-profile-header{
		display: block;
		float: right;
		position: relative;
	}
	#music-result-template {
		padding-top: 10px;
	}
	#music-result-template .logo{
		width: 100%;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	#music-result-template .logo  h3{
		margin-top: 7px;
		font-size:	1.6rem;
	}
	#music-result-template .logo  img{
		width: 60px;
		margin-right: 15px;
	}
	#music-result-template .logo  img, #music-result-template .logo h3{
		float: left;
		clear: none;
	}
}

/**
* Carbon Ads
*/
.carbon-text{
    clear: both;
    color: #606060;
    display: inline-block;
    font-size: 12px;
    text-align: center;
	width: 130px;
}
.carbon-poweredby{
    clear: both;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
	text-align: center;
    width: 130px;
}

#carbonads{
	width: 130px;
}

.home #carbonads{
	margin: auto;
}
/**
* Layers DevKit Custom Mobile CSS
*/
@media only screen and (max-width: 480px){

	#carbonads{
		margin: auto;
	}

	.home .custom-logo-link{
		margin-right: 8px;
	}

	.home #wrapper-content{
		height: 100vh ;
	}

	.home .section-title .heading{
		font-size: 2em;
	}

	.home .section-title img{
		width: 30%;
	}

	.home .section-title .excerpt{
		font-size: 1.3em;
	}
	.home .container{
		margin: 0;
		padding-top: 35px;
	}

	.music-search-form{
		width: 100%;
	}

	.home input[type="search"]{
		height: 50px;
		font-size: 23px;
		margin-bottom: 0px !important;
		padding: 0px 8px;
	}

	.home input[type="submit"]{
		height: 50px;
		margin-bottom: 12px;
	}

	.content-main{
		padding: 18px 0px !important;
	}

	.content-main > .row{
		padding: 0;
		margin: 0;
		width: 100% !important;
	}

	#single-track{
		width: 100%;
	}

	input[type="search"]{
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 15px !important;
	}

	.inline-site-logo {
		margin-bottom: 0 !important;
	}

	.inline-right-nav > a:not(.responsive-nav){
		display: none;
	}
	
	.header-site{
		padding: 15px;
	}

	.header-site .site-description{
		display: block;
		float: left;
		padding-top: 6px;
	}
	.tagline{
		clear: both !important;
	}

	.logo{
		padding: 0px;
	}

	.logo a{
		float: left;
	}

	.logo img{
		height: 60px;
		width: 60px;
	}

	.header-clean .logo a{
		float: none;
	}

	.header-clean .logo img{
		max-height: none;
		max-width: none;
		height: 100px;
		width: 100px;
	}

	#user-profile-header{
		display: none;
	}

	#user-profile-header #user-profile-image{
		float: left;
	}
	#music-result-template input[type="search"], .music-search-form input[type="search"], .music-search-form input[type="submit"]{
		border-radius: 4px;
		margin-left: 0px;
	}

	#music-result-template {
		padding-top: 10px;
	}
	#music-result-template .logo{
		width: 100%;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	#music-result-template .logo  h3{
		margin-top: 7px;
		font-size:	1.6rem;
	}
	#music-result-template .logo  img{
		width: 60px;
		margin-right: 15px;
	}
	#music-result-template .logo  img, #music-result-template .logo h3{
		float: left;
		clear: none;
	}

	#supported-platforms .column{
		width: 18.4%
	}

	#footer{
		display: none;
	}

	#adblock{
		width: 100%;
	}

}