/*	NEW CENTURY MUSIC BOX

	font-family: 'Oswald', sans-serif;
	font-family: 'PT Sans', sans-serif;
	
	color:#09c2eb (electric blue)

*/
html #wpadminbar {
	Xdisplay:none;
}
html, body {
	padding:0;
	margin:0;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	color:#FFF;
	text-shadow:2px 2px 2px #000;
	background:url('images/bgBody.jpg') center 130px no-repeat #000;
	background-size:cover;
	background-attachment:fixed;
}

.pad {
	position:relative;
	max-width:1100px;
	margin:0 auto;
}


#site-header {
	height:350px;
	padding:0;
	background:transparent url('images/bgTopBar.png') center top repeat-x;
}
.header-inner {
	max-width:1100px;
	padding:27px 0 0 0;
}

/* HEADER NAVIGATION */
.header-navigation-wrapper {
	width:1100px;
}
ul.primary-menu {
	display:block;
	text-align:center;
	margin:0;
}
.primary-menu > li {
	display:inline-block;
	margin:0;
	margin:0 15px;
}
body:not(.overlay-header) .primary-menu > li > a {
	font-size:18px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:1px 1px 3px rgba(0,0,0, 0.8);
	line-height:44px;
	letter-spacing:1px;
}
body:not(.overlay-header) .primary-menu > li > .icon {
	color:#FFF;
}
.primary-menu .icon::before,
.primary-menu .icon::after {
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
}
.primary-menu li.menu-item-has-children:hover > ul {
	top:43px;
	left:-60px;
	right:auto;
	background:#0690c1;
	background:rgba(6,144,193, 0.97);
	z-index:2;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
}
.primary-menu ul::after {
	right:auto;
	left:122px;
}
body:not(.overlay-header) .primary-menu > li > ul:after {
	border-bottom-color:#FFF;
}


#site-header .pad.hdrBG {
	max-width:1109px;
	height:265px;
	background:transparent url('images/hdrJukebox.png') center top no-repeat;
	margin-top:0;
	z-index:1;
}
#hdrLogo {
	position:relative;
	top:25px;
	width:100%;
	height:235px;
	padding:0;
	margin:0;
}
#hdrLogo a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}




.site {
	background:none;
	margin:0;
}

/* HOME PAGE */


/* HOME CONTENT */
.homeContent {
}
.homeContent h3 {
	font-size:40px;
	font-weight:500;
	text-align:center;
	margin:0 0 35px 0;
}
.homeContent .entry-header {
	display:none;
}
.homeContent p {
	line-height:1.5em;
}




/* COMMON */
h1, h2, h3, h4, h5, h6,
.entry-title a {
	font-family: 'Oswald', sans-serif;
	font-weight:100;
	color:#09c2eb;
	letter-spacing:0;
	text-transform:none;
	border:none;
	text-shadow:2px 2px 2px #000;
}
h1.entry-title {
	font-size:36px;
	margin:0 0 60px 0;
}
.entry .entry-title:before,
h1:not(.site-title):before, h2:before {
	display:none;
}
a {
	color:#549ac9;
	transition:0.2s all;
	text-shadow:none;
}
a:hover, a:active, a:focus {
	outline: 0;
}
strong {
	font-weight:700;
}
body:not(.singular) main > article:first-of-type,
.post-inner {
	padding-top:0;
}
.entry .entry-header {
	margin:30px 0;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width:90%;
	max-width:1100px;
}
.entry-content {
	font-family: 'PT Sans', sans-serif;
	max-width:1100px;
	margin:0 auto;
}
.entry .entry-content p {
	margin:0 0 1em 0;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
	border-bottom:none;
	box-shadow:none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	font-family: 'Muli', sans-serif;
	color:#767676;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	font-weight:400;
	color:#FFF;
	line-height:1.5em;
	text-transform:none;
	background:#6b6b6b;
	border-radius:0;
	padding:0 50px 5px;
}
.button:focus, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background:#249fb8;
	text-shadow:1px 1px 2px rgba(0,0,0, 0.8);
	text-decoration:none;
	outline:none;
}
.entry-content hr:not(.has-background), 
hr.styled-separator,
.entry-content hr::before, hr.styled-separator::before,
.entry-content hr::after, hr.styled-separator::after {
	color:#00b8ff;
}
.entry-content > p .alignright,
.entry-content > p .alignleft {
	position:relative;
	left:auto;
	right:auto;
}
.entry-content > p .alignright {
	margin:0 0 40px 40px;
}
.entry-content > p .alignleft {
	margin:0 40px 40px 0;
}
.entry-content > p img {
	border:solid 1px #FFF;
	-webkit-box-shadow: 0px 0px 21px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 21px 4px rgba(0,0,0,0.75);
}
.entry-content > .alignright, .entry-content > p .alignright, .entry-content > .wp-block-image .alignright, [class*="__inner-container"] > .alignright {
	max-width:100%;
}



.content-area {
	float:none !important;
	margin:0 auto !important;
	max-width:1100px !important;
	width:1100px !important;
}
.site-main {
	position:relative;
	margin:30px 0;
	padding:0;
}

.wp-playlist {
	text-shadow:none;
}


/* PLAYLISTS PAGES */
.entry-content ol li {
	padding-left:20px;
	margin-bottom:25px;
}




/* CONTACT PAGE */
body.contact .site-main .entry-title {
	display:none;
}
#wpcf7-f4270-p1345-o1 textarea {
	height:150px;
}
#wpcf7-f4270-p1345-o1 .wpcf7-list-item {
	display:block;
}


/* FOOTER */

/* QUICK LINKS */
#quicklinks {
	text-align:center;
	margin:40px 0 0 0;
}
#quicklinks a {
	position:relative;
	display:inline-block;
	width:265px;
	height:265px;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	text-decoration:none;
	text-shadow:2px 2px 2px #000;
	text-align:center;
	border:solid 1px #FFF;
	-webkit-box-shadow: 0px 0px 21px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 21px 4px rgba(0,0,0,0.75);

	margin:0 25px;
}
#quicklinks img {
	transition:0.2s all;
}
#quicklinks a:hover img {
  -webkit-filter: saturate(300%);
  filter: saturate(300%);
}
.ql1 {
}
.ql2 {
}
.ql3 {
}
.darkoverlay {
	position:absolute;
	top:calc(50% - 43px);
	height:86px;
	width:100%;
	line-height:86px;
	text-align:center;
	background:rgba(0,0,0,.6);
	Xmargin-top:calc(50% - 43px);
}
.darkoverlay span.small {
	display:block;
	position:relative;
	top:-64px;
	font-size:14px;
}


#Footer {
	padding:40px 0 10px 0;
}
#Footer .col {
	display:inline-block;
	width:270px;
	vertical-align:top;
}
#Footer .col.col2 {
	width:300px;
	float:right;
}
#Footer h3 {
	font-size:30px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 2px #000;
	border-bottom:solid 3px #09c2eb;
	padding:0 0 8px 0;
	margin:0 0 25px 0;
}
#Footer ul, #Footer li {
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	text-shadow:1px 1px 2px #000;
	list-style:none;
	padding:0;
	margin:0;
}
#Footer p {
	font-family: 'Oswald', sans-serif;
	font-size:17px;
}
#Footer a {
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	text-decoration:none;
	transition:0.2s all;
}
#Footer a:hover {
	color:#00b8ff;
}
#Footer .ftrContact p {
	margin:0 0 12px 0;
}
.ftrContact input[type=text],
.ftrContact input[type=email],
.ftrContact textarea {
	width:100%;
	max-width:100%;
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	color:#6b6b6b;
	text-transform:uppercase;
	line-height:1.3em;
	padding:3px 6px;
}
.ftrContact textarea {
	height:80px;
}
.ftrContact input[type=submit] {
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	text-transform:uppercase;
	text-decoration:none;
	border:solid 1px #FFF;
	padding:1px 30px;
	transition:0.2s all;
}
.ftrContact input[type=submit]:hover {
	background:#00b8ff;
}
#Footer .ftrAddress {
	text-align:center;
}
#Footer .ftrAddress .address,
#Footer .ftrAddress .phone {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	line-height:1.3em;
	text-decoration:none;
}
#Footer .ftrAddress .phone {
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size:30px;
	color:#041488;
	margin-bottom:10px;
}


.ftrCredits {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#FFF;
	text-align:center;
	background:#454545;
	padding:10px 0;
	margin-top:40px;
}
.ftrCredits .divider {
	padding:0 5px;
}
.ftrCredits a {
	display:inline-block;
	padding:0 5px;
	color:#FFF;
	text-decoration:none;
}
.ftrCredits a:hover {
	text-decoration:underline;
}

.ftrCredits .right {
	float:right;
	text-align:right;
}




.Clear {
	clear:both;
}


/* reCaptcha badge */
.grecaptcha-badge{
	visibility: collapse !important;  
}

/*
	font-family: 'Oswald', sans-serif;
	font-family: 'PT Sans', sans-serif;
	color:#09c2eb (electric blue)
*/