/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/

.text-orange{
    color: #ff151f;
}

.home-headlines-section{ 
    width: 100%;
    min-width: 100%; 
 }

.mailchimp-subscribing .form-control:focus{ background: transparent; }

.row{ /* width: 100%; */ }

#fp-nav{ display: none !important;  }

ul.music-platforms li:first-child {
    padding-left: 0px !important;
}

ul.gallery-splide-list li{ padding: 15px; }

.parallax-window {
    min-height: 400px;
    background: transparent;
}

html.single-artist-page,
body.single-artist-page{ overflow-y: auto !important; height: auto !important; overflow: initial !important; }

@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 768px) {

    .page-title-minusleft-container{ margin-left: -10%; z-index: 99; }

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (max-width: 529px) {

    .center-on-max529{ text-align: center !important;}
	
}
@media (min-width: 200px) and (max-width: 479px) {

}