/*
	Theme Name: Tash Sultana Aug 2023 - Fender Competition Ended
	Version: 1.1
	Author: Pat Fox & Supervillain Media
*/

/*------------------------------------*\
    IMPORT
\*------------------------------------*/

@import url("owl.css");
@import url("fontawesome.css");
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");
@import url('https://rsms.me/inter/inter.css');
	
@supports (font-variation-settings: normal) {
	html { font-family: 'Inter var', sans-serif; }
}


/*------------------------------------*\
    VARS
\*------------------------------------*/
	
:root {
	--mint: #47d7ac;
	--light-purple: #726bc0;
	--dark-purple: #4a013c;
	--pink: #ed86b7;
	--strong-pink: #e90e8d;
	--green: #d3de26;
	--magenta: #eb078d;
}	

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

html {
	scroll-behavior: smooth;
	min-height: 100%;
}

body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color:#fff;
	background-color: var(--pink);
}

body.page-template-template-store {
	background-color: #f2f2f2;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color:#444;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #ffffff;
}
::-webkit-scrollbar-track {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #000000;
}
::-webkit-scrollbar-track:active {
  background: #000000;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	position: relative;
}

section {
	padding: 50px 0;
}

.row {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 50px;
	z-index: 10;
    position: relative;
}

.full-row {
	margin: 0 auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column50 {
	width: calc(50% - 50px);
	padding: 150px 0;
	text-align: center;
}

.centered {
	text-align: center;
}

.center {
	margin: 0 auto;
}

.stack {
	position: relative;
}

.right {
	float: right;	
}

.left {
	float: left;
}

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

.dark a {
	color: var(--strong-pink);
}

.dark h1,
.dark h2 {
	color: var(--strong-pink);
}

.shroom {
	position: relative;
	background-color: var(--pink);
	color: #000;
}

.shroom::before {
	content: "";
	position: absolute;
	top: -16px;
	width: 100%;
	height: 17px;
	background-image: url('jul-23/TS-SugarEP-Divider-Top.png');
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: repeat;
	pointer-events: none;
	z-index: 100;
	left: 0;
}

.shroom::after {
	content: "";
	position: absolute;
	bottom: -16px;
	width: 100%;
	height: 17px;
	background-image: url('jul-23/TS-SugarEP-Divider-Bottom.png');
	background-size: auto 100%;
	background-position: center top;
	background-repeat: repeat-x;
	pointer-events: none;
	z-index: 100;
	left: 0;
}

.button {
	margin: 30px auto;
	text-align: center;
}

.button a,
#mc-embedded-subscribe,
.tab-header {
	color: #000;	
	padding: 2px 20px;
	font-weight: 900;
	font-size: 22px;
	background: var(--strong-pink);
	margin: 10px;
	cursor: pointer;	
	display: inline-block;
	border-radius: 30px;
	border: 0;
	text-transform: uppercase;
	line-height: 1.4;
}

#mc-embedded-subscribe {
	background: var(--strong-pink);
	color: var(--green);	
}

.button a:hover {
	background: #ffffff;
	color: #000;		
}

#mc-embedded-subscribe:hover {
	
}

.shroom .button a {
	background: var(--strong-pink);	
	color: var(--green);
}

.shroom .button a:hover {
	background: var(--green);	
	color: var(--strong-pink);
}

/*------------------------------------*\
    TYPE
\*------------------------------------*/

h1 {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
	margin: 0 0 2rem 0;
	text-transform: uppercase;
	color: #fff;
}

h1.text {
	margin: 0;
}

h1 img {
	height: 43px;
	width: auto;
}

h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
	margin: 0;
	line-height: 30px;
	text-transform: uppercase;  
}

p {
	margin: 1.5em 0;
}

/*------------------------------------*\
	MODAL
\*------------------------------------*/

#promo-modal {
	position: fixed;
	height: 100%;
	width: 100%;
	display: flex;
	background: var(--pink);
	z-index: 1000;
	top: 0;
}

#promo-modal button {
	position: absolute;
	top: 40px;
	right: 40px;
	background: none;
	border: 0;
	font-size: 3rem;
	line-height: 1;
	color: white;
}

#promo-modal .container {
	display: flex;
	margin: auto;
	padding: 50px;	
	gap: 50px;
	align-items: center;
	font-size: 1.1rem;
}

#promo-modal .container > div {
	flex: 1;
}

#promo-modal .container .photo {
	
}

#promo-modal .container .copy {
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.2;
}

#promo-modal .container .copy .shadow {
	filter: drop-shadow(0px 0px 3px #000);
	font-size: 1.3em;
}

#promo-modal .container .copy .cta {
	color: var(--green);
	background: var(--strong-pink);
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 1.3em;
	display: inline-block;
}

#promo-modal .container .copy p {
	margin: .75em 0;
}

#promo-modal .container .copy .logo {
	height: 100px;
}

#promo-modal .container .copy .merch {
	width: 80%;
}

#promo-modal .container .copy .tandc {
	font-size: .8em;
	text-transform: initial;
	font-weight: 400;
}

#promo-modal .container .copy .tandc a {
	text-decoration: underline;
	color: inherit;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/

header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

header a {
	color: var(--strong-pink);
	display: inline-block;	
}

header a:hover {
	color: var(--green);
}

header .info-banner {
	padding: 5px;
	text-align: center;
	background: black;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	text-transform: uppercase;
}

header .info-banner > *  {
	margin: auto 5px;
}

header .info-banner img  {
	height: 30px;
}


header .info-banner a {
	background: var(--strong-pink);
	color: var(--green);
	border-radius: 30px;
	padding: 2px 10px;
}

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: url('jul-23/TSJul23-Header-Divider.png');
	background-position: center bottom;
	height: 115px;
	padding: 10px 20px 20px 20px;
}

.nav .n-one {
	text-align: right;
	font-size: 20px;	
}

.n-one.n-logo {
	flex: 0 0 300px;
	display: flex;
}

.nav .n-one a {
	margin: 0 10px 0 0;
}

.nav .n-one a img {
	height: auto;
	display: block;
}

.nav .n-two {
	flex: 3;
	text-align: center;
	font-size: 25px;
	align-items: center;
	/* display: flex; */
	justify-content: center;		
}

.nav .n-two.main-nav a {
	margin: 0;
	display: inline-block;
	height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: middle;
}

.nav .n-two a[href$='video'] {
	background-image: url('jul-23/TSJul23-Menu_01.png');
	width: 77px;
}

.nav .n-two a[href$='merch'] {
	background-image: url('jul-23/TSJul23-Menu_02.png');
	width: 88px;
}

.nav .n-two a[href$='schedule'] {
	background-image: url('jul-23/TSJul23-Menu_03.png');
	width: 75px;
}

.nav .n-two a[href$='about'] {
	background-image: url('jul-23/TSJul23-Menu_04.png');
	width: 89px;
}

.nav .n-two a[href$='music'] {
	background-image: url('jul-23/TSJul23-Menu_05.png');
	width: 86px;
}

.nav .n-two a[href$='lyrics'] {
	background-image: url('jul-23/TSJul23-Menu_06.png');
	width: 90px;
}

.nav .n-two a[href$='news'] {
	background-image: url('jul-23/TSJul23-Menu_07.png');
	width: 80px;
}

.nav .n-two a[href$='footer'] {
	background-image: url('jul-23/TSJul23-Menu_08.png');
	width: 114px;
}

.nav .n-two a[href*="list-manage"] {
	background-image: url('jul-23/TSJul23-Menu_09.png');
	width: 139px;
}

.nav .n-two a[href$='video']:hover {
	background-image: url('jul-23/TSJul23-Menu-Hover_01.png');
}

.nav .n-two a[href$='merch']:hover {
	background-image: url('jul-23/TSJul23-Menu-Hover_02.png');
}

.nav .n-two a[href$='schedule']:hover {
	background-image: url('jul-23/TSJul23-Menu-Hover_03.png');
}

.nav .n-two a[href$='about']:hover {
	background-image: url('jul-23/TSJul23-Menu-Hover_04.png');
}

.nav .n-two a[href$='music']:hover {
	background-image: url('jul-23/TSJul23-Menu-Hover_05.png');
}

.nav .n-two a[href$='lyrics']:hover {
	background-image: url('jul-23/TSJul23-Menu-Hover_06.png');
}

.nav .n-two a[href$='news']:hover {
	background-image: url('jul-23/TSJul23-Menu-Hover_07.png');
}

.nav .n-two a[href$='footer']:hover {
	background-image: url('jul-23/TSJul23-Menu-Hover_08.png');
}

.nav .n-two a[href*="list-manage"]:hover {
	background-image: url('jul-23/TSJul23-Menu-Hover_09.png');
}

.nav .n-two .home {
	width: 300px;
	margin: 15px;
}

.m-nav {
	display: none;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/

#banner {
	position: relative;
	padding: 0;
	overflow: hidden; 
}

#banner.preorder-banner {
	/* background-color: #f68400; */
}

#banner.preorder-banner .button {
	margin: 20px 0 0 0;
}

#banner.preorder-banner .button a {
	font-size: 30px;
	background-color: var(--strong-pink);
	color: var(--green);	
}

#banner.preorder-banner .button a:hover {
	background-color: var(--green);	
	color: var(--strong-pink);
}

#banner.store {
	background-image: url('img/btp-BG.jpg');
}


#banner.btp-banner .click-to-listen {
	background-image: url('img/btp-TS-Greed-Header-CTL-Button-Static.png');
	display: block;
	width: 230px;
	max-width: 60%;
	height: 50px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 10px auto 0 auto;
}

#banner.btp-banner .click-to-listen:hover {
	background-image: url('img/btp-TS-Greed-Header-CTL-Button-Hover.png');
}


#banner .contents {
	display: flex;
	padding: 200px 130px 100px 130px;
	justify-content: space-between;
}

#banner .contents > div.cover {
	width: 50%;
	display: flex;
	position: relative;
	left: 20px;
}

#banner .contents > div.cover img {
	margin: auto;
}

#banner .contents > div.details {
	width: 50%;
	display: flex;
	position: relative;
	left: -100px;
}

#banner .contents > div.details .inner {
	margin: auto;
}

#banner .contents > div.details .inner .title {
	width: 80%;
}


#banner .contents > div.details img {
	display: block;
	margin: 0 auto;
}

#banner .contents > div.details img.header-title {
	margin-top: 30px;
}

#banner .contents > div.details img.coming-soon {
	margin-top: 30px;
	width: 60%;
}

#banner .m-contents {
	display: none;
	padding: 120px 40px 40px 40px;
}	

/*------------------------------------*\
    VIDEO
\*------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

html.video {
	padding: 0;
	height: 100%;
	min-height: 100%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 70px;
}

#banner .video-container  {
	height: 100%;
	border: 5px solid var(--mint);
	padding: 0;
	margin: 0;
}

#remix #banner .video-container  {
	padding: 0 0 56% 0;
}

#banner .video-container iframe {
	padding: 0;
	margin: 0;
}

/*------------------------------------*\
	STORE
\*------------------------------------*/

.fancybox-show-thumbs .fancybox-inner {
	right: 0 !important;
}

.fancybox-show-thumbs .fancybox-thumbs,
.fancybox-infobar {
	display: none !important;
}

.store-carousel {
	margin: 60px 0;
	position: relative;
}

.store-carousel img {
	height: auto;
}

.store-carousel .owl-nav {
	position: absolute;
	top: 50%;
	text-align: center;
	margin: 0 auto;
	margin-top: -25px;	
	width: 100%;
	pointer-events: none;
}

.store-carousel .owl-nav .owl-prev {
	position: relative;
	left: -15%;	
	pointer-events: auto;
}

.store-carousel .owl-nav .owl-next {
	position: relative;
	left: 15%;	
	pointer-events: auto;	
}

.store-carousel .owl-nav i {
	font-size: 50px;
	color: var(--pink);
}

.lyrics .store-carousel .owl-nav i {
	font-size: 50px;
	color: var(--green);
}

.store-carousel .owl-nav i:hover {
	color: #ffffff;
}

.store-carousel .owl-dots {
	display: none;
}

.store-carousel .owl-item {
	opacity: .20;
}

.store-carousel .owl-item.center {
	opacity: 1;
}

/*------------------------------------*\
    SONGKICK
\*------------------------------------*/

#seated-55fdf2c0 {
    color: var(--dark-purple);
}

  
section.schedule .songkick-container {
	max-height: 80vh;
	overflow-y: scroll;
	padding: 0 30px 0 0;
}

section.schedule .songkick-container * {
	background-color: inherit !important;
	color: #fff;
	font-weight: bold;
}

section.schedule .songkick-container .widget_row .plain_text {
	color: #fff !important;
}

section.schedule .songkick-container .widget_row .link_text {
	color: #fff !important;
	background-color: #000 !important;
	font-weight: normal;
	font-size: 21px;
	font-weight: 900;
}

section.schedule .songkick-container .widget_row .link_text.sold-out {
	opacity: .25;
}

section.schedule .songkick-container .event_status {
	display: none;
}

section.schedule .songkick-container .widget_row {
    border-bottom: 1px solid #000;
    justify-content: space-between;
}

/*------------------------------------*\
	MUSIC
\*------------------------------------*/

.releases {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	margin-top: 100px;
}

.albumcover {
	margin: 0 0 30px 0;
}

.albumcover img {
	height: auto;
}

/*------------------------------------*\
	ABOUT
\*------------------------------------*/

.about {
	background-size: cover;
	background-position: center center;
}

/*------------------------------------*\
    INSTAGRAM
\*------------------------------------*/

#sb_instagram {
	max-width: 900px;
}

/*------------------------------------*\
    LYRICS
\*------------------------------------*/

section.lyrics {
	padding: 100px 0;
}



.tab-headers {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.tab-header {
	cursor: pointer;
}

.tab-content {
	opacity: 0;
	transition: opacity 0.2s linear;
	height: 0;
	overflow: hidden;
}

.tab-content.active {
	opacity: 1;
	height: auto;
}

.tab-content.active,
.tab-header.active {
	display: block;
}

.tab-content h1 {
	margin: 1em 0;
}

.tab-content h2 {
	cursor: pointer;
}

.tab-content .lyricsheet {
	text-align: center;
}

.notion,
.flow-state {
	display: none;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.footer .newsletter p {
	color: #fff;
	font-size: .75em;
}

.footer .newsletter a {
	color: #fff;
}

.footer .newsletter .column50 {
	padding-top: 30px;
	padding-bottom: 0;
}

.footer #mc_embed_signup input[type="text"],
.footer #mc_embed_signup input[type="email"] {
	border: 2px solid #fff;
	background: none;
	margin: 5px 0;
	padding: 10px 12px;
	width: 400px;
	color: #fff;
	font-size: 13px;
}

/*------------------------------------*\
    REMIX
\*------------------------------------*/

#remix {
	text-align: center;
}

#remix #banner {
	background: url('img/remix/BG-Top.jpg');
	background-position: center top;
	background-size: cover;
	color: #46d7ac;
}

#remix #banner .contents {
	display: block;
}

#remix #banner .button a {
	color: #f9fd84;
}

#remix #banner .row .video iframe {
	padding: 0;
	border: 5px solid var(--mint);
	border-radius: 3px;
}

#remix #banner .intrographic {
    padding: 50px 150px;
}

#remix #banner .intro {

}

#remix .shroom {
	color: #fff;
}

#remix .alt {
	background-color: #f9fd84;
	color: #46d7ac;
}


#remix span.title img {
	height: 50px;
	display: block;
	margin: 0 auto
}

#remix span.title {
	margin: 30px 0;
	display: block;
	text-align: center;
}


#remix .sd-title {
	display: none;
}

#remix .shroom .button a {
	background: #fbfd80;
	color: #46d7ac;
}

#remix .shroom .button a:hover {
	background: #fff;
}

#remix #single p {
	color: #fff;
	font-size: 12px;
}

#remix #single p a {
	color: #fff;
}

#remix .inactive {
	pointer-events: none;
	opacity: .4;
}

#remix div.wpcf7 input[type="text"],
#remix div.wpcf7 input[type="email"],
#remix div.wpcf7 input[type="file"] {
	border: 2px solid #fff;
    background: none;
    margin: 5px 0;
    padding: 10px 12px;
    width: 400px;
    color: #fff;
    font-size: 13px;	
}

#remix div.wpcf7 .ajax-loader {
display: block;
    margin: 10px auto 0 auto;
    background-image: url(img/remix/spinner.gif);
    height: 50px;
    background-size: contain;
    position: relative;
    background-position: left center;
    width: 240px;
    background-repeat: no-repeat;
}

#remix div.wpcf7 .ajax-loader::after {
	content: "Uploading. Please wait.";
    position: absolute;
    width: 300px;
    text-align: center;
    /* left: -150px; */
    top: 13px;
    display: block;
}

#remix div.wpcf7 .limits {
	text-transform: uppercase;
	font-size: .8rem;
}

#remix .wpcf7-submit {
	padding: 2px 20px;
    font-weight: 900;
    font-size: 22px;
    color: #47d7ac;
    background: #fff;
    margin: 10px;
    cursor: pointer;
    display: inline-block;
    border-radius: 30px;
    border: 0;
    text-transform: uppercase;
    line-height: 1.4;	
}


#remix .wpcf7 form.sent .wpcf7-response-output {
	border: 0;
    background: white;
    color: #46d7ac;
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;	
}

#remix .player {
	border: 2px solid;
	text-align: left;
	overflow-y: scroll;
	margin: 0 0 50px 0;
	max-height: 80vh;
}

#remix .player .no-entries {
	text-align: center;
}


#remix .player::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

#remix .player::-webkit-scrollbar-button {
  width: 7px;
  height: 7px;
}

#remix .player::-webkit-scrollbar-thumb {
  background: #222;
  border: 0px none #ffffff;
  border-radius: 0px;
}

#remix .player::-webkit-scrollbar-thumb:hover {
  background: #222;
}

#remix .player::-webkit-scrollbar-thumb:active {
  background: #222;
}

#remix .player::-webkit-scrollbar-track {
  background: var(--mint);
  border: 0px none #ffffff;
  border-radius: 0px;
}

#remix .player::-webkit-scrollbar-track:hover {
  background: var(--mint);
}

#remix .player::-webkit-scrollbar-track:active {
  background: var(--mint);
}

#remix .player::-webkit-scrollbar-corner {
  background: transparent;
}


#remix .player-item {
	padding: 10px 20px;
	border-bottom: 1px solid;
	display: flex;
    align-items: center;
}

#remix .player-item.winner {
	border: 1px solid;
	text-align: left;
}

#remix .player-item .song-title {
	margin-right: 20px;
	font-weight: bold;
	white-space: nowrap;
}

#remix .player-item audio {
	flex: 1;
	margin: 0 0 0 20px;
}

#remix .player-item .share {
	margin: 0 0 0 20px;
	vertical-align: middle;
}

#remix .player-item .share > span {
	font-size: .8rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}

#remix .player-item .share .sharedaddy {
	display: inline-block;
	vertical-align: middle;
}

#remix .sd-content ul li a.sd-button {
	text-decoration: none!important;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    border-radius: 3px;
    color: #656565!important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none;
    line-height: inherit !important;
    padding: 0 !important;	
}

#remix .sd-content ul li.share-facebook a.sd-button::before {
    content: "\f39e";	
	font-family: 'Font Awesome 5 Brands';
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #4267B2;
    padding: 10px; 	
}

#remix .sd-content ul li.share-twitter a.sd-button::before {
	content: "\f099";
	font-family: 'Font Awesome 5 Brands';
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #1DA1F2;
    padding: 10px;    
}

#remix.remix-single .sd-content ul li a.sd-button::before {
	font-size: 30px;
}

#remix .sd-content ul {
    padding: 0!important;
    margin: 0!important;
}

#remix .sd-content ul li {
    margin: 0 !important;
}

#remix .sd-content ul li a.sd-button>span {
	display: none;
}

#remix .player-item:last-of-type {
	border-bottom: 0;
}

#remix .player-item.winner:last-of-type {
	border-bottom: 1px solid;
}



#remix audio::-webkit-media-controls-panel {
	background-color: #f9fd84;
}


#remix audio::-webkit-media-controls-play-button {
	background-color: #f9fd84;
}

#remix audio::-webkit-media-controls-timeline-container {
	background-color: #f9fd84;
}

#remix audio::-webkit-media-controls-current-time-display {
	background-color: #f9fd84;
}

#remix audio::-webkit-media-controls-time-remaining-display {
	background-color: #f9fd84;
}

#remix audio::-webkit-media-controls-timeline {
	background-color: #f9fd84;
}

#remix audio::-webkit-media-controls-volume-slider-container {
	background-color: #f9fd84;
}

#remix audio::-webkit-media-controls-volume-slider {
	background-color: #f9fd84;
}

#remix audio:hover,
#remix audio:focus,
#remix audio:active {
	outline: 0;
	border: 0;
}

#remix audio:focus,
#remix audio:active {
	border-radius: 50%;
	background: rgba(0,0,0,.1);
}

body.single-remix {
	background: url('img/remix/BG-Top.jpg');
	background-position: center top;
	background-size: cover;
	color: #46d7ac;	
}

#remix.remix-single .share-title {
	color: white;
}

#remix.remix-single #banner .contents {
    padding-bottom: 0;
}

/*------------------------------------*\
	POP UP
\*------------------------------------*/

#pop-up {
	position: fixed;
	height: 100%;
	width: 100%;
	background-image: url(img/oct-pop-up.jpg);
	background-size: cover;
	background-position: center center;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: flex;
}

#pop-up .inner {
	margin: auto;
	height: 80%;
	width: 80%;
	display: flex;
	flex-direction: column;
}

#pop-up .inner > img {
	display: block;
	margin: 0px auto 40px auto;
	width: 300px;
}

#pop-up .video-flex {
	padding: 0;
	position: relative;
	flex: 1;
}

#pop-up .video-wrapper {
	height: 100%;
	position: relative;
}

#pop-up iframe {
	position: initial;
	padding: 0;
	margin: auto;
	display: block;
	height: 100%;
	max-width: 70%;
	border: 5px solid var(--mint);
	border-radius: 3px;
}

#pop-up .button {
	margin: 40px auto 0 auto;
}

#pop-up .button a {
	color: #fcfcc5;
	background-color: #ff0100;
}

/*------------------------------------*\
	MERCH INDEX
\*------------------------------------*/

body.page-template-template-merch {
	background-image: url(img/oct-pop-up.jpg);
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	height: 100%;
}

body.page-template-template-merch div.wrapper {
	display: flex;
	height: 100%;
}

body.page-template-template-merch header.header {
	display: none;
}

body.page-template-template-merch section#merch-index {
	margin: auto;
	padding: 30px;
	max-width: 400px;
}

body.page-template-template-merch section#merch-index a,
body.page-template-template-merch section#merch-index img {
	display: block;
	margin: 20px auto;
	text-align: center;
}

body.page-template-template-merch section#merch-index .button a {
	background-color: #ee2424;
	color: #fffe9b;
}

body.page-template-template-merch section#merch-index a.return,
body.page-template-template-merch section#merch-index a.return:hover {
	color: #ee2424;
	text-transform: uppercase;
}




/*------------------------------------*\
	MERCH PAGE
\*------------------------------------*/

.shop-nav a {
	
}

section.merch-list {
	padding-top: 0;
}

.nav .n-two.main-nav.shop-nav a {
	height: 18px;
}

.nav .shop-nav a[href$='austore'] {
	background-image: url(jul-23/TSJul23-Menu_02.png);
	width: 88px;
	display: none;
}

.nav .shop-nav a[href$='austore']:hover {
	background-image: url(jul-23/TSJul23-Menu-Hover_02.png);
}

.nav .shop-nav a[href$='t-shirts'] {
	background-image: url('img/merch-nav-tshirts.png');
	width: 95px;
}

.nav .shop-nav a[href$='t-shirts']:hover {
	background-image: url('img/merch-nav-tshirts-hover.png');
}

.nav .shop-nav a[href$='outerwear'] {
	background-image: url('img/merch-nav-outer.png');
	width: 140px;
}

.nav .shop-nav a[href$='outerwear']:hover {
	background-image: url('img/merch-nav-outer-hover.png');
}

.nav .shop-nav a[href$='headwear'] {
	background-image: url('img/merch-nav-headwear.png');
	width: 125px;
}

.nav .shop-nav a[href$='headwear']:hover {
	background-image: url('img/merch-nav-headwear-hover.png');
}

.nav .shop-nav a[href$='accessories'] {
	background-image: url('img/merch-nav-accessories.png');
	width: 150px;
}

.nav .shop-nav a[href$='accessories']:hover {
	background-image: url('img/merch-nav-accessories-hover.png');
}

.nav .shop-nav a[href$='music'] {
	background-image: url('img/merch-nav-music.png');
	width: 75px;
}

.nav .shop-nav a[href$='music']:hover {
	background-image: url('img/merch-nav-music-hover.png');
}

.nav .shop-nav a[href$='sale'] {
	background-image: url('img/merch-nav-sale.png');
	width: 60px;
}

.nav .shop-nav a[href$='sale']:hover {
	background-image: url('img/merch-nav-sale-hover.png');
}

.nav .shop-nav a[href$='exclusives'] {
	background-image: url('img/merch-nav-exclusives.png');
	width: 135px;
}

.nav .shop-nav a[href$='exclusives']:hover {
	background-image: url('img/merch-nav-exclusives-hover.png');
}

#merch-banner {
	margin-top: 20px;
}

.row.header img.store-logo {
	display: none;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 50px;
	width: 100%;
}

.store-footer {
	background: var(--mint);
	position: relative;
	text-align: center;
}

.store-footer a,
.store-footer a:hover {
	color: white;
}

.store-footer::before {
	content: "";
	position: absolute;
	top: -16px;
	width: 100%;
	height: 17px;
	background-image: url('jul-23/TS-SugarEP-Divider-Top.png');
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: repeat;
	pointer-events: none;
	z-index: 100;
	left: 0;
}

.shopify-buy-frame iframe {
	position: relative;
	padding: 0;
	margin: 0;
}

.shopify-buy-frame--productSet {
	margin: 50px 0;	
}

/*------------------------------------*\
	GALLERY
\*------------------------------------*/

body.page-template-template-gallery {
	background-color: white;
	color: var(--mint);
}

body.page-template-template-gallery .main-nav {
	display: none;
}

#gallery {
	max-width: 1500px;
	margin: 0 auto;
	padding: 5%;
	text-align: center;
}

#gallery h1 {
	color: inherit;
	margin: 3rem 0 2rem 0;
	line-height: 1;
}

#gallery .gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

#gallery .gallery-grid img.thumb {
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.mobile {
	display: none;
}

@media only screen and (max-width:1280px) {
	.nav .filler {
		display: none;
	}
}

@media only screen and (max-width:900px) {
	
	.mobile {
		display: initial;
	}
	.desktop {
		display: none;
	}
	
	/* Structure */
	
	section {
	    padding: 50px 0;
	}
	
	.row {
	    padding: 0 30px;
	}
	
	.column50 {
		width: 100%;
		padding: 50px 0;
	}
	
	h1 img {
	    height: 35px;
	    max-width: 90%;
	}
	
	.store h1 img {
		height: auto;
	}
	
	/* Nav */
	

	header .home {
		max-width: 60%;
	}
	
	header .home img {
		max-height: 50px;
	}
	
	header .header-background {
		display: none !important
	}
	
	header .info-banner {
		display: none;
	}
	
	.nav.mobile {
		display: flex;
		height: 90px;
		padding-bottom: 25px;
	}	
	
	.nav.mobile .nav-handle,
	.m-nav .nav-close {
		color: var(--dark-purple);
		cursor: pointer;
		font-size: 30px;
	}
	
	.m-nav {
		position: absolute;
		background: var(--pink);
		min-height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		color: #fff;
		z-index: 10000;
		padding: 20px;
	}
	
	.nav-close {
		text-align: right;
	}

	.m-nav * {
		color: var(--dark-purple);
	}

	.m-nav .inner {
		text-align: center;
	}
		
	.m-nav .inner a {
		display: block;
		margin: 15px 0;
		font-size: 35px;
		line-height: 30px;
	}
	
	.m-nav .inner a img {
		height: 30px;
		width: auto;
	}	

	.m-nav .social {
		text-align: center;
		margin: 40px 0 0 0;
	}
	
	.m-nav .social a {
		font-size: 20px;
		margin: 0 15px;
	}
	
	/* Modal */
	
	#promo-modal {
		overflow-y: scroll;
	}
	
	#promo-modal .container {
		padding: 50px 30px;
		display: block;
		font-size: 1.0rem;
	}
	
	#promo-modal button {
		top: 20px;
		right: 20px;
		background: none;
		border: 0;
		font-size: 2.8rem;
		line-height: 1;
		color: white;
	}
	
	#promo-modal .container .photo {
		display: none;
	}
	
	#promo-modal .container .copy .logo {
		height: 80px;
	}	
	
	/* Banner */
	
	#banner .contents {
		display: none;
	}
	
	#banner .m-contents {
		display: block;
		padding: 100px 40px 40px 40px;
	}
	
	#banner .m-contents .cover {
		margin-bottom: 30px
	}
	
	#banner .m-contents .animation {
		margin-top: -20px;
		margin-bottom: 10px;
	}	
	
	#banner .m-contents .packshot {
		margin: 30px auto;
		display: block;
		width: 90%;
	}

	#banner .m-contents .coming-soon {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	
	/* Video */
	
	.video-container iframe {
		padding: 20px;
	}	
	
	.modal .inner {
		color: white;
		width: 100%;
		padding: 50px 30px;
		overflow: scroll;
		height: 100%;
		overflow-x: hidden;
	}
	
	.modal input[type="email"] {
		width: 100%;
	}		
	
	/* Header */
	
	#banner .video {
		padding: 0 0 56% 0;
	}
	
	/* Store */

	.store-carousel .owl-nav .owl-prev {
	    position: absolute;
	    left: 15px;
	}
	
	.store-carousel .owl-nav .owl-next {
	    position: absolute;
	    right: 15px;
	    left: auto;
	}
	
	.merch-row {
		padding: 0;
	}
	
	#merch-banner {
		margin-top: 20px;
	}	
	
	/* Shroom */
	
	.shroom::before {
	    top: -16px;
	    height: 17px;
	}
	
	.shroom::after {
	    bottom: -16px;
	    height: 17px;
	}
	
	.modal .inner.shroom::before,
	.modal .inner.shroom::after {
		display: none;
	}
	
	/* Schedule */
	
	section.schedule .songkick-container {
	    padding: 0;
	    max-height: 100%;
		overflow: auto;
	}
	
	section.schedule .songkick-container .widget_row .link_text {
		font-size: 13px;
		font-weight: 900;
	}	
	
	
	section.schedule .songkick-container .widget_row .event_links {
	    width: 30%;
	}	
	
	/* Album */
	
	.releases {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
		margin-top: 50px;
	}
	
	.albumcover img {
		max-width: 100%;
	}
	
	/* Listen */
	
	.music .column50 {
		padding: 20px 0;
	}	
	
	/* About */
	
	.about {
		background-position: left top;
	    background-repeat: no-repeat;
	    padding-top: 440px;
	    background-size: 620px;
	}
	
	/* Footer */
	
	section.footer {
		background-image: none !important;
		background-color: #020202;
		padding: 50px 0 0 0;
	}
	
	.footer #mc_embed_signup input[type="text"], .footer #mc_embed_signup input[type="email"] {
	    width: 100%;
	}
	
	.footer .foreground {
	    display: none.
	}
	
	/* Remix */
	

	#banner.remix-banner .m-contents {
		padding: 120px 30px 40px 30px;
	}	

	#banner.remix-banner iframe {
		position: relative;
	}
	
	#banner.remix-banner a.leader {
		height: 200px;
		display: block;
		margin: 0 0 30px 0;
	}
	
	#banner.remix-banner a.leader img {
		max-height: 100%;
		display: block;
		margin: 0 auto;
	}
		
	
	#banner.remix-banner a.tandc,
	#banner.remix-banner a.enternow {
		height: 30px;
		display: block;
		margin: 10px 0 0 0;
	}
	
	#banner.remix-banner a.tandc img,
	#banner.remix-banner a.enternow img {
		height: 30px;
		display: block;
		margin: 0 auto;
	}			
	
	#remix #banner .contents {
	    padding: 120px 40px 40px 40px;
	}
	
	#remix #banner .intrographic {
    	padding: 40px 0;
	}
	
	#remix span.title img {
	    height: 30px;
	}
	
	#remix .player-item {
		display: block;
	}
	
	#remix .player-item audio {
	    /* margin: 10px -20px;
	    width: calc(100% + 40px); */
	    margin: 10px 0;
	    width: 100%;	    
	}
	
	#remix .player-item .share {
	    margin: 0;
	    vertical-align: middle;
	}
	
	#remix.remix-single h1 {
		color: var(--mint);
		line-height: 1.2;
		font-size: 22px;
	}
	
	#remix.remix-single .share-title {
		color: var(--mint);
	}	
	
	
	/* Pop up */
	
	#pop-up .inner {
		height: 70%;
		width: 100%;
	}
	
	#pop-up iframe {
		height: 90%;
		max-width: 80%;
	}	
	
	/* Shop */
	
	.shopify-buy-frame iframe {
		position: relative;
		padding: 0;
		margin: 0;
	}	
	
	/* Gallery */
	
	#gallery .gallery-grid {
		grid-template-columns: 1fr 1fr;
	}
	
}	 	
	
@media (orientation: landscape) and (max-width:900px) {
	
	header .home {
	    max-width: 25%;
	}	

	#banner {
	    height: 100vh;
	}
	
	#banner .tash {
		width: 160%;
		height: 90%;
		margin: 5% 0 0 -30%;
	}
	
	#banner .foreground {
	    background-size: contain;
	    background-position: center 140%;
	}	
					
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
