/*
Theme Name: Atticus Records 2.0
Theme URI: https://atticus-records.com
Author: NerdyCat Designs
Author URI: https://nerdycatdesign.com

*/

/**Song Upload Styles**/
.wccpf_value textarea {
	width:90% !important;
	height:300px !important;
	border:2px solid #3f3ba0 !important;
}

.wccpf_value textarea::placeholder {
	color:#666;
	font-weight:bold;
}

table.wccpf_fields_table td {
	vertical-align: top !important;
}

/*********************************************
              ~*~FONTS~*~
*********************************************/

@font-face {
    font-family: 'bellerose';
    src: url('fonts/bellerose-webfont.eot');
    src: url('fonts/bellerose-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bellerose-webfont.woff2') format('woff2'),
         url('fonts/bellerose-webfont.woff') format('woff'),
         url('fonts/bellerose-webfont.ttf') format('truetype'),
         url('fonts/bellerose-webfont.svg#belleroselight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-light-webfont.eot');
    src: url('fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-light-webfont.woff2') format('woff2'),
         url('fonts/raleway-light-webfont.woff') format('woff'),
         url('fonts/raleway-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-lightitalic-webfont.eot');
    src: url('fonts/raleway-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/raleway-lightitalic-webfont.woff') format('woff'),
         url('fonts/raleway-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-medium-webfont.eot');
    src: url('fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('fonts/raleway-medium-webfont.woff') format('woff'),
         url('fonts/raleway-medium-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-mediumitalic-webfont.eot');
    src: url('fonts/raleway-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/raleway-mediumitalic-webfont.woff') format('woff'),
         url('fonts/raleway-mediumitalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'spinnaker';
    src: url('fonts/spinnaker-regular-webfont.eot');
    src: url('fonts/spinnaker-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/spinnaker-regular-webfont.woff2') format('woff2'),
         url('fonts/spinnaker-regular-webfont.woff') format('woff'),
         url('fonts/spinnaker-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*********************************************
              ~*~GLOBAL~*~
*********************************************/
body {
	margin:0;
	padding:0;
	font-family:'raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#fff;
}

body#home {
	background-image:url('img/clouds-bg.png');
	background-size:contain;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#358ace;
}

a {
	color:inherit;
	text-decoration:none;
	transition: all 1s;
}

img {
	display:inline-block;
	max-width:100%;
	height:auto;
}

.center {
	text-align:center;
}

h1, h2, h3 {
	text-transform:uppercase;
}

h1, .summary.entry-summary h2 {
	font-family:'bellerose';
}

a.button {
	border-radius:5px;
	background-color:#ffae22;
	padding:15px;
	display:inline-block;
	margin:10px;
	color:#fff !important;
	font-family:'spinnaker';
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
}

a.button:hover {
	background-color:#fdd046;
}

.half-column {
	width: 47.75%;
	margin:1%;
	float:left;
	overflow:hidden;
}

@media only screen and (max-width:750px) {
.half-column {
	width:100%;
	margin:20px 0;
}
}

#mobileBackground {
	position:fixed;
	height:100vh;
	width:100%;
	z-index:-9999;
	background-image:url('img/bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

@media only screen and (min-width:750px) {
#mobileBackground {
display:none;
}
}

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}


@media only screen and (max-width:550px) {
.alignleft, .alignright {
	float:none;
}

img.alignleft, img.alignright {
	display:block;
	max-width:95%;
	margin:0 auto;
	margin-bottom:10px;
}

}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

	

/*********************************************
              ~*~FORMS~*~
*********************************************/
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=image]), textarea  {
	display:inline-block;
  	border:3px solid #dd8600;
	background-color:#ffffff;
  	outline:none;
  	color:#000000;
  	padding:10px;
  	font-size:16px !important;
	resize:none;
	-webkit-appearance: none;
	border-radius:0px;
	font-size:16px;
	letter-spacing:3px;

}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=image]):not([type=number]), textarea {
  	width:90%;
	max-width:500px;
}

input[type=submit] {
	letter-spacing:3px;
	color:#fff;
	outline:none;
	background-color:#ffae22;
	border-radius:0;
	text-transform:uppercase;
  	-webkit-appearance:none;
	border:5px solid #ffae22;
	padding:10px;
	font-size:14px;
	letter-spacing:3px;
	outline:none;
	text-transform:uppercase;
  	margin:10px 0px;
}

.wpcf7-response-output {
	clear:both;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	width:70%;
	padding:10px;
	margin:0 auto;
}

.wpcf7-mail-sent-ok {
	background-color:#dd8600;
	border: none !important;
}

.wpcf7-validation-errors {
	background-color:red;
	border:none !important;
}

.wpcf7-not-valid-tip {display:none !important;}

::-webkit-input-placeholder {
	color: #eab783;
	font-family:'spinnaker';
}

:-moz-placeholder { /* Firefox 18- */
	color: #eab783; 
	font-family:'spinnaker';
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #eab783;  
	font-family:'spinnaker';
}

:-ms-input-placeholder {  
	color: #dd8600;  
	font-family:'spinnaker';
}

	  
label {
	text-transform:uppercase;
	color:#456097;
	letter-spacing:3px;	
	  }

/*********************************************
            ~*~TOP SECTION~*~
*********************************************/

#top-wrap {
	width:100%;
	height:100%;
	overflow:auto;
	position:fixed;
	display:table;
	color:#fff;
}

#top {    
    overflow:hidden;
    text-align:center;	
}

#top img#skyline {
	display:block;
	position:absolute;
	bottom:0px;
	width:100%;
	height:auto;
	z-index:-9999;
}

@media only screen and (min-width:750px) {

#top {padding-top:120px;}

#top-content {
	display:inline-block;
	width:90%;
	max-width:900px;
	padding:30px 0 0;
}

#top-content img#logo {
	float:left;
	width:35%;
	display:block;
	height:auto;
}

#top-content img#welcome {
	float:right;
	width:60%;
	padding-top:50px;
	display:block;
	height:auto;
}

}

@media only screen and (max-width:750px) {

#top {padding-top:75px;}

#top-content {
	display:inline-block;
	width:90%;
	max-width:900px;
	padding:0;
}

#top-content img#logo, #top-content img#welcome {
	float:none;
	width:100%;
	display:block;
	height:auto;
	margin:0 auto;
}

#top-content img#logo {max-width:350px;}
#top-content img#welcome {max-width:450px;}

}


@media only screen and (max-width:500px) {
#top-content h2 {
	font-size:16px;
	line-height:22px;
}
}

.pageContent h1, h1.pageTitle, .contentWrap h1 {
	font-size:30px;
	letter-spacing:5px;
	color:#ffae22;
}

.contentWrap h1 {
	text-align:center;
}

/*********************************************
            ~*~NAVIGATION~*~
*********************************************/

a.clicked {
	right:0;
	padding:20px;
	cursor:pointer;
}

a.clicked img {
	display:block;
	width:30px;
	height:auto;
}

a.clicked, #mobileNav {
	position:fixed;
	right:-9px;
	z-index:9999;
	top:-7px;
}

#mobileNav {
	top:53px;
	color:#fff;
	width:200px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	border-radius:0px 0 0 5px;
	overflow:hidden;
	background-color: #3f3ba0;
	border:1px solid #3f3ba0;
}

#mobileNav ul {
	list-style:none;
	margin:0;
	padding:0;
	
}

#mobileNav ul li {
	width:100%;
	display:block;
}

#mobileNav ul li a {
	display:block;
	width:100%;
	padding:10px;
}

#mobileNav ul li a:hover {
	background-color:#358ace;
}

#mobileNav ul li ul {
	background-color:#358ace;
	font-size:12px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}


#mobileNav ul li ul li a:hover {
	background-color:#3f3ba0;
}

header#main {
	width:100%;
	overflow:visible;
	position:fixed;
	top:0;
	z-index:8888;
	color:#fff;
	padding:20px 0;
	background-color: #3f3ba0;
	border-bottom:3px solid #ffae22;
}

@media only screen and (min-width:800px) {
a.clicked, #mobileNav{display:none!important;}

header#main {
	height:80px;
}

.scroller_anchor {
	height:100px;
}

header#main img#mobile {
	display:none;
}
}


@media only screen and (max-width:800px) {
header#main {
	height:30px;
	padding:10px 0;
}

.scroller_anchor {
	height:50px;
}

header#main img#desktop {
	display:none;
}

header#main img#mobile {
	width:80%;
	position:absolute;
	top:-13px;
	max-width:72px;
	left:6px;
}
}

header#main img#desktop {
	width:200px;
	height:auto;
	position:absolute;
	left:20px;
}

header#main nav {
	position:absolute;
	right:20px;
	top:23px;
}

nav ul {
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:14px;
}

nav ul li {
	display:inline-block;
	padding:20px 10px;
	position:relative;
}

nav ul li a {
	display:inline-block;
	padding:10px;
	border-radius:3px;
}

nav ul li a:hover {
	background-color:#358ace;
}

nav ul li ul {
	background-color:#358ace;
	position:absolute;
	left:8px;
	top:55px;
	display:none;
	overflow:hidden;
	white-space:nowrap;
	border:2px solid #3f3ba0;
	border-top:0px;
}

nav ul li:hover ul {
	display:block;
}

nav ul li ul li {
	width:100%;
	float:left;
	padding:0;
}

nav ul li ul li a {
	display:block;
	width:100%;
	padding:15px 10px;
	border-radius:0px !important;
}
nav ul li ul li a:hover {
	background-color:#3f3ba0;
}

@media only screen and (max-width:920px) {
nav ul li {padding:5px;}
nav ul li a {padding:5px;}
header#main nav  {top:35px;}
}

@media only screen and (max-width:800px) {
header#main nav {display:none !important;}	
header#main img  {padding:20px 0;}
}

header#main nav, header#main img {
	display:inline-block;
	vertical-align:middle;
}


/*********************************************
            ~*~GLOBAL SECTIONS~*~
*********************************************/

#wrapper {
	position:absolute;
	width:100%;
}

.white, .black, .textureBG {
	width:100%;
	overflow:hidden;
	padding:20px 0;
}

.white {
	background-color:#fff;
	color:#000;
}

.black {
	background-color:#000;
	color:#fff;
}

.white a {
	font-weight:bold;
	color:#358ace;
}

.black a {
	color:#ffae22;
	font-weight:bold;
}

.textureBG {
	background-color:#3f3ba0;
	color:#fff;
}

.contentWrap, .contentWrapSlender {
	overflow:hidden;
	margin:0 auto;
	width:90%;
	padding-top:40px;
	text-align:justify;
	line-height:30px;
}

.contentWrapSlender {
	max-width:960px;
}

.pageContent h1:first-of-type, .sidebar h1:first-of-type {
	margin-top:0px;
}


@media only screen and (min-width:750px) {
.pageContent {
	float:left;
	width:65%;
}

.sidebar {
	float:right;
	width:30%;
}
}

@media only screen and (max-width:750px) {
.pageContent, .sidebar {
	float:none;
	width:100%;
}

.sidebar {
	max-width:350px;
	margin:0 auto;
}
}

.contentWrap {
	max-width:1200px;	
}

.pageContent h1 {
	text-align:left !important;
}

/*********************************************
            ~*~WIDGETS~*~
*********************************************/
.widget {
	display:inline-block;
	width:25%;
	margin:1%;
	padding:1%;
	text-align:center;
	font-size:18px;
	line-height:30px;
	min-width:300px;
	transition:all 1s;
	border-radius:5px;
	vertical-align: top;
}

.widget img {
	width:80%;
	max-width:150px;
}

.widget h1, .sidebar h1 {
	font-size:22px;
	letter-spacing:3px;
	color:#ffae22;
}

.widget:hover {
	background-color: rgba(0,0,0,0.5);
	transition:all 1s;
}
	
	

/*********************************************
         ~*~NEWS ARCHIVE STYLES~*~
*********************************************/

h1.news {
	font-size:22px;
	background-image:url('img/textureBG-sml.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left top;
	padding-left:25px;
	color:#ffae22;
}

.newsContainer {
	width:100%;
	display:table;
	border-bottom:1px solid #358ace;
	overflow:visible;
	position:relative;
	margin-bottom:40px;
}

a.readMore {
	position:absolute;
	bottom:-38px;
	padding:10px;
	display:inline-block;
	background-color:#358ace;
	font-family:'spinnaker';
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff !important;
	right:0;
	font-size:12px;
	line-height:18px;
}

a.readMore:hover {
	background-color:#3f3ba0;
}

a.more-link {
	display:none;
}

.newsSide, .newsContent {
	display:table-cell;
	vertical-align:top;
}

.newsContent br {
	display:none;
}

.newsContainer h3 {
	font-family:'spinnaker';
	margin:0;
}

.newsSide {
	width:175px;
	border-right: 1px dashed #358ace;
	position:relative;
	line-height:20px;
}

.newsSide h2 {
	font-size:12px;
	color:#ffae22;
	font-style:italic;
	letter-spacing:2px;
	margin:0;
	font-family:'spinnaker';
}

.newsSide h3, .newsContent .author h3 {
	font-size:12px;
	letter-spacing:2px;
}

.newsSide .author {
	text-align:center;
}

.newsSide .author img, .newsContent .author img {
	height:auto;
	border-radius:50%;
	overflow:hidden;
	margin:0 0 10px;
}

.newsSide .author img {
	width:75px;
}

.newsContent .author img {
	width:45px;
	padding-right:10px;
}

.newsContent .author img, .newsContent .author h3 {
	display:inline-block;
	vertical-align:middle;
}

.newsContent .author h3 {
	font-size:12px;
	text-transform:uppercase;
}



.comments h3 {
	margin: 0 0 10px;
}

.newsSide .comments img, .newsSide .share img {
	width:25px;
	height:auto;
	margin:0;
	vertical-align:middle;
}

.share a {
	display:inline-block;
	background-color:#358ace;
	padding:5px;
	border-right:1px solid #fff;
}

.share a:hover {
	background-color:#3f3ba0;
}

.newsSide .share {
	position:absolute;
	bottom:0;
}

.share h3 {
	text-align:left;
}

.newsContent {
	padding: 0 0 0 20px;
	line-height:35px;
	text-align:justify;
}

.newsContent h1 {
	margin:0;
	color:#ffae22;
	font-size:22px;
	letter-spacing:3px;
	text-align:left;
	line-height:25px;
	font-weight:normal;
}

@media only screen and (max-width:550px) {
.newsContent h1 {font-size:18px; line-height:25px;}

}

.newsContent h3 {
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:left;
	color:#3f3ba0;
}

/*********************************************
         ~*~NEWS ARCHIVE RESPONSIVE~*~
*********************************************/
@media only screen and (min-width:600px) {
.newsSide {
	padding-bottom:65px;
}

.share a {
	float:left;
}

.newsContent .author {
	display:none;
}

}

@media only screen and (max-width:600px) {
.newsContainer, .newsSide, .newsContainer {
	display:block;
}

.newsSide, .newsContainer {
	width:100%;
}

.newsContent {
	padding:0;
}

.newsSide {
	position:absolute;
	bottom:0;
	border-top:1px solid #358ace;
	border-right:0px;
}

.newsSide .author {
	display:none;
}

.newsSide h3, .newsSide h2, .newsSide div {
	display:inline-block;
	margin:0;
	padding:10px 0;
}

@media only screen and (max-width:350px) {
.newsSide h3 {display:none;}
}

.newsSide h2, .newsSide h3 {
	font-size:12px;
}

.newsSide .comments, .newsSide .share {
	float:left;
}

.newsSide .comments {
	padding:20px 0 0;
}

.newsSide .share {
	position:relative;
}


.newsContainer {
	padding-bottom:50px;
}

a.readMore {
	width:100px;
	color:#dd8600;
	right:0;
	bottom:10px;
	text-align:center;
	color:#d8d2d6;
	font-size:10px;
}

	
}


/*********************************************
            ~*~NEWS SINGLE~*~
*********************************************/

h1.entry-title, .product_cat-song-contest .summary.entry-summary h2 {
	margin:0;
	color:#ffae22;
	font-size:28px;
	letter-spacing:3px;
	text-align:left;
	line-height:34px;
}

h2.the-date {
	font-family:'spinnaker';
	margin:0;
	font-size:16px;
	padding-top:10px;
	color:#3f3ba0;
}

@media only screen and (max-width:850px) {
h1.entry-title {font-size:22px; line-height:35px;}
}

@media only screen and (max-width:550px) {

h2.the-date {font-size:14px;}
}

footer.entry-footer {
	border-top:1px solid #358ace;
	border-bottom:1px solid #358ace;
	overflow:hidden;
}

footer.entry-footer div, footer.entry-footer img, footer.entry-footer h2, footer.entry-footer h3 {
	display:inline-block;
	vertical-align:middle;
}

footer.entry-footer .author img {
	width:50px;
	height:auto;
	border-radius:50%;
	overflow:hidden;
	margin:10px;
}

footer.entry-footer h2, footer.entry-footer h3 {
	font-size:12px;
	margin:0;
	font-family:'spinnaker';
}

footer.entry-footer h2 {
	color:#ffae22;
}


footer.entry-footer .share {
	float:right;
	padding:16px 0px;
}

footer.entry-footer .share img {
	width:25px;
	height: auto;
	margin:0 5px;
}

footer.entry-footer .share a {
	float:none !important;
}

.post-navigation, nav.pagination {
	padding:20px 0;
}

nav.pagination {
	text-align:center;
}

.post-navigation h2, nav.pagination h2 {
	text-align:center;
	font-size:20px;
	letter-spacing:3px;
	font-family:'bellerose';
	color:#ffae22;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
	background-image: none !important;
	display:inline-block;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a, a.page-numbers, .nav-links .current {
	padding:10px;
	font-family:'spinnaker';
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff !important;
	font-size:10px;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a, a.page-numbers {
	background-color:#358ace;
}

.nav-links .current {
	background-color:#ffae22;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, a.page-numbers:hover {
	background-color:#3f3ba0;
}

.post-navigation .nav-next {
	float:right;
}


/*********************************************
          ~*~GLOBAL FOOTER~*~
*********************************************/
footer#footer {
	background-color:#3f3ba0;
	border-top:3px solid #ffae22;
	color:#fff;
}

.creditFooter {
	overflow:hidden;
	width:100%;
	background-color:#358ace;
	padding:20px 0;
}

footer#footer h1 {
	font-size:20px;
	letter-spacing:3px;
	text-align:left;
	color:#ffae22;
}

footer img {
	width:50px;
	height:auto;
	margin:10px 10px 10px 0px;
}

footer#footer #mc_embed_signup, .newsletter #mc_embed_signup_scroll {
	width:100% !important;
}

footer#footer input:not([type=submit]) {
	clear:both;
	border:5px solid #ffae22;
	padding:10px 10px 9px;
	font-size:14px;
	letter-spacing:3px;
	color:#fff;
	outline:none;
	background-color:transparent;
	text-transform:uppercase;
	margin-top:15px;
}

footer#footer input[type=email] {
	max-width:350px !important;
	
}


footer#footer ul.tweets {
	line-height:24px;
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
	}


footer#footer ul.tweets li {
	padding:0px 0px 20px 40px;
	background-image:url('img/tweet.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-size:30px 30px;
}

footer#footer ul.tweets li a {
	color:#ffae22;
	font-weight:bold;
}

.credits {
	text-align:center;
	text-transform:uppercase;
	line-height:24px;
	font-size:14px;
	color:#fff;
	clear:both;
	font-style:italic;
}

.credits a {
	color:#ffae22;
	font-weight:bold;
}

nav#networkFooter {
	text-align:center;
	font-size:12px;
}

nav#networkFooter h2 {
	letter-spacing:3px;
	margin:0;
}

nav#networkFooter ul {
	list-style:none;
	margin:0;
	padding:0;
}

nav#networkFooter li {
	display:inline-block;
	text-transform:uppercase;
	padding:10px 10px 0;
	letter-spacing:2px;
}

nav#networkFooter li a {
	padding:10px;
	transition: all 1s;
	color:#fff !important;
	cursor:pointer;
}

nav#networkFooter li a:hover {
	background-color: rgba(0,0,0, .4);
	transition: all 1s;
	color:#fff;
}

@media only screen and (max-width:750px) {
footer#footer .half-column, footer#footer h1 {
	text-align:center;
}

footer#footer input {
	float:none !important;
}

footer#footer input[type=email] {
	width:80% !important;
	max-width:300px;
}

nav#networkFooter {
	font-size:10px;
}

nav#networkFooter li {
	padding: 5px 5px 0;
}

nav#networkFooter li a {
	padding:5px;
}
	
}

/*********************************************
             ~*~PLAYER PAGE~*~
*********************************************/

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
	background-color:#dd8600 !important; 
	-webkit-appearance:none;
}

#tabs h1 {
	text-align:center;
	letter-spacing:5px;
	margin:0;
}

#player {
	width:90%;
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
}

.player-table {
	display:table;
	width:95%;
	padding:2%;
	margin:0 auto;	
}

.player-album, .player-info {
	display:table-cell;
	color:#fff;
	vertical-align:middle;
}

.player-album {
	width:30%;
}

.player-album img, .artist-img img {
	display:block;
	width:100%;
	height:auto;
}

.player-info {
	width:65%;
	padding-left:2%;
}

.player-info h1, .player-info h2, .player-info h3 {
	color:#fff;
	text-align:left !important;
	margin:5px 0;
}

.player-info h1 {
	font-size:25px;
	text-transform:none !important;
	letter-spacing:0px !important;
	}
	
.player-info h2 {
	font-size:20px;
	text-transform:none !important;
	}
	
.player-info h3 {
	font-size:16px;
	text-transform: uppercase;
	}
	
.music-player {
	background-color: rgba(0,0,0,0.5);
	margin:10px 0;
	border-radius:5px;
	overflow:hidden;
	width:95%;
	padding:2%;
}

.music-player h1 {
	font-size:16px !important;
	margin-bottom:5px !important;
	text-align: left !important;
	letter-spacing:normal;
	color:#fff;
}

.player-info .button, .podcast-info .button {
	display:inline-block;
	background-color: rgba(0,0,0,0.5);
	padding:10px;
	letter-spacing:2px;
	cursor:pointer;
	border-radius:5px;
	text-transform:uppercase;
	font-family:'spinnaker';
	
}

.podcast-info .button {
	font-size:18px;
}

.player-info .button {
	margin:10px 20px 0px 0px;
	font-size:12px;
}

.player-info .button:hover,  .podcast-info .button:hover {
	background-color: rgba(0,0,0,0.8);
	transition: all 1s;
}

.player-info .button img {
	display:inline-block;
	vertical-align:middle;
	height:15px;
	width:auto;
	margin:0 5px;
}

.player-info .button span {
	display:inline-block;
	vertical-align:middle;
}

@media only screen and (max-width:800px) {
.player-info h1 {font-size:20px;}
.player-info h2 {font-size:15px;}
.player-info h3 {font-size:12px;}
.player-info h1, .player-info h2, .player-info h3 {margin:0px; line-height:24px;}
.player-info .button {padding:5px; margin:10px 10px 0px 0px; letter-spacing:0px;}
}

ul#songlist {
	margin:0;
	padding:0;
	width:100%;
	font-size:16px;
	font-family:"spinnaker";
	letter-spacing:1px;
}

@media only screen and (max-width:900px) {
ul#songlist {font-size:14px;}
}

ul#songlist li {
	border-bottom:1px solid #fff;
	list-style:none;
	overflow:hidden;
	padding:5px 0;
	line-height:22px;
	color:#fff;
}

ul#songlist li.top {
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:2px;
	color:#fff;
}

.li-wrap {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	padding-left:40px;
}

ul#songlist .li-wrap:hover {
	background-image:url('img/songlist-hover.png');
	background-repeat:no-repeat;
	background-size: 20px 20px;
	
}

ul#songlist li.top .li-wrap:hover {
	background-image:none !important;
}

ul#songlist .track {
	width:35%;
	float:left;
}



@media only screen and (max-width:650px) {

li.top {display:none;}

ul#songlist .track {width:95%; font-size:16px;}

ul#songlist .artist, ul#songlist .album {display:inline-block; font-size:12px;}
.ui-tabs-active .li-wrap, .ui-tabs-active .li-wrap:hover, ul#songlist .li-wrap:hover {background-position:8px;}
}

@media only screen and (min-width:650px) {
ul#songlist li {height:20px;}
ul#songlist .artist, ul#songlist .album {
	width:30%;
	float:left;
}

.ui-tabs-active .li-wrap, .ui-tabs-active .li-wrap:hover, ul#songlist .li-wrap:hover {background-position:left;}
}

@media only screen and (max-width:600px) {
.player-album, .player-info, .artist-img, .artist-info {
display:block;
width:98%;
text-align:center;
margin:0 auto;
}

.player-album img, .artist-img img {
	margin:0 auto;
	max-width:200px;
}

.player-info h1, .player-info h2, .player-info h3 {text-align:center;}
}

.ui-tabs-active .li-wrap, .ui-tabs-active .li-wrap:hover {
	background-image:url('img/songlist-playing.png') !important;
	background-repeat:no-repeat;
	background-size:20px 20px;
	
	
}


li a {
    outline-color: transparent;
	outline: none;
}

/*********************************************
           ~*~PODCAST~*~
*********************************************/

#podcast {
	text-align:center;
	overflow:hidden;
	width:95%;
	max-width:1100px;
	margin:0 auto;
}



.podcast-info, .podcast-img {
	display:inline-block;
	width:40%;
	text-align:center;
	vertical-align:middle;
}

.podcast-img img {
	
	width:100%;
	height:auto;
	max-width:300px;
}

@media only screen and (max-width:700px) {
.podcast-info, .podcast-img {
	display:block;
	width:100%;
	padding: 0 0 10px 0;
}


}

.podcast-info h1, .podcast-info h2, .podcast-info h3 {
	letter-spacing:3px;
}

.podcast-info h1 {
	font-size:28px;
}

.podcast-info h2 {
	font-size:18px;
}

.podcast-info h3 {
	font-size:14px;
}

@media only screen and (max-width:550px) {
.podcast-info h1 {
	font-size:18px;
}

.podcast-info h2 {
	font-size:14px;
}
}

.subscribe img {
	display:inline-block;
	width:35px;
	height:auto;
	margin:10px;
}


img#storeBanner {
	display:block;	
	width:100%;
	height:auto;
	max-width:700px;
	margin:0 auto;
}

/*********************************************
             ~*~WOOCOMMERCE~*~
*********************************************/
.woocommerce-loop-product__title {
	line-height: 20px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce div.product form.cart .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#3f3ba0;
	padding:13px 10px;
	color:#fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:#358ace;
}

li.product, ul.products {
	text-align:center;
}

li.product {
	float:none;
	display:inline-block;
}

.woocommerce ul.products li.product .price {
	font-size:18px;
	color:#ffae22;
	font-weight:bold;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color:#358ace;
	font-size:22px;
}


.woocommerce-result-count, form.woocommerce-ordering {
	display:none;
}

.summary {
	text-align:center;
}

.summary h1.entry-title {
	text-align:center !important;
}

.entry-summary form div.quantity, .entry-summary form input, .entry-summary form button {
	display:inline-block;
	float:none !important;
	vertical-align:top;
}

.woocommerce .products ul, .woocommerce ul.products {
	text-align:center !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float:none !important;
	line-height:10px;
}

.woocommerce ul.products li.product .button {
	margin-top:5px;
}

div.product .images, div.product .summary {
	vertical-align:top;
	display:inline-block;
	float:none !important;
}

.woocommerce-message {
	border-top-color:#3f3ba0;
}

.woocommerce-message:before {
	color:#3f3ba0;
}

input#coupon_code {
	max-width:150px;
	border:2px solid #ffae22;
	padding:10px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color:#fff;
}

.select2-container, .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border:2px solid #ffae22;
	border-radius:0px;
	outline:none;
	-webkit-appearance:none;
	width:90%;
}

/*********************************************
          ~*~GALLERY STYLES~*~
*********************************************/

figure.gallery-item {
	display:inline-block;
	padding:0;
	margin:0;
	overflow:hidden;
}

figure.gallery-item figcaption {display:none;}

.gallery-columns-3 figure.gallery-item {
	width:33%;
}

.gallery-columns-4 figure.gallery-item {
	width:25%;
}

.gallery-columns-5 figure.gallery-item {
	width:20%;
}

figure.gallery-item img {
	display:block;	
	width:100%;
	height:auto;
}

@media only screen and (max-width:750px) {

.gallery-columns-4 figure.gallery-item, .gallery-columns-5 figure.gallery-item  {
	width:33%;
}

}

.gallery {
	line-height:0px;
}

/*********************************************
          ~*~Song Contest Page~*~
*********************************************/
.product_cat-song-contest .woocommerce-product-gallery, .postid-3638 .woocommerce-product-gallery {
	display:none !important;
}

.product_cat-song-contest, .post-3638 {
	text-align:center !important;
}

.product_cat-song-contest .summary.entry-summary, .postid-3638 .summary.entry-summary {
	float:none !important;
	width:90% !important;
	max-width:720px;
	margin:0 auto;
}

.product_cat-song-contest .summary.entry-summary div, .postid-3638 .summary.entry-summary div {
	padding:5px 0;
}

.summary.entry-summary h2 {
	text-transform: none !important;
	text-align:center !important;
	font-size:20px !important;
	line-height:30px !important;
}


/*********************************************
            ~*~ACCOUNT PAGE~*~
*********************************************/
@media only screen and (min-width:768px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
	width:20%;
}
nav.woocommerce-MyAccount-navigation ul li {
	display:block;
	}
	
nav.woocommerce-MyAccount-navigation ul {
	border-right: 1px solid #ffae22;
}
}

@media only screen and (max-width:768px) {
nav.woocommerce-MyAccount-navigation ul {
	text-align:center;
}
}

.woocommerce-account .woocommerce-MyAccount-content {
	width:75%;
}

.woocommerce-MyAccount-content label {
	letter-spacing:0px;
}

nav.woocommerce-MyAccount-navigation ul li {
	font-weight:bold;
	padding:0;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
	color:#fff !important;
}