.row {
	margin-left: 0px;
	margin-right: 0px;
}

#nowPlayingMobileGradient {	
	height: 5px;
	background: #A588F2;
	background: -webkit-linear-gradient(left, rgba(165, 136, 242, 1) 0%, rgba(57, 131, 211, 1) 50%, rgba(206, 33, 127, 1) 100%);
	background: -o-linear-gradient(left, rgba(165, 136, 242, 1) 0%, rgba(57, 131, 211, 1) 50%, rgba(206, 33, 127, 1) 100%);
	background: linear-gradient(to right, rgba(165, 136, 242, 1) 0%, rgba(57, 131, 211, 1) 50%, rgba(206, 33, 127, 1) 100%);
	display: inline-block;
}

.header {
	/* Initial header styles */
	padding: 0px; /* Example padding */
	transition: all 1s ease-in-out;
	background-color: #606875;
	position: fixed;
	top: 0px;
	left: 0px;
	display: inline-block;
	width: 100%;
	max-width: 1250px; 
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	height: auto;
}

#playingNowContainer {
	background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	position: fixed;
    z-index: 9999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    max-width: 100%;
	left: 50%;
    transform: translateX(-50%);
	display: none;
}

.headerM {
	/* Initial header styles */
	padding: 0px; /* Example padding */
	transition: all 1s ease-in-out;
	background-color: #323948;
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	height: auto;
	
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

#songPraiseM {
	background-color: #826fbb;
	color: #ffffff;
	font-family: 'Barlow';
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	font-size: 18px;
	padding: 5px;
	font-weight: 600;
}

#songHouseM {
	background-color: #3365a6;
	color: #ffffff;
	font-family: 'Barlow';
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	font-size: 18px;
	padding: 5px;
	font-weight: 600;
}

#songRewindM {
	background-color: #5a97af;
	color: #ffffff;
	font-family: 'Barlow';
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	font-size: 18px;
	padding: 5px;
	font-weight: 600;
}

#pageContent {
	left: 50%;
		transform: translateX(-50%);
		position: absolute;
		width: 100%;
		max-width: 100%;
		padding: 0px;
		margin: 0px;
		background-color: #4185d9;
		z-index: 9998;
		box-shadow: -10px 0 50px -5px #000, 10px 0 50px -5px #000;
		padding-top: 190px; /*if alert, then 230 */
		padding-bottom: 100px;
}

/*The House FM*/

#largeH {
	opacity: 1;
	max-width: 327px;
  	transition: all 1s ease-in-out;
  	height: auto;
	position: absolute;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	filter: drop-shadow(5px 5px 10px #000000);
}

#largePhidden {
	opacity: 1;
	max-width: 314px;
  	transition: all 1s ease-in-out;
  	height: auto;
	visibility: hidden;
}

.shrinkLargeH {
	opacity: 0 !important;
	max-width: 50px !important;
}

.shrinkLargePhidden {
	max-width: 50px !important;
}

#smallH {
	opacity: 0;
	max-width: 50px;
  	transition: all 1s ease-in-out;
  	height: auto;
	left: 0px;
	position: relative;
	filter: drop-shadow(0px 0px 2px #000000);
	cursor: pointer;
}

#btnSupport {
	opacity: 0;
	max-width: 214px;
  	transition: all 1s ease-in-out;
  	height: auto;
	position: relative;
	filter: drop-shadow(2px 2px 5px #000000);
	margin-left: 5px;
}

#smallPhidden {
	opacity: 0;
	max-width: 50px;
  	transition: all 1s ease-in-out;
  	height: auto;
	visibility: hidden;
}

.showSmallH {
	opacity: 1 !important;
}

.showbtnSupport {
	opacity: 1 !important;
}

/*The House of Praise*/

#largeP {
	opacity: 1;
	max-width: 314px;
  	transition: all 1s ease-in-out;
  	height: auto;
	left: 25px;
	position: absolute;
	filter: drop-shadow(2px 2px 5px #000000);
	z-index: 9999999;
	cursor: pointer;
}

.shrinkLargeP {
	opacity: 0 !important;
	max-width: 50px !important;
}

#smallP {
	opacity: 0;
	max-width: 50px;
  	transition: all 1s ease-in-out;
  	height: auto;
	left: 25px;
	position: absolute;
	filter: drop-shadow(0px 0px 2px #000000);
	cursor: pointer;
}

.showSmallP {
	opacity: 1 !important;
}

/*The House Rewind*/

#largeR {
	opacity: 1;
	max-width: 314px;
  	transition: all 1s ease-in-out;
  	height: auto;
	right: 25px;
	position: absolute;
	filter: drop-shadow(2px 2px 5px #000000);
	z-index: 9999999;
	cursor: pointer;
}

.shrinkLargeR {
	opacity: 0 !important;
	max-width: 50px !important;
}

#smallR {
	opacity: 0;
	max-width: 50px;
  	transition: all 1s ease-in-out;
  	height: auto;
	right: 25px;
	position: absolute;
	filter: drop-shadow(0px 0px 2px #000000);
	cursor: pointer;
}

.showSmallR {
	opacity: 1 !important;
}

#headerMain {
	transition: max-height 1.2s ease;
}

#menuBar {
	max-height: 36px;
	background: #A588F2;
	background: -webkit-linear-gradient(left, rgba(165, 136, 242, 1) 0%, rgba(57, 131, 211, 1) 50%, rgba(206, 33, 127, 1) 100%);
	background: -o-linear-gradient(left, rgba(165, 136, 242, 1) 0%, rgba(57, 131, 211, 1) 50%, rgba(206, 33, 127, 1) 100%);
	background: linear-gradient(to right, rgba(165, 136, 242, 1) 0%, rgba(57, 131, 211, 1) 50%, rgba(206, 33, 127, 1) 100%);
	transition: max-height 1s ease;
	overflow: hidden;
}

.strokeWhite {
	filter: drop-shadow(2px 0 0 white) 
	drop-shadow(0 2px 0 white)
	drop-shadow(-2px 0 0 white) 
	drop-shadow(0 -2px 0 white);
}

.strokeGray {
	filter: drop-shadow(1px 0 0 #8b8b8b) 
	drop-shadow(0 1px 0 #8b8b8bte)
	drop-shadow(-1px 0 0 #8b8b8b) 
	drop-shadow(0 -1px 0 #8b8b8b);
}

.whiteGlow {
	filter: drop-shadow(0px 0px 3px #ffffff);
}

.whiteGlow.active {
	filter: drop-shadow(0px 0px 6px #ffffff);
}

.bw {
	-webkit-box-shadow: 0px 0px 15px 0px #000000; 
	box-shadow: 0px 0px 15px 0px #000000;
	max-width: 1200px; 
	height: auto; 
	width: 100%;
	background-color: #c0c0c0; 
	margin: 15px auto; 
	border: 3px solid #ffffff;
}

#instagram-embed-0 {
	border-radius: 0px !important;
	border: 0px !important;
	width: 100% !important;
	min-width: auto !important;
	max-width: auto !important;
}

#acLabelH {
	font-size: 12px; 
	text-align: center; 
	line-height: 18px; 
	font-family: 'Barlow'; 
	font-weight: 600; 
	background-color: #f7ca6c; 
	color: #3365a6;
}

#acLabelP {
	font-size: 12px;
	text-align: center; 
	line-height: 18px; 
	font-family: 'Barlow'; 
	font-weight: 600; 
	background-color: #3d4759; 
	color: #ffffff;
}

#acLabelR {
	font-size: 12px; 
	text-align: center; 
	line-height: 18px; 
	font-family: 'Barlow'; 
	font-weight: 600; 
	background-color: #ce217f; 
	color: #ffffff;
}

#alertM {
	background-color: #ffffff;
	text-align: center;
	padding: 4px;
	font-family: 'Oswald';
	font-size: 18px;
	border: 3px solid #000000;
	display: none;
}

#alert {
	display: none;
}

.listenHide {
	display: none;
}

#verse {
	width: 1200px; 
	background-color: #e3edfa; 
	margin: 10px auto; 
	border: 2px solid #3365a6;
	text-align: center;
	font-size: 18px;
	font-family: "Barlow", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: #3365a6;
}

.hideBarButton {
	opacity: 0;
	max-height: 0px;
}

#barHome {
	width: auto; 
	max-height: 28px; 
	margin: 4px 15px;
	transition: all 1s ease-out;
}

#barHome:hover, #barConnect:hover, #barCalendar:hover, #grayHome:hover, #grayConnect:hover, #grayCalendar:hover, #grayHomeSmall:hover, #grayConnectSmall:hover, #grayCalendarSmall:hover {
	filter: drop-shadow(0px 0px 13px #f7ca6c);
	cursor: pointer;
}

#barConnect {
	width: auto; 
	max-height: 28px; 
	margin: 4px 0px;
	transition: all 1s ease-out;
}

#barCalendar {
	width: auto; 
	max-height: 28px; 
	margin: 4px 15px;
	transition: all 1s ease-out;
}

#grayHome, #grayHomeSmall {
	width: auto; 
	max-height: 28px; 
	margin: 4px 15px;
	transition: all 1s ease-out;
	display: inline-block;
}

#grayConnect, #grayConnectSmall {
	width: auto; 
	max-height: 28px; 
	margin: 4px 0px;
	transition: all 1s ease-out;
	display: inline-block;
}

#grayCalendar, #grayCalendarSmall {
	width: auto; 
	max-height: 28px; 
	margin: 4px 0px;
	transition: all 1s ease-out;
	display: inline-block;
}

#btnGrayR {
	float: left;
    margin-top: 7px;
	opacity: 0;
	transition: all 1s ease-out;
}

.songBox {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	font-size: 20px; 
	text-align: center; 
	color: #ffffff;
}



#vod {
	font-family: "Oswald", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	color: #3d4759;
}

#verseSource {
	color: #ce217f;
}

.socialTabs {
	font-family: "Oswald", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	text-transform: uppercase;
	font-size: 26px;
	padding: 4px 0px;
	text-align: center;
	color: #c0c0c0;
	cursor: pointer;
}

.socialTabs.active {
	background-color: #f7ca6c;
	color: #3365a6;
}

#listenToP {
	cursor: pointer; 
	vertical-align: middle; 
	position: relative; 
	padding: 5px 0px; 
	text-align: center; 
	background-color: #3d4759; 
	line-height: 0px;
}

#listenToH {
	cursor: pointer; 
	vertical-align: middle; 
	position: relative; 
	padding: 5px 0px; 
	text-align: center; 
	background-color: #f7ca6c; 
	line-height: 0px;
}

#listenToR {
	cursor: pointer; 
	vertical-align: middle; 
	position: relative; 
	padding: 5px 0px; 
	text-align: center; 
	background-color: #ce217f; 
	line-height: 0px;
}

.slick-track {
	text-align: center;
}


/* The Overlay (background) */
.overlay {
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	/*overflow-x: hidden;*/
	overflow: hidden;
	font-family: 'Barlow';
	font-weight: 500;
	transition: 0.5s;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 1em;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    margin-left: 0px;
}

.btnFooter {
	transition: 0.5s;
}

.btnFooter.disable {
 	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
	cursor: not-allowed;
	color: #808080;
	pointer-events: none;
 }

/* The navigation links inside the overlay */
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 1.4em;
	
	color: #ffffff;
	display: block;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #f8c460;
}

.overlay i {
	color: #4185d9;
	padding-right: 10px;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
	display: none;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

/*BREVO*/  						

#sib-container input:-ms-input-placeholder {
	text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
}

#sib-container input::placeholder {
	text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
}

#sib-container textarea::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
}

#sib-container a {
    text-decoration: underline;
    color: #2BB2FC;
}

.sib-form .entry__error {
	display: none !important;
}

#headerMain {
	display: none;
}

#itr_2a {
	text-align: center; 
	padding-right: 0px; 
	padding-left: 0px;
}

#itr_2b {
	text-align: center; 
	padding-right: 0px; 
	padding-left: 0px;
	padding-top: 15px;
}

#lc_group {
	text-align: center; 
	padding-right: 0px; 
	padding-left: 0px;
}

#lc_4a {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 15px;
}
	
#lc_4b {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
}
	
#lc_4c {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 15px;
}

#lc_4d {
	padding-top: 15px; 
	padding-left: 0px; 
	padding-right: 0px;
}

#socialBoxes {
	padding: 15px 0px 0px 0px;
}

#rc_1a {
	text-align: center; 
	padding-right: 0px; 
	padding-left: 0px;
}

#albumContainerPraise {
	text-align: left; 
	padding-left: 0px; 
	padding-right: 0px;
}

#albumContainerHouse {
	padding-left: 0px; 
	padding-right: 0px; 
	text-align: center;
}

#albumContainerRewind {
	text-align: right; 
	padding-right: 0px; 
	padding-left: 0px;
}

#albumContainerP, #albumContainerH, #albumContainerR {
	padding: 0px;
	text-align: center;
	display: inline-block;
}

.album-art-wrapper {
  	width: 100%;
  	max-width: 400px;
  	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.album-art-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#eventContainer {
	padding-top: 15px; 
	padding-right: 0px;
	padding-left: 0px;
}

#eventButtonsD {
	display: none;
}

#eventButtonsM {
	width: 100%;
	display: inline-block;
	background-color: #3365a6;
	text-align: center;
	padding: 5px 0px;
	font-size: 16px;
	font-family: 'Oswald';
}

.eventTimeHP {
	float: none; 
	font-family: 'Barlow';
	font-weight: 500;
}

.eventLocHP {
	float: none; 
	font-family: 'Barlow';
}

#currentlyPlayingOn {
	line-height: 24px; 
	font-family: 'Oswald'; 
	text-align: center; 
	font-weight: bold; 
	background-color: #ffffff; 
	text-transform: uppercase; 
	padding: 4px 0px; 
	color: #606875; 
	font-size: 20px;
}

.joyHeader { 
	font-family: 'Barlow';  
	text-transform: uppercase; 
	height: 134px;
}

#joyTextM {
	filter: drop-shadow(0px 0px 5px #ffffff);
	display: inline-block;
	font-size: 12vw;
    line-height: 12vw;
	font-weight: 500;
	top: 50%;
    transform: translateY(-50%);
    position: relative;
}

#joyTextD {
	display: none;
}

#featuredJoy {
	border: 3px solid #ce217f; 
	filter: drop-shadow(0px 0px 25px #ce217f);
	z-index: 99999; 
	position: relative;
	font-family: 'Barlow';
}

#joy_3a {
	text-align: center; 
	padding-right: 0px; 
	padding-left: 0px;
}

#joy_3aSub {
	border: 1px solid #ffffff; 
	filter: drop-shadow(0px 0px 10px #ffffff); 
	margin-top: 0px;
}

#joy_3b {
	text-align: center; 
	margin-top: 15px; 
	margin-bottom: 15px;
}

#joy_3c {
	text-align: center; 
	padding-right: 0px; 
	padding-left: 0px;
}

#joy_3cSub {
	border: 1px solid #ffffff; 
	filter: drop-shadow(0px 0px 10px #ffffff); 
	margin-top: 0px;
}

#mobileCurrentSongs {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

#footerM {
	background-color: #4185d9; 
	line-height: 18px; 
	color: #ffffff; 
	font-family: 'Barlow'; 
	font-size: 12px; 
	padding: 10px 0px;
	display: block;
}

.footerContainer {
	-webkit-box-shadow: 0px -10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px -10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

#footerM a {
	color: #ffffff;
	transition: all .5s ease-in;
}

#footerM a:hover {
	color: #ac94f7;
	text-decoration: none;
}

#footerM .social:hover {
	color: #f7ca6c;
	text-decoration: none;
}

#footerMfixed {
	position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
}

#footerD {
	display: none;
}

#headerMobile {
	display: block;
}

.contentSub {
	font-family: 'Barlow';
}

hr {
	border: 1px solid #3d4759;
}

h2 {
	font-size: 28px;
    background-color: #606875;
    color: #ffffff;
    margin: 0px;
    padding: 5px 15px 5px 15px;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Barlow';
    line-height: normal;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
}

.mainTitle {
	font-family: 'Oswald';
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	color: rgb(51, 101, 166);
	padding-left: 15px;
}

#mainContent {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.mainImage {
	margin-bottom: 0px; 
	height: auto; 
	width: 100%; 
	-webkit-box-shadow: 0px -10px 30px 10px rgb(51, 101, 166); 
	box-shadow: 0px -10px 30px 10px rgb(51, 101, 166);
}

/*
.container {
	width: 100% !important;
	margin: 0px;
	padding: 0px;
}
*/

.mainContainer {
	font-family: 'Barlow';
}

.stationHeaderH, .stationHeaderP, .stationHeaderR, .stationSubHeaderH, .stationSubHeaderP, .stationSubHeaderR {
	font-family: 'Oswald';
}

#btnNinja, #btnSubmitEventPlayer {
	display: none;
}

#btnListenNowRewind {
	background-color: #ce217f; 
	color: #ffffff; 
	display: inline-block; 
	padding: 5px 20px 2px 20px; 
	border-radius: 25px; 
	font-family: 'Harmattan', sans-serif; 
	font-size: 8vw;
	transition: all .2s;
	text-decoration: none;
	/*margin-top: 10px;*/
	cursor: pointer;
}

#btnListenNowRewind:hover {
	text-decoration: none;
	background-color: #78c9e9;
	cursor: pointer;
}

.event-title h3 {
	padding-left: 0px;
}

@media (min-width: 768px) {
	#mainContent {
		/*margin: 0px 25px 25px 25px;*/
		width: 100%;
		padding: 0px 25px;
	}
	
	#btnListenNowRewind {
		background-color: #ce217f; 
		color: #ffffff; 
		display: inline-block; 
		padding: 5px 20px 2px 20px; 
		border-radius: 25px; 
		font-family: 'Harmattan', sans-serif; 
		font-size: 22px;
		transition: all .2s;
		text-decoration: none;
		/*margin-top: 10px;*/
	}

	h2 {
		text-align: left;
	}
	
	.mainTitle {
		text-align: left;
		padding-left: 0px;
		
	}
	
	.contentSub {
		padding: 0px 40px 30px 40px; 
		text-align: left;
	}
	
	h3 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	h4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#acLabelH {
		font-size: 4px; 
		text-align: center; 
		line-height: 10px; 
		font-family: 'Barlow'; 
		font-weight: 600; 
		background-color: #f7ca6c; 
		color: #f7ca6c;
	}
	
	#acLabelP {
		font-size: 4px;
		text-align: center; 
		line-height: 10px; 
		font-family: 'Barlow'; 
		font-weight: 600; 
		background-color: #3d4759; 
		color: #3d4759;
	}
	
	#acLabelR {
		font-size: 4px; 
		text-align: center; 
		line-height: 10px; 
		font-family: 'Barlow'; 
		font-weight: 600; 
		background-color: #ce217f; 
		color: #ce217f;
	}

	#btnGrayL {
		float: right;
    	margin-top: 7px;
		opacity: 0;
		transition: all 1s ease-out;
	}
	
	#containerP {
		vertical-align: middle; 
		position: relative; 
		padding: 10px 25px 10px 0px;
	}

	.lblListenLarge, .btnGrayLarge {
		display: none !important;
	}
	
	.lblListenMed {
		display: inline-block !important;
		padding: 0px 7px;
	}
	
	.btnGraySmall {
		display: inline-block !important;
	}

	#pageContent {
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		width: 100%;
		max-width: 1250px;
		background-color: #4185d9;
		z-index: 9998;
		box-shadow: -10px 0 50px -5px #000, 10px 0 50px -5px #000;
		padding-top: 190px; /*if alert, then 230 */
		padding-bottom: 0px;
	}
	
	.overlay a {
		font-size: 1.8vw;
	}
	
	.overlay-content {
		position: relative;
		top: 15%;
		width: 100%;
		text-align: left;
		margin-top: 30px;
		padding-left: 50px;
	}
	
	.overlay .closebtn {
		position: absolute;
		top: 20px;
		right: 45px;
		font-size: 60px;
		display: block;
	}
	
	#alert {
		background-color: #ffffff;
		text-align: center;
		padding: 4px;
		font-family: 'Oswald';
		font-size: 18px;
		border: 3px solid #000000;
		display: none;
	}
	
	#alertM {
		display: none;
	}
	
	#headerMobile {
		display: none;
	}
	
	#footerM, #footerMfixed {
		display: none;
	}
	
	#footerD {
		background-color: #606875; 
		line-height: 18px; 
		color: #ffffff; 
		font-family: 'Barlow'; 
		padding: 10px 0px;
		display: block;
		border-bottom: 5px solid #4185d9;
		font-size: 1.1vw;
	}
	
	#footerD a {
		color: #ffffff;
		transition: all .5s ease-in;
	}

	#footerD a:hover {
		color: #ac94f7;
		text-decoration: none;
	}

	#footerD .social:hover {
		color: #f7ca6c;
		text-decoration: none;
	}
	
	.footerIcon {
		width: 30px; 
		height: auto;
		transition: all .5s;
		cursor: pointer;
	}
	
	.footerIcon:hover {
		filter: drop-shadow(0px 0px 10px #ffffff);
	}

	#headerMain {
		display: block;
	}
	
	#itr_2a {
		text-align: right; 
		padding-right: 10px; 
		padding-left: 30px;
	}
	
	#itr_2b {
		text-align: left; 
		padding-right: 30px; 
		padding-left: 10px;
		padding-top: 0px;
	}
	
	#lc_group {
		text-align: right; 
		padding-right: 0px; 
		padding-left: 30px;
	}
	
	#socialBoxes {
		padding: 15px 15px 0px 15px;
	}
	
	#lc_4d {
		padding-top: 15px; 
		padding-left: 30px; 
		padding-right: 0px;
	}
	
	#rc_1a {
		text-align: left; 
		padding-right: 30px; 
		padding-left: 0px;
	}
	
	#albumContainerPraise {
		text-align: left; 
		padding-left: 0px; 
		padding-right: 10px;
	}
	
	#albumContainerP {
		border-right: 1px solid #826fbb; 
		border-left: 1px solid #826fbb; 
		border-bottom: 1px solid #826fbb; 
		cursor: pointer;		
	}
	
	#albumContainerHouse {
		padding-left: 5px; 
		padding-right: 5px; 
		text-align: center;
	}
	
	#albumContainerH {
		border-left: 1px solid #3365a6; 
		border-right: 1px solid #3365a6; 
		border-bottom: 1px solid #3365a6; 
		cursor: pointer;
	}
	
	#albumContainerRewind {
		text-align: right; 
		padding-right: 0px; 
		padding-left: 10px;
	}
	
	#albumContainerR {
		border-left: 1px solid #5a97af;
		border-right: 1px solid #5a97af; 
		border-bottom: 1px solid #5a97af; 
		cursor: pointer;
	}
	
	.album-art-wrapper {
  		widows: ;dth: 100%;
  		max-width: 400px;
  		aspect-ratio: 1 / 1;
  		overflow: hidden;
	}

	.album-art-wrapper img {
  		width: 100%;
  		height: 100%;
  		object-fit: cover;
  		display: block;
	}
	
	#eventContainer {
		padding-top: 15px; 
		padding-right: 30px;
		padding-left: 15px;
	}
	
	#eventButtonsD {
		float: right;
		display: inline-block;
	}
	
	#eventButtonsM {
		display: none;
	}
	
	.eventTimeHP {
		float: left; 
		font-family: 'Barlow';
		font-weight: 400;
	}

	.eventLocHP {
		float: right; 
		font-family: 'Barlow';
	}
	
	.event-title h3 {
		line-height: 21px;
	}
	
	#currentlyPlayingOn {
		line-height: 18px; 
		font-family: 'Oswald'; 
		text-align: center; 
		font-weight: bold; 
		background-color: #ffffff; 
		text-transform: uppercase; 
		padding: 4px 0px; 
		color: #606875; 
		font-size: 16px;
	}
	
	.joyHeader {		
		font-family: 'Barlow'; 
		text-transform: uppercase; 
		height: 134px;
	}
	
	#joyTextD {
		filter: drop-shadow(0px -5px 10px #ffffff);
		display: inline-block;
		font-size: 72px; 
		line-height: 134px; 
	}
	
	#joyTextM {
		display: none;
	}
	
	#joy_3a {
		text-align: right; 
		padding-right: 0px; 
		padding-left: 30px;
	}
	
	#joy_3aSub {
		border: 1px solid #ffffff; 
		filter: drop-shadow(0px 0px 10px #ffffff); 
		margin-top: 10px;
	}
	
	#joy_3b {
		text-align: center; 
		margin-top: 0px; 
		margin-bottom: 0px;
	}
	
	#joy_3c {
		text-align: left; 
		padding-right: 30px; 
		padding-left: 0px;
	}
	
	#joy_3cSub {
		border: 1px solid #ffffff; 
		filter: drop-shadow(0px 0px 10px #ffffff); 
		margin-top: 10px;
	}
	
	.socialTabs {
		font-family: "Oswald", sans-serif;
  		font-optical-sizing: auto;
  		font-weight: 400;
  		font-style: normal;
		text-transform: uppercase;
		font-size: 2vw;
		padding: 4px 0px;
		text-align: center;
		color: #c0c0c0;
		cursor: pointer;
	}
}

@media (min-width: 1250px) {
	#footerD {
		font-size: 14px;
	}
	
	#acLabelH {
		font-size: 12px; 
		text-align: center; 
		line-height: 18px; 
		font-family: 'Barlow'; 
		font-weight: 600; 
		background-color: #f7ca6c; 
		color: #3365a6;
	}
	
	#acLabelP {
		font-size: 12px;
		text-align: center; 
		line-height: 18px; 
		font-family: 'Barlow'; 
		font-weight: 600; 
		background-color: #3d4759; 
		color: #ffffff;
	}
	
	#acLabelR {
		font-size: 12px; 
		text-align: center; 
		line-height: 18px; 
		font-family: 'Barlow'; 
		font-weight: 600; 
		background-color: #ce217f; 
		color: #ffffff;
	}
	
	.socialTabs {
		font-family: "Oswald", sans-serif;
  		font-optical-sizing: auto;
  		font-weight: 400;
  		font-style: normal;
		text-transform: uppercase;
		font-size: 26px;
		padding: 4px 0px;
		text-align: center;
		color: #c0c0c0;
		cursor: pointer;
	}
	
	#containerP {
		vertical-align: middle; 
		position: relative; 
		padding: 10px 0px 10px 25px;
	}
	
	#btnGrayL {
		float: right;
    	margin-top: -42px;
		opacity: 0;
		transition: all 1s ease-out;
	}
	
	.lblListenLarge, .btnGrayLarge {
		display: inline-block !important;
	}
	
	.lblListenMed, .btnGraySmall {
		display: none !important;
	}
}

/*
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}


// <weight>: Use a value from 200 to 700
// <uniquifier>: Use a unique and descriptive class name

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/